Searched refs:widthSpecMode (Results 1 – 6 of 6) sorted by relevance
148 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local153 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) { in onMeasure()166 } else if (widthSpecMode == MeasureSpec.EXACTLY) { in onMeasure()178 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) { in onMeasure()191 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) { in onMeasure()
696 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local718 if (widthSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
278 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local284 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
995 final int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local1012 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()