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.java85 private @SurfaceRotation int mTouchRotation = ROTATION_0; field in RecentsOrientedState
228 mTouchRotation = touchRotation; in update()
235 if (mRecentsActivityRotation == mTouchRotation || shouldUseRealOrientation()) { in updateHandler()
237 } else if (mTouchRotation == ROTATION_90) { in updateHandler()
239 } else if (mTouchRotation == ROTATION_270) { in updateHandler()
252 | mTouchRotation) << 3) in updateHandler()
384 return mTouchRotation; in getTouchRotation()
589 + " mTouchRotation=" + mTouchRotation in toString()