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