Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java104 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes() method in Resources_Theme_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1410 final TypedArray a = t.resolveAttributes(
1499 final TypedArray a = t.resolveAttributes(
1506 final TypedArray a = t.resolveAttributes(
1516 final TypedArray a = t.resolveAttributes(
1523 final TypedArray a = t.resolveAttributes(
1530 final TypedArray a = t.resolveAttributes(
1537 final TypedArray a = t.resolveAttributes(
DClipDrawable.java111 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
DRotateDrawable.java92 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
DScaleDrawable.java125 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
DAnimatedRotateDrawable.java151 final TypedArray a = t.resolveAttributes( in applyTheme()
DColorDrawable.java330 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
DInsetDrawable.java157 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
DDrawableWrapper.java177 final TypedArray a = t.resolveAttributes( in applyTheme()
DShapeDrawable.java441 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
DAnimatedStateListDrawable.java402 final TypedArray a = theme.resolveAttributes( in applyTheme()
DVectorDrawable.java623 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()
DNinePatchDrawable.java490 final TypedArray a = t.resolveAttributes( in applyTheme()
DRippleDrawable.java512 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
DLayerDrawable.java214 final TypedArray a = t.resolveAttributes( in applyTheme()
227 final TypedArray a = t.resolveAttributes( in applyTheme()
DBitmapDrawable.java914 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
DAdaptiveIconDrawable.java432 final TypedArray a = t.resolveAttributes( in applyTheme()
/frameworks/base/core/java/android/content/res/
DGradientColor.java405 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyItemsAttrsTheme()
575 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.GradientColor); in applyRootAttrsTheme()
DColorStateList.java429 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
DResources.java1596 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme
1597 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
DResourcesImpl.java1411 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper, in resolveAttributes() method in ThemeImpl