Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
DAnimateToScene.kt114 val animatable = Animatable(startProgress, visibilityThreshold = visibilityThreshold) in CoroutineScope() constant
142 private val animatable: Animatable<Float, AnimationVector1D>, constant in com.android.compose.animation.scene.OneOffTransition
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java101 SurfaceAnimator(Animatable animatable, in SurfaceAnimator()
DSurfaceFreezer.java66 SurfaceFreezer(@NonNull Freezable animatable, @NonNull WindowManagerService service) { in SurfaceFreezer()
DScreenRotationAnimation.java762 SurfaceAnimator.Animatable animatable, in startAnimation()
/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/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DAnimationBindHandlerTest.kt48 @Mock private lateinit var animatable: AnimatedDrawable variable in com.android.systemui.media.controls.ui.AnimationBindHandlerTest
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt122 dotScalingAnimatables.entries.forEach { (dot, animatable) -> in <lambda>() method
210 lineFadeOutAnimatables.values.forEach { animatable -> in <lambda>() method
DPinBouncer.kt324 buttonScaleAnimatables.forEachIndexed { index, animatable -> in showFailureAnimation() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardQuickAffordanceViewBinder.kt158 (view.drawable as? Animatable2)?.let { animatable -> in <lambda>() method
DKeyguardBottomAreaViewBinder.kt335 (view.drawable as? Animatable2)?.let { animatable -> in <lambda>() method