Exemple #1
0
 public void withStartAction(
     ViewPropertyAnimatorCompat viewpropertyanimatorcompat, View view, Runnable runnable) {
   ViewPropertyAnimatorCompatJB.withStartAction(view, runnable);
 }
 @Override
 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) {
   ViewPropertyAnimatorCompatJB.withStartAction(view, runnable);
 }