Searched refs:mLastRequestedWidth (Results 1 – 2 of 2) sorted by relevance
99 private int mLastRequestedWidth = -1; field in ImageWallpaper.DrawableEngine166 mLastRequestedWidth = surfaceWidth; in updateSurfaceSize()479 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth); in dump()509 + mLastRequestedWidth + "x" + mLastRequestedHeight); in drawWallpaperWithCanvas()
290 private int mLastRequestedWidth; field in WindowState777 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()