Home
last modified time | relevance | path

Searched refs:dispatchUnhandledMove (Results 1 – 6 of 6) 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.java1176 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroup
1178 mFocused.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DViewRootImpl.java8076 if (mView.dispatchUnhandledMove(focused, direction)) { in performFocusNavigation()
DView.java14910 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33347 method public boolean dispatchUnhandledMove(android.view.View, int);
/frameworks/base/core/api/
Dcurrent.txt54014 method public boolean dispatchUnhandledMove(android.view.View, int);