Searched refs:pageScroll (Results 1 – 9 of 9) sorted by relevance
73 scrollView.pageScroll(ScrollView.FOCUS_DOWN); in pageScrollDown()
565 handled = pageScroll(View.FOCUS_UP); in executeKeyEvent()568 handled = pageScroll(View.FOCUS_DOWN); in executeKeyEvent()571 handled = pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()1243 public boolean pageScroll(int direction) { in pageScroll() method in ScrollView
1715 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()1723 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()1784 boolean pageScroll(int direction) { in pageScroll() method
520 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()1159 public boolean pageScroll(int direction) { in pageScroll() method in HorizontalScrollView
2445 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()2453 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()2514 boolean pageScroll(int direction) { in pageScroll() method in ListView
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
37600 method public boolean pageScroll(int);38309 method public boolean pageScroll(int);
59470 method public boolean pageScroll(int);60374 method public boolean pageScroll(int);
67314 Landroid/widget/GridView;->pageScroll(I)Z67552 Landroid/widget/ListView;->pageScroll(I)Z