Searched refs:dispatchUnhandledMove (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHandleView.java58 workspace.dispatchUnhandledMove(null, direction);
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.java643 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
648 return super.dispatchUnhandledMove(focused, direction);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java234 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
235 return super.dispatchUnhandledMove(focused, direction)
236 || mDragController.dispatchUnhandledMove(focused, direction);
H A DDragController.java460 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
461 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java238 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:BaseDragLayer
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java353 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:LauncherAppWidgetHostView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java735 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
736 if (super.dispatchUnhandledMove(focused, direction)) {
H A DWorkspace.java960 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
965 return super.dispatchUnhandledMove(focused, direction);

Completed in 229 milliseconds