Searched refs:widthSpecMode (Results 1 – 6 of 6) sorted by relevance
147 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local152 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()165 } else if (widthSpecMode == MeasureSpec.EXACTLY) { in onMeasure()177 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) { in onMeasure()190 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) { in onMeasure()
697 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local719 if (widthSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
280 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local286 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
955 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local972 resizeWidth = widthSpecMode != MeasureSpec.EXACTLY; in onMeasure()
1178 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);1206 if (widthSpecMode == MeasureSpec.UNSPECIFIED) {
481 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local488 if (widthSpecMode == MeasureSpec.UNSPECIFIED in onMeasure()491 +"(wspec=" + widthSpecMode + ", hspec=" + heightSpecMode + ")", in onMeasure()