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.java1139 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroup
1141 mFocused.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DViewRootImpl.java5530 if (mView.dispatchUnhandledMove(focused, direction)) { in performFocusNavigation()
DView.java12467 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/non-updatable-api/
Dcurrent.txt51502 method public boolean dispatchUnhandledMove(android.view.View, int);
/frameworks/base/api/
Dcurrent.txt51646 method public boolean dispatchUnhandledMove(android.view.View, int);