Searched refs:mShowText (Results 1 – 3 of 3) sorted by relevance
45 private TextView mShowText; field in ContentLoadingProgressBarActivity63 mShowText = (TextView)findViewById(R.id.show_text); in onCreate()79 mShowText.setText("Show clicked at " + mShowTime); in onClick()
130 private boolean mShowText; field in SwitchCompat235 mShowText = a.getBoolean(R.styleable.SwitchCompat_showText, true); in SwitchCompat()779 if (mShowText != showText) { in setShowText()780 mShowText = showText; in setShowText()790 return mShowText; in getShowText()795 if (mShowText) { in onMeasure()819 if (mShowText) { in onMeasure()
113 private boolean mShowText; field in Switch240 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true); in Switch()797 if (mShowText != showText) { in setShowText()798 mShowText = showText; in setShowText()808 return mShowText; in getShowText()813 if (mShowText) { in onMeasure()837 if (mShowText) { in onMeasure()