Searched refs:mStackController (Results 1 – 1 of 1) sorted by relevance
49 private TestableStackController mStackController = new TestableStackController(); field in StackAnimationControllerTest57 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 …]