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.java99 private int mLastRequestedWidth = -1; field in ImageWallpaper.DrawableEngine
166 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()
479 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth); in dump()
509 + mLastRequestedWidth + "x" + mLastRequestedHeight); in drawWallpaperWithCanvas()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java290 private int mLastRequestedWidth; field in WindowState
777 mLastRequestedWidth = 0; in WindowState()
966 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()
967 mLastRequestedWidth = mRequestedWidth; in computeFrameLw()
3321 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
3322 pw.print(prefix); pw.print("LastRequested w="); pw.print(mLastRequestedWidth); in dump()