Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java112 private int mAodIconTint; field in LegacyNotificationIconAreaControllerImpl
577 mAodIconTint = Utils.getColorAttrDefaultColor(mContext, in reloadAodColor()
586 updateTintForIcon(iv, mAodIconTint); in updateAodIconColors()
588 iv.executeOnLayout(() -> updateTintForIcon(iv, mAodIconTint)); in updateAodIconColors()