public static enum ListAnimator.AnimationType extends Enum<ListAnimator.AnimationType>
| Enum Constant and Description |
|---|
left_to_right |
right_to_left |
top_to_bottom |
| Modifier and Type | Method and Description |
|---|---|
abstract android.view.animation.Animation |
create() |
static ListAnimator.AnimationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAnimator.AnimationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAnimator.AnimationType left_to_right
public static final ListAnimator.AnimationType right_to_left
public static final ListAnimator.AnimationType top_to_bottom
public static ListAnimator.AnimationType[] values()
for (ListAnimator.AnimationType c : ListAnimator.AnimationType.values()) System.out.println(c);
public static ListAnimator.AnimationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nonnull public abstract android.view.animation.Animation create()
Copyright © 2015 se.solovyev. All Rights Reserved.