Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java58 private TestableStackController mStackController; field in StackAnimationControllerTest
66 mStackController = spy(new TestableStackController( in setUp()
73 mLayout.setActiveController(mStackController); in setUp()
85 mStackController.moveFirstBubbleWithStackFollowing(200, 100); in testMoveFirstBubbleWithStackFollowing()
97 assertEquals(new PointF(200, 100), mStackController.getStackPosition()); in testMoveFirstBubbleWithStackFollowing()
99 mStackController.moveFirstBubbleWithStackFollowing(1000, 500); in testMoveFirstBubbleWithStackFollowing()
113 assertEquals(new PointF(1000, 500), mStackController.getStackPosition()); in testMoveFirstBubbleWithStackFollowing()
122 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingSideways()
125 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingSideways()
151 mStackController.moveFirstBubbleWithStackFollowing(mWidth / 2f, mHeight + 100); in testFlingUpFromBelowBottomCenter()
[all …]