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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardFaceUnlockView.java 51 private int mLastRotation;
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/
ImageWallpaper.java 115 int mLastRotation = -1;
346 if (newRotation != mLastRotation) {
356 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
364 mLastRotation = newRotation;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 525 private int mLastRotation;
    [all...]

Completed in 7592 milliseconds