Home
last modified time | relevance | path

Searched refs:waitForPropertyAnimations (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DStackAnimationControllerTest.java77 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 …]
DExpandedAnimationControllerTest.java83 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse()
90 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testExpansionAndCollapse()
104 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildAdded()
117 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testOnChildRemoved()
135 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDraggedNotDismissedSnapsBack()
153 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testBubbleDismissed()
174 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss()
181 waitForPropertyAnimations(DynamicAnimation.ALPHA); in testMagnetToDismiss_dismiss()
184 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_dismiss()
204 waitForPropertyAnimations(DynamicAnimation.TRANSLATION_X, DynamicAnimation.TRANSLATION_Y); in testMagnetToDismiss_demagnetizeThenDrag()
[all …]
DPhysicsAnimationLayoutTest.java245 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);
DPhysicsAnimationLayoutTestCase.java115 void waitForPropertyAnimations(DynamicAnimation.ViewProperty... properties) in waitForPropertyAnimations() method in PhysicsAnimationLayoutTestCase
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-testing.md11 The test case also provides ```waitForPropertyAnimations```, which uses a **CountDownLatch** to wai…