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,43 @@
package androidx.recyclerview.widget;
/* loaded from: classes.dex */
public final class Q {
/* renamed from: a, reason: collision with root package name */
public boolean f3624a;
/* renamed from: b, reason: collision with root package name */
public int f3625b;
/* renamed from: c, reason: collision with root package name */
public int f3626c;
/* renamed from: d, reason: collision with root package name */
public int f3627d;
/* renamed from: e, reason: collision with root package name */
public int f3628e;
/* renamed from: f, reason: collision with root package name */
public int f3629f;
/* renamed from: g, reason: collision with root package name */
public int f3630g;
public boolean h;
public boolean i;
public final String toString() {
StringBuilder sb = new StringBuilder("LayoutState{mAvailable=");
sb.append(this.f3625b);
sb.append(", mCurrentPosition=");
sb.append(this.f3626c);
sb.append(", mItemDirection=");
sb.append(this.f3627d);
sb.append(", mLayoutDirection=");
sb.append(this.f3628e);
sb.append(", mStartLine=");
sb.append(this.f3629f);
sb.append(", mEndLine=");
return C.w.p(sb, this.f3630g, '}');
}
}