Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java83 private @SurfaceRotation int mRecentsRotation = ROTATION_0 - 1; field in RecentsOrientedState
185 mRecentsRotation = recentsRotation; in setRecentsRotation()
240 | (mRecentsRotation < 0 ? 7 : mRecentsRotation); in updateHandler()
247 return mRecentsRotation < 0 ? displayRotation : mRecentsRotation; in inferRecentsActivityRotation()
572 + " mRecentsRotation=" + mRecentsRotation in toString()