Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java158 private int mLastRequestedWidth = -1; field in ImageWallpaper.DrawableEngine
229 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()
531 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth); in dump()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java183 int mLastRequestedWidth; field in WindowState
633 mLastRequestedWidth = 0; in WindowState()
775 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()
776 mLastRequestedWidth = mRequestedWidth; in computeFrameLw()
2538 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
2539 pw.print(prefix); pw.print("LastRequested w="); pw.print(mLastRequestedWidth); in dump()