Home
last modified time | relevance | path

Searched defs:animateCollapse (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationController.java59 void animateCollapse(Runnable startStackCollapse, Runnable after); in animateCollapse() method
H A DExpandedViewAnimationControllerImpl.java208 public void animateCollapse(Runnable startStackCollapse, Runnable after) { in animateCollapse() method in ExpandedViewAnimationControllerImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java178 public void animateCollapse(Runnable endRunnable) { in animateCollapse() method in BubbleBarAnimationHelper
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2352 private void animateCollapse() { in animateCollapse() method in BubbleStackView