Home
last modified time | relevance | path

Searched refs:mShowText (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSwitchCompat.java97 private boolean mShowText; field in SwitchCompat
204 mShowText = a.getBoolean(R.styleable.SwitchCompat_showText, true); in SwitchCompat()
509 if (mShowText != showText) { in setShowText()
510 mShowText = showText; in setShowText()
519 return mShowText; in getShowText()
524 if (mShowText) { in onMeasure()
548 if (mShowText) { in onMeasure()
/frameworks/base/core/java/android/widget/
DSwitch.java109 private boolean mShowText; field in Switch
236 mShowText = a.getBoolean(com.android.internal.R.styleable.Switch_showText, true); in Switch()
793 if (mShowText != showText) { in setShowText()
794 mShowText = showText; in setShowText()
804 return mShowText; in getShowText()
809 if (mShowText) { in onMeasure()
833 if (mShowText) { in onMeasure()
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd200 mShowText = a.getBoolean(R.styleable.PieChart_showText, false);
224 return mShowText;
228 mShowText = showText;
Dcustom-drawing.jd154 if (mShowText) xpad += mTextWidth;