Home | History | Annotate | Download | only in drawable

Lines Matching refs:reverse

167                 // Reverse the current animation.
168 currentTransition.reverse();
238 public void reverse() {
298 public void reverse() {
299 mAnim.reverse();
337 reverse();
344 public void reverse() {
346 mAvd.reverse();
348 Log.w(LOGTAG, "Can't reverse, either the reversible is set to false,"
349 + " or the AnimatedVectorDrawable can't reverse");