Searched refs:TINT_ATTRS (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | TintImageView.java | 31 private static final int[] TINT_ATTRS = { field in TintImageView 49 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs, TINT_ATTRS, in TintImageView()
|
D | ActivityChooserView.java | 832 private static final int[] TINT_ATTRS = { field in ActivityChooserView.InnerLayout 838 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS); in InnerLayout()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | AppCompatCheckedTextView.java | 34 private static final int[] TINT_ATTRS = { field in AppCompatCheckedTextView 53 TINT_ATTRS, defStyleAttr, 0); in AppCompatCheckedTextView()
|
D | AppCompatAutoCompleteTextView.java | 51 private static final int[] TINT_ATTRS = { field in AppCompatAutoCompleteTextView 71 TINT_ATTRS, defStyleAttr, 0); in AppCompatAutoCompleteTextView()
|
D | AppCompatMultiAutoCompleteTextView.java | 51 private static final int[] TINT_ATTRS = { field in AppCompatMultiAutoCompleteTextView 71 TINT_ATTRS, defStyleAttr, 0); in AppCompatMultiAutoCompleteTextView()
|
D | AppCompatRatingBar.java | 48 private static final int[] TINT_ATTRS = { field in AppCompatRatingBar 68 TINT_ATTRS, defStyleAttr, 0); in AppCompatRatingBar()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ExpandedMenuView.java | 39 private static final int[] TINT_ATTRS = { field in ExpandedMenuView 57 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS, in ExpandedMenuView()
|