Searched refs:switchHeight (Results 1 – 2 of 2) sorted by relevance
849 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local851 mSwitchHeight = switchHeight; in onMeasure()856 if (measuredHeight < switchHeight) { in onMeasure()857 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local
867 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local869 mSwitchHeight = switchHeight; in onMeasure()874 if (measuredHeight < switchHeight) { in onMeasure()875 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local