Home
last modified time | relevance | path

Searched refs:mRequestedHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DBaseSurfaceHolder.java43 int mRequestedHeight = -1; field in BaseSurfaceHolder
63 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()
/frameworks/base/core/java/android/view/
DSurfaceView.java159 int mRequestedHeight = -1; field in SurfaceView
490 int height = mRequestedHeight >= 0 in onMeasure()
491 ? resolveSizeAndState(mRequestedHeight, heightMeasureSpec, 0) in onMeasure()
699 int myHeight = mRequestedHeight; in updateSurface()
1138 return (mRequestedWidth != -1 || mRequestedHeight != -1); in isFixedSize()
1197 if (mRequestedWidth != width || mRequestedHeight != height) {
1199 mRequestedHeight = height;
1206 if (mRequestedWidth != -1 || mRequestedHeight != -1) {
1207 mRequestedWidth = mRequestedHeight = -1;
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java176 w.mRequestedHeight = 100; in testLayoutInFullscreenTaskInsets()
213 w.mRequestedHeight = 300; in testLayoutInFullscreenTaskNoInsets()
223 w.mRequestedHeight = -1; in testLayoutInFullscreenTaskNoInsets()
233 w.mRequestedHeight = 1200; in testLayoutInFullscreenTaskNoInsets()
241 w.mRequestedHeight = 1000; in testLayoutInFullscreenTaskNoInsets()
250 w.mRequestedHeight = 300; in testLayoutInFullscreenTaskNoInsets()
367 w.mRequestedHeight = logicalHeight / 2; in testCalculatePolicyCrop()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java320 int mRequestedHeight; field in WindowState
816 mRequestedHeight = 0; in WindowState()
1023 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()
1025 mLastRequestedHeight = mRequestedHeight; in computeFrameLw()
1129 + mRequestedHeight + ") to" + " (pw=" + pw + ", ph=" + ph in computeFrameLw()
2408 if ((mRequestedWidth != requestedWidth || mRequestedHeight != requestedHeight)) { in setRequestedSize()
2411 mRequestedHeight = requestedHeight; in setRequestedSize()
3563 proto.write(REQUESTED_HEIGHT, mRequestedHeight); in writeToProto()
3606 + " h=" + mRequestedHeight in dump()
3608 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
[all …]
DWindowStateAnimator.java539 outSize.bottom = w.mRequestedHeight; in calculateSurfaceBounds()
DWindowManagerService.java2089 win.setWindowScale(win.mRequestedWidth, win.mRequestedHeight); in relayoutWindow()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt99915 Lcom/android/internal/view/BaseSurfaceHolder;->mRequestedHeight:I