Searched refs:mLastRequestedWidth (Results 1 – 2 of 2) sorted by relevance
158 private int mLastRequestedWidth = -1; field in ImageWallpaper.DrawableEngine229 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()531 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth); in dump()
183 int mLastRequestedWidth; field in WindowState633 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()