Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java459 iv.executeOnLayout(() -> updateTintForIcon(iv, mIconTint)); in applyNotificationIconsTint()
468 iv.executeOnLayout(() -> updateTintForIcon(iv, mCenteredIconTint)); in applyNotificationIconsTint()
567 iv.executeOnLayout(() -> updateTintForIcon(iv, mAodIconTint)); in updateAodIconColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java913 public void executeOnLayout(Runnable runnable) { in executeOnLayout() method in StatusBarIconView