Home
last modified time | relevance | path

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

/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/graphics/java/android/graphics/drawable/
DGradientDrawable.java1242 final TypedArray a = t.resolveAttributes(
1331 final TypedArray a = t.resolveAttributes(
1338 final TypedArray a = t.resolveAttributes(
1350 final TypedArray a = t.resolveAttributes(
1357 final TypedArray a = t.resolveAttributes(
1364 final TypedArray a = t.resolveAttributes(
1371 final TypedArray a = t.resolveAttributes(
DClipDrawable.java109 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ClipDrawable); in applyTheme()
DRotateDrawable.java90 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.RotateDrawable); in applyTheme()
DAnimatedRotateDrawable.java150 final TypedArray a = t.resolveAttributes( in applyTheme()
DScaleDrawable.java123 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ScaleDrawable); in applyTheme()
DColorDrawable.java301 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable); in applyTheme()
DInsetDrawable.java155 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.InsetDrawable); in applyTheme()
DDrawableWrapper.java164 final TypedArray a = t.resolveAttributes( in applyTheme()
DShapeDrawable.java439 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
DAnimatedStateListDrawable.java399 final TypedArray a = theme.resolveAttributes( in applyTheme()
DVectorDrawable.java527 final TypedArray a = t.resolveAttributes( in applyTheme()
1385 final TypedArray a = t.resolveAttributes(mThemeAttrs, in applyTheme()
2009 … final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.VectorDrawablePath); in applyTheme()
DNinePatchDrawable.java483 final TypedArray a = t.resolveAttributes( in applyTheme()
DRippleDrawable.java511 final TypedArray a = t.resolveAttributes(state.mTouchThemeAttrs, in applyTheme()
DLayerDrawable.java209 final TypedArray a = t.resolveAttributes( in applyTheme()
222 final TypedArray a = t.resolveAttributes( in applyTheme()
DBitmapDrawable.java883 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.BitmapDrawable); in applyTheme()
DAdaptiveIconDrawable.java428 final TypedArray a = t.resolveAttributes( in applyTheme()
/frameworks/base/core/java/android/content/res/
DGradientColor.java400 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyItemsAttrsTheme()
570 final TypedArray a = t.resolveAttributes(mThemeAttrs, R.styleable.GradientColor); in applyRootAttrsTheme()
DColorStateList.java422 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()
DResources.java1540 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) { in resolveAttributes() method in Resources.Theme
1541 return mThemeImpl.resolveAttributes(this, values, attrs); in resolveAttributes()
DResourcesImpl.java1221 TypedArray resolveAttributes(@NonNull Resources.Theme wrapper, in resolveAttributes() method in ResourcesImpl.ThemeImpl