Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java82 private @SurfaceRotation int mTouchRotation = ROTATION_0; field in RecentsOrientedState
222 mTouchRotation = touchRotation; in update()
229 if (mRecentsActivityRotation == mTouchRotation || isRecentsActivityRotationAllowed()) { in updateHandler()
231 } else if (mTouchRotation == ROTATION_90) { in updateHandler()
233 } else if (mTouchRotation == ROTATION_270) { in updateHandler()
246 | mTouchRotation) << 3) in updateHandler()
361 return mTouchRotation; in getTouchRotation()
562 + " mTouchRotation=" + mTouchRotation in toString()