Searched refs:mShowText (Results 1 – 2 of 2) sorted by relevance
134 private boolean mShowText; field in Switch269 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true); in Switch()967 if (mShowText != showText) { in setShowText()968 mShowText = showText; in setShowText()979 return mShowText; in getShowText()984 if (mShowText) { in onMeasure()1008 if (mShowText) { in onMeasure()
69463 Landroid/widget/Switch;->mShowText:Z