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