Searched refs:dispatchUnhandledMove (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ZoomButton.java | 96 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/ |
D | ViewGroup.java | 958 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in ViewGroup 960 mFocused.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
|
D | ViewRootImpl.java | 4411 if (mView.dispatchUnhandledMove(focused, direction)) { in processKeyEvent()
|
D | View.java | 8678 public boolean dispatchUnhandledMove(View focused, @FocusRealDirection int direction) { in dispatchUnhandledMove() method
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33347 method public boolean dispatchUnhandledMove(android.view.View, int);
|
/frameworks/base/api/ |
D | current.txt | 42202 method public boolean dispatchUnhandledMove(android.view.View, int);
|
D | system-current.txt | 45202 method public boolean dispatchUnhandledMove(android.view.View, int);
|
D | test-current.txt | 42281 method public boolean dispatchUnhandledMove(android.view.View, int);
|