Searched defs:fullScroll (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DGridView.java1561 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1569 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1599 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1607 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1613 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
1619 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
1695 boolean fullScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java365 handled = fullScroll(View.FOCUS_LEFT);
372 handled = fullScroll(View.FOCUS_RIGHT);
984 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
H A DListView.java2143 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2160 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2203 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2211 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2217 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP);
2223 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN);
2320 boolean fullScroll(int direction) { method in class:ListView
H A DScrollView.java387 handled = fullScroll(View.FOCUS_UP);
394 handled = fullScroll(View.FOCUS_DOWN);
969 public boolean fullScroll(int direction) { method in class:ScrollView

Completed in 71 milliseconds