Searched refs:testStackedAtPosition (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationControllerTest.java | 96 testStackedAtPosition(200, 100, -1); in testMoveFirstBubbleWithStackFollowing() 112 testStackedAtPosition(1000, 500, 1); in testMoveFirstBubbleWithStackFollowing() 144 testStackedAtPosition(mWidth * 1f, 0f, 1); in testFlingSideways() 173 testStackedAtPosition(27, 27, -1); in testFlingUpFromBelowBottomCenter() 271 private void testStackedAtPosition(float x, float y, int offsetMultiplier) { in testStackedAtPosition() method in StackAnimationControllerTest
|
D | ExpandedAnimationControllerTest.java | 115 testStackedAtPosition(mExpansionPoint.x, mExpansionPoint.y); in testExpansionAndCollapse() 163 private void testStackedAtPosition(float x, float y) { in testStackedAtPosition() method in ExpandedAnimationControllerTest
|