Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java113 int mLastRotation = -1; field in ImageWallpaper.DrawableEngine
334 if (newRotation != mLastRotation) { in drawFrame()
350 boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation; in drawFrame()
358 mLastRotation = newRotation; in drawFrame()
517 out.print(prefix); out.print(" mLastRotation="); out.print(mLastRotation); in dump()