Searched refs:heightSize (Results 1 – 2 of 2) sorted by relevance
48 final int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local50 if (widthSize == 0 && heightSize == 0) { in onMeasure()61 if (widthSize == 0 || heightSize == 0) { in onMeasure()64 size = Math.max(widthSize, heightSize); in onMeasure()68 size = Math.min(widthSize, heightSize); in onMeasure()
168 final int heightSize = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local175 setMeasuredDimension(widthSize, heightSize); in onMeasure()