Searched refs:mShowText (Results 1 – 3 of 3) sorted by relevance
46 private TextView mShowText; field in ContentLoadingProgressBarActivity64 mShowText = (TextView)findViewById(R.id.show_text); in onCreate()80 mShowText.setText("Show clicked at " + mShowTime); in onClick()
129 private boolean mShowText; field in SwitchCompat234 mShowText = a.getBoolean(R.styleable.SwitchCompat_showText, true); in SwitchCompat()778 if (mShowText != showText) { in setShowText()779 mShowText = showText; in setShowText()789 return mShowText; in getShowText()794 if (mShowText) { in onMeasure()818 if (mShowText) { in onMeasure()
114 private boolean mShowText; field in Switch242 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true); in Switch()801 if (mShowText != showText) { in setShowText()802 mShowText = showText; in setShowText()812 return mShowText; in getShowText()817 if (mShowText) { in onMeasure()841 if (mShowText) { in onMeasure()