Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DRampAnimator.java224 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.java187 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.kt520 fun animateTo(newRadius: Int) { in <lambda>() method
DNotificationShelf.java1086 public void animateTo(View view, AnimationProperties properties) { in animateTo() method in NotificationShelf.ShelfState
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt323 suspend fun animateTo(targetValue: T, anim: AnimationSpec<Float> = animationSpec) { in animateTo() method