/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 104 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes() method in Resources_Theme_Delegate
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | AlphaTintDrawableWrapper.java | 86 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ClipDrawable.java | 113 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
|
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(
|
D | AnimatedRotateDrawable.java | 151 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | RotateDrawable.java | 92 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
|
D | ScaleDrawable.java | 126 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
|
D | ColorDrawable.java | 330 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
|
D | InsetDrawable.java | 158 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
|
D | DrawableWrapper.java | 178 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | ShapeDrawable.java | 440 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
|
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()
|
D | AnimatedStateListDrawable.java | 402 final TypedArray a = theme.resolveAttributes( in applyTheme()
|
D | NinePatchDrawable.java | 490 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | BitmapDrawable.java | 921 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
|
D | LayerDrawable.java | 215 final TypedArray a = t.resolveAttributes( in applyTheme() 228 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | AdaptiveIconDrawable.java | 459 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | RippleDrawable.java | 637 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
D | IlluminationDrawable.kt | 126 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable) in applyTheme()
|
D | LightSourceDrawable.kt | 181 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable) in applyTheme()
|
/frameworks/base/core/java/android/content/res/ |
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()
|
D | ColorStateList.java | 468 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
|
D | Resources.java | 1725 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme 1727 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
|
D | ResourcesImpl.java | 1487 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper,
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 5093 HSPLandroid/content/res/Resources$Theme;->resolveAttributes([I[I)Landroid/content/res/TypedArray; 5213 HSPLandroid/content/res/ResourcesImpl$ThemeImpl;->resolveAttributes(Landroid/content/res/Resources$…
|