No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | android.renderscript.RenderScript.Priority | |
RenderScript worker threads priority enumeration. The default value is NORMAL. Applications wishing to do background processing such as wallpapers should set their priority to LOW to avoid starving forground processes.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RenderScript.Priority | LOW | ||||||||||
| RenderScript.Priority | NORMAL | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||||||
|
|
|
|
|||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Enum
|
|||||||||||
From class java.lang.Object
|
|||||||||||
From interface java.lang.Comparable
|
|||||||||||