Searched refs:mOffLayout (Results 1 – 3 of 3) sorted by relevance
173 private Layout mOffLayout; field in SwitchCompat799 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()
159 private Layout mOffLayout; field in Switch822 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()
7257 Landroid/widget/Switch;->mOffLayout:Landroid/text/Layout;