FileDocCategorySizeDatePackage
AppearAnimationCreator.javaAPI DocAndroid 5.1 API1111Thu Mar 12 22:22:42 GMT 2015com.android.keyguard

AppearAnimationCreator

public interface AppearAnimationCreator
An interface which can create animations when starting an appear animation with {@link com.android.keyguard.AppearAnimationUtils}

Fields Summary
Constructors Summary
Methods Summary
public voidcreateAnimation(T animatedObject, long delay, long duration, float translationY, boolean appearing, android.view.animation.Interpolator interpolator, java.lang.Runnable finishListener)