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.java80 private @SurfaceRotation int mTouchRotation = ROTATION_0; field in RecentsOrientedState
214 mTouchRotation = touchRotation; in update()
221 if (mRecentsActivityRotation == mTouchRotation in updateHandler()
224 } else if (mTouchRotation == ROTATION_90) { in updateHandler()
226 } else if (mTouchRotation == ROTATION_270) { in updateHandler()
239 | mTouchRotation) << 3) in updateHandler()
348 return mTouchRotation; in getTouchRotation()
570 + " mTouchRotation=" + mTouchRotation in toString()