Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
package androidx.fragment;
/* loaded from: classes.dex */
public final class R {
public static final class anim {
public static int fragment_fast_out_extra_slow_in = 0x7f01001a;
private anim() {
}
}
public static final class animator {
public static int fragment_close_enter = 0x7f020000;
public static int fragment_close_exit = 0x7f020001;
public static int fragment_fade_enter = 0x7f020002;
public static int fragment_fade_exit = 0x7f020003;
public static int fragment_open_enter = 0x7f020004;
public static int fragment_open_exit = 0x7f020005;
private animator() {
}
}
public static final class id {
public static int fragment_container_view_tag = 0x7f0a0108;
public static int special_effects_controller_view_tag = 0x7f0a0261;
public static int visible_removing_fragment_view_tag = 0x7f0a0294;
private id() {
}
}
public static final class styleable {
public static int[] Fragment = {android.R.attr.name, android.R.attr.id, android.R.attr.tag};
public static int[] FragmentContainerView = {android.R.attr.name, android.R.attr.tag};
public static int FragmentContainerView_android_name = 0x00000000;
public static int FragmentContainerView_android_tag = 0x00000001;
public static int Fragment_android_id = 0x00000001;
public static int Fragment_android_name = 0x00000000;
public static int Fragment_android_tag = 0x00000002;
private styleable() {
}
}
private R() {
}
}