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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java40 public class TintTypedArray { class
47 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
49 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
52 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
54 return new TintTypedArray(context,
58 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) {
59 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs));
62 private TintTypedArray(Context context, TypedArray array) { method in class:TintTypedArray

Completed in 1125 milliseconds