Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java49 private TestableStackController mStackController = new TestableStackController(); field in StackAnimationControllerTest
57 mLayout.setActiveController(mStackController); in setUp()
69 mStackController.moveFirstBubbleWithStackFollowing(200, 100); in testMoveFirstBubbleWithStackFollowing()
81 assertEquals(new PointF(200, 100), mStackController.getStackPosition()); in testMoveFirstBubbleWithStackFollowing()
83 mStackController.moveFirstBubbleWithStackFollowing(1000, 500); in testMoveFirstBubbleWithStackFollowing()
97 assertEquals(new PointF(1000, 500), mStackController.getStackPosition()); in testMoveFirstBubbleWithStackFollowing()
106 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingSideways()
109 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingSideways()
135 mStackController.moveFirstBubbleWithStackFollowing(mWidth / 2f, mHeight + 100); in testFlingUpFromBelowBottomCenter()
141 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingUpFromBelowBottomCenter()
[all …]