Searched refs:mPreviousRotation (Results 1 – 3 of 3) sorted by relevance
136 private int mPreviousRotation = ROTATION_0; field in RecentsOrientedState154 int newRotation = getRotationForUserDegreesRotated(degrees, mPreviousRotation); in RecentsOrientedState()155 if (newRotation != mPreviousRotation) { in RecentsOrientedState()156 mPreviousRotation = newRotation; in RecentsOrientedState()229 mPreviousRotation = touchRotation; in update()
76 private int mPreviousRotation = 0; field in FingerprintEnrollFindSensor503 if ((currentRotation + 2) % 4 == mPreviousRotation) { in listenOrientationEvent()504 mPreviousRotation = currentRotation; in listenOrientationEvent()510 mPreviousRotation = getRotationFromDefault(getDisplay().getRotation()); in listenOrientationEvent()
200 private int mPreviousRotation = 0; field in FingerprintEnrollEnrolling400 outState.putInt(KEY_STATE_PREVIOUS_ROTATION, mPreviousRotation); in onSaveInstanceState()406 mPreviousRotation = savedInstanceState.getInt(KEY_STATE_PREVIOUS_ROTATION, in restoreSavedState()1083 if ((mPreviousRotation == Surface.ROTATION_90 in listenOrientationEvent()1085 mPreviousRotation == Surface.ROTATION_270 in listenOrientationEvent()1087 mPreviousRotation = currentRotation; in listenOrientationEvent()1093 mPreviousRotation = getDisplay().getRotation(); in listenOrientationEvent()