Primer paso de la investigacion. Se aportan el .apk, las carpetas con el apk extraido y el apk descompilado. El archivo API_DOCUMENTATION.md es un archivo donde se anotaran los descubrimientos del funcionamiento de la API, y los .py son scripts para probar la funcionalidad de la API con los métodos que vayamos encontrando. Finalmente, los archivos .js son scripts de Frida para extraer informacion de la APP durante la ejecucion.

This commit is contained in:
2025-12-04 13:59:54 +01:00
parent f2fd1c3bf5
commit e0133d2ca2
10432 changed files with 1019085 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,69 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
/* loaded from: classes.dex */
public class Guideline extends View {
/* renamed from: a, reason: collision with root package name */
public boolean f2537a;
public Guideline(Context context) {
super(context);
this.f2537a = true;
super.setVisibility(8);
}
@Override // android.view.View
public final void draw(Canvas canvas) {
}
@Override // android.view.View
public final void onMeasure(int i, int i4) {
setMeasuredDimension(0, 0);
}
public void setFilterRedundantCalls(boolean z3) {
this.f2537a = z3;
}
public void setGuidelineBegin(int i) {
e eVar = (e) getLayoutParams();
if (this.f2537a && eVar.f2578a == i) {
return;
}
eVar.f2578a = i;
setLayoutParams(eVar);
}
public void setGuidelineEnd(int i) {
e eVar = (e) getLayoutParams();
if (this.f2537a && eVar.f2580b == i) {
return;
}
eVar.f2580b = i;
setLayoutParams(eVar);
}
public void setGuidelinePercent(float f2) {
e eVar = (e) getLayoutParams();
if (this.f2537a && eVar.f2582c == f2) {
return;
}
eVar.f2582c = f2;
setLayoutParams(eVar);
}
@Override // android.view.View
public void setVisibility(int i) {
}
public Guideline(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
this.f2537a = true;
super.setVisibility(8);
}
}

View File

@@ -0,0 +1,60 @@
package androidx.constraintlayout.widget;
import w.C0643a;
/* loaded from: classes.dex */
public final class a extends c {
public int h;
public int i;
/* renamed from: j, reason: collision with root package name */
public C0643a f2538j;
public boolean getAllowsGoneWidget() {
return this.f2538j.f8639t0;
}
public int getMargin() {
return this.f2538j.f8640u0;
}
public int getType() {
return this.h;
}
@Override // androidx.constraintlayout.widget.c
public final void h(w.d dVar, boolean z3) {
int i = this.h;
this.i = i;
if (z3) {
if (i == 5) {
this.i = 1;
} else if (i == 6) {
this.i = 0;
}
} else if (i == 5) {
this.i = 0;
} else if (i == 6) {
this.i = 1;
}
if (dVar instanceof C0643a) {
((C0643a) dVar).f8638s0 = this.i;
}
}
public void setAllowsGoneWidget(boolean z3) {
this.f2538j.f8639t0 = z3;
}
public void setDpMargin(int i) {
this.f2538j.f8640u0 = (int) ((i * getResources().getDisplayMetrics().density) + 0.5f);
}
public void setMargin(int i) {
this.f2538j.f8640u0 = i;
}
public void setType(int i) {
this.h = i;
}
}

View File

@@ -0,0 +1,142 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.content.res.XmlResourceParser;
import android.util.TypedValue;
import android.util.Xml;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import java.util.HashMap;
import u.AbstractC0629f;
/* loaded from: classes.dex */
public final class b {
/* renamed from: a, reason: collision with root package name */
public boolean f2539a = false;
/* renamed from: b, reason: collision with root package name */
public int f2540b;
/* renamed from: c, reason: collision with root package name */
public int f2541c;
/* renamed from: d, reason: collision with root package name */
public float f2542d;
/* renamed from: e, reason: collision with root package name */
public String f2543e;
/* renamed from: f, reason: collision with root package name */
public boolean f2544f;
/* renamed from: g, reason: collision with root package name */
public int f2545g;
public b(b bVar, Object obj) {
bVar.getClass();
this.f2540b = bVar.f2540b;
b(obj);
}
/* JADX WARN: Type inference failed for: r1v2, types: [androidx.constraintlayout.widget.b, java.lang.Object] */
public static void a(Context context, XmlResourceParser xmlResourceParser, HashMap hashMap) {
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(Xml.asAttributeSet(xmlResourceParser), s.f2751d);
int indexCount = obtainStyledAttributes.getIndexCount();
String str = null;
int i = 0;
boolean z3 = false;
Object obj = null;
for (int i4 = 0; i4 < indexCount; i4++) {
int index = obtainStyledAttributes.getIndex(i4);
int i5 = 1;
if (index == 0) {
str = obtainStyledAttributes.getString(index);
if (str != null && str.length() > 0) {
str = Character.toUpperCase(str.charAt(0)) + str.substring(1);
}
} else if (index == 10) {
str = obtainStyledAttributes.getString(index);
z3 = true;
} else if (index == 1) {
obj = Boolean.valueOf(obtainStyledAttributes.getBoolean(index, false));
i = 6;
} else {
int i6 = 3;
if (index == 3) {
obj = Integer.valueOf(obtainStyledAttributes.getColor(index, 0));
} else {
i6 = 4;
if (index == 2) {
obj = Integer.valueOf(obtainStyledAttributes.getColor(index, 0));
} else {
if (index == 7) {
obj = Float.valueOf(TypedValue.applyDimension(1, obtainStyledAttributes.getDimension(index, BitmapDescriptorFactory.HUE_RED), context.getResources().getDisplayMetrics()));
} else if (index == 4) {
obj = Float.valueOf(obtainStyledAttributes.getDimension(index, BitmapDescriptorFactory.HUE_RED));
} else {
i6 = 5;
if (index == 5) {
obj = Float.valueOf(obtainStyledAttributes.getFloat(index, Float.NaN));
i = 2;
} else {
if (index == 6) {
obj = Integer.valueOf(obtainStyledAttributes.getInteger(index, -1));
} else if (index == 9) {
obj = obtainStyledAttributes.getString(index);
} else {
i5 = 8;
if (index == 8) {
int resourceId = obtainStyledAttributes.getResourceId(index, -1);
if (resourceId == -1) {
resourceId = obtainStyledAttributes.getInt(index, -1);
}
obj = Integer.valueOf(resourceId);
}
}
i = i5;
}
}
i = 7;
}
}
i = i6;
}
}
if (str != null && obj != null) {
?? obj2 = new Object();
obj2.f2540b = i;
obj2.f2539a = z3;
obj2.b(obj);
hashMap.put(str, obj2);
}
obtainStyledAttributes.recycle();
}
public final void b(Object obj) {
switch (AbstractC0629f.b(this.f2540b)) {
case 0:
case 7:
this.f2541c = ((Integer) obj).intValue();
return;
case 1:
this.f2542d = ((Float) obj).floatValue();
return;
case 2:
case 3:
this.f2545g = ((Integer) obj).intValue();
return;
case 4:
this.f2543e = (String) obj;
return;
case 5:
this.f2544f = ((Boolean) obj).booleanValue();
return;
case 6:
this.f2542d = ((Float) obj).floatValue();
return;
default:
return;
}
}
}

View File

