Searched refs:heightMode (Results 1 – 8 of 8) sorted by relevance
57 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local58 if (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()62 && (maxHeight < heightSize || heightMode == MeasureSpec.UNSPECIFIED)) { in onMeasure()
41 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local42 if (widthMode == MeasureSpec.EXACTLY && heightMode != MeasureSpec.EXACTLY) { in onMeasure()45 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
127 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local135 if (heightMode != MeasureSpec.EXACTLY) { in onMeasure()
129 int heightMode = MeasureSpec.getMode(heightSpec); in onMeasure() local138 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()140 } else if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
654 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureVertical() local686 if (heightMode == MeasureSpec.EXACTLY && lp.height == 0 && lp.weight > 0) { in measureVertical()781 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) { in measureVertical()851 if ((lp.height != 0) || (heightMode != MeasureSpec.EXACTLY)) { in measureVertical()919 if (useLargestChild && heightMode != MeasureSpec.EXACTLY) { in measureVertical()
1155 int heightMode = MeasureSpec.getMode(heightMeasureSpec);1170 (heightMode == MeasureSpec.UNSPECIFIED ? 1 : clientHeightSize / mScrapHeight)1192 if (heightMode == MeasureSpec.UNSPECIFIED ||1193 (heightMode == MeasureSpec.AT_MOST && mOrientation == HORIZONTAL)) {1197 heightSize = heightMode == MeasureSpec.AT_MOST ? Math.min(size, heightSize) : size;
686 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local689 if (widthMode == MeasureSpec.UNSPECIFIED || heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
661 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local662 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()