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

/frameworks/base/core/java/android/widget/
H A DZoomButton.java101 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ZoomButton
103 return super.dispatchUnhandledMove(focused, direction);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java987 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
999 return super.dispatchUnhandledMove(focused, direction);
/frameworks/base/core/java/android/view/
H A DViewGroup.java810 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:ViewGroup
812 mFocused.dispatchUnhandledMove(focused, direction);
H A DView.java7312 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) { method in class:View

Completed in 324 milliseconds