Searched refs:heightMode (Results 1 – 13 of 13) sorted by relevance
607 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureVertical() local638 if (heightMode == MeasureSpec.EXACTLY && lp.height == 0 && lp.weight > 0) { in measureVertical()732 (heightMode == MeasureSpec.AT_MOST || heightMode == MeasureSpec.UNSPECIFIED)) { in measureVertical()799 if ((lp.height != 0) || (heightMode != MeasureSpec.EXACTLY)) { in measureVertical()935 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in measureHorizontal() local1041 if (heightMode != MeasureSpec.EXACTLY && lp.height == LayoutParams.MATCH_PARENT) { in measureHorizontal()1215 boolean matchHeightLocally = heightMode != MeasureSpec.EXACTLY && in measureHorizontal()1287 if (!allFillParent && heightMode != MeasureSpec.EXACTLY) { in measureHorizontal()
134 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local144 if (heightMode != MeasureSpec.UNSPECIFIED && heightSize < mDialHeight) { in onMeasure()
308 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local342 switch (heightMode) { in onMeasure()
324 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local333 if (heightMode != MeasureSpec.UNSPECIFIED) { in onMeasure()341 if (heightMode == MeasureSpec.EXACTLY) { in onMeasure()366 final boolean isWrapContentHeight = heightMode != MeasureSpec.EXACTLY; in onMeasure()
1004 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local1051 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()1056 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
318 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local319 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
1116 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local1126 heightMode == MeasureSpec.UNSPECIFIED)) { in onMeasure()1148 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()1153 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
6393 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local6532 if (heightMode == MeasureSpec.EXACTLY) { in onMeasure()6542 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()
105 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasureExactFormat() local294 int heightSpec = MeasureSpec.makeMeasureSpec(heightSize - heightPadding, heightMode); in onMeasureExactFormat()306 if (heightMode != MeasureSpec.EXACTLY) { in onMeasureExactFormat()
326 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local327 if (heightMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
802 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local803 if (heightMode != MeasureSpec.AT_MOST) { in onMeasure()1255 final int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local1270 switch (heightMode) { in onMeasure()
539 int width, int widthMode, int height, int heightMode) { in measureView() argument541 int h_spec = MeasureSpec.makeMeasureSpec(height, heightMode); in measureView()
7574 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure() local7588 if (heightMode != MeasureSpec.EXACTLY) { in onMeasure()7591 if (heightMode == MeasureSpec.AT_MOST) { in onMeasure()