Home
last modified time | relevance | path

Searched refs:dispatchUnhandledMove (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DZoomButton.java116 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ZoomButton
118 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
/frameworks/base/core/java/android/view/
DViewGroup.java1164 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroup
1166 mFocused.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DViewRootImpl.java7799 if (mView.dispatchUnhandledMove(focused, direction)) { in performFocusNavigation()
DView.java14716 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) {
/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.txt33347 method public boolean dispatchUnhandledMove(android.view.View, int);
/frameworks/base/core/api/
Dcurrent.txt52578 method public boolean dispatchUnhandledMove(android.view.View, int);