public class DisappearAnimationUtils extends AppearAnimationUtils
AppearAnimationUtils.AppearAnimationProperties, AppearAnimationUtils.RowTranslationScaler
DEFAULT_APPEAR_DURATION, mAppearing, mDelayScale, mRowTranslationScaler
Constructor and Description |
---|
DisappearAnimationUtils(Context ctx) |
DisappearAnimationUtils(Context ctx,
long duration,
float translationScaleFactor,
float delayScaleFactor,
Interpolator interpolator) |
DisappearAnimationUtils(Context ctx,
long duration,
float translationScaleFactor,
float delayScaleFactor,
Interpolator interpolator,
AppearAnimationUtils.RowTranslationScaler rowScaler) |
Modifier and Type | Method and Description |
---|---|
protected long |
calculateDelay(int row,
int col) |
createAnimation, getInterpolator, getStartTranslation, startAnimation, startAnimation, startAnimation2d, startAnimation2d, startTranslationYAnimation
public DisappearAnimationUtils(Context ctx)
public DisappearAnimationUtils(Context ctx, long duration, float translationScaleFactor, float delayScaleFactor, Interpolator interpolator)
public DisappearAnimationUtils(Context ctx, long duration, float translationScaleFactor, float delayScaleFactor, Interpolator interpolator, AppearAnimationUtils.RowTranslationScaler rowScaler)
protected long calculateDelay(int row, int col)
calculateDelay
in class AppearAnimationUtils