Package com.skydoves.powermenu
Enum MenuAnimation
-
- All Implemented Interfaces:
public enum MenuAnimationMenuAnimation is the collection of the popup animations.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SHOWUP_TOP_RIGHTSHOWUP_TOP_LEFTSHOWUP_BOTTOM_RIGHTSHOWUP_BOTTOM_LEFTSHOW_UP_CENTERELASTIC_TOP_RIGHTELASTIC_TOP_LEFTELASTIC_BOTTOM_RIGHTELASTIC_BOTTOM_LEFTELASTIC_CENTERFADEDROP_DOWNNONE
-
Method Summary
Modifier and Type Method Description static Array<MenuAnimation>values()Returns an array containing the constants of this enum type, in the order they're declared. static MenuAnimationvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
values
static Array<MenuAnimation> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
-
valueOf
static MenuAnimation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
-
-
-