Most visited

Recently visited

Short2

public class Short2
extends Object

java.lang.Object
   ↳ android.support.v8.renderscript.Short2


Class for exposing the native RenderScript Short2 type back to the Android system.

Summary

Fields

public short x

public short y

Public constructors

Short2()
Short2(short initX, short initY)

Inherited methods

From class java.lang.Object

Fields

x

short x

y

short y

Public constructors

Short2

Short2 ()

Short2

Short2 (short initX, 
                short initY)

Parameters
initX short
initY short

Hooray!