Searched refs:mShowText (Results 1 – 2 of 2) sorted by relevance
124 private boolean mShowText; field in Switch259 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true); in Switch()957 if (mShowText != showText) { in setShowText()958 mShowText = showText; in setShowText()969 return mShowText; in getShowText()974 if (mShowText) { in onMeasure()998 if (mShowText) { in onMeasure()
73429 Landroid/widget/Switch;->mShowText:Z