Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java101 SurfaceAnimator(Animatable animatable, in SurfaceAnimator()
H A DSurfaceFreezer.java66 SurfaceFreezer(@NonNull Freezable animatable, @NonNull WindowManagerService service) { in SurfaceFreezer()
H A DScreenRotationAnimation.java762 SurfaceAnimator.Animatable animatable, in startAnimation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimatorTest.java305 private void assertAnimating(MyAnimatable animatable) { in assertAnimating()
310 private void assertNotAnimating(MyAnimatable animatable) { in assertNotAnimating()
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DAnimateToScene.kt114 val animatable = Animatable(startProgress, visibilityThreshold = visibilityThreshold) regex