/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 1204 final TypedArray a = t.resolveAttributes( 1293 final TypedArray a = t.resolveAttributes( 1300 final TypedArray a = t.resolveAttributes( 1312 final TypedArray a = t.resolveAttributes( 1319 final TypedArray a = t.resolveAttributes( 1326 final TypedArray a = t.resolveAttributes( 1333 final TypedArray a = t.resolveAttributes(
|
D | ClipDrawable.java | 109 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
|
D | AnimatedRotateDrawable.java | 150 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | RotateDrawable.java | 90 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
|
D | ScaleDrawable.java | 123 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
|
D | ColorDrawable.java | 274 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
|
D | InsetDrawable.java | 122 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
|
D | VectorDrawable.java | 490 final TypedArray a = t.resolveAttributes( in applyTheme() 1183 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme() 1641 … final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawablePath); in applyTheme()
|
D | DrawableWrapper.java | 165 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | ShapeDrawable.java | 418 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
|
D | AnimatedStateListDrawable.java | 399 final TypedArray a = theme.resolveAttributes( in applyTheme()
|
D | RippleDrawable.java | 505 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
|
D | NinePatchDrawable.java | 484 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | BitmapDrawable.java | 835 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()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 103 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes() method in Resources_Theme_Delegate
|
/frameworks/base/core/java/android/content/res/ |
D | GradientColor.java | 400 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyItemsAttrsTheme() 570 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.GradientColor); in applyRootAttrsTheme()
|
D | ColorStateList.java | 422 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
|
D | Resources.java | 1507 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme 1508 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
|
D | ResourcesImpl.java | 1131 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper, in resolveAttributes() method in ResourcesImpl.ThemeImpl
|