Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
package androidx.recyclerview.widget;
/* renamed from: androidx.recyclerview.widget.o, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0233o {
/* renamed from: a, reason: collision with root package name */
public I0 f3856a;
/* renamed from: b, reason: collision with root package name */
public I0 f3857b;
/* renamed from: c, reason: collision with root package name */
public int f3858c;
/* renamed from: d, reason: collision with root package name */
public int f3859d;
/* renamed from: e, reason: collision with root package name */
public int f3860e;
/* renamed from: f, reason: collision with root package name */
public int f3861f;
public final String toString() {
StringBuilder sb = new StringBuilder("ChangeInfo{oldHolder=");
sb.append(this.f3856a);
sb.append(", newHolder=");
sb.append(this.f3857b);
sb.append(", fromX=");
sb.append(this.f3858c);
sb.append(", fromY=");
sb.append(this.f3859d);
sb.append(", toX=");
sb.append(this.f3860e);
sb.append(", toY=");
return C.w.p(sb, this.f3861f, '}');
}
}