Searched refs:measuredHeight (Results 1 – 6 of 6) sorted by relevance
130 int measuredWidth, measuredHeight; in onMeasure() local139 measuredHeight = desiredHeight; in onMeasure()141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec)); in onMeasure()143 measuredHeight = MeasureSpec.getSize(heightSpec); in onMeasure()145 setMeasuredDimension(measuredWidth, measuredHeight); in onMeasure()
33 final int measuredHeight = getMeasuredHeight(); in onMeasure() local38 "measuredHeight: " + measuredHeight + " getMeasuredHeight(): " + in onMeasure()42 if (measuredHeight != getMeasuredHeight() && getContext() instanceof ImeUtil.ImeStateHost) { in onMeasure()
307 final int measuredHeight = getMeasuredHeight(); in onMeasure() local308 if (measuredWidth >= getMinimumWidth() || measuredHeight >= getMinimumHeight()) { in onMeasure()330 int height = measuredHeight; in onMeasure()336 final float aspectRatio = measuredWidth / (float) measuredHeight; in onMeasure()
300 int measuredHeight = mImageViewHeight; in doInBackground() local307 (float) bitmapHeight / measuredHeight); in doInBackground()313 int verticalGutterPx = Math.max(0, (scaledBitmap.getHeight() - measuredHeight) / 2); in doInBackground()
52 final int measuredHeight = getMeasuredHeight(); in onMeasure() local54 final int shortSide = Math.min(measuredHeight, measuredWidth); in onMeasure()