public class AnimationManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnimationManager.CBAnimationType |
| Constructor and Description |
|---|
AnimationManager(Handler uiHandler) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Integer |
animationFromInt(int i) |
void |
fade(boolean show,
View fadeView,
AdUnit adUnit)
fade in a given view in about half a second
|
void |
fade(boolean show,
View fadeView,
long duration)
fade in a given view
|
void |
transitionIn(int type,
CBImpression impression,
java.lang.Runnable block,
CBViewController viewController) |
void |
transitionOut(int type,
CBImpression impression,
java.lang.Runnable block) |
public static java.lang.Integer animationFromInt(int i)
public void transitionIn(int type,
CBImpression impression,
java.lang.Runnable block,
CBViewController viewController)
public void transitionOut(int type,
CBImpression impression,
java.lang.Runnable block)
public void fade(boolean show,
View fadeView,
AdUnit adUnit)
public void fade(boolean show,
View fadeView,
long duration)