Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTestUtils.kt121 val animatingProperties = HashSet<FloatPropertyCompat<in T>>() regex
124 animatingProperties.add(property)
128 if (animatingProperties.size > 0) {
129 val latch = CountDownLatch(animatingProperties.size)
141 if (animatingProperties.contains(property)) {