@@ -0,0 +1,265 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import com.adif.elcanomovil.commonNavGraph.arguments.NavArguments;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import java.util.Arrays;
import java.util.HashMap;
/* loaded from: classes.dex */
public abstract class c extends View {
/* renamed from: a, reason: collision with root package name */
public int[] f2546a;
/* renamed from: b, reason: collision with root package name */
public int f2547b;
/* renamed from: c, reason: collision with root package name */
public Context f2548c;
/* renamed from: d, reason: collision with root package name */
public w.i f2549d;
/* renamed from: e, reason: collision with root package name */
public String f2550e;
/* renamed from: f, reason: collision with root package name */
public String f2551f;
/* renamed from: g, reason: collision with root package name */
public HashMap f2552g;
public final void a(String str) {
Context context;
if (str == null || str.length() == 0 || (context = this.f2548c) == null) {
return;
}
String trim = str.trim();
if (getParent() instanceof ConstraintLayout) {
}
ConstraintLayout constraintLayout = getParent() instanceof ConstraintLayout ? (ConstraintLayout) getParent() : null;
int i = 0;
if (isInEditMode() && constraintLayout != null) {
Object designInformation = constraintLayout.getDesignInformation(0, trim);
if (designInformation instanceof Integer) {
i = ((Integer) designInformation).intValue();
}
}
if (i == 0 && constraintLayout != null) {
i = f(constraintLayout, trim);
}
if (i == 0) {
try {
i = r.class.getField(trim).getInt(null);
} catch (Exception unused) {
}
}
if (i == 0) {
i = context.getResources().getIdentifier(trim, NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, context.getPackageName());
}
if (i != 0) {
this.f2552g.put(Integer.valueOf(i), trim);
b(i);
} else {
Log.w("ConstraintHelper", "Could not find id of \"" + trim + "\"");
}
}
public final void b(int i) {
if (i == getId()) {
return;
}
int i4 = this.f2547b + 1;
int[] iArr = this.f2546a;
if (i4 > iArr.length) {
this.f2546a = Arrays.copyOf(iArr, iArr.length * 2);
}
int[] iArr2 = this.f2546a;
int i5 = this.f2547b;
iArr2[i5] = i;
this.f2547b = i5 + 1;
}
public final void c(String str) {
if (str == null || str.length() == 0 || this.f2548c == null) {
return;
}
String trim = str.trim();
ConstraintLayout constraintLayout = getParent() instanceof ConstraintLayout ? (ConstraintLayout) getParent() : null;
if (constraintLayout == null) {
Log.w("ConstraintHelper", "Parent not a ConstraintLayout");
return;
}
int childCount = constraintLayout.getChildCount();
for (int i = 0; i < childCount; i++) {
View childAt = constraintLayout.getChildAt(i);
ViewGroup.LayoutParams layoutParams = childAt.getLayoutParams();
if ((layoutParams instanceof e) && trim.equals(((e) layoutParams).f2577Y)) {
if (childAt.getId() == -1) {
Log.w("ConstraintHelper", "to use ConstraintTag view " + childAt.getClass().getSimpleName() + " must have an ID");
} else {
b(childAt.getId());
}
}
}
}
public final void d(ConstraintLayout constraintLayout) {
int visibility = getVisibility();
float elevation = getElevation();
for (int i = 0; i < this.f2547b; i++) {
View viewById = constraintLayout.getViewById(this.f2546a[i]);
if (viewById != null) {
viewById.setVisibility(visibility);
if (elevation > BitmapDescriptorFactory.HUE_RED) {
viewById.setTranslationZ(viewById.getTranslationZ() + elevation);
}
}
}
}
public void e(ConstraintLayout constraintLayout) {
}
public final int f(ConstraintLayout constraintLayout, String str) {
Resources resources;
String str2;
if (str != null && (resources = this.f2548c.getResources()) != null) {
int childCount = constraintLayout.getChildCount();
for (int i = 0; i < childCount; i++) {
View childAt = constraintLayout.getChildAt(i);
if (childAt.getId() != -1) {
try {
str2 = resources.getResourceEntryName(childAt.getId());
} catch (Resources.NotFoundException unused) {
str2 = null;
}
if (str.equals(str2)) {
return childAt.getId();
}
}
}
}
return 0;
}
public void g(AttributeSet attributeSet) {
if (attributeSet != null) {
TypedArray obtainStyledAttributes = getContext().obtainStyledAttributes(attributeSet, s.f2749b);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
if (index == 35) {
String string = obtainStyledAttributes.getString(index);
this.f2550e = string;
setIds(string);
} else if (index == 36) {
String string2 = obtainStyledAttributes.getString(index);
this.f2551f = string2;
setReferenceTags(string2);
}
}
obtainStyledAttributes.recycle();
}
}
public int[] getReferencedIds() {
return Arrays.copyOf(this.f2546a, this.f2547b);
}
public abstract void h(w.d dVar, boolean z3);
public final void i() {
if (this.f2549d == null) {
return;
}
ViewGroup.LayoutParams layoutParams = getLayoutParams();
if (layoutParams instanceof e) {
((e) layoutParams).f2606p0 = this.f2549d;
}
}
@Override // android.view.View
public void onAttachedToWindow() {
super.onAttachedToWindow();
String str = this.f2550e;
if (str != null) {
setIds(str);
}
String str2 = this.f2551f;
if (str2 != null) {
setReferenceTags(str2);
}
}
@Override // android.view.View
public final void onDraw(Canvas canvas) {
}
@Override // android.view.View
public void onMeasure(int i, int i4) {
setMeasuredDimension(0, 0);
}
public void setIds(String str) {
this.f2550e = str;
if (str == null) {
return;
}
int i = 0;
this.f2547b = 0;
while (true) {
int indexOf = str.indexOf(44, i);
if (indexOf == -1) {
a(str.substring(i));
return;
} else {
a(str.substring(i, indexOf));
i = indexOf + 1;
}
}
}
public void setReferenceTags(String str) {
this.f2551f = str;
if (str == null) {
return;
}
int i = 0;
this.f2547b = 0;
while (true) {
int indexOf = str.indexOf(44, i);
if (indexOf == -1) {
c(str.substring(i));
return;
} else {
c(str.substring(i, indexOf));
i = indexOf + 1;
}
}
}
public void setReferencedIds(int[] iArr) {
this.f2550e = null;
this.f2547b = 0;
for (int i : iArr) {
b(i);
}
}
@Override // android.view.View
public final void setTag(int i, Object obj) {
super.setTag(i, obj);
if (obj == null && this.f2550e == null) {
b(i);
}
}
}

View File

@@ -0,0 +1,74 @@
package androidx.constraintlayout.widget;
import android.util.SparseIntArray;
/* loaded from: classes.dex */
public abstract class d {
/* renamed from: a, reason: collision with root package name */
public static final SparseIntArray f2553a;
static {
SparseIntArray sparseIntArray = new SparseIntArray();
f2553a = sparseIntArray;
sparseIntArray.append(98, 64);
sparseIntArray.append(75, 65);
sparseIntArray.append(84, 8);
sparseIntArray.append(85, 9);
sparseIntArray.append(87, 10);
sparseIntArray.append(88, 11);
sparseIntArray.append(94, 12);
sparseIntArray.append(93, 13);
sparseIntArray.append(65, 14);
sparseIntArray.append(64, 15);
sparseIntArray.append(60, 16);
sparseIntArray.append(62, 52);
sparseIntArray.append(61, 53);
sparseIntArray.append(66, 2);
sparseIntArray.append(68, 3);
sparseIntArray.append(67, 4);
sparseIntArray.append(103, 49);
sparseIntArray.append(104, 50);
sparseIntArray.append(72, 5);
sparseIntArray.append(73, 6);
sparseIntArray.append(74, 7);
sparseIntArray.append(55, 67);
sparseIntArray.append(0, 1);
sparseIntArray.append(89, 17);
sparseIntArray.append(90, 18);
sparseIntArray.append(71, 19);
sparseIntArray.append(70, 20);
sparseIntArray.append(108, 21);
sparseIntArray.append(111, 22);
sparseIntArray.append(109, 23);
sparseIntArray.append(106, 24);
sparseIntArray.append(110, 25);
sparseIntArray.append(107, 26);
sparseIntArray.append(105, 55);
sparseIntArray.append(112, 54);
sparseIntArray.append(80, 29);
sparseIntArray.append(95, 30);
sparseIntArray.append(69, 44);
sparseIntArray.append(82, 45);
sparseIntArray.append(97, 46);
sparseIntArray.append(81, 47);
sparseIntArray.append(96, 48);
sparseIntArray.append(58, 27);
sparseIntArray.append(57, 28);
sparseIntArray.append(99, 31);
sparseIntArray.append(76, 32);
sparseIntArray.append(101, 33);
sparseIntArray.append(100, 34);
sparseIntArray.append(102, 35);
sparseIntArray.append(78, 36);
sparseIntArray.append(77, 37);
sparseIntArray.append(79, 38);
sparseIntArray.append(83, 39);
sparseIntArray.append(92, 40);
sparseIntArray.append(86, 41);
sparseIntArray.append(63, 42);
sparseIntArray.append(59, 43);
sparseIntArray.append(91, 51);
sparseIntArray.append(114, 66);
}
}

View File

