Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java794 Runnable updateAllIcons = () -> { in animateReorder() local
804 animateSwap(view, oldIndex, newIndex, updateAllIcons, after); in animateReorder()
809 Runnable updateAllIcons, Runnable finishReorder) { in animateSwap() argument
821 animateToFrontThenUpdateIcons(view, updateAllIcons, finishReorder); in animateSwap()
828 private void animateToFrontThenUpdateIcons(View v, Runnable updateAllIcons, in animateToFrontThenUpdateIcons() argument
834 updateAllIcons.run(); in animateToFrontThenUpdateIcons()