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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java470 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
471 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
H A DDragLayer.java359 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
360 return mDragController.dispatchUnhandledMove(focused, direction);
H A DPagedView.java886 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
899 return super.dispatchUnhandledMove(focused, direction);
H A DWorkspace.java642 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
647 return super.dispatchUnhandledMove(focused, direction);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java466 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
467 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
H A DDragLayer.java397 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
398 return mDragController.dispatchUnhandledMove(focused, direction);
H A DPagedView.java1238 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
1251 return super.dispatchUnhandledMove(focused, direction);
H A DWorkspace.java1057 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
1062 return super.dispatchUnhandledMove(focused, direction);

Completed in 1247 milliseconds