Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java322 final int switchWidth = Math.max(mSwitchMinWidth, in onMeasure() local
330 widthSize = Math.min(widthSize, switchWidth); in onMeasure()
334 widthSize = switchWidth; in onMeasure()
356 mSwitchWidth = switchWidth; in onMeasure()