Home
last modified time | relevance | path

Searched refs:getRotationTouchHelper (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java100 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in onSwipeUpToHomeComplete()
115 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in prepareRecentsUI()
DSwipeUpAnimationLogic.java99 mDeviceState.getRotationTouchHelper().getCurrentActiveRotation(), in SwipeUpAnimationLogic()
100 mDeviceState.getRotationTouchHelper().getDisplayRotation() in SwipeUpAnimationLogic()
DFallbackActivityInterface.java84 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in prepareRecentsUI()
DFallbackSwipeHandler.java218 mDeviceState.getRotationTouchHelper()); in notifyGestureAnimationStartToRecents()
DRecentsAnimationDeviceState.java586 public RotationTouchHelper getRotationTouchHelper() { in getRotationTouchHelper() method in RecentsAnimationDeviceState
DAbsSwipeUpHandler.java646 mDeviceState.getRotationTouchHelper() in onLauncherPresentAndGestureStarted()
689 mRecentsView.onGestureAnimationStart(runningTasks, mDeviceState.getRotationTouchHelper()); in notifyGestureAnimationStartToRecents()
DTouchInteractionService.java582 mRotationTouchHelper = mDeviceState.getRotationTouchHelper(); in onCreate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAccessibilityInputConsumer.java105 if (mDeviceState.getRotationTouchHelper().isInSwipeUpTouchRegion(ev, in onMotionEvent()
DDeviceLockedInputConsumer.java157 if (!mDeviceState.getRotationTouchHelper().isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()
DOtherActivityInputConsumer.java155 mRotationTouchHelper = mDeviceState.getRotationTouchHelper(); in OtherActivityInputConsumer()