Home | History | Annotate | Download | only in widget

Lines Matching defs:mShowText

114     private boolean mShowText;
242 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true);
801 if (mShowText != showText) {
802 mShowText = showText;
812 return mShowText;
817 if (mShowText) {
841 if (mShowText) {