Home
last modified time | relevance | path

Searched refs:switchHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java838 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local
840 mSwitchHeight = switchHeight; in onMeasure()
845 if (measuredHeight < switchHeight) { in onMeasure()
846 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight); in onMeasure() local
/frameworks/base/core/java/android/widget/
DSwitch.java864 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local
866 mSwitchHeight = switchHeight; in onMeasure()
871 if (measuredHeight < switchHeight) { in onMeasure()
872 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local