Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOrientationTouchTransformer.java128 private int mQuickStepStartingRotation = QUICKSTEP_ROTATION_UNINITIALIZED; field in OrientationTouchTransformer
186 if (mQuickStepStartingRotation > QUICKSTEP_ROTATION_UNINITIALIZED in createOrAddTouchRegion()
187 && mCurrentDisplay.rotation == mQuickStepStartingRotation) { in createOrAddTouchRegion()
216 mQuickStepStartingRotation = info.rotation; in enableMultipleRegions()
219 mQuickStepStartingRotation = QUICKSTEP_ROTATION_UNINITIALIZED; in enableMultipleRegions()
351 return mQuickStepStartingRotation; in getQuickStepStartingRotation()
390 mQuickStepStartingRotation = mLastRectTouched.getRotation(); in transform()