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