FileDocCategorySizeDatePackage
ObjectAnimatorEventsTest.javaAPI DocAndroid 5.1 API1134Thu Mar 12 22:22:12 GMT 2015android.animation

ObjectAnimatorEventsTest

public class ObjectAnimatorEventsTest extends EventsTest
Listener tests for ObjectAnimator.

Fields Summary
Constructors Summary
Methods Summary
public voidsetUp()

        final BasicAnimatorActivity activity = getActivity();
        Button button = (Button) activity.findViewById(R.id.animatingButton);

        mAnimator = ObjectAnimator.ofFloat(button, "translationX", 0, 100);
        super.setUp();