Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java323 final ColorStateList starTint = mAuto ? mActiveSliderTint : mInactiveSliderTint; in applyAuto() local
326 icon.setTintList(starTint); in applyAuto()