Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A 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()
99 mStackController.moveFirstBubbleWithStackFollowing(1000, 500); in testMoveFirstBubbleWithStackFollowing()
122 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingSideways()
125 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingSideways()
157 mStackController.flingThenSpringFirstBubbleWithStackFollowing( in testFlingUpFromBelowBottomCenter()
180 mStackController.moveFirstBubbleWithStackFollowing(0f, 500f); in testChildAdded()
231 mStackController.flingStackThenSpringToEdge(0, 5000, 5000); in testRestoredAtRestingPosition()
[all …]