Searched defs:dispatchUnhandledMove (Results 1 - 4 of 4) sorted by last modified time

/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 DView.java6296 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:View
H A DViewGroup.java738 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ViewGroup
740 mFocused.dispatchUnhandledMove(focused, direction);
/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);

Completed in 119 milliseconds