- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
366 B
Java
16 lines
366 B
Java
package androidx.emoji2.text.flatbuffer;
|
|
|
|
import java.nio.ByteBuffer;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class FloatVector extends BaseVector {
|
|
public FloatVector __assign(int i, ByteBuffer byteBuffer) {
|
|
__reset(i, 4, byteBuffer);
|
|
return this;
|
|
}
|
|
|
|
public float get(int i) {
|
|
return this.bb.getFloat(__element(i));
|
|
}
|
|
}
|