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