NetMirror.apk
Download file
package androidx.fragment.app;
import android.graphics.Rect;
import android.graphics.RectF;
import android.view.View;
import android.view.ViewGroup;
import androidx.core.view.Z;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/* JADX INFO: loaded from: classes.dex */
public abstract class I {
class a implements Runnable {
/* JADX INFO: renamed from: b, reason: collision with root package name */
final /* synthetic */ int f5014b;
/* JADX INFO: renamed from: c, reason: collision with root package name */
final /* synthetic */ ArrayList f5015c;
/* JADX INFO: renamed from: d, reason: collision with root package name */
final /* synthetic */ ArrayList f5016d;
/* JADX INFO: renamed from: e, reason: collision with root package name */
final /* synthetic */ ArrayList f5017e;
/* JADX INFO: renamed from: f, reason: collision with root package name */
final /* synthetic */ ArrayList f5018f;
a(int i3, ArrayList arrayList, ArrayList arrayList2, ArrayList arrayList3, ArrayList arrayList4) {
this.f5014b = i3;
this.f5015c = arrayList;
this.f5016d = arrayList2;
this.f5017e = arrayList3;
this.f5018f = arrayList4;
}
@Override // java.lang.Runnable
public void run() {
for (int i3 = 0; i3 < this.f5014b; i3++) {
Z.m0((View) this.f5015c.get(i3), (String) this.f5016d.get(i3));
Z.m0((View) this.f5017e.get(i3), (String) this.f5018f.get(i3));
}
}
}
protected static void d(List list, View view) {
int size = list.size();
if (g(list, view, size)) {
return;
}
if (Z.A(view) != null) {
list.add(view);
}
for (int i3 = size; i3 < list.size(); i3++) {
View view2 = (View) list.get(i3);
if (view2 instanceof ViewGroup) {
ViewGroup viewGroup = (ViewGroup) view2;
int childCount = viewGroup.getChildCount();
for (int i4 = 0; i4 < childCount; i4++) {
View childAt = viewGroup.getChildAt(i4);
if (!g(list, childAt, size) && Z.A(childAt) != null) {
list.add(childAt);
}
}
}
}
}
private static boolean g(List list, View view, int i3) {
for (int i4 = 0; i4 < i3; i4++) {
if (list.get(i4) == view) {
return true;
}
}
return false;
}
protected static boolean i(List list) {
return list == null || list.isEmpty();
}
public abstract void a(Object obj, View view);
public abstract void b(Object obj, ArrayList arrayList);
public abstract void c(ViewGroup viewGroup, Object obj);
public abstract boolean e(Object obj);
public abstract Object f(Object obj);
protected void h(View view, Rect rect) {
if (Z.E(view)) {
RectF rectF = new RectF();
rectF.set(0.0f, 0.0f, view.getWidth(), view.getHeight());
view.getMatrix().mapRect(rectF);
rectF.offset(view.getLeft(), view.getTop());
Object parent = view.getParent();
while (parent instanceof View) {
View view2 = (View) parent;
rectF.offset(-view2.getScrollX(), -view2.getScrollY());
view2.getMatrix().mapRect(rectF);
rectF.offset(view2.getLeft(), view2.getTop());
parent = view2.getParent();
}
view.getRootView().getLocationOnScreen(new int[2]);
rectF.offset(r1[0], r1[1]);
rect.set(Math.round(rectF.left), Math.round(rectF.top), Math.round(rectF.right), Math.round(rectF.bottom));
}
}
public abstract Object j(Object obj, Object obj2, Object obj3);
public abstract Object k(Object obj, Object obj2, Object obj3);
ArrayList l(ArrayList arrayList) {
ArrayList arrayList2 = new ArrayList();
int size = arrayList.size();
for (int i3 = 0; i3 < size; i3++) {
View view = (View) arrayList.get(i3);
arrayList2.add(Z.A(view));
Z.m0(view, null);
}
return arrayList2;
}
public abstract void m(Object obj, View view, ArrayList arrayList);
public abstract void n(Object obj, Object obj2, ArrayList arrayList, Object obj3, ArrayList arrayList2, Object obj4, ArrayList arrayList3);
public abstract void o(Object obj, Rect rect);
public abstract void p(Object obj, View view);
public void q(Fragment fragment, Object obj, androidx.core.os.d dVar, Runnable runnable) {
runnable.run();
}
void r(View view, ArrayList arrayList, ArrayList arrayList2, ArrayList arrayList3, Map map) {
int size = arrayList2.size();
ArrayList arrayList4 = new ArrayList();
for (int i3 = 0; i3 < size; i3++) {
View view2 = (View) arrayList.get(i3);
String strA = Z.A(view2);
arrayList4.add(strA);
if (strA != null) {
Z.m0(view2, null);
String str = (String) map.get(strA);
int i4 = 0;
while (true) {
if (i4 >= size) {
break;
}
if (str.equals(arrayList3.get(i4))) {
Z.m0((View) arrayList2.get(i4), strA);
break;
}
i4++;
}
}
}
androidx.core.view.L.a(view, new a(size, arrayList2, arrayList3, arrayList, arrayList4));
}
public abstract void s(Object obj, View view, ArrayList arrayList);
public abstract void t(Object obj, ArrayList arrayList, ArrayList arrayList2);
public abstract Object u(Object obj);
}
⚠️ 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