Searched refs:heightMode (Results 1 – 6 of 6) sorted by relevance
99 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in tryOnMeasure() local127 if (heightMode == MeasureSpec.UNSPECIFIED) { in tryOnMeasure()131 Math.max(0, heightSize - usedHeight), heightMode); in tryOnMeasure()176 middleHeight, heightMode); in tryOnMeasure()
627 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureVertical() local659 if (heightMode == MeasureSpec.EXACTLY && lp.height == 0 && lp.weight > 0) { in measureVertical()755 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) { in measureVertical()823 if ((lp.height != 0) || (heightMode != MeasureSpec.EXACTLY)) { in measureVertical()874 if (useLargestChild && heightMode != MeasureSpec.EXACTLY) { in measureVertical()960 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureHorizontal() local1069 if (heightMode != MeasureSpec.EXACTLY && lp.height == LayoutParams.MATCH_PARENT) { in measureHorizontal()1244 boolean matchHeightLocally = heightMode != MeasureSpec.EXACTLY && in measureHorizontal()1316 if (!allFillParent && heightMode != MeasureSpec.EXACTLY) { in measureHorizontal()
102 final int heightMode = getMode(heightMeasureSpec); in onMeasure()124 if (heightMode == AT_MOST) { in onMeasure()
272 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local273 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
822 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local825 switch (heightMode) { in onMeasure()833 heightMode = MeasureSpec.EXACTLY; in onMeasure()836 MeasureSpec.makeMeasureSpec(height, heightMode)); in onMeasure()
181 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasureExactFormat() local385 if (heightMode != MeasureSpec.EXACTLY) { in onMeasureExactFormat()