Searched refs:widthSpecMode (Results 1 – 4 of 4) sorted by relevance
171 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local177 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()201 if (widthSpecMode == MeasureSpec.AT_MOST) { in onMeasure()
66 int widthSpecMode = MeasureSpec.EXACTLY; in onMeasure() local67 super.onMeasure(MeasureSpec.makeMeasureSpec(widthSpecSize, widthSpecMode), in onMeasure()
79 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()
977 int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure() local983 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { in onMeasure()1007 if (widthSpecMode == MeasureSpec.AT_MOST) { in onMeasure()