Searched refs:executeOnLayout (Results 1 – 2 of 2) sorted by relevance
415 iv.executeOnLayout(() -> updateTintForIcon(iv, mIconTint)); in applyNotificationIconsTint()424 iv.executeOnLayout(() -> updateTintForIcon(iv, mCenteredIconTint)); in applyNotificationIconsTint()
915 public void executeOnLayout(Runnable runnable) { in executeOnLayout() method in StatusBarIconView