Searched defs:obtainAttributes (Results 1 - 8 of 8) 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/support/compat/java/android/support/v4/content/res/
H A DTypedArrayUtils.java181 public static TypedArray obtainAttributes( method in class:TypedArrayUtils
184 return 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/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java507 static TypedArray obtainAttributes(Resources resources, AttributeSet set, int[] attrs) { method in class:Resources_Delegate
512 static TypedArray obtainAttributes(Resources resources, Resources.Theme theme, AttributeSet method in class:Resources_Delegate
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java225 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { method in class:ResourcesWrapper
226 return mResources.obtainAttributes(set, attrs);
/frameworks/base/core/java/android/content/res/
H A DResources.java1436 * @see Resources#obtainAttributes
1461 * @see Resources#obtainAttributes
1515 * @see Resources#obtainAttributes
1782 public TypedArray obtainAttributes(AttributeSet set, @StyleableRes int[] attrs) { method in class:Resources
2038 TypedArray sa = obtainAttributes(attrs,
2176 public static TypedArray obtainAttributes( method in class:Resources
2179 return res.obtainAttributes(set, attrs);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1346 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.Drawable);
1497 protected static @NonNull TypedArray obtainAttributes(@NonNull Resources res, method in class:Drawable
1500 return res.obtainAttributes(set, attrs);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java85 private static TypedArray obtainAttributes( method in class:VectorDrawable_Delegate
88 return res.obtainAttributes(set, attrs);

Completed in 908 milliseconds