You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
729 B
28 lines
729 B
package p011d0;
|
|
|
|
import android.os.Bundle;
|
|
import android.util.Size;
|
|
import android.util.SizeF;
|
|
import p039m1.C1470g;
|
|
|
|
/* renamed from: d0.f */
|
|
/* loaded from: classes.dex */
|
|
public final class C0603f {
|
|
|
|
/* renamed from: a */
|
|
public static final C0603f f2134a = new C0603f();
|
|
|
|
/* renamed from: a */
|
|
public static final void m3284a(Bundle bundle, String str, Size size) {
|
|
C1470g.m1292e(bundle, "bundle");
|
|
C1470g.m1292e(str, "key");
|
|
bundle.putSize(str, size);
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public static final void m3283b(Bundle bundle, String str, SizeF sizeF) {
|
|
C1470g.m1292e(bundle, "bundle");
|
|
C1470g.m1292e(str, "key");
|
|
bundle.putSizeF(str, sizeF);
|
|
}
|
|
} |