NetMirror.apk
Download file
package androidx.core.view;
import android.os.Build;
import android.view.View;
import android.view.Window;
/* JADX INFO: renamed from: androidx.core.view.m0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0262m0 {
/* JADX INFO: renamed from: androidx.core.view.m0$a */
static class a {
static void a(Window window, boolean z3) {
View decorView = window.getDecorView();
int systemUiVisibility = decorView.getSystemUiVisibility();
decorView.setSystemUiVisibility(z3 ? systemUiVisibility & (-1793) : systemUiVisibility | 1792);
}
}
/* JADX INFO: renamed from: androidx.core.view.m0$b */
static class b {
static void a(Window window, boolean z3) {
window.setDecorFitsSystemWindows(z3);
}
}
public static M0 a(Window window, View view) {
return new M0(window, view);
}
public static void b(Window window, boolean z3) {
if (Build.VERSION.SDK_INT >= 30) {
b.a(window, z3);
} else {
a.a(window, z3);
}
}
}
⚠️ 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