Home
last modified time | relevance | path

Searched refs:mLastRotation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DNoBackupImageWallpaper.java149 int mLastRotation = -1; field in NoBackupImageWallpaper.DrawableEngine
416 if (newRotation != mLastRotation) { in drawFrame()
432 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation in drawFrame()
441 mLastRotation = newRotation; in drawFrame()
643 out.print(mLastRotation); in dump()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java535 private int mLastRotation; field in CameraAppUI
927 mLastRotation = CameraUtil.getDisplayRotation(); in initDisplayListener()
939 if ((rotation - mLastRotation + 360) % 360 == 180 in initDisplayListener()
946 mLastRotation = rotation; in initDisplayListener()