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.java87 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0; field in RecentsOrientedState
234 mRecentsActivityRotation = inferRecentsActivityRotation(mDisplayRotation); in updateHandler()
235 if (mRecentsActivityRotation == mTouchRotation || shouldUseRealOrientation()) { in updateHandler()
377 return mRecentsActivityRotation; in getDisplayRotation()
389 return mRecentsActivityRotation; in getRecentsActivityRotation()
590 + " mRecentsActivityRotation=" + mRecentsActivityRotation in toString()
611 if ((mRecentsActivityRotation == ROTATION_90 in getLauncherDeviceProfile()
612 || mRecentsActivityRotation == ROTATION_270)) { in getLauncherDeviceProfile()
619 return idp.getBestMatch(width, height, mRecentsActivityRotation); in getLauncherDeviceProfile()