Home | History | Annotate | Download | only in widget

Lines Matching defs:mOnLayout

136     private Layout mOnLayout;
602 if (mOnLayout == null) {
603 mOnLayout = makeLayout(mTextOn);
626 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
1027 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;