Searched refs:physicsAnimator (Results 1 – 4 of 4) sorted by relevance
431 testView.physicsAnimator438 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_X))439 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Y))440 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))443 PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(testView.physicsAnimator,447 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_X))448 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Y))449 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))453 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_X))454 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Y))[all …]
27 import com.android.wm.shell.animation.physicsAnimator52 if (contentContainer.physicsAnimator.isRunning()) {
384 val physicsAnimator = PhysicsAnimator.getInstance(this) regex385 if (physicsAnimator.isRunning()) {386 physicsAnimator
38 val <T : View> T.physicsAnimator: PhysicsAnimator<T> get() { return getInstance(this) }