Join us for ⁠#Android11: The Beta Launch Show on June 3!

Byte2

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

Class for exposing the native RenderScript byte2 type back to the Android system. * @apiSince 11

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