Searched refs:mOnLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSwitch.java137 private Layout mOnLayout; field in class:Switch
603 if (mOnLayout == null) {
604 mOnLayout = makeLayout(mTextOn);
627 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
1037 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java135 private Layout mOnLayout; field in class:SwitchCompat
493 if (mOnLayout == null) {
494 mOnLayout = makeLayout(mTextOn);
517 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
893 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;

Completed in 54 milliseconds