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.java50 private ExpandedAnimationController mExpandedController =
51 new ExpandedAnimationController(
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java40 public class ExpandedAnimationController class
90 public ExpandedAnimationController(Point displaySize, int expandedViewPadding) { in ExpandedAnimationController() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java67 import com.android.systemui.bubbles.animation.ExpandedAnimationController;
156 private ExpandedAnimationController mExpandedAnimationController;
328 mExpandedAnimationController = new ExpandedAnimationController( in BubbleStackView()