Searched refs:mTouchRotation (Results 1 – 1 of 1) sorted by relevance
82 private @SurfaceRotation int mTouchRotation = ROTATION_0; field in RecentsOrientedState222 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()