Home | History | Annotate | Download | only in widget

Lines Matching defs:mOnLayout

158     private Layout mOnLayout;
818 if (mOnLayout == null) {
819 mOnLayout = makeLayout(mTextOn);
842 maxTextWidth = Math.max(mOnLayout.getWidth(), mOffLayout.getWidth())
1255 final Layout switchText = getTargetCheckedState() ? mOnLayout : mOffLayout;