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.java578 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local
580 mSwitchHeight = switchHeight; in onMeasure()
585 if (measuredHeight < switchHeight) { in onMeasure()
586 setMeasuredDimension(ViewCompat.getMeasuredWidthAndState(this), switchHeight); in onMeasure() local
/frameworks/base/core/java/android/widget/
DSwitch.java863 final int switchHeight = Math.max(trackHeight, thumbHeight); in onMeasure() local
865 mSwitchHeight = switchHeight; in onMeasure()
870 if (measuredHeight < switchHeight) { in onMeasure()
871 setMeasuredDimension(getMeasuredWidthAndState(), switchHeight); in onMeasure() local