@@ -0,0 +1,265 @@
package androidx.constraintlayout.widget;
import android.view.ViewGroup;
/* loaded from: classes.dex */
public final class e extends ViewGroup.MarginLayoutParams {
/* renamed from: A, reason: collision with root package name */
public int f2554A;
/* renamed from: B, reason: collision with root package name */
public int f2555B;
/* renamed from: C, reason: collision with root package name */
public int f2556C;
/* renamed from: D, reason: collision with root package name */
public int f2557D;
/* renamed from: E, reason: collision with root package name */
public float f2558E;
/* renamed from: F, reason: collision with root package name */
public float f2559F;
/* renamed from: G, reason: collision with root package name */
public String f2560G;
/* renamed from: H, reason: collision with root package name */
public float f2561H;
/* renamed from: I, reason: collision with root package name */
public float f2562I;
public int J;
/* renamed from: K, reason: collision with root package name */
public int f2563K;
/* renamed from: L, reason: collision with root package name */
public int f2564L;
/* renamed from: M, reason: collision with root package name */
public int f2565M;
/* renamed from: N, reason: collision with root package name */
public int f2566N;
/* renamed from: O, reason: collision with root package name */
public int f2567O;
/* renamed from: P, reason: collision with root package name */
public int f2568P;
/* renamed from: Q, reason: collision with root package name */
public int f2569Q;
/* renamed from: R, reason: collision with root package name */
public float f2570R;
/* renamed from: S, reason: collision with root package name */
public float f2571S;
/* renamed from: T, reason: collision with root package name */
public int f2572T;
/* renamed from: U, reason: collision with root package name */
public int f2573U;
/* renamed from: V, reason: collision with root package name */
public int f2574V;
/* renamed from: W, reason: collision with root package name */
public boolean f2575W;
/* renamed from: X, reason: collision with root package name */
public boolean f2576X;
/* renamed from: Y, reason: collision with root package name */
public String f2577Y;
public int Z;
/* renamed from: a, reason: collision with root package name */
public int f2578a;
/* renamed from: a0, reason: collision with root package name */
public boolean f2579a0;
/* renamed from: b, reason: collision with root package name */
public int f2580b;
/* renamed from: b0, reason: collision with root package name */
public boolean f2581b0;
/* renamed from: c, reason: collision with root package name */
public float f2582c;
/* renamed from: c0, reason: collision with root package name */
public boolean f2583c0;
/* renamed from: d, reason: collision with root package name */
public boolean f2584d;
/* renamed from: d0, reason: collision with root package name */
public boolean f2585d0;
/* renamed from: e, reason: collision with root package name */
public int f2586e;
/* renamed from: e0, reason: collision with root package name */
public boolean f2587e0;
/* renamed from: f, reason: collision with root package name */
public int f2588f;
/* renamed from: f0, reason: collision with root package name */
public int f2589f0;
/* renamed from: g, reason: collision with root package name */
public int f2590g;
/* renamed from: g0, reason: collision with root package name */
public int f2591g0;
public int h;
/* renamed from: h0, reason: collision with root package name */
public int f2592h0;
public int i;
/* renamed from: i0, reason: collision with root package name */
public int f2593i0;
/* renamed from: j, reason: collision with root package name */
public int f2594j;
/* renamed from: j0, reason: collision with root package name */
public int f2595j0;
/* renamed from: k, reason: collision with root package name */
public int f2596k;
/* renamed from: k0, reason: collision with root package name */
public int f2597k0;
/* renamed from: l, reason: collision with root package name */
public int f2598l;
/* renamed from: l0, reason: collision with root package name */
public float f2599l0;
/* renamed from: m, reason: collision with root package name */
public int f2600m;
/* renamed from: m0, reason: collision with root package name */
public int f2601m0;
/* renamed from: n, reason: collision with root package name */
public int f2602n;
/* renamed from: n0, reason: collision with root package name */
public int f2603n0;
/* renamed from: o, reason: collision with root package name */
public int f2604o;
/* renamed from: o0, reason: collision with root package name */
public float f2605o0;
public int p;
/* renamed from: p0, reason: collision with root package name */
public w.d f2606p0;
/* renamed from: q, reason: collision with root package name */
public int f2607q;
/* renamed from: r, reason: collision with root package name */
public float f2608r;
/* renamed from: s, reason: collision with root package name */
public int f2609s;
/* renamed from: t, reason: collision with root package name */
public int f2610t;
/* renamed from: u, reason: collision with root package name */
public int f2611u;
/* renamed from: v, reason: collision with root package name */
public int f2612v;
/* renamed from: w, reason: collision with root package name */
public int f2613w;
/* renamed from: x, reason: collision with root package name */
public int f2614x;
/* renamed from: y, reason: collision with root package name */
public int f2615y;
/* renamed from: z, reason: collision with root package name */
public int f2616z;
public final void a() {
this.f2585d0 = false;
this.f2579a0 = true;
this.f2581b0 = true;
int i = ((ViewGroup.MarginLayoutParams) this).width;
if (i == -2 && this.f2575W) {
this.f2579a0 = false;
if (this.f2564L == 0) {
this.f2564L = 1;
}
}
int i4 = ((ViewGroup.MarginLayoutParams) this).height;
if (i4 == -2 && this.f2576X) {
this.f2581b0 = false;
if (this.f2565M == 0) {
this.f2565M = 1;
}
}
if (i == 0 || i == -1) {
this.f2579a0 = false;
if (i == 0 && this.f2564L == 1) {
((ViewGroup.MarginLayoutParams) this).width = -2;
this.f2575W = true;
}
}
if (i4 == 0 || i4 == -1) {
this.f2581b0 = false;
if (i4 == 0 && this.f2565M == 1) {
((ViewGroup.MarginLayoutParams) this).height = -2;
this.f2576X = true;
}
}
if (this.f2582c == -1.0f && this.f2578a == -1 && this.f2580b == -1) {
return;
}
this.f2585d0 = true;
this.f2579a0 = true;
this.f2581b0 = true;
if (!(this.f2606p0 instanceof w.h)) {
this.f2606p0 = new w.h();
}
((w.h) this.f2606p0).S(this.f2574V);
}
/* JADX WARN: Removed duplicated region for block: B:12:0x004a */
/* JADX WARN: Removed duplicated region for block: B:15:0x0051 */
/* JADX WARN: Removed duplicated region for block: B:18:0x0058 */
/* JADX WARN: Removed duplicated region for block: B:21:0x005e */
/* JADX WARN: Removed duplicated region for block: B:24:0x0064 */
/* JADX WARN: Removed duplicated region for block: B:33:0x007a */
/* JADX WARN: Removed duplicated region for block: B:34:0x0082 */
@Override // android.view.ViewGroup.MarginLayoutParams, android.view.ViewGroup.LayoutParams
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void resolveLayoutDirection(int r11) {
/*
Method dump skipped, instructions count: 259
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: androidx.constraintlayout.widget.e.resolveLayoutDirection(int):void");
}
}

View File

@@ -0,0 +1,232 @@
package androidx.constraintlayout.widget;
import android.view.View;
import android.view.ViewGroup;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import u.AbstractC0629f;
import x.C0653b;
/* loaded from: classes.dex */
public final class f {
/* renamed from: a, reason: collision with root package name */
public final ConstraintLayout f2617a;
/* renamed from: b, reason: collision with root package name */
public int f2618b;
/* renamed from: c, reason: collision with root package name */
public int f2619c;
/* renamed from: d, reason: collision with root package name */
public int f2620d;
/* renamed from: e, reason: collision with root package name */
public int f2621e;
/* renamed from: f, reason: collision with root package name */
public int f2622f;
/* renamed from: g, reason: collision with root package name */
public int f2623g;
public final /* synthetic */ ConstraintLayout h;
public f(ConstraintLayout constraintLayout, ConstraintLayout constraintLayout2) {
this.h = constraintLayout;
this.f2617a = constraintLayout2;
}
public static boolean a(int i, int i4, int i5) {
if (i == i4) {
return true;
}
int mode = View.MeasureSpec.getMode(i);
View.MeasureSpec.getSize(i);
int mode2 = View.MeasureSpec.getMode(i4);
int size = View.MeasureSpec.getSize(i4);
if (mode2 == 1073741824) {
return (mode == Integer.MIN_VALUE || mode == 0) && i5 == size;
}
return false;
}
public final void b(w.d dVar, C0653b c0653b) {
int makeMeasureSpec;
int makeMeasureSpec2;
int max;
int max2;
int i;
boolean z3;
int baseline;
int i4;
int i5;
if (dVar == null) {
return;
}
if (dVar.f8700g0 == 8) {
c0653b.f8815e = 0;
c0653b.f8816f = 0;
c0653b.f8817g = 0;
return;
}
if (dVar.f8681T == null) {
return;
}
int i6 = c0653b.f8811a;
int i7 = c0653b.f8812b;
int i8 = c0653b.f8813c;
int i9 = c0653b.f8814d;
int i10 = this.f2618b + this.f2619c;
int i11 = this.f2620d;
View view = dVar.f8698f0;
int b4 = AbstractC0629f.b(i6);
w.c cVar = dVar.f8672K;
w.c cVar2 = dVar.f8671I;
if (b4 == 0) {
makeMeasureSpec = View.MeasureSpec.makeMeasureSpec(i8, 1073741824);
} else if (b4 == 1) {
makeMeasureSpec = ViewGroup.getChildMeasureSpec(this.f2622f, i11, -2);
} else if (b4 == 2) {
makeMeasureSpec = ViewGroup.getChildMeasureSpec(this.f2622f, i11, -2);
boolean z4 = dVar.f8717r == 1;
int i12 = c0653b.f8818j;
if (i12 == 1 || i12 == 2) {
boolean z5 = view.getMeasuredHeight() == dVar.k();
if (c0653b.f8818j == 2 || !z4 || ((z4 && z5) || dVar.A())) {
makeMeasureSpec = View.MeasureSpec.makeMeasureSpec(dVar.q(), 1073741824);
}
}
} else if (b4 != 3) {
makeMeasureSpec = 0;
} else {
int i13 = this.f2622f;
int i14 = cVar2 != null ? cVar2.f8662g : 0;
if (cVar != null) {
i14 += cVar.f8662g;
}
makeMeasureSpec = ViewGroup.getChildMeasureSpec(i13, i11 + i14, -1);
}
int b5 = AbstractC0629f.b(i7);
if (b5 == 0) {
makeMeasureSpec2 = View.MeasureSpec.makeMeasureSpec(i9, 1073741824);
} else if (b5 == 1) {
makeMeasureSpec2 = ViewGroup.getChildMeasureSpec(this.f2623g, i10, -2);
} else if (b5 == 2) {
makeMeasureSpec2 = ViewGroup.getChildMeasureSpec(this.f2623g, i10, -2);
boolean z6 = dVar.f8718s == 1;
int i15 = c0653b.f8818j;
if (i15 == 1 || i15 == 2) {
boolean z7 = view.getMeasuredWidth() == dVar.q();
if (c0653b.f8818j == 2 || !z6 || ((z6 && z7) || dVar.B())) {
makeMeasureSpec2 = View.MeasureSpec.makeMeasureSpec(dVar.k(), 1073741824);
}
}
} else if (b5 != 3) {
makeMeasureSpec2 = 0;
} else {
int i16 = this.f2623g;
int i17 = cVar2 != null ? dVar.J.f8662g : 0;
if (cVar != null) {
i17 += dVar.f8673L.f8662g;
}
makeMeasureSpec2 = ViewGroup.getChildMeasureSpec(i16, i10 + i17, -1);
}
w.e eVar = (w.e) dVar.f8681T;
ConstraintLayout constraintLayout = this.h;
if (eVar != null) {
i5 = constraintLayout.mOptimizationLevel;
if (w.j.c(i5, 256) && view.getMeasuredWidth() == dVar.q() && view.getMeasuredWidth() < eVar.q() && view.getMeasuredHeight() == dVar.k() && view.getMeasuredHeight() < eVar.k() && view.getBaseline() == dVar.f8688a0 && !dVar.z() && a(dVar.f8669G, makeMeasureSpec, dVar.q()) && a(dVar.f8670H, makeMeasureSpec2, dVar.k())) {
c0653b.f8815e = dVar.q();
c0653b.f8816f = dVar.k();
c0653b.f8817g = dVar.f8688a0;
return;
}
}
boolean z8 = i6 == 3;
boolean z9 = i7 == 3;
boolean z10 = i7 == 4 || i7 == 1;
boolean z11 = i6 == 4 || i6 == 1;
boolean z12 = z8 && dVar.f8684W > BitmapDescriptorFactory.HUE_RED;
boolean z13 = z9 && dVar.f8684W > BitmapDescriptorFactory.HUE_RED;
if (view == null) {
return;
}
e eVar2 = (e) view.getLayoutParams();
int i18 = c0653b.f8818j;
if (i18 != 1 && i18 != 2 && z8 && dVar.f8717r == 0 && z9 && dVar.f8718s == 0) {
baseline = 0;
z3 = false;
i4 = -1;
max2 = 0;
max = 0;
} else {
if ((view instanceof u) && (dVar instanceof w.g)) {
((u) view).j((w.g) dVar, makeMeasureSpec, makeMeasureSpec2);
} else {
view.measure(makeMeasureSpec, makeMeasureSpec2);
}
dVar.f8669G = makeMeasureSpec;
dVar.f8670H = makeMeasureSpec2;
dVar.f8699g = false;
int measuredWidth = view.getMeasuredWidth();
int measuredHeight = view.getMeasuredHeight();
int baseline2 = view.getBaseline();
int i19 = dVar.f8720u;
max = i19 > 0 ? Math.max(i19, measuredWidth) : measuredWidth;
int i20 = dVar.f8721v;
if (i20 > 0) {
max = Math.min(i20, max);
}
int i21 = dVar.f8723x;
max2 = i21 > 0 ? Math.max(i21, measuredHeight) : measuredHeight;
int i22 = dVar.f8724y;
if (i22 > 0) {
max2 = Math.min(i22, max2);
}
i = constraintLayout.mOptimizationLevel;
boolean z14 = z11;
if (!w.j.c(i, 1)) {
if (z12 && z10) {
max = (int) ((max2 * dVar.f8684W) + 0.5f);
} else if (z13 && z14) {
max2 = (int) ((max / dVar.f8684W) + 0.5f);
}
}
if (measuredWidth == max && measuredHeight == max2) {
baseline = baseline2;
z3 = false;
} else {
if (measuredWidth != max) {
makeMeasureSpec = View.MeasureSpec.makeMeasureSpec(max, 1073741824);
}
if (measuredHeight != max2) {
makeMeasureSpec2 = View.MeasureSpec.makeMeasureSpec(max2, 1073741824);
}
view.measure(makeMeasureSpec, makeMeasureSpec2);
dVar.f8669G = makeMeasureSpec;
dVar.f8670H = makeMeasureSpec2;
z3 = false;
dVar.f8699g = false;
int measuredWidth2 = view.getMeasuredWidth();
int measuredHeight2 = view.getMeasuredHeight();
baseline = view.getBaseline();
max = measuredWidth2;
max2 = measuredHeight2;
}
i4 = -1;
}
boolean z15 = baseline != i4 ? true : z3;
if (max != c0653b.f8813c || max2 != c0653b.f8814d) {
z3 = true;
}
c0653b.i = z3;
boolean z16 = eVar2.f2583c0 ? true : z15;
if (z16 && baseline != -1 && dVar.f8688a0 != baseline) {
c0653b.i = true;
}
c0653b.f8815e = max;
c0653b.f8816f = max2;
c0653b.h = z16;
c0653b.f8817g = baseline;
}
}

View File

@@ -0,0 +1,48 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.content.res.XmlResourceParser;
import android.util.Xml;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class g {
/* renamed from: a, reason: collision with root package name */
public final int f2624a;
/* renamed from: b, reason: collision with root package name */
public final ArrayList f2625b = new ArrayList();
/* renamed from: c, reason: collision with root package name */
public final int f2626c;
/* renamed from: d, reason: collision with root package name */
public final p f2627d;
public g(Context context, XmlResourceParser xmlResourceParser) {
this.f2626c = -1;
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(Xml.asAttributeSet(xmlResourceParser), s.h);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
if (index == 0) {
this.f2624a = obtainStyledAttributes.getResourceId(index, this.f2624a);
} else if (index == 1) {
int resourceId = obtainStyledAttributes.getResourceId(index, this.f2626c);
this.f2626c = resourceId;
String resourceTypeName = context.getResources().getResourceTypeName(resourceId);
context.getResources().getResourceName(resourceId);
if ("layout".equals(resourceTypeName)) {
p pVar = new p();
this.f2627d = pVar;
pVar.b((ConstraintLayout) LayoutInflater.from(context).inflate(resourceId, (ViewGroup) null));
}
}
}
obtainStyledAttributes.recycle();
}
}

View File

@@ -0,0 +1,83 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.content.res.XmlResourceParser;
import android.util.Log;
import android.util.Xml;
import android.view.LayoutInflater;
import android.view.ViewGroup;
/* loaded from: classes.dex */
public final class h {
/* renamed from: a, reason: collision with root package name */
public final float f2628a;
/* renamed from: b, reason: collision with root package name */
public final float f2629b;
/* renamed from: c, reason: collision with root package name */
public final float f2630c;
/* renamed from: d, reason: collision with root package name */
public final float f2631d;
/* renamed from: e, reason: collision with root package name */
public final int f2632e;
/* renamed from: f, reason: collision with root package name */
public final p f2633f;
public h(Context context, XmlResourceParser xmlResourceParser) {
this.f2628a = Float.NaN;
this.f2629b = Float.NaN;
this.f2630c = Float.NaN;
this.f2631d = Float.NaN;
this.f2632e = -1;
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(Xml.asAttributeSet(xmlResourceParser), s.f2755j);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
if (index == 0) {
int resourceId = obtainStyledAttributes.getResourceId(index, this.f2632e);
this.f2632e = resourceId;
String resourceTypeName = context.getResources().getResourceTypeName(resourceId);
context.getResources().getResourceName(resourceId);
if ("layout".equals(resourceTypeName)) {
p pVar = new p();
this.f2633f = pVar;
pVar.b((ConstraintLayout) LayoutInflater.from(context).inflate(resourceId, (ViewGroup) null));
}
} else if (index == 1) {
this.f2631d = obtainStyledAttributes.getDimension(index, this.f2631d);
} else if (index == 2) {
this.f2629b = obtainStyledAttributes.getDimension(index, this.f2629b);
} else if (index == 3) {
this.f2630c = obtainStyledAttributes.getDimension(index, this.f2630c);
} else if (index == 4) {
this.f2628a = obtainStyledAttributes.getDimension(index, this.f2628a);
} else {
Log.v("ConstraintLayoutStates", "Unknown tag");
}
}
obtainStyledAttributes.recycle();
}
public final boolean a(float f2, float f4) {
float f5 = this.f2628a;
if (!Float.isNaN(f5) && f2 < f5) {
return false;
}
float f6 = this.f2629b;
if (!Float.isNaN(f6) && f4 < f6) {
return false;
}
float f7 = this.f2630c;
if (!Float.isNaN(f7) && f2 > f7) {
return false;
}
float f8 = this.f2631d;
return Float.isNaN(f8) || f4 <= f8;
}
}

