Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java159 private int mCurrentAppRotation = -1; field in RecentsAnimationDeviceState
257 if (newRotation == mCurrentAppRotation) { in RecentsAnimationDeviceState()
339 mCurrentAppRotation = mDisplayRotation; in onDisplayInfoChanged()
348 … || mCurrentAppRotation == mSensorRotation) // switch to an app of orientation user is in in onDisplayInfoChanged()
645 mSensorRotation = mCurrentAppRotation; in enableMultipleRegions()