Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationController.java87 void animateExpansion(long startDelayMillis, Runnable after, PointF collapsePosition, in animateExpansion() method
DExpandedViewAnimationControllerImpl.java285 public void animateExpansion(long startDelayMillis, Runnable after, PointF collapsePosition, in animateExpansion() method in ExpandedViewAnimationControllerImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java246 mAnimationHelper.animateExpansion(mExpandedBubble, () -> { in showExpandedView()
DBubbleBarAnimationHelper.java150 public void animateExpansion(BubbleViewProvider expandedBubble, in animateExpansion() method in BubbleBarAnimationHelper
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2221 animateExpansion(); in setExpanded()
2461 private void animateExpansion() { in animateExpansion() method in BubbleStackView