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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 113 int mLastRotation = -1;
334 if (newRotation != mLastRotation) {
350 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation;
358 mLastRotation = newRotation;
517 out.print(prefix); out.print(" mLastRotation="); out.print(mLastRotation);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 535 private int mLastRotation;
    [all...]

Completed in 176 milliseconds