Searched refs:mAllCaps (Results 1 – 3 of 3) sorted by relevance
117 private final boolean mAllCaps; field in CarrierText.CarrierTextTransformationMethod121 mAllCaps = allCaps; in CarrierTextTransformationMethod()128 if (mAllCaps && source != null) { in getTransformation()
3846 boolean mAllCaps = false; field in TextView.Drawables.TextAppearanceAttributes3873 + " mAllCaps:" + mAllCaps + "\n" in toString()4013 attributes.mAllCaps = appearance.getBoolean(attr, attributes.mAllCaps); in readTextAppearance()4088 if (attributes.mAllCaps) { in applyTextAppearance()
84816 Landroid/widget/TextView$TextAppearanceAttributes;->mAllCaps:Z