Searched refs:switchHeight (Results 1 – 1 of 1) sorted by relevance
1038 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local1040 mSwitchHeight = switchHeight; in onMeasure()1045 if (measuredHeight < switchHeight) { in onMeasure()1046 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local