Searched refs:switchHeight (Results 1 – 2 of 2) sorted by relevance
838 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local840 mSwitchHeight = switchHeight; in onMeasure()845 if (measuredHeight < switchHeight) { in onMeasure()846 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight); in onMeasure() local
864 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local866 mSwitchHeight = switchHeight; in onMeasure()871 if (measuredHeight < switchHeight) { in onMeasure()872 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local