Searched refs:mShowText (Results 1 – 2 of 2) sorted by relevance
120 private boolean mShowText; field in Switch255 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true); in Switch()884 if (mShowText != showText) { in setShowText()885 mShowText = showText; in setShowText()896 return mShowText; in getShowText()901 if (mShowText) { in onMeasure()925 if (mShowText) { in onMeasure()
90632 Landroid/widget/Switch;->mShowText:Z