Searched refs:fullScroll (Results 1 - 5 of 5) 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);
1792 boolean fullScroll(int direction) { method in class:GridView
H A DListView.java2313 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2330 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2350 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2358 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2364 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2370 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2466 boolean fullScroll(int direction) { method in class:ListView
H A DHorizontalScrollView.java387 handled = fullScroll(View.FOCUS_LEFT);
394 handled = fullScroll(View.FOCUS_RIGHT);
1026 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java413 handled = fullScroll(View.FOCUS_UP);
420 handled = fullScroll(View.FOCUS_DOWN);
1039 public boolean fullScroll(int direction) { method in class:ScrollView
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java548 handled = fullScroll(View.FOCUS_UP);
555 handled = fullScroll(View.FOCUS_DOWN);
1143 public boolean fullScroll(int direction) { method in class:NestedScrollView

Completed in 82 milliseconds