Searched refs:resolveAttributes (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 1038 final TypedArray a = t.resolveAttributes( 1127 final TypedArray a = t.resolveAttributes( 1134 final TypedArray a = t.resolveAttributes( 1146 final TypedArray a = t.resolveAttributes( 1153 final TypedArray a = t.resolveAttributes( 1160 final TypedArray a = t.resolveAttributes( 1167 final TypedArray a = t.resolveAttributes(
|
D | ClipDrawable.java | 129 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
|
D | ScaleDrawable.java | 153 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | AnimatedRotateDrawable.java | 186 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | ColorDrawable.java | 273 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
|
D | InsetDrawable.java | 165 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
|
D | RotateDrawable.java | 127 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
|
D | VectorDrawable.java | 476 final TypedArray a = t.resolveAttributes( in applyTheme() 1299 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawableGroup); in applyTheme() 1635 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawablePath); in applyTheme()
|
D | ShapeDrawable.java | 417 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
|
D | AnimatedStateListDrawable.java | 398 final TypedArray a = theme.resolveAttributes( in applyTheme()
|
D | RippleDrawable.java | 508 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
|
D | NinePatchDrawable.java | 495 final TypedArray a = t.resolveAttributes( in applyTheme()
|
D | LayerDrawable.java | 312 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.LayerDrawable); in applyTheme() 322 final TypedArray a = t.resolveAttributes(layer.mThemeAttrs, in applyTheme()
|
D | BitmapDrawable.java | 829 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); 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 | ColorStateList.java | 368 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
|
D | Resources.java | 1656 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme
|