Searched refs:mLastRequestedHeight (Results 1 – 2 of 2) sorted by relevance
156 private int mLastRequestedHeight = -1; field in ImageWallpaper.DrawableEngine222 mLastRequestedHeight = surfaceHeight; in updateSurfaceSize()478 out.print(" mLastRequestedHeight="); out.println(mLastRequestedHeight); in dump()
127 int mLastRequestedHeight; field in WindowState507 mLastRequestedHeight = 0; in WindowState()601 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()603 mLastRequestedHeight = mRequestedHeight; in computeFrameLw()1594 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()1596 pw.print(" h="); pw.println(mLastRequestedHeight); in dump()