Home
last modified time | relevance | path

Searched refs:animateCollapse (Results 1 – 5 of 5) 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
H A DBubbleBarLayerView.java214 mAnimationHelper.animateCollapse(() -> removeView(viewToRemove)); in collapse()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2024 animateCollapse(); in setExpanded()
2352 private void animateCollapse() { in animateCollapse() method in BubbleStackView
2407 mExpandedViewAnimationController.animateCollapse(collapseBackToStack, after); in animateCollapse()