Searched refs:getMeasuredHeight (Results 1 – 21 of 21) sorted by relevance
59 height = Math.max(height, child.getMeasuredHeight()); in onMeasure()61 height += child.getMeasuredHeight(); in onMeasure()89 int h = child.getMeasuredHeight(); in layoutHorizontal()104 usedHeight += child.getMeasuredHeight(); in layoutVertical()116 int h = child.getMeasuredHeight(); in layoutVertical()
32 height += view.getMeasuredHeight(); in onMeasure()48 int nextOffsetY = offsetY + view.getMeasuredHeight(); in onLayout()
60 setMeasuredSize(c.getMeasuredWidth(), c.getMeasuredHeight()); in onMeasure()65 setMeasuredSize(c.getMeasuredHeight(), c.getMeasuredWidth()); in onMeasure()
200 height += view.getMeasuredHeight(); in onMeasure()245 int nextOffset = yoffset + item.getMeasuredHeight(); in onLayout()
102 height += component.getMeasuredHeight(); in onMeasure()
95 child.getMeasuredHeight() + p.top + p.bottom); in onMeasure()
336 public int getMeasuredHeight() { in getMeasuredHeight() method in GLView
207 height = mPopupWindow.getMeasuredHeight(); in layoutPopupWindow()
145 mLine1Height = mNameTextView.getMeasuredHeight(); in onMeasure()149 mLine2Height = mLabelView.getMeasuredHeight(); in onMeasure()154 mLine2Height = Math.max(mLine2Height, mDataView.getMeasuredHeight()); in onMeasure()159 mLine3Height = mSnippetView.getMeasuredHeight(); in onMeasure()
117 mHeaderViewHeight = mHeaderView.getMeasuredHeight(); in onMeasure()
120 mButtonHeight = child.getMeasuredHeight(); in onFinishInflate()
501 int yPos = (getMeasuredHeight() - in onDraw()586 + mSeparatorDrawable.getIntrinsicWidth(), getMeasuredHeight()
247 int newHeight = mBalloonView.getMeasuredHeight() + getPaddingTop() in setBalloonSize()
1251 mFloatingWindow.setHeight(mFloatingContainer.getMeasuredHeight()); in postShowFloatingWindow()
327 final int bottomBottom = getMeasuredHeight(); in onDraw()
453 final int popupHeight = mPreviewText.getMeasuredHeight(); in showPreview()
1208 popupY -= container.getMeasuredHeight(); in onLongPress()1227 mMiniKeyboardPopup.setHeight(container.getMeasuredHeight()); in onLongPress()
757 final int height = getMeasuredHeight(); in drawGrid()816 r.bottom = getMeasuredHeight(); in drawBox()
241 int myHeight = saver_view.getMeasuredHeight(); in moveScreenSaverTo()
551 child.layout(childLeft, 0, childLeft + childWidth, child.getMeasuredHeight()); in onLayout()
478 final int blockHeight = mDecor.getMeasuredHeight(); in showInternal()