Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java99 private int mAodIconTint; field in NotificationIconAreaController
644 mAodIconTint = Utils.getColorAttrDefaultColor(mContext, in reloadAodColor()
653 updateTintForIcon(iv, mAodIconTint); in updateAodIconColors()
655 iv.executeOnLayout(() -> updateTintForIcon(iv, mAodIconTint)); in updateAodIconColors()