HomeSort by relevance Sort by last modified time
    Searched defs:TintTypedArray (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintTypedArray.java 47 public class TintTypedArray {
54 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
56 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
59 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
61 return new TintTypedArray(context,
65 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) {
66 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs));
69 private TintTypedArray(Context context, TypedArray array) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 40 milliseconds