com-dot-app-sancharsaathi-1-5-0.apk
Download file
package p;
import S.C;
import android.graphics.Rect;
import android.util.Log;
import android.view.View;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public abstract class i0 {
/* renamed from: a reason: collision with root package name */
public static Method f11559a;
static {
Class<Rect> cls = Rect.class;
try {
Method declaredMethod = View.class.getDeclaredMethod("computeFitSystemWindows", new Class[]{cls, cls});
f11559a = declaredMethod;
if (!declaredMethod.isAccessible()) {
f11559a.setAccessible(true);
}
} catch (NoSuchMethodException unused) {
Log.d("ViewUtils", "Could not find method computeFitSystemWindows. Oh well.");
}
}
public static void a(View view, Rect rect, Rect rect2) {
Method method = f11559a;
if (method != null) {
try {
method.invoke(view, new Object[]{rect, rect2});
} catch (Exception e4) {
Log.d("ViewUtils", "Could not invoke computeFitSystemWindows", e4);
}
}
}
public static boolean b(View view) {
return C.x(view) == 1;
}
public static void c(View view) {
try {
Method method = view.getClass().getMethod("makeOptionalFitsSystemWindows", (Class[]) null);
if (!method.isAccessible()) {
method.setAccessible(true);
}
method.invoke(view, (Object[]) null);
} catch (NoSuchMethodException unused) {
Log.d("ViewUtils", "Could not find method makeOptionalFitsSystemWindows. Oh well...");
} catch (InvocationTargetException e4) {
Log.d("ViewUtils", "Could not invoke makeOptionalFitsSystemWindows", e4);
} catch (IllegalAccessException e5) {
Log.d("ViewUtils", "Could not invoke makeOptionalFitsSystemWindows", e5);
}
}
}
Download file