RenderScript.RSMessageHandler
public
static
class
RenderScript.RSMessageHandler
extends Object
implements
Runnable
| java.lang.Object | |
| ↳ | android.renderscript.RenderScript.RSMessageHandler |
The base class from which an application should derive in order
to receive RS messages from scripts. When a script calls rsSendToClient, the data fields will be filled, and the run
method will be called on a separate thread. This will occur
some time after rsSendToClient completes in the script,
as rsSendToClient is asynchronous. Message handlers are
not guaranteed to have completed when finish() returns.
Summary
Fields | |
|---|---|
protected
int[] |
mData
|
protected
int |
mID
|
protected
int |
mLength
|
Public constructors | |
|---|---|
RenderScript.RSMessageHandler()
|
|
Public methods | |
|---|---|
void
|
run()
When an object implementing interface |
Inherited methods | |
|---|---|
From
class
java.lang.Object
| |
From
interface
java.lang.Runnable
| |
Fields
Public constructors
Public methods
run
void run ()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
The general contract of the method run is that it may
take any action whatsoever.
Interfaces
Classes
- Allocation
- AllocationAdapter
- BaseObj
- Byte2
- Byte3
- Byte4
- Double2
- Double3
- Double4
- Element
- Element.Builder
- FieldPacker
- Float2
- Float3
- Float4
- Int2
- Int3
- Int4
- Long2
- Long3
- Long4
- Matrix2f
- Matrix3f
- Matrix4f
- RenderScript
- RenderScript.RSErrorHandler
- RenderScript.RSMessageHandler
- Sampler
- Sampler.Builder
- Script
- Script.Builder
- Script.FieldBase
- Script.FieldID
- Script.InvokeID
- Script.KernelID
- Script.LaunchOptions
- ScriptC
- ScriptGroup
- ScriptGroup.Binding
- ScriptGroup.Builder
- ScriptGroup.Builder2
- ScriptGroup.Closure
- ScriptGroup.Future
- ScriptGroup.Input
- ScriptIntrinsic
- ScriptIntrinsic3DLUT
- ScriptIntrinsicBLAS
- ScriptIntrinsicBlend
- ScriptIntrinsicBlur
- ScriptIntrinsicColorMatrix
- ScriptIntrinsicConvolve3x3
- ScriptIntrinsicConvolve5x5
- ScriptIntrinsicHistogram
- ScriptIntrinsicLUT
- ScriptIntrinsicResize
- ScriptIntrinsicYuvToRGB
- Short2
- Short3
- Short4
- Type
- Type.Builder
Enums
Exceptions


