public static enum RenderScript.Priority extends Enum<RenderScript.Priority>
Modifier and Type | Method and Description |
---|---|
static RenderScript.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderScript.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderScript.Priority LOW
public static final RenderScript.Priority NORMAL
public static RenderScript.Priority[] values()
for (RenderScript.Priority c : RenderScript.Priority.values()) System.out.println(c);
public static RenderScript.Priority 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