File
Doc
Category
Size
Date
Package
AppearAnimationCreator.java
API Doc
Android 5.1 API
1111
Thu Mar 12 22:22:42 GMT 2015
com.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 void
createAnimation
(
T
animatedObject,
long
delay,
long
duration,
float
translationY,
boolean
appearing,
android.view.animation.Interpolator
interpolator,
java.lang.Runnable
finishListener)
Java Code Source