Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java84 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0; field in RecentsOrientedState
228 mRecentsActivityRotation = inferRecentsActivityRotation(mDisplayRotation); in updateHandler()
229 if (mRecentsActivityRotation == mTouchRotation || isRecentsActivityRotationAllowed()) { in updateHandler()
354 return mRecentsActivityRotation; in getDisplayRotation()
366 return mRecentsActivityRotation; in getRecentsActivityRotation()
563 + " mRecentsActivityRotation=" + mRecentsActivityRotation in toString()
580 if ((mRecentsActivityRotation == ROTATION_90 || mRecentsActivityRotation == ROTATION_270)) { in getLauncherDeviceProfile()
587 return idp.getBestMatch(width, height, mRecentsActivityRotation); in getLauncherDeviceProfile()