Searched refs:loadColorStateList (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 269 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/ |
D | Resources.java | 927 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()
|
D | TypedArray.java | 451 final ColorStateList csl = mResources.loadColorStateList( in getColor() 531 return mResources.loadColorStateList(value, value.resourceId, mTheme); in getColorStateList()
|
D | ResourcesImpl.java | 816 ColorStateList loadColorStateList(Resources wrapper, TypedValue value, int id, in loadColorStateList() method in ResourcesImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialog.java | 155 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
|