/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
D | ModalBottomSheet.kt | 109 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec, 114 animationSpec = animationSpec, 128 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec, 130 ) : this(initialValue, animationSpec, isSkipHalfExpanded = false, confirmStateChange) 192 animationSpec: AnimationSpec<Float>, in expand() 200 animationSpec = animationSpec, in expand() 221 animationSpec: AnimationSpec<Float>, in expand() 224 animationSpec = animationSpec, in expand() 247 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec, in rememberModalBottomSheetState() 252 initialValue, animationSpec, skipHalfExpanded, confirmStateChange, [all …]
|
D | Swipeable.kt | 81 internal val animationSpec: AnimationSpec<Float> = AnimationSpec, in <lambda>() constant 183 animateInternalToOffset(targetOffset, animationSpec) in processNewAnchors() 323 suspend fun animateTo(targetValue: T, anim: AnimationSpec<Float> = animationSpec) { in animateTo() 369 else animateInternalToOffset(lastAnchor, animationSpec) in performFling() 404 animationSpec: AnimationSpec<Float>, in Saver() 408 restore = { SwipeableState(it, animationSpec, confirmStateChange) } in <lambda>() 463 animationSpec: AnimationSpec<Float> = AnimationSpec, in rememberSwipeableState() 468 animationSpec = animationSpec, 474 animationSpec = animationSpec, in <lambda>() 492 animationSpec: AnimationSpec<Float> = AnimationSpec in rememberSwipeableStateFor() [all …]
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/compose/ |
D | AnimatedNavGraphBuilder.kt | 56 animationSpec = slideInEffect, in animatedComposable() 58 ) + fadeIn(animationSpec = fadeInEffect) in animatedComposable() 64 animationSpec = slideOutEffect, in <lambda>() 66 ) + fadeOut(animationSpec = fadeOutEffect) in <lambda>() 71 animationSpec = slideInEffect, in <lambda>() 73 ) + fadeIn(animationSpec = fadeInEffect) in <lambda>() 78 animationSpec = slideOutEffect, in <lambda>() 80 ) + fadeOut(animationSpec = fadeOutEffect) in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/ |
D | ColumnVolumeSliders.kt | 112 expandVertically(animationSpec = tween(durationMillis = EXPAND_DURATION_MILLIS)), in <lambda>() 114 shrinkVertically(animationSpec = tween(durationMillis = COLLAPSE_DURATION_MILLIS)), in <lambda>() 200 animationSpec = tween(durationMillis = enterDuration, delayMillis = enterDelay), in enterTransition() 204 animationSpec = tween(durationMillis = enterDuration, delayMillis = enterDelay), in enterTransition() 208 animationSpec = tween(durationMillis = enterDuration, delayMillis = enterDelay), in enterTransition() 216 animationSpec = tween(durationMillis = exitDuration), in exitTransition() 220 animationSpec = tween(durationMillis = exitDuration), in exitTransition() 223 fadeOut(animationSpec = tween(durationMillis = exitDuration)) in exitTransition() 234 animationSpec = in expandButtonEnterTransition() 251 animationSpec = in expandButtonExitTransition() [all …]
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/mediaoutput/ui/composable/ |
D | MediaOutputComponent.kt | 150 animationSpec = isPlayingInIconBackgroundSpec(), in <lambda>() 151 ) + fadeIn(animationSpec = isPlayingInIconBackgroundSpec()) togetherWith in <lambda>() 152 fadeOut(animationSpec = snap()) in <lambda>() 154 fadeIn(animationSpec = snap(delayMillis = 900)) togetherWith in <lambda>() 157 animationSpec = isPlayingOutSpec(), in <lambda>() 158 ) + fadeOut(animationSpec = isPlayingOutSpec()) in <lambda>() 175 fadeIn(animationSpec = snap(delayMillis = 700)) togetherWith in <lambda>() 178 animationSpec = isPlayingInIconSpec(), in <lambda>() 179 ) + fadeOut(animationSpec = isNotPlayingOutIconSpec()) in <lambda>() 183 animationSpec = isNotPlayingInIconSpec(), in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | AnimateToScene.kt | 186 val animationSpec = transition.transformationSpec.progressSpec in CoroutineScope() constant 188 (animationSpec as? SpringSpec)?.visibilityThreshold ?: ProgressVisibilityThreshold in CoroutineScope() 201 animatable.animateTo(targetProgress, animationSpec, initialVelocity) in CoroutineScope()
|
D | DraggableHandler.kt | 719 animationSpec = swipeSpec, in animateOffset()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
D | PatternBouncer.kt | 157 animationSpec = in <lambda>() 166 animationSpec = in <lambda>() 193 animationSpec = in <lambda>() 385 animationSpec = in showEntryAnimation() 398 animationSpec = in showEntryAnimation() 459 animationSpec = in showFailureAnimation() 471 animationSpec = in showFailureAnimation()
|
D | PinBouncer.kt | 262 animationSpec = tween(animDurationMillis, easing = animEasing) in PinPadButton() 272 animationSpec = colorAnimationSpec in PinPadButton() 281 animationSpec = colorAnimationSpec in PinPadButton() 332 animationSpec = in showFailureAnimation() 342 animationSpec = in showFailureAnimation()
|
D | BouncerContent.kt | 606 animationSpec = if (message?.isUpdateAnimated == true) tween() else snap(), in StatusMessage() 712 animationSpec = in ActionArea() 723 animationSpec = in ActionArea()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/ |
D | QuickSettingsScene.kt | 251 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene() 257 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene() 318 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene() 322 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene() 327 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene() 331 animationSpec = tween(customizingAnimationDuration), in QuickSettingsScene()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | NavBarFadeAnimationController.java | 70 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() argument 73 animationSpec, windowToken.getSurfaceAnimationRunner(), show, windowToken, in createAdapter()
|
D | FadeAnimationController.java | 89 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() argument 91 return new FadeAnimationAdapter(animationSpec, windowToken.getSurfaceAnimationRunner(), in createAdapter()
|
D | SurfaceAnimationRunner.java | 201 final WindowAnimationSpec animationSpec = a.asWindowAnimationSpec(); in startAnimation() 205 animationSpec.getRootTaskBounds(), animationSpec.getAnimation(), in startAnimation()
|
D | ScreenRotationAnimation.java | 777 LocalAnimationAdapter.AnimationSpec animationSpec, in startAnimation() argument 783 animationSpec, mService.mSurfaceAnimationRunner); in startAnimation()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | ComposeTools.kt | 36 animationSpec =
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalHub.kt | 263 animationSpec = in <lambda>() 267 animationSpec = tween(durationMillis = 1000, easing = Emphasized), in <lambda>() 272 animationSpec = tween(durationMillis = 167, easing = LinearEasing) in <lambda>() 275 animationSpec = tween(durationMillis = 1000, easing = Emphasized), in <lambda>() 310 fadeIn(animationSpec = tween(durationMillis = 250, easing = LinearEasing)) + in <lambda>() 312 animationSpec = tween(durationMillis = 1000, easing = Emphasized), in <lambda>() 315 fadeOut(animationSpec = tween(durationMillis = 167, easing = LinearEasing)) + in <lambda>() 317 animationSpec = tween(durationMillis = 1000, easing = Emphasized) in <lambda>() 769 animationSpec = tween(durationMillis = 83, easing = LinearEasing) in ButtonToEditWidgets() 773 animationSpec = in ButtonToEditWidgets() [all …]
|
D | CommunalContainer.kt | 322 animationSpec = in animatedRadialGradientBackground()
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
D | EntryHighlight.kt | 50 animationSpec = repeatable(
|
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/ |
D | Rotary.kt | 611 animationSpec = spring(), in handleEvent() 661 animationSpec = tween(durationMillis = 100, easing = FastOutSlowInEasing), in snapToClosestItem() 704 animationSpec = SpringSpec( in topEdgeReached() 749 animationSpec = SpringSpec( in topEdgeReached()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
D | FooterActions.kt | 103 animationSpec = tween(customizingAnimationDuration), in <lambda>() 108 animationSpec = tween(customizingAnimationDuration), in <lambda>()
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
D | CustomizedAppBar.kt | 615 animationSpec = snapAnimationSpec in settleAppBar()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
D | ShadeScene.kt | 401 animationSpec = tween(customizingAnimationDuration), in SplitShade()
|