Searched refs:onFocusChanged (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java562 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { method in class:RecipientEditTextView
563 super.onFocusChanged(hasFocus, direction, previous);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java2718 void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:GridLayoutManager
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1972 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { method in class:AbsListView
1973 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
H A DEditor.java1137 void onFocusChanged(boolean focused, int direction) { method in class:Editor
1305 // Don't leave us in the middle of a batch edit. Same as in onFocusChanged
/frameworks/base/core/java/android/view/
H A DView.java264 * <td><code>{@link #onFocusChanged(boolean, int, android.graphics.Rect)}</code></td>
5934 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} to be called.
5965 onFocusChanged(true, direction, previouslyFocusedRect);
6096 * {@link #onFocusChanged(boolean, int, android.graphics.Rect)} is called.
6130 onFocusChanged(false, 0, null);
6221 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, method in class:View
7413 * @see #onFocusChanged(boolean, int, android.graphics.Rect)

Completed in 441 milliseconds

12