Home
last modified time | relevance | path

Searched refs:loadColorStateList (Results 1 – 5 of 5) sorted by relevance

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