Searched refs:mLastRequestedHeight (Results 1 – 2 of 2) sorted by relevance
159 private int mLastRequestedHeight = -1; field in ImageWallpaper.DrawableEngine230 mLastRequestedHeight = surfaceHeight; in updateSurfaceSize()532 out.print(" mLastRequestedHeight="); out.println(mLastRequestedHeight); in dump()
184 int mLastRequestedHeight; field in WindowState634 mLastRequestedHeight = 0; in WindowState()775 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()777 mLastRequestedHeight = mRequestedHeight; in computeFrameLw()2538 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()2540 pw.print(" h="); pw.println(mLastRequestedHeight); in dump()