Searched refs:mLastRequestedWidth (Results 1 – 2 of 2) sorted by relevance
152 private int mLastRequestedWidth = -1; field in ImageWallpaper.DrawableEngine218 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()556 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth); in dump()
226 private int mLastRequestedWidth; field in WindowState663 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()