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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java34 public class TintTypedArray { class
41 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
44 return new TintTypedArray(context, array);
47 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
50 return new TintTypedArray(context, array);
53 private TintTypedArray(Context context, TypedArray array) { method in class:TintTypedArray

Completed in 52 milliseconds