Home
last modified time | relevance | path

Searched defs:animationSpec (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
DAnimateToScene.kt111 val animationSpec = layoutImpl.transitions.transitionSpec(fromScene, target).spec in CoroutineScope() constant
/frameworks/base/services/core/java/com/android/server/wm/
DNavBarFadeAnimationController.java70 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter()
DFadeAnimationController.java89 protected FadeAnimationAdapter createAdapter(LocalAnimationAdapter.AnimationSpec animationSpec, in createAdapter()
DScreenRotationAnimation.java763 LocalAnimationAdapter.AnimationSpec animationSpec, in startAnimation()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt81 internal val animationSpec: AnimationSpec<Float> = AnimationSpec, in <lambda>() constant