Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRotationTouchHelper.java110 private int mCurrentAppRotation = -1; field in RotationTouchHelper
170 if (newRotation == mCurrentAppRotation) { in init()
289 mCurrentAppRotation = mDisplayRotation; in onDisplayInfoChanged()
298 … || mCurrentAppRotation == mSensorRotation) // switch to an app of orientation user is in in onDisplayInfoChanged()
330 mSensorRotation = mCurrentAppRotation; in enableMultipleRegions()