Home
last modified time | relevance | path

Searched defs:animateTo (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java251 public boolean animateTo(float linearFirstTarget, float linearSecondTarget, float rate, in animateTo() method in RampAnimator.DualRampAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java185 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in ExpandableViewState
DViewState.java376 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() method in ViewState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt521 fun animateTo(newRadius: Int) { in <lambda>() method in DepthAnimation
DNotificationShelf.java1040 public void animateTo(View view, AnimationProperties properties) { in animateTo() method in NotificationShelf.ShelfState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java485 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in FooterView.FooterViewState
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt362 fun animateTo(targetScene: Scene, targetOffset: Float) { in onStop() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt323 suspend fun animateTo(targetValue: T, anim: AnimationSpec<Float> = animationSpec) { in animateTo() method