Searched refs:heightMode (Results 1 – 3 of 3) sorted by relevance
83 int heightMode = MeasureSpec.getMode(heightSpec); in onMeasure() local84 if (heightMode != MeasureSpec.UNSPECIFIED) { in onMeasure()87 0, height - mPaddings.top - mPaddings.bottom), heightMode); in onMeasure()
391 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local414 || heightMode == MeasureSpec.AT_MOST) { in onMeasure()
521 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local522 if (heightMode != MeasureSpec.EXACTLY) { in onMeasure()