Searched refs:mLastRotation (Results 1 – 2 of 2) sorted by relevance
149 int mLastRotation = -1; field in NoBackupImageWallpaper.DrawableEngine416 if (newRotation != mLastRotation) { in drawFrame()432 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation in drawFrame()441 mLastRotation = newRotation; in drawFrame()643 out.print(mLastRotation); in dump()
535 private int mLastRotation; field in CameraAppUI927 mLastRotation = CameraUtil.getDisplayRotation(); in initDisplayListener()939 if ((rotation - mLastRotation + 360) % 360 == 180 in initDisplayListener()946 mLastRotation = rotation; in initDisplayListener()