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.java147 int mRequestedHeight = -1; field in SurfaceView
284 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;
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java115 int mRequestedHeight; field in WindowState
433 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()
DWindowStateAnimator.java661 h = mWin.mRequestedHeight; in createSurfaceLocked()
1089 w.mSystemDecorRect.set(0, 0, w.mRequestedWidth, w.mRequestedHeight); in updateSurfaceWindowCrop()
1141 height = w.mRequestedHeight; in setSurfaceBoundariesLocked()
DWindowManagerService.java2786 || win.mRequestedHeight != requestedHeight) { in relayoutWindow()
2789 win.mRequestedHeight = requestedHeight; in relayoutWindow()