Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettingsScene.kt207 val customizingAnimationDuration by in QuickSettingsScene() constant
251 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
257 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
318 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
322 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
324 fadeIn(tween(customizingAnimationDuration)), in QuickSettingsScene()
327 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
331 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
333 fadeOut(tween(customizingAnimationDuration)), in QuickSettingsScene()
391 customizingAnimationDuration = customizingAnimationDuration, in QuickSettingsScene()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt95 customizingAnimationDuration: Int, in <lambda>()
103 animationSpec = tween(customizingAnimationDuration), in <lambda>()
105 ) + fadeIn(tween(customizingAnimationDuration)), in <lambda>()
108 animationSpec = tween(customizingAnimationDuration), in <lambda>()
110 ) + fadeOut(tween(customizingAnimationDuration)), in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt373 val customizingAnimationDuration by in SplitShade() constant
401 animationSpec = tween(customizingAnimationDuration), in SplitShade()
516 customizingAnimationDuration = customizingAnimationDuration, in SplitShade()