Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java305 updateTintForIcon(iv); in applyNotificationIconsTint()
307 iv.executeOnLayout(() -> updateTintForIcon(iv)); in applyNotificationIconsTint()
312 private void updateTintForIcon(StatusBarIconView v) { in updateTintForIcon() method in NotificationIconAreaController