Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java82 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0; field in RecentsOrientedState
220 mRecentsActivityRotation = inferRecentsActivityRotation(mDisplayRotation); in updateHandler()
221 if (mRecentsActivityRotation == mTouchRotation || (isRecentsActivityRotationAllowed() in updateHandler()
353 return mRecentsActivityRotation; in getRecentsActivityRotation()
572 + " mRecentsActivityRotation=" + mRecentsActivityRotation in toString()
589 if ((mRecentsActivityRotation == ROTATION_90 || mRecentsActivityRotation == ROTATION_270)) { in getLauncherDeviceProfile()