Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11

Byte2

open class Byte2
kotlin.Any
   ↳ android.renderscript.Byte2

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

Summary

Public constructors

<init>(initX: Byte, initY: Byte)

Properties

Byte

Byte

Public constructors

<init>

Added in API level 11
Byte2()

<init>

Added in API level 14
Byte2(
    initX: Byte,
    initY: Byte)

Properties

x

Added in API level 11
var x: Byte

y

Added in API level 11
var y: Byte