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 111 int mLastRotation = -1;
319 if (newRotation != mLastRotation) {
330 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
338 mLastRotation = newRotation;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 522 private int mLastRotation;
    [all...]

Completed in 464 milliseconds