Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherActivityInterface.java96 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in onSwipeUpToHomeComplete()
120 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in prepareRecentsUI()
H A DSwipeUpAnimationLogic.java92 mDeviceState.getRotationTouchHelper().getCurrentActiveRotation(), in SwipeUpAnimationLogic()
93 mDeviceState.getRotationTouchHelper().getDisplayRotation() in SwipeUpAnimationLogic()
H A DFallbackActivityInterface.java90 notifyRecentsOfOrientation(deviceState.getRotationTouchHelper()); in prepareRecentsUI()
H A DRecentsAnimationDeviceState.java600 public RotationTouchHelper getRotationTouchHelper() { in getRotationTouchHelper() method in RecentsAnimationDeviceState
H A DTouchInteractionService.java371 mRotationTouchHelper = mDeviceState.getRotationTouchHelper(); in onCreate()
H A DAbsSwipeUpHandler.java537 mDeviceState.getRotationTouchHelper() in onLauncherPresentAndGestureStarted()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DAccessibilityInputConsumer.java102 if (mDeviceState.getRotationTouchHelper() in onMotionEvent()
H A DDeviceLockedInputConsumer.java153 if (!mDeviceState.getRotationTouchHelper().isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()
H A DOtherActivityInputConsumer.java178 mRotationTouchHelper = mDeviceState.getRotationTouchHelper(); in OtherActivityInputConsumer()