public
class
Short4
extends Object
| java.lang.Object | |
| ↳ | android.support.v8.renderscript.Short4 |
Class for exposing the native RenderScript short4 type back to the Android system.
Fields | |
|---|---|
public
short |
w
|
public
short |
x
|
public
short |
y
|
public
short |
z
|
Public constructors | |
|---|---|
Short4()
|
|
Short4(short initX, short initY, short initZ, short initW)
|
|
Inherited methods | |
|---|---|
java.lang.Object
| |
short w
short x
short y
short z
Short4 ()
Short4 (short initX,
short initY,
short initZ,
short initW)
| Parameters | |
|---|---|
initX |
short
|
initY |
short
|
initZ |
short
|
initW |
short
|