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

/frameworks/base/core/java/android/widget/
H A DGridView.java1680 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1688 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1696 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1704 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1710 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1716 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1789 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/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java578 handled = fullScroll(View.FOCUS_UP);
585 handled = fullScroll(View.FOCUS_DOWN);
1169 public boolean fullScroll(int direction) { method in class:NestedScrollView

Completed in 121 milliseconds