Home
last modified time | relevance | path

Searched defs:ByteArray (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
DAutoGrowArray.java51 public static class ByteArray { class in AutoGrowArray
59 public ByteArray() { in ByteArray() method in AutoGrowArray.ByteArray
66 public ByteArray(@IntRange(from = 0) int initialCapacity) { in ByteArray() method in AutoGrowArray.ByteArray
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/proto/
DCommunalHubStateExt.kt32 fun ByteArray.toCommunalHubState(): CommunalHubState { in toCommunalHubState() method
/frameworks/rs/toolkit/test/
DBufferUtils.kt92 fun ByteArray.toFloat4(): Float4 { in toFloat4() method