Searched refs:waitForPropertyAnimations (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | StackAnimationControllerTest.java | 77 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 92 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 119 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 123 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 136 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 152 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 165 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded() 176 waitForPropertyAnimations( in testChildAdded() 202 waitForPropertyAnimations(DynamicAnimation.ALPHA); in testChildRemoved() 217 waitForPropertyAnimations( in testRestoredAtRestingPosition() [all …]
|
D | ExpandedAnimationControllerTest.java | 77 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 84 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 97 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 109 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 126 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDraggedNotDismissedSnapsBack() 144 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDismissed() 165 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss() 172 waitForPropertyAnimations(DynamicAnimation.ALPHA); in testMagnetToDismiss_dismiss() 175 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss() 195 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag() [all …]
|
D | PhysicsAnimationLayoutTest.java | 238 waitForPropertyAnimations(DynamicAnimation.SCALE_X); in testSetController() 261 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); in testSetController() 289 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); in testArePropertiesAnimating() 323 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); 340 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_Y); 378 waitForPropertyAnimations( 407 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X);
|
D | PhysicsAnimationLayoutTestCase.java | 115 void waitForPropertyAnimations(DynamicAnimation.ViewProperty... properties) in waitForPropertyAnimations() method in PhysicsAnimationLayoutTestCase
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 11 The test case also provides ```waitForPropertyAnimations```, which uses a **CountDownLatch** to wai…
|