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

/frameworks/base/core/java/android/widget/
H A DZoomButton.java97 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ZoomButton
99 return super.dispatchUnhandledMove(focused, direction);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java949 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
961 return super.dispatchUnhandledMove(focused, direction);
/frameworks/base/core/java/android/view/
H A DViewGroup.java738 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ViewGroup
740 mFocused.dispatchUnhandledMove(focused, direction);
H A DViewRootImpl.java3779 if (mView.dispatchUnhandledMove(focused, direction)) {
H A DView.java6291 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:View

Completed in 124 milliseconds