Searched refs:getColorStateList (Results 1 – 12 of 12) sorted by relevance
602 public static ColorStateList getColorStateList(Resources res, int id) { in getColorStateList() method in Utils603 return getColorStateList(res, id, null); in getColorStateList()614 public static ColorStateList getColorStateList(Resources res, int id, @Nullable Theme theme) { in getColorStateList() method in Utils616 return res.getColorStateList(id, theme); in getColorStateList()618 return res.getColorStateList(id); in getColorStateList()
55 getNextButton().setBackgroundTintList(getColorStateList(R.color.storage_wizard_button_red)); in onCreate()
91 mIndicatorColor = getResources().getColorStateList( in IndicatorView()
124 mTextColor = a.getColorStateList(2); in ViewPagerTabs()
84 final ColorStateList labelColor = a.getColorStateList( in ChartGridView()
120 ColorStateList colors = getResources().getColorStateList(R.color.url_text); in formatUrl()
138 mTextColor = a.getColorStateList(2); in ViewPagerTabs()
337 mSecondaryTextColor = a.getColorStateList(R.styleable.Theme_android_textColorSecondary); in ContactListItemView()
255 textColor = appearance.getColorStateList(attr); in retrieve()427 mainTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()428 headTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()
203 ColorStateList grayedOutProgramTitleColor = Utils.getColorStateList(res, in initIfNeeded()
135 mCircleColor = a.getColorStateList(R.styleable.CircledImageView_circle_color); in CircledImageView()
101 mRippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint); in DialpadView()