public void withStartAction( ViewPropertyAnimatorCompat viewpropertyanimatorcompat, View view, Runnable runnable) { viewpropertyanimatorcompat.mStartAction = runnable; postStartMessage(viewpropertyanimatorcompat, view); }
public void withStartAction( ViewPropertyAnimatorCompat viewpropertyanimatorcompat, View view, Runnable runnable) { ViewPropertyAnimatorCompatICS.setListener( view, viewpropertyanimatorcompat.new MyVpaListener()); viewpropertyanimatorcompat.mStartAction = runnable; }
@Override public void withStartAction( ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { ViewPropertyAnimatorCompatICS.setListener(view, new MyVpaListener(vpa)); vpa.mStartAction = runnable; }
@Override public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { vpa.mStartAction = runnable; postStartMessage(vpa, view); }