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.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 DDragController.java471 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragController
472 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction);
H A DDragLayer.java411 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:DragLayer
412 return mDragController.dispatchUnhandledMove(focused, direction);
H A DPagedView.java1270 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:PagedView
1283 return super.dispatchUnhandledMove(focused, direction);
H A DWorkspace.java1099 public boolean dispatchUnhandledMove(View focused, int direction) { method in class:Workspace
1104 return super.dispatchUnhandledMove(focused, direction);

Completed in 118 milliseconds