Home
last modified time | relevance | path

Searched refs:mRequestedHeight (Results 1 – 5 of 5) 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.java148 int mRequestedHeight = -1; field in SurfaceView
290 int height = mRequestedHeight >= 0 in onMeasure()
291 ? resolveSizeAndState(mRequestedHeight, heightMeasureSpec, 0) in onMeasure()
441 int myHeight = mRequestedHeight; in updateWindow()
645 return (mRequestedWidth != -1 || mRequestedHeight != -1); in isFixedSize()
737 if (mRequestedWidth != width || mRequestedHeight != height) {
739 mRequestedHeight = height;
746 if (mRequestedWidth != -1 || mRequestedHeight != -1) {
747 mRequestedWidth = mRequestedHeight = -1;
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java122 int mRequestedHeight; field in WindowState
479 mRequestedHeight = 0; in WindowState()
553 h = (int)(mRequestedHeight * mGlobalScale + .5f); in computeFrameLw()
555 h = mRequestedHeight; in computeFrameLw()
565 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in computeFrameLw()
567 mLastRequestedHeight = mRequestedHeight; in computeFrameLw()
665 + mRequestedHeight + ") to" + " (pw=" + pw + ", ph=" + ph in computeFrameLw()
1475 pw.print(" h="); pw.print(mRequestedHeight); in dump()
1477 if (mRequestedWidth != mLastRequestedWidth || mRequestedHeight != mLastRequestedHeight) { in dump()
DWindowStateAnimator.java798 height = w.mRequestedHeight; in createSurfaceLocked()
1293 w.mSystemDecorRect.set(0, 0, w.mRequestedWidth, w.mRequestedHeight); in updateSurfaceWindowCrop()
1386 height = w.mRequestedHeight; in setSurfaceBoundariesLocked()
DWindowManagerService.java3019 || win.mRequestedHeight != requestedHeight)) { in relayoutWindow()
3022 win.mRequestedHeight = requestedHeight; in relayoutWindow()