Searched refs:switchHeight (Results 1 – 1 of 1) sorted by relevance
324 final int switchHeight = mTrackDrawable.getIntrinsicHeight(); in onMeasure() local344 heightSize = Math.min(heightSize, switchHeight); in onMeasure()348 heightSize = switchHeight; in onMeasure()357 mSwitchHeight = switchHeight; in onMeasure()361 if (measuredHeight < switchHeight) { in onMeasure()362 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local