View File

@@ -0,0 +1,110 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.XmlResourceParser;
import android.util.SparseArray;
import java.io.IOException;
import org.xmlpull.v1.XmlPullParserException;
/* loaded from: classes.dex */
public final class i {
/* renamed from: a, reason: collision with root package name */
public final ConstraintLayout f2634a;
/* renamed from: b, reason: collision with root package name */
public int f2635b = -1;
/* renamed from: c, reason: collision with root package name */
public int f2636c = -1;
/* renamed from: d, reason: collision with root package name */
public final SparseArray f2637d = new SparseArray();
/* renamed from: e, reason: collision with root package name */
public final SparseArray f2638e = new SparseArray();
public i(Context context, ConstraintLayout constraintLayout, int i) {
this.f2634a = constraintLayout;
XmlResourceParser xml = context.getResources().getXml(i);
try {
int eventType = xml.getEventType();
g gVar = null;
while (true) {
char c4 = 1;
if (eventType == 1) {
return;
}
if (eventType == 0) {
xml.getName();
} else if (eventType == 2) {
String name = xml.getName();
switch (name.hashCode()) {
case -1349929691:
if (name.equals("ConstraintSet")) {
c4 = 4;
break;
}
break;
case 80204913:
if (name.equals("State")) {
c4 = 2;
break;
}
break;
case 1382829617:
if (name.equals("StateSet")) {
break;
}
break;
case 1657696882:
if (name.equals("layoutDescription")) {
c4 = 0;
break;
}
break;
case 1901439077:
if (name.equals("Variant")) {
c4 = 3;
break;
}
break;
}
c4 = 65535;
if (c4 == 2) {
gVar = new g(context, xml);
this.f2637d.put(gVar.f2624a, gVar);
} else if (c4 == 3) {
h hVar = new h(context, xml);
if (gVar != null) {
gVar.f2625b.add(hVar);
}
} else if (c4 == 4) {
a(context, xml);
}
}
eventType = xml.next();
}
} catch (IOException e4) {
e4.printStackTrace();
} catch (XmlPullParserException e5) {
e5.printStackTrace();
}
}
/* JADX WARN: Code restructure failed: missing block: B:99:0x022b, code lost:
continue;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void a(android.content.Context r12, android.content.res.XmlResourceParser r13) {
/*
Method dump skipped, instructions count: 664
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: androidx.constraintlayout.widget.i.a(android.content.Context, android.content.res.XmlResourceParser):void");
}
}

View File

@@ -0,0 +1,103 @@
package androidx.constraintlayout.widget;
import java.util.Arrays;
/* loaded from: classes.dex */
public final class j {
/* renamed from: a, reason: collision with root package name */
public int[] f2639a;
/* renamed from: b, reason: collision with root package name */
public int[] f2640b;
/* renamed from: c, reason: collision with root package name */
public int f2641c;
/* renamed from: d, reason: collision with root package name */
public int[] f2642d;
/* renamed from: e, reason: collision with root package name */
public float[] f2643e;
/* renamed from: f, reason: collision with root package name */
public int f2644f;
/* renamed from: g, reason: collision with root package name */
public int[] f2645g;
public String[] h;
public int i;
/* renamed from: j, reason: collision with root package name */
public int[] f2646j;
/* renamed from: k, reason: collision with root package name */
public boolean[] f2647k;
/* renamed from: l, reason: collision with root package name */
public int f2648l;
public final void a(int i, float f2) {
int i4 = this.f2644f;
int[] iArr = this.f2642d;
if (i4 >= iArr.length) {
this.f2642d = Arrays.copyOf(iArr, iArr.length * 2);
float[] fArr = this.f2643e;
this.f2643e = Arrays.copyOf(fArr, fArr.length * 2);
}
int[] iArr2 = this.f2642d;
int i5 = this.f2644f;
iArr2[i5] = i;
float[] fArr2 = this.f2643e;
this.f2644f = i5 + 1;
fArr2[i5] = f2;
}
public final void b(int i, int i4) {
int i5 = this.f2641c;
int[] iArr = this.f2639a;
if (i5 >= iArr.length) {
this.f2639a = Arrays.copyOf(iArr, iArr.length * 2);
int[] iArr2 = this.f2640b;
this.f2640b = Arrays.copyOf(iArr2, iArr2.length * 2);
}
int[] iArr3 = this.f2639a;
int i6 = this.f2641c;
iArr3[i6] = i;
int[] iArr4 = this.f2640b;
this.f2641c = i6 + 1;
iArr4[i6] = i4;
}
public final void c(int i, String str) {
int i4 = this.i;
int[] iArr = this.f2645g;
if (i4 >= iArr.length) {
this.f2645g = Arrays.copyOf(iArr, iArr.length * 2);
String[] strArr = this.h;
this.h = (String[]) Arrays.copyOf(strArr, strArr.length * 2);
}
int[] iArr2 = this.f2645g;
int i5 = this.i;
iArr2[i5] = i;
String[] strArr2 = this.h;
this.i = i5 + 1;
strArr2[i5] = str;
}
public final void d(int i, boolean z3) {
int i4 = this.f2648l;
int[] iArr = this.f2646j;
if (i4 >= iArr.length) {
this.f2646j = Arrays.copyOf(iArr, iArr.length * 2);
boolean[] zArr = this.f2647k;
this.f2647k = Arrays.copyOf(zArr, zArr.length * 2);
}
int[] iArr2 = this.f2646j;
int i5 = this.f2648l;
iArr2[i5] = i;
boolean[] zArr2 = this.f2647k;
this.f2648l = i5 + 1;
zArr2[i5] = z3;
}
}

View File

@@ -0,0 +1,308 @@
package androidx.constraintlayout.widget;
import android.view.ViewGroup;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import java.util.Arrays;
import java.util.HashMap;
import kotlin.jvm.internal.IntCompanionObject;
/* loaded from: classes.dex */
public final class k {
/* renamed from: a, reason: collision with root package name */
public int f2649a;
/* renamed from: b, reason: collision with root package name */
public final n f2650b;
/* renamed from: c, reason: collision with root package name */
public final m f2651c;
/* renamed from: d, reason: collision with root package name */
public final l f2652d;
/* renamed from: e, reason: collision with root package name */
public final o f2653e;
/* renamed from: f, reason: collision with root package name */
public HashMap f2654f;
/* JADX WARN: Type inference failed for: r0v0, types: [androidx.constraintlayout.widget.n, java.lang.Object] */
/* JADX WARN: Type inference failed for: r0v1, types: [java.lang.Object, androidx.constraintlayout.widget.m] */
/* JADX WARN: Type inference failed for: r0v2, types: [java.lang.Object, androidx.constraintlayout.widget.l] */
/* JADX WARN: Type inference failed for: r0v3, types: [androidx.constraintlayout.widget.o, java.lang.Object] */
public k() {
?? obj = new Object();
obj.f2726a = 0;
obj.f2727b = 0;
obj.f2728c = 1.0f;
obj.f2729d = Float.NaN;
this.f2650b = obj;
?? obj2 = new Object();
obj2.f2719a = -1;
obj2.f2720b = 0;
obj2.f2721c = -1;
obj2.f2722d = Float.NaN;
obj2.f2723e = Float.NaN;
obj2.f2724f = Float.NaN;
obj2.f2725g = -1;
obj2.h = null;
obj2.i = -1;
this.f2651c = obj2;
?? obj3 = new Object();
obj3.f2680a = false;
obj3.f2686d = -1;
obj3.f2688e = -1;
obj3.f2690f = -1.0f;
obj3.f2692g = true;
obj3.h = -1;
obj3.i = -1;
obj3.f2696j = -1;
obj3.f2698k = -1;
obj3.f2700l = -1;
obj3.f2702m = -1;
obj3.f2704n = -1;
obj3.f2706o = -1;
obj3.p = -1;
obj3.f2708q = -1;
obj3.f2709r = -1;
obj3.f2710s = -1;
obj3.f2711t = -1;
obj3.f2712u = -1;
obj3.f2713v = -1;
obj3.f2714w = 0.5f;
obj3.f2715x = 0.5f;
obj3.f2716y = null;
obj3.f2717z = -1;
obj3.f2656A = 0;
obj3.f2657B = BitmapDescriptorFactory.HUE_RED;
obj3.f2658C = -1;
obj3.f2659D = -1;
obj3.f2660E = -1;
obj3.f2661F = 0;
obj3.f2662G = 0;
obj3.f2663H = 0;
obj3.f2664I = 0;
obj3.J = 0;
obj3.f2665K = 0;
obj3.f2666L = 0;
obj3.f2667M = IntCompanionObject.MIN_VALUE;
obj3.f2668N = IntCompanionObject.MIN_VALUE;
obj3.f2669O = IntCompanionObject.MIN_VALUE;
obj3.f2670P = IntCompanionObject.MIN_VALUE;
obj3.f2671Q = IntCompanionObject.MIN_VALUE;
obj3.f2672R = IntCompanionObject.MIN_VALUE;
obj3.f2673S = IntCompanionObject.MIN_VALUE;
obj3.f2674T = -1.0f;
obj3.f2675U = -1.0f;
obj3.f2676V = 0;
obj3.f2677W = 0;
obj3.f2678X = 0;
obj3.f2679Y = 0;
obj3.Z = 0;
obj3.f2681a0 = 0;
obj3.f2683b0 = 0;
obj3.f2685c0 = 0;
obj3.f2687d0 = 1.0f;
obj3.f2689e0 = 1.0f;
obj3.f2691f0 = -1;
obj3.f2693g0 = 0;
obj3.f2694h0 = -1;
obj3.f2701l0 = false;
obj3.f2703m0 = false;
obj3.f2705n0 = true;
obj3.f2707o0 = 0;
this.f2652d = obj3;
?? obj4 = new Object();
obj4.f2731a = BitmapDescriptorFactory.HUE_RED;
obj4.f2732b = BitmapDescriptorFactory.HUE_RED;
obj4.f2733c = BitmapDescriptorFactory.HUE_RED;
obj4.f2734d = 1.0f;
obj4.f2735e = 1.0f;
obj4.f2736f = Float.NaN;
obj4.f2737g = Float.NaN;
obj4.h = -1;
obj4.i = BitmapDescriptorFactory.HUE_RED;
obj4.f2738j = BitmapDescriptorFactory.HUE_RED;
obj4.f2739k = BitmapDescriptorFactory.HUE_RED;
obj4.f2740l = false;
obj4.f2741m = BitmapDescriptorFactory.HUE_RED;
this.f2653e = obj4;
this.f2654f = new HashMap();
}
public final void a(e eVar) {
l lVar = this.f2652d;
eVar.f2586e = lVar.h;
eVar.f2588f = lVar.i;
eVar.f2590g = lVar.f2696j;
eVar.h = lVar.f2698k;
eVar.i = lVar.f2700l;
eVar.f2594j = lVar.f2702m;
eVar.f2596k = lVar.f2704n;
eVar.f2598l = lVar.f2706o;
eVar.f2600m = lVar.p;
eVar.f2602n = lVar.f2708q;
eVar.f2604o = lVar.f2709r;
eVar.f2609s = lVar.f2710s;
eVar.f2610t = lVar.f2711t;
eVar.f2611u = lVar.f2712u;
eVar.f2612v = lVar.f2713v;
((ViewGroup.MarginLayoutParams) eVar).leftMargin = lVar.f2661F;
((ViewGroup.MarginLayoutParams) eVar).rightMargin = lVar.f2662G;
((ViewGroup.MarginLayoutParams) eVar).topMargin = lVar.f2663H;
((ViewGroup.MarginLayoutParams) eVar).bottomMargin = lVar.f2664I;
eVar.f2554A = lVar.f2672R;
eVar.f2555B = lVar.f2671Q;
eVar.f2614x = lVar.f2668N;
eVar.f2616z = lVar.f2670P;
eVar.f2558E = lVar.f2714w;
eVar.f2559F = lVar.f2715x;
eVar.p = lVar.f2717z;
eVar.f2607q = lVar.f2656A;
eVar.f2608r = lVar.f2657B;
eVar.f2560G = lVar.f2716y;
eVar.f2572T = lVar.f2658C;
eVar.f2573U = lVar.f2659D;
eVar.f2562I = lVar.f2674T;
eVar.f2561H = lVar.f2675U;
eVar.f2563K = lVar.f2677W;
eVar.J = lVar.f2676V;
eVar.f2575W = lVar.f2701l0;
eVar.f2576X = lVar.f2703m0;
eVar.f2564L = lVar.f2678X;
eVar.f2565M = lVar.f2679Y;
eVar.f2568P = lVar.Z;
eVar.f2569Q = lVar.f2681a0;
eVar.f2566N = lVar.f2683b0;
eVar.f2567O = lVar.f2685c0;
eVar.f2570R = lVar.f2687d0;
eVar.f2571S = lVar.f2689e0;
eVar.f2574V = lVar.f2660E;
eVar.f2582c = lVar.f2690f;
eVar.f2578a = lVar.f2686d;
eVar.f2580b = lVar.f2688e;
((ViewGroup.MarginLayoutParams) eVar).width = lVar.f2682b;
((ViewGroup.MarginLayoutParams) eVar).height = lVar.f2684c;
String str = lVar.f2699k0;
if (str != null) {
eVar.f2577Y = str;
}
eVar.Z = lVar.f2707o0;
eVar.setMarginStart(lVar.f2665K);
eVar.setMarginEnd(lVar.J);
eVar.a();
}
public final Object clone() {
k kVar = new k();
l lVar = kVar.f2652d;
lVar.getClass();
l lVar2 = this.f2652d;
lVar.f2680a = lVar2.f2680a;
lVar.f2682b = lVar2.f2682b;
lVar.f2684c = lVar2.f2684c;
lVar.f2686d = lVar2.f2686d;
lVar.f2688e = lVar2.f2688e;
lVar.f2690f = lVar2.f2690f;
lVar.f2692g = lVar2.f2692g;
lVar.h = lVar2.h;
lVar.i = lVar2.i;
lVar.f2696j = lVar2.f2696j;
lVar.f2698k = lVar2.f2698k;
lVar.f2700l = lVar2.f2700l;
lVar.f2702m = lVar2.f2702m;
lVar.f2704n = lVar2.f2704n;
lVar.f2706o = lVar2.f2706o;
lVar.p = lVar2.p;
lVar.f2708q = lVar2.f2708q;
lVar.f2709r = lVar2.f2709r;
lVar.f2710s = lVar2.f2710s;
lVar.f2711t = lVar2.f2711t;
lVar.f2712u = lVar2.f2712u;
lVar.f2713v = lVar2.f2713v;
lVar.f2714w = lVar2.f2714w;
lVar.f2715x = lVar2.f2715x;
lVar.f2716y = lVar2.f2716y;
lVar.f2717z = lVar2.f2717z;
lVar.f2656A = lVar2.f2656A;
lVar.f2657B = lVar2.f2657B;
lVar.f2658C = lVar2.f2658C;
lVar.f2659D = lVar2.f2659D;
lVar.f2660E = lVar2.f2660E;
lVar.f2661F = lVar2.f2661F;
lVar.f2662G = lVar2.f2662G;
lVar.f2663H = lVar2.f2663H;
lVar.f2664I = lVar2.f2664I;
lVar.J = lVar2.J;
lVar.f2665K = lVar2.f2665K;
lVar.f2666L = lVar2.f2666L;
lVar.f2667M = lVar2.f2667M;
lVar.f2668N = lVar2.f2668N;
lVar.f2669O = lVar2.f2669O;
lVar.f2670P = lVar2.f2670P;
lVar.f2671Q = lVar2.f2671Q;
lVar.f2672R = lVar2.f2672R;
lVar.f2673S = lVar2.f2673S;
lVar.f2674T = lVar2.f2674T;
lVar.f2675U = lVar2.f2675U;
lVar.f2676V = lVar2.f2676V;
lVar.f2677W = lVar2.f2677W;
lVar.f2678X = lVar2.f2678X;
lVar.f2679Y = lVar2.f2679Y;
lVar.Z = lVar2.Z;
lVar.f2681a0 = lVar2.f2681a0;
lVar.f2683b0 = lVar2.f2683b0;
lVar.f2685c0 = lVar2.f2685c0;
lVar.f2687d0 = lVar2.f2687d0;
lVar.f2689e0 = lVar2.f2689e0;
lVar.f2691f0 = lVar2.f2691f0;
lVar.f2693g0 = lVar2.f2693g0;
lVar.f2694h0 = lVar2.f2694h0;
lVar.f2699k0 = lVar2.f2699k0;
int[] iArr = lVar2.f2695i0;
if (iArr == null || lVar2.f2697j0 != null) {
lVar.f2695i0 = null;
} else {
lVar.f2695i0 = Arrays.copyOf(iArr, iArr.length);
}
lVar.f2697j0 = lVar2.f2697j0;
lVar.f2701l0 = lVar2.f2701l0;
lVar.f2703m0 = lVar2.f2703m0;
lVar.f2705n0 = lVar2.f2705n0;
lVar.f2707o0 = lVar2.f2707o0;
m mVar = kVar.f2651c;
mVar.getClass();
m mVar2 = this.f2651c;
mVar2.getClass();
mVar.f2719a = mVar2.f2719a;
mVar.f2721c = mVar2.f2721c;
mVar.f2723e = mVar2.f2723e;
mVar.f2722d = mVar2.f2722d;
n nVar = kVar.f2650b;
n nVar2 = this.f2650b;
nVar.f2726a = nVar2.f2726a;
nVar.f2728c = nVar2.f2728c;
nVar.f2729d = nVar2.f2729d;
nVar.f2727b = nVar2.f2727b;
o oVar = kVar.f2653e;
oVar.getClass();
o oVar2 = this.f2653e;
oVar2.getClass();
oVar.f2731a = oVar2.f2731a;
oVar.f2732b = oVar2.f2732b;
oVar.f2733c = oVar2.f2733c;
oVar.f2734d = oVar2.f2734d;
oVar.f2735e = oVar2.f2735e;
oVar.f2736f = oVar2.f2736f;
oVar.f2737g = oVar2.f2737g;
oVar.h = oVar2.h;
oVar.i = oVar2.i;
oVar.f2738j = oVar2.f2738j;
oVar.f2739k = oVar2.f2739k;
oVar.f2740l = oVar2.f2740l;
oVar.f2741m = oVar2.f2741m;
kVar.f2649a = this.f2649a;
return kVar;
}
}

View File

@@ -0,0 +1,497 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.util.Log;
import android.util.SparseIntArray;
/* loaded from: classes.dex */
public final class l {
/* renamed from: p0, reason: collision with root package name */
public static final SparseIntArray f2655p0;
/* renamed from: A, reason: collision with root package name */
public int f2656A;
/* renamed from: B, reason: collision with root package name */
public float f2657B;
/* renamed from: C, reason: collision with root package name */
public int f2658C;
/* renamed from: D, reason: collision with root package name */
public int f2659D;
/* renamed from: E, reason: collision with root package name */
public int f2660E;
/* renamed from: F, reason: collision with root package name */
public int f2661F;
/* renamed from: G, reason: collision with root package name */
public int f2662G;
/* renamed from: H, reason: collision with root package name */
public int f2663H;
/* renamed from: I, reason: collision with root package name */
public int f2664I;
public int J;
/* renamed from: K, reason: collision with root package name */
public int f2665K;
/* renamed from: L, reason: collision with root package name */
public int f2666L;
/* renamed from: M, reason: collision with root package name */
public int f2667M;
/* renamed from: N, reason: collision with root package name */
public int f2668N;
/* renamed from: O, reason: collision with root package name */
public int f2669O;
/* renamed from: P, reason: collision with root package name */
public int f2670P;
/* renamed from: Q, reason: collision with root package name */
public int f2671Q;
/* renamed from: R, reason: collision with root package name */
public int f2672R;
/* renamed from: S, reason: collision with root package name */
public int f2673S;
/* renamed from: T, reason: collision with root package name */
public float f2674T;
/* renamed from: U, reason: collision with root package name */
public float f2675U;
/* renamed from: V, reason: collision with root package name */
public int f2676V;
/* renamed from: W, reason: collision with root package name */
public int f2677W;
/* renamed from: X, reason: collision with root package name */
public int f2678X;
/* renamed from: Y, reason: collision with root package name */
public int f2679Y;
public int Z;
/* renamed from: a, reason: collision with root package name */
public boolean f2680a;
/* renamed from: a0, reason: collision with root package name */
public int f2681a0;
/* renamed from: b, reason: collision with root package name */
public int f2682b;
/* renamed from: b0, reason: collision with root package name */
public int f2683b0;
/* renamed from: c, reason: collision with root package name */
public int f2684c;
/* renamed from: c0, reason: collision with root package name */
public int f2685c0;
/* renamed from: d, reason: collision with root package name */
public int f2686d;
/* renamed from: d0, reason: collision with root package name */
public float f2687d0;
/* renamed from: e, reason: collision with root package name */
public int f2688e;
/* renamed from: e0, reason: collision with root package name */
public float f2689e0;
/* renamed from: f, reason: collision with root package name */
public float f2690f;
/* renamed from: f0, reason: collision with root package name */
public int f2691f0;
/* renamed from: g, reason: collision with root package name */
public boolean f2692g;
/* renamed from: g0, reason: collision with root package name */
public int f2693g0;
public int h;
/* renamed from: h0, reason: collision with root package name */
public int f2694h0;
public int i;
/* renamed from: i0, reason: collision with root package name */
public int[] f2695i0;
/* renamed from: j, reason: collision with root package name */
public int f2696j;
/* renamed from: j0, reason: collision with root package name */
public String f2697j0;
/* renamed from: k, reason: collision with root package name */
public int f2698k;
/* renamed from: k0, reason: collision with root package name */
public String f2699k0;
/* renamed from: l, reason: collision with root package name */
public int f2700l;
/* renamed from: l0, reason: collision with root package name */
public boolean f2701l0;
/* renamed from: m, reason: collision with root package name */
public int f2702m;
/* renamed from: m0, reason: collision with root package name */
public boolean f2703m0;
/* renamed from: n, reason: collision with root package name */
public int f2704n;
/* renamed from: n0, reason: collision with root package name */
public boolean f2705n0;
/* renamed from: o, reason: collision with root package name */
public int f2706o;
/* renamed from: o0, reason: collision with root package name */
public int f2707o0;
public int p;
/* renamed from: q, reason: collision with root package name */
public int f2708q;
/* renamed from: r, reason: collision with root package name */
public int f2709r;
/* renamed from: s, reason: collision with root package name */
public int f2710s;
/* renamed from: t, reason: collision with root package name */
public int f2711t;
/* renamed from: u, reason: collision with root package name */
public int f2712u;
/* renamed from: v, reason: collision with root package name */
public int f2713v;
/* renamed from: w, reason: collision with root package name */
public float f2714w;
/* renamed from: x, reason: collision with root package name */
public float f2715x;
/* renamed from: y, reason: collision with root package name */
public String f2716y;
/* renamed from: z, reason: collision with root package name */
public int f2717z;
static {
SparseIntArray sparseIntArray = new SparseIntArray();
f2655p0 = sparseIntArray;
sparseIntArray.append(43, 24);
sparseIntArray.append(44, 25);
sparseIntArray.append(46, 28);
sparseIntArray.append(47, 29);
sparseIntArray.append(52, 35);
sparseIntArray.append(51, 34);
sparseIntArray.append(24, 4);
sparseIntArray.append(23, 3);
sparseIntArray.append(19, 1);
sparseIntArray.append(61, 6);
sparseIntArray.append(62, 7);
sparseIntArray.append(31, 17);
sparseIntArray.append(32, 18);
sparseIntArray.append(33, 19);
sparseIntArray.append(15, 90);
sparseIntArray.append(0, 26);
sparseIntArray.append(48, 31);
sparseIntArray.append(49, 32);
sparseIntArray.append(30, 10);
sparseIntArray.append(29, 9);
sparseIntArray.append(66, 13);
sparseIntArray.append(69, 16);
sparseIntArray.append(67, 14);
sparseIntArray.append(64, 11);
sparseIntArray.append(68, 15);
sparseIntArray.append(65, 12);
sparseIntArray.append(55, 38);
sparseIntArray.append(41, 37);
sparseIntArray.append(40, 39);
sparseIntArray.append(54, 40);
sparseIntArray.append(39, 20);
sparseIntArray.append(53, 36);
sparseIntArray.append(28, 5);
sparseIntArray.append(42, 91);
sparseIntArray.append(50, 91);
sparseIntArray.append(45, 91);
sparseIntArray.append(22, 91);
sparseIntArray.append(18, 91);
sparseIntArray.append(3, 23);
sparseIntArray.append(5, 27);
sparseIntArray.append(7, 30);
sparseIntArray.append(8, 8);
sparseIntArray.append(4, 33);
sparseIntArray.append(6, 2);
sparseIntArray.append(1, 22);
sparseIntArray.append(2, 21);
sparseIntArray.append(56, 41);
sparseIntArray.append(34, 42);
sparseIntArray.append(17, 41);
sparseIntArray.append(16, 42);
sparseIntArray.append(71, 76);
sparseIntArray.append(25, 61);
sparseIntArray.append(27, 62);
sparseIntArray.append(26, 63);
sparseIntArray.append(60, 69);
sparseIntArray.append(38, 70);
sparseIntArray.append(12, 71);
sparseIntArray.append(10, 72);
sparseIntArray.append(11, 73);
sparseIntArray.append(13, 74);
sparseIntArray.append(9, 75);
}
public final void a(Context context, AttributeSet attributeSet) {
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, s.f2752e);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
SparseIntArray sparseIntArray = f2655p0;
int i4 = sparseIntArray.get(index);
switch (i4) {
case 1:
this.p = p.f(obtainStyledAttributes, index, this.p);
break;
case 2:
this.f2664I = obtainStyledAttributes.getDimensionPixelSize(index, this.f2664I);
break;
case 3:
this.f2706o = p.f(obtainStyledAttributes, index, this.f2706o);
break;
case 4:
this.f2704n = p.f(obtainStyledAttributes, index, this.f2704n);
break;
case 5:
this.f2716y = obtainStyledAttributes.getString(index);
break;
case 6:
this.f2658C = obtainStyledAttributes.getDimensionPixelOffset(index, this.f2658C);
break;
case 7:
this.f2659D = obtainStyledAttributes.getDimensionPixelOffset(index, this.f2659D);
break;
case 8:
this.J = obtainStyledAttributes.getDimensionPixelSize(index, this.J);
break;
case 9:
this.f2713v = p.f(obtainStyledAttributes, index, this.f2713v);
break;
case 10:
this.f2712u = p.f(obtainStyledAttributes, index, this.f2712u);
break;
case 11:
this.f2670P = obtainStyledAttributes.getDimensionPixelSize(index, this.f2670P);
break;
case 12:
this.f2671Q = obtainStyledAttributes.getDimensionPixelSize(index, this.f2671Q);
break;
case 13:
this.f2667M = obtainStyledAttributes.getDimensionPixelSize(index, this.f2667M);
break;
case 14:
this.f2669O = obtainStyledAttributes.getDimensionPixelSize(index, this.f2669O);
break;
case 15:
this.f2672R = obtainStyledAttributes.getDimensionPixelSize(index, this.f2672R);
break;
case 16:
this.f2668N = obtainStyledAttributes.getDimensionPixelSize(index, this.f2668N);
break;
case 17:
this.f2686d = obtainStyledAttributes.getDimensionPixelOffset(index, this.f2686d);
break;
case 18:
this.f2688e = obtainStyledAttributes.getDimensionPixelOffset(index, this.f2688e);
break;
case 19:
this.f2690f = obtainStyledAttributes.getFloat(index, this.f2690f);
break;
case 20:
this.f2714w = obtainStyledAttributes.getFloat(index, this.f2714w);
break;
case 21:
this.f2684c = obtainStyledAttributes.getLayoutDimension(index, this.f2684c);
break;
case 22:
this.f2682b = obtainStyledAttributes.getLayoutDimension(index, this.f2682b);
break;
case 23:
this.f2661F = obtainStyledAttributes.getDimensionPixelSize(index, this.f2661F);
break;
case 24:
this.h = p.f(obtainStyledAttributes, index, this.h);
break;
case 25:
this.i = p.f(obtainStyledAttributes, index, this.i);
break;
case 26:
this.f2660E = obtainStyledAttributes.getInt(index, this.f2660E);
break;
case 27:
this.f2662G = obtainStyledAttributes.getDimensionPixelSize(index, this.f2662G);
break;
case 28:
this.f2696j = p.f(obtainStyledAttributes, index, this.f2696j);
break;
case 29:
this.f2698k = p.f(obtainStyledAttributes, index, this.f2698k);
break;
case 30:
this.f2665K = obtainStyledAttributes.getDimensionPixelSize(index, this.f2665K);
break;
case 31:
this.f2710s = p.f(obtainStyledAttributes, index, this.f2710s);
break;
case 32:
this.f2711t = p.f(obtainStyledAttributes, index, this.f2711t);
break;
case 33:
this.f2663H = obtainStyledAttributes.getDimensionPixelSize(index, this.f2663H);
break;
case 34:
this.f2702m = p.f(obtainStyledAttributes, index, this.f2702m);
break;
case 35:
this.f2700l = p.f(obtainStyledAttributes, index, this.f2700l);
break;
case 36:
this.f2715x = obtainStyledAttributes.getFloat(index, this.f2715x);
break;
case 37:
this.f2675U = obtainStyledAttributes.getFloat(index, this.f2675U);
break;
case 38:
this.f2674T = obtainStyledAttributes.getFloat(index, this.f2674T);
break;
case 39:
this.f2676V = obtainStyledAttributes.getInt(index, this.f2676V);
break;
case 40:
this.f2677W = obtainStyledAttributes.getInt(index, this.f2677W);
break;
case 41:
p.g(this, obtainStyledAttributes, index, 0);
break;
case 42:
p.g(this, obtainStyledAttributes, index, 1);
break;
default:
switch (i4) {
case 61:
this.f2717z = p.f(obtainStyledAttributes, index, this.f2717z);
break;
case 62:
this.f2656A = obtainStyledAttributes.getDimensionPixelSize(index, this.f2656A);
break;
case 63:
this.f2657B = obtainStyledAttributes.getFloat(index, this.f2657B);
break;
default:
switch (i4) {
case 69:
this.f2687d0 = obtainStyledAttributes.getFloat(index, 1.0f);
break;
case 70:
this.f2689e0 = obtainStyledAttributes.getFloat(index, 1.0f);
break;
case 71:
Log.e("ConstraintSet", "CURRENTLY UNSUPPORTED");
break;
case 72:
this.f2691f0 = obtainStyledAttributes.getInt(index, this.f2691f0);
break;
case 73:
this.f2693g0 = obtainStyledAttributes.getDimensionPixelSize(index, this.f2693g0);
break;
case 74:
this.f2697j0 = obtainStyledAttributes.getString(index);
break;
case 75:
this.f2705n0 = obtainStyledAttributes.getBoolean(index, this.f2705n0);
break;
case 76:
this.f2707o0 = obtainStyledAttributes.getInt(index, this.f2707o0);
break;
case 77:
this.f2708q = p.f(obtainStyledAttributes, index, this.f2708q);
break;
case 78:
this.f2709r = p.f(obtainStyledAttributes, index, this.f2709r);
break;
case 79:
this.f2673S = obtainStyledAttributes.getDimensionPixelSize(index, this.f2673S);
break;
case 80:
this.f2666L = obtainStyledAttributes.getDimensionPixelSize(index, this.f2666L);
break;
case 81:
this.f2678X = obtainStyledAttributes.getInt(index, this.f2678X);
break;
case 82:
this.f2679Y = obtainStyledAttributes.getInt(index, this.f2679Y);
break;
case 83:
this.f2681a0 = obtainStyledAttributes.getDimensionPixelSize(index, this.f2681a0);
break;
case 84:
this.Z = obtainStyledAttributes.getDimensionPixelSize(index, this.Z);
break;
case 85:
this.f2685c0 = obtainStyledAttributes.getDimensionPixelSize(index, this.f2685c0);
break;
case 86:
this.f2683b0 = obtainStyledAttributes.getDimensionPixelSize(index, this.f2683b0);
break;
case 87:
this.f2701l0 = obtainStyledAttributes.getBoolean(index, this.f2701l0);
break;
case 88:
this.f2703m0 = obtainStyledAttributes.getBoolean(index, this.f2703m0);
break;
case 89:
this.f2699k0 = obtainStyledAttributes.getString(index);
break;
case 90:
this.f2692g = obtainStyledAttributes.getBoolean(index, this.f2692g);
break;
case 91:
Log.w("ConstraintSet", "unused attribute 0x" + Integer.toHexString(index) + " " + sparseIntArray.get(index));
break;
default:
Log.w("ConstraintSet", "Unknown attribute 0x" + Integer.toHexString(index) + " " + sparseIntArray.get(index));
break;
}
}
}
}
obtainStyledAttributes.recycle();
}
}

