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

/frameworks/base/core/java/android/widget/
H A DGridView.java1665 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1673 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1703 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1711 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1717 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1723 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1799 boolean fullScroll(int direction) { method in class:GridView
H A DListView.java2199 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2216 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2259 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2267 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2273 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2279 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2379 boolean fullScroll(int direction) { method in class:ListView
H A DHorizontalScrollView.java379 handled = fullScroll(View.FOCUS_LEFT);
386 handled = fullScroll(View.FOCUS_RIGHT);
1014 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java413 handled = fullScroll(View.FOCUS_UP);
420 handled = fullScroll(View.FOCUS_DOWN);
1033 public boolean fullScroll(int direction) { method in class:ScrollView
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java500 handled = fullScroll(View.FOCUS_UP);
507 handled = fullScroll(View.FOCUS_DOWN);
1091 public boolean fullScroll(int direction) { method in class:NestedScrollView

Completed in 89 milliseconds