Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java4167 private static final SparseIntArray sAppearanceValues = new SparseIntArray(); field in TextView.Drawables
4173 sAppearanceValues.put( in sAppearanceValues.put()
4176 sAppearanceValues.put(com.android.internal.R.styleable.TextView_textColor, in sAppearanceValues.put()
4182 sAppearanceValues.put(com.android.internal.R.styleable.TextView_textSize, in sAppearanceValues.put()
4184 sAppearanceValues.put(com.android.internal.R.styleable.TextView_textLocale, in sAppearanceValues.put()
4186 sAppearanceValues.put(com.android.internal.R.styleable.TextView_typeface, in sAppearanceValues.put()
4188 sAppearanceValues.put(com.android.internal.R.styleable.TextView_fontFamily, in sAppearanceValues.put()
4190 sAppearanceValues.put(com.android.internal.R.styleable.TextView_textStyle, in sAppearanceValues.put()
4198 sAppearanceValues.put(com.android.internal.R.styleable.TextView_shadowDx, in sAppearanceValues.put()
4200 sAppearanceValues.put(com.android.internal.R.styleable.TextView_shadowDy, in sAppearanceValues.put()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70614 Landroid/widget/TextView;->sAppearanceValues:Landroid/util/SparseIntArray;