Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DZoomButton.java116 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ZoomButton
118 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java1168 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroup
1170 mFocused.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
H A DViewRootImpl.java7109 if (mView.dispatchUnhandledMove(focused, direction)) { in performFocusNavigation()
H A DView.java14009 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) { in dispatchUnhandledMove() method in View
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52072 method public boolean dispatchUnhandledMove(android.view.View, int);