HomeSort by relevance Sort by last modified time
    Searched refs:mLastRotation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardFaceUnlockView.java 52 private int mLastRotation;
59 if (DEBUG) Log.d(TAG, "onRotationChanged(): " + mLastRotation + "->" + rotation);
66 if (Math.abs(rotation - mLastRotation) == 2) {
72 mLastRotation = rotation;
162 mLastRotation = mWindowManager.watchRotation(mRotationWatcher);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 111 int mLastRotation = -1;
310 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
318 mLastRotation = newRotation;

Completed in 293 milliseconds