Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
43
apk_decompiled/sources/androidx/recyclerview/widget/Q.java
Normal file
43
apk_decompiled/sources/androidx/recyclerview/widget/Q.java
Normal 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, '}');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user