NetMirror.apk
Download file
package androidx.core.os;
import android.os.Bundle;
import android.util.Size;
import android.util.SizeF;
/* JADX INFO: loaded from: classes.dex */
final class b {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final b f4515a = new b();
private b() {
}
public static final void a(Bundle bundle, String str, Size size) {
bundle.putSize(str, size);
}
public static final void b(Bundle bundle, String str, SizeF sizeF) {
bundle.putSizeF(str, sizeF);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file