Searched refs:widthSpecMode (Results 1 – 6 of 6) sorted by relevance
191 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local196 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()209 } else if (widthSpecMode == MeasureSpec.EXACTLY) { in onMeasure()221 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) { in onMeasure()234 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) { in onMeasure()
283 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local289 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
699 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local721 if (widthSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
1139 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local1156 resizeWidth = widthSpecMode != MeasureSpec.EXACTLY; in onMeasure()
1186 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);1214 if (widthSpecMode == MeasureSpec.UNSPECIFIED) {
487 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local494 if (widthSpecMode == MeasureSpec.UNSPECIFIED in onMeasure()497 +"(wspec=" + widthSpecMode + ", hspec=" + heightSpecMode + ")", in onMeasure()