Searched defs:animateTo (Results 1 – 8 of 8) sorted by relevance
251 public boolean animateTo(float linearFirstTarget, float linearSecondTarget, float rate, in animateTo() method in RampAnimator.DualRampAnimator
185 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in ExpandableViewState
376 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() method in ViewState
521 fun animateTo(newRadius: Int) { in <lambda>() method in DepthAnimation
1040 public void animateTo(View view, AnimationProperties properties) { in animateTo() method in NotificationShelf.ShelfState
485 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in FooterView.FooterViewState
362 fun animateTo(targetScene: Scene, targetOffset: Float) { in onStop() method
323 suspend fun animateTo(targetValue: T, anim: AnimationSpec<Float> = animationSpec) { in animateTo() method