Home
last modified time | relevance | path

Searched refs:dispatchUnhandledMove (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHandleView.java58 workspace.dispatchUnhandledMove(null, direction); in focusSearch()
DDragController.java467 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in DragController
468 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DDragLayer.java333 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in DragLayer
334 return mDragController.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DPagedView.java856 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in PagedView
868 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
DWorkspace.java641 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in Workspace
646 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()