Most visited

Recently visited

Byte2

public class Byte2
extends Object

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


用于将本机RenderScript byte2类型暴露给Android系统的类。

Summary

Fields

public byte x

public byte y

Public constructors

Byte2()
Byte2(byte initX, byte initY)

Inherited methods

From class java.lang.Object

Fields

x

byte x

y

byte y

Public constructors

Byte2

Byte2 ()

Byte2

Byte2 (byte initX, 
                byte initY)

Parameters
initX byte
initY byte

Hooray!