Searched defs:loadColorStateList (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java269 mActiveSliderTint = loadColorStateList(R.color.notification_guts_slider_color);
270 mInactiveSliderTint = loadColorStateList(R.color.notification_guts_disabled_slider_color);
376 private ColorStateList loadColorStateList(int colorResId) { method in class:NotificationGuts
/frameworks/base/core/java/android/content/res/
H A DResources.java927 final ColorStateList csl = impl.loadColorStateList(this, value, id, theme);
989 return impl.loadColorStateList(this, value, id, theme);
996 ColorStateList loadColorStateList(@NonNull TypedValue value, int id, @Nullable Theme theme) method in class:Resources
998 return mResourcesImpl.loadColorStateList(this, value, id, theme);
H A DResourcesImpl.java816 ColorStateList loadColorStateList(Resources wrapper, TypedValue value, int id, method in class:ResourcesImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java155 mActiveSliderTint = loadColorStateList(R.color.system_accent_color);
156 mInactiveSliderTint = loadColorStateList(R.color.volume_slider_inactive);
269 private ColorStateList loadColorStateList(int colorResId) { method in class:VolumeDialog

Completed in 145 milliseconds