Home | History | Annotate | Download | only in view

Lines Matching refs:onFocusChanged

248  *         <td><code>{@link #onFocusChanged(boolean, int, android.graphics.Rect)}</code></td>
4907 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} to be called.
4938 onFocusChanged(true, direction, previouslyFocusedRect);
5031 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} is called.
5065 onFocusChanged(false, 0, null);
5155 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction,
6051 * @see #onFocusChanged(boolean, int, android.graphics.Rect)