Searched defs:mLastRotation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardFaceUnlockView.java51 private int mLastRotation; field in class:KeyguardFaceUnlockView
58 if (DEBUG) Log.d(TAG, "onRotationChanged(): " + mLastRotation + "->" + rotation);
65 if (Math.abs(rotation - mLastRotation) == 2) {
71 mLastRotation = rotation;
160 mLastRotation = mWindowManager.watchRotation(mRotationWatcher);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java111 int mLastRotation = -1; field in class:ImageWallpaper.DrawableEngine
319 if (newRotation != mLastRotation) {
330 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
338 mLastRotation = newRotation;

Completed in 907 milliseconds