Searched refs:mRequestedWidth (Results 1 – 5 of 5) sorted by relevance
42 int mRequestedWidth = -1; field in BaseSurfaceHolder59 return mRequestedWidth; in getRequestedWidth()116 if (mRequestedWidth != width || mRequestedHeight != height) { in setFixedSize()117 mRequestedWidth = width; in setFixedSize()124 if (mRequestedWidth != -1 || mRequestedHeight != -1) { in setSizeFromLayout()125 mRequestedWidth = mRequestedHeight = -1; in setSizeFromLayout()
146 int mRequestedWidth = -1; field in SurfaceView281 int width = mRequestedWidth >= 0 in onMeasure()282 ? resolveSizeAndState(mRequestedWidth, widthMeasureSpec, 0) in onMeasure()432 int myWidth = mRequestedWidth; in updateWindow()637 return (mRequestedWidth != -1 || mRequestedHeight != -1); in isFixedSize()728 if (mRequestedWidth != width || mRequestedHeight != height) {729 mRequestedWidth = width;737 if (mRequestedWidth != -1 || mRequestedHeight != -1) {738 mRequestedWidth = mRequestedHeight = -1;
114 int mRequestedWidth; field in WindowState432 mRequestedWidth = 0; in WindowState()500 w = (int)(mRequestedWidth * mGlobalScale + .5f); in computeFrameLw()502 w = mRequestedWidth; in computeFrameLw()519 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()520 mLastRequestedWidth = mRequestedWidth; in computeFrameLw()603 + mRequestedWidth + ", mRequestedheight=" in computeFrameLw()1313 pw.print(prefix); pw.print("Requested w="); pw.print(mRequestedWidth); in dump()1316 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
660 w = mWin.mRequestedWidth; in createSurfaceLocked()1089 w.mSystemDecorRect.set(0, 0, w.mRequestedWidth, w.mRequestedHeight); in updateSurfaceWindowCrop()1140 width = w.mRequestedWidth; in setSurfaceBoundariesLocked()
2785 if (win.mRequestedWidth != requestedWidth in relayoutWindow()2788 win.mRequestedWidth = requestedWidth; in relayoutWindow()