Home
last modified time | relevance | path

Searched refs:animationSpec (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DModalBottomSheet.kt109 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec,
114 animationSpec = animationSpec,
192 animationSpec: AnimationSpec<Float>,
200 animationSpec = animationSpec,
221 animationSpec: AnimationSpec<Float>,
224 animationSpec = animationSpec,
247 animationSpec: AnimationSpec<Float> = SwipeableDefaults.AnimationSpec,
252 initialValue, animationSpec, skipHalfExpanded, confirmStateChange,
254 animationSpec = animationSpec,
261 animationSpec = animationSpec,
[all …]
H A DSwipeable.kt81 internal val animationSpec: AnimationSpec<Float> = AnimationSpec,
183 animateInternalToOffset(targetOffset, animationSpec)
323 suspend fun animateTo(targetValue: T, anim: AnimationSpec<Float> = animationSpec) {
369 else animateInternalToOffset(lastAnchor, animationSpec)
404 animationSpec: AnimationSpec<Float>,
408 restore = { SwipeableState(it, animationSpec, confirmStateChange) }
463 animationSpec: AnimationSpec<Float> = AnimationSpec,
468 animationSpec = animationSpec,
474 animationSpec = animationSpec,
492 animationSpec: AnimationSpec<Float> = AnimationSpec
[all …]
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/compose/
H A DAnimatedNavGraphBuilder.kt54 animationSpec = slideInEffect,
56 ) + fadeIn(animationSpec = fadeInEffect)
61 animationSpec = slideOutEffect,
63 ) + fadeOut(animationSpec = fadeOutEffect)
68 animationSpec = slideInEffect,
70 ) + fadeIn(animationSpec = fadeInEffect)
75 animationSpec = slideOutEffect,
77 ) + fadeOut(animationSpec = fadeOutEffect)
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DAnimateToScene.kt111 val animationSpec = layoutImpl.transitions.transitionSpec(fromScene, target).spec regex
113 (animationSpec as? SpringSpec)?.visibilityThreshold ?: ProgressVisibilityThreshold
129 animatable.animateTo(targetProgress, animationSpec)
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt131 animationSpec =
140 animationSpec =
167 animationSpec =
332 animationSpec =
344 animationSpec =
H A DPinBouncer.kt261 animationSpec = tween(animDurationMillis, easing = animEasing)
271 animationSpec = colorAnimationSpec
280 animationSpec = colorAnimationSpec
328 animationSpec =
338 animationSpec =
H A DBouncerScene.kt126 animationSpec = if (message.isUpdateAnimated) tween() else snap(),
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DNavBarFadeAnimationController.java70 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() argument
73 animationSpec, windowToken.getSurfaceAnimationRunner(), show, windowToken, in createAdapter()
H A DFadeAnimationController.java89 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() argument
91 return new FadeAnimationAdapter(animationSpec, windowToken.getSurfaceAnimationRunner(), in createAdapter()
H A DSurfaceAnimationRunner.java189 final WindowAnimationSpec animationSpec = a.asWindowAnimationSpec(); in startAnimation()
193 animationSpec.getRootTaskBounds(), animationSpec.getAnimation(), in startAnimation()
H A DScreenRotationAnimation.java763 LocalAnimationAdapter.AnimationSpec animationSpec, in startAnimation() argument
769 animationSpec, mService.mSurfaceAnimationRunner); in startAnimation()
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DComposeTools.kt36 animationSpec =
H A DMainActivity.kt148 animationSpec =
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
H A DEntryHighlight.kt50 animationSpec = repeatable(
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DCustomizedAppBar.kt614 animationSpec = snapAnimationSpec