Searched defs:obtainAttributes (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatColorStateListInflater.java113 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorStateListItem);
162 private static TypedArray obtainAttributes(Resources res, Resources.Theme theme, method in class:AppCompatColorStateListInflater
164 return theme == null ? res.obtainAttributes(set, attrs)
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java189 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { method in class:MockResources
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java41 static TypedArray obtainAttributes( method in class:VectorDrawableCommon
44 return res.obtainAttributes(set, attrs);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java479 static TypedArray obtainAttributes(Resources resources, AttributeSet set, int[] attrs) { method in class:Resources_Delegate
484 static TypedArray obtainAttributes(Resources resources, Resources.Theme theme, AttributeSet method in class:Resources_Delegate
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java323 static TypedArray obtainAttributes( method in class:AnimatedVectorDrawableCompat
326 return res.obtainAttributes(set, attrs);
347 obtainAttributes(res, theme, attrs,
368 res.obtainAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java220 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { method in class:ResourcesWrapper
221 return mResources.obtainAttributes(set, attrs);
/frameworks/base/core/java/android/content/res/
H A DResources.java1406 * @see Resources#obtainAttributes
1430 * @see Resources#obtainAttributes
1483 * @see Resources#obtainAttributes
1746 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { method in class:Resources
1999 TypedArray sa = obtainAttributes(attrs,
2137 public static TypedArray obtainAttributes( method in class:Resources
2140 return res.obtainAttributes(set, attrs);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1273 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.Drawable);
1426 static @NonNull TypedArray obtainAttributes(@NonNull Resources res, @Nullable Theme theme, method in class:Drawable
1429 return res.obtainAttributes(set, attrs);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java77 private static TypedArray obtainAttributes( method in class:VectorDrawable_Delegate
80 return res.obtainAttributes(set, attrs);

Completed in 631 milliseconds