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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetHostView.java358 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:LauncherAppWidgetHostView
H A DPagedView.java1042 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
1043 if (super.dispatchUnhandledMove(focused, direction)) {
H A DWorkspace.java1205 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
1210 return super.dispatchUnhandledMove(focused, direction);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java444 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
445 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
H A DDragLayer.java445 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
448 return isContainerOpen || mDragController.dispatchUnhandledMove(focused, direction);
/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.java643 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
648 return super.dispatchUnhandledMove(focused, direction);

Completed in 229 milliseconds