Home
last modified time | relevance | path

Searched refs:mAllCaps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierText.java75 private final boolean mAllCaps; field in CarrierText.CarrierTextTransformationMethod
79 mAllCaps = allCaps; in CarrierTextTransformationMethod()
86 if (mAllCaps && source != null) { in getTransformation()
/frameworks/base/core/java/android/widget/
DTextView.java3935 boolean mAllCaps = false; field in TextView.Drawables.TextAppearanceAttributes
3963 + " mAllCaps:" + mAllCaps + "\n" in toString()
4104 attributes.mAllCaps = appearance.getBoolean(attr, attributes.mAllCaps); in readTextAppearance()
4180 if (attributes.mAllCaps) { in applyTextAppearance()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73710 Landroid/widget/TextView$TextAppearanceAttributes;->mAllCaps:Z