Files
rr3-apk/decompiled/sources/android/support/v4/graphics/drawable/IconCompatParcelizer.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

18 lines
724 B
Java

package android.support.v4.graphics.drawable;
import androidx.annotation.RestrictTo;
import androidx.core.graphics.drawable.IconCompat;
import androidx.versionedparcelable.VersionedParcel;
@RestrictTo({RestrictTo.Scope.LIBRARY})
/* loaded from: classes.dex */
public final class IconCompatParcelizer extends androidx.core.graphics.drawable.IconCompatParcelizer {
public static IconCompat read(VersionedParcel versionedParcel) {
return androidx.core.graphics.drawable.IconCompatParcelizer.read(versionedParcel);
}
public static void write(IconCompat iconCompat, VersionedParcel versionedParcel) {
androidx.core.graphics.drawable.IconCompatParcelizer.write(iconCompat, versionedParcel);
}
}