Searched refs:testStackedAtPosition (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 80 testStackedAtPosition(200, 100, -1); in testMoveFirstBubbleWithStackFollowing() 96 testStackedAtPosition(1000, 500, 1); in testMoveFirstBubbleWithStackFollowing() 128 testStackedAtPosition(mWidth * 1f, 0f, 1); in testFlingSideways() 157 testStackedAtPosition(27, 27, -1); in testFlingUpFromBelowBottomCenter() 295 private void testStackedAtPosition(float x, float y, int offsetMultiplier) { in testStackedAtPosition() method in StackAnimationControllerTest
|
D | ExpandedAnimationControllerTest.java | 92 testStackedAtPosition(mExpansionPoint.x, mExpansionPoint.y, -1); in testExpansionAndCollapse() 240 private void testStackedAtPosition(float x, float y, int offsetMultiplier) { in testStackedAtPosition() method in ExpandedAnimationControllerTest
|