public final class AnimationHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
AnimationHelper.AnimationActionListener |
Modifier | Constructor and Description |
---|---|
private |
AnimationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
hideBottom(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
hideLeft(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
hideMiddle(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
hideRight(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
hideTop(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
showBottom(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
showLeft(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
showMiddle(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
showRight(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
static void |
showTop(android.view.View view,
AnimationHelper.AnimationActionListener mAnimationActionListener) |
public static void showTop(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void hideTop(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void showBottom(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void hideBottom(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void showLeft(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void hideLeft(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void showRight(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void hideRight(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void showMiddle(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)
public static void hideMiddle(android.view.View view, AnimationHelper.AnimationActionListener mAnimationActionListener)