public static enum HideViewOnScrollAnimation.Direction extends java.lang.Enum<HideViewOnScrollAnimation.Direction>
| Enum Constant and Description |
|---|
DOWN
If the view should be translated downwards.
|
UP
If the view should be translated upwards.
|
| Modifier and Type | Method and Description |
|---|---|
static HideViewOnScrollAnimation.Direction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HideViewOnScrollAnimation.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HideViewOnScrollAnimation.Direction UP
public static final HideViewOnScrollAnimation.Direction DOWN
public static HideViewOnScrollAnimation.Direction[] values()
for (HideViewOnScrollAnimation.Direction c : HideViewOnScrollAnimation.Direction.values()) System.out.println(c);
public static HideViewOnScrollAnimation.Direction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null