Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DZoomButton.java96 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ZoomButton
98 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
/frameworks/base/core/java/android/view/
DViewGroup.java958 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroup
960 mFocused.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DViewRootImpl.java4411 if (mView.dispatchUnhandledMove(focused, direction)) { in processKeyEvent()
DView.java8678 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) { in dispatchUnhandledMove() method
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33347 method public boolean dispatchUnhandledMove(android.view.View, int);
/frameworks/base/api/
Dcurrent.txt42202 method public boolean dispatchUnhandledMove(android.view.View, int);
Dsystem-current.txt45202 method public boolean dispatchUnhandledMove(android.view.View, int);
Dtest-current.txt42281 method public boolean dispatchUnhandledMove(android.view.View, int);