Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java761 Runnable updateAllIcons = () -> { in animateReorder() local
772 swapped |= animateSwap(view, oldIndex, newIndex, updateAllIcons, after); in animateReorder()
776 updateAllIcons.run(); in animateReorder()
781 Runnable updateAllIcons, Runnable finishReorder) { in animateSwap() argument
789 animateToFrontThenUpdateIcons(view, updateAllIcons, finishReorder); in animateSwap()
797 private void animateToFrontThenUpdateIcons(View v, Runnable updateAllIcons, in animateToFrontThenUpdateIcons() argument
803 updateAllIcons.run(); in animateToFrontThenUpdateIcons()