Searched refs:widthSize (Results 1 – 11 of 11) sorted by relevance
47 final int widthSize = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local50 if (widthSize == 0 && heightSize == 0) { in onMeasure()61 if (widthSize == 0 || heightSize == 0) { in onMeasure()64 size = Math.max(widthSize, heightSize); in onMeasure()68 size = Math.min(widthSize, heightSize); in onMeasure()
165 final int widthSize = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local175 setMeasuredDimension(widthSize, heightSize); in onMeasure()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...