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()
704 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local726 if (widthSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
283 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local289 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
1143 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local1160 resizeWidth = widthSpecMode != MeasureSpec.EXACTLY; in onMeasure()
1186 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);1214 if (widthSpecMode == MeasureSpec.UNSPECIFIED) {
484 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local491 if (widthSpecMode == MeasureSpec.UNSPECIFIED in onMeasure()494 +"(wspec=" + widthSpecMode + ", hspec=" + heightSpecMode + ")", in onMeasure()