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()
168 int mRequestedWidth = -1; field in SurfaceView300 int width = mRequestedWidth >= 0 in onMeasure()301 ? resolveSizeAndState(mRequestedWidth, widthMeasureSpec, 0) in onMeasure()452 int myWidth = mRequestedWidth; in updateWindow()797 return (mRequestedWidth != -1 || mRequestedHeight != -1); in isFixedSize()890 if (mRequestedWidth != width || mRequestedHeight != height) {891 mRequestedWidth = width;899 if (mRequestedWidth != -1 || mRequestedHeight != -1) {900 mRequestedWidth = mRequestedHeight = -1;
182 int mRequestedWidth; field in WindowState649 mRequestedWidth = 0; in WindowState()793 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()794 mLastRequestedWidth = mRequestedWidth; in computeFrameLw()951 + mRequestedWidth + ", mRequestedheight=" in computeFrameLw()1738 if ((mRequestedWidth != requestedWidth || mRequestedHeight != requestedHeight)) { in setRequestedSize()1740 mRequestedWidth = requestedWidth; in setRequestedSize()2570 pw.print(prefix); pw.print("Requested w="); pw.print(mRequestedWidth); in dump()2573 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()2819 w = (int)(mRequestedWidth * mGlobalScale + .5f); in applyGravityAndUpdateFrame()[all …]
800 mTmpSize.right = mTmpSize.left + w.mRequestedWidth; in calculateSurfaceBounds()2173 w.setWindowScale(w.mRequestedWidth, w.mRequestedHeight); in seamlesslyRotateWindow()2182 cropRect.set(0, 0, w.mRequestedWidth, w.mRequestedWidth + w.mRequestedHeight); in seamlesslyRotateWindow()
2719 win.setWindowScale(win.mRequestedWidth, win.mRequestedHeight); in repositionChild()2824 win.setWindowScale(win.mRequestedWidth, win.mRequestedHeight); in relayoutWindow()