Home | History | Annotate | Download | only in widget

Lines Matching defs:mOnLayout

172     private Layout mOnLayout;
795 if (mOnLayout == null) {
796 mOnLayout = makeLayout(mTextOn);
819 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
1233 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;