Files
adif-api-reverse-engineering/apk_decompiled/sources/androidx/recyclerview/widget/Q.java

44 lines
1.3 KiB
Java

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, '}');
}
}