Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierText.java115 private final boolean mAllCaps; field in CarrierText.CarrierTextTransformationMethod
119 mAllCaps = allCaps; in CarrierTextTransformationMethod()
126 if (mAllCaps && source != null) { in getTransformation()
/frameworks/base/core/java/android/widget/
DTextView.java3841 boolean mAllCaps = false; field in TextView.Drawables.TextAppearanceAttributes
3868 + " mAllCaps:" + mAllCaps + "\n" in toString()
4008 attributes.mAllCaps = appearance.getBoolean(attr, attributes.mAllCaps); in readTextAppearance()
4083 if (attributes.mAllCaps) { in applyTextAppearance()