Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java161 private Layout mOffLayout; field in SwitchCompat
789 if (mOffLayout == null) { in onMeasure()
790 mOffLayout = makeLayout(mTextOff); in onMeasure()
809 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()) in onMeasure()
1242 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout; in onDraw()
/frameworks/base/core/java/android/widget/
DSwitch.java154 private Layout mOffLayout; field in Switch
815 if (mOffLayout == null) { in onMeasure()
816 mOffLayout = makeLayout(mTextOff); in onMeasure()
835 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()) in onMeasure()
1246 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout; in onDraw()