Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRenderEffectViewActivity.kt34 private var mDropsAnimator = ValueAnimator.ofFloat(0f, 1f) regex
46 if (mDropsAnimator.isRunning) {
47 mDropsAnimator.cancel()
50 mDropsAnimator.start()
59 mDropsAnimator.duration = 1000
60 mDropsAnimator.repeatCount = ValueAnimator.INFINITE
61 mDropsAnimator.addUpdateListener { _ ->