NetMirror.apk
Download file
package com.swmansion.gesturehandler.react;
import android.content.Context;
import android.view.accessibility.AccessibilityManager;
import com.facebook.react.bridge.JavaScriptModule;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactContext;
import com.facebook.react.modules.core.DeviceEventManagerModule;
import com.facebook.react.uimanager.UIManagerModule;
/* JADX INFO: loaded from: classes.dex */
public abstract class a {
public static final DeviceEventManagerModule.RCTDeviceEventEmitter a(ReactContext reactContext) {
D2.h.f(reactContext, "<this>");
JavaScriptModule jSModule = reactContext.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class);
D2.h.e(jSModule, "getJSModule(...)");
return (DeviceEventManagerModule.RCTDeviceEventEmitter) jSModule;
}
public static final UIManagerModule b(ReactContext reactContext) {
D2.h.f(reactContext, "<this>");
NativeModule nativeModule = reactContext.getNativeModule((Class<NativeModule>) UIManagerModule.class);
D2.h.c(nativeModule);
return (UIManagerModule) nativeModule;
}
public static final boolean c(Context context) {
D2.h.f(context, "<this>");
Object systemService = context.getSystemService("accessibility");
D2.h.d(systemService, "null cannot be cast to non-null type android.view.accessibility.AccessibilityManager");
return ((AccessibilityManager) systemService).isTouchExplorationEnabled();
}
}
⚠️ 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