Searched refs:waitForPropertyAnimations (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | StackAnimationControllerTest.java | 93 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 108 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMoveFirstBubbleWithStackFollowing() 135 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 139 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingSideways() 152 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testFlingUpFromBelowBottomCenter() 168 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testFlingUpFromBelowBottomCenter() 181 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, in testChildAdded() 192 waitForPropertyAnimations( in testChildAdded() 218 waitForPropertyAnimations(DynamicAnimation.ALPHA); in testChildRemoved() 233 waitForPropertyAnimations( in testRestoredAtRestingPosition() [all …]
|
H A D | ExpandedAnimationControllerTest.java | 102 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 109 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse() 123 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded() 136 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved() 149 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in expand()
|
H A D | PhysicsAnimationLayoutTest.java | 245 waitForPropertyAnimations(DynamicAnimation.SCALE_X); in testSetController() 268 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); in testSetController() 297 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); in testArePropertiesAnimating() 332 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X); 349 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_Y); 388 waitForPropertyAnimations( 418 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X);
|
H A D | PhysicsAnimationLayoutTestCase.java | 115 void waitForPropertyAnimations(DynamicAnimation.ViewProperty... properties) in waitForPropertyAnimations() method in PhysicsAnimationLayoutTestCase
|
/aosp12/frameworks/base/packages/SystemUI/docs/ |
H A D | physics-animation-testing.md | 11 The test case also provides ```waitForPropertyAnimations```, which uses a **CountDownLatch** to wai…
|