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