View File

@@ -0,0 +1,114 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.util.SparseIntArray;
import com.google.firebase.sessions.settings.RemoteSettings;
import v.AbstractC0635a;
/* loaded from: classes.dex */
public final class m {
/* renamed from: j, reason: collision with root package name */
public static final SparseIntArray f2718j;
/* renamed from: a, reason: collision with root package name */
public int f2719a;
/* renamed from: b, reason: collision with root package name */
public int f2720b;
/* renamed from: c, reason: collision with root package name */
public int f2721c;
/* renamed from: d, reason: collision with root package name */
public float f2722d;
/* renamed from: e, reason: collision with root package name */
public float f2723e;
/* renamed from: f, reason: collision with root package name */
public float f2724f;
/* renamed from: g, reason: collision with root package name */
public int f2725g;
public String h;
public int i;
static {
SparseIntArray sparseIntArray = new SparseIntArray();
f2718j = sparseIntArray;
sparseIntArray.append(3, 1);
sparseIntArray.append(5, 2);
sparseIntArray.append(9, 3);
sparseIntArray.append(2, 4);
sparseIntArray.append(1, 5);
sparseIntArray.append(0, 6);
sparseIntArray.append(4, 7);
sparseIntArray.append(8, 8);
sparseIntArray.append(7, 9);
sparseIntArray.append(6, 10);
}
public final void a(Context context, AttributeSet attributeSet) {
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, s.f2753f);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
switch (f2718j.get(index)) {
case 1:
this.f2723e = obtainStyledAttributes.getFloat(index, this.f2723e);
break;
case 2:
this.f2721c = obtainStyledAttributes.getInt(index, this.f2721c);
break;
case 3:
if (obtainStyledAttributes.peekValue(index).type == 3) {
obtainStyledAttributes.getString(index);
break;
} else {
String str = AbstractC0635a.f8626a[obtainStyledAttributes.getInteger(index, 0)];
break;
}
case 4:
obtainStyledAttributes.getInt(index, 0);
break;
case 5:
this.f2719a = p.f(obtainStyledAttributes, index, this.f2719a);
break;
case 6:
this.f2720b = obtainStyledAttributes.getInteger(index, this.f2720b);
break;
case 7:
this.f2722d = obtainStyledAttributes.getFloat(index, this.f2722d);
break;
case 8:
this.f2725g = obtainStyledAttributes.getInteger(index, this.f2725g);
break;
case 9:
this.f2724f = obtainStyledAttributes.getFloat(index, this.f2724f);
break;
case 10:
int i4 = obtainStyledAttributes.peekValue(index).type;
if (i4 == 1) {
this.i = obtainStyledAttributes.getResourceId(index, -1);
break;
} else if (i4 == 3) {
String string = obtainStyledAttributes.getString(index);
this.h = string;
if (string.indexOf(RemoteSettings.FORWARD_SLASH_STRING) > 0) {
this.i = obtainStyledAttributes.getResourceId(index, -1);
break;
} else {
break;
}
} else {
obtainStyledAttributes.getInteger(index, this.i);
break;
}
}
}
obtainStyledAttributes.recycle();
}
}

