Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTestUtils.kt376 private val testUpdateListeners = ArrayList<PhysicsAnimator.UpdateListener<T>>() regex
391 testUpdateListeners.add(listener)
421 for (listener in testUpdateListeners) {
447 testUpdateListeners.clear()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTest.kt211 fun testUpdateListeners() { regex