Home
last modified time | relevance | path

Searched refs:resolveAttributes (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAlphaTintDrawableWrapper.java86 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme()
/aosp14/frameworks/base/core/java/android/content/res/
H A DGradientColor.java405 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyItemsAttrsTheme()
575 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.GradientColor); in applyRootAttrsTheme()
H A DColorStateList.java468 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
H A DResources.java1714 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 DResourcesImpl.java1402 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper,
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1441 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 DClipDrawable.java113 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
H A DAnimatedRotateDrawable.java151 final TypedArray a = t.resolveAttributes( in applyTheme()
H A DRotateDrawable.java92 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
H A DScaleDrawable.java126 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
H A DColorDrawable.java330 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
H A DInsetDrawable.java158 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
H A DDrawableWrapper.java178 final TypedArray a = t.resolveAttributes( in applyTheme()
H A DShapeDrawable.java440 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
H A DVectorDrawable.java627 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 DAnimatedStateListDrawable.java402 final TypedArray a = theme.resolveAttributes( in applyTheme()
H A DNinePatchDrawable.java490 final TypedArray a = t.resolveAttributes( in applyTheme()
H A DBitmapDrawable.java914 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
H A DLayerDrawable.java215 final TypedArray a = t.resolveAttributes( in applyTheme()
228 final TypedArray a = t.resolveAttributes( in applyTheme()
H A DAdaptiveIconDrawable.java459 final TypedArray a = t.resolveAttributes( in applyTheme()
H A DRippleDrawable.java637 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DIlluminationDrawable.kt126 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable)
H A DLightSourceDrawable.kt181 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable)
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5176 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 Dboot-image-profile.txt5179 HSPLandroid/content/res/Resources$Theme;->resolveAttributes([I[I)Landroid/content/res/TypedArray;
5297 HSPLandroid/content/res/ResourcesImpl$ThemeImpl;->resolveAttributes(Landroid/content/res/Resources$…

12