View File

@@ -0,0 +1,41 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
/* loaded from: classes.dex */
public final class n {
/* renamed from: a, reason: collision with root package name */
public int f2726a;
/* renamed from: b, reason: collision with root package name */
public int f2727b;
/* renamed from: c, reason: collision with root package name */
public float f2728c;
/* renamed from: d, reason: collision with root package name */
public float f2729d;
public final void a(Context context, AttributeSet attributeSet) {
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, s.f2754g);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
if (index == 1) {
this.f2728c = obtainStyledAttributes.getFloat(index, this.f2728c);
} else if (index == 0) {
int i4 = obtainStyledAttributes.getInt(index, this.f2726a);
this.f2726a = i4;
this.f2726a = p.f2742d[i4];
} else if (index == 4) {
this.f2727b = obtainStyledAttributes.getInt(index, this.f2727b);
} else if (index == 3) {
this.f2729d = obtainStyledAttributes.getFloat(index, this.f2729d);
}
}
obtainStyledAttributes.recycle();
}
}

View File

@@ -0,0 +1,113 @@
package androidx.constraintlayout.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.util.SparseIntArray;
/* loaded from: classes.dex */
public final class o {
/* renamed from: n, reason: collision with root package name */
public static final SparseIntArray f2730n;
/* renamed from: a, reason: collision with root package name */
public float f2731a;
/* renamed from: b, reason: collision with root package name */
public float f2732b;
/* renamed from: c, reason: collision with root package name */
public float f2733c;
/* renamed from: d, reason: collision with root package name */
public float f2734d;
/* renamed from: e, reason: collision with root package name */
public float f2735e;
/* renamed from: f, reason: collision with root package name */
public float f2736f;
/* renamed from: g, reason: collision with root package name */
public float f2737g;
public int h;
public float i;
/* renamed from: j, reason: collision with root package name */
public float f2738j;
/* renamed from: k, reason: collision with root package name */
public float f2739k;
/* renamed from: l, reason: collision with root package name */
public boolean f2740l;
/* renamed from: m, reason: collision with root package name */
public float f2741m;
static {
SparseIntArray sparseIntArray = new SparseIntArray();
f2730n = sparseIntArray;
sparseIntArray.append(6, 1);
sparseIntArray.append(7, 2);
sparseIntArray.append(8, 3);
sparseIntArray.append(4, 4);
sparseIntArray.append(5, 5);
sparseIntArray.append(0, 6);
sparseIntArray.append(1, 7);
sparseIntArray.append(2, 8);
sparseIntArray.append(3, 9);
sparseIntArray.append(9, 10);
sparseIntArray.append(10, 11);
sparseIntArray.append(11, 12);
}
public final void a(Context context, AttributeSet attributeSet) {
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, s.i);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
switch (f2730n.get(index)) {
case 1:
this.f2731a = obtainStyledAttributes.getFloat(index, this.f2731a);
break;
case 2:
this.f2732b = obtainStyledAttributes.getFloat(index, this.f2732b);
break;
case 3:
this.f2733c = obtainStyledAttributes.getFloat(index, this.f2733c);
break;
case 4:
this.f2734d = obtainStyledAttributes.getFloat(index, this.f2734d);
break;
case 5:
this.f2735e = obtainStyledAttributes.getFloat(index, this.f2735e);
break;
case 6:
this.f2736f = obtainStyledAttributes.getDimension(index, this.f2736f);
break;
case 7:
this.f2737g = obtainStyledAttributes.getDimension(index, this.f2737g);
break;
case 8:
this.i = obtainStyledAttributes.getDimension(index, this.i);
break;
case 9:
this.f2738j = obtainStyledAttributes.getDimension(index, this.f2738j);
break;
case 10:
this.f2739k = obtainStyledAttributes.getDimension(index, this.f2739k);
break;
case 11:
this.f2740l = true;
this.f2741m = obtainStyledAttributes.getDimension(index, this.f2741m);
break;
case 12:
this.h = p.f(obtainStyledAttributes, index, this.h);
break;
}
}
obtainStyledAttributes.recycle();
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
package androidx.constraintlayout.widget;
/* loaded from: classes.dex */
public abstract class q {
}

