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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DTintTypedArray.java45 public class TintTypedArray { class
52 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
54 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
57 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
59 return new TintTypedArray(context,
63 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) {
64 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs));
67 private TintTypedArray(Context context, TypedArray array) { method in class:TintTypedArray

Completed in 38 milliseconds