Searched refs:layoutHeight (Results 1 – 4 of 4) sorted by relevance
153 final int layoutHeight = bottom - top; in onLayout() local158 mViewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()172 (int) Math.ceil((layoutHeight - mIllustrationBounds.height()) / mScale)); in onLayout()
144 public void setLayoutHeight(int layoutHeight) { in setLayoutHeight() argument145 mLayoutHeight = layoutHeight; in setLayoutHeight()
482 int layoutHeight = 0; in onMeasure() local486 layoutHeight = maxLayoutHeight = heightSize - getPaddingTop() - getPaddingBottom(); in onMeasure()550 if (heightMode == MeasureSpec.AT_MOST && childHeight > layoutHeight) { in onMeasure()551 layoutHeight = Math.min(childHeight, maxLayoutHeight); in onMeasure()647 final int measuredHeight = layoutHeight + getPaddingTop() + getPaddingBottom(); in onMeasure()
726 final int layoutHeight = getHeight(); in onLayout() local729 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()731 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout()