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

/frameworks/base/core/java/android/widget/
H A DGridView.java1657 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1665 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1695 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1703 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1709 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1715 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1791 boolean fullScroll(int direction) { method in class:GridView
H A DListView.java2185 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2202 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2245 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2253 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2259 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2265 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2365 boolean fullScroll(int direction) { method in class:ListView
H A DHorizontalScrollView.java375 handled = fullScroll(View.FOCUS_LEFT);
382 handled = fullScroll(View.FOCUS_RIGHT);
1000 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java403 handled = fullScroll(View.FOCUS_UP);
410 handled = fullScroll(View.FOCUS_DOWN);
1012 public boolean fullScroll(int direction) { method in class:ScrollView

Completed in 490 milliseconds