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.java93 private @SurfaceRotation int mRecentsActivityRotation = ROTATION_0; field in RecentsOrientedState
206 mRecentsActivityRotation = inferRecentsActivityRotation(displayRotation); in update()
212 if (mRecentsActivityRotation == mTouchRotation in update()
335 return mRecentsActivityRotation; in getRecentsActivityRotation()
525 + " mRecentsActivityRotation=" + mRecentsActivityRotation in toString()
538 return (mRecentsActivityRotation == ROTATION_90 in getLauncherDeviceProfile()
539 || mRecentsActivityRotation == ROTATION_270) in getLauncherDeviceProfile()