NetMirror.apk
Download file
package com.facebook.imagepipeline.nativecode;
import X.k;
import android.graphics.Bitmap;
/* JADX INFO: loaded from: classes.dex */
public class Bitmaps {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final /* synthetic */ int f5943a = 0;
static {
d.a();
}
public static void copyBitmap(Bitmap bitmap, Bitmap bitmap2) {
k.b(Boolean.valueOf(bitmap2.getConfig() == bitmap.getConfig()));
k.b(Boolean.valueOf(bitmap.isMutable()));
k.b(Boolean.valueOf(bitmap.getWidth() == bitmap2.getWidth()));
k.b(Boolean.valueOf(bitmap.getHeight() == bitmap2.getHeight()));
nativeCopyBitmap(bitmap, bitmap.getRowBytes(), bitmap2, bitmap2.getRowBytes(), bitmap.getHeight());
}
private static native void nativeCopyBitmap(Bitmap bitmap, int i3, Bitmap bitmap2, int i4, int i5);
}
⚠️ 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