Home
last modified time | relevance | path

Searched refs:ExpandedAnimationController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DExpandedAnimationControllerTest.java55 private ExpandedAnimationController mExpandedController =
56 new ExpandedAnimationController(
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java49 public class ExpandedAnimationController class
138 public ExpandedAnimationController(Point displaySize, int expandedViewPadding, in ExpandedAnimationController() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java91 import com.android.systemui.bubbles.animation.ExpandedAnimationController;
222 private ExpandedAnimationController mExpandedAnimationController;
819 mExpandedAnimationController = new ExpandedAnimationController( in BubbleStackView()
1928 (ExpandedAnimationController.EXPAND_COLLAPSE_TARGET_ANIM_DURATION in animateExpansion()
1997 (long) (ExpandedAnimationController.EXPAND_COLLAPSE_TARGET_ANIM_DURATION * 0.6f); in animateCollapse()