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.java152 private int mLastRequestedWidth = -1; field in ImageWallpaper.DrawableEngine
218 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()
556 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth); in dump()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java226 private int mLastRequestedWidth; field in WindowState
663 mLastRequestedWidth = 0; in WindowState()
812 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()
813 mLastRequestedWidth = mRequestedWidth; in computeFrameLw()
3294 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
3295 pw.print(prefix); pw.print("LastRequested w="); pw.print(mLastRequestedWidth); in dump()