Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
26
apk_decompiled/sources/U/k.java
Normal file
26
apk_decompiled/sources/U/k.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package U;
|
||||
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
import android.view.View;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class k extends View.BaseSavedState {
|
||||
public static final Parcelable.Creator<k> CREATOR = new D0.a(2);
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public int f1756a;
|
||||
|
||||
public final String toString() {
|
||||
StringBuilder sb = new StringBuilder("HorizontalScrollView.SavedState{");
|
||||
sb.append(Integer.toHexString(System.identityHashCode(this)));
|
||||
sb.append(" scrollPosition=");
|
||||
return com.google.android.gms.measurement.internal.a.m(sb, this.f1756a, "}");
|
||||
}
|
||||
|
||||
@Override // android.view.View.BaseSavedState, android.view.AbsSavedState, android.os.Parcelable
|
||||
public final void writeToParcel(Parcel parcel, int i) {
|
||||
super.writeToParcel(parcel, i);
|
||||
parcel.writeInt(this.f1756a);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user