Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1038 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(
DClipDrawable.java129 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
DScaleDrawable.java153 final TypedArray a = t.resolveAttributes( in applyTheme()
DAnimatedRotateDrawable.java186 final TypedArray a = t.resolveAttributes( in applyTheme()
DColorDrawable.java273 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
DInsetDrawable.java165 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
DRotateDrawable.java127 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
DVectorDrawable.java476 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()
DShapeDrawable.java417 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
DAnimatedStateListDrawable.java398 final TypedArray a = theme.resolveAttributes( in applyTheme()
DRippleDrawable.java508 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
DNinePatchDrawable.java495 final TypedArray a = t.resolveAttributes( in applyTheme()
DLayerDrawable.java312 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.LayerDrawable); in applyTheme()
322 final TypedArray a = t.resolveAttributes(layer.mThemeAttrs, in applyTheme()
DBitmapDrawable.java829 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java103 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes() method in Resources_Theme_Delegate
/frameworks/base/core/java/android/content/res/
DColorStateList.java368 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
DResources.java1656 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme