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.java470 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
471 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
H A DDragLayer.java387 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
388 return mDragController.dispatchUnhandledMove(focused, direction);
H A DPagedView.java1228 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
1241 return super.dispatchUnhandledMove(focused, direction);
H A DWorkspace.java906 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
911 return super.dispatchUnhandledMove(focused, direction);

Completed in 1586 milliseconds