Searched refs:isPropertyAnimating (Results 1 – 3 of 3) sorted by relevance
170 assertTrue(animator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Y))438 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_X))439 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Y))440 assertTrue(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))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))455 assertFalse(testView.physicsAnimator.isPropertyAnimating(DynamicAnimation.TRANSLATION_Z))
735 if (isPropertyAnimating(property)) {771 fun isPropertyAnimating(property: FloatPropertyCompat<in T>): Boolean { regex778 return properties.any { isPropertyAnimating(it) }
123 if (animator.isPropertyAnimating(property)) {