Searched refs:executeOnLayout (Results 1 – 2 of 2) sorted by relevance
459 iv.executeOnLayout(() -> updateTintForIcon(iv, mIconTint)); in applyNotificationIconsTint()468 iv.executeOnLayout(() -> updateTintForIcon(iv, mCenteredIconTint)); in applyNotificationIconsTint()567 iv.executeOnLayout(() -> updateTintForIcon(iv, mAodIconTint)); in updateAodIconColors()
913 public void executeOnLayout(Runnable runnable) { in executeOnLayout() method in StatusBarIconView