Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DSwitchCompat.java173 private Layout mOffLayout; field in SwitchCompat
799 if (mOffLayout == null) { in onMeasure()
800 mOffLayout = makeLayout(mTextOff); in onMeasure()
819 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()) in onMeasure()
1233 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout; in onDraw()
/frameworks/base/core/java/android/widget/
DSwitch.java159 private Layout mOffLayout; field in Switch
822 if (mOffLayout == null) { in onMeasure()
823 mOffLayout = makeLayout(mTextOff); in onMeasure()
842 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth()) in onMeasure()
1255 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout; in onDraw()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7257 Landroid/widget/Switch;->mOffLayout:Landroid/text/Layout;