Searched refs:easeInDuration (Results 1 – 11 of 11) sorted by relevance
60 easeInDuration = 100L, in setup()93 animatorTestRule.advanceTimeBy(config.easeInDuration + 50L) in play_followsAnimationStateInOrder()
43 val easeInDuration: Long, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
91 duration = config.easeInDuration in playEaseIn()
59 val easeInDuration: Float = DEFAULT_EASING_DURATION_IN_MILLIS, constant in com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseAnimationConfig
120 animator.duration = config.easeInDuration.toLong() in <lambda>()
120 animatorTestRule.advanceTimeBy(config.easeInDuration.toLong()) in play_animationStateChangesInOrder()209 animatorTestRule.advanceTimeBy(config.easeInDuration.toLong() + 500L) in finish_finishesLoadingEffect()
55 fakeSystemClock.advanceTime(config.easeInDuration.toLong()) in play_playsTurbulenceNoiseInOrder()140 config.easeInDuration.toLong() + in onAnimationFinished_resetsStateCorrectly()
64 fakeSystemClock.advanceTime(config.easeInDuration.toLong()) in playEaseIn_playsEaseInAnimation()
130 easeInDuration = EASE_DURATION, in createEffectConfig()
210 animator.duration = config.easeInDuration.toLong() in <lambda>()
1147 easeInDuration = 1350f, in <lambda>()