Home
last modified time | relevance | path

Searched refs:getColorStateList (Results 1 – 12 of 12) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DUtils.java602 public static ColorStateList getColorStateList(Resources res, int id) { in getColorStateList() method in Utils
603 return getColorStateList(res, id, null); in getColorStateList()
614 public static ColorStateList getColorStateList(Resources res, int id, @Nullable Theme theme) { in getColorStateList() method in Utils
616 return res.getColorStateList(id, theme); in getColorStateList()
618 return res.getColorStateList(id); in getColorStateList()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatConfirm.java55 getNextButton().setBackgroundTintList(getColorStateList(R.color.storage_wizard_button_red)); in onCreate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStartIndicatorView.java91 mIndicatorColor = getResources().getColorStateList( in IndicatorView()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabs.java124 mTextColor = a.getColorStateList(2); in ViewPagerTabs()
/packages/apps/Settings/src/com/android/settings/widget/
DChartGridView.java84 final ColorStateList labelColor = a.getColorStateList( in ChartGridView()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java120 ColorStateList colors = getResources().getColorStateList(R.color.url_text); in formatUrl()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DViewPagerTabs.java138 mTextColor = a.getColorStateList(2); in ViewPagerTabs()
DContactListItemView.java337 mSecondaryTextColor = a.getColorStateList(R.styleable.Theme_android_textColorSecondary); in ContactListItemView()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java255 textColor = appearance.getColorStateList(attr); in retrieve()
427 mainTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()
428 headTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java203 ColorStateList grayedOutProgramTitleColor = Utils.getColorStateList(res, in initIfNeeded()
/packages/apps/PackageInstaller/src/android/support/wearable/view/
DCircledImageView.java135 mCircleColor = a.getColorStateList(R.styleable.CircledImageView_circle_color); in CircledImageView()
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadView.java101 mRippleColor = a.getColorStateList(R.styleable.Dialpad_dialpad_key_button_touch_tint); in DialpadView()