Home
last modified time | relevance | path

Searched defs:animatable (Results 1 – 25 of 154) sorted by relevance

1234567

/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/
H A DTransitionsExamplesPage.kt73 val animatable = rememberLottieAnimatable() in SingleCompositionTransition() constant
101 val animatable = rememberLottieAnimatable() in SplitCompositionTransition() constant
H A DAnimatableExamplesPage.kt139 val animatable = rememberLottieAnimatable() in Example4() constant
160 val animatable = rememberLottieAnimatable() in Example5() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DSwipeAnimation.kt219 val animatable = offsetAnimation constant
240 val animatable = offsetAnimation ?: return 0f constant
382 val animatable = in animateOffset() constant
H A DAnimateContent.kt41 val animatable = in animateContent() constant
60 lateinit var animatable: Animatable<Float, AnimationVector1D> variable in com.android.compose.animation.scene.OneOffAnimation
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/content/state/
H A DTransitionState.kt427 val animatable = Animatable(1f, visibilityThreshold = ProgressVisibilityThreshold) in interruptionProgress() constant
442 val animatable = interruptionDecay ?: create().also { interruptionDecay = it } in interruptionProgress() constant
/aosp_15_r20/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
H A DanimateLottieCompositionAsState.kt59 val animatable = rememberLottieAnimatable() in animateLottieCompositionAsState() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt144 dotScalingAnimatables.entries.forEach { (dot, animatable) -> in <lambda>() method
247 lineFadeOutAnimatables.values.forEach { animatable -> in <lambda>() method
369 dotAppearFadeInAnimatables.forEach { (dot, animatable) -> in showEntryAnimation() method
382 dotAppearMoveUpAnimatables.forEach { (dot, animatable) -> in showEntryAnimation() method
H A DPinBouncer.kt328 buttonScaleAnimatables.forEachIndexed { index, animatable -> in showFailureAnimation() method
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimatorTest.java274 private void assertAnimating(MyAnimatable animatable) { in assertAnimating()
279 private void assertNotAnimating(MyAnimatable animatable) { in assertNotAnimating()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/effect/
H A DContentOverscrollEffect.kt49 private val animatable = Animatable(initialValue = 0f, visibilityThreshold = 0.5f) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common_apex30/turbine/
Dlottie.jarcom/airbnb/lottie/AsyncUpdates.class <Unknown> package com.airbnb.lottie public ...
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common/turbine/
Dlottie.jarcom/airbnb/lottie/AsyncUpdates.class <Unknown> package com.airbnb.lottie public ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java99 SurfaceAnimator(Animatable animatable, in SurfaceAnimator()
H A DSurfaceFreezer.java66 SurfaceFreezer(@NonNull Freezable animatable, @NonNull WindowManagerService service) { in SurfaceFreezer()
H A DScreenRotationAnimation.java746 SurfaceAnimator.Animatable animatable, in startAnimation()
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/player/
H A DPlayerPage.kt85 val animatable = LottieAnimatable() in <lambda>() constant
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
H A DShade.kt286 val animatable = in additionalScrimOffset() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/animation/
H A DAnimationBindHandlerTest.kt48 @Mock private lateinit var animatable: AnimatedDrawable variable in com.android.systemui.media.controls.ui.animation.AnimationBindHandlerTest
/aosp_15_r20/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
H A DComposeToolkitTest.kt605 val animatable = Animatable(0f) in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardQuickAffordanceViewBinder.kt156 (view.drawable as? Animatable2)?.let { animatable -> in <lambda>() method
H A DKeyguardBottomAreaViewBinder.kt362 (view.drawable as? Animatable2)?.let { animatable -> in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common/javac/
Dlottie.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/airbnb/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common_apex30/javac/
Dlottie.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/airbnb/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/compose/scene/PlatformComposeSceneTransitionLayout/android_common/kotlin/
DPlatformComposeSceneTransitionLayout.jar ... float initialVelocity androidx.compose.animation.core.Animatable animatable androidx.compose.animation.core.Animatable ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/compose/scene/PlatformComposeSceneTransitionLayout/android_common/repackaged-jarjar/kotlinc/
DPlatformComposeSceneTransitionLayout.jarcom/android/compose/ui/util/VerticalConverter.class SpaceVectorConverter.kt package com. ...

1234567