/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | AlphaTintDrawableWrapper.java | 86 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | GradientColor.java | 405 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyItemsAttrsTheme() 575 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.GradientColor); in applyRootAttrsTheme()
|
H A D | ColorStateList.java | 468 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
|
H A D | Resources.java | 1714 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme 1716 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
|
H A D | ResourcesImpl.java | 1402 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper,
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | GradientDrawable.java | 1441 final TypedArray a = t.resolveAttributes( 1538 final TypedArray a = t.resolveAttributes( 1545 final TypedArray a = t.resolveAttributes( 1555 final TypedArray a = t.resolveAttributes( 1562 final TypedArray a = t.resolveAttributes( 1569 final TypedArray a = t.resolveAttributes( 1576 final TypedArray a = t.resolveAttributes(
|
H A D | ClipDrawable.java | 113 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
|
H A D | AnimatedRotateDrawable.java | 151 final TypedArray a = t.resolveAttributes( in applyTheme()
|
H A D | RotateDrawable.java | 92 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
|
H A D | ScaleDrawable.java | 126 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
|
H A D | ColorDrawable.java | 330 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
|
H A D | InsetDrawable.java | 158 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
|
H A D | DrawableWrapper.java | 178 final TypedArray a = t.resolveAttributes( in applyTheme()
|
H A D | ShapeDrawable.java | 440 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
|
H A D | VectorDrawable.java | 627 final TypedArray a = t.resolveAttributes( in applyTheme() 1492 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme() 2113 … final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawablePath); in applyTheme()
|
H A D | AnimatedStateListDrawable.java | 402 final TypedArray a = theme.resolveAttributes( in applyTheme()
|
H A D | NinePatchDrawable.java | 490 final TypedArray a = t.resolveAttributes( in applyTheme()
|
H A D | BitmapDrawable.java | 914 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
|
H A D | LayerDrawable.java | 215 final TypedArray a = t.resolveAttributes( in applyTheme() 228 final TypedArray a = t.resolveAttributes( in applyTheme()
|
H A D | AdaptiveIconDrawable.java | 459 final TypedArray a = t.resolveAttributes( in applyTheme()
|
H A D | RippleDrawable.java | 637 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | IlluminationDrawable.kt | 126 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable)
|
H A D | LightSourceDrawable.kt | 181 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable)
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5176 HSPLandroid/content/res/Resources$Theme;->resolveAttributes([I[I)Landroid/content/res/TypedArray; 5294 HSPLandroid/content/res/ResourcesImpl$ThemeImpl;->resolveAttributes(Landroid/content/res/Resources$…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 5179 HSPLandroid/content/res/Resources$Theme;->resolveAttributes([I[I)Landroid/content/res/TypedArray; 5297 HSPLandroid/content/res/ResourcesImpl$ThemeImpl;->resolveAttributes(Landroid/content/res/Resources$…
|