Searched refs:mLastRequestedHeight (Results 1 – 2 of 2) sorted by relevance
100 private int mLastRequestedHeight = -1; field in ImageWallpaper.DrawableEngine167 mLastRequestedHeight = surfaceHeight; in updateSurfaceSize()480 out.print(" mLastRequestedHeight="); out.println(mLastRequestedHeight); in dump()509 + mLastRequestedWidth + "x" + mLastRequestedHeight); in drawWallpaperWithCanvas()
291 private int mLastRequestedHeight; field in WindowState778 mLastRequestedHeight = 0; in WindowState()966 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()968 mLastRequestedHeight = mRequestedHeight; in computeFrameLw()3321 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()3323 pw.print(" h="); pw.println(mLastRequestedHeight); in dump()