public static enum SlidingUpPanelLayout.PanelState extends java.lang.Enum<SlidingUpPanelLayout.PanelState>
| Enum Constant and Description |
|---|
ANCHORED |
COLLAPSED |
DRAGGING |
EXPANDED |
HIDDEN |
| Modifier and Type | Method and Description |
|---|---|
static SlidingUpPanelLayout.PanelState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlidingUpPanelLayout.PanelState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlidingUpPanelLayout.PanelState EXPANDED
public static final SlidingUpPanelLayout.PanelState COLLAPSED
public static final SlidingUpPanelLayout.PanelState ANCHORED
public static final SlidingUpPanelLayout.PanelState HIDDEN
public static final SlidingUpPanelLayout.PanelState DRAGGING
public static SlidingUpPanelLayout.PanelState[] values()
for (SlidingUpPanelLayout.PanelState c : SlidingUpPanelLayout.PanelState.values()) System.out.println(c);
public static SlidingUpPanelLayout.PanelState 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