Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxEffectTest.kt61 easeOutDuration = 100L in setup()
101 animatorTestRule.advanceTimeBy(config.easeOutDuration + 50L) in play_followsAnimationStateInOrder()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/glowboxeffect/
DGlowBoxConfig.kt45 val easeOutDuration: Long, constant in com.android.systemui.surfaceeffects.glowboxeffect.GlowBoxConfig
DGlowBoxEffect.kt137 duration = config.easeOutDuration in playEaseOut()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseAnimationConfig.kt60 val easeOutDuration: Float = DEFAULT_EASING_DURATION_IN_MILLIS, constant in com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseAnimationConfig
DTurbulenceNoiseView.kt166 animator.duration = config.easeOutDuration.toLong() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/loadingeffect/
DLoadingEffectTest.kt122 animatorTestRule.advanceTimeBy(config.easeOutDuration.toLong()) in play_animationStateChangesInOrder()
214 animatorTestRule.advanceTimeBy(config.easeOutDuration.toLong() + 500L) in finish_finishesLoadingEffect()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseControllerTest.kt63 fakeSystemClock.advanceTime(config.easeOutDuration.toLong()) in play_playsTurbulenceNoiseInOrder()
142 config.easeOutDuration.toLong() in onAnimationFinished_resetsStateCorrectly()
DTurbulenceNoiseViewTest.kt80 fakeSystemClock.advanceTime(config.easeOutDuration.toLong()) in playEaseOut_playsEaseOutAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModel.kt131 easeOutDuration = EASE_DURATION in createEffectConfig()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/loadingeffect/
DLoadingEffect.kt293 animator.duration = config.easeOutDuration.toLong() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt1148 easeOutDuration = 1350f, in <lambda>()