/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/media/ |
D | IlluminationDrawable.kt | 115 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable) in applyTheme()
|
D | LightSourceDrawable.kt | 177 val a = t.resolveAttributes(it, R.styleable.IlluminationDrawable) in applyTheme()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 1421 final TypedArray a = t.resolveAttributes( 1510 final TypedArray a = t.resolveAttributes( 1517 final TypedArray a = t.resolveAttributes( 1527 final TypedArray a = t.resolveAttributes( 1534 final TypedArray a = t.resolveAttributes( 1541 final TypedArray a = t.resolveAttributes( 1548 final TypedArray a = t.resolveAttributes(
|
D | ClipDrawable.java | 113 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
|
D | ScaleDrawable.java | 125 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
|
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 | ColorDrawable.java | 330 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
|
D | InsetDrawable.java | 157 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
|
D | DrawableWrapper.java | 177 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | ShapeDrawable.java | 441 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
|
D | AnimatedStateListDrawable.java | 402 final TypedArray a = theme.resolveAttributes( in applyTheme()
|
D | VectorDrawable.java | 623 final TypedArray a = t.resolveAttributes( in applyTheme() 1495 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme() 2124 … final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawablePath); in applyTheme()
|
D | NinePatchDrawable.java | 490 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | RippleDrawable.java | 512 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
|
D | LayerDrawable.java | 214 final TypedArray a = t.resolveAttributes( in applyTheme() 227 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | BitmapDrawable.java | 914 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
|
D | AdaptiveIconDrawable.java | 434 final TypedArray a = t.resolveAttributes( 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 | 428 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
|
D | Resources.java | 1673 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme 1674 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
|
D | ResourcesImpl.java | 1426 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper, in resolveAttributes() method in ThemeImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6374 HSPLandroid/content/res/Resources$Theme;->resolveAttributes([I[I)Landroid/content/res/TypedArray; 6477 HSPLandroid/content/res/ResourcesImpl$ThemeImpl;->resolveAttributes(Landroid/content/res/Resources$…
|