Searched refs:heightMode (Results 1 – 3 of 3) sorted by relevance
391 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local414 || heightMode == MeasureSpec.AT_MOST) { in onMeasure()
470 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local471 if (heightMode != MeasureSpec.EXACTLY) { in onMeasure()
578 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local579 if (heightMode != MeasureSpec.EXACTLY) { in onMeasure()