Home
last modified time | relevance | path

Searched refs:fullScroll (Results 1 – 10 of 10) sorted by relevance

/frameworks/libs/systemui/tracinglib/demo/src/com/android/app/tracing/demo/
DMainActivity.kt109 logContainer?.fullScroll(View.FOCUS_DOWN) in <lambda>()
/frameworks/base/core/java/android/widget/
DGridView.java1701 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP); in commonKey()
1709 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN); in commonKey()
1717 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP); in commonKey()
1725 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN); in commonKey()
1731 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP); in commonKey()
1737 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN); in commonKey()
1810 boolean fullScroll(int direction) { in fullScroll() method
DScrollView.java548 handled = fullScroll(View.FOCUS_UP); in executeKeyEvent()
555 handled = fullScroll(View.FOCUS_DOWN); in executeKeyEvent()
559 handled = fullScroll(View.FOCUS_UP); in executeKeyEvent()
562 handled = fullScroll(View.FOCUS_DOWN); in executeKeyEvent()
1279 public boolean fullScroll(int direction) { in fullScroll() method in ScrollView
DListView.java2410 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP); in commonKey()
2427 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN); in commonKey()
2447 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP); in commonKey()
2455 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN); in commonKey()
2461 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_UP); in commonKey()
2467 handled = resurrectSelectionIfNeeded() || fullScroll(FOCUS_DOWN); in commonKey()
2563 boolean fullScroll(int direction) { in fullScroll() method in ListView
DHorizontalScrollView.java509 handled = fullScroll(View.FOCUS_LEFT); in executeKeyEvent()
516 handled = fullScroll(View.FOCUS_RIGHT); in executeKeyEvent()
1195 public boolean fullScroll(int direction) { in fullScroll() method in HorizontalScrollView
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java181 (view, l, t, r, b, ol, ot, or, ob) -> scroller.fullScroll(View.FOCUS_RIGHT)); in handleUpdateShowKeyPresses()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37596 method public boolean fullScroll(int);
38305 method public boolean fullScroll(int);
/frameworks/base/core/api/
Dcurrent.txt59464 method public boolean fullScroll(int);
60368 method public boolean fullScroll(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67300 Landroid/widget/GridView;->fullScroll(I)Z
67523 Landroid/widget/ListView;->fullScroll(I)Z