Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java284 assertFalse(mLayout.arePropertiesAnimating( in testArePropertiesAnimating()
294 assertTrue(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_X)); in testArePropertiesAnimating()
295 assertFalse(mLayout.arePropertiesAnimating(DynamicAnimation.TRANSLATION_Y)); in testArePropertiesAnimating()
299 assertFalse(mLayout.arePropertiesAnimating( in testArePropertiesAnimating()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimator.kt728 val allEnded = !arePropertiesAnimating(properties)
767 return arePropertiesAnimating(springAnimations.keys.union(flingAnimations.keys))
777 fun arePropertiesAnimating(properties: Set<FloatPropertyCompat<in T>>): Boolean { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java272 if (!mLayout.arePropertiesAnimating(properties)) {
386 public boolean arePropertiesAnimating(DynamicAnimation.ViewProperty... properties) {
621 if (!arePropertiesAnimating(mProperty)) {