Home
last modified time | relevance | path

Searched refs:myHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java393 int myHeight = -1; in onMeasure() local
409 myHeight = heightSize; in onMeasure()
417 height = myHeight; in onMeasure()
461 measureChildHorizontal(child, params, myWidth, myHeight); in onMeasure()
478 applyVerticalSizeRules(params, myHeight, child.getBaseline()); in onMeasure()
479 measureChild(child, params, myWidth, myHeight); in onMeasure()
480 if (positionChildVertical(child, params, myHeight, isWrapContentHeight)) { in onMeasure()
665 private void measureChild(View child, LayoutParams params, int myWidth, int myHeight) { in measureChild() argument
675 myHeight); in measureChild()
680 View child, LayoutParams params, int myWidth, int myHeight) { in measureChildHorizontal() argument
[all …]
DTabWidget.java391 final int myHeight = getHeight(); in dispatchDraw() local
394 myHeight - leftStrip.getIntrinsicHeight(), bounds.left, myHeight); in dispatchDraw() local
397 rightStrip.setBounds(bounds.right, myHeight - rightStrip.getIntrinsicHeight(), in dispatchDraw()
399 myHeight); in dispatchDraw()
DGallery.java944 int myHeight = duringLayout ? getMeasuredHeight() : getHeight(); in calculateTop() local
954 int availableSpace = myHeight - mSpinnerPadding.bottom in calculateTop()
959 childTop = myHeight - mSpinnerPadding.bottom - childHeight; in calculateTop()
/frameworks/base/core/java/android/view/
DSurfaceView.java489 int myHeight = mRequestedHeight; in updateSurface() local
490 if (myHeight <= 0) myHeight = getHeight(); in updateSurface()
496 final boolean sizeChanged = mSurfaceWidth != myWidth || mSurfaceHeight != myHeight; in updateSurface()
515 mSurfaceHeight = myHeight; in updateSurface()
670 + " w=" + myWidth + " h=" + myHeight); in updateSurface()
675 c.surfaceChanged(mSurfaceHolder, mFormat, myWidth, myHeight); in updateSurface()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java694 int myHeight = mSurfaceHolder.getRequestedHeight(); in updateSurface() local
695 if (myHeight <= 0) myHeight = ViewGroup.LayoutParams.MATCH_PARENT; in updateSurface()
701 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight; in updateSurface()
715 mHeight = myHeight; in updateSurface()
722 mLayout.height = myHeight; in updateSurface()