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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java46 public class TintTypedArray { class
53 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
55 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
58 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
60 return new TintTypedArray(context,
64 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) {
65 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs));
68 private TintTypedArray(Context context, TypedArray array) { method in class:TintTypedArray

Completed in 2843 milliseconds