Searched refs:when (Results 76 - 76 of 76) sorted by relevance

1234

/frameworks/base/core/java/android/view/
H A DView.java140 * that will be notified when something interesting happens to the view. For
141 * example, all views will let you set a listener to be notified when the view
145 * exposes a listener to notify clients when the button is clicked.</li>
174 * <td>There is a form of the constructor that are called when the view
175 * is created from code and a form that is called when the view is
195 * <td>Called when this view should assign a size and position to all
201 * <td>Called when the size of this view has changed.
208 * <td>Called when the view should render its content.
215 * <td>Called when a new hardware key event occurs.
220 * <td>Called when
14982 scheduleDrawable(Drawable who, Runnable what, long when) argument
[all...]

Completed in 96 milliseconds

1234