Home
last modified time | relevance | path

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/
DStackAnimationControllerTest.java96 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
DExpandedAnimationControllerTest.java115 testStackedAtPosition(mExpansionPoint.x, mExpansionPoint.y); in testExpansionAndCollapse()
163 private void testStackedAtPosition(float x, float y) { in testStackedAtPosition() method in ExpandedAnimationControllerTest