View File

@@ -0,0 +1,5 @@
package androidx.constraintlayout.widget;
/* loaded from: classes.dex */
public abstract class r {
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
package androidx.constraintlayout.widget;
/* loaded from: classes.dex */
public final class t {
}

View File

@@ -0,0 +1,82 @@
package androidx.constraintlayout.widget;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewParent;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
/* loaded from: classes.dex */
public abstract class u extends c {
public boolean h;
public boolean i;
@Override // androidx.constraintlayout.widget.c
public final void e(ConstraintLayout constraintLayout) {
d(constraintLayout);
}
@Override // androidx.constraintlayout.widget.c
public void g(AttributeSet attributeSet) {
super.g(attributeSet);
if (attributeSet != null) {
TypedArray obtainStyledAttributes = getContext().obtainStyledAttributes(attributeSet, s.f2749b);
int indexCount = obtainStyledAttributes.getIndexCount();
for (int i = 0; i < indexCount; i++) {
int index = obtainStyledAttributes.getIndex(i);
if (index == 6) {
this.h = true;
} else if (index == 22) {
this.i = true;
}
}
obtainStyledAttributes.recycle();
}
}
public abstract void j(w.g gVar, int i, int i4);
@Override // androidx.constraintlayout.widget.c, android.view.View
public final void onAttachedToWindow() {
super.onAttachedToWindow();
if (this.h || this.i) {
ViewParent parent = getParent();
if (parent instanceof ConstraintLayout) {
ConstraintLayout constraintLayout = (ConstraintLayout) parent;
int visibility = getVisibility();
float elevation = getElevation();
for (int i = 0; i < this.f2547b; i++) {
View viewById = constraintLayout.getViewById(this.f2546a[i]);
if (viewById != null) {
if (this.h) {
viewById.setVisibility(visibility);
}
if (this.i && elevation > BitmapDescriptorFactory.HUE_RED) {
viewById.setTranslationZ(viewById.getTranslationZ() + elevation);
}
}
}
}
}
}
@Override // android.view.View
public void setElevation(float f2) {
super.setElevation(f2);
ViewParent parent = getParent();
if (parent == null || !(parent instanceof ConstraintLayout)) {
return;
}
d((ConstraintLayout) parent);
}
@Override // android.view.View
public void setVisibility(int i) {
super.setVisibility(i);
ViewParent parent = getParent();
if (parent == null || !(parent instanceof ConstraintLayout)) {
return;
}
d((ConstraintLayout) parent);
}
}