Home
last modified time | relevance | path

Searched refs:removeAnimation (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DViewTransition.java422 mVtController.removeAnimation(this);
452 mVtController.removeAnimation(this);
DViewTransitionController.java207 void removeAnimation(ViewTransition.Animate animation) { in removeAnimation() method in ViewTransitionController