Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationController.java62 void animateCollapse(Runnable startStackCollapse, Runnable after, PointF collapsePosition); in animateCollapse() method
DExpandedViewAnimationControllerImpl.java191 public void animateCollapse(Runnable startStackCollapse, Runnable after, in animateCollapse() method in ExpandedViewAnimationControllerImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java308 mAnimationHelper.animateCollapse(runnable); in collapse()
DBubbleBarAnimationHelper.java203 public void animateCollapse(Runnable endRunnable) { in animateCollapse() method in BubbleBarAnimationHelper
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2217 animateCollapse(); in setExpanded()
2643 private void animateCollapse() { in animateCollapse() method in BubbleStackView
2698 mExpandedViewAnimationController.animateCollapse(collapseBackToStack, after, in animateCollapse()