Searched refs:mPreviousRotation (Results 1 – 2 of 2) sorted by relevance
130 private int mPreviousRotation = ROTATION_0; field in RecentsOrientedState148 int newRotation = getRotationForUserDegreesRotated(degrees, mPreviousRotation); in RecentsOrientedState()149 if (newRotation != mPreviousRotation) { in RecentsOrientedState()150 mPreviousRotation = newRotation; in RecentsOrientedState()223 mPreviousRotation = touchRotation; in update()
198 private int mPreviousRotation = 0; field in FingerprintEnrollEnrolling376 outState.putInt(KEY_STATE_PREVIOUS_ROTATION, mPreviousRotation); in onSaveInstanceState()382 mPreviousRotation = savedInstanceState.getInt(KEY_STATE_PREVIOUS_ROTATION, in restoreSavedState()1022 if ((mPreviousRotation == Surface.ROTATION_90 in listenOrientationEvent()1024 mPreviousRotation == Surface.ROTATION_270 in listenOrientationEvent()1026 mPreviousRotation = currentRotation; in listenOrientationEvent()1032 mPreviousRotation = getDisplay().getRotation(); in listenOrientationEvent()