Searched refs:switchHeight (Results 1 – 2 of 2) sorted by relevance
578 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local580 mSwitchHeight = switchHeight; in onMeasure()585 if (measuredHeight < switchHeight) { in onMeasure()586 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight); in onMeasure() local
863 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local865 mSwitchHeight = switchHeight; in onMeasure()870 if (measuredHeight < switchHeight) { in onMeasure()871 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local