Searched refs:dispatchUnhandledMove (Results 1 – 5 of 5) sorted by relevance
58 workspace.dispatchUnhandledMove(null, direction); in focusSearch()
467 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in DragController468 return mMoveTarget != null && mMoveTarget.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
333 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in DragLayer334 return mDragController.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
856 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in PagedView868 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
641 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove() method in Workspace646 return super.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()