Searched refs:mAllCaps (Results 1 – 3 of 3) sorted by relevance
75 private final boolean mAllCaps; field in CarrierText.CarrierTextTransformationMethod79 mAllCaps = allCaps; in CarrierTextTransformationMethod()86 if (mAllCaps && source != null) { in getTransformation()
3935 boolean mAllCaps = false; field in TextView.Drawables.TextAppearanceAttributes3963 + " mAllCaps:" + mAllCaps + "\n" in toString()4104 attributes.mAllCaps = appearance.getBoolean(attr, attributes.mAllCaps); in readTextAppearance()4180 if (attributes.mAllCaps) { in applyTextAppearance()
73710 Landroid/widget/TextView$TextAppearanceAttributes;->mAllCaps:Z