Home
last modified time | relevance | path

Searched refs:arePropertiesAnimating (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java285 assertFalse(mLayout.arePropertiesAnimating( in testArePropertiesAnimating()
298 assertTrue(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_X)); in testArePropertiesAnimating()
299 assertFalse(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
300 assertTrue(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Z)); in testArePropertiesAnimating()
304 assertFalse(mLayout.arePropertiesAnimating( in testArePropertiesAnimating()
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/animation/
DPhysicsAnimator.kt725 val allEnded = !arePropertiesAnimating(properties) in onInternalAnimationEnd()
764 return arePropertiesAnimating(springAnimations.keys.union(flingAnimations.keys)) in isRunning()
774 fun arePropertiesAnimating(properties: Set<FloatPropertyCompat<in T>>): Boolean { in arePropertiesAnimating() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java281 if (!mLayout.arePropertiesAnimating(properties)) {
397 public boolean arePropertiesAnimating(DynamicAnimation.ViewProperty... properties) {
637 if (!arePropertiesAnimating(mProperty)) {