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

/frameworks/base/core/java/android/widget/
H A DSwitch.java156 private Layout mOnLayout; field in class:Switch
814 if (mOnLayout == null) {
815 mOnLayout = makeLayout(mTextOn);
838 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
1250 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java173 private Layout mOnLayout; field in class:SwitchCompat
796 if (mOnLayout == null) {
797 mOnLayout = makeLayout(mTextOn);
820 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
1234 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;

Completed in 30 milliseconds