Home
last modified time | relevance | path

Searched defs:animateCollapse (Results 1 – 4 of 4) 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/
DBubbleBarAnimationHelper.java203 public void animateCollapse(Runnable endRunnable) { in animateCollapse() method in BubbleBarAnimationHelper
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2643 private void animateCollapse() { in animateCollapse() method in BubbleStackView