what-the-bank/sources/o/C5910cCx.java

27 lines
663 B
Java

package o;
import android.os.Bundle;
import android.util.Size;
import android.util.SizeF;
/* renamed from: o.cCx, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C5910cCx {
public static final C5910cCx d = new C5910cCx();
private C5910cCx() {
}
public static final void qq_(Bundle bundle, String str, Size size) {
C14957gcv.e(bundle, "");
C14957gcv.e(str, "");
bundle.putSize(str, size);
}
public static final void qr_(Bundle bundle, String str, SizeF sizeF) {
C14957gcv.e(bundle, "");
C14957gcv.e(str, "");
bundle.putSizeF(str, sizeF);
}
}