Files
rr3-apk/decompiled-community/sources/androidx/emoji2/text/flatbuffer/Constants.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

17 lines
485 B
Java

package androidx.emoji2.text.flatbuffer;
/* loaded from: classes.dex */
public class Constants {
static final int FILE_IDENTIFIER_LENGTH = 4;
static final int SIZEOF_BYTE = 1;
static final int SIZEOF_DOUBLE = 8;
static final int SIZEOF_FLOAT = 4;
static final int SIZEOF_INT = 4;
static final int SIZEOF_LONG = 8;
static final int SIZEOF_SHORT = 2;
public static final int SIZE_PREFIX_LENGTH = 4;
public static void FLATBUFFERS_1_12_0() {
}
}