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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintEditText.java31 private static final int[] TINT_ATTRS = { field in class:TintEditText
46 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintSpinner.java32 private static final int[] TINT_ATTRS = { field in class:TintSpinner
48 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintCheckBox.java30 private static final int[] TINT_ATTRS = { field in class:TintCheckBox
47 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintCheckedTextView.java31 private static final int[] TINT_ATTRS = { field in class:TintCheckedTextView
48 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintImageView.java31 private static final int[] TINT_ATTRS = { field in class:TintImageView
49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
H A DTintRadioButton.java31 private static final int[] TINT_ATTRS = { field in class:TintRadioButton
48 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DExpandedMenuView.java39 private static final int[] TINT_ATTRS = { field in class:ExpandedMenuView
57 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,

Completed in 66 milliseconds