public static final enum RenderScript.Priority
extends Enum<RenderScript.Priority>
java.lang.Object | ||
↳ | java.lang.Enum<android.support.v8.renderscript.RenderScript.Priority> | |
↳ | android.support.v8.renderscript.RenderScript.Priority |
RenderScript工作线程优先级枚举。 默认值是NORMAL。 希望进行后台处理的应用程序应将其优先级设置为LOW,以避免挨饿地面进程。
Enum values |
|
---|---|
RenderScript.Priority |
LOW
|
RenderScript.Priority |
NORMAL
|
Public methods |
|
---|---|
static RenderScript.Priority |
valueOf(String name) |
static final Priority[] |
values() |
Inherited methods |
|
---|---|
From class java.lang.Enum
|
|
From class java.lang.Object
|
|
From interface java.lang.Comparable
|
RenderScript.Priority valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
RenderScript.Priority |