HomeSort by relevance Sort by last modified time
    Searched defs:onFocusChanged (Results 26 - 50 of 79) sorted by null

12 3 4

  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 357 // clearFocus will trigger onFocusChanged, and onFocusChanged will validate the text.
    [all...]
GridViewTest.java 712 protected void onFocusChanged(boolean gainFocus, int direction,
715 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 529 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
530 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 178 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
181 super.onFocusChanged(focused, direction, previouslyFocusedRect);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 108 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
110 "START CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
112 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
114 "FINISH CLF-ListView.onFocusChanged layoutRequested=%s root.layoutRequested=%s",
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 539 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
540 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 499 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
500 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]
Gallery.java     [all...]
SimpleMonthView.java 476 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction,
511 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
    [all...]
GridView.java     [all...]
SearchView.java     [all...]
TextView.java     [all...]
AbsListView.java     [all...]
Editor.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 391 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect);
WebView.java     [all...]
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
ExploreByTouchHelper.java 79 * public boolean onFocusChanged(boolean gainFocus, int direction,
81 * super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
82 * mHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
262 * {@link View#onFocusChanged(boolean, int, Rect)} method:
264 * public boolean onFocusChanged(boolean gainFocus, int direction,
266 * super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
267 * mHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
271 public final void onFocusChanged(boolean gainFocus, int direction,
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 193 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsView.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SearchView.java     [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 611 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) {
612 super.onFocusChanged(hasFocus, direction, previous);
    [all...]
  /external/robolectric/v1/lib/main/
maps_v16.jar 
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) {
377 super.onFocusChanged(focused, direction, previouslyFocusedRect);
    [all...]
  /prebuilts/tools/common/api-versions/android-1/
android.jar 

Completed in 1553 milliseconds

12 3 4