Searched refs:easeOutDuration (Results 1 – 11 of 11) sorted by relevance
61 easeOutDuration = 100L in setup()101 animatorTestRule.advanceTimeBy(config.easeOutDuration + 50L) in play_followsAnimationStateInOrder()
45 val easeOutDuration: Long, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
137 duration = config.easeOutDuration in playEaseOut()
60 val easeOutDuration: Float = DEFAULT_EASING_DURATION_IN_MILLIS, constant in com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseAnimationConfig
166 animator.duration = config.easeOutDuration.toLong() in <lambda>()
122 animatorTestRule.advanceTimeBy(config.easeOutDuration.toLong()) in play_animationStateChangesInOrder()214 animatorTestRule.advanceTimeBy(config.easeOutDuration.toLong() + 500L) in finish_finishesLoadingEffect()
63 fakeSystemClock.advanceTime(config.easeOutDuration.toLong()) in play_playsTurbulenceNoiseInOrder()142 config.easeOutDuration.toLong() in onAnimationFinished_resetsStateCorrectly()
80 fakeSystemClock.advanceTime(config.easeOutDuration.toLong()) in playEaseOut_playsEaseOutAnimation()
131 easeOutDuration = EASE_DURATION in createEffectConfig()
293 animator.duration = config.easeOutDuration.toLong() in <lambda>()
1148 easeOutDuration = 1350f, in <lambda>()