Added in API level 11
FieldBase
open class FieldBase
| kotlin.Any | |
| ↳ | android.renderscript.Script.FieldBase |
Only intended for use by generated reflected code.
Summary
Protected constructors |
|
|---|---|
<init>() |
|
Public methods |
|
|---|---|
| open Allocation! | |
| open Element! | |
| open Type! |
getType() |
| open Unit | |
Protected methods |
|
|---|---|
| open Unit |
init(rs: RenderScript!, dimx: Int) |
| open Unit |
init(rs: RenderScript!, dimx: Int, usages: Int) |
Properties |
|
|---|---|
| Allocation! | |
| Element! | |
Protected constructors
Public methods
Protected methods
init
Added in API level 11
protected open fun init(
rs: RenderScript!,
dimx: Int,
usages: Int
): Unit