Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DTintDrawable.java72 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.TintDrawable); in applyTheme()
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java104 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes() method in Resources_Theme_Delegate
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAlphaTintDrawableWrapper.java86 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1424 final TypedArray a = t.resolveAttributes(
1513 final TypedArray a = t.resolveAttributes(
1520 final TypedArray a = t.resolveAttributes(
1530 final TypedArray a = t.resolveAttributes(
1537 final TypedArray a = t.resolveAttributes(
1544 final TypedArray a = t.resolveAttributes(
1551 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()
1499 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme()
2128 … 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 DLayerDrawable.java215 final TypedArray a = t.resolveAttributes( in applyTheme()
228 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 DAdaptiveIconDrawable.java434 final TypedArray a = t.resolveAttributes( in applyTheme()
H A DRippleDrawable.java630 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
/aosp12/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.java1691 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme
1693 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
H A DResourcesImpl.java1348 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper, in resolveAttributes() method in ThemeImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DIlluminationDrawable.kt124 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable)
H A DLightSourceDrawable.kt177 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable)

12