Searched refs:dispatchUnhandledMove (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DZoomButton.java116 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ZoomButton
118 return super.dispatchUnhandledMove(focused, direction);
/frameworks/base/core/java/android/view/
H A DViewGroup.java1116 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ViewGroup
1118 mFocused.dispatchUnhandledMove(focused, direction);
H A DViewRootImpl.java4985 if (mView.dispatchUnhandledMove(focused, direction)) {
H A DView.java11051 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) { method in class:View
[all...]

Completed in 134 milliseconds