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

62 lines
1.3 KiB
Java

package o;
import android.graphics.Bitmap;
import o.TTv;
/* loaded from: classes.dex */
public final class UiP implements TTv.Sts {
private final sqY c;
private final Opg e;
public UiP(sqY sqy, Opg opg) {
this.c = sqy;
this.e = opg;
}
@Override // o.TTv.Sts
public final Bitmap Fq_(int i, int i2, Bitmap.Config config) {
return this.c.Eb_(i, i2, config);
}
@Override // o.TTv.Sts
public final void Fr_(Bitmap bitmap) {
this.c.EP_(bitmap);
}
@Override // o.TTv.Sts
public final byte[] b(int i) {
Opg opg = this.e;
if (opg == null) {
return new byte[i];
}
return (byte[]) opg.e(i, byte[].class);
}
@Override // o.TTv.Sts
public final void d(byte[] bArr) {
Opg opg = this.e;
if (opg == null) {
return;
}
opg.b(bArr);
}
@Override // o.TTv.Sts
public final int[] a(int i) {
Opg opg = this.e;
if (opg == null) {
return new int[i];
}
return (int[]) opg.e(i, int[].class);
}
@Override // o.TTv.Sts
public final void e(int[] iArr) {
Opg opg = this.e;
if (opg == null) {
return;
}
opg.b(iArr);
}
}