Searched refs:mRotationTouchHelper (Results 1 – 3 of 3) sorted by relevance
104 private final RotationTouchHelper mRotationTouchHelper; field in RecentsAnimationDeviceState155 mRotationTouchHelper = RotationTouchHelper.INSTANCE.get(context); in RecentsAnimationDeviceState()159 mRotationTouchHelper.init(); in RecentsAnimationDeviceState()160 runOnDestroy(mRotationTouchHelper::destroy); in RecentsAnimationDeviceState()294 mRotationTouchHelper.setGesturalHeight(newGesturalHeight); in onOneHandedModeChanged()389 || mRotationTouchHelper.isTaskListFrozen(); in canStartSystemGesture()551 && mRotationTouchHelper.touchInAssistantRegion(ev) in canTriggerAssistantAction()568 return (mRotationTouchHelper.touchInOneHandedModeRegion(ev) in canTriggerOneHandedAction()587 return mRotationTouchHelper; in getRotationTouchHelper()642 mRotationTouchHelper.dump(pw); in dump()
523 private RotationTouchHelper mRotationTouchHelper; field in TouchInteractionService582 mRotationTouchHelper = mDeviceState.getRotationTouchHelper(); in onCreate()630 mRotationTouchHelper.updateGestureTouchRegions(); in initInputMonitor()827 mRotationTouchHelper.setOrientationTransformIfNeeded(event);830 boolean isInSwipeUpTouchRegion = mRotationTouchHelper.isInSwipeUpTouchRegion(event);876 mRotationTouchHelper.setOrientationTransformIfNeeded(event);
83 private final RotationTouchHelper mRotationTouchHelper; field in OtherActivityInputConsumer155 mRotationTouchHelper = mDeviceState.getRotationTouchHelper(); in OtherActivityInputConsumer()244 if (!mRotationTouchHelper.isInSwipeUpTouchRegion(ev, ptrIdx)) { in onMotionEvent()477 mRotationTouchHelper.onStartGesture(); in notifyOrientationSetup()