Searched refs:fullScroll (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java1685 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1693 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1701 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1709 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1715 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1721 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1794 boolean fullScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java395 handled = fullScroll(View.FOCUS_LEFT);
402 handled = fullScroll(View.FOCUS_RIGHT);
1039 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java423 handled = fullScroll(View.FOCUS_UP);
430 handled = fullScroll(View.FOCUS_DOWN);
1054 public boolean fullScroll(int direction) { method in class:ScrollView
H A DListView.java2395 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2412 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2432 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2440 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2446 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2452 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2548 boolean fullScroll(int direction) { method in class:ListView
/frameworks/base/media/tests/NativeMidiDemo/java/com/example/android/nativemididemo/
H A DNativeMidi.java87 mMessagesContainer.fullScroll(View.FOCUS_DOWN);
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewTest.java182 mNestedScrollView.fullScroll(View.FOCUS_DOWN);
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java626 handled = fullScroll(View.FOCUS_UP);
633 handled = fullScroll(View.FOCUS_DOWN);
1221 public boolean fullScroll(int direction) { method in class:NestedScrollView

Completed in 162 milliseconds