Searched defs:fullScroll (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java1569 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1577 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1607 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1615 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1621 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1627 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1703 boolean fullScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java370 handled = fullScroll(View.FOCUS_LEFT);
377 handled = fullScroll(View.FOCUS_RIGHT);
993 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java392 handled = fullScroll(View.FOCUS_UP);
399 handled = fullScroll(View.FOCUS_DOWN);
978 public boolean fullScroll(int direction) { method in class:ScrollView
H A DListView.java2150 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2167 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2210 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2218 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2224 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2230 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2330 boolean fullScroll(int direction) { method in class:ListView

Completed in 151 milliseconds