Searched refs:dispatchUnhandledMove (Results 1 - 10 of 10) 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/
H A DLauncherAppWidgetHostView.java270 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:LauncherAppWidgetHostView
H A DPagedView.java1159 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
1160 if (super.dispatchUnhandledMove(focused, direction)) {
H A DWorkspace.java1215 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
1220 return super.dispatchUnhandledMove(focused, direction);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java509 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
510 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
H A DDragLayer.java557 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
560 return isContainerOpen || mDragController.dispatchUnhandledMove(focused, direction);

Completed in 1263 milliseconds