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/
DNotificationIconAreaController.java97 private int mAodIconTint; field in NotificationIconAreaController
640 mAodIconTint = Utils.getColorAttrDefaultColor(mContext, in reloadAodColor()
649 updateTintForIcon(iv, mAodIconTint); in updateAodIconColors()
651 iv.executeOnLayout(() -> updateTintForIcon(iv, mAodIconTint)); in updateAodIconColors()