/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | ModalBottomSheet.kt | 109 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 D | Swipeable.kt | 81 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 D | AnimatedNavGraphBuilder.kt | 54 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 D | AnimateToScene.kt | 111 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 D | PatternBouncer.kt | 131 animationSpec = 140 animationSpec = 167 animationSpec = 332 animationSpec = 344 animationSpec =
|
H A D | PinBouncer.kt | 261 animationSpec = tween(animDurationMillis, easing = animEasing) 271 animationSpec = colorAnimationSpec 280 animationSpec = colorAnimationSpec 328 animationSpec = 338 animationSpec =
|
H A D | BouncerScene.kt | 126 animationSpec = if (message.isUpdateAnimated) tween() else snap(),
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | NavBarFadeAnimationController.java | 70 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() argument 73 animationSpec, windowToken.getSurfaceAnimationRunner(), show, windowToken, in createAdapter()
|
H A D | FadeAnimationController.java | 89 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter() argument 91 return new FadeAnimationAdapter(animationSpec, windowToken.getSurfaceAnimationRunner(), in createAdapter()
|
H A D | SurfaceAnimationRunner.java | 189 final WindowAnimationSpec animationSpec = a.asWindowAnimationSpec(); in startAnimation() 193 animationSpec.getRootTaskBounds(), animationSpec.getAnimation(), in startAnimation()
|
H A D | ScreenRotationAnimation.java | 763 LocalAnimationAdapter.AnimationSpec animationSpec, in startAnimation() argument 769 animationSpec, mService.mSurfaceAnimationRunner); in startAnimation()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
H A D | ComposeTools.kt | 36 animationSpec =
|
H A D | MainActivity.kt | 148 animationSpec =
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/ |
H A D | EntryHighlight.kt | 50 animationSpec = repeatable(
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
H A D | CustomizedAppBar.kt | 614 animationSpec = snapAnimationSpec
|