Searched refs:mShowText (Results 1 – 4 of 4) sorted by relevance
97 private boolean mShowText; field in SwitchCompat204 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()
109 private boolean mShowText; field in Switch236 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()
200 mShowText = a.getBoolean(R.styleable.PieChart_showText, false);224 return mShowText;228 mShowText = showText;
154 if (mShowText) xpad += mTextWidth;