Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateToScene.kt189 val animatable = in CoroutineScope() constant
225 lateinit var animatable: Animatable<Float, AnimationVector1D> variable
DSceneTransitionLayoutState.kt325 val animatable = Animatable(1f, visibilityThreshold = ProgressVisibilityThreshold) in interruptionProgress() constant
340 val animatable = interruptionDecay ?: create().also { interruptionDecay = it } in interruptionProgress() constant
DDraggableHandler.kt588 val animatable = offsetAnimation?.animatable ?: return 0f constant in com.android.compose.animation.scene.SwipeTransition
693 val animatable = Animatable(dragOffset, OffsetVisibilityThreshold) in animateOffset() constant
803 val animatable: Animatable<Float, AnimationVector1D>, constant in com.android.compose.animation.scene.SwipeTransition.OffsetAnimation
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java305 private void assertAnimating(MyAnimatable animatable) { in assertAnimating()
310 private void assertNotAnimating(MyAnimatable animatable) { in assertNotAnimating()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java102 SurfaceAnimator(Animatable animatable, in SurfaceAnimator()
DSurfaceFreezer.java66 SurfaceFreezer(@NonNull Freezable animatable, @NonNull WindowManagerService service) { in SurfaceFreezer()
DScreenRotationAnimation.java776 SurfaceAnimator.Animatable animatable, in startAnimation()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt148 dotScalingAnimatables.entries.forEach { (dot, animatable) -> in <lambda>() method
254 lineFadeOutAnimatables.values.forEach { animatable -> in <lambda>() method
381 dotAppearFadeInAnimatables.forEach { (dot, animatable) -> in showEntryAnimation() method
394 dotAppearMoveUpAnimatables.forEach { (dot, animatable) -> in showEntryAnimation() method
DPinBouncer.kt328 buttonScaleAnimatables.forEachIndexed { index, animatable -> in showFailureAnimation() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/animation/
DAnimationBindHandlerTest.kt48 @Mock private lateinit var animatable: AnimatedDrawable variable in com.android.systemui.media.controls.ui.animation.AnimationBindHandlerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardQuickAffordanceViewBinder.kt146 (view.drawable as? Animatable2)?.let { animatable -> in <lambda>() method
DKeyguardBottomAreaViewBinder.kt362 (view.drawable as? Animatable2)?.let { animatable -> in <lambda>() method