Searched refs:mRequestedHeight (Results 1 – 5 of 5) sorted by relevance
43 int mRequestedHeight = -1; field in BaseSurfaceHolder63 return mRequestedHeight; in getRequestedHeight()116 if (mRequestedWidth != width || mRequestedHeight != height) { in setFixedSize()118 mRequestedHeight = height; in setFixedSize()124 if (mRequestedWidth != -1 || mRequestedHeight != -1) { in setSizeFromLayout()125 mRequestedWidth = mRequestedHeight = -1; in setSizeFromLayout()
147 int mRequestedHeight = -1; field in SurfaceView284 int height = mRequestedHeight >= 0 in onMeasure()285 ? resolveSizeAndState(mRequestedHeight, heightMeasureSpec, 0) in onMeasure()434 int myHeight = mRequestedHeight; in updateWindow()637 return (mRequestedWidth != -1 || mRequestedHeight != -1); in isFixedSize()728 if (mRequestedWidth != width || mRequestedHeight != height) {730 mRequestedHeight = height;737 if (mRequestedWidth != -1 || mRequestedHeight != -1) {738 mRequestedWidth = mRequestedHeight = -1;
115 int mRequestedHeight; field in WindowState433 mRequestedHeight = 0; in WindowState()507 h = (int)(mRequestedHeight * mGlobalScale + .5f); in computeFrameLw()509 h = mRequestedHeight; in computeFrameLw()519 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()521 mLastRequestedHeight = mRequestedHeight; in computeFrameLw()604 + mRequestedHeight + ") to" + " (pw=" + pw + ", ph=" + ph in computeFrameLw()1314 pw.print(" h="); pw.print(mRequestedHeight); in dump()1316 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
661 h = mWin.mRequestedHeight; in createSurfaceLocked()1089 w.mSystemDecorRect.set(0, 0, w.mRequestedWidth, w.mRequestedHeight); in updateSurfaceWindowCrop()1141 height = w.mRequestedHeight; in setSurfaceBoundariesLocked()
2786 || win.mRequestedHeight != requestedHeight) { in relayoutWindow()2789 win.mRequestedHeight = requestedHeight; in relayoutWindow()