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.java849 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local
851 mSwitchHeight = switchHeight; in onMeasure()
856 if (measuredHeight < switchHeight) { in onMeasure()
857 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local
/frameworks/base/core/java/android/widget/
DSwitch.java867 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local
869 mSwitchHeight = switchHeight; in onMeasure()
874 if (measuredHeight < switchHeight) { in onMeasure()
875 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local