Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,601 @@
package A;
import N0.l;
import O.B0;
import O.C0064f;
import O.D0;
import O.InterfaceC0058c;
import O.InterfaceC0062e;
import O.InterfaceC0080v;
import O.X;
import S0.o;
import S0.r;
import S2.p;
import S2.u;
import a.AbstractC0106b;
import android.content.ClipData;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.net.Uri;
import android.os.Bundle;
import android.view.ContentInfo;
import android.view.GestureDetector;
import android.view.View;
import android.view.accessibility.AccessibilityNodeInfo;
import android.widget.EditText;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import androidx.recyclerview.widget.L;
import com.adif.elcanomovil.commonNavGraph.arguments.NavArguments;
import com.adif.elcanomovil.serviceNetworking.ServicePaths;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.firebase.analytics.FirebaseAnalytics;
import f0.C0344h;
import i3.m;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.WeakHashMap;
import java.util.concurrent.TimeUnit;
import kotlin.Pair;
import kotlin.collections.MapsKt;
import kotlin.jvm.internal.Intrinsics;
import u0.C0632b;
/* loaded from: classes.dex */
public class a implements InterfaceC0080v, InterfaceC0058c, InterfaceC0062e, Q0.h, p {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f6a;
/* renamed from: b, reason: collision with root package name */
public Object f7b;
public /* synthetic */ a(int i, boolean z3) {
this.f6a = i;
}
public static void n(x0.c cVar) {
cVar.i("CREATE TABLE IF NOT EXISTS `StationEntity` (`stationCode` TEXT NOT NULL, `stationType` TEXT NOT NULL, `longName` TEXT NOT NULL, `shortName` TEXT NOT NULL, `longNameToFind` TEXT NOT NULL, `shortNameToFind` TEXT NOT NULL, `latitude` REAL NOT NULL, `longitude` REAL NOT NULL, `trafficType` INTEGER NOT NULL, `commercialZoneType` TEXT, `commuterNetwork` TEXT NOT NULL, `akaName` TEXT NOT NULL, PRIMARY KEY(`stationCode`))");
cVar.i("CREATE TABLE IF NOT EXISTS `FavouriteEntity` (`favouriteId` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `identifierStation` TEXT, `stationName` TEXT, `identifierToStation` TEXT, `stationToName` TEXT, `type` TEXT NOT NULL, `isCercanias` INTEGER, `isRodalies` INTEGER)");
cVar.i("CREATE TABLE IF NOT EXISTS `AvisaStation` (`stId` TEXT NOT NULL, `name` TEXT NOT NULL, `code` TEXT NOT NULL, `latitude` REAL, `longitude` REAL, PRIMARY KEY(`stId`))");
cVar.i("CREATE TABLE IF NOT EXISTS `AvisaStationCategory` (`catId` TEXT NOT NULL, `title` TEXT NOT NULL, PRIMARY KEY(`catId`))");
cVar.i("CREATE TABLE IF NOT EXISTS `IncidenceEntity` (`id` INTEGER NOT NULL, `incidenceCode` TEXT NOT NULL, `stationId` TEXT, `statusTypeId` INTEGER NOT NULL, `description` TEXT NOT NULL, `notificationTypeId` INTEGER NOT NULL, `createdTime` INTEGER NOT NULL, `estimatedDateTo` INTEGER, `solvedDate` INTEGER, `categoryId` TEXT, `photos` TEXT, `comments` TEXT, PRIMARY KEY(`id`), FOREIGN KEY(`stationId`) REFERENCES `AvisaStation`(`stId`) ON UPDATE NO ACTION ON DELETE CASCADE , FOREIGN KEY(`categoryId`) REFERENCES `AvisaStationCategory`(`catId`) ON UPDATE NO ACTION ON DELETE CASCADE )");
cVar.i("CREATE TABLE IF NOT EXISTS `IncidenceCommentEntity` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `createTime` INTEGER, `updatedTime` INTEGER, `type` TEXT, `statusTypeId` TEXT NOT NULL, `description` TEXT NOT NULL, `incidenceId` INTEGER, `fixPhotos` TEXT NOT NULL, FOREIGN KEY(`incidenceId`) REFERENCES `IncidenceEntity`(`id`) ON UPDATE NO ACTION ON DELETE CASCADE )");
cVar.i("CREATE TABLE IF NOT EXISTS `IncidencePictureEntity` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `type` TEXT NOT NULL, `content` TEXT NOT NULL, `thumbnail` INTEGER, `incidenceId` INTEGER, `path` TEXT, FOREIGN KEY(`incidenceId`) REFERENCES `IncidenceEntity`(`id`) ON UPDATE NO ACTION ON DELETE CASCADE )");
cVar.i("CREATE TABLE IF NOT EXISTS `FavouriteTrainEntity` (`commercialNumber` TEXT NOT NULL, `originStationCode` TEXT NOT NULL, `destinationStationCode` TEXT NOT NULL, `launchingDate` INTEGER NOT NULL, `operator` TEXT, `commercialProduct` TEXT, `timeStationFrom` TEXT, `timeStationTo` TEXT, PRIMARY KEY(`commercialNumber`, `originStationCode`, `destinationStationCode`))");
cVar.i("CREATE TABLE IF NOT EXISTS `IncidenceStationEntity` (`station_id` INTEGER PRIMARY KEY AUTOINCREMENT, `id` INTEGER NOT NULL, `incidenceCode` TEXT NOT NULL, `stationId` TEXT, `statusTypeId` INTEGER NOT NULL, `description` TEXT NOT NULL, `notificationTypeId` INTEGER NOT NULL, `createdTime` INTEGER NOT NULL, `estimatedDateTo` INTEGER, `solvedDate` INTEGER, `categoryId` TEXT, `photos` TEXT, `comments` TEXT, `stId` TEXT NOT NULL, `name` TEXT NOT NULL, `code` TEXT NOT NULL, `latitude` REAL, `longitude` REAL, `catId` TEXT NOT NULL, `title` TEXT NOT NULL)");
cVar.i("CREATE TABLE IF NOT EXISTS `SubscriptionEntity` (`subcriptionId` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `destination` TEXT, `origin` TEXT NOT NULL, `repeats` TEXT NOT NULL, `subscriptionType` TEXT NOT NULL, `timeCenter` TEXT NOT NULL, `timeEnd` TEXT, `timeStart` TEXT, `active` INTEGER NOT NULL, `operator` TEXT, `commercialProduct` TEXT)");
cVar.i("CREATE TABLE IF NOT EXISTS `SubscriptionAuxEntity` (`subcriptionAuxId` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `subscriptionType` TEXT NOT NULL, `operator` TEXT, `commercialProduct` TEXT)");
cVar.i("CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)");
cVar.i("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '43f5c312adc2ca1d1a2a64bd71784e25')");
}
public static r r(l lVar, S0.j jVar, Q0.b bVar, Q0.c cVar) {
BitmapDrawable bitmapDrawable = new BitmapDrawable(jVar.f1477a.getResources(), cVar.f1356a);
J0.g gVar = J0.g.f933a;
Map map = cVar.f1357b;
Object obj = map.get("coil#disk_cache_key");
String str = obj instanceof String ? (String) obj : null;
Object obj2 = map.get("coil#is_sampled");
Boolean bool = obj2 instanceof Boolean ? (Boolean) obj2 : null;
boolean z3 = false;
boolean booleanValue = bool != null ? bool.booleanValue() : false;
Bitmap.Config[] configArr = W0.f.f1887a;
if (lVar != null && lVar.f1197g) {
z3 = true;
}
return new r(bitmapDrawable, jVar, gVar, bVar, str, booleanValue, z3);
}
public static a s(int i, int i4, int i5) {
return new a(AccessibilityNodeInfo.CollectionInfo.obtain(i, i4, false, i5), 10);
}
public static M.g u(x0.c cVar) {
HashMap hashMap = new HashMap(12);
hashMap.put("stationCode", new C0632b("stationCode", "TEXT", true, 1, null, 1));
hashMap.put("stationType", new C0632b("stationType", "TEXT", true, 0, null, 1));
hashMap.put("longName", new C0632b("longName", "TEXT", true, 0, null, 1));
hashMap.put("shortName", new C0632b("shortName", "TEXT", true, 0, null, 1));
hashMap.put("longNameToFind", new C0632b("longNameToFind", "TEXT", true, 0, null, 1));
hashMap.put("shortNameToFind", new C0632b("shortNameToFind", "TEXT", true, 0, null, 1));
hashMap.put("latitude", new C0632b("latitude", "REAL", true, 0, null, 1));
hashMap.put("longitude", new C0632b("longitude", "REAL", true, 0, null, 1));
hashMap.put(NavArguments.ARG_DYNAMIC_LINKS_STATION_TRAFFIC, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_STATION_TRAFFIC, "INTEGER", true, 0, null, 1));
hashMap.put("commercialZoneType", new C0632b("commercialZoneType", "TEXT", false, 0, null, 1));
hashMap.put("commuterNetwork", new C0632b("commuterNetwork", "TEXT", true, 0, null, 1));
hashMap.put("akaName", new C0632b("akaName", "TEXT", true, 0, null, 1));
u0.f fVar = new u0.f("StationEntity", hashMap, new HashSet(0), new HashSet(0));
u0.f a2 = u0.f.a(cVar, "StationEntity");
if (!fVar.equals(a2)) {
return new M.g(false, "StationEntity(com.adif.elcanomovil.serviceStorage.model.StationEntity).\n Expected:\n" + fVar + "\n Found:\n" + a2);
}
HashMap hashMap2 = new HashMap(8);
hashMap2.put("favouriteId", new C0632b("favouriteId", "INTEGER", true, 1, null, 1));
hashMap2.put("identifierStation", new C0632b("identifierStation", "TEXT", false, 0, null, 1));
hashMap2.put("stationName", new C0632b("stationName", "TEXT", false, 0, null, 1));
hashMap2.put("identifierToStation", new C0632b("identifierToStation", "TEXT", false, 0, null, 1));
hashMap2.put("stationToName", new C0632b("stationToName", "TEXT", false, 0, null, 1));
hashMap2.put("type", new C0632b("type", "TEXT", true, 0, null, 1));
hashMap2.put("isCercanias", new C0632b("isCercanias", "INTEGER", false, 0, null, 1));
hashMap2.put("isRodalies", new C0632b("isRodalies", "INTEGER", false, 0, null, 1));
u0.f fVar2 = new u0.f("FavouriteEntity", hashMap2, new HashSet(0), new HashSet(0));
u0.f a4 = u0.f.a(cVar, "FavouriteEntity");
if (!fVar2.equals(a4)) {
return new M.g(false, "FavouriteEntity(com.adif.elcanomovil.serviceStorage.model.FavouriteEntity).\n Expected:\n" + fVar2 + "\n Found:\n" + a4);
}
HashMap hashMap3 = new HashMap(5);
hashMap3.put("stId", new C0632b("stId", "TEXT", true, 1, null, 1));
hashMap3.put(AppMeasurementSdk.ConditionalUserProperty.NAME, new C0632b(AppMeasurementSdk.ConditionalUserProperty.NAME, "TEXT", true, 0, null, 1));
hashMap3.put("code", new C0632b("code", "TEXT", true, 0, null, 1));
hashMap3.put("latitude", new C0632b("latitude", "REAL", false, 0, null, 1));
hashMap3.put("longitude", new C0632b("longitude", "REAL", false, 0, null, 1));
u0.f fVar3 = new u0.f("AvisaStation", hashMap3, new HashSet(0), new HashSet(0));
u0.f a5 = u0.f.a(cVar, "AvisaStation");
if (!fVar3.equals(a5)) {
return new M.g(false, "AvisaStation(com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationEntity).\n Expected:\n" + fVar3 + "\n Found:\n" + a5);
}
HashMap hashMap4 = new HashMap(2);
hashMap4.put("catId", new C0632b("catId", "TEXT", true, 1, null, 1));
hashMap4.put("title", new C0632b("title", "TEXT", true, 0, null, 1));
u0.f fVar4 = new u0.f("AvisaStationCategory", hashMap4, new HashSet(0), new HashSet(0));
u0.f a6 = u0.f.a(cVar, "AvisaStationCategory");
if (!fVar4.equals(a6)) {
return new M.g(false, "AvisaStationCategory(com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationCategoryEntity).\n Expected:\n" + fVar4 + "\n Found:\n" + a6);
}
HashMap hashMap5 = new HashMap(12);
hashMap5.put(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, new C0632b(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, "INTEGER", true, 1, null, 1));
hashMap5.put("incidenceCode", new C0632b("incidenceCode", "TEXT", true, 0, null, 1));
hashMap5.put("stationId", new C0632b("stationId", "TEXT", false, 0, null, 1));
hashMap5.put("statusTypeId", new C0632b("statusTypeId", "INTEGER", true, 0, null, 1));
hashMap5.put("description", new C0632b("description", "TEXT", true, 0, null, 1));
hashMap5.put("notificationTypeId", new C0632b("notificationTypeId", "INTEGER", true, 0, null, 1));
hashMap5.put("createdTime", new C0632b("createdTime", "INTEGER", true, 0, null, 1));
hashMap5.put("estimatedDateTo", new C0632b("estimatedDateTo", "INTEGER", false, 0, null, 1));
hashMap5.put("solvedDate", new C0632b("solvedDate", "INTEGER", false, 0, null, 1));
hashMap5.put("categoryId", new C0632b("categoryId", "TEXT", false, 0, null, 1));
hashMap5.put("photos", new C0632b("photos", "TEXT", false, 0, null, 1));
hashMap5.put("comments", new C0632b("comments", "TEXT", false, 0, null, 1));
HashSet hashSet = new HashSet(2);
hashSet.add(new u0.c("AvisaStation", "CASCADE", "NO ACTION", Arrays.asList("stationId"), Arrays.asList("stId")));
hashSet.add(new u0.c("AvisaStationCategory", "CASCADE", "NO ACTION", Arrays.asList("categoryId"), Arrays.asList("catId")));
u0.f fVar5 = new u0.f("IncidenceEntity", hashMap5, hashSet, new HashSet(0));
u0.f a7 = u0.f.a(cVar, "IncidenceEntity");
if (!fVar5.equals(a7)) {
return new M.g(false, "IncidenceEntity(com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceEntity).\n Expected:\n" + fVar5 + "\n Found:\n" + a7);
}
HashMap hashMap6 = new HashMap(8);
hashMap6.put(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, new C0632b(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, "INTEGER", true, 1, null, 1));
hashMap6.put("createTime", new C0632b("createTime", "INTEGER", false, 0, null, 1));
hashMap6.put("updatedTime", new C0632b("updatedTime", "INTEGER", false, 0, null, 1));
hashMap6.put("type", new C0632b("type", "TEXT", false, 0, null, 1));
hashMap6.put("statusTypeId", new C0632b("statusTypeId", "TEXT", true, 0, null, 1));
hashMap6.put("description", new C0632b("description", "TEXT", true, 0, null, 1));
hashMap6.put(ServicePaths.IncidenceService.pathIncidenceId, new C0632b(ServicePaths.IncidenceService.pathIncidenceId, "INTEGER", false, 0, null, 1));
hashMap6.put("fixPhotos", new C0632b("fixPhotos", "TEXT", true, 0, null, 1));
HashSet hashSet2 = new HashSet(1);
hashSet2.add(new u0.c("IncidenceEntity", "CASCADE", "NO ACTION", Arrays.asList(ServicePaths.IncidenceService.pathIncidenceId), Arrays.asList(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN)));
u0.f fVar6 = new u0.f("IncidenceCommentEntity", hashMap6, hashSet2, new HashSet(0));
u0.f a8 = u0.f.a(cVar, "IncidenceCommentEntity");
if (!fVar6.equals(a8)) {
return new M.g(false, "IncidenceCommentEntity(com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceCommentEntity).\n Expected:\n" + fVar6 + "\n Found:\n" + a8);
}
HashMap hashMap7 = new HashMap(6);
hashMap7.put(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, new C0632b(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, "INTEGER", true, 1, null, 1));
hashMap7.put("type", new C0632b("type", "TEXT", true, 0, null, 1));
hashMap7.put(FirebaseAnalytics.Param.CONTENT, new C0632b(FirebaseAnalytics.Param.CONTENT, "TEXT", true, 0, null, 1));
hashMap7.put("thumbnail", new C0632b("thumbnail", "INTEGER", false, 0, null, 1));
hashMap7.put(ServicePaths.IncidenceService.pathIncidenceId, new C0632b(ServicePaths.IncidenceService.pathIncidenceId, "INTEGER", false, 0, null, 1));
hashMap7.put(NavArguments.ARG_DYNAMIC_LINKS_TAB, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_TAB, "TEXT", false, 0, null, 1));
HashSet hashSet3 = new HashSet(1);
hashSet3.add(new u0.c("IncidenceEntity", "CASCADE", "NO ACTION", Arrays.asList(ServicePaths.IncidenceService.pathIncidenceId), Arrays.asList(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN)));
u0.f fVar7 = new u0.f("IncidencePictureEntity", hashMap7, hashSet3, new HashSet(0));
u0.f a9 = u0.f.a(cVar, "IncidencePictureEntity");
if (!fVar7.equals(a9)) {
return new M.g(false, "IncidencePictureEntity(com.adif.elcanomovil.serviceStorage.model.avisa.IncidencePictureEntity).\n Expected:\n" + fVar7 + "\n Found:\n" + a9);
}
HashMap hashMap8 = new HashMap(8);
hashMap8.put(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_NUMBER, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_NUMBER, "TEXT", true, 1, null, 1));
hashMap8.put(NavArguments.ARG_DYNAMIC_LINKS_STATION_CODE, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_STATION_CODE, "TEXT", true, 2, null, 1));
hashMap8.put(NavArguments.ARG_DYNAMIC_LINKS_STATION_TO_CODE, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_STATION_TO_CODE, "TEXT", true, 3, null, 1));
hashMap8.put(NavArguments.ARG_DYNAMIC_LINKS_LAUNCHDATE, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_LAUNCHDATE, "INTEGER", true, 0, null, 1));
hashMap8.put(NavArguments.ARG_DYNAMIC_LINKS_OPERATOR, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_OPERATOR, "TEXT", false, 0, null, 1));
hashMap8.put(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT, "TEXT", false, 0, null, 1));
hashMap8.put("timeStationFrom", new C0632b("timeStationFrom", "TEXT", false, 0, null, 1));
hashMap8.put("timeStationTo", new C0632b("timeStationTo", "TEXT", false, 0, null, 1));
u0.f fVar8 = new u0.f("FavouriteTrainEntity", hashMap8, new HashSet(0), new HashSet(0));
u0.f a10 = u0.f.a(cVar, "FavouriteTrainEntity");
if (!fVar8.equals(a10)) {
return new M.g(false, "FavouriteTrainEntity(com.adif.elcanomovil.serviceStorage.model.FavouriteTrainEntity).\n Expected:\n" + fVar8 + "\n Found:\n" + a10);
}
HashMap hashMap9 = new HashMap(20);
hashMap9.put("station_id", new C0632b("station_id", "INTEGER", false, 1, null, 1));
hashMap9.put(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, new C0632b(NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN, "INTEGER", true, 0, null, 1));
hashMap9.put("incidenceCode", new C0632b("incidenceCode", "TEXT", true, 0, null, 1));
hashMap9.put("stationId", new C0632b("stationId", "TEXT", false, 0, null, 1));
hashMap9.put("statusTypeId", new C0632b("statusTypeId", "INTEGER", true, 0, null, 1));
hashMap9.put("description", new C0632b("description", "TEXT", true, 0, null, 1));
hashMap9.put("notificationTypeId", new C0632b("notificationTypeId", "INTEGER", true, 0, null, 1));
hashMap9.put("createdTime", new C0632b("createdTime", "INTEGER", true, 0, null, 1));
hashMap9.put("estimatedDateTo", new C0632b("estimatedDateTo", "INTEGER", false, 0, null, 1));
hashMap9.put("solvedDate", new C0632b("solvedDate", "INTEGER", false, 0, null, 1));
hashMap9.put("categoryId", new C0632b("categoryId", "TEXT", false, 0, null, 1));
hashMap9.put("photos", new C0632b("photos", "TEXT", false, 0, null, 1));
hashMap9.put("comments", new C0632b("comments", "TEXT", false, 0, null, 1));
hashMap9.put("stId", new C0632b("stId", "TEXT", true, 0, null, 1));
hashMap9.put(AppMeasurementSdk.ConditionalUserProperty.NAME, new C0632b(AppMeasurementSdk.ConditionalUserProperty.NAME, "TEXT", true, 0, null, 1));
hashMap9.put("code", new C0632b("code", "TEXT", true, 0, null, 1));
hashMap9.put("latitude", new C0632b("latitude", "REAL", false, 0, null, 1));
hashMap9.put("longitude", new C0632b("longitude", "REAL", false, 0, null, 1));
hashMap9.put("catId", new C0632b("catId", "TEXT", true, 0, null, 1));
hashMap9.put("title", new C0632b("title", "TEXT", true, 0, null, 1));
u0.f fVar9 = new u0.f("IncidenceStationEntity", hashMap9, new HashSet(0), new HashSet(0));
u0.f a11 = u0.f.a(cVar, "IncidenceStationEntity");
if (!fVar9.equals(a11)) {
return new M.g(false, "IncidenceStationEntity(com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceStationEntity).\n Expected:\n" + fVar9 + "\n Found:\n" + a11);
}
HashMap hashMap10 = new HashMap(11);
hashMap10.put("subcriptionId", new C0632b("subcriptionId", "INTEGER", true, 1, null, 1));
hashMap10.put(FirebaseAnalytics.Param.DESTINATION, new C0632b(FirebaseAnalytics.Param.DESTINATION, "TEXT", false, 0, null, 1));
hashMap10.put("origin", new C0632b("origin", "TEXT", true, 0, null, 1));
hashMap10.put("repeats", new C0632b("repeats", "TEXT", true, 0, null, 1));
hashMap10.put("subscriptionType", new C0632b("subscriptionType", "TEXT", true, 0, null, 1));
hashMap10.put("timeCenter", new C0632b("timeCenter", "TEXT", true, 0, null, 1));
hashMap10.put("timeEnd", new C0632b("timeEnd", "TEXT", false, 0, null, 1));
hashMap10.put("timeStart", new C0632b("timeStart", "TEXT", false, 0, null, 1));
hashMap10.put(AppMeasurementSdk.ConditionalUserProperty.ACTIVE, new C0632b(AppMeasurementSdk.ConditionalUserProperty.ACTIVE, "INTEGER", true, 0, null, 1));
hashMap10.put(NavArguments.ARG_DYNAMIC_LINKS_OPERATOR, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_OPERATOR, "TEXT", false, 0, null, 1));
hashMap10.put(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT, "TEXT", false, 0, null, 1));
u0.f fVar10 = new u0.f("SubscriptionEntity", hashMap10, new HashSet(0), new HashSet(0));
u0.f a12 = u0.f.a(cVar, "SubscriptionEntity");
if (!fVar10.equals(a12)) {
return new M.g(false, "SubscriptionEntity(com.adif.elcanomovil.serviceStorage.model.subscriptions.SubscriptionEntity).\n Expected:\n" + fVar10 + "\n Found:\n" + a12);
}
HashMap hashMap11 = new HashMap(4);
hashMap11.put("subcriptionAuxId", new C0632b("subcriptionAuxId", "INTEGER", true, 1, null, 1));
hashMap11.put("subscriptionType", new C0632b("subscriptionType", "TEXT", true, 0, null, 1));
hashMap11.put(NavArguments.ARG_DYNAMIC_LINKS_OPERATOR, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_OPERATOR, "TEXT", false, 0, null, 1));
hashMap11.put(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT, new C0632b(NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT, "TEXT", false, 0, null, 1));
u0.f fVar11 = new u0.f("SubscriptionAuxEntity", hashMap11, new HashSet(0), new HashSet(0));
u0.f a13 = u0.f.a(cVar, "SubscriptionAuxEntity");
if (fVar11.equals(a13)) {
return new M.g(true, (String) null);
}
return new M.g(false, "SubscriptionAuxEntity(com.adif.elcanomovil.serviceStorage.model.subscriptions.SubscriptionAuxEntity).\n Expected:\n" + fVar11 + "\n Found:\n" + a13);
}
@Override // Q0.h
public boolean a(Q0.b bVar) {
return false;
}
@Override // Q0.h
public Q0.c b(Q0.b bVar) {
return null;
}
@Override // O.InterfaceC0058c
public C0064f build() {
ContentInfo build;
build = ((ContentInfo.Builder) this.f7b).build();
return new C0064f(new a(build));
}
@Override // Q0.h
public void c(int i) {
}
@Override // O.InterfaceC0062e
public ClipData d() {
ClipData clip;
clip = ((ContentInfo) this.f7b).getClip();
return clip;
}
@Override // O.InterfaceC0062e
public int e() {
int flags;
flags = ((ContentInfo) this.f7b).getFlags();
return flags;
}
@Override // O.InterfaceC0062e
public ContentInfo f() {
return (ContentInfo) this.f7b;
}
@Override // O.InterfaceC0080v
public D0 g(View view, D0 d02) {
CoordinatorLayout coordinatorLayout = (CoordinatorLayout) this.f7b;
if (!Objects.equals(coordinatorLayout.f2772n, d02)) {
coordinatorLayout.f2772n = d02;
boolean z3 = d02.d() > 0;
coordinatorLayout.f2773o = z3;
coordinatorLayout.setWillNotDraw(!z3 && coordinatorLayout.getBackground() == null);
B0 b02 = d02.f1207a;
if (!b02.m()) {
int childCount = coordinatorLayout.getChildCount();
for (int i = 0; i < childCount; i++) {
View childAt = coordinatorLayout.getChildAt(i);
WeakHashMap weakHashMap = X.f1226a;
if (childAt.getFitsSystemWindows() && ((e) childAt.getLayoutParams()).f9a != null && b02.m()) {
break;
}
}
}
coordinatorLayout.requestLayout();
}
return d02;
}
@Override // O.InterfaceC0062e
public int getSource() {
int source;
source = ((ContentInfo) this.f7b).getSource();
return source;
}
@Override // Q0.h
public void h(Q0.b bVar, Bitmap bitmap, Map map) {
((Q0.i) this.f7b).e(bVar, bitmap, map, m3.d.r(bitmap));
}
@Override // O.InterfaceC0058c
public void i(Uri uri) {
((ContentInfo.Builder) this.f7b).setLinkUri(uri);
}
@Override // S2.p
public Object j() {
switch (this.f6a) {
case 16:
Class cls = (Class) this.f7b;
try {
return u.f1629a.a(cls);
} catch (Exception e4) {
throw new RuntimeException("Unable to create instance of " + cls + ". Registering an InstanceCreator or a TypeAdapter for this type, or adding a no-args constructor may fix this problem.", e4);
}
default:
Constructor constructor = (Constructor) this.f7b;
try {
return constructor.newInstance(new Object[0]);
} catch (IllegalAccessException e5) {
AbstractC0106b abstractC0106b = V2.c.f1878a;
throw new RuntimeException("Unexpected IllegalAccessException occurred (Gson 2.10.1). Certain ReflectionAccessFilter features require Java >= 9 to work correctly. If you are not using ReflectionAccessFilter, report this to the Gson maintainers.", e5);
} catch (InstantiationException e6) {
throw new RuntimeException("Failed to invoke constructor '" + V2.c.b(constructor) + "' with no args", e6);
} catch (InvocationTargetException e7) {
throw new RuntimeException("Failed to invoke constructor '" + V2.c.b(constructor) + "' with no args", e7.getCause());
}
}
}
@Override // O.InterfaceC0058c
public void k(int i) {
((ContentInfo.Builder) this.f7b).setFlags(i);
}
public K0.i l() {
K0.d x3;
K0.b bVar = (K0.b) this.f7b;
K0.g gVar = bVar.f983d;
synchronized (gVar) {
bVar.a(true);
x3 = gVar.x(bVar.f980a.f984a);
}
if (x3 != null) {
return new K0.i(x3);
}
return null;
}
public P.k m(int i) {
return null;
}
public P.k o(int i) {
return null;
}
/* JADX WARN: Code restructure failed: missing block: B:29:0x006e, code lost:
if (r6 != false) goto L70;
*/
/* JADX WARN: Code restructure failed: missing block: B:31:0x0109, code lost:
r7 = false;
*/
/* JADX WARN: Code restructure failed: missing block: B:47:0x00d9, code lost:
if (java.lang.Math.abs(r2 - (r10 * r3)) > 1.0d) goto L62;
*/
/* JADX WARN: Code restructure failed: missing block: B:49:0x00fd, code lost:
if (r12 != 1.0d) goto L65;
*/
/* JADX WARN: Code restructure failed: missing block: B:50:0x0100, code lost:
if (r0 != false) goto L67;
*/
/* JADX WARN: Code restructure failed: missing block: B:52:0x0105, code lost:
if (r12 <= 1.0d) goto L71;
*/
/* JADX WARN: Code restructure failed: missing block: B:53:0x0107, code lost:
if (r6 == false) goto L71;
*/
/* JADX WARN: Code restructure failed: missing block: B:58:0x00ec, code lost:
if (java.lang.Math.abs(r8 - r1) > 1) goto L62;
*/
/* JADX WARN: Code restructure failed: missing block: B:62:0x00f8, code lost:
if (java.lang.Math.abs(r2 - r3) > 1) goto L62;
*/
/* JADX WARN: Removed duplicated region for block: B:19:0x010e A[RETURN] */
/* JADX WARN: Removed duplicated region for block: B:20:? A[RETURN, SYNTHETIC] */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public Q0.c p(S0.j r18, Q0.b r19, T0.h r20, T0.g r21) {
/*
Method dump skipped, instructions count: 272
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: A.a.p(S0.j, Q0.b, T0.h, T0.g):Q0.c");
}
public Q0.b q(S0.j jVar, Object obj, o oVar, I0.d dVar) {
String str;
Map map;
Q0.b bVar = jVar.f1480d;
if (bVar != null) {
return bVar;
}
List list = ((I0.p) this.f7b).f789g.f746c;
int size = list.size();
int i = 0;
while (true) {
if (i >= size) {
str = null;
break;
}
Pair pair = (Pair) list.get(i);
O0.b bVar2 = (O0.b) pair.component1();
if (((Class) pair.component2()).isAssignableFrom(obj.getClass())) {
Intrinsics.checkNotNull(bVar2, "null cannot be cast to non-null type coil.key.Keyer<kotlin.Any>");
str = bVar2.a(obj, oVar);
if (str != null) {
break;
}
}
i++;
}
if (str == null) {
return null;
}
Map map2 = jVar.f1499z.f1516a;
if (map2.isEmpty()) {
map = MapsKt.emptyMap();
} else {
LinkedHashMap linkedHashMap = new LinkedHashMap();
Iterator it = map2.entrySet().iterator();
if (it.hasNext()) {
((Map.Entry) it.next()).getValue().getClass();
throw new ClassCastException();
}
map = linkedHashMap;
}
List list2 = jVar.h;
if (list2.isEmpty() && map.isEmpty()) {
return new Q0.b(str);
}
Map mutableMap = MapsKt.toMutableMap(map);
if (!list2.isEmpty()) {
if (list2.size() > 0) {
list2.get(0).getClass();
throw new ClassCastException();
}
mutableMap.put("coil#transformation_size", oVar.f1505d.toString());
}
return new Q0.b(str, mutableMap);
}
@Override // O.InterfaceC0058c
public void setExtras(Bundle bundle) {
((ContentInfo.Builder) this.f7b).setExtras(bundle);
}
public void t(float f2, float f4, float f5) {
S1.o oVar = (S1.o) this.f7b;
if (oVar.d() < oVar.f1563e || f2 < 1.0f) {
oVar.getClass();
oVar.f1569m.postScale(f2, f2, f4, f5);
oVar.a();
}
}
public String toString() {
switch (this.f6a) {
case 8:
return "ContentInfoCompat{" + ((ContentInfo) this.f7b) + "}";
default:
return super.toString();
}
}
public boolean v(int i, int i4, Bundle bundle) {
return false;
}
public /* synthetic */ a(Object obj, int i) {
this.f6a = i;
this.f7b = obj;
}
public a(I0.p pVar, F.i iVar) {
this.f6a = 13;
this.f7b = pVar;
}
public a(Context context, L l4) {
this.f6a = 9;
this.f7b = new GestureDetector(context, l4, null);
}
public a(TextView textView) {
this.f6a = 28;
this.f7b = new C0344h(textView);
}
public a(S0.p pVar) {
this.f6a = 14;
this.f7b = MapsKt.toMutableMap(pVar.f1516a);
}
public a(EditText editText) {
this.f6a = 27;
this.f7b = new F.i(editText);
}
public a(int i) {
this.f6a = i;
switch (i) {
case 21:
this.f7b = new LinkedHashMap();
return;
case 26:
TimeUnit timeUnit = TimeUnit.MINUTES;
Intrinsics.checkNotNullParameter(timeUnit, "timeUnit");
m delegate = new m(h3.e.i);
Intrinsics.checkNotNullParameter(delegate, "delegate");
this.f7b = delegate;
return;
default:
this.f7b = new P.l(this);
return;
}
}
public a(ContentInfo contentInfo) {
this.f6a = 8;
contentInfo.getClass();
this.f7b = B2.e.h(contentInfo);
}
public a(ClipData clipData, int i) {
this.f6a = 7;
this.f7b = B2.e.f(clipData, i);
}
}

View File

@@ -0,0 +1,71 @@
package A;
import android.os.Parcelable;
import android.view.MotionEvent;
import android.view.View;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
/* loaded from: classes.dex */
public abstract class b {
public boolean e(View view) {
return false;
}
public void f(View view) {
}
public void g(e eVar) {
}
public boolean h(CoordinatorLayout coordinatorLayout, View view, View view2) {
return false;
}
public void i() {
}
public boolean j(CoordinatorLayout coordinatorLayout, View view, MotionEvent motionEvent) {
return false;
}
public boolean k(CoordinatorLayout coordinatorLayout, View view, int i) {
return false;
}
public boolean l(CoordinatorLayout coordinatorLayout, View view, int i, int i4, int i5) {
return false;
}
public boolean m(View view) {
return false;
}
public void n(CoordinatorLayout coordinatorLayout, View view, View view2, int i, int i4, int[] iArr, int i5) {
}
public void o(CoordinatorLayout coordinatorLayout, View view, int i, int i4, int i5, int[] iArr) {
iArr[0] = iArr[0] + i4;
iArr[1] = iArr[1] + i5;
}
public void p(CoordinatorLayout coordinatorLayout, View view) {
}
public void q(View view, Parcelable parcelable) {
}
public Parcelable r(View view) {
return View.BaseSavedState.EMPTY_STATE;
}
public boolean s(View view, int i, int i4) {
return false;
}
public void t(View view, View view2, int i) {
}
public boolean u(View view, MotionEvent motionEvent) {
return false;
}
}

View File

@@ -0,0 +1,10 @@
package A;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes.dex */
public @interface c {
Class value();
}

View File

@@ -0,0 +1,34 @@
package A;
import android.view.View;
import android.view.ViewGroup;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
/* loaded from: classes.dex */
public final class d implements ViewGroup.OnHierarchyChangeListener {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ CoordinatorLayout f8a;
public d(CoordinatorLayout coordinatorLayout) {
this.f8a = coordinatorLayout;
}
@Override // android.view.ViewGroup.OnHierarchyChangeListener
public final void onChildViewAdded(View view, View view2) {
ViewGroup.OnHierarchyChangeListener onHierarchyChangeListener = this.f8a.f2774q;
if (onHierarchyChangeListener != null) {
onHierarchyChangeListener.onChildViewAdded(view, view2);
}
}
@Override // android.view.ViewGroup.OnHierarchyChangeListener
public final void onChildViewRemoved(View view, View view2) {
CoordinatorLayout coordinatorLayout = this.f8a;
coordinatorLayout.p(2);
ViewGroup.OnHierarchyChangeListener onHierarchyChangeListener = coordinatorLayout.f2774q;
if (onHierarchyChangeListener != null) {
onHierarchyChangeListener.onChildViewRemoved(view, view2);
}
}
}

View File

@@ -0,0 +1,178 @@
package A;
import C.w;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Rect;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes.dex */
public final class e extends ViewGroup.MarginLayoutParams {
/* renamed from: a, reason: collision with root package name */
public b f9a;
/* renamed from: b, reason: collision with root package name */
public boolean f10b;
/* renamed from: c, reason: collision with root package name */
public final int f11c;
/* renamed from: d, reason: collision with root package name */
public final int f12d;
/* renamed from: e, reason: collision with root package name */
public final int f13e;
/* renamed from: f, reason: collision with root package name */
public final int f14f;
/* renamed from: g, reason: collision with root package name */
public int f15g;
public int h;
public int i;
/* renamed from: j, reason: collision with root package name */
public int f16j;
/* renamed from: k, reason: collision with root package name */
public View f17k;
/* renamed from: l, reason: collision with root package name */
public View f18l;
/* renamed from: m, reason: collision with root package name */
public boolean f19m;
/* renamed from: n, reason: collision with root package name */
public boolean f20n;
/* renamed from: o, reason: collision with root package name */
public final Rect f21o;
public e() {
super(-2, -2);
this.f10b = false;
this.f11c = 0;
this.f12d = 0;
this.f13e = -1;
this.f14f = -1;
this.f15g = 0;
this.h = 0;
this.f21o = new Rect();
}
public final boolean a(int i) {
if (i == 0) {
return this.f19m;
}
if (i != 1) {
return false;
}
return this.f20n;
}
public e(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
b bVar;
this.f10b = false;
this.f11c = 0;
this.f12d = 0;
this.f13e = -1;
this.f14f = -1;
this.f15g = 0;
this.h = 0;
this.f21o = new Rect();
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, z.a.f8998b);
this.f11c = obtainStyledAttributes.getInteger(0, 0);
this.f14f = obtainStyledAttributes.getResourceId(1, -1);
this.f12d = obtainStyledAttributes.getInteger(2, 0);
this.f13e = obtainStyledAttributes.getInteger(6, -1);
this.f15g = obtainStyledAttributes.getInt(5, 0);
this.h = obtainStyledAttributes.getInt(4, 0);
boolean hasValue = obtainStyledAttributes.hasValue(3);
this.f10b = hasValue;
if (hasValue) {
String string = obtainStyledAttributes.getString(3);
String str = CoordinatorLayout.f2756t;
if (TextUtils.isEmpty(string)) {
bVar = null;
} else {
if (string.startsWith(".")) {
string = context.getPackageName() + string;
} else if (string.indexOf(46) < 0) {
String str2 = CoordinatorLayout.f2756t;
if (!TextUtils.isEmpty(str2)) {
string = str2 + '.' + string;
}
}
try {
ThreadLocal threadLocal = CoordinatorLayout.f2758v;
Map map = (Map) threadLocal.get();
if (map == null) {
map = new HashMap();
threadLocal.set(map);
}
Constructor<?> constructor = (Constructor) map.get(string);
if (constructor == null) {
constructor = Class.forName(string, false, context.getClassLoader()).getConstructor(CoordinatorLayout.f2757u);
constructor.setAccessible(true);
map.put(string, constructor);
}
bVar = (b) constructor.newInstance(context, attributeSet);
} catch (Exception e4) {
throw new RuntimeException(w.z("Could not inflate Behavior subclass ", string), e4);
}
}
this.f9a = bVar;
}
obtainStyledAttributes.recycle();
b bVar2 = this.f9a;
if (bVar2 != null) {
bVar2.g(this);
}
}
public e(e eVar) {
super((ViewGroup.MarginLayoutParams) eVar);
this.f10b = false;
this.f11c = 0;
this.f12d = 0;
this.f13e = -1;
this.f14f = -1;
this.f15g = 0;
this.h = 0;
this.f21o = new Rect();
}
public e(ViewGroup.MarginLayoutParams marginLayoutParams) {
super(marginLayoutParams);
this.f10b = false;
this.f11c = 0;
this.f12d = 0;
this.f13e = -1;
this.f14f = -1;
this.f15g = 0;
this.h = 0;
this.f21o = new Rect();
}
public e(ViewGroup.LayoutParams layoutParams) {
super(layoutParams);
this.f10b = false;
this.f11c = 0;
this.f12d = 0;
this.f13e = -1;
this.f14f = -1;
this.f15g = 0;
this.h = 0;
this.f21o = new Rect();
}
}

View File

@@ -0,0 +1,21 @@
package A;
import android.view.ViewTreeObserver;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
/* loaded from: classes.dex */
public final class f implements ViewTreeObserver.OnPreDrawListener {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ CoordinatorLayout f22a;
public f(CoordinatorLayout coordinatorLayout) {
this.f22a = coordinatorLayout;
}
@Override // android.view.ViewTreeObserver.OnPreDrawListener
public final boolean onPreDraw() {
this.f22a.p(0);
return true;
}
}

View File

@@ -0,0 +1,134 @@
package A;
import H0.o;
import I2.D;
import android.os.Parcel;
import android.os.Parcelable;
import android.view.View;
import androidx.fragment.app.J;
import m.T0;
import x2.C0658a;
import z2.C0680j;
/* loaded from: classes.dex */
public final class g implements Parcelable.ClassLoaderCreator {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f23a;
public /* synthetic */ g(int i) {
this.f23a = i;
}
/* JADX WARN: Type inference failed for: r1v5, types: [android.view.View$BaseSavedState, H0.o, java.lang.Object] */
@Override // android.os.Parcelable.ClassLoaderCreator
public final Object createFromParcel(Parcel parcel, ClassLoader classLoader) {
switch (this.f23a) {
case 0:
return new h(parcel, classLoader);
case 1:
return new F0.j(parcel, classLoader);
case 2:
return new F2.e(parcel, classLoader);
case 3:
?? baseSavedState = new View.BaseSavedState(parcel, classLoader);
baseSavedState.f655a = parcel.readInt();
baseSavedState.f656b = parcel.readInt();
baseSavedState.f657c = parcel.readParcelable(classLoader);
return baseSavedState;
case 4:
return new D(parcel, classLoader);
case 5:
if (parcel.readParcelable(classLoader) == null) {
return W.b.f1879b;
}
throw new IllegalStateException("superState must be null");
case 6:
return new J(parcel, classLoader);
case 7:
return new T0(parcel, classLoader);
case 8:
return new o2.b(parcel, classLoader);
case 9:
return new p2.b(parcel, classLoader);
case 10:
return new C0658a(parcel, classLoader);
case 11:
return new x2.f(parcel, classLoader);
default:
return new C0680j(parcel, classLoader);
}
}
@Override // android.os.Parcelable.Creator
public final Object[] newArray(int i) {
switch (this.f23a) {
case 0:
return new h[i];
case 1:
return new F0.j[i];
case 2:
return new F2.e[i];
case 3:
return new o[i];
case 4:
return new D[i];
case 5:
return new W.b[i];
case 6:
return new J[i];
case 7:
return new T0[i];
case 8:
return new o2.b[i];
case 9:
return new p2.b[i];
case 10:
return new C0658a[i];
case 11:
return new x2.f[i];
default:
return new C0680j[i];
}
}
/* JADX WARN: Type inference failed for: r2v5, types: [android.view.View$BaseSavedState, H0.o, java.lang.Object] */
@Override // android.os.Parcelable.Creator
public final Object createFromParcel(Parcel parcel) {
switch (this.f23a) {
case 0:
return new h(parcel, null);
case 1:
return new F0.j(parcel, null);
case 2:
return new F2.e(parcel, null);
case 3:
?? baseSavedState = new View.BaseSavedState(parcel, null);
baseSavedState.f655a = parcel.readInt();
baseSavedState.f656b = parcel.readInt();
baseSavedState.f657c = parcel.readParcelable(null);
return baseSavedState;
case 4:
return new D(parcel, null);
case 5:
if (parcel.readParcelable(null) == null) {
return W.b.f1879b;
}
throw new IllegalStateException("superState must be null");
case 6:
return new J(parcel, null);
case 7:
return new T0(parcel, null);
case 8:
return new o2.b(parcel, null);
case 9:
return new p2.b(parcel, null);
case 10:
return new C0658a(parcel, null);
case 11:
return new x2.f(parcel, null);
default:
return new C0680j(parcel, null);
}
}
}

View File

@@ -0,0 +1,41 @@
package A;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.SparseArray;
/* loaded from: classes.dex */
public final class h extends W.b {
public static final Parcelable.Creator<h> CREATOR = new g(0);
/* renamed from: c, reason: collision with root package name */
public SparseArray f24c;
public h(Parcel parcel, ClassLoader classLoader) {
super(parcel, classLoader);
int readInt = parcel.readInt();
int[] iArr = new int[readInt];
parcel.readIntArray(iArr);
Parcelable[] readParcelableArray = parcel.readParcelableArray(classLoader);
this.f24c = new SparseArray(readInt);
for (int i = 0; i < readInt; i++) {
this.f24c.append(iArr[i], readParcelableArray[i]);
}
}
@Override // W.b, android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
super.writeToParcel(parcel, i);
SparseArray sparseArray = this.f24c;
int size = sparseArray != null ? sparseArray.size() : 0;
parcel.writeInt(size);
int[] iArr = new int[size];
Parcelable[] parcelableArr = new Parcelable[size];
for (int i4 = 0; i4 < size; i4++) {
iArr[i4] = this.f24c.keyAt(i4);
parcelableArr[i4] = (Parcelable) this.f24c.valueAt(i4);
}
parcel.writeIntArray(iArr);
parcel.writeParcelableArray(parcelableArr, i);
}
}

View File

@@ -0,0 +1,48 @@
package A;
import O.L;
import O.X;
import android.view.View;
import java.util.Comparator;
import java.util.WeakHashMap;
import kotlin.comparisons.ComparisonsKt;
import u.C0630g;
/* loaded from: classes.dex */
public final class i implements Comparator {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f25a;
public /* synthetic */ i(int i) {
this.f25a = i;
}
@Override // java.util.Comparator
public final int compare(Object obj, Object obj2) {
switch (this.f25a) {
case 0:
WeakHashMap weakHashMap = X.f1226a;
float m4 = L.m((View) obj);
float m5 = L.m((View) obj2);
if (m4 > m5) {
return -1;
}
return m4 < m5 ? 1 : 0;
case 1:
return ((F0.e) obj).f519b - ((F0.e) obj2).f519b;
case 2:
return ((int[]) obj)[0] - ((int[]) obj2)[0];
case 3:
return ((Comparable) obj).compareTo((Comparable) obj2);
case 4:
return ((Comparable) obj).compareTo((Comparable) obj2);
case 5:
return ComparisonsKt.compareValues(((s3.i) obj).f8489a, ((s3.i) obj2).f8489a);
case 6:
return ((C0630g) obj).f8585b - ((C0630g) obj2).f8585b;
default:
return ((View) obj).getTop() - ((View) obj2).getTop();
}
}
}

View File

@@ -0,0 +1,461 @@
package A;
import C.M;
import G2.n;
import G2.o;
import O.X;
import a.AbstractC0105a;
import android.R;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.Parcelable;
import android.util.SparseArray;
import android.view.ActionMode;
import android.view.Menu;
import android.view.MenuItem;
import androidx.viewpager2.widget.ViewPager2;
import com.google.android.gms.common.ConnectionResult;
import d0.q;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.concurrent.atomic.AtomicInteger;
import k.AbstractC0405b;
import k.C0409f;
import k.InterfaceC0404a;
import kotlin.collections.ArrayDeque;
import kotlin.collections.CollectionsKt;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.coroutines.BuildersKt;
import kotlinx.coroutines.CoroutineScope;
import kotlinx.coroutines.channels.Channel;
import kotlinx.coroutines.channels.ChannelResult;
import kotlinx.coroutines.channels.ClosedSendChannelException;
import l.MenuC0419B;
import l.m;
import l.t;
import o0.AbstractC0544v;
import o0.C0522B;
import o0.E;
import o0.G;
import o0.H;
/* loaded from: classes.dex */
public final class j implements InterfaceC0404a {
/* renamed from: e, reason: collision with root package name */
public static j f26e;
/* renamed from: a, reason: collision with root package name */
public Object f27a;
/* renamed from: b, reason: collision with root package name */
public Object f28b;
/* renamed from: c, reason: collision with root package name */
public Object f29c;
/* renamed from: d, reason: collision with root package name */
public Object f30d;
public j(AbstractC0544v navController) {
Intent launchIntentForPackage;
Intrinsics.checkNotNullParameter(navController, "navController");
Context context = navController.f8048a;
Intrinsics.checkNotNullParameter(context, "context");
this.f27a = context;
if (context instanceof Activity) {
launchIntentForPackage = new Intent(context, context.getClass());
} else {
launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage(context.getPackageName());
if (launchIntentForPackage == null) {
launchIntentForPackage = new Intent();
}
}
launchIntentForPackage.addFlags(268468224);
this.f28b = launchIntentForPackage;
this.f29c = new ArrayList();
this.f30d = navController.i();
}
public static j h() {
if (f26e == null) {
f26e = new j(3);
}
return f26e;
}
public boolean a(o oVar, int i) {
G2.g gVar = (G2.g) oVar.f627a.get();
if (gVar == null) {
return false;
}
((Handler) this.f28b).removeCallbacksAndMessages(oVar);
Handler handler = G2.k.f600y;
handler.sendMessage(handler.obtainMessage(1, i, 0, gVar.f584a));
return true;
}
public M b() {
H h = (H) this.f30d;
if (h == null) {
throw new IllegalStateException("You must call setGraph() before constructing the deep link");
}
ArrayList arrayList = (ArrayList) this.f29c;
if (arrayList.isEmpty()) {
throw new IllegalStateException("You must call setDestination() or addDestination() before constructing the deep link");
}
ArrayList arrayList2 = new ArrayList();
ArrayList<? extends Parcelable> arrayList3 = new ArrayList<>();
Iterator it = arrayList.iterator();
E e4 = null;
while (true) {
boolean hasNext = it.hasNext();
Context context = (Context) this.f27a;
int i = 0;
if (!hasNext) {
int[] s4 = CollectionsKt.s(arrayList2);
Intent intent = (Intent) this.f28b;
intent.putExtra("android-support-nav:controller:deepLinkIds", s4);
intent.putParcelableArrayListExtra("android-support-nav:controller:deepLinkArgs", arrayList3);
M m4 = new M(context);
Intent intent2 = new Intent(intent);
ComponentName component = intent2.getComponent();
if (component == null) {
component = intent2.resolveActivity(m4.f234b.getPackageManager());
}
if (component != null) {
m4.a(component);
}
ArrayList arrayList4 = m4.f233a;
arrayList4.add(intent2);
Intrinsics.checkNotNullExpressionValue(m4, "create(context)\n …rentStack(Intent(intent))");
int size = arrayList4.size();
while (i < size) {
Intent intent3 = (Intent) arrayList4.get(i);
if (intent3 != null) {
intent3.putExtra("android-support-nav:controller:deepLinkIntent", intent);
}
i++;
}
return m4;
}
C0522B c0522b = (C0522B) it.next();
int i4 = c0522b.f7909a;
E d4 = d(i4);
if (d4 == null) {
int i5 = E.f7919j;
throw new IllegalArgumentException("Navigation destination " + AbstractC0105a.x(context, i4) + " cannot be found in the navigation graph " + h);
}
int[] c4 = d4.c(e4);
int length = c4.length;
while (i < length) {
arrayList2.add(Integer.valueOf(c4[i]));
arrayList3.add(c0522b.f7910b);
i++;
}
e4 = d4;
}
}
public void c(Object obj, ArrayList arrayList, HashSet hashSet) {
if (arrayList.contains(obj)) {
return;
}
if (hashSet.contains(obj)) {
throw new RuntimeException("This graph contains cyclic dependencies");
}
hashSet.add(obj);
ArrayList arrayList2 = (ArrayList) ((s.j) this.f28b).get(obj);
if (arrayList2 != null) {
int size = arrayList2.size();
for (int i = 0; i < size; i++) {
c(arrayList2.get(i), arrayList, hashSet);
}
}
hashSet.remove(obj);
arrayList.add(obj);
}
public E d(int i) {
ArrayDeque arrayDeque = new ArrayDeque();
H h = (H) this.f30d;
Intrinsics.checkNotNull(h);
arrayDeque.add(h);
while (!arrayDeque.isEmpty()) {
E e4 = (E) arrayDeque.removeFirst();
if (e4.h == i) {
return e4;
}
if (e4 instanceof H) {
G g4 = new G((H) e4);
while (g4.hasNext()) {
arrayDeque.add((E) g4.next());
}
}
}
return null;
}
@Override // k.InterfaceC0404a
public boolean e(AbstractC0405b abstractC0405b, MenuItem menuItem) {
return ((ActionMode.Callback) this.f27a).onActionItemClicked(g(abstractC0405b), new t((Context) this.f30d, (I.a) menuItem));
}
@Override // k.InterfaceC0404a
public boolean f(AbstractC0405b abstractC0405b, m mVar) {
C0409f g4 = g(abstractC0405b);
s.j jVar = (s.j) this.f28b;
Menu menu = (Menu) jVar.get(mVar);
if (menu == null) {
menu = new MenuC0419B((Context) this.f30d, mVar);
jVar.put(mVar, menu);
}
return ((ActionMode.Callback) this.f27a).onPrepareActionMode(g4, menu);
}
public C0409f g(AbstractC0405b abstractC0405b) {
ArrayList arrayList = (ArrayList) this.f29c;
int size = arrayList.size();
for (int i = 0; i < size; i++) {
C0409f c0409f = (C0409f) arrayList.get(i);
if (c0409f != null && c0409f.f6969b == abstractC0405b) {
return c0409f;
}
}
C0409f c0409f2 = new C0409f((Context) this.f30d, abstractC0405b);
arrayList.add(c0409f2);
return c0409f2;
}
@Override // k.InterfaceC0404a
public boolean i(AbstractC0405b abstractC0405b, m mVar) {
C0409f g4 = g(abstractC0405b);
s.j jVar = (s.j) this.f28b;
Menu menu = (Menu) jVar.get(mVar);
if (menu == null) {
menu = new MenuC0419B((Context) this.f30d, mVar);
jVar.put(mVar, menu);
}
return ((ActionMode.Callback) this.f27a).onCreateActionMode(g4, menu);
}
@Override // k.InterfaceC0404a
public void j(AbstractC0405b abstractC0405b) {
((ActionMode.Callback) this.f27a).onDestroyActionMode(g(abstractC0405b));
}
public boolean k(G2.g gVar) {
o oVar = (o) this.f29c;
return (oVar == null || gVar == null || oVar.f627a.get() != gVar) ? false : true;
}
public void l(Y.m mVar) {
Object mo1630trySendJP2dKIU = ((Channel) this.f29c).mo1630trySendJP2dKIU(mVar);
if (mo1630trySendJP2dKIU instanceof ChannelResult.Closed) {
Throwable m1644exceptionOrNullimpl = ChannelResult.m1644exceptionOrNullimpl(mo1630trySendJP2dKIU);
if (m1644exceptionOrNullimpl != null) {
throw m1644exceptionOrNullimpl;
}
throw new ClosedSendChannelException("Channel was closed normally");
}
if (!ChannelResult.m1650isSuccessimpl(mo1630trySendJP2dKIU)) {
throw new IllegalStateException("Check failed.");
}
if (((AtomicInteger) this.f30d).getAndIncrement() == 0) {
BuildersKt.launch$default((CoroutineScope) this.f27a, null, null, new Y.j(this, null), 3, null);
}
}
public void m(G2.g gVar) {
synchronized (this.f27a) {
try {
if (k(gVar)) {
o oVar = (o) this.f29c;
if (!oVar.f629c) {
oVar.f629c = true;
((Handler) this.f28b).removeCallbacksAndMessages(oVar);
}
}
} catch (Throwable th) {
throw th;
}
}
}
public void n(G2.g gVar) {
synchronized (this.f27a) {
try {
if (k(gVar)) {
o oVar = (o) this.f29c;
if (oVar.f629c) {
oVar.f629c = false;
o(oVar);
}
}
} catch (Throwable th) {
throw th;
}
}
}
public void o(o oVar) {
int i = oVar.f628b;
if (i == -2) {
return;
}
if (i <= 0) {
i = i == -1 ? ConnectionResult.DRIVE_EXTERNAL_STORAGE_REQUIRED : 2750;
}
Handler handler = (Handler) this.f28b;
handler.removeCallbacksAndMessages(oVar);
handler.sendMessageDelayed(Message.obtain(handler, 0, oVar), i);
}
public void p() {
o oVar = (o) this.f30d;
if (oVar != null) {
this.f29c = oVar;
this.f30d = null;
G2.g gVar = (G2.g) oVar.f627a.get();
if (gVar == null) {
this.f29c = null;
} else {
Handler handler = G2.k.f600y;
handler.sendMessage(handler.obtainMessage(0, gVar.f584a));
}
}
}
public void q() {
int itemCount;
ViewPager2 viewPager2 = (ViewPager2) this.f30d;
int i = R.id.accessibilityActionPageLeft;
X.h(viewPager2, R.id.accessibilityActionPageLeft);
X.e(viewPager2, 0);
X.h(viewPager2, R.id.accessibilityActionPageRight);
X.e(viewPager2, 0);
X.h(viewPager2, R.id.accessibilityActionPageUp);
X.e(viewPager2, 0);
X.h(viewPager2, R.id.accessibilityActionPageDown);
X.e(viewPager2, 0);
if (viewPager2.getAdapter() == null || (itemCount = viewPager2.getAdapter().getItemCount()) == 0 || !viewPager2.f4092r) {
return;
}
int orientation = viewPager2.getOrientation();
H0.k kVar = (H0.k) this.f28b;
H0.k kVar2 = (H0.k) this.f27a;
if (orientation != 0) {
if (viewPager2.f4081d < itemCount - 1) {
X.i(viewPager2, new P.f(R.id.accessibilityActionPageDown), kVar2);
}
if (viewPager2.f4081d > 0) {
X.i(viewPager2, new P.f(R.id.accessibilityActionPageUp), kVar);
return;
}
return;
}
boolean z3 = viewPager2.f4084g.G() == 1;
int i4 = z3 ? 16908360 : 16908361;
if (z3) {
i = 16908361;
}
if (viewPager2.f4081d < itemCount - 1) {
X.i(viewPager2, new P.f(i4), kVar2);
}
if (viewPager2.f4081d > 0) {
X.i(viewPager2, new P.f(i), kVar);
}
}
public void r() {
Iterator it = ((ArrayList) this.f29c).iterator();
while (it.hasNext()) {
int i = ((C0522B) it.next()).f7909a;
if (d(i) == null) {
int i4 = E.f7919j;
StringBuilder p = com.google.android.gms.measurement.internal.a.p("Navigation destination ", AbstractC0105a.x((Context) this.f27a, i), " cannot be found in the navigation graph ");
p.append((H) this.f30d);
throw new IllegalArgumentException(p.toString());
}
}
}
public j(int i) {
switch (i) {
case 1:
this.f27a = new s.j(0);
this.f28b = new SparseArray();
this.f29c = new s.g();
this.f30d = new s.j(0);
return;
case 2:
default:
this.f27a = new N.c(10);
this.f28b = new s.j(0);
this.f29c = new ArrayList();
this.f30d = new HashSet();
return;
case 3:
this.f27a = new Object();
this.f28b = new Handler(Looper.getMainLooper(), new n(this));
return;
}
}
public j(Typeface typeface, e0.b bVar) {
int i;
int i4;
int i5;
int i6;
this.f30d = typeface;
this.f27a = bVar;
this.f29c = new q(1024);
int a2 = bVar.a(6);
if (a2 != 0) {
int i7 = a2 + bVar.f1218a;
i = ((ByteBuffer) bVar.f1221d).getInt(((ByteBuffer) bVar.f1221d).getInt(i7) + i7);
} else {
i = 0;
}
this.f28b = new char[i * 2];
int a4 = bVar.a(6);
if (a4 != 0) {
int i8 = a4 + bVar.f1218a;
i4 = ((ByteBuffer) bVar.f1221d).getInt(((ByteBuffer) bVar.f1221d).getInt(i8) + i8);
} else {
i4 = 0;
}
for (int i9 = 0; i9 < i4; i9++) {
d0.t tVar = new d0.t(this, i9);
e0.a b4 = tVar.b();
int a5 = b4.a(4);
Character.toChars(a5 != 0 ? ((ByteBuffer) b4.f1221d).getInt(a5 + b4.f1218a) : 0, (char[]) this.f28b, i9 * 2);
e0.a b5 = tVar.b();
int a6 = b5.a(16);
if (a6 != 0) {
int i10 = a6 + b5.f1218a;
i5 = ((ByteBuffer) b5.f1221d).getInt(((ByteBuffer) b5.f1221d).getInt(i10) + i10);
} else {
i5 = 0;
}
m3.d.f(i5 > 0, "invalid metadata codepoint length");
e0.a b6 = tVar.b();
int a7 = b6.a(16);
if (a7 != 0) {
int i11 = a7 + b6.f1218a;
i6 = ((ByteBuffer) b6.f1221d).getInt(((ByteBuffer) b6.f1221d).getInt(i11) + i11);
} else {
i6 = 0;
}
((q) this.f29c).a(tVar, 0, i6 - 1);
}
}
}

View File

@@ -0,0 +1,28 @@
package A;
import android.graphics.Matrix;
import android.view.View;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
/* loaded from: classes.dex */
public abstract class k {
/* renamed from: a, reason: collision with root package name */
public static final ThreadLocal f31a = new ThreadLocal();
/* renamed from: b, reason: collision with root package name */
public static final ThreadLocal f32b = new ThreadLocal();
public static void a(CoordinatorLayout coordinatorLayout, View view, Matrix matrix) {
Object parent = view.getParent();
if ((parent instanceof View) && parent != coordinatorLayout) {
a(coordinatorLayout, (View) parent, matrix);
matrix.preTranslate(-r0.getScrollX(), -r0.getScrollY());
}
matrix.preTranslate(view.getLeft(), view.getTop());
if (view.getMatrix().isIdentity()) {
return;
}
matrix.preConcat(view.getMatrix());
}
}

View File

@@ -0,0 +1,80 @@
package A1;
import a.AbstractC0105a;
import android.database.Cursor;
import androidx.room.u;
import androidx.room.w;
import com.adif.elcanomovil.serviceStorage.database.AvisaStationDao_Impl;
import com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationCategoryEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationEntity;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import java.util.ArrayList;
import java.util.concurrent.Callable;
/* loaded from: classes.dex */
public final class a implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f33a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ w f34b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ AvisaStationDao_Impl f35c;
public /* synthetic */ a(AvisaStationDao_Impl avisaStationDao_Impl, w wVar, int i) {
this.f33a = i;
this.f35c = avisaStationDao_Impl;
this.f34b = wVar;
}
@Override // java.util.concurrent.Callable
public final Object call() {
u uVar;
Cursor M3;
u uVar2;
switch (this.f33a) {
case 0:
uVar = this.f35c.__db;
M3 = AbstractC0105a.M(uVar, this.f34b, false);
try {
int r4 = m3.l.r(M3, "catId");
int r5 = m3.l.r(M3, "title");
ArrayList arrayList = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
arrayList.add(new AvisaStationCategoryEntity(M3.getString(r4), M3.getString(r5)));
}
return arrayList;
} finally {
}
default:
uVar2 = this.f35c.__db;
M3 = AbstractC0105a.M(uVar2, this.f34b, false);
try {
int r6 = m3.l.r(M3, "stId");
int r7 = m3.l.r(M3, AppMeasurementSdk.ConditionalUserProperty.NAME);
int r8 = m3.l.r(M3, "code");
int r9 = m3.l.r(M3, "latitude");
int r10 = m3.l.r(M3, "longitude");
ArrayList arrayList2 = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
arrayList2.add(new AvisaStationEntity(M3.getString(r6), M3.getString(r7), M3.getString(r8), M3.isNull(r9) ? null : Double.valueOf(M3.getDouble(r9)), M3.isNull(r10) ? null : Double.valueOf(M3.getDouble(r10))));
}
return arrayList2;
} finally {
}
}
}
public final void finalize() {
switch (this.f33a) {
case 0:
this.f34b.release();
return;
default:
this.f34b.release();
return;
}
}
}

View File

@@ -0,0 +1,168 @@
package A1;
import androidx.room.u;
import com.adif.elcanomovil.serviceStorage.model.FavouriteEntity;
import com.adif.elcanomovil.serviceStorage.model.FavouriteTrainEntity;
import com.adif.elcanomovil.serviceStorage.model.StationEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationCategoryEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationEntity;
import com.adif.elcanomovil.serviceStorage.model.subscriptions.SubscriptionAuxEntity;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class b extends androidx.room.j {
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ int f36d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public /* synthetic */ b(u uVar, int i) {
super(uVar);
this.f36d = i;
}
@Override // androidx.room.y
public final String b() {
switch (this.f36d) {
case 0:
return "INSERT OR REPLACE INTO `AvisaStation` (`stId`,`name`,`code`,`latitude`,`longitude`) VALUES (?,?,?,?,?)";
case 1:
return "INSERT OR REPLACE INTO `AvisaStationCategory` (`catId`,`title`) VALUES (?,?)";
case 2:
return "INSERT OR REPLACE INTO `FavouriteEntity` (`favouriteId`,`identifierStation`,`stationName`,`identifierToStation`,`stationToName`,`type`,`isCercanias`,`isRodalies`) VALUES (nullif(?, 0),?,?,?,?,?,?,?)";
case 3:
return "INSERT OR REPLACE INTO `FavouriteTrainEntity` (`commercialNumber`,`originStationCode`,`destinationStationCode`,`launchingDate`,`operator`,`commercialProduct`,`timeStationFrom`,`timeStationTo`) VALUES (?,?,?,?,?,?,?,?)";
case 4:
return "INSERT OR REPLACE INTO `StationEntity` (`stationCode`,`stationType`,`longName`,`shortName`,`longNameToFind`,`shortNameToFind`,`latitude`,`longitude`,`trafficType`,`commercialZoneType`,`commuterNetwork`,`akaName`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?)";
default:
return "INSERT OR REPLACE INTO `SubscriptionAuxEntity` (`subcriptionAuxId`,`subscriptionType`,`operator`,`commercialProduct`) VALUES (nullif(?, 0),?,?,?)";
}
}
@Override // androidx.room.j
public final void d(InterfaceC0649e interfaceC0649e, Object obj) {
switch (this.f36d) {
case 0:
AvisaStationEntity avisaStationEntity = (AvisaStationEntity) obj;
interfaceC0649e.k(1, avisaStationEntity.getStId());
interfaceC0649e.k(2, avisaStationEntity.getName());
interfaceC0649e.k(3, avisaStationEntity.getCode());
if (avisaStationEntity.getLatitude() == null) {
interfaceC0649e.t(4);
} else {
interfaceC0649e.v(4, avisaStationEntity.getLatitude().doubleValue());
}
if (avisaStationEntity.getLongitude() == null) {
interfaceC0649e.t(5);
return;
} else {
interfaceC0649e.v(5, avisaStationEntity.getLongitude().doubleValue());
return;
}
case 1:
AvisaStationCategoryEntity avisaStationCategoryEntity = (AvisaStationCategoryEntity) obj;
interfaceC0649e.k(1, avisaStationCategoryEntity.getCatId());
interfaceC0649e.k(2, avisaStationCategoryEntity.getTitle());
return;
case 2:
FavouriteEntity favouriteEntity = (FavouriteEntity) obj;
interfaceC0649e.I(1, favouriteEntity.getFavouriteId());
if (favouriteEntity.getIdentifierStation() == null) {
interfaceC0649e.t(2);
} else {
interfaceC0649e.k(2, favouriteEntity.getIdentifierStation());
}
if (favouriteEntity.getStationName() == null) {
interfaceC0649e.t(3);
} else {
interfaceC0649e.k(3, favouriteEntity.getStationName());
}
if (favouriteEntity.getIdentifierToStation() == null) {
interfaceC0649e.t(4);
} else {
interfaceC0649e.k(4, favouriteEntity.getIdentifierToStation());
}
if (favouriteEntity.getStationToName() == null) {
interfaceC0649e.t(5);
} else {
interfaceC0649e.k(5, favouriteEntity.getStationToName());
}
interfaceC0649e.k(6, favouriteEntity.getType());
if ((favouriteEntity.isCercanias() == null ? null : Integer.valueOf(favouriteEntity.isCercanias().booleanValue() ? 1 : 0)) == null) {
interfaceC0649e.t(7);
} else {
interfaceC0649e.I(7, r4.intValue());
}
if ((favouriteEntity.isRodalies() != null ? Integer.valueOf(favouriteEntity.isRodalies().booleanValue() ? 1 : 0) : null) == null) {
interfaceC0649e.t(8);
return;
} else {
interfaceC0649e.I(8, r0.intValue());
return;
}
case 3:
FavouriteTrainEntity favouriteTrainEntity = (FavouriteTrainEntity) obj;
interfaceC0649e.k(1, favouriteTrainEntity.getCommercialNumber());
interfaceC0649e.k(2, favouriteTrainEntity.getOriginStationCode());
interfaceC0649e.k(3, favouriteTrainEntity.getDestinationStationCode());
interfaceC0649e.I(4, favouriteTrainEntity.getLaunchingDate());
if (favouriteTrainEntity.getOperator() == null) {
interfaceC0649e.t(5);
} else {
interfaceC0649e.k(5, favouriteTrainEntity.getOperator());
}
if (favouriteTrainEntity.getCommercialProduct() == null) {
interfaceC0649e.t(6);
} else {
interfaceC0649e.k(6, favouriteTrainEntity.getCommercialProduct());
}
if (favouriteTrainEntity.getTimeStationFrom() == null) {
interfaceC0649e.t(7);
} else {
interfaceC0649e.k(7, favouriteTrainEntity.getTimeStationFrom());
}
if (favouriteTrainEntity.getTimeStationTo() == null) {
interfaceC0649e.t(8);
return;
} else {
interfaceC0649e.k(8, favouriteTrainEntity.getTimeStationTo());
return;
}
case 4:
StationEntity stationEntity = (StationEntity) obj;
interfaceC0649e.k(1, stationEntity.getStationCode());
interfaceC0649e.k(2, stationEntity.getStationType());
interfaceC0649e.k(3, stationEntity.getLongName());
interfaceC0649e.k(4, stationEntity.getShortName());
interfaceC0649e.k(5, stationEntity.getLongNameToFind());
interfaceC0649e.k(6, stationEntity.getShortNameToFind());
interfaceC0649e.v(7, stationEntity.getLatitude());
interfaceC0649e.v(8, stationEntity.getLongitude());
interfaceC0649e.I(9, stationEntity.getTrafficType());
if (stationEntity.getCommercialZoneType() == null) {
interfaceC0649e.t(10);
} else {
interfaceC0649e.k(10, stationEntity.getCommercialZoneType());
}
interfaceC0649e.k(11, stationEntity.getCommuterNetwork());
interfaceC0649e.k(12, stationEntity.getAkaName());
return;
default:
SubscriptionAuxEntity subscriptionAuxEntity = (SubscriptionAuxEntity) obj;
interfaceC0649e.I(1, subscriptionAuxEntity.getSubcriptionAuxId());
interfaceC0649e.k(2, subscriptionAuxEntity.getSubscriptionType());
if (subscriptionAuxEntity.getOperator() == null) {
interfaceC0649e.t(3);
} else {
interfaceC0649e.k(3, subscriptionAuxEntity.getOperator());
}
if (subscriptionAuxEntity.getCommercialProduct() == null) {
interfaceC0649e.t(4);
return;
} else {
interfaceC0649e.k(4, subscriptionAuxEntity.getCommercialProduct());
return;
}
}
}
}

View File

@@ -0,0 +1,43 @@
package A1;
import androidx.room.u;
import androidx.room.y;
/* loaded from: classes.dex */
public final class c extends y {
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ int f37d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public /* synthetic */ c(u uVar, int i) {
super(uVar);
this.f37d = i;
}
@Override // androidx.room.y
public final String b() {
switch (this.f37d) {
case 0:
return "DELETE FROM AvisaStation";
case 1:
return "DELETE FROM AvisaStationCategory";
case 2:
return "DELETE FROM FavouriteEntity";
case 3:
return "DELETE FROM FavouriteEntity WHERE identifierStation = ? AND isCercanias = ? AND type LIKE ?";
case 4:
return "DELETE FROM FavouriteEntity WHERE identifierStation = ? AND identifierToStation =? AND isCercanias = ? AND type LIKE ?";
case 5:
return "DELETE FROM FavouriteTrainEntity WHERE commercialNumber = ? AND originStationCode = ? AND destinationStationCode = ?";
case 6:
return "DELETE FROM IncidenceEntity";
case 7:
return "DELETE FROM StationEntity";
case 8:
return "DELETE FROM SubscriptionEntity WHERE active = ? ";
default:
return "DELETE FROM SubscriptionEntity WHERE subcriptionId = ? ";
}
}
}

View File

@@ -0,0 +1,50 @@
package A1;
import com.adif.elcanomovil.serviceStorage.database.AvisaStationDao_Impl;
import java.util.List;
import java.util.concurrent.Callable;
import kotlin.Unit;
/* loaded from: classes.dex */
public final class d implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f38a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ List f39b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ AvisaStationDao_Impl f40c;
public /* synthetic */ d(AvisaStationDao_Impl avisaStationDao_Impl, List list, int i) {
this.f38a = i;
this.f40c = avisaStationDao_Impl;
this.f39b = list;
}
@Override // java.util.concurrent.Callable
public final Object call() {
AvisaStationDao_Impl avisaStationDao_Impl;
switch (this.f38a) {
case 0:
avisaStationDao_Impl = this.f40c;
AvisaStationDao_Impl.access$000(avisaStationDao_Impl).beginTransaction();
try {
AvisaStationDao_Impl.access$100(avisaStationDao_Impl).e(this.f39b);
AvisaStationDao_Impl.access$000(avisaStationDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
default:
avisaStationDao_Impl = this.f40c;
AvisaStationDao_Impl.access$000(avisaStationDao_Impl).beginTransaction();
try {
AvisaStationDao_Impl.access$200(avisaStationDao_Impl).e(this.f39b);
AvisaStationDao_Impl.access$000(avisaStationDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
}
}
}

View File

@@ -0,0 +1,74 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.AvisaStationDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class e implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f41a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ AvisaStationDao_Impl f42b;
public /* synthetic */ e(AvisaStationDao_Impl avisaStationDao_Impl, int i) {
this.f41a = i;
this.f42b = avisaStationDao_Impl;
}
@Override // java.util.concurrent.Callable
public final Object call() {
AvisaStationDao_Impl avisaStationDao_Impl;
y yVar;
y yVar2;
u uVar;
u uVar2;
y yVar3;
y yVar4;
u uVar3;
u uVar4;
switch (this.f41a) {
case 0:
avisaStationDao_Impl = this.f42b;
yVar = avisaStationDao_Impl.__preparedStmtOfDeleteAll;
InterfaceC0649e a2 = yVar.a();
try {
uVar = avisaStationDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar2 = avisaStationDao_Impl.__db;
uVar2.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
} finally {
yVar2 = avisaStationDao_Impl.__preparedStmtOfDeleteAll;
yVar2.c(a2);
}
default:
avisaStationDao_Impl = this.f42b;
yVar3 = avisaStationDao_Impl.__preparedStmtOfDeleteCategories;
InterfaceC0649e a4 = yVar3.a();
try {
uVar3 = avisaStationDao_Impl.__db;
uVar3.beginTransaction();
try {
a4.o();
uVar4 = avisaStationDao_Impl.__db;
uVar4.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
} finally {
yVar4 = avisaStationDao_Impl.__preparedStmtOfDeleteCategories;
yVar4.c(a4);
}
}
}
}

View File

@@ -0,0 +1,62 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.FavouritesDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class g implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f44a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ boolean f45b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ String f46c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ FavouritesDao_Impl f47d;
public g(FavouritesDao_Impl favouritesDao_Impl, int i, boolean z3, String str) {
this.f47d = favouritesDao_Impl;
this.f44a = i;
this.f45b = z3;
this.f46c = str;
}
@Override // java.util.concurrent.Callable
public final Object call() {
y yVar;
y yVar2;
u uVar;
u uVar2;
u uVar3;
FavouritesDao_Impl favouritesDao_Impl = this.f47d;
yVar = favouritesDao_Impl.__preparedStmtOfDeleteFavouriteStationType;
InterfaceC0649e a2 = yVar.a();
a2.I(1, this.f44a);
a2.I(2, this.f45b ? 1L : 0L);
a2.k(3, this.f46c);
try {
uVar = favouritesDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar3 = favouritesDao_Impl.__db;
uVar3.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar2 = favouritesDao_Impl.__db;
uVar2.endTransaction();
}
} finally {
yVar2 = favouritesDao_Impl.__preparedStmtOfDeleteFavouriteStationType;
yVar2.c(a2);
}
}
}

View File

@@ -0,0 +1,67 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.FavouritesDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class h implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f48a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ int f49b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ boolean f50c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ String f51d;
/* renamed from: e, reason: collision with root package name */
public final /* synthetic */ FavouritesDao_Impl f52e;
public h(FavouritesDao_Impl favouritesDao_Impl, int i, int i4, boolean z3, String str) {
this.f52e = favouritesDao_Impl;
this.f48a = i;
this.f49b = i4;
this.f50c = z3;
this.f51d = str;
}
@Override // java.util.concurrent.Callable
public final Object call() {
y yVar;
y yVar2;
u uVar;
u uVar2;
u uVar3;
FavouritesDao_Impl favouritesDao_Impl = this.f52e;
yVar = favouritesDao_Impl.__preparedStmtOfDeleteFavouriteRouteType;
InterfaceC0649e a2 = yVar.a();
a2.I(1, this.f48a);
a2.I(2, this.f49b);
a2.I(3, this.f50c ? 1L : 0L);
a2.k(4, this.f51d);
try {
uVar = favouritesDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar3 = favouritesDao_Impl.__db;
uVar3.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar2 = favouritesDao_Impl.__db;
uVar2.endTransaction();
}
} finally {
yVar2 = favouritesDao_Impl.__preparedStmtOfDeleteFavouriteRouteType;
yVar2.c(a2);
}
}
}

View File

@@ -0,0 +1,62 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.FavouritesDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class i implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ String f53a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ String f54b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ String f55c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ FavouritesDao_Impl f56d;
public i(FavouritesDao_Impl favouritesDao_Impl, String str, String str2, String str3) {
this.f56d = favouritesDao_Impl;
this.f53a = str;
this.f54b = str2;
this.f55c = str3;
}
@Override // java.util.concurrent.Callable
public final Object call() {
y yVar;
y yVar2;
u uVar;
u uVar2;
u uVar3;
FavouritesDao_Impl favouritesDao_Impl = this.f56d;
yVar = favouritesDao_Impl.__preparedStmtOfDeleteFavouriteTrain;
InterfaceC0649e a2 = yVar.a();
a2.k(1, this.f53a);
a2.k(2, this.f54b);
a2.k(3, this.f55c);
try {
uVar = favouritesDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar3 = favouritesDao_Impl.__db;
uVar3.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar2 = favouritesDao_Impl.__db;
uVar2.endTransaction();
}
} finally {
yVar2 = favouritesDao_Impl.__preparedStmtOfDeleteFavouriteTrain;
yVar2.c(a2);
}
}
}

View File

@@ -0,0 +1,208 @@
package A1;
import a.AbstractC0105a;
import android.database.Cursor;
import androidx.room.u;
import androidx.room.w;
import com.adif.elcanomovil.commonNavGraph.arguments.NavArguments;
import com.adif.elcanomovil.serviceStorage.database.FavouritesDao_Impl;
import com.adif.elcanomovil.serviceStorage.model.FavouriteEntity;
import com.adif.elcanomovil.serviceStorage.model.FavouriteTrainEntity;
import com.adif.elcanomovil.serviceStorage.model.StationEntity;
import com.adif.elcanomovil.serviceStorage.model.StationFavouritesEntity;
import java.util.ArrayList;
import java.util.concurrent.Callable;
/* loaded from: classes.dex */
public final class j implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f57a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ w f58b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ FavouritesDao_Impl f59c;
public /* synthetic */ j(FavouritesDao_Impl favouritesDao_Impl, w wVar, int i) {
this.f57a = i;
this.f59c = favouritesDao_Impl;
this.f58b = wVar;
}
/* JADX WARN: Finally extract failed */
/* JADX WARN: Type inference failed for: r14v3, types: [s.e, s.j] */
@Override // java.util.concurrent.Callable
public final Object call() {
u uVar;
Cursor M3;
Boolean valueOf;
FavouritesDao_Impl favouritesDao_Impl;
u uVar2;
u uVar3;
u uVar4;
FavouritesDao_Impl favouritesDao_Impl2;
u uVar5;
u uVar6;
int i;
u uVar7;
u uVar8;
u uVar9;
switch (this.f57a) {
case 0:
uVar = this.f59c.__db;
M3 = AbstractC0105a.M(uVar, this.f58b, false);
try {
int r4 = m3.l.r(M3, "favouriteId");
int r5 = m3.l.r(M3, "identifierStation");
int r6 = m3.l.r(M3, "stationName");
int r7 = m3.l.r(M3, "identifierToStation");
int r8 = m3.l.r(M3, "stationToName");
int r9 = m3.l.r(M3, "type");
int r10 = m3.l.r(M3, "isCercanias");
int r11 = m3.l.r(M3, "isRodalies");
ArrayList arrayList = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
int i4 = M3.getInt(r4);
Boolean bool = null;
String string = M3.isNull(r5) ? null : M3.getString(r5);
String string2 = M3.isNull(r6) ? null : M3.getString(r6);
String string3 = M3.isNull(r7) ? null : M3.getString(r7);
String string4 = M3.isNull(r8) ? null : M3.getString(r8);
String string5 = M3.getString(r9);
Integer valueOf2 = M3.isNull(r10) ? null : Integer.valueOf(M3.getInt(r10));
boolean z3 = true;
if (valueOf2 == null) {
valueOf = null;
} else {
valueOf = Boolean.valueOf(valueOf2.intValue() != 0);
}
Integer valueOf3 = M3.isNull(r11) ? null : Integer.valueOf(M3.getInt(r11));
if (valueOf3 != null) {
if (valueOf3.intValue() == 0) {
z3 = false;
}
bool = Boolean.valueOf(z3);
}
arrayList.add(new FavouriteEntity(i4, string, string2, string3, string4, string5, valueOf, bool));
}
return arrayList;
} finally {
M3.close();
}
case 1:
favouritesDao_Impl = this.f59c;
uVar2 = favouritesDao_Impl.__db;
uVar2.beginTransaction();
try {
try {
uVar4 = favouritesDao_Impl.__db;
M3 = AbstractC0105a.M(uVar4, this.f58b, true);
try {
int r12 = m3.l.r(M3, "stationCode");
int r13 = m3.l.r(M3, "stationType");
int r14 = m3.l.r(M3, "longName");
int r15 = m3.l.r(M3, "shortName");
int r16 = m3.l.r(M3, "longNameToFind");
int r17 = m3.l.r(M3, "shortNameToFind");
int r18 = m3.l.r(M3, "latitude");
int r19 = m3.l.r(M3, "longitude");
int r20 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_STATION_TRAFFIC);
int r21 = m3.l.r(M3, "commercialZoneType");
int r22 = m3.l.r(M3, "commuterNetwork");
int r23 = m3.l.r(M3, "akaName");
?? jVar = new s.j(0);
while (M3.moveToNext()) {
String string6 = M3.getString(r12);
if (jVar.containsKey(string6)) {
i = r23;
} else {
i = r23;
jVar.put(string6, new ArrayList());
}
r23 = i;
}
int i5 = r23;
M3.moveToPosition(-1);
favouritesDao_Impl.__fetchRelationshipFavouriteEntityAscomAdifElcanomovilServiceStorageModelFavouriteEntity(jVar);
ArrayList arrayList2 = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
int i6 = i5;
FavouritesDao_Impl favouritesDao_Impl3 = favouritesDao_Impl2;
int i7 = r13;
try {
arrayList2.add(new StationFavouritesEntity(new StationEntity(M3.getString(r12), M3.getString(r13), M3.getString(r14), M3.getString(r15), M3.getString(r16), M3.getString(r17), M3.getDouble(r18), M3.getDouble(r19), M3.getInt(r20), M3.isNull(r21) ? null : M3.getString(r21), M3.getString(r22), M3.getString(i6)), (ArrayList) jVar.get(M3.getString(r12))));
r13 = i7;
i5 = i6;
r12 = r12;
favouritesDao_Impl2 = favouritesDao_Impl3;
} catch (Throwable th) {
th = th;
throw th;
}
}
FavouritesDao_Impl favouritesDao_Impl4 = favouritesDao_Impl2;
uVar5 = favouritesDao_Impl4.__db;
uVar5.setTransactionSuccessful();
uVar6 = favouritesDao_Impl4.__db;
uVar6.endTransaction();
return arrayList2;
} catch (Throwable th2) {
th = th2;
}
} catch (Throwable th3) {
th = th3;
throw th;
}
} catch (Throwable th4) {
th = th4;
throw th;
}
default:
favouritesDao_Impl = this.f59c;
uVar7 = favouritesDao_Impl.__db;
uVar7.beginTransaction();
try {
uVar8 = favouritesDao_Impl.__db;
M3 = AbstractC0105a.M(uVar8, this.f58b, false);
try {
int r24 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_NUMBER);
int r25 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_STATION_CODE);
int r26 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_STATION_TO_CODE);
int r27 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_LAUNCHDATE);
int r28 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_OPERATOR);
int r29 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT);
int r30 = m3.l.r(M3, "timeStationFrom");
int r31 = m3.l.r(M3, "timeStationTo");
ArrayList arrayList3 = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
arrayList3.add(new FavouriteTrainEntity(M3.getString(r24), M3.getString(r25), M3.getString(r26), M3.getLong(r27), M3.isNull(r28) ? null : M3.getString(r28), M3.isNull(r29) ? null : M3.getString(r29), M3.isNull(r30) ? null : M3.getString(r30), M3.isNull(r31) ? null : M3.getString(r31)));
}
uVar9 = favouritesDao_Impl.__db;
uVar9.setTransactionSuccessful();
return arrayList3;
} catch (Throwable th5) {
throw th5;
}
} finally {
uVar3 = favouritesDao_Impl.__db;
uVar3.endTransaction();
}
}
}
public final void finalize() {
switch (this.f57a) {
case 0:
this.f58b.release();
return;
case 1:
this.f58b.release();
return;
default:
this.f58b.release();
return;
}
}
}

View File

@@ -0,0 +1,50 @@
package A1;
import com.adif.elcanomovil.serviceStorage.database.FavouritesDao_Impl;
import java.util.List;
import java.util.concurrent.Callable;
import kotlin.Unit;
/* loaded from: classes.dex */
public final class k implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f60a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ List f61b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ FavouritesDao_Impl f62c;
public /* synthetic */ k(FavouritesDao_Impl favouritesDao_Impl, List list, int i) {
this.f60a = i;
this.f62c = favouritesDao_Impl;
this.f61b = list;
}
@Override // java.util.concurrent.Callable
public final Object call() {
FavouritesDao_Impl favouritesDao_Impl;
switch (this.f60a) {
case 0:
favouritesDao_Impl = this.f62c;
FavouritesDao_Impl.access$000(favouritesDao_Impl).beginTransaction();
try {
FavouritesDao_Impl.access$100(favouritesDao_Impl).e(this.f61b);
FavouritesDao_Impl.access$000(favouritesDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
default:
favouritesDao_Impl = this.f62c;
FavouritesDao_Impl.access$000(favouritesDao_Impl).beginTransaction();
try {
FavouritesDao_Impl.access$200(favouritesDao_Impl).e(this.f61b);
FavouritesDao_Impl.access$000(favouritesDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
}
}
}

View File

@@ -0,0 +1,86 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.FavouritesDao_Impl;
import com.adif.elcanomovil.serviceStorage.database.IncidenceDao_Impl;
import com.adif.elcanomovil.serviceStorage.database.StationsDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class l implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f63a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f64b;
public /* synthetic */ l(Object obj, int i) {
this.f63a = i;
this.f64b = obj;
}
@Override // java.util.concurrent.Callable
public final Object call() {
y yVar;
y yVar2;
u uVar;
u uVar2;
u uVar3;
switch (this.f63a) {
case 0:
FavouritesDao_Impl favouritesDao_Impl = (FavouritesDao_Impl) this.f64b;
yVar = favouritesDao_Impl.__preparedStmtOfDeleteAll;
InterfaceC0649e a2 = yVar.a();
try {
uVar = favouritesDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar3 = favouritesDao_Impl.__db;
uVar3.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar2 = favouritesDao_Impl.__db;
uVar2.endTransaction();
}
} finally {
yVar2 = favouritesDao_Impl.__preparedStmtOfDeleteAll;
yVar2.c(a2);
}
case 1:
IncidenceDao_Impl incidenceDao_Impl = (IncidenceDao_Impl) this.f64b;
InterfaceC0649e a4 = IncidenceDao_Impl.access$500(incidenceDao_Impl).a();
try {
IncidenceDao_Impl.access$200(incidenceDao_Impl).beginTransaction();
try {
a4.o();
IncidenceDao_Impl.access$200(incidenceDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
IncidenceDao_Impl.access$200(incidenceDao_Impl).endTransaction();
}
} finally {
IncidenceDao_Impl.access$500(incidenceDao_Impl).c(a4);
}
default:
StationsDao_Impl stationsDao_Impl = (StationsDao_Impl) this.f64b;
InterfaceC0649e a5 = StationsDao_Impl.access$200(stationsDao_Impl).a();
try {
StationsDao_Impl.access$000(stationsDao_Impl).beginTransaction();
try {
a5.o();
StationsDao_Impl.access$000(stationsDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
StationsDao_Impl.access$000(stationsDao_Impl).endTransaction();
}
} finally {
StationsDao_Impl.access$200(stationsDao_Impl).c(a5);
}
}
}
}

View File

@@ -0,0 +1,148 @@
package A1;
import androidx.room.u;
import com.adif.elcanomovil.serviceStorage.database.IncidenceDao_Impl;
import com.adif.elcanomovil.serviceStorage.database.SubscriptionsDao_Impl;
import com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceEntity;
import com.adif.elcanomovil.serviceStorage.model.subscriptions.SubscriptionEntity;
import com.adif.elcanomovil.serviceStorage.utils.CommentTypeConverter;
import com.adif.elcanomovil.serviceStorage.utils.DateConverter;
import com.adif.elcanomovil.serviceStorage.utils.DestinationTypeConverter;
import com.adif.elcanomovil.serviceStorage.utils.OriginTypeConverter;
import com.adif.elcanomovil.serviceStorage.utils.PictureTypeConverter;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class m extends androidx.room.j {
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ int f65d;
/* renamed from: e, reason: collision with root package name */
public final /* synthetic */ Object f66e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public /* synthetic */ m(Object obj, u uVar, int i) {
super(uVar);
this.f65d = i;
this.f66e = obj;
}
@Override // androidx.room.y
public final String b() {
switch (this.f65d) {
case 0:
return "INSERT OR REPLACE INTO `IncidenceEntity` (`id`,`incidenceCode`,`stationId`,`statusTypeId`,`description`,`notificationTypeId`,`createdTime`,`estimatedDateTo`,`solvedDate`,`categoryId`,`photos`,`comments`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?)";
default:
return "INSERT OR REPLACE INTO `SubscriptionEntity` (`subcriptionId`,`destination`,`origin`,`repeats`,`subscriptionType`,`timeCenter`,`timeEnd`,`timeStart`,`active`,`operator`,`commercialProduct`) VALUES (nullif(?, 0),?,?,?,?,?,?,?,?,?,?)";
}
}
@Override // androidx.room.j
public final void d(InterfaceC0649e interfaceC0649e, Object obj) {
PictureTypeConverter pictureTypeConverter;
CommentTypeConverter commentTypeConverter;
DestinationTypeConverter destinationTypeConverter;
OriginTypeConverter originTypeConverter;
Object obj2 = this.f66e;
switch (this.f65d) {
case 0:
IncidenceEntity incidenceEntity = (IncidenceEntity) obj;
interfaceC0649e.I(1, incidenceEntity.getId());
interfaceC0649e.k(2, incidenceEntity.getIncidenceCode());
if (incidenceEntity.getStationId() == null) {
interfaceC0649e.t(3);
} else {
interfaceC0649e.k(3, incidenceEntity.getStationId());
}
interfaceC0649e.I(4, incidenceEntity.getStatusTypeId());
interfaceC0649e.k(5, incidenceEntity.getDescription());
interfaceC0649e.I(6, incidenceEntity.getNotificationTypeId());
DateConverter dateConverter = DateConverter.INSTANCE;
Long timestamp = DateConverter.toTimestamp(incidenceEntity.getCreatedTime());
if (timestamp == null) {
interfaceC0649e.t(7);
} else {
interfaceC0649e.I(7, timestamp.longValue());
}
Long timestamp2 = DateConverter.toTimestamp(incidenceEntity.getEstimatedDateTo());
if (timestamp2 == null) {
interfaceC0649e.t(8);
} else {
interfaceC0649e.I(8, timestamp2.longValue());
}
Long timestamp3 = DateConverter.toTimestamp(incidenceEntity.getSolvedDate());
if (timestamp3 == null) {
interfaceC0649e.t(9);
} else {
interfaceC0649e.I(9, timestamp3.longValue());
}
if (incidenceEntity.getCategoryId() == null) {
interfaceC0649e.t(10);
} else {
interfaceC0649e.k(10, incidenceEntity.getCategoryId());
}
IncidenceDao_Impl incidenceDao_Impl = (IncidenceDao_Impl) obj2;
pictureTypeConverter = incidenceDao_Impl.__pictureTypeConverter;
String listToString = pictureTypeConverter.listToString(incidenceEntity.getPhotos());
if (listToString == null) {
interfaceC0649e.t(11);
} else {
interfaceC0649e.k(11, listToString);
}
commentTypeConverter = incidenceDao_Impl.__commentTypeConverter;
String listToString2 = commentTypeConverter.listToString(incidenceEntity.getComments());
if (listToString2 == null) {
interfaceC0649e.t(12);
return;
} else {
interfaceC0649e.k(12, listToString2);
return;
}
default:
SubscriptionEntity subscriptionEntity = (SubscriptionEntity) obj;
interfaceC0649e.I(1, subscriptionEntity.getSubcriptionId());
SubscriptionsDao_Impl subscriptionsDao_Impl = (SubscriptionsDao_Impl) obj2;
destinationTypeConverter = subscriptionsDao_Impl.__destinationTypeConverter;
String destinationToString = destinationTypeConverter.destinationToString(subscriptionEntity.getDestination());
if (destinationToString == null) {
interfaceC0649e.t(2);
} else {
interfaceC0649e.k(2, destinationToString);
}
originTypeConverter = subscriptionsDao_Impl.__originTypeConverter;
String origiginToString = originTypeConverter.origiginToString(subscriptionEntity.getOrigin());
if (origiginToString == null) {
interfaceC0649e.t(3);
} else {
interfaceC0649e.k(3, origiginToString);
}
interfaceC0649e.k(4, subscriptionEntity.getRepeats());
interfaceC0649e.k(5, subscriptionEntity.getSubscriptionType());
interfaceC0649e.k(6, subscriptionEntity.getTimeCenter());
if (subscriptionEntity.getTimeEnd() == null) {
interfaceC0649e.t(7);
} else {
interfaceC0649e.k(7, subscriptionEntity.getTimeEnd());
}
if (subscriptionEntity.getTimeStart() == null) {
interfaceC0649e.t(8);
} else {
interfaceC0649e.k(8, subscriptionEntity.getTimeStart());
}
interfaceC0649e.I(9, subscriptionEntity.getActive() ? 1L : 0L);
if (subscriptionEntity.getOperator() == null) {
interfaceC0649e.t(10);
} else {
interfaceC0649e.k(10, subscriptionEntity.getOperator());
}
if (subscriptionEntity.getCommercialProduct() == null) {
interfaceC0649e.t(11);
return;
} else {
interfaceC0649e.k(11, subscriptionEntity.getCommercialProduct());
return;
}
}
}
}

View File

@@ -0,0 +1,86 @@
package A1;
import androidx.room.u;
import com.adif.elcanomovil.serviceStorage.database.IncidenceDao_Impl;
import com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceEntity;
import com.adif.elcanomovil.serviceStorage.utils.CommentTypeConverter;
import com.adif.elcanomovil.serviceStorage.utils.DateConverter;
import com.adif.elcanomovil.serviceStorage.utils.PictureTypeConverter;
import kotlin.jvm.internal.Intrinsics;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class n extends androidx.room.i {
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ IncidenceDao_Impl f67d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public n(IncidenceDao_Impl incidenceDao_Impl, u database) {
super(database);
this.f67d = incidenceDao_Impl;
Intrinsics.checkNotNullParameter(database, "database");
}
@Override // androidx.room.y
public final String b() {
return "UPDATE OR ABORT `IncidenceEntity` SET `id` = ?,`incidenceCode` = ?,`stationId` = ?,`statusTypeId` = ?,`description` = ?,`notificationTypeId` = ?,`createdTime` = ?,`estimatedDateTo` = ?,`solvedDate` = ?,`categoryId` = ?,`photos` = ?,`comments` = ? WHERE `id` = ?";
}
@Override // androidx.room.i
public final void d(InterfaceC0649e interfaceC0649e, Object obj) {
PictureTypeConverter pictureTypeConverter;
CommentTypeConverter commentTypeConverter;
IncidenceEntity incidenceEntity = (IncidenceEntity) obj;
interfaceC0649e.I(1, incidenceEntity.getId());
interfaceC0649e.k(2, incidenceEntity.getIncidenceCode());
if (incidenceEntity.getStationId() == null) {
interfaceC0649e.t(3);
} else {
interfaceC0649e.k(3, incidenceEntity.getStationId());
}
interfaceC0649e.I(4, incidenceEntity.getStatusTypeId());
interfaceC0649e.k(5, incidenceEntity.getDescription());
interfaceC0649e.I(6, incidenceEntity.getNotificationTypeId());
DateConverter dateConverter = DateConverter.INSTANCE;
Long timestamp = DateConverter.toTimestamp(incidenceEntity.getCreatedTime());
if (timestamp == null) {
interfaceC0649e.t(7);
} else {
interfaceC0649e.I(7, timestamp.longValue());
}
Long timestamp2 = DateConverter.toTimestamp(incidenceEntity.getEstimatedDateTo());
if (timestamp2 == null) {
interfaceC0649e.t(8);
} else {
interfaceC0649e.I(8, timestamp2.longValue());
}
Long timestamp3 = DateConverter.toTimestamp(incidenceEntity.getSolvedDate());
if (timestamp3 == null) {
interfaceC0649e.t(9);
} else {
interfaceC0649e.I(9, timestamp3.longValue());
}
if (incidenceEntity.getCategoryId() == null) {
interfaceC0649e.t(10);
} else {
interfaceC0649e.k(10, incidenceEntity.getCategoryId());
}
IncidenceDao_Impl incidenceDao_Impl = this.f67d;
pictureTypeConverter = incidenceDao_Impl.__pictureTypeConverter;
String listToString = pictureTypeConverter.listToString(incidenceEntity.getPhotos());
if (listToString == null) {
interfaceC0649e.t(11);
} else {
interfaceC0649e.k(11, listToString);
}
commentTypeConverter = incidenceDao_Impl.__commentTypeConverter;
String listToString2 = commentTypeConverter.listToString(incidenceEntity.getComments());
if (listToString2 == null) {
interfaceC0649e.t(12);
} else {
interfaceC0649e.k(12, listToString2);
}
interfaceC0649e.I(13, incidenceEntity.getId());
}
}

View File

@@ -0,0 +1,256 @@
package A1;
import a.AbstractC0105a;
import android.database.Cursor;
import androidx.room.u;
import androidx.room.w;
import com.adif.elcanomovil.commonNavGraph.arguments.NavArguments;
import com.adif.elcanomovil.serviceStorage.database.IncidenceDao_Impl;
import com.adif.elcanomovil.serviceStorage.database.StationsDao_Impl;
import com.adif.elcanomovil.serviceStorage.database.SubscriptionsAuxDataDao_Impl;
import com.adif.elcanomovil.serviceStorage.database.SubscriptionsDao_Impl;
import com.adif.elcanomovil.serviceStorage.model.StationEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceEntity;
import com.adif.elcanomovil.serviceStorage.model.subscriptions.DestinationEntity;
import com.adif.elcanomovil.serviceStorage.model.subscriptions.OriginEntity;
import com.adif.elcanomovil.serviceStorage.model.subscriptions.SubscriptionAuxEntity;
import com.adif.elcanomovil.serviceStorage.model.subscriptions.SubscriptionEntity;
import com.adif.elcanomovil.serviceStorage.utils.DestinationTypeConverter;
import com.adif.elcanomovil.serviceStorage.utils.OriginTypeConverter;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.firebase.analytics.FirebaseAnalytics;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class o implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f68a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f69b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ Object f70c;
public /* synthetic */ o(int i, Object obj, Object obj2) {
this.f68a = i;
this.f69b = obj;
this.f70c = obj2;
}
@Override // java.util.concurrent.Callable
public final Object call() {
IncidenceDao_Impl incidenceDao_Impl;
u uVar;
androidx.room.j jVar;
u uVar2;
u uVar3;
androidx.room.i iVar;
u uVar4;
u uVar5;
u uVar6;
androidx.room.j jVar2;
u uVar7;
u uVar8;
Cursor M3;
SubscriptionsDao_Impl subscriptionsDao_Impl;
u uVar9;
androidx.room.j jVar3;
u uVar10;
u uVar11;
androidx.room.j jVar4;
u uVar12;
u uVar13;
DestinationTypeConverter destinationTypeConverter;
DestinationEntity stringToDestination;
OriginTypeConverter originTypeConverter;
OriginEntity stringToOrigin;
switch (this.f68a) {
case 0:
incidenceDao_Impl = (IncidenceDao_Impl) this.f69b;
uVar = incidenceDao_Impl.__db;
uVar.beginTransaction();
try {
jVar = incidenceDao_Impl.__insertionAdapterOfIncidenceEntity;
jVar.e((List) this.f70c);
uVar2 = incidenceDao_Impl.__db;
uVar2.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
case 1:
incidenceDao_Impl = (IncidenceDao_Impl) this.f69b;
uVar3 = incidenceDao_Impl.__db;
uVar3.beginTransaction();
try {
iVar = incidenceDao_Impl.__updateAdapterOfIncidenceEntity;
IncidenceEntity incidenceEntity = (IncidenceEntity) this.f70c;
InterfaceC0649e a2 = iVar.a();
try {
iVar.d(a2, incidenceEntity);
a2.o();
iVar.c(a2);
uVar4 = incidenceDao_Impl.__db;
uVar4.setTransactionSuccessful();
return Unit.INSTANCE;
} catch (Throwable th) {
iVar.c(a2);
throw th;
}
} finally {
}
case 2:
StationsDao_Impl stationsDao_Impl = (StationsDao_Impl) this.f69b;
uVar5 = stationsDao_Impl.__db;
uVar5.beginTransaction();
try {
jVar2 = stationsDao_Impl.__insertionAdapterOfStationEntity;
jVar2.e((List) this.f70c);
uVar7 = stationsDao_Impl.__db;
uVar7.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar6 = stationsDao_Impl.__db;
uVar6.endTransaction();
}
case 3:
uVar8 = ((StationsDao_Impl) this.f69b).__db;
M3 = AbstractC0105a.M(uVar8, (w) this.f70c, false);
try {
int r4 = m3.l.r(M3, "stationCode");
int r5 = m3.l.r(M3, "stationType");
int r6 = m3.l.r(M3, "longName");
int r7 = m3.l.r(M3, "shortName");
int r8 = m3.l.r(M3, "longNameToFind");
int r9 = m3.l.r(M3, "shortNameToFind");
int r10 = m3.l.r(M3, "latitude");
int r11 = m3.l.r(M3, "longitude");
int r12 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_STATION_TRAFFIC);
int r13 = m3.l.r(M3, "commercialZoneType");
int r14 = m3.l.r(M3, "commuterNetwork");
int r15 = m3.l.r(M3, "akaName");
ArrayList arrayList = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
arrayList.add(new StationEntity(M3.getString(r4), M3.getString(r5), M3.getString(r6), M3.getString(r7), M3.getString(r8), M3.getString(r9), M3.getDouble(r10), M3.getDouble(r11), M3.getInt(r12), M3.isNull(r13) ? null : M3.getString(r13), M3.getString(r14), M3.getString(r15)));
}
return arrayList;
} finally {
M3.close();
}
case 4:
SubscriptionsAuxDataDao_Impl subscriptionsAuxDataDao_Impl = (SubscriptionsAuxDataDao_Impl) this.f69b;
SubscriptionsAuxDataDao_Impl.access$000(subscriptionsAuxDataDao_Impl).beginTransaction();
try {
androidx.room.j access$100 = SubscriptionsAuxDataDao_Impl.access$100(subscriptionsAuxDataDao_Impl);
SubscriptionAuxEntity subscriptionAuxEntity = (SubscriptionAuxEntity) this.f70c;
InterfaceC0649e a4 = access$100.a();
try {
access$100.d(a4, subscriptionAuxEntity);
a4.T();
access$100.c(a4);
SubscriptionsAuxDataDao_Impl.access$000(subscriptionsAuxDataDao_Impl).setTransactionSuccessful();
return Unit.INSTANCE;
} catch (Throwable th2) {
access$100.c(a4);
throw th2;
}
} finally {
SubscriptionsAuxDataDao_Impl.access$000(subscriptionsAuxDataDao_Impl).endTransaction();
}
case 5:
subscriptionsDao_Impl = (SubscriptionsDao_Impl) this.f69b;
uVar9 = subscriptionsDao_Impl.__db;
uVar9.beginTransaction();
try {
jVar3 = subscriptionsDao_Impl.__insertionAdapterOfSubscriptionEntity;
jVar3.e((List) this.f70c);
uVar10 = subscriptionsDao_Impl.__db;
uVar10.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
}
case 6:
subscriptionsDao_Impl = (SubscriptionsDao_Impl) this.f69b;
uVar11 = subscriptionsDao_Impl.__db;
uVar11.beginTransaction();
try {
jVar4 = subscriptionsDao_Impl.__insertionAdapterOfSubscriptionEntity;
SubscriptionEntity subscriptionEntity = (SubscriptionEntity) this.f70c;
InterfaceC0649e a5 = jVar4.a();
try {
jVar4.d(a5, subscriptionEntity);
a5.T();
jVar4.c(a5);
uVar12 = subscriptionsDao_Impl.__db;
uVar12.setTransactionSuccessful();
return Unit.INSTANCE;
} catch (Throwable th3) {
jVar4.c(a5);
throw th3;
}
} finally {
}
default:
SubscriptionsDao_Impl subscriptionsDao_Impl2 = (SubscriptionsDao_Impl) this.f69b;
uVar13 = subscriptionsDao_Impl2.__db;
M3 = AbstractC0105a.M(uVar13, (w) this.f70c, false);
try {
int r16 = m3.l.r(M3, "subcriptionId");
int r17 = m3.l.r(M3, FirebaseAnalytics.Param.DESTINATION);
int r18 = m3.l.r(M3, "origin");
int r19 = m3.l.r(M3, "repeats");
int r20 = m3.l.r(M3, "subscriptionType");
int r21 = m3.l.r(M3, "timeCenter");
int r22 = m3.l.r(M3, "timeEnd");
int r23 = m3.l.r(M3, "timeStart");
int r24 = m3.l.r(M3, AppMeasurementSdk.ConditionalUserProperty.ACTIVE);
int r25 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_OPERATOR);
int r26 = m3.l.r(M3, NavArguments.ARG_DYNAMIC_LINKS_COMMERCIAL_PRODUCT);
ArrayList arrayList2 = new ArrayList(M3.getCount());
while (M3.moveToNext()) {
int i = M3.getInt(r16);
String string = M3.isNull(r17) ? null : M3.getString(r17);
if (string == null) {
stringToDestination = null;
} else {
destinationTypeConverter = subscriptionsDao_Impl2.__destinationTypeConverter;
stringToDestination = destinationTypeConverter.stringToDestination(string);
}
String string2 = M3.isNull(r18) ? null : M3.getString(r18);
if (string2 == null) {
stringToOrigin = null;
} else {
originTypeConverter = subscriptionsDao_Impl2.__originTypeConverter;
stringToOrigin = originTypeConverter.stringToOrigin(string2);
}
if (stringToOrigin == null) {
throw new IllegalStateException("Expected NON-NULL 'com.adif.elcanomovil.serviceStorage.model.subscriptions.OriginEntity', but it was NULL.");
}
arrayList2.add(new SubscriptionEntity(i, stringToDestination, stringToOrigin, M3.getString(r19), M3.getString(r20), M3.getString(r21), M3.isNull(r22) ? null : M3.getString(r22), M3.isNull(r23) ? null : M3.getString(r23), M3.getInt(r24) != 0, M3.isNull(r25) ? null : M3.getString(r25), M3.isNull(r26) ? null : M3.getString(r26)));
}
return arrayList2;
} catch (Throwable th4) {
throw th4;
}
}
}
public void finalize() {
switch (this.f68a) {
case 3:
((w) this.f70c).release();
return;
case 7:
((w) this.f70c).release();
return;
default:
super.finalize();
return;
}
}
}

View File

@@ -0,0 +1,228 @@
package A1;
import a.AbstractC0105a;
import android.database.Cursor;
import androidx.room.u;
import androidx.room.w;
import com.adif.elcanomovil.commonNavGraph.arguments.NavArguments;
import com.adif.elcanomovil.serviceStorage.database.IncidenceDao_Impl;
import com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationCategoryEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.AvisaStationEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.IncidencePictureEntity;
import com.adif.elcanomovil.serviceStorage.model.avisa.IncidenceStationEntity;
import com.adif.elcanomovil.serviceStorage.utils.CommentTypeConverter;
import com.adif.elcanomovil.serviceStorage.utils.DateConverter;
import com.adif.elcanomovil.serviceStorage.utils.PictureTypeConverter;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.concurrent.Callable;
/* loaded from: classes.dex */
public final class p implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f71a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ w f72b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ IncidenceDao_Impl f73c;
public /* synthetic */ p(IncidenceDao_Impl incidenceDao_Impl, w wVar, int i) {
this.f71a = i;
this.f73c = incidenceDao_Impl;
this.f72b = wVar;
}
@Override // java.util.concurrent.Callable
public final Object call() {
u uVar;
Cursor cursor;
int r4;
int r5;
int r6;
int r7;
int r8;
int r9;
int r10;
int r11;
int r12;
int r13;
int r14;
int r15;
int r16;
int r17;
int r18;
int r19;
int r20;
int r21;
ArrayList arrayList;
int i;
PictureTypeConverter pictureTypeConverter;
CommentTypeConverter commentTypeConverter;
u uVar2;
PictureTypeConverter pictureTypeConverter2;
CommentTypeConverter commentTypeConverter2;
switch (this.f71a) {
case 0:
IncidenceDao_Impl incidenceDao_Impl = this.f73c;
uVar = incidenceDao_Impl.__db;
Cursor M3 = AbstractC0105a.M(uVar, this.f72b, false);
try {
r4 = m3.l.r(M3, NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN);
r5 = m3.l.r(M3, "incidenceCode");
r6 = m3.l.r(M3, "stationId");
r7 = m3.l.r(M3, "statusTypeId");
r8 = m3.l.r(M3, "description");
r9 = m3.l.r(M3, "notificationTypeId");
r10 = m3.l.r(M3, "createdTime");
r11 = m3.l.r(M3, "estimatedDateTo");
r12 = m3.l.r(M3, "solvedDate");
r13 = m3.l.r(M3, "categoryId");
r14 = m3.l.r(M3, "photos");
r15 = m3.l.r(M3, "comments");
r16 = m3.l.r(M3, "stId");
int r22 = m3.l.r(M3, AppMeasurementSdk.ConditionalUserProperty.NAME);
r17 = m3.l.r(M3, "code");
r18 = m3.l.r(M3, "latitude");
r19 = m3.l.r(M3, "longitude");
r20 = m3.l.r(M3, "catId");
r21 = m3.l.r(M3, "title");
i = r22;
arrayList = new ArrayList(M3.getCount());
} catch (Throwable th) {
th = th;
cursor = M3;
}
while (M3.moveToNext()) {
int i4 = M3.getInt(r4);
String string = M3.getString(r5);
int i5 = r4;
String string2 = M3.isNull(r6) ? null : M3.getString(r6);
int i6 = M3.getInt(r7);
String string3 = M3.getString(r8);
int i7 = M3.getInt(r9);
Date date = DateConverter.toDate(M3.isNull(r10) ? null : Long.valueOf(M3.getLong(r10)));
if (date == null) {
cursor = M3;
throw new IllegalStateException("Expected NON-NULL 'java.util.Date', but it was NULL.");
}
Date date2 = DateConverter.toDate(M3.isNull(r11) ? null : Long.valueOf(M3.getLong(r11)));
Date date3 = DateConverter.toDate(M3.isNull(r12) ? null : Long.valueOf(M3.getLong(r12)));
String string4 = M3.isNull(r13) ? null : M3.getString(r13);
String string5 = M3.isNull(r14) ? null : M3.getString(r14);
pictureTypeConverter = incidenceDao_Impl.__pictureTypeConverter;
List<IncidencePictureEntity> stringToList = pictureTypeConverter.stringToList(string5);
String string6 = M3.isNull(r15) ? null : M3.getString(r15);
commentTypeConverter = incidenceDao_Impl.__commentTypeConverter;
IncidenceEntity incidenceEntity = new IncidenceEntity(i4, string, string2, i6, string3, i7, date, date2, date3, string4, stringToList, commentTypeConverter.stringToList(string6));
String string7 = M3.getString(r16);
int i8 = i;
String string8 = M3.getString(i8);
int i9 = r5;
int i10 = r17;
String string9 = M3.getString(i10);
r17 = i10;
int i11 = r18;
Double valueOf = M3.isNull(i11) ? null : Double.valueOf(M3.getDouble(i11));
r18 = i11;
int i12 = r19;
AvisaStationEntity avisaStationEntity = new AvisaStationEntity(string7, string8, string9, valueOf, M3.isNull(i12) ? null : Double.valueOf(M3.getDouble(i12)));
r19 = i12;
int i13 = r6;
int i14 = r20;
int i15 = r7;
String string10 = M3.getString(i14);
int i16 = r21;
int i17 = r8;
cursor = M3;
try {
arrayList.add(new IncidenceStationEntity(null, incidenceEntity, avisaStationEntity, new AvisaStationCategoryEntity(string10, M3.getString(i16))));
r7 = i15;
r8 = i17;
r5 = i9;
r20 = i14;
M3 = cursor;
r4 = i5;
r21 = i16;
i = i8;
r6 = i13;
} catch (Throwable th2) {
th = th2;
}
th = th2;
cursor.close();
throw th;
break;
}
M3.close();
return arrayList;
default:
IncidenceDao_Impl incidenceDao_Impl2 = this.f73c;
uVar2 = incidenceDao_Impl2.__db;
Cursor M4 = AbstractC0105a.M(uVar2, this.f72b, false);
try {
int r23 = m3.l.r(M4, NavArguments.ARG_TYPE_NOTIFICATION_JSON_MESSAGE_TRAIN);
int r24 = m3.l.r(M4, "incidenceCode");
int r25 = m3.l.r(M4, "stationId");
int r26 = m3.l.r(M4, "statusTypeId");
int r27 = m3.l.r(M4, "description");
int r28 = m3.l.r(M4, "notificationTypeId");
int r29 = m3.l.r(M4, "createdTime");
int r30 = m3.l.r(M4, "estimatedDateTo");
int r31 = m3.l.r(M4, "solvedDate");
int r32 = m3.l.r(M4, "categoryId");
int r33 = m3.l.r(M4, "photos");
int r34 = m3.l.r(M4, "comments");
int r35 = m3.l.r(M4, "stId");
int r36 = m3.l.r(M4, AppMeasurementSdk.ConditionalUserProperty.NAME);
int r37 = m3.l.r(M4, "code");
int r38 = m3.l.r(M4, "latitude");
int r39 = m3.l.r(M4, "longitude");
int r40 = m3.l.r(M4, "catId");
int r41 = m3.l.r(M4, "title");
IncidenceStationEntity incidenceStationEntity = null;
if (M4.moveToFirst()) {
int i18 = M4.getInt(r23);
String string11 = M4.getString(r24);
String string12 = M4.isNull(r25) ? null : M4.getString(r25);
int i19 = M4.getInt(r26);
String string13 = M4.getString(r27);
int i20 = M4.getInt(r28);
Date date4 = DateConverter.toDate(M4.isNull(r29) ? null : Long.valueOf(M4.getLong(r29)));
if (date4 == null) {
throw new IllegalStateException("Expected NON-NULL 'java.util.Date', but it was NULL.");
}
Date date5 = DateConverter.toDate(M4.isNull(r30) ? null : Long.valueOf(M4.getLong(r30)));
Date date6 = DateConverter.toDate(M4.isNull(r31) ? null : Long.valueOf(M4.getLong(r31)));
String string14 = M4.isNull(r32) ? null : M4.getString(r32);
String string15 = M4.isNull(r33) ? null : M4.getString(r33);
pictureTypeConverter2 = incidenceDao_Impl2.__pictureTypeConverter;
List<IncidencePictureEntity> stringToList2 = pictureTypeConverter2.stringToList(string15);
String string16 = M4.isNull(r34) ? null : M4.getString(r34);
commentTypeConverter2 = incidenceDao_Impl2.__commentTypeConverter;
incidenceStationEntity = new IncidenceStationEntity(null, new IncidenceEntity(i18, string11, string12, i19, string13, i20, date4, date5, date6, string14, stringToList2, commentTypeConverter2.stringToList(string16)), new AvisaStationEntity(M4.getString(r35), M4.getString(r36), M4.getString(r37), M4.isNull(r38) ? null : Double.valueOf(M4.getDouble(r38)), M4.isNull(r39) ? null : Double.valueOf(M4.getDouble(r39))), new AvisaStationCategoryEntity(M4.getString(r40), M4.getString(r41)));
}
M4.close();
return incidenceStationEntity;
} finally {
M4.close();
}
}
}
public final void finalize() {
switch (this.f71a) {
case 0:
this.f72b.release();
return;
default:
this.f72b.release();
return;
}
}
}

View File

@@ -0,0 +1,52 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.SubscriptionsDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class q implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ boolean f74a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ SubscriptionsDao_Impl f75b;
public q(SubscriptionsDao_Impl subscriptionsDao_Impl, boolean z3) {
this.f75b = subscriptionsDao_Impl;
this.f74a = z3;
}
@Override // java.util.concurrent.Callable
public final Object call() {
y yVar;
y yVar2;
u uVar;
u uVar2;
u uVar3;
SubscriptionsDao_Impl subscriptionsDao_Impl = this.f75b;
yVar = subscriptionsDao_Impl.__preparedStmtOfDeleteAllStatus;
InterfaceC0649e a2 = yVar.a();
a2.I(1, this.f74a ? 1L : 0L);
try {
uVar = subscriptionsDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar3 = subscriptionsDao_Impl.__db;
uVar3.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar2 = subscriptionsDao_Impl.__db;
uVar2.endTransaction();
}
} finally {
yVar2 = subscriptionsDao_Impl.__preparedStmtOfDeleteAllStatus;
yVar2.c(a2);
}
}
}

View File

@@ -0,0 +1,52 @@
package A1;
import androidx.room.u;
import androidx.room.y;
import com.adif.elcanomovil.serviceStorage.database.SubscriptionsDao_Impl;
import java.util.concurrent.Callable;
import kotlin.Unit;
import w0.InterfaceC0649e;
/* loaded from: classes.dex */
public final class r implements Callable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f76a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ SubscriptionsDao_Impl f77b;
public r(SubscriptionsDao_Impl subscriptionsDao_Impl, int i) {
this.f77b = subscriptionsDao_Impl;
this.f76a = i;
}
@Override // java.util.concurrent.Callable
public final Object call() {
y yVar;
y yVar2;
u uVar;
u uVar2;
u uVar3;
SubscriptionsDao_Impl subscriptionsDao_Impl = this.f77b;
yVar = subscriptionsDao_Impl.__preparedStmtOfDelete;
InterfaceC0649e a2 = yVar.a();
a2.I(1, this.f76a);
try {
uVar = subscriptionsDao_Impl.__db;
uVar.beginTransaction();
try {
a2.o();
uVar3 = subscriptionsDao_Impl.__db;
uVar3.setTransactionSuccessful();
return Unit.INSTANCE;
} finally {
uVar2 = subscriptionsDao_Impl.__db;
uVar2.endTransaction();
}
} finally {
yVar2 = subscriptionsDao_Impl.__preparedStmtOfDelete;
yVar2.c(a2);
}
}
}

View File

@@ -0,0 +1,47 @@
package A2;
import U.b;
import android.R;
import android.content.res.ColorStateList;
import m.C0442A;
import m3.d;
/* loaded from: classes3.dex */
public final class a extends C0442A {
/* renamed from: g, reason: collision with root package name */
public static final int[][] f78g = {new int[]{R.attr.state_enabled, R.attr.state_checked}, new int[]{R.attr.state_enabled, -16842912}, new int[]{-16842910, R.attr.state_checked}, new int[]{-16842910, -16842912}};
/* renamed from: e, reason: collision with root package name */
public ColorStateList f79e;
/* renamed from: f, reason: collision with root package name */
public boolean f80f;
private ColorStateList getMaterialThemeColorsTintList() {
if (this.f79e == null) {
int t2 = d.t(this, com.adif.elcanomovil.R.attr.colorControlActivated);
int t4 = d.t(this, com.adif.elcanomovil.R.attr.colorOnSurface);
int t5 = d.t(this, com.adif.elcanomovil.R.attr.colorSurface);
this.f79e = new ColorStateList(f78g, new int[]{d.y(1.0f, t5, t2), d.y(0.54f, t5, t4), d.y(0.38f, t5, t4), d.y(0.38f, t5, t4)});
}
return this.f79e;
}
@Override // android.widget.TextView, android.view.View
public final void onAttachedToWindow() {
super.onAttachedToWindow();
if (this.f80f && b.a(this) == null) {
setUseMaterialThemeColors(true);
}
}
public void setUseMaterialThemeColors(boolean z3) {
this.f80f = z3;
if (z3) {
b.c(this, getMaterialThemeColorsTintList());
} else {
b.c(this, null);
}
}
}

View File

@@ -0,0 +1,22 @@
package B;
import android.R;
/* loaded from: classes.dex */
public abstract class a {
/* renamed from: a, reason: collision with root package name */
public static final int[] f81a = {R.attr.color, R.attr.alpha, 16844359, com.adif.elcanomovil.R.attr.alpha, com.adif.elcanomovil.R.attr.lStar};
/* renamed from: b, reason: collision with root package name */
public static final int[] f82b = {com.adif.elcanomovil.R.attr.fontProviderAuthority, com.adif.elcanomovil.R.attr.fontProviderCerts, com.adif.elcanomovil.R.attr.fontProviderFetchStrategy, com.adif.elcanomovil.R.attr.fontProviderFetchTimeout, com.adif.elcanomovil.R.attr.fontProviderPackage, com.adif.elcanomovil.R.attr.fontProviderQuery, com.adif.elcanomovil.R.attr.fontProviderSystemFontFamily};
/* renamed from: c, reason: collision with root package name */
public static final int[] f83c = {R.attr.font, R.attr.fontWeight, R.attr.fontStyle, R.attr.ttcIndex, R.attr.fontVariationSettings, com.adif.elcanomovil.R.attr.font, com.adif.elcanomovil.R.attr.fontStyle, com.adif.elcanomovil.R.attr.fontVariationSettings, com.adif.elcanomovil.R.attr.fontWeight, com.adif.elcanomovil.R.attr.ttcIndex};
/* renamed from: d, reason: collision with root package name */
public static final int[] f84d = {R.attr.startColor, R.attr.endColor, R.attr.type, R.attr.centerX, R.attr.centerY, R.attr.gradientRadius, R.attr.tileMode, R.attr.centerColor, R.attr.startX, R.attr.startY, R.attr.endX, R.attr.endY};
/* renamed from: e, reason: collision with root package name */
public static final int[] f85e = {R.attr.color, R.attr.offset};
}

View File

@@ -0,0 +1,60 @@
package B0;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import java.util.ArrayList;
import java.util.Iterator;
/* loaded from: classes.dex */
public final class A implements ViewTreeObserver.OnPreDrawListener, View.OnAttachStateChangeListener {
/* renamed from: a, reason: collision with root package name */
public x f86a;
/* renamed from: b, reason: collision with root package name */
public ViewGroup f87b;
/* JADX WARN: Removed duplicated region for block: B:111:0x01de A[EDGE_INSN: B:111:0x01de->B:112:0x01de BREAK A[LOOP:1: B:15:0x0088->B:27:0x01d7], SYNTHETIC] */
/* JADX WARN: Removed duplicated region for block: B:115:0x01e5 */
/* JADX WARN: Removed duplicated region for block: B:125:0x0206 */
/* JADX WARN: Removed duplicated region for block: B:135:0x0232 */
/* JADX WARN: Removed duplicated region for block: B:174:0x02d1 */
/* JADX WARN: Removed duplicated region for block: B:177:0x02d7 */
/* JADX WARN: Removed duplicated region for block: B:17:0x008d */
/* JADX WARN: Removed duplicated region for block: B:9:0x004f */
@Override // android.view.ViewTreeObserver.OnPreDrawListener
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final boolean onPreDraw() {
/*
Method dump skipped, instructions count: 765
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: B0.A.onPreDraw():boolean");
}
@Override // android.view.View.OnAttachStateChangeListener
public final void onViewAttachedToWindow(View view) {
}
@Override // android.view.View.OnAttachStateChangeListener
public final void onViewDetachedFromWindow(View view) {
ViewGroup viewGroup = this.f87b;
viewGroup.getViewTreeObserver().removeOnPreDrawListener(this);
viewGroup.removeOnAttachStateChangeListener(this);
ArrayList arrayList = B.f90c;
ViewGroup viewGroup2 = this.f87b;
arrayList.remove(viewGroup2);
ArrayList arrayList2 = (ArrayList) B.b().get(viewGroup2);
if (arrayList2 != null && arrayList2.size() > 0) {
Iterator it = arrayList2.iterator();
while (it.hasNext()) {
((x) it.next()).C(viewGroup2);
}
}
this.f86a.i(true);
}
}

View File

@@ -0,0 +1,70 @@
package B0;
import android.view.ViewGroup;
import com.adif.elcanomovil.R;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Iterator;
/* loaded from: classes.dex */
public abstract class B {
/* renamed from: a, reason: collision with root package name */
public static final C0023a f88a = new C0023a();
/* renamed from: b, reason: collision with root package name */
public static final ThreadLocal f89b = new ThreadLocal();
/* renamed from: c, reason: collision with root package name */
public static final ArrayList f90c = new ArrayList();
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v2, types: [android.view.ViewTreeObserver$OnPreDrawListener, java.lang.Object, android.view.View$OnAttachStateChangeListener, B0.A] */
public static void a(ViewGroup viewGroup, x xVar) {
ArrayList arrayList = f90c;
if (arrayList.contains(viewGroup) || !viewGroup.isLaidOut()) {
return;
}
arrayList.add(viewGroup);
if (xVar == null) {
xVar = f88a;
}
x clone = xVar.clone();
c(viewGroup, clone);
viewGroup.setTag(R.id.transition_current_scene, null);
?? obj = new Object();
obj.f86a = clone;
obj.f87b = viewGroup;
viewGroup.addOnAttachStateChangeListener(obj);
viewGroup.getViewTreeObserver().addOnPreDrawListener(obj);
}
/* JADX WARN: Type inference failed for: r1v2, types: [java.lang.Object, s.e, s.j] */
public static s.e b() {
s.e eVar;
ThreadLocal threadLocal = f89b;
WeakReference weakReference = (WeakReference) threadLocal.get();
if (weakReference != null && (eVar = (s.e) weakReference.get()) != null) {
return eVar;
}
?? jVar = new s.j(0);
threadLocal.set(new WeakReference(jVar));
return jVar;
}
public static void c(ViewGroup viewGroup, x xVar) {
ArrayList arrayList = (ArrayList) b().get(viewGroup);
if (arrayList != null && arrayList.size() > 0) {
Iterator it = arrayList.iterator();
while (it.hasNext()) {
((x) it.next()).y(viewGroup);
}
}
if (xVar != null) {
xVar.h(viewGroup, true);
}
if (viewGroup.getTag(R.id.transition_current_scene) != null) {
throw new ClassCastException();
}
}
}

View File

@@ -0,0 +1,76 @@
package B0;
/* loaded from: classes.dex */
public final class C extends y {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f91a;
/* renamed from: b, reason: collision with root package name */
public x f92b;
public /* synthetic */ C() {
this.f91a = 1;
}
@Override // B0.y, B0.v
public void a(x xVar) {
switch (this.f91a) {
case 1:
D d4 = (D) this.f92b;
if (d4.f96H) {
return;
}
d4.L();
d4.f96H = true;
return;
default:
return;
}
}
@Override // B0.y, B0.v
public void c(x xVar) {
switch (this.f91a) {
case 1:
D d4 = (D) this.f92b;
int i = d4.f95G - 1;
d4.f95G = i;
if (i == 0) {
d4.f96H = false;
d4.m();
}
xVar.A(this);
return;
case 2:
this.f92b.D();
xVar.A(this);
return;
default:
return;
}
}
@Override // B0.y, B0.v
public void e(x xVar) {
switch (this.f91a) {
case 0:
D d4 = (D) this.f92b;
d4.f93E.remove(xVar);
if (d4.s()) {
return;
}
d4.x(d4, w.f175d, false);
d4.f197r = true;
d4.x(d4, w.f174c, false);
return;
default:
return;
}
}
public /* synthetic */ C(x xVar, int i) {
this.f91a = i;
this.f92b = xVar;
}
}

View File

@@ -0,0 +1,12 @@
package B0;
/* renamed from: B0.a, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0023a extends D {
public C0023a() {
R(1);
N(new C0030h(2));
N(new x());
N(new C0030h(1));
}
}

View File

@@ -0,0 +1,128 @@
package B0;
import android.graphics.PointF;
import android.graphics.Rect;
import android.util.Property;
import android.view.View;
import m.J0;
/* renamed from: B0.b, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0024b extends Property {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f123a;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public /* synthetic */ C0024b(int i, String str, Class cls) {
super(cls, str);
this.f123a = i;
}
@Override // android.util.Property
public final Object get(Object obj) {
switch (this.f123a) {
case 0:
return null;
case 1:
return null;
case 2:
return null;
case 3:
return null;
case 4:
return null;
case 5:
return Float.valueOf(((View) obj).getTransitionAlpha());
case 6:
return ((View) obj).getClipBounds();
default:
return Float.valueOf(((J0) obj).f7575z);
}
}
@Override // android.util.Property
public final void set(Object obj, Object obj2) {
switch (this.f123a) {
case 0:
C0027e c0027e = (C0027e) obj;
PointF pointF = (PointF) obj2;
c0027e.getClass();
c0027e.f126a = Math.round(pointF.x);
int round = Math.round(pointF.y);
c0027e.f127b = round;
int i = c0027e.f131f + 1;
c0027e.f131f = i;
if (i == c0027e.f132g) {
int i4 = c0027e.f126a;
int i5 = c0027e.f128c;
int i6 = c0027e.f129d;
C0024b c0024b = I.f105a;
c0027e.f130e.setLeftTopRightBottom(i4, round, i5, i6);
c0027e.f131f = 0;
c0027e.f132g = 0;
return;
}
return;
case 1:
C0027e c0027e2 = (C0027e) obj;
PointF pointF2 = (PointF) obj2;
c0027e2.getClass();
c0027e2.f128c = Math.round(pointF2.x);
int round2 = Math.round(pointF2.y);
c0027e2.f129d = round2;
int i7 = c0027e2.f132g + 1;
c0027e2.f132g = i7;
if (c0027e2.f131f == i7) {
int i8 = c0027e2.f126a;
int i9 = c0027e2.f127b;
int i10 = c0027e2.f128c;
C0024b c0024b2 = I.f105a;
c0027e2.f130e.setLeftTopRightBottom(i8, i9, i10, round2);
c0027e2.f131f = 0;
c0027e2.f132g = 0;
return;
}
return;
case 2:
View view = (View) obj;
PointF pointF3 = (PointF) obj2;
int left = view.getLeft();
int top = view.getTop();
int round3 = Math.round(pointF3.x);
int round4 = Math.round(pointF3.y);
C0024b c0024b3 = I.f105a;
view.setLeftTopRightBottom(left, top, round3, round4);
return;
case 3:
View view2 = (View) obj;
PointF pointF4 = (PointF) obj2;
int round5 = Math.round(pointF4.x);
int round6 = Math.round(pointF4.y);
int right = view2.getRight();
int bottom = view2.getBottom();
C0024b c0024b4 = I.f105a;
view2.setLeftTopRightBottom(round5, round6, right, bottom);
return;
case 4:
View view3 = (View) obj;
PointF pointF5 = (PointF) obj2;
int round7 = Math.round(pointF5.x);
int round8 = Math.round(pointF5.y);
int width = view3.getWidth() + round7;
int height = view3.getHeight() + round8;
C0024b c0024b5 = I.f105a;
view3.setLeftTopRightBottom(round7, round8, width, height);
return;
case 5:
((View) obj).setTransitionAlpha(((Float) obj2).floatValue());
return;
case 6:
((View) obj).setClipBounds((Rect) obj2);
return;
default:
((J0) obj).setThumbPosition(((Float) obj2).floatValue());
return;
}
}
}

View File

@@ -0,0 +1,13 @@
package B0;
import android.animation.AnimatorListenerAdapter;
/* renamed from: B0.c, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0025c extends AnimatorListenerAdapter {
private final C0027e mViewBounds;
public C0025c(C0027e c0027e) {
this.mViewBounds = c0027e;
}
}

View File

@@ -0,0 +1,42 @@
package B0;
import android.view.ViewGroup;
/* renamed from: B0.d, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0026d extends y {
/* renamed from: a, reason: collision with root package name */
public boolean f124a = false;
/* renamed from: b, reason: collision with root package name */
public final ViewGroup f125b;
public C0026d(ViewGroup viewGroup) {
this.f125b = viewGroup;
}
@Override // B0.y, B0.v
public final void b() {
H.b(this.f125b, false);
}
@Override // B0.y, B0.v
public final void c(x xVar) {
if (!this.f124a) {
H.b(this.f125b, false);
}
xVar.A(this);
}
@Override // B0.y, B0.v
public final void d() {
H.b(this.f125b, true);
}
@Override // B0.y, B0.v
public final void e(x xVar) {
H.b(this.f125b, false);
this.f124a = true;
}
}

View File

@@ -0,0 +1,33 @@
package B0;
import android.view.View;
/* renamed from: B0.e, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0027e {
/* renamed from: a, reason: collision with root package name */
public int f126a;
/* renamed from: b, reason: collision with root package name */
public int f127b;
/* renamed from: c, reason: collision with root package name */
public int f128c;
/* renamed from: d, reason: collision with root package name */
public int f129d;
/* renamed from: e, reason: collision with root package name */
public final View f130e;
/* renamed from: f, reason: collision with root package name */
public int f131f;
/* renamed from: g, reason: collision with root package name */
public int f132g;
public C0027e(View view) {
this.f130e = view;
}
}

View File

@@ -0,0 +1,138 @@
package B0;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.graphics.PointF;
import android.graphics.Rect;
import android.view.View;
import android.view.ViewGroup;
import java.util.HashMap;
/* renamed from: B0.f, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0028f extends x {
/* renamed from: E, reason: collision with root package name */
public static final String[] f133E = {"android:changeBounds:bounds", "android:changeBounds:clip", "android:changeBounds:parent", "android:changeBounds:windowX", "android:changeBounds:windowY"};
/* renamed from: F, reason: collision with root package name */
public static final C0024b f134F = new C0024b(0, "topLeft", PointF.class);
/* renamed from: G, reason: collision with root package name */
public static final C0024b f135G = new C0024b(1, "bottomRight", PointF.class);
/* renamed from: H, reason: collision with root package name */
public static final C0024b f136H = new C0024b(2, "bottomRight", PointF.class);
/* renamed from: I, reason: collision with root package name */
public static final C0024b f137I = new C0024b(3, "topLeft", PointF.class);
public static final C0024b J = new C0024b(4, "position", PointF.class);
public static void N(F f2) {
View view = f2.f99b;
if (!view.isLaidOut() && view.getWidth() == 0 && view.getHeight() == 0) {
return;
}
HashMap hashMap = f2.f98a;
hashMap.put("android:changeBounds:bounds", new Rect(view.getLeft(), view.getTop(), view.getRight(), view.getBottom()));
hashMap.put("android:changeBounds:parent", f2.f99b.getParent());
}
@Override // B0.x
public final void d(F f2) {
N(f2);
}
@Override // B0.x
public final void g(F f2) {
N(f2);
}
/* JADX WARN: Multi-variable type inference failed */
@Override // B0.x
public final Animator k(ViewGroup viewGroup, F f2, F f4) {
int i;
C0028f c0028f;
ObjectAnimator a2;
if (f2 == null || f4 == null) {
return null;
}
HashMap hashMap = f2.f98a;
HashMap hashMap2 = f4.f98a;
ViewGroup viewGroup2 = (ViewGroup) hashMap.get("android:changeBounds:parent");
ViewGroup viewGroup3 = (ViewGroup) hashMap2.get("android:changeBounds:parent");
if (viewGroup2 == null || viewGroup3 == null) {
return null;
}
Rect rect = (Rect) hashMap.get("android:changeBounds:bounds");
Rect rect2 = (Rect) hashMap2.get("android:changeBounds:bounds");
int i4 = rect.left;
int i5 = rect2.left;
int i6 = rect.top;
int i7 = rect2.top;
int i8 = rect.right;
int i9 = rect2.right;
int i10 = rect.bottom;
int i11 = rect2.bottom;
int i12 = i8 - i4;
int i13 = i10 - i6;
int i14 = i9 - i5;
int i15 = i11 - i7;
Rect rect3 = (Rect) hashMap.get("android:changeBounds:clip");
Rect rect4 = (Rect) hashMap2.get("android:changeBounds:clip");
if ((i12 == 0 || i13 == 0) && (i14 == 0 || i15 == 0)) {
i = 0;
} else {
i = (i4 == i5 && i6 == i7) ? 0 : 1;
if (i8 != i9 || i10 != i11) {
i++;
}
}
if ((rect3 != null && !rect3.equals(rect4)) || (rect3 == null && rect4 != null)) {
i++;
}
if (i <= 0) {
return null;
}
C0024b c0024b = I.f105a;
View view = f4.f99b;
view.setLeftTopRightBottom(i4, i6, i8, i10);
if (i != 2) {
c0028f = this;
if (i4 == i5 && i6 == i7) {
c0028f.f202w.getClass();
a2 = o.a(view, f136H, E2.e.k(i8, i10, i9, i11));
} else {
c0028f.f202w.getClass();
a2 = o.a(view, f137I, E2.e.k(i4, i6, i5, i7));
}
} else if (i12 == i14 && i13 == i15) {
c0028f = this;
c0028f.f202w.getClass();
a2 = o.a(view, J, E2.e.k(i4, i6, i5, i7));
} else {
c0028f = this;
C0027e c0027e = new C0027e(view);
c0028f.f202w.getClass();
ObjectAnimator a4 = o.a(c0027e, f134F, E2.e.k(i4, i6, i5, i7));
c0028f.f202w.getClass();
ObjectAnimator a5 = o.a(c0027e, f135G, E2.e.k(i8, i10, i9, i11));
AnimatorSet animatorSet = new AnimatorSet();
animatorSet.playTogether(a4, a5);
animatorSet.addListener(new C0025c(c0027e));
a2 = animatorSet;
}
if (view.getParent() instanceof ViewGroup) {
ViewGroup viewGroup4 = (ViewGroup) view.getParent();
H.b(viewGroup4, true);
c0028f.o().a(new C0026d(viewGroup4));
}
return a2;
}
@Override // B0.x
public final String[] q() {
return f133E;
}
}

View File

@@ -0,0 +1,90 @@
package B0;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
import com.adif.elcanomovil.R;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
/* renamed from: B0.g, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0029g extends AnimatorListenerAdapter implements v {
/* renamed from: a, reason: collision with root package name */
public final View f138a;
/* renamed from: b, reason: collision with root package name */
public boolean f139b = false;
public C0029g(View view) {
this.f138a = view;
}
@Override // B0.v
public final void a(x xVar) {
}
@Override // B0.v
public final void b() {
float f2;
View view = this.f138a;
if (view.getVisibility() == 0) {
C0024b c0024b = I.f105a;
f2 = view.getTransitionAlpha();
} else {
f2 = BitmapDescriptorFactory.HUE_RED;
}
view.setTag(R.id.transition_pause_alpha, Float.valueOf(f2));
}
@Override // B0.v
public final void c(x xVar) {
}
@Override // B0.v
public final void d() {
this.f138a.setTag(R.id.transition_pause_alpha, null);
}
@Override // B0.v
public final void e(x xVar) {
}
@Override // B0.v
public final void f(x xVar) {
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationCancel(Animator animator) {
C0024b c0024b = I.f105a;
this.f138a.setTransitionAlpha(1.0f);
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator) {
onAnimationEnd(animator, false);
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationStart(Animator animator) {
View view = this.f138a;
if (view.hasOverlappingRendering() && view.getLayerType() == 0) {
this.f139b = true;
view.setLayerType(2, null);
}
}
@Override // android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator, boolean z3) {
boolean z4 = this.f139b;
View view = this.f138a;
if (z4) {
view.setLayerType(0, null);
}
if (z3) {
return;
}
C0024b c0024b = I.f105a;
view.setTransitionAlpha(1.0f);
}
}

View File

@@ -0,0 +1,225 @@
package B0;
import android.animation.ObjectAnimator;
import android.view.View;
import com.adif.elcanomovil.R;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import java.util.HashMap;
/* renamed from: B0.h, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0030h extends x {
/* renamed from: F, reason: collision with root package name */
public static final String[] f140F = {"android:visibility:visibility", "android:visibility:parent"};
/* renamed from: E, reason: collision with root package name */
public final int f141E;
public C0030h(int i) {
this();
this.f141E = i;
}
public static void N(F f2) {
int visibility = f2.f99b.getVisibility();
HashMap hashMap = f2.f98a;
hashMap.put("android:visibility:visibility", Integer.valueOf(visibility));
View view = f2.f99b;
hashMap.put("android:visibility:parent", view.getParent());
int[] iArr = new int[2];
view.getLocationOnScreen(iArr);
hashMap.put("android:visibility:screenLocation", iArr);
}
public static float P(F f2, float f4) {
Float f5;
return (f2 == null || (f5 = (Float) f2.f98a.get("android:fade:transitionAlpha")) == null) ? f4 : f5.floatValue();
}
/* JADX WARN: Removed duplicated region for block: B:12:0x0059 A[ADDED_TO_REGION] */
/* JADX WARN: Removed duplicated region for block: B:35:0x008c */
/* JADX WARN: Removed duplicated region for block: B:40:0x0097 */
/* JADX WARN: Removed duplicated region for block: B:7:0x0035 */
/* JADX WARN: Type inference failed for: r0v0, types: [B0.N, java.lang.Object] */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static B0.N Q(B0.F r8, B0.F r9) {
/*
B0.N r0 = new B0.N
r0.<init>()
r1 = 0
r0.f117a = r1
r0.f118b = r1
r2 = 0
r3 = -1
java.lang.String r4 = "android:visibility:parent"
java.lang.String r5 = "android:visibility:visibility"
if (r8 == 0) goto L2f
java.util.HashMap r6 = r8.f98a
boolean r7 = r6.containsKey(r5)
if (r7 == 0) goto L2f
java.lang.Object r7 = r6.get(r5)
java.lang.Integer r7 = (java.lang.Integer) r7
int r7 = r7.intValue()
r0.f119c = r7
java.lang.Object r6 = r6.get(r4)
android.view.ViewGroup r6 = (android.view.ViewGroup) r6
r0.f121e = r6
goto L33
L2f:
r0.f119c = r3
r0.f121e = r2
L33:
if (r9 == 0) goto L52
java.util.HashMap r6 = r9.f98a
boolean r7 = r6.containsKey(r5)
if (r7 == 0) goto L52
java.lang.Object r2 = r6.get(r5)
java.lang.Integer r2 = (java.lang.Integer) r2
int r2 = r2.intValue()
r0.f120d = r2
java.lang.Object r2 = r6.get(r4)
android.view.ViewGroup r2 = (android.view.ViewGroup) r2
r0.f122f = r2
goto L56
L52:
r0.f120d = r3
r0.f122f = r2
L56:
r2 = 1
if (r8 == 0) goto L8a
if (r9 == 0) goto L8a
int r8 = r0.f119c
int r9 = r0.f120d
if (r8 != r9) goto L68
android.view.ViewGroup r3 = r0.f121e
android.view.ViewGroup r4 = r0.f122f
if (r3 != r4) goto L68
goto L9f
L68:
if (r8 == r9) goto L78
if (r8 != 0) goto L71
r0.f118b = r1
r0.f117a = r2
return r0
L71:
if (r9 != 0) goto L9f
r0.f118b = r2
r0.f117a = r2
return r0
L78:
android.view.ViewGroup r8 = r0.f122f
if (r8 != 0) goto L81
r0.f118b = r1
r0.f117a = r2
return r0
L81:
android.view.ViewGroup r8 = r0.f121e
if (r8 != 0) goto L9f
r0.f118b = r2
r0.f117a = r2
return r0
L8a:
if (r8 != 0) goto L95
int r8 = r0.f120d
if (r8 != 0) goto L95
r0.f118b = r2
r0.f117a = r2
return r0
L95:
if (r9 != 0) goto L9f
int r8 = r0.f119c
if (r8 != 0) goto L9f
r0.f118b = r1
r0.f117a = r2
L9f:
return r0
*/
throw new UnsupportedOperationException("Method not decompiled: B0.C0030h.Q(B0.F, B0.F):B0.N");
}
public final ObjectAnimator O(View view, float f2, float f4) {
if (f2 == f4) {
return null;
}
C0024b c0024b = I.f105a;
view.setTransitionAlpha(f2);
ObjectAnimator ofFloat = ObjectAnimator.ofFloat(view, I.f105a, f4);
C0029g c0029g = new C0029g(view);
ofFloat.addListener(c0029g);
o().a(c0029g);
return ofFloat;
}
@Override // B0.x
public final void d(F f2) {
N(f2);
}
@Override // B0.x
public final void g(F f2) {
N(f2);
View view = f2.f99b;
Float f4 = (Float) view.getTag(R.id.transition_pause_alpha);
if (f4 == null) {
if (view.getVisibility() == 0) {
C0024b c0024b = I.f105a;
f4 = Float.valueOf(view.getTransitionAlpha());
} else {
f4 = Float.valueOf(BitmapDescriptorFactory.HUE_RED);
}
}
f2.f98a.put("android:fade:transitionAlpha", f4);
}
/* JADX WARN: Code restructure failed: missing block: B:15:0x0047, code lost:
if (Q(n(r3, false), r(r3, false)).f117a != false) goto L9;
*/
/* JADX WARN: Removed duplicated region for block: B:59:0x009b */
/* JADX WARN: Removed duplicated region for block: B:71:0x01bb */
@Override // B0.x
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final android.animation.Animator k(android.view.ViewGroup r24, B0.F r25, B0.F r26) {
/*
Method dump skipped, instructions count: 685
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: B0.C0030h.k(android.view.ViewGroup, B0.F, B0.F):android.animation.Animator");
}
@Override // B0.x
public final String[] q() {
return f140F;
}
@Override // B0.x
public final boolean t() {
return true;
}
@Override // B0.x
public final boolean u(F f2, F f4) {
if (f2 == null && f4 == null) {
return false;
}
if (f2 != null && f4 != null && f4.f98a.containsKey("android:visibility:visibility") != f2.f98a.containsKey("android:visibility:visibility")) {
return false;
}
N Q3 = Q(f2, f4);
if (Q3.f117a) {
return Q3.f119c == 0 || Q3.f120d == 0;
}
return false;
}
public C0030h() {
this.f141E = 3;
}
}

View File

@@ -0,0 +1,78 @@
package B0;
import android.util.Log;
import b2.C0269b;
import com.google.android.gms.tasks.Continuation;
import com.google.android.gms.tasks.Task;
import com.google.firebase.remoteconfig.FirebaseRemoteConfig;
import com.google.firebase.remoteconfig.internal.ConfigRealtimeHttpClient;
import e2.InterfaceC0313b;
/* renamed from: B0.i, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final /* synthetic */ class C0031i implements InterfaceC0313b, Continuation, d2.f {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f142a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f143b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ Object f144c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ Object f145d;
public /* synthetic */ C0031i(Object obj, Object obj2, Object obj3, int i) {
this.f142a = i;
this.f143b = obj;
this.f144c = obj2;
this.f145d = obj3;
}
/* JADX WARN: Finally extract failed */
/* JADX WARN: Removed duplicated region for block: B:11:0x0071 */
/* JADX WARN: Removed duplicated region for block: B:14:0x0079 A[SYNTHETIC] */
/* JADX WARN: Type inference failed for: r7v1, types: [I0.g, java.lang.Object] */
@Override // d2.f
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public java.lang.Object apply(java.lang.Object r26) {
/*
Method dump skipped, instructions count: 998
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: B0.C0031i.apply(java.lang.Object):java.lang.Object");
}
@Override // e2.InterfaceC0313b
public Object execute() {
C0269b c0269b = (C0269b) this.f143b;
d2.h hVar = (d2.h) c0269b.f4178d;
hVar.getClass();
W1.j jVar = (W1.j) this.f144c;
W1.i iVar = (W1.i) this.f145d;
String concat = "TRuntime.".concat("SQLiteEventStore");
if (Log.isLoggable(concat, 3)) {
Log.d(concat, "Storing event with priority=" + jVar.f1935c + ", name=" + iVar.f1927a + " for destination " + jVar.f1933a);
}
((Long) hVar.s(new C0031i(hVar, iVar, jVar, 5))).getClass();
c0269b.f4175a.a(jVar, 1, false);
return null;
}
@Override // com.google.android.gms.tasks.Continuation
public Object then(Task task) {
Task lambda$activate$2;
switch (this.f142a) {
case 2:
lambda$activate$2 = ((FirebaseRemoteConfig) this.f143b).lambda$activate$2((Task) this.f144c, (Task) this.f145d, task);
return lambda$activate$2;
default:
return ConfigRealtimeHttpClient.b((ConfigRealtimeHttpClient) this.f143b, (Task) this.f144c, (Task) this.f145d, task);
}
}
}

View File

@@ -0,0 +1,8 @@
package B0;
import a.AbstractC0106b;
/* renamed from: B0.j, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0032j extends AbstractC0106b {
}

View File

@@ -0,0 +1,49 @@
package B0;
import android.view.View;
import java.util.ArrayList;
/* renamed from: B0.k, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0033k implements v {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ View f146a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ ArrayList f147b;
public C0033k(View view, ArrayList arrayList) {
this.f146a = view;
this.f147b = arrayList;
}
@Override // B0.v
public final void a(x xVar) {
xVar.A(this);
xVar.a(this);
}
@Override // B0.v
public final void b() {
}
@Override // B0.v
public final void c(x xVar) {
xVar.A(this);
this.f146a.setVisibility(8);
ArrayList arrayList = this.f147b;
int size = arrayList.size();
for (int i = 0; i < size; i++) {
((View) arrayList.get(i)).setVisibility(0);
}
}
@Override // B0.v
public final void d() {
}
@Override // B0.v
public final void e(x xVar) {
}
}

View File

@@ -0,0 +1,49 @@
package B0;
import java.util.ArrayList;
/* renamed from: B0.l, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0034l extends y {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ Object f148a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ ArrayList f149b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ Object f150c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ ArrayList f151d;
/* renamed from: e, reason: collision with root package name */
public final /* synthetic */ C0036n f152e;
public C0034l(C0036n c0036n, Object obj, ArrayList arrayList, Object obj2, ArrayList arrayList2) {
this.f152e = c0036n;
this.f148a = obj;
this.f149b = arrayList;
this.f150c = obj2;
this.f151d = arrayList2;
}
@Override // B0.y, B0.v
public final void a(x xVar) {
C0036n c0036n = this.f152e;
Object obj = this.f148a;
if (obj != null) {
c0036n.z(obj, this.f149b, null);
}
Object obj2 = this.f150c;
if (obj2 != null) {
c0036n.z(obj2, this.f151d, null);
}
}
@Override // B0.y, B0.v
public final void c(x xVar) {
xVar.A(this);
}
}

View File

@@ -0,0 +1,34 @@
package B0;
/* renamed from: B0.m, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0035m implements v {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ Runnable f153a;
public C0035m(Runnable runnable) {
this.f153a = runnable;
}
@Override // B0.v
public final void a(x xVar) {
}
@Override // B0.v
public final void b() {
}
@Override // B0.v
public final void c(x xVar) {
this.f153a.run();
}
@Override // B0.v
public final void d() {
}
@Override // B0.v
public final void e(x xVar) {
}
}

View File

@@ -0,0 +1,326 @@
package B0;
import android.graphics.Rect;
import android.os.Build;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.AnimationUtils;
import androidx.fragment.app.E0;
import androidx.fragment.app.RunnableC0141d;
import androidx.fragment.app.RunnableC0161n;
import androidx.fragment.app.RunnableC0175z;
import com.adif.elcanomovil.R;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import java.util.ArrayList;
/* renamed from: B0.n, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public class C0036n extends E0 {
@Override // androidx.fragment.app.E0
public final void a(View view, Object obj) {
((x) obj).b(view);
}
@Override // androidx.fragment.app.E0
public final void b(Object obj, ArrayList arrayList) {
x xVar = (x) obj;
if (xVar == null) {
return;
}
int i = 0;
if (xVar instanceof D) {
D d4 = (D) xVar;
int size = d4.f93E.size();
while (i < size) {
b(d4.O(i), arrayList);
i++;
}
return;
}
if (E0.k(xVar.f187e) && E0.k(xVar.f188f)) {
int size2 = arrayList.size();
while (i < size2) {
xVar.b((View) arrayList.get(i));
i++;
}
}
}
@Override // androidx.fragment.app.E0
public final void c(Object obj) {
u uVar = (u) obj;
uVar.g();
uVar.f169d.a((float) (uVar.f172g.f203x + 1));
}
@Override // androidx.fragment.app.E0
public final void d(Object obj, RunnableC0141d runnableC0141d) {
u uVar = (u) obj;
uVar.f171f = runnableC0141d;
uVar.g();
uVar.f169d.a(BitmapDescriptorFactory.HUE_RED);
}
@Override // androidx.fragment.app.E0
public final void e(ViewGroup viewGroup, Object obj) {
B.a(viewGroup, (x) obj);
}
@Override // androidx.fragment.app.E0
public final boolean g(Object obj) {
return obj instanceof x;
}
@Override // androidx.fragment.app.E0
public final Object h(Object obj) {
if (obj != null) {
return ((x) obj).clone();
}
return null;
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r3v5, types: [android.view.ViewTreeObserver$OnPreDrawListener, java.lang.Object, android.view.View$OnAttachStateChangeListener, B0.A] */
@Override // androidx.fragment.app.E0
public final Object i(ViewGroup viewGroup, Object obj) {
x xVar = (x) obj;
ArrayList arrayList = B.f90c;
if (arrayList.contains(viewGroup) || !viewGroup.isLaidOut() || Build.VERSION.SDK_INT < 34) {
return null;
}
if (!xVar.t()) {
throw new IllegalArgumentException("The Transition must support seeking.");
}
arrayList.add(viewGroup);
x clone = xVar.clone();
D d4 = new D();
d4.N(clone);
B.c(viewGroup, d4);
viewGroup.setTag(R.id.transition_current_scene, null);
?? obj2 = new Object();
obj2.f86a = d4;
obj2.f87b = viewGroup;
viewGroup.addOnAttachStateChangeListener(obj2);
viewGroup.getViewTreeObserver().addOnPreDrawListener(obj2);
viewGroup.invalidate();
u uVar = new u(d4);
d4.f204y = uVar;
d4.a(uVar);
return d4.f204y;
}
@Override // androidx.fragment.app.E0
public final boolean l() {
return true;
}
@Override // androidx.fragment.app.E0
public final boolean m(Object obj) {
boolean t2 = ((x) obj).t();
if (!t2) {
Log.v("FragmentManager", "Predictive back not available for AndroidX Transition " + obj + ". Please enable seeking support for the designated transition by overriding isSeekingSupported().");
}
return t2;
}
@Override // androidx.fragment.app.E0
public final Object n(Object obj, Object obj2, Object obj3) {
x xVar = (x) obj;
x xVar2 = (x) obj2;
x xVar3 = (x) obj3;
if (xVar != null && xVar2 != null) {
D d4 = new D();
d4.N(xVar);
d4.N(xVar2);
d4.R(1);
xVar = d4;
} else if (xVar == null) {
xVar = xVar2 != null ? xVar2 : null;
}
if (xVar3 == null) {
return xVar;
}
D d5 = new D();
if (xVar != null) {
d5.N(xVar);
}
d5.N(xVar3);
return d5;
}
@Override // androidx.fragment.app.E0
public final Object o(Object obj, Object obj2) {
D d4 = new D();
if (obj != null) {
d4.N((x) obj);
}
d4.N((x) obj2);
return d4;
}
@Override // androidx.fragment.app.E0
public final void p(Object obj, View view, ArrayList arrayList) {
((x) obj).a(new C0033k(view, arrayList));
}
@Override // androidx.fragment.app.E0
public final void q(Object obj, Object obj2, ArrayList arrayList, Object obj3, ArrayList arrayList2) {
((x) obj).a(new C0034l(this, obj2, arrayList, obj3, arrayList2));
}
@Override // androidx.fragment.app.E0
public final void r(Object obj, float f2) {
u uVar = (u) obj;
boolean z3 = uVar.f167b;
if (z3) {
D d4 = uVar.f172g;
long j4 = d4.f203x;
long j5 = f2 * ((float) j4);
if (j5 == 0) {
j5 = 1;
}
if (j5 == j4) {
j5 = j4 - 1;
}
if (uVar.f169d != null) {
throw new IllegalStateException("setCurrentPlayTimeMillis() called after animation has been started");
}
long j6 = uVar.f166a;
if (j5 == j6 || !z3) {
return;
}
if (!uVar.f168c) {
if (j5 == 0 && j6 > 0) {
j5 = -1;
} else if (j5 == j4 && j6 < j4) {
j5 = j4 + 1;
}
if (j5 != j6) {
d4.E(j5, j6);
uVar.f166a = j5;
}
}
long currentAnimationTimeMillis = AnimationUtils.currentAnimationTimeMillis();
G g4 = uVar.f170e;
int i = (g4.f102b + 1) % 20;
g4.f102b = i;
((long[]) g4.f103c)[i] = currentAnimationTimeMillis;
((float[]) g4.f104d)[i] = (float) j5;
}
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v2, types: [a.b, java.lang.Object] */
@Override // androidx.fragment.app.E0
public final void s(View view, Object obj) {
if (view != null) {
E0.j(new Rect(), view);
((x) obj).G(new Object());
}
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v1, types: [a.b, java.lang.Object] */
@Override // androidx.fragment.app.E0
public final void t(Object obj, Rect rect) {
((x) obj).G(new Object());
}
@Override // androidx.fragment.app.E0
public final void u(androidx.fragment.app.K k4, Object obj, K.e eVar, RunnableC0161n runnableC0161n) {
v(obj, eVar, null, runnableC0161n);
}
@Override // androidx.fragment.app.E0
public final void v(Object obj, K.e eVar, RunnableC0175z runnableC0175z, Runnable runnable) {
x xVar = (x) obj;
C0031i c0031i = new C0031i(runnableC0175z, xVar, runnable, 0);
synchronized (eVar) {
while (eVar.f969c) {
try {
try {
eVar.wait();
} catch (InterruptedException unused) {
}
} finally {
}
}
if (eVar.f968b != c0031i) {
eVar.f968b = c0031i;
if (eVar.f967a) {
RunnableC0175z runnableC0175z2 = (RunnableC0175z) c0031i.f143b;
if (runnableC0175z2 == null) {
((x) c0031i.f144c).cancel();
((Runnable) c0031i.f145d).run();
} else {
runnableC0175z2.run();
}
}
}
}
xVar.a(new C0035m(runnable));
}
@Override // androidx.fragment.app.E0
public final void w(Object obj, View view, ArrayList arrayList) {
D d4 = (D) obj;
ArrayList arrayList2 = d4.f188f;
arrayList2.clear();
int size = arrayList.size();
for (int i = 0; i < size; i++) {
E0.f((View) arrayList.get(i), arrayList2);
}
arrayList2.add(view);
arrayList.add(view);
b(d4, arrayList);
}
@Override // androidx.fragment.app.E0
public final void x(Object obj, ArrayList arrayList, ArrayList arrayList2) {
D d4 = (D) obj;
if (d4 != null) {
ArrayList arrayList3 = d4.f188f;
arrayList3.clear();
arrayList3.addAll(arrayList2);
z(d4, arrayList, arrayList2);
}
}
@Override // androidx.fragment.app.E0
public final Object y(Object obj) {
if (obj == null) {
return null;
}
D d4 = new D();
d4.N((x) obj);
return d4;
}
public final void z(Object obj, ArrayList arrayList, ArrayList arrayList2) {
x xVar = (x) obj;
int i = 0;
if (xVar instanceof D) {
D d4 = (D) xVar;
int size = d4.f93E.size();
while (i < size) {
z(d4.O(i), arrayList, arrayList2);
i++;
}
return;
}
if (E0.k(xVar.f187e)) {
ArrayList arrayList3 = xVar.f188f;
if (arrayList3.size() == arrayList.size() && arrayList3.containsAll(arrayList)) {
int size2 = arrayList2 == null ? 0 : arrayList2.size();
while (i < size2) {
xVar.b((View) arrayList2.get(i));
i++;
}
for (int size3 = arrayList.size() - 1; size3 >= 0; size3--) {
xVar.B((View) arrayList.get(size3));
}
}
}
}
}

View File

@@ -0,0 +1,347 @@
package B0;
import a.AbstractC0106b;
import android.animation.TimeInterpolator;
import android.util.AndroidRuntimeException;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import java.util.Iterator;
/* loaded from: classes.dex */
public class D extends x {
/* renamed from: G, reason: collision with root package name */
public int f95G;
/* renamed from: E, reason: collision with root package name */
public ArrayList f93E = new ArrayList();
/* renamed from: F, reason: collision with root package name */
public boolean f94F = true;
/* renamed from: H, reason: collision with root package name */
public boolean f96H = false;
/* renamed from: I, reason: collision with root package name */
public int f97I = 0;
@Override // B0.x
public final x A(v vVar) {
super.A(vVar);
return this;
}
@Override // B0.x
public final void B(View view) {
for (int i = 0; i < this.f93E.size(); i++) {
((x) this.f93E.get(i)).B(view);
}
this.f188f.remove(view);
}
@Override // B0.x
public final void C(View view) {
super.C(view);
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).C(view);
}
}
@Override // B0.x
public final void D() {
if (this.f93E.isEmpty()) {
L();
m();
return;
}
C c4 = new C();
c4.f92b = this;
Iterator it = this.f93E.iterator();
while (it.hasNext()) {
((x) it.next()).a(c4);
}
this.f95G = this.f93E.size();
if (this.f94F) {
Iterator it2 = this.f93E.iterator();
while (it2.hasNext()) {
((x) it2.next()).D();
}
return;
}
for (int i = 1; i < this.f93E.size(); i++) {
((x) this.f93E.get(i - 1)).a(new C((x) this.f93E.get(i), 2));
}
x xVar = (x) this.f93E.get(0);
if (xVar != null) {
xVar.D();
}
}
/* JADX WARN: Removed duplicated region for block: B:31:0x00c9 */
/* JADX WARN: Removed duplicated region for block: B:44:? A[RETURN, SYNTHETIC] */
@Override // B0.x
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final void E(long r20, long r22) {
/*
Method dump skipped, instructions count: 225
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: B0.D.E(long, long):void");
}
@Override // B0.x
public final void G(AbstractC0106b abstractC0106b) {
this.f201v = abstractC0106b;
this.f97I |= 8;
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).G(abstractC0106b);
}
}
@Override // B0.x
public final void I(E2.e eVar) {
super.I(eVar);
this.f97I |= 4;
if (this.f93E != null) {
for (int i = 0; i < this.f93E.size(); i++) {
((x) this.f93E.get(i)).I(eVar);
}
}
}
@Override // B0.x
public final void J() {
this.f97I |= 2;
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).J();
}
}
@Override // B0.x
public final void K(long j4) {
this.f184b = j4;
}
@Override // B0.x
public final String M(String str) {
String M3 = super.M(str);
for (int i = 0; i < this.f93E.size(); i++) {
StringBuilder sb = new StringBuilder();
sb.append(M3);
sb.append("\n");
sb.append(((x) this.f93E.get(i)).M(str + " "));
M3 = sb.toString();
}
return M3;
}
public final void N(x xVar) {
this.f93E.add(xVar);
xVar.i = this;
long j4 = this.f185c;
if (j4 >= 0) {
xVar.F(j4);
}
if ((this.f97I & 1) != 0) {
xVar.H(this.f186d);
}
if ((this.f97I & 2) != 0) {
xVar.J();
}
if ((this.f97I & 4) != 0) {
xVar.I(this.f202w);
}
if ((this.f97I & 8) != 0) {
xVar.G(this.f201v);
}
}
public final x O(int i) {
if (i < 0 || i >= this.f93E.size()) {
return null;
}
return (x) this.f93E.get(i);
}
@Override // B0.x
/* renamed from: P, reason: merged with bridge method [inline-methods] */
public final void F(long j4) {
ArrayList arrayList;
this.f185c = j4;
if (j4 < 0 || (arrayList = this.f93E) == null) {
return;
}
int size = arrayList.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).F(j4);
}
}
@Override // B0.x
/* renamed from: Q, reason: merged with bridge method [inline-methods] */
public final void H(TimeInterpolator timeInterpolator) {
this.f97I |= 1;
ArrayList arrayList = this.f93E;
if (arrayList != null) {
int size = arrayList.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).H(timeInterpolator);
}
}
this.f186d = timeInterpolator;
}
public final void R(int i) {
if (i == 0) {
this.f94F = true;
} else {
if (i != 1) {
throw new AndroidRuntimeException(com.google.android.gms.measurement.internal.a.l(i, "Invalid parameter for TransitionSet ordering: "));
}
this.f94F = false;
}
}
@Override // B0.x
public final void b(View view) {
for (int i = 0; i < this.f93E.size(); i++) {
((x) this.f93E.get(i)).b(view);
}
this.f188f.add(view);
}
@Override // B0.x
public final void cancel() {
super.cancel();
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).cancel();
}
}
@Override // B0.x
public final void d(F f2) {
if (v(f2.f99b)) {
Iterator it = this.f93E.iterator();
while (it.hasNext()) {
x xVar = (x) it.next();
if (xVar.v(f2.f99b)) {
xVar.d(f2);
f2.f100c.add(xVar);
}
}
}
}
@Override // B0.x
public final void f(F f2) {
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).f(f2);
}
}
@Override // B0.x
public final void g(F f2) {
if (v(f2.f99b)) {
Iterator it = this.f93E.iterator();
while (it.hasNext()) {
x xVar = (x) it.next();
if (xVar.v(f2.f99b)) {
xVar.g(f2);
f2.f100c.add(xVar);
}
}
}
}
@Override // B0.x
/* renamed from: j, reason: merged with bridge method [inline-methods] */
public final x clone() {
D d4 = (D) super.clone();
d4.f93E = new ArrayList();
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
x clone = ((x) this.f93E.get(i)).clone();
d4.f93E.add(clone);
clone.i = d4;
}
return d4;
}
@Override // B0.x
public final void l(ViewGroup viewGroup, A.j jVar, A.j jVar2, ArrayList arrayList, ArrayList arrayList2) {
long j4 = this.f184b;
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
x xVar = (x) this.f93E.get(i);
if (j4 > 0 && (this.f94F || i == 0)) {
long j5 = xVar.f184b;
if (j5 > 0) {
xVar.K(j5 + j4);
} else {
xVar.K(j4);
}
}
xVar.l(viewGroup, jVar, jVar2, arrayList, arrayList2);
}
}
@Override // B0.x
public final boolean s() {
for (int i = 0; i < this.f93E.size(); i++) {
if (((x) this.f93E.get(i)).s()) {
return true;
}
}
return false;
}
@Override // B0.x
public final boolean t() {
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
if (!((x) this.f93E.get(i)).t()) {
return false;
}
}
return true;
}
@Override // B0.x
public final void y(ViewGroup viewGroup) {
super.y(viewGroup);
int size = this.f93E.size();
for (int i = 0; i < size; i++) {
((x) this.f93E.get(i)).y(viewGroup);
}
}
@Override // B0.x
public final void z() {
this.f203x = 0L;
int i = 0;
C c4 = new C(this, i);
while (i < this.f93E.size()) {
x xVar = (x) this.f93E.get(i);
xVar.a(c4);
xVar.z();
long j4 = xVar.f203x;
if (this.f94F) {
this.f203x = Math.max(this.f203x, j4);
} else {
long j5 = this.f203x;
xVar.f205z = j5;
this.f203x = j5 + j4;
}
i++;
}
}
}

View File

@@ -0,0 +1,11 @@
package B0;
import android.graphics.Bitmap;
import android.graphics.Picture;
/* loaded from: classes.dex */
public abstract class E {
public static Bitmap a(Picture picture) {
return Bitmap.createBitmap(picture);
}
}

View File

@@ -0,0 +1,43 @@
package B0;
import android.view.View;
import java.util.ArrayList;
import java.util.HashMap;
/* loaded from: classes.dex */
public final class F {
/* renamed from: b, reason: collision with root package name */
public final View f99b;
/* renamed from: a, reason: collision with root package name */
public final HashMap f98a = new HashMap();
/* renamed from: c, reason: collision with root package name */
public final ArrayList f100c = new ArrayList();
public F(View view) {
this.f99b = view;
}
public final boolean equals(Object obj) {
if (!(obj instanceof F)) {
return false;
}
F f2 = (F) obj;
return this.f99b == f2.f99b && this.f98a.equals(f2.f98a);
}
public final int hashCode() {
return this.f98a.hashCode() + (this.f99b.hashCode() * 31);
}
public final String toString() {
String n4 = C.w.n(("TransitionValues@" + Integer.toHexString(hashCode()) + ":\n") + " view = " + this.f99b + "\n", " values:");
HashMap hashMap = this.f98a;
for (String str : hashMap.keySet()) {
n4 = n4 + " " + str + ": " + hashMap.get(str) + "\n";
}
return n4;
}
}

View File

@@ -0,0 +1,170 @@
package B0;
import O.S;
import O.X;
import a.AbstractC0106b;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
import android.graphics.Shader;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.widget.ImageView;
import e3.C0325k;
import f.AbstractC0336a;
import java.util.WeakHashMap;
import kotlin.jvm.internal.Intrinsics;
import m.AbstractC0463g0;
import m.C0487t;
/* loaded from: classes.dex */
public final class G implements V0.e {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f101a;
/* renamed from: b, reason: collision with root package name */
public int f102b;
/* renamed from: c, reason: collision with root package name */
public Object f103c;
/* renamed from: d, reason: collision with root package name */
public Object f104d;
public /* synthetic */ G() {
this.f101a = 0;
}
/* JADX WARN: Code restructure failed: missing block: B:122:0x01df, code lost:
throw new org.xmlpull.v1.XmlPullParserException(r3.getPositionDescription() + ": <item> tag requires a 'color' attribute and a 'offset' attribute!");
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static B0.G c(android.content.res.Resources r29, int r30, android.content.res.Resources.Theme r31) {
/*
Method dump skipped, instructions count: 675
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: B0.G.c(android.content.res.Resources, int, android.content.res.Resources$Theme):B0.G");
}
@Override // V0.e
public void a() {
U0.a aVar = (U0.a) this.f103c;
Drawable drawable = aVar.f1775b.getDrawable();
S0.k kVar = (S0.k) this.f104d;
boolean z3 = kVar instanceof S0.r;
L0.a aVar2 = new L0.a(drawable, kVar.a(), kVar.b().f1498y, this.f102b, (z3 && ((S0.r) kVar).f1523g) ? false : true);
if (z3) {
aVar.b(aVar2);
} else if (kVar instanceof S0.f) {
aVar.b(aVar2);
}
}
public void b() {
C0325k c0325k;
ImageView imageView = (ImageView) this.f103c;
Drawable drawable = imageView.getDrawable();
if (drawable != null) {
AbstractC0463g0.a(drawable);
}
if (drawable == null || (c0325k = (C0325k) this.f104d) == null) {
return;
}
C0487t.e(drawable, c0325k, imageView.getDrawableState());
}
public boolean d() {
ColorStateList colorStateList;
return ((Shader) this.f103c) == null && (colorStateList = (ColorStateList) this.f104d) != null && colorStateList.isStateful();
}
public void e(AttributeSet attributeSet, int i) {
int resourceId;
ImageView imageView = (ImageView) this.f103c;
Context context = imageView.getContext();
int[] iArr = AbstractC0336a.f6427f;
R0.h l4 = R0.h.l(context, attributeSet, iArr, i);
Context context2 = imageView.getContext();
WeakHashMap weakHashMap = X.f1226a;
S.d(imageView, context2, iArr, attributeSet, (TypedArray) l4.f1414b, i, 0);
try {
Drawable drawable = imageView.getDrawable();
TypedArray typedArray = (TypedArray) l4.f1414b;
if (drawable == null && (resourceId = typedArray.getResourceId(1, -1)) != -1 && (drawable = AbstractC0106b.m(imageView.getContext(), resourceId)) != null) {
imageView.setImageDrawable(drawable);
}
if (drawable != null) {
AbstractC0463g0.a(drawable);
}
if (typedArray.hasValue(2)) {
U.f.c(imageView, l4.e(2));
}
if (typedArray.hasValue(3)) {
U.f.d(imageView, AbstractC0463g0.c(typedArray.getInt(3, -1), null));
}
l4.n();
} catch (Throwable th) {
l4.n();
throw th;
}
}
public String toString() {
switch (this.f101a) {
case 3:
StringBuilder sb = new StringBuilder();
if (((e3.G) this.f103c) == e3.G.HTTP_1_0) {
sb.append("HTTP/1.0");
} else {
sb.append("HTTP/1.1");
}
sb.append(' ');
sb.append(this.f102b);
sb.append(' ');
sb.append((String) this.f104d);
String sb2 = sb.toString();
Intrinsics.checkNotNullExpressionValue(sb2, "StringBuilder().apply(builderAction).toString()");
return sb2;
default:
return super.toString();
}
}
public G(U0.a aVar, S0.k kVar, int i) {
this.f101a = 2;
this.f103c = aVar;
this.f104d = kVar;
this.f102b = i;
if (i <= 0) {
throw new IllegalArgumentException("durationMillis must be > 0.");
}
}
public G(e3.G protocol, int i, String message) {
this.f101a = 3;
Intrinsics.checkNotNullParameter(protocol, "protocol");
Intrinsics.checkNotNullParameter(message, "message");
this.f103c = protocol;
this.f102b = i;
this.f104d = message;
}
public G(ImageView imageView) {
this.f101a = 4;
this.f102b = 0;
this.f103c = imageView;
}
public G(Shader shader, ColorStateList colorStateList, int i) {
this.f101a = 1;
this.f103c = shader;
this.f104d = colorStateList;
this.f102b = i;
}
}

View File

@@ -0,0 +1,14 @@
package B0;
import android.view.ViewGroup;
/* loaded from: classes.dex */
public abstract class H {
public static int a(ViewGroup viewGroup, int i) {
return viewGroup.getChildDrawingOrder(i);
}
public static void b(ViewGroup viewGroup, boolean z3) {
viewGroup.suppressLayout(z3);
}
}

View File

@@ -0,0 +1,14 @@
package B0;
import android.graphics.Rect;
/* loaded from: classes.dex */
public abstract class I {
/* renamed from: a, reason: collision with root package name */
public static final C0024b f105a = new C0024b(5, "translationAlpha", Float.class);
static {
new C0024b(6, "clipBounds", Rect.class);
}
}

View File

@@ -0,0 +1,5 @@
package B0;
/* loaded from: classes.dex */
public abstract class J extends m3.d {
}

View File

@@ -0,0 +1,5 @@
package B0;
/* loaded from: classes.dex */
public final class K extends J {
}

View File

@@ -0,0 +1,131 @@
package B0;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
import android.view.ViewGroup;
/* loaded from: classes.dex */
public final class L extends AnimatorListenerAdapter implements v {
/* renamed from: a, reason: collision with root package name */
public final View f106a;
/* renamed from: b, reason: collision with root package name */
public final int f107b;
/* renamed from: c, reason: collision with root package name */
public final ViewGroup f108c;
/* renamed from: e, reason: collision with root package name */
public boolean f110e;
/* renamed from: f, reason: collision with root package name */
public boolean f111f = false;
/* renamed from: d, reason: collision with root package name */
public final boolean f109d = true;
public L(View view, int i) {
this.f106a = view;
this.f107b = i;
this.f108c = (ViewGroup) view.getParent();
g(true);
}
@Override // B0.v
public final void a(x xVar) {
}
@Override // B0.v
public final void b() {
g(false);
if (this.f111f) {
return;
}
C0024b c0024b = I.f105a;
this.f106a.setTransitionVisibility(this.f107b);
}
@Override // B0.v
public final void c(x xVar) {
xVar.A(this);
}
@Override // B0.v
public final void d() {
g(true);
if (this.f111f) {
return;
}
C0024b c0024b = I.f105a;
this.f106a.setTransitionVisibility(0);
}
@Override // B0.v
public final void e(x xVar) {
}
public final void g(boolean z3) {
ViewGroup viewGroup;
if (!this.f109d || this.f110e == z3 || (viewGroup = this.f108c) == null) {
return;
}
this.f110e = z3;
H.b(viewGroup, z3);
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationCancel(Animator animator) {
this.f111f = true;
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator) {
if (!this.f111f) {
C0024b c0024b = I.f105a;
this.f106a.setTransitionVisibility(this.f107b);
ViewGroup viewGroup = this.f108c;
if (viewGroup != null) {
viewGroup.invalidate();
}
}
g(false);
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationRepeat(Animator animator) {
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationStart(Animator animator) {
}
@Override // android.animation.Animator.AnimatorListener
public final void onAnimationStart(Animator animator, boolean z3) {
if (z3) {
C0024b c0024b = I.f105a;
this.f106a.setTransitionVisibility(0);
ViewGroup viewGroup = this.f108c;
if (viewGroup != null) {
viewGroup.invalidate();
}
}
}
@Override // android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator, boolean z3) {
if (z3) {
return;
}
if (!this.f111f) {
C0024b c0024b = I.f105a;
this.f106a.setTransitionVisibility(this.f107b);
ViewGroup viewGroup = this.f108c;
if (viewGroup != null) {
viewGroup.invalidate();
}
}
g(false);
}
}

View File

@@ -0,0 +1,102 @@
package B0;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
import android.view.ViewGroup;
import com.adif.elcanomovil.R;
/* loaded from: classes.dex */
public final class M extends AnimatorListenerAdapter implements v {
/* renamed from: a, reason: collision with root package name */
public final ViewGroup f112a;
/* renamed from: b, reason: collision with root package name */
public final View f113b;
/* renamed from: c, reason: collision with root package name */
public final View f114c;
/* renamed from: d, reason: collision with root package name */
public boolean f115d = true;
/* renamed from: e, reason: collision with root package name */
public final /* synthetic */ C0030h f116e;
public M(C0030h c0030h, ViewGroup viewGroup, View view, View view2) {
this.f116e = c0030h;
this.f112a = viewGroup;
this.f113b = view;
this.f114c = view2;
}
@Override // B0.v
public final void a(x xVar) {
}
@Override // B0.v
public final void b() {
}
@Override // B0.v
public final void c(x xVar) {
xVar.A(this);
}
@Override // B0.v
public final void d() {
}
@Override // B0.v
public final void e(x xVar) {
if (this.f115d) {
g();
}
}
public final void g() {
this.f114c.setTag(R.id.save_overlay_view, null);
this.f112a.getOverlay().remove(this.f113b);
this.f115d = false;
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator) {
g();
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorPauseListener
public final void onAnimationPause(Animator animator) {
this.f112a.getOverlay().remove(this.f113b);
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorPauseListener
public final void onAnimationResume(Animator animator) {
View view = this.f113b;
if (view.getParent() == null) {
this.f112a.getOverlay().add(view);
} else {
this.f116e.cancel();
}
}
@Override // android.animation.Animator.AnimatorListener
public final void onAnimationStart(Animator animator, boolean z3) {
if (z3) {
View view = this.f114c;
View view2 = this.f113b;
view.setTag(R.id.save_overlay_view, view2);
this.f112a.getOverlay().add(view2);
this.f115d = true;
}
}
@Override // android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator, boolean z3) {
if (z3) {
return;
}
g();
}
}

View File

@@ -0,0 +1,25 @@
package B0;
import android.view.ViewGroup;
/* loaded from: classes.dex */
public final class N {
/* renamed from: a, reason: collision with root package name */
public boolean f117a;
/* renamed from: b, reason: collision with root package name */
public boolean f118b;
/* renamed from: c, reason: collision with root package name */
public int f119c;
/* renamed from: d, reason: collision with root package name */
public int f120d;
/* renamed from: e, reason: collision with root package name */
public ViewGroup f121e;
/* renamed from: f, reason: collision with root package name */
public ViewGroup f122f;
}

View File

@@ -0,0 +1,13 @@
package B0;
import android.animation.ObjectAnimator;
import android.animation.TypeConverter;
import android.graphics.Path;
import android.util.Property;
/* loaded from: classes.dex */
public abstract class o {
public static <T, V> ObjectAnimator a(T t2, Property<T, V> property, Path path) {
return ObjectAnimator.ofObject(t2, property, (TypeConverter) null, path);
}
}

View File

@@ -0,0 +1,56 @@
package B0;
import O.m0;
import O.r0;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.view.View;
/* loaded from: classes.dex */
public final class p extends AnimatorListenerAdapter {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f154a = 0;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f155b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ Object f156c;
public p(r0 r0Var, View view) {
this.f155b = r0Var;
this.f156c = view;
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator) {
switch (this.f154a) {
case 0:
((s.e) this.f155b).remove(animator);
((x) this.f156c).f194n.remove(animator);
return;
default:
((r0) this.f155b).f1292a.d(1.0f);
m0.e((View) this.f156c);
return;
}
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public void onAnimationStart(Animator animator) {
switch (this.f154a) {
case 0:
((x) this.f156c).f194n.add(animator);
return;
default:
super.onAnimationStart(animator);
return;
}
}
public p(x xVar, s.e eVar) {
this.f156c = xVar;
this.f155b = eVar;
}
}

View File

@@ -0,0 +1,133 @@
package B0;
import O.i0;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.content.res.ColorStateList;
import android.view.View;
import androidx.appcompat.widget.ActionBarOverlayLayout;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import com.google.android.material.behavior.HideBottomViewOnScrollBehavior;
import com.google.android.material.bottomsheet.BottomSheetBehavior;
import com.google.android.material.sidesheet.SideSheetBehavior;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import r2.C0567a;
/* loaded from: classes.dex */
public final class q extends AnimatorListenerAdapter {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f157a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Object f158b;
public /* synthetic */ q(Object obj, int i) {
this.f157a = i;
this.f158b = obj;
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public void onAnimationCancel(Animator animator) {
switch (this.f157a) {
case 4:
((i0) this.f158b).b();
return;
case 5:
default:
super.onAnimationCancel(animator);
return;
case 6:
ActionBarOverlayLayout actionBarOverlayLayout = (ActionBarOverlayLayout) this.f158b;
actionBarOverlayLayout.f2408w = null;
actionBarOverlayLayout.f2396j = false;
return;
}
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public final void onAnimationEnd(Animator animator) {
switch (this.f157a) {
case 0:
((x) this.f158b).m();
animator.removeListener(this);
return;
case 1:
C0.f fVar = (C0.f) this.f158b;
ArrayList arrayList = new ArrayList(fVar.f284e);
int size = arrayList.size();
for (int i = 0; i < size; i++) {
ColorStateList colorStateList = ((C0567a) arrayList.get(i)).f8213b.f8227o;
if (colorStateList != null) {
H.a.h(fVar, colorStateList);
}
}
return;
case 2:
SideSheetBehavior sideSheetBehavior = (SideSheetBehavior) this.f158b;
sideSheetBehavior.w(5);
WeakReference weakReference = sideSheetBehavior.p;
if (weakReference == null || weakReference.get() == null) {
return;
}
((View) sideSheetBehavior.p.get()).requestLayout();
return;
case 3:
I2.l lVar = (I2.l) this.f158b;
lVar.q();
lVar.f834r.start();
return;
case 4:
((i0) this.f158b).a();
return;
case 5:
((HideBottomViewOnScrollBehavior) this.f158b).h = null;
return;
case 6:
ActionBarOverlayLayout actionBarOverlayLayout = (ActionBarOverlayLayout) this.f158b;
actionBarOverlayLayout.f2408w = null;
actionBarOverlayLayout.f2396j = false;
return;
case 7:
BottomSheetBehavior bottomSheetBehavior = (BottomSheetBehavior) this.f158b;
bottomSheetBehavior.I(5);
WeakReference weakReference2 = bottomSheetBehavior.f5556U;
if (weakReference2 == null || weakReference2.get() == null) {
return;
}
((View) bottomSheetBehavior.f5556U.get()).requestLayout();
return;
default:
y2.f fVar2 = (y2.f) this.f158b;
fVar2.f8984b.setTranslationY(BitmapDescriptorFactory.HUE_RED);
fVar2.b(BitmapDescriptorFactory.HUE_RED);
return;
}
}
@Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener
public void onAnimationStart(Animator animator) {
switch (this.f157a) {
case 1:
C0.f fVar = (C0.f) this.f158b;
ArrayList arrayList = new ArrayList(fVar.f284e);
int size = arrayList.size();
for (int i = 0; i < size; i++) {
((C0567a) arrayList.get(i)).a(fVar);
}
return;
case 4:
((i0) this.f158b).c();
return;
default:
super.onAnimationStart(animator);
return;
}
}
public q(i0 i0Var, View view) {
this.f157a = 4;
this.f158b = i0Var;
}
}

View File

@@ -0,0 +1,27 @@
package B0;
import android.animation.Animator;
import android.view.View;
import android.view.WindowId;
/* loaded from: classes.dex */
public final class r {
/* renamed from: a, reason: collision with root package name */
public View f159a;
/* renamed from: b, reason: collision with root package name */
public String f160b;
/* renamed from: c, reason: collision with root package name */
public F f161c;
/* renamed from: d, reason: collision with root package name */
public WindowId f162d;
/* renamed from: e, reason: collision with root package name */
public x f163e;
/* renamed from: f, reason: collision with root package name */
public Animator f164f;
}

View File

@@ -0,0 +1,15 @@
package B0;
import android.animation.Animator;
import android.animation.AnimatorSet;
/* loaded from: classes.dex */
public abstract class s {
public static long a(Animator animator) {
return animator.getTotalDuration();
}
public static void b(Animator animator, long j4) {
((AnimatorSet) animator).setCurrentPlayTime(j4);
}
}

View File

@@ -0,0 +1,8 @@
package B0;
/* loaded from: classes.dex */
public final /* synthetic */ class t {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ u f165a;
}

View File

@@ -0,0 +1,179 @@
package B0;
import android.view.animation.AnimationUtils;
import androidx.fragment.app.RunnableC0141d;
import c0.C0279e;
import c0.C0280f;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import java.util.ArrayList;
import java.util.Arrays;
/* loaded from: classes.dex */
public final class u extends y {
/* renamed from: a, reason: collision with root package name */
public long f166a = -1;
/* renamed from: b, reason: collision with root package name */
public boolean f167b;
/* renamed from: c, reason: collision with root package name */
public boolean f168c;
/* renamed from: d, reason: collision with root package name */
public C0279e f169d;
/* renamed from: e, reason: collision with root package name */
public final G f170e;
/* renamed from: f, reason: collision with root package name */
public RunnableC0141d f171f;
/* renamed from: g, reason: collision with root package name */
public final /* synthetic */ D f172g;
public u(D d4) {
this.f172g = d4;
G g4 = new G();
long[] jArr = new long[20];
g4.f103c = jArr;
g4.f104d = new float[20];
g4.f102b = 0;
Arrays.fill(jArr, Long.MIN_VALUE);
this.f170e = g4;
}
@Override // B0.y, B0.v
public final void e(x xVar) {
this.f168c = true;
}
/* JADX WARN: Type inference failed for: r2v0, types: [java.lang.Object, c0.d] */
public final void g() {
float sqrt;
char c4;
long[] jArr;
if (this.f169d != null) {
return;
}
long currentAnimationTimeMillis = AnimationUtils.currentAnimationTimeMillis();
float f2 = (float) this.f166a;
G g4 = this.f170e;
char c5 = 20;
int i = (g4.f102b + 1) % 20;
g4.f102b = i;
((long[]) g4.f103c)[i] = currentAnimationTimeMillis;
((float[]) g4.f104d)[i] = f2;
?? obj = new Object();
float f4 = BitmapDescriptorFactory.HUE_RED;
obj.f4208a = BitmapDescriptorFactory.HUE_RED;
this.f169d = new C0279e(obj);
C0280f c0280f = new C0280f();
c0280f.f4221b = 1.0f;
int i4 = 0;
c0280f.f4222c = false;
c0280f.f4220a = Math.sqrt(200.0f);
c0280f.f4222c = false;
C0279e c0279e = this.f169d;
c0279e.f4218l = c0280f;
c0279e.f4210b = (float) this.f166a;
c0279e.f4211c = true;
if (c0279e.f4213e) {
throw new UnsupportedOperationException("Error: Update listeners must be added beforethe animation.");
}
ArrayList arrayList = c0279e.f4217k;
if (!arrayList.contains(this)) {
arrayList.add(this);
}
C0279e c0279e2 = this.f169d;
int i5 = g4.f102b;
long[] jArr2 = (long[]) g4.f103c;
long j4 = Long.MIN_VALUE;
if (i5 != 0 || jArr2[i5] != Long.MIN_VALUE) {
long j5 = jArr2[i5];
long j6 = j5;
while (true) {
long j7 = jArr2[i5];
if (j7 != j4) {
float f5 = (float) (j5 - j7);
float abs = (float) Math.abs(j7 - j6);
if (f5 > 100.0f || abs > 40.0f) {
break;
}
if (i5 == 0) {
i5 = 20;
}
i5--;
i4++;
if (i4 >= 20) {
break;
}
j6 = j7;
j4 = Long.MIN_VALUE;
} else {
break;
}
}
if (i4 >= 2) {
float[] fArr = (float[]) g4.f104d;
if (i4 == 2) {
int i6 = g4.f102b;
int i7 = i6 == 0 ? 19 : i6 - 1;
float f6 = (float) (jArr2[i6] - jArr2[i7]);
if (f6 != BitmapDescriptorFactory.HUE_RED) {
sqrt = (fArr[i6] - fArr[i7]) / f6;
}
} else {
int i8 = g4.f102b;
int i9 = ((i8 - i4) + 21) % 20;
int i10 = (i8 + 21) % 20;
long j8 = jArr2[i9];
float f7 = fArr[i9];
int i11 = i9 + 1;
int i12 = i11 % 20;
float f8 = 0.0f;
while (i12 != i10) {
long j9 = jArr2[i12];
float f9 = f4;
int i13 = i10;
float f10 = (float) (j9 - j8);
if (f10 == f9) {
c4 = c5;
jArr = jArr2;
} else {
float f11 = fArr[i12];
c4 = c5;
jArr = jArr2;
float f12 = (f11 - f7) / f10;
float abs2 = (Math.abs(f12) * (f12 - ((float) (Math.sqrt(2.0f * Math.abs(f8)) * Math.signum(f8))))) + f8;
if (i12 == i11) {
abs2 *= 0.5f;
}
f8 = abs2;
f7 = f11;
j8 = j9;
}
i12 = (i12 + 1) % 20;
f4 = f9;
i10 = i13;
c5 = c4;
jArr2 = jArr;
}
sqrt = (float) (Math.sqrt(Math.abs(f8) * 2.0f) * Math.signum(f8));
}
f4 = sqrt * 1000.0f;
}
}
c0279e2.f4209a = f4;
C0279e c0279e3 = this.f169d;
c0279e3.f4214f = (float) (this.f172g.f203x + 1);
c0279e3.f4215g = -1.0f;
c0279e3.i = 4.0f;
t tVar = new t(this);
ArrayList arrayList2 = c0279e3.f4216j;
if (arrayList2.contains(tVar)) {
return;
}
arrayList2.add(tVar);
}
}

View File

@@ -0,0 +1,18 @@
package B0;
/* loaded from: classes.dex */
public interface v {
void a(x xVar);
void b();
void c(x xVar);
void d();
void e(x xVar);
default void f(x xVar) {
a(xVar);
}
}

View File

@@ -0,0 +1,112 @@
package B0;
import O.D0;
import O.InterfaceC0080v;
import android.content.Context;
import android.view.View;
import com.google.android.gms.tasks.Continuation;
import com.google.android.gms.tasks.SuccessContinuation;
import com.google.android.gms.tasks.Task;
import com.google.firebase.FirebaseCommonRegistrar;
import com.google.firebase.crashlytics.internal.model.CrashlyticsReport;
import com.google.firebase.crashlytics.internal.send.DataTransportCrashlyticsReportSender;
import com.google.firebase.messaging.FcmBroadcastProcessor;
import com.google.firebase.messaging.reporting.MessagingClientEventExtension;
import com.google.firebase.platforminfo.LibraryVersionComponent;
import com.google.firebase.remoteconfig.FirebaseRemoteConfig;
import com.google.firebase.remoteconfig.internal.ConfigContainer;
import com.google.firebase.remoteconfig.internal.ConfigFetchHandler;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes.dex */
public final /* synthetic */ class w implements I2.C, T1.h, LibraryVersionComponent.VersionExtractor, T1.e, Continuation, SuccessContinuation, InterfaceC0080v {
/* renamed from: b, reason: collision with root package name */
public static final w f173b = new w(0);
/* renamed from: c, reason: collision with root package name */
public static final w f174c = new w(1);
/* renamed from: d, reason: collision with root package name */
public static final w f175d = new w(2);
/* renamed from: e, reason: collision with root package name */
public static final w f176e = new w(3);
/* renamed from: f, reason: collision with root package name */
public static final w f177f = new w(4);
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f178a;
public /* synthetic */ w(int i) {
this.f178a = i;
}
@Override // T1.h
public void a(Exception exc) {
}
@Override // T1.e
public Object apply(Object obj) {
switch (this.f178a) {
case 13:
return DataTransportCrashlyticsReportSender.a((CrashlyticsReport) obj);
default:
return ((MessagingClientEventExtension) obj).toByteArray();
}
}
@Override // com.google.firebase.platforminfo.LibraryVersionComponent.VersionExtractor
public String extract(Object obj) {
Context context = (Context) obj;
switch (this.f178a) {
case 9:
return FirebaseCommonRegistrar.c(context);
case 10:
return FirebaseCommonRegistrar.b(context);
case 11:
return FirebaseCommonRegistrar.d(context);
default:
return FirebaseCommonRegistrar.a(context);
}
}
@Override // O.InterfaceC0080v
public D0 g(View view, D0 windowInsets) {
Intrinsics.checkNotNullParameter(view, "view");
Intrinsics.checkNotNullParameter(windowInsets, "windowInsets");
G.c f2 = windowInsets.f1207a.f(7);
Intrinsics.checkNotNullExpressionValue(f2, "getInsets(...)");
view.setPadding(view.getPaddingLeft(), f2.f559b, view.getPaddingRight(), f2.f561d);
return D0.f1206b;
}
@Override // com.google.android.gms.tasks.SuccessContinuation
public Task then(Object obj) {
Task lambda$setDefaultsWithStringsMapAsync$7;
Task lambda$fetch$4;
Task lambda$fetch$3;
switch (this.f178a) {
case 17:
lambda$setDefaultsWithStringsMapAsync$7 = FirebaseRemoteConfig.lambda$setDefaultsWithStringsMapAsync$7((ConfigContainer) obj);
return lambda$setDefaultsWithStringsMapAsync$7;
case 18:
lambda$fetch$4 = FirebaseRemoteConfig.lambda$fetch$4((ConfigFetchHandler.FetchResponse) obj);
return lambda$fetch$4;
default:
lambda$fetch$3 = FirebaseRemoteConfig.lambda$fetch$3((ConfigFetchHandler.FetchResponse) obj);
return lambda$fetch$3;
}
}
@Override // com.google.android.gms.tasks.Continuation
public Object then(Task task) {
switch (this.f178a) {
case 14:
return FcmBroadcastProcessor.d(task);
default:
return FcmBroadcastProcessor.c(task);
}
}
}

View File

@@ -0,0 +1,790 @@
package B0;
import O.X;
import a.AbstractC0106b;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.TimeInterpolator;
import android.util.SparseArray;
import android.util.SparseIntArray;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowId;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.WeakHashMap;
import kotlin.jvm.internal.LongCompanionObject;
/* loaded from: classes.dex */
public abstract class x implements Cloneable {
/* renamed from: A, reason: collision with root package name */
public static final Animator[] f179A = new Animator[0];
/* renamed from: B, reason: collision with root package name */
public static final int[] f180B = {2, 1, 3, 4};
/* renamed from: C, reason: collision with root package name */
public static final E2.e f181C = new E2.e(1);
/* renamed from: D, reason: collision with root package name */
public static final ThreadLocal f182D = new ThreadLocal();
/* renamed from: k, reason: collision with root package name */
public ArrayList f191k;
/* renamed from: l, reason: collision with root package name */
public ArrayList f192l;
/* renamed from: m, reason: collision with root package name */
public v[] f193m;
/* renamed from: v, reason: collision with root package name */
public AbstractC0106b f201v;
/* renamed from: x, reason: collision with root package name */
public long f203x;
/* renamed from: y, reason: collision with root package name */
public u f204y;
/* renamed from: z, reason: collision with root package name */
public long f205z;
/* renamed from: a, reason: collision with root package name */
public final String f183a = getClass().getName();
/* renamed from: b, reason: collision with root package name */
public long f184b = -1;
/* renamed from: c, reason: collision with root package name */
public long f185c = -1;
/* renamed from: d, reason: collision with root package name */
public TimeInterpolator f186d = null;
/* renamed from: e, reason: collision with root package name */
public final ArrayList f187e = new ArrayList();
/* renamed from: f, reason: collision with root package name */
public final ArrayList f188f = new ArrayList();
/* renamed from: g, reason: collision with root package name */
public A.j f189g = new A.j(1);
public A.j h = new A.j(1);
public D i = null;
/* renamed from: j, reason: collision with root package name */
public final int[] f190j = f180B;
/* renamed from: n, reason: collision with root package name */
public final ArrayList f194n = new ArrayList();
/* renamed from: o, reason: collision with root package name */
public Animator[] f195o = f179A;
public int p = 0;
/* renamed from: q, reason: collision with root package name */
public boolean f196q = false;
/* renamed from: r, reason: collision with root package name */
public boolean f197r = false;
/* renamed from: s, reason: collision with root package name */
public x f198s = null;
/* renamed from: t, reason: collision with root package name */
public ArrayList f199t = null;
/* renamed from: u, reason: collision with root package name */
public ArrayList f200u = new ArrayList();
/* renamed from: w, reason: collision with root package name */
public E2.e f202w = f181C;
public static void c(A.j jVar, View view, F f2) {
((s.e) jVar.f27a).put(view, f2);
int id = view.getId();
if (id >= 0) {
SparseArray sparseArray = (SparseArray) jVar.f28b;
if (sparseArray.indexOfKey(id) >= 0) {
sparseArray.put(id, null);
} else {
sparseArray.put(id, view);
}
}
WeakHashMap weakHashMap = X.f1226a;
String k4 = O.L.k(view);
if (k4 != null) {
s.e eVar = (s.e) jVar.f30d;
if (eVar.containsKey(k4)) {
eVar.put(k4, null);
} else {
eVar.put(k4, view);
}
}
if (view.getParent() instanceof ListView) {
ListView listView = (ListView) view.getParent();
if (listView.getAdapter().hasStableIds()) {
long itemIdAtPosition = listView.getItemIdAtPosition(listView.getPositionForView(view));
s.g gVar = (s.g) jVar.f29c;
if (gVar.c(itemIdAtPosition) < 0) {
view.setHasTransientState(true);
gVar.e(itemIdAtPosition, view);
return;
}
View view2 = (View) gVar.b(itemIdAtPosition);
if (view2 != null) {
view2.setHasTransientState(false);
gVar.e(itemIdAtPosition, null);
}
}
}
}
/* JADX WARN: Type inference failed for: r1v2, types: [java.lang.Object, s.e, s.j] */
public static s.e p() {
ThreadLocal threadLocal = f182D;
s.e eVar = (s.e) threadLocal.get();
if (eVar != null) {
return eVar;
}
?? jVar = new s.j(0);
threadLocal.set(jVar);
return jVar;
}
public static boolean w(F f2, F f4, String str) {
Object obj = f2.f98a.get(str);
Object obj2 = f4.f98a.get(str);
if (obj == null && obj2 == null) {
return false;
}
if (obj == null || obj2 == null) {
return true;
}
return !obj.equals(obj2);
}
public x A(v vVar) {
x xVar;
ArrayList arrayList = this.f199t;
if (arrayList != null) {
if (!arrayList.remove(vVar) && (xVar = this.f198s) != null) {
xVar.A(vVar);
}
if (this.f199t.size() == 0) {
this.f199t = null;
}
}
return this;
}
public void B(View view) {
this.f188f.remove(view);
}
public void C(View view) {
if (this.f196q) {
if (!this.f197r) {
ArrayList arrayList = this.f194n;
int size = arrayList.size();
Animator[] animatorArr = (Animator[]) arrayList.toArray(this.f195o);
this.f195o = f179A;
for (int i = size - 1; i >= 0; i--) {
Animator animator = animatorArr[i];
animatorArr[i] = null;
animator.resume();
}
this.f195o = animatorArr;
x(this, w.f177f, false);
}
this.f196q = false;
}
}
public void D() {
L();
s.e p = p();
Iterator it = this.f200u.iterator();
while (it.hasNext()) {
Animator animator = (Animator) it.next();
if (p.containsKey(animator)) {
L();
if (animator != null) {
animator.addListener(new p(this, p));
long j4 = this.f185c;
if (j4 >= 0) {
animator.setDuration(j4);
}
long j5 = this.f184b;
if (j5 >= 0) {
animator.setStartDelay(animator.getStartDelay() + j5);
}
TimeInterpolator timeInterpolator = this.f186d;
if (timeInterpolator != null) {
animator.setInterpolator(timeInterpolator);
}
animator.addListener(new q(this, 0));
animator.start();
}
}
}
this.f200u.clear();
m();
}
public void E(long j4, long j5) {
long j6 = this.f203x;
boolean z3 = j4 < j5;
if ((j5 < 0 && j4 >= 0) || (j5 > j6 && j4 <= j6)) {
this.f197r = false;
x(this, w.f173b, z3);
}
ArrayList arrayList = this.f194n;
int size = arrayList.size();
Animator[] animatorArr = (Animator[]) arrayList.toArray(this.f195o);
this.f195o = f179A;
for (int i = 0; i < size; i++) {
Animator animator = animatorArr[i];
animatorArr[i] = null;
s.b(animator, Math.min(Math.max(0L, j4), s.a(animator)));
}
this.f195o = animatorArr;
if ((j4 <= j6 || j5 > j6) && (j4 >= 0 || j5 < 0)) {
return;
}
if (j4 > j6) {
this.f197r = true;
}
x(this, w.f174c, z3);
}
public void F(long j4) {
this.f185c = j4;
}
public void G(AbstractC0106b abstractC0106b) {
this.f201v = abstractC0106b;
}
public void H(TimeInterpolator timeInterpolator) {
this.f186d = timeInterpolator;
}
public void I(E2.e eVar) {
if (eVar == null) {
this.f202w = f181C;
} else {
this.f202w = eVar;
}
}
public void J() {
}
public void K(long j4) {
this.f184b = j4;
}
public final void L() {
if (this.p == 0) {
x(this, w.f173b, false);
this.f197r = false;
}
this.p++;
}
public String M(String str) {
StringBuilder sb = new StringBuilder(str);
sb.append(getClass().getSimpleName());
sb.append("@");
sb.append(Integer.toHexString(hashCode()));
sb.append(": ");
if (this.f185c != -1) {
sb.append("dur(");
sb.append(this.f185c);
sb.append(") ");
}
if (this.f184b != -1) {
sb.append("dly(");
sb.append(this.f184b);
sb.append(") ");
}
if (this.f186d != null) {
sb.append("interp(");
sb.append(this.f186d);
sb.append(") ");
}
ArrayList arrayList = this.f187e;
int size = arrayList.size();
ArrayList arrayList2 = this.f188f;
if (size > 0 || arrayList2.size() > 0) {
sb.append("tgts(");
if (arrayList.size() > 0) {
for (int i = 0; i < arrayList.size(); i++) {
if (i > 0) {
sb.append(", ");
}
sb.append(arrayList.get(i));
}
}
if (arrayList2.size() > 0) {
for (int i4 = 0; i4 < arrayList2.size(); i4++) {
if (i4 > 0) {
sb.append(", ");
}
sb.append(arrayList2.get(i4));
}
}
sb.append(")");
}
return sb.toString();
}
public void a(v vVar) {
if (this.f199t == null) {
this.f199t = new ArrayList();
}
this.f199t.add(vVar);
}
public void b(View view) {
this.f188f.add(view);
}
public void cancel() {
ArrayList arrayList = this.f194n;
int size = arrayList.size();
Animator[] animatorArr = (Animator[]) arrayList.toArray(this.f195o);
this.f195o = f179A;
for (int i = size - 1; i >= 0; i--) {
Animator animator = animatorArr[i];
animatorArr[i] = null;
animator.cancel();
}
this.f195o = animatorArr;
x(this, w.f175d, false);
}
public abstract void d(F f2);
public final void e(View view, boolean z3) {
if (view == null) {
return;
}
view.getId();
if (view.getParent() instanceof ViewGroup) {
F f2 = new F(view);
if (z3) {
g(f2);
} else {
d(f2);
}
f2.f100c.add(this);
f(f2);
if (z3) {
c(this.f189g, view, f2);
} else {
c(this.h, view, f2);
}
}
if (view instanceof ViewGroup) {
ViewGroup viewGroup = (ViewGroup) view;
for (int i = 0; i < viewGroup.getChildCount(); i++) {
e(viewGroup.getChildAt(i), z3);
}
}
}
public void f(F f2) {
}
public abstract void g(F f2);
public final void h(ViewGroup viewGroup, boolean z3) {
i(z3);
ArrayList arrayList = this.f187e;
int size = arrayList.size();
ArrayList arrayList2 = this.f188f;
if (size <= 0 && arrayList2.size() <= 0) {
e(viewGroup, z3);
return;
}
for (int i = 0; i < arrayList.size(); i++) {
View findViewById = viewGroup.findViewById(((Integer) arrayList.get(i)).intValue());
if (findViewById != null) {
F f2 = new F(findViewById);
if (z3) {
g(f2);
} else {
d(f2);
}
f2.f100c.add(this);
f(f2);
if (z3) {
c(this.f189g, findViewById, f2);
} else {
c(this.h, findViewById, f2);
}
}
}
for (int i4 = 0; i4 < arrayList2.size(); i4++) {
View view = (View) arrayList2.get(i4);
F f4 = new F(view);
if (z3) {
g(f4);
} else {
d(f4);
}
f4.f100c.add(this);
f(f4);
if (z3) {
c(this.f189g, view, f4);
} else {
c(this.h, view, f4);
}
}
}
public final void i(boolean z3) {
if (z3) {
((s.e) this.f189g.f27a).clear();
((SparseArray) this.f189g.f28b).clear();
((s.g) this.f189g.f29c).a();
} else {
((s.e) this.h.f27a).clear();
((SparseArray) this.h.f28b).clear();
((s.g) this.h.f29c).a();
}
}
@Override //
/* renamed from: j */
public x clone() {
try {
x xVar = (x) super.clone();
xVar.f200u = new ArrayList();
xVar.f189g = new A.j(1);
xVar.h = new A.j(1);
xVar.f191k = null;
xVar.f192l = null;
xVar.f204y = null;
xVar.f198s = this;
xVar.f199t = null;
return xVar;
} catch (CloneNotSupportedException e4) {
throw new RuntimeException(e4);
}
}
public Animator k(ViewGroup viewGroup, F f2, F f4) {
return null;
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r3v10, types: [java.lang.Object, B0.r] */
public void l(ViewGroup viewGroup, A.j jVar, A.j jVar2, ArrayList arrayList, ArrayList arrayList2) {
int i;
boolean z3;
View view;
F f2;
Animator animator;
F f4;
s.e p = p();
SparseIntArray sparseIntArray = new SparseIntArray();
int size = arrayList.size();
boolean z4 = o().f204y != null;
int i4 = 0;
while (i4 < size) {
F f5 = (F) arrayList.get(i4);
F f6 = (F) arrayList2.get(i4);
if (f5 != null && !f5.f100c.contains(this)) {
f5 = null;
}
if (f6 != null && !f6.f100c.contains(this)) {
f6 = null;
}
if ((f5 != null || f6 != null) && (f5 == null || f6 == null || u(f5, f6))) {
Animator k4 = k(viewGroup, f5, f6);
if (k4 != null) {
String str = this.f183a;
if (f6 != null) {
String[] q4 = q();
view = f6.f99b;
if (q4 != null && q4.length > 0) {
f4 = new F(view);
F f7 = (F) ((s.e) jVar2.f27a).get(view);
i = size;
z3 = z4;
if (f7 != null) {
int i5 = 0;
while (i5 < q4.length) {
HashMap hashMap = f4.f98a;
int i6 = i5;
String str2 = q4[i6];
hashMap.put(str2, f7.f98a.get(str2));
i5 = i6 + 1;
}
}
int i7 = p.f8352c;
int i8 = 0;
while (true) {
if (i8 >= i7) {
animator = k4;
break;
}
r rVar = (r) p.get((Animator) p.f(i8));
if (rVar.f161c != null && rVar.f159a == view && rVar.f160b.equals(str) && rVar.f161c.equals(f4)) {
animator = null;
break;
}
i8++;
}
} else {
i = size;
z3 = z4;
animator = k4;
f4 = null;
}
k4 = animator;
f2 = f4;
} else {
i = size;
z3 = z4;
view = f5.f99b;
f2 = null;
}
if (k4 != null) {
WindowId windowId = viewGroup.getWindowId();
?? obj = new Object();
obj.f159a = view;
obj.f160b = str;
obj.f161c = f2;
obj.f162d = windowId;
obj.f163e = this;
obj.f164f = k4;
if (z3) {
AnimatorSet animatorSet = new AnimatorSet();
animatorSet.play(k4);
k4 = animatorSet;
}
p.put(k4, obj);
this.f200u.add(k4);
}
i4++;
size = i;
z4 = z3;
}
}
i = size;
z3 = z4;
i4++;
size = i;
z4 = z3;
}
if (sparseIntArray.size() != 0) {
for (int i9 = 0; i9 < sparseIntArray.size(); i9++) {
r rVar2 = (r) p.get((Animator) this.f200u.get(sparseIntArray.keyAt(i9)));
rVar2.f164f.setStartDelay(rVar2.f164f.getStartDelay() + (sparseIntArray.valueAt(i9) - LongCompanionObject.MAX_VALUE));
}
}
}
public final void m() {
int i = this.p - 1;
this.p = i;
if (i == 0) {
x(this, w.f174c, false);
for (int i4 = 0; i4 < ((s.g) this.f189g.f29c).g(); i4++) {
View view = (View) ((s.g) this.f189g.f29c).h(i4);
if (view != null) {
view.setHasTransientState(false);
}
}
for (int i5 = 0; i5 < ((s.g) this.h.f29c).g(); i5++) {
View view2 = (View) ((s.g) this.h.f29c).h(i5);
if (view2 != null) {
view2.setHasTransientState(false);
}
}
this.f197r = true;
}
}
public final F n(View view, boolean z3) {
D d4 = this.i;
if (d4 != null) {
return d4.n(view, z3);
}
ArrayList arrayList = z3 ? this.f191k : this.f192l;
if (arrayList == null) {
return null;
}
int size = arrayList.size();
int i = 0;
while (true) {
if (i >= size) {
i = -1;
break;
}
F f2 = (F) arrayList.get(i);
if (f2 == null) {
return null;
}
if (f2.f99b == view) {
break;
}
i++;
}
if (i >= 0) {
return (F) (z3 ? this.f192l : this.f191k).get(i);
}
return null;
}
public final x o() {
D d4 = this.i;
return d4 != null ? d4.o() : this;
}
public String[] q() {
return null;
}
public final F r(View view, boolean z3) {
D d4 = this.i;
if (d4 != null) {
return d4.r(view, z3);
}
return (F) ((s.e) (z3 ? this.f189g : this.h).f27a).get(view);
}
public boolean s() {
return !this.f194n.isEmpty();
}
public boolean t() {
return this instanceof C0028f;
}
public final String toString() {
return M("");
}
public boolean u(F f2, F f4) {
if (f2 != null && f4 != null) {
String[] q4 = q();
if (q4 != null) {
for (String str : q4) {
if (w(f2, f4, str)) {
return true;
}
}
} else {
Iterator it = f2.f98a.keySet().iterator();
while (it.hasNext()) {
if (w(f2, f4, (String) it.next())) {
return true;
}
}
}
}
return false;
}
public final boolean v(View view) {
int id = view.getId();
ArrayList arrayList = this.f187e;
int size = arrayList.size();
ArrayList arrayList2 = this.f188f;
return (size == 0 && arrayList2.size() == 0) || arrayList.contains(Integer.valueOf(id)) || arrayList2.contains(view);
}
public final void x(x xVar, w wVar, boolean z3) {
x xVar2 = this.f198s;
if (xVar2 != null) {
xVar2.x(xVar, wVar, z3);
}
ArrayList arrayList = this.f199t;
if (arrayList == null || arrayList.isEmpty()) {
return;
}
int size = this.f199t.size();
v[] vVarArr = this.f193m;
if (vVarArr == null) {
vVarArr = new v[size];
}
this.f193m = null;
v[] vVarArr2 = (v[]) this.f199t.toArray(vVarArr);
for (int i = 0; i < size; i++) {
v vVar = vVarArr2[i];
switch (wVar.f178a) {
case 0:
vVar.f(xVar);
break;
case 1:
vVar.c(xVar);
break;
case 2:
vVar.e(xVar);
break;
case 3:
vVar.b();
break;
default:
vVar.d();
break;
}
vVarArr2[i] = null;
}
this.f193m = vVarArr2;
}
public void y(ViewGroup viewGroup) {
if (this.f197r) {
return;
}
ArrayList arrayList = this.f194n;
int size = arrayList.size();
Animator[] animatorArr = (Animator[]) arrayList.toArray(this.f195o);
this.f195o = f179A;
for (int i = size - 1; i >= 0; i--) {
Animator animator = animatorArr[i];
animatorArr[i] = null;
animator.pause();
}
this.f195o = animatorArr;
x(this, w.f176e, false);
this.f196q = true;
}
public void z() {
s.e p = p();
this.f203x = 0L;
for (int i = 0; i < this.f200u.size(); i++) {
Animator animator = (Animator) this.f200u.get(i);
r rVar = (r) p.get(animator);
if (animator != null && rVar != null) {
long j4 = this.f185c;
Animator animator2 = rVar.f164f;
if (j4 >= 0) {
animator2.setDuration(j4);
}
long j5 = this.f184b;
if (j5 >= 0) {
animator2.setStartDelay(animator2.getStartDelay() + j5);
}
TimeInterpolator timeInterpolator = this.f186d;
if (timeInterpolator != null) {
animator2.setInterpolator(timeInterpolator);
}
this.f194n.add(animator);
this.f203x = Math.max(this.f203x, s.a(animator));
}
}
this.f200u.clear();
}
}

View File

@@ -0,0 +1,24 @@
package B0;
/* loaded from: classes.dex */
public abstract class y implements v {
@Override // B0.v
public void a(x xVar) {
}
@Override // B0.v
public void b() {
}
@Override // B0.v
public void c(x xVar) {
}
@Override // B0.v
public void d() {
}
@Override // B0.v
public void e(x xVar) {
}
}

View File

@@ -0,0 +1,24 @@
package B0;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class z extends y {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ s.e f206a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ A f207b;
public z(A a2, s.e eVar) {
this.f207b = a2;
this.f206a = eVar;
}
@Override // B0.y, B0.v
public final void c(x xVar) {
((ArrayList) this.f206a.get(this.f207b.f87b)).remove(xVar);
xVar.A(this);
}
}

View File

@@ -0,0 +1,10 @@
package B1;
import com.adif.elcanomovil.serviceStorage.di.StorageModule_ProvideMoshiPolymorphicFactoryFactory;
/* loaded from: classes.dex */
public abstract class a {
/* renamed from: a, reason: collision with root package name */
public static final StorageModule_ProvideMoshiPolymorphicFactoryFactory f208a = new StorageModule_ProvideMoshiPolymorphicFactoryFactory();
}

View File

@@ -0,0 +1,10 @@
package B1;
import com.adif.elcanomovil.serviceStorage.di.StorageModule_ProvideMoshiPolymorphicFactoryTrainFactory;
/* loaded from: classes.dex */
public abstract class b {
/* renamed from: a, reason: collision with root package name */
public static final StorageModule_ProvideMoshiPolymorphicFactoryTrainFactory f209a = new StorageModule_ProvideMoshiPolymorphicFactoryTrainFactory();
}

View File

@@ -0,0 +1,44 @@
package B2;
import a.AbstractC0106b;
import android.graphics.Typeface;
/* loaded from: classes3.dex */
public final class a extends AbstractC0106b {
/* renamed from: a, reason: collision with root package name */
public final Typeface f210a;
/* renamed from: b, reason: collision with root package name */
public final h3.d f211b;
/* renamed from: c, reason: collision with root package name */
public boolean f212c;
public a(h3.d dVar, Typeface typeface) {
this.f210a = typeface;
this.f211b = dVar;
}
@Override // a.AbstractC0106b
public final void y(int i) {
if (this.f212c) {
return;
}
x2.b bVar = (x2.b) this.f211b.f6791b;
if (bVar.j(this.f210a)) {
bVar.h(false);
}
}
@Override // a.AbstractC0106b
public final void z(Typeface typeface, boolean z3) {
if (this.f212c) {
return;
}
x2.b bVar = (x2.b) this.f211b.f6791b;
if (bVar.j(typeface)) {
bVar.h(false);
}
}
}

View File

@@ -0,0 +1,33 @@
package B2;
import a.AbstractC0106b;
import android.graphics.Typeface;
/* loaded from: classes3.dex */
public final class b extends F.b {
/* renamed from: e, reason: collision with root package name */
public final /* synthetic */ AbstractC0106b f213e;
/* renamed from: f, reason: collision with root package name */
public final /* synthetic */ d f214f;
public b(d dVar, AbstractC0106b abstractC0106b) {
this.f214f = dVar;
this.f213e = abstractC0106b;
}
@Override // F.b
public final void g(int i) {
this.f214f.f229m = true;
this.f213e.y(i);
}
@Override // F.b
public final void h(Typeface typeface) {
d dVar = this.f214f;
dVar.f230n = Typeface.create(typeface, dVar.f221c);
dVar.f229m = true;
this.f213e.z(dVar.f230n, false);
}
}

View File

@@ -0,0 +1,40 @@
package B2;
import a.AbstractC0106b;
import android.content.Context;
import android.graphics.Typeface;
import android.text.TextPaint;
/* loaded from: classes3.dex */
public final class c extends AbstractC0106b {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ Context f215a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ TextPaint f216b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ AbstractC0106b f217c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ d f218d;
public c(d dVar, Context context, TextPaint textPaint, AbstractC0106b abstractC0106b) {
this.f218d = dVar;
this.f215a = context;
this.f216b = textPaint;
this.f217c = abstractC0106b;
}
@Override // a.AbstractC0106b
public final void y(int i) {
this.f217c.y(i);
}
@Override // a.AbstractC0106b
public final void z(Typeface typeface, boolean z3) {
this.f218d.g(this.f215a, this.f216b, typeface);
this.f217c.z(typeface, z3);
}
}

View File

@@ -0,0 +1,200 @@
package B2;
import F.q;
import a.AbstractC0105a;
import a.AbstractC0106b;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Typeface;
import android.text.TextPaint;
import android.util.Log;
import android.util.TypedValue;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import h2.AbstractC0379a;
/* loaded from: classes3.dex */
public final class d {
/* renamed from: a, reason: collision with root package name */
public final ColorStateList f219a;
/* renamed from: b, reason: collision with root package name */
public final String f220b;
/* renamed from: c, reason: collision with root package name */
public final int f221c;
/* renamed from: d, reason: collision with root package name */
public final int f222d;
/* renamed from: e, reason: collision with root package name */
public final float f223e;
/* renamed from: f, reason: collision with root package name */
public final float f224f;
/* renamed from: g, reason: collision with root package name */
public final float f225g;
public final boolean h;
public final float i;
/* renamed from: j, reason: collision with root package name */
public final ColorStateList f226j;
/* renamed from: k, reason: collision with root package name */
public float f227k;
/* renamed from: l, reason: collision with root package name */
public final int f228l;
/* renamed from: m, reason: collision with root package name */
public boolean f229m = false;
/* renamed from: n, reason: collision with root package name */
public Typeface f230n;
public d(Context context, int i) {
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(i, AbstractC0379a.f6751E);
this.f227k = obtainStyledAttributes.getDimension(0, BitmapDescriptorFactory.HUE_RED);
this.f226j = AbstractC0105a.w(context, obtainStyledAttributes, 3);
AbstractC0105a.w(context, obtainStyledAttributes, 4);
AbstractC0105a.w(context, obtainStyledAttributes, 5);
this.f221c = obtainStyledAttributes.getInt(2, 0);
this.f222d = obtainStyledAttributes.getInt(1, 1);
int i4 = obtainStyledAttributes.hasValue(12) ? 12 : 10;
this.f228l = obtainStyledAttributes.getResourceId(i4, 0);
this.f220b = obtainStyledAttributes.getString(i4);
obtainStyledAttributes.getBoolean(14, false);
this.f219a = AbstractC0105a.w(context, obtainStyledAttributes, 6);
this.f223e = obtainStyledAttributes.getFloat(7, BitmapDescriptorFactory.HUE_RED);
this.f224f = obtainStyledAttributes.getFloat(8, BitmapDescriptorFactory.HUE_RED);
this.f225g = obtainStyledAttributes.getFloat(9, BitmapDescriptorFactory.HUE_RED);
obtainStyledAttributes.recycle();
TypedArray obtainStyledAttributes2 = context.obtainStyledAttributes(i, AbstractC0379a.f6770s);
this.h = obtainStyledAttributes2.hasValue(0);
this.i = obtainStyledAttributes2.getFloat(0, BitmapDescriptorFactory.HUE_RED);
obtainStyledAttributes2.recycle();
}
public final void a() {
String str;
Typeface typeface = this.f230n;
int i = this.f221c;
if (typeface == null && (str = this.f220b) != null) {
this.f230n = Typeface.create(str, i);
}
if (this.f230n == null) {
int i4 = this.f222d;
if (i4 == 1) {
this.f230n = Typeface.SANS_SERIF;
} else if (i4 == 2) {
this.f230n = Typeface.SERIF;
} else if (i4 != 3) {
this.f230n = Typeface.DEFAULT;
} else {
this.f230n = Typeface.MONOSPACE;
}
this.f230n = Typeface.create(this.f230n, i);
}
}
public final Typeface b(Context context) {
if (this.f229m) {
return this.f230n;
}
if (!context.isRestricted()) {
try {
Typeface a2 = q.a(context, this.f228l);
this.f230n = a2;
if (a2 != null) {
this.f230n = Typeface.create(a2, this.f221c);
}
} catch (Resources.NotFoundException | UnsupportedOperationException unused) {
} catch (Exception e4) {
Log.d("TextAppearance", "Error loading font " + this.f220b, e4);
}
}
a();
this.f229m = true;
return this.f230n;
}
public final void c(Context context, AbstractC0106b abstractC0106b) {
if (d(context)) {
b(context);
} else {
a();
}
int i = this.f228l;
if (i == 0) {
this.f229m = true;
}
if (this.f229m) {
abstractC0106b.z(this.f230n, true);
return;
}
try {
b bVar = new b(this, abstractC0106b);
ThreadLocal threadLocal = q.f503a;
if (context.isRestricted()) {
bVar.a(-4);
} else {
q.b(context, i, new TypedValue(), 0, bVar, false, false);
}
} catch (Resources.NotFoundException unused) {
this.f229m = true;
abstractC0106b.y(1);
} catch (Exception e4) {
Log.d("TextAppearance", "Error loading font " + this.f220b, e4);
this.f229m = true;
abstractC0106b.y(-3);
}
}
public final boolean d(Context context) {
Typeface typeface = null;
int i = this.f228l;
if (i != 0) {
ThreadLocal threadLocal = q.f503a;
if (!context.isRestricted()) {
typeface = q.b(context, i, new TypedValue(), 0, null, false, true);
}
}
return typeface != null;
}
public final void e(Context context, TextPaint textPaint, AbstractC0106b abstractC0106b) {
f(context, textPaint, abstractC0106b);
ColorStateList colorStateList = this.f226j;
textPaint.setColor(colorStateList != null ? colorStateList.getColorForState(textPaint.drawableState, colorStateList.getDefaultColor()) : -16777216);
ColorStateList colorStateList2 = this.f219a;
textPaint.setShadowLayer(this.f225g, this.f223e, this.f224f, colorStateList2 != null ? colorStateList2.getColorForState(textPaint.drawableState, colorStateList2.getDefaultColor()) : 0);
}
public final void f(Context context, TextPaint textPaint, AbstractC0106b abstractC0106b) {
if (d(context)) {
g(context, textPaint, b(context));
return;
}
a();
g(context, textPaint, this.f230n);
c(context, new c(this, context, textPaint, abstractC0106b));
}
public final void g(Context context, TextPaint textPaint, Typeface typeface) {
Typeface A3 = m3.d.A(context.getResources().getConfiguration(), typeface);
if (A3 != null) {
typeface = A3;
}
textPaint.setTypeface(typeface);
int i = (~typeface.getStyle()) & this.f221c;
textPaint.setFakeBoldText((i & 1) != 0);
textPaint.setTextSkewX((i & 2) != 0 ? -0.25f : BitmapDescriptorFactory.HUE_RED);
textPaint.setTextSize(this.f227k);
if (this.h) {
textPaint.setLetterSpacing(this.i);
}
}
}

View File

@@ -0,0 +1,15 @@
package B2;
import android.content.ClipData;
import android.view.ContentInfo;
/* loaded from: classes3.dex */
public abstract /* synthetic */ class e {
public static /* synthetic */ ContentInfo.Builder f(ClipData clipData, int i) {
return new ContentInfo.Builder(clipData, i);
}
public static /* bridge */ /* synthetic */ ContentInfo h(Object obj) {
return (ContentInfo) obj;
}
}

View File

@@ -0,0 +1,27 @@
package C;
import android.app.Notification;
import android.widget.RemoteViews;
/* loaded from: classes.dex */
public abstract class A {
public static Notification.Action.Builder a(Notification.Action.Builder builder, boolean z3) {
return builder.setAllowGeneratedReplies(z3);
}
public static Notification.Builder b(Notification.Builder builder, RemoteViews remoteViews) {
return builder.setCustomBigContentView(remoteViews);
}
public static Notification.Builder c(Notification.Builder builder, RemoteViews remoteViews) {
return builder.setCustomContentView(remoteViews);
}
public static Notification.Builder d(Notification.Builder builder, RemoteViews remoteViews) {
return builder.setCustomHeadsUpContentView(remoteViews);
}
public static Notification.Builder e(Notification.Builder builder, CharSequence[] charSequenceArr) {
return builder.setRemoteInputHistory(charSequenceArr);
}
}

View File

@@ -0,0 +1,174 @@
package C;
import O.InterfaceC0069j;
import O.X;
import android.app.Activity;
import android.os.Bundle;
import android.view.KeyEvent;
import androidx.lifecycle.i0;
import androidx.lifecycle.k0;
import java.util.WeakHashMap;
import kotlin.Deprecated;
import kotlin.jvm.internal.Intrinsics;
/* renamed from: C.l, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractActivityC0048l extends Activity implements androidx.lifecycle.J, InterfaceC0069j {
private final s.j extraDataMap = new s.j(0);
private final androidx.lifecycle.L lifecycleRegistry = new androidx.lifecycle.L(this);
@Override // android.app.Activity, android.view.Window.Callback
public boolean dispatchKeyEvent(KeyEvent event) {
Intrinsics.checkNotNullParameter(event, "event");
Intrinsics.checkNotNullExpressionValue(getWindow().getDecorView(), "window.decorView");
WeakHashMap weakHashMap = X.f1226a;
return superDispatchKeyEvent(event);
}
@Override // android.app.Activity, android.view.Window.Callback
public boolean dispatchKeyShortcutEvent(KeyEvent event) {
Intrinsics.checkNotNullParameter(event, "event");
Intrinsics.checkNotNullExpressionValue(getWindow().getDecorView(), "window.decorView");
WeakHashMap weakHashMap = X.f1226a;
return super.dispatchKeyShortcutEvent(event);
}
@Deprecated(message = "Use {@link View#getTag(int)} with the window's decor view.")
public <T extends AbstractC0047k> T getExtraData(Class<T> extraDataClass) {
Intrinsics.checkNotNullParameter(extraDataClass, "extraDataClass");
if (this.extraDataMap.get(extraDataClass) == null) {
return null;
}
throw new ClassCastException();
}
@Override // androidx.lifecycle.J
public androidx.lifecycle.C getLifecycle() {
return this.lifecycleRegistry;
}
@Override // android.app.Activity
public void onCreate(Bundle bundle) {
super.onCreate(bundle);
int i = k0.f3396a;
i0.b(this);
}
@Override // android.app.Activity
public void onSaveInstanceState(Bundle outState) {
Intrinsics.checkNotNullParameter(outState, "outState");
this.lifecycleRegistry.h(androidx.lifecycle.B.f3282c);
super.onSaveInstanceState(outState);
}
@Deprecated(message = "Use {@link View#setTag(int, Object)} with the window's decor view.")
public void putExtraData(AbstractC0047k extraData) {
Intrinsics.checkNotNullParameter(extraData, "extraData");
throw null;
}
/* JADX WARN: Code restructure failed: missing block: B:11:0x0023, code lost:
if (r3.equals("--contentcapture") == false) goto L32;
*/
/* JADX WARN: Code restructure failed: missing block: B:13:0x002c, code lost:
if (r3.equals("--list-dumpables") == false) goto L32;
*/
/* JADX WARN: Code restructure failed: missing block: B:15:0x003c, code lost:
if (android.os.Build.VERSION.SDK_INT < 33) goto L32;
*/
/* JADX WARN: Code restructure failed: missing block: B:17:0x0035, code lost:
if (r3.equals("--dump-dumpable") == false) goto L32;
*/
/* JADX WARN: Code restructure failed: missing block: B:21:0x004c, code lost:
if (android.os.Build.VERSION.SDK_INT < 31) goto L32;
*/
/* JADX WARN: Code restructure failed: missing block: B:8:0x0018, code lost:
if (r3.equals("--autofill") == false) goto L32;
*/
/* JADX WARN: Code restructure failed: missing block: B:9:0x001b, code lost:
r0 = true;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final boolean shouldDumpInternalState(java.lang.String[] r3) {
/*
r2 = this;
r2 = 1
r0 = 0
if (r3 == 0) goto L4f
int r1 = r3.length
if (r1 != 0) goto L8
goto L4f
L8:
r3 = r3[r0]
int r1 = r3.hashCode()
switch(r1) {
case -645125871: goto L3f;
case 100470631: goto L2f;
case 472614934: goto L26;
case 1159329357: goto L1d;
case 1455016274: goto L12;
default: goto L11;
}
L11:
goto L4f
L12:
java.lang.String r1 = "--autofill"
boolean r3 = r3.equals(r1)
if (r3 != 0) goto L1b
goto L4f
L1b:
r0 = r2
goto L4f
L1d:
java.lang.String r1 = "--contentcapture"
boolean r3 = r3.equals(r1)
if (r3 != 0) goto L1b
goto L4f
L26:
java.lang.String r1 = "--list-dumpables"
boolean r3 = r3.equals(r1)
if (r3 != 0) goto L38
goto L4f
L2f:
java.lang.String r1 = "--dump-dumpable"
boolean r3 = r3.equals(r1)
if (r3 != 0) goto L38
goto L4f
L38:
int r3 = android.os.Build.VERSION.SDK_INT
r1 = 33
if (r3 < r1) goto L4f
goto L1b
L3f:
java.lang.String r1 = "--translation"
boolean r3 = r3.equals(r1)
if (r3 != 0) goto L48
goto L4f
L48:
int r3 = android.os.Build.VERSION.SDK_INT
r1 = 31
if (r3 < r1) goto L4f
goto L1b
L4f:
r2 = r2 ^ r0
return r2
*/
throw new UnsupportedOperationException("Method not decompiled: C.AbstractActivityC0048l.shouldDumpInternalState(java.lang.String[]):boolean");
}
@Override // O.InterfaceC0069j
public boolean superDispatchKeyEvent(KeyEvent event) {
Intrinsics.checkNotNullParameter(event, "event");
return super.dispatchKeyEvent(event);
}
}

View File

@@ -0,0 +1,28 @@
package C;
import android.app.Activity;
import android.app.SharedElementCallback;
/* renamed from: C.a, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0037a {
public static void a(Activity activity) {
activity.finishAfterTransition();
}
public static void b(Activity activity) {
activity.postponeEnterTransition();
}
public static void c(Activity activity, SharedElementCallback sharedElementCallback) {
activity.setEnterSharedElementCallback(sharedElementCallback);
}
public static void d(Activity activity, SharedElementCallback sharedElementCallback) {
activity.setExitSharedElementCallback(sharedElementCallback);
}
public static void e(Activity activity) {
activity.startPostponedEnterTransition();
}
}

View File

@@ -0,0 +1,20 @@
package C;
import android.app.Activity;
import android.app.SharedElementCallback;
/* renamed from: C.b, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0038b {
public static void a(Object obj) {
((SharedElementCallback.OnSharedElementsReadyListener) obj).onSharedElementsReady();
}
public static void b(Activity activity, String[] strArr, int i) {
activity.requestPermissions(strArr, i);
}
public static boolean c(Activity activity, String str) {
return activity.shouldShowRequestPermissionRationale(str);
}
}

View File

@@ -0,0 +1,11 @@
package C;
import android.app.Activity;
/* renamed from: C.c, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0039c {
public static <T> T a(Activity activity, int i) {
return (T) activity.requireViewById(i);
}
}

View File

@@ -0,0 +1,23 @@
package C;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.pm.PackageManager;
import java.lang.reflect.InvocationTargetException;
/* renamed from: C.d, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0040d {
public static boolean a(Activity activity) {
return activity.isLaunchedFromBubble();
}
@SuppressLint({"BanUncheckedReflection"})
public static boolean b(Activity activity, String str) {
try {
return ((Boolean) PackageManager.class.getMethod("shouldShowRequestPermissionRationale", String.class).invoke(activity.getApplication().getPackageManager(), str)).booleanValue();
} catch (IllegalAccessException | NoSuchMethodException | InvocationTargetException unused) {
return activity.shouldShowRequestPermissionRationale(str);
}
}
}

View File

@@ -0,0 +1,11 @@
package C;
import android.app.Activity;
/* renamed from: C.e, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0041e {
public static boolean a(Activity activity, String str) {
return activity.shouldShowRequestPermissionRationale(str);
}
}

View File

@@ -0,0 +1,17 @@
package C;
import android.os.Build;
import android.text.TextUtils;
import androidx.fragment.app.P;
/* renamed from: C.g, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0043g extends D.h {
public static boolean a(P p, String str) {
int i = Build.VERSION.SDK_INT;
if (i >= 33 || !TextUtils.equals("android.permission.POST_NOTIFICATIONS", str)) {
return i >= 32 ? AbstractC0041e.a(p, str) : i == 31 ? AbstractC0040d.b(p, str) : AbstractC0038b.c(p, str);
}
return false;
}
}

View File

@@ -0,0 +1,264 @@
package C;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.util.Log;
import g.AbstractActivityC0364k;
/* renamed from: C.h, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0044h {
/* renamed from: a, reason: collision with root package name */
public static final Object f235a = new Object();
public static Intent a(Context context, ComponentName componentName) {
String c4 = c(context, componentName);
if (c4 == null) {
return null;
}
ComponentName componentName2 = new ComponentName(componentName.getPackageName(), c4);
return c(context, componentName2) == null ? Intent.makeMainActivity(componentName2) : new Intent().setComponent(componentName2);
}
public static Intent b(AbstractActivityC0364k abstractActivityC0364k) {
Intent parentActivityIntent = abstractActivityC0364k.getParentActivityIntent();
if (parentActivityIntent != null) {
return parentActivityIntent;
}
try {
String c4 = c(abstractActivityC0364k, abstractActivityC0364k.getComponentName());
if (c4 == null) {
return null;
}
ComponentName componentName = new ComponentName(abstractActivityC0364k, c4);
try {
return c(abstractActivityC0364k, componentName) == null ? Intent.makeMainActivity(componentName) : new Intent().setComponent(componentName);
} catch (PackageManager.NameNotFoundException unused) {
Log.e("NavUtils", "getParentActivityIntent: bad parentActivityName '" + c4 + "' in manifest");
return null;
}
} catch (PackageManager.NameNotFoundException e4) {
throw new IllegalArgumentException(e4);
}
}
public static String c(Context context, ComponentName componentName) {
String string;
ActivityInfo activityInfo = context.getPackageManager().getActivityInfo(componentName, 269222528);
String str = activityInfo.parentActivityName;
if (str != null) {
return str;
}
Bundle bundle = activityInfo.metaData;
if (bundle == null || (string = bundle.getString("android.support.PARENT_ACTIVITY")) == null) {
return null;
}
if (string.charAt(0) != '.') {
return string;
}
return context.getPackageName() + string;
}
/* JADX WARN: Code restructure failed: missing block: B:16:0x003c, code lost:
if (r5 != null) goto L40;
*/
/* JADX WARN: Code restructure failed: missing block: B:18:?, code lost:
return;
*/
/* JADX WARN: Code restructure failed: missing block: B:20:0x003e, code lost:
r5.close();
*/
/* JADX WARN: Code restructure failed: missing block: B:33:0x004c, code lost:
if (r5 == null) goto L24;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static void d(android.content.Context r5, java.lang.String r6) {
/*
java.lang.Object r0 = C.AbstractC0044h.f235a
monitor-enter(r0)
java.lang.String r1 = ""
boolean r1 = r6.equals(r1) // Catch: java.lang.Throwable -> L12
if (r1 == 0) goto L14
java.lang.String r6 = "androidx.appcompat.app.AppCompatDelegate.application_locales_record_file"
r5.deleteFile(r6) // Catch: java.lang.Throwable -> L12
monitor-exit(r0) // Catch: java.lang.Throwable -> L12
return
L12:
r5 = move-exception
goto L60
L14:
java.lang.String r1 = "androidx.appcompat.app.AppCompatDelegate.application_locales_record_file"
r2 = 0
java.io.FileOutputStream r5 = r5.openFileOutput(r1, r2) // Catch: java.lang.Throwable -> L12 java.io.FileNotFoundException -> L57
org.xmlpull.v1.XmlSerializer r1 = android.util.Xml.newSerializer() // Catch: java.lang.Throwable -> L12
r2 = 0
r1.setOutput(r5, r2) // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
java.lang.String r3 = "UTF-8"
java.lang.Boolean r4 = java.lang.Boolean.TRUE // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
r1.startDocument(r3, r4) // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
java.lang.String r3 = "locales"
r1.startTag(r2, r3) // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
java.lang.String r3 = "application_locales"
r1.attribute(r2, r3, r6) // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
java.lang.String r6 = "locales"
r1.endTag(r2, r6) // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
r1.endDocument() // Catch: java.lang.Throwable -> L42 java.lang.Exception -> L44
if (r5 == 0) goto L4f
L3e:
r5.close() // Catch: java.lang.Throwable -> L12 java.io.IOException -> L4f
goto L4f
L42:
r6 = move-exception
goto L51
L44:
r6 = move-exception
java.lang.String r1 = "AppLocalesStorageHelper"
java.lang.String r2 = "Storing App Locales : Failed to persist app-locales in storage "
android.util.Log.w(r1, r2, r6) // Catch: java.lang.Throwable -> L42
if (r5 == 0) goto L4f
goto L3e
L4f:
monitor-exit(r0) // Catch: java.lang.Throwable -> L12
goto L5f
L51:
if (r5 == 0) goto L56
r5.close() // Catch: java.lang.Throwable -> L12 java.io.IOException -> L56
L56:
throw r6 // Catch: java.lang.Throwable -> L12
L57:
java.lang.String r5 = "AppLocalesStorageHelper"
java.lang.String r6 = "Storing App Locales : FileNotFoundException: Cannot open file androidx.appcompat.app.AppCompatDelegate.application_locales_record_file for writing "
android.util.Log.w(r5, r6) // Catch: java.lang.Throwable -> L12
monitor-exit(r0) // Catch: java.lang.Throwable -> L12
L5f:
return
L60:
monitor-exit(r0) // Catch: java.lang.Throwable -> L12
throw r5
*/
throw new UnsupportedOperationException("Method not decompiled: C.AbstractC0044h.d(android.content.Context, java.lang.String):void");
}
/* JADX WARN: Code restructure failed: missing block: B:16:0x0044, code lost:
if (r2 != null) goto L48;
*/
/* JADX WARN: Code restructure failed: missing block: B:18:0x005a, code lost:
if (r1.isEmpty() == false) goto L33;
*/
/* JADX WARN: Code restructure failed: missing block: B:23:0x005d, code lost:
r8.deleteFile("androidx.appcompat.app.AppCompatDelegate.application_locales_record_file");
*/
/* JADX WARN: Code restructure failed: missing block: B:25:0x0046, code lost:
r2.close();
*/
/* JADX WARN: Code restructure failed: missing block: B:31:0x002e, code lost:
if (r5 != 4) goto L57;
*/
/* JADX WARN: Code restructure failed: missing block: B:34:0x003b, code lost:
if (r3.getName().equals("locales") == false) goto L62;
*/
/* JADX WARN: Code restructure failed: missing block: B:36:0x003d, code lost:
r1 = r3.getAttributeValue(null, "application_locales");
*/
/* JADX WARN: Code restructure failed: missing block: B:54:0x0053, code lost:
if (r2 == null) goto L31;
*/
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static java.lang.String e(android.content.Context r8) {
/*
java.lang.Object r0 = C.AbstractC0044h.f235a
monitor-enter(r0)
java.lang.String r1 = ""
java.lang.String r2 = "androidx.appcompat.app.AppCompatDelegate.application_locales_record_file"
java.io.FileInputStream r2 = r8.openFileInput(r2) // Catch: java.lang.Throwable -> L4a java.io.FileNotFoundException -> L6a
org.xmlpull.v1.XmlPullParser r3 = android.util.Xml.newPullParser() // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
java.lang.String r4 = "UTF-8"
r3.setInput(r2, r4) // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
int r4 = r3.getDepth() // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
L18:
int r5 = r3.next() // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
r6 = 1
if (r5 == r6) goto L44
r6 = 3
if (r5 != r6) goto L2b
int r7 = r3.getDepth() // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
if (r7 <= r4) goto L44
goto L2b
L29:
r8 = move-exception
goto L64
L2b:
if (r5 == r6) goto L18
r6 = 4
if (r5 != r6) goto L31
goto L18
L31:
java.lang.String r5 = r3.getName() // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
java.lang.String r6 = "locales"
boolean r5 = r5.equals(r6) // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
if (r5 == 0) goto L18
java.lang.String r4 = "application_locales"
r5 = 0
java.lang.String r1 = r3.getAttributeValue(r5, r4) // Catch: java.lang.Throwable -> L29 java.lang.Throwable -> L4c
L44:
if (r2 == 0) goto L56
L46:
r2.close() // Catch: java.lang.Throwable -> L4a java.io.IOException -> L56
goto L56
L4a:
r8 = move-exception
goto L6c
L4c:
java.lang.String r3 = "AppLocalesStorageHelper"
java.lang.String r4 = "Reading app Locales : Unable to parse through file :androidx.appcompat.app.AppCompatDelegate.application_locales_record_file"
android.util.Log.w(r3, r4) // Catch: java.lang.Throwable -> L29
if (r2 == 0) goto L56
goto L46
L56:
boolean r2 = r1.isEmpty() // Catch: java.lang.Throwable -> L4a
if (r2 != 0) goto L5d
goto L62
L5d:
java.lang.String r2 = "androidx.appcompat.app.AppCompatDelegate.application_locales_record_file"
r8.deleteFile(r2) // Catch: java.lang.Throwable -> L4a
L62:
monitor-exit(r0) // Catch: java.lang.Throwable -> L4a
return r1
L64:
if (r2 == 0) goto L69
r2.close() // Catch: java.lang.Throwable -> L4a java.io.IOException -> L69
L69:
throw r8 // Catch: java.lang.Throwable -> L4a
L6a:
monitor-exit(r0) // Catch: java.lang.Throwable -> L4a
return r1
L6c:
monitor-exit(r0) // Catch: java.lang.Throwable -> L4a
throw r8
*/
throw new UnsupportedOperationException("Method not decompiled: C.AbstractC0044h.e(android.content.Context):java.lang.String");
}
}

View File

@@ -0,0 +1,24 @@
package C;
import android.app.AppOpsManager;
import android.content.Context;
/* renamed from: C.i, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0045i {
public static <T> T a(Context context, Class<T> cls) {
return (T) context.getSystemService(cls);
}
public static int b(AppOpsManager appOpsManager, String str, String str2) {
return appOpsManager.noteProxyOp(str, str2);
}
public static int c(AppOpsManager appOpsManager, String str, String str2) {
return appOpsManager.noteProxyOpNoThrow(str, str2);
}
public static String d(String str) {
return AppOpsManager.permissionToOp(str);
}
}

View File

@@ -0,0 +1,23 @@
package C;
import android.app.AppOpsManager;
import android.content.Context;
/* renamed from: C.j, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0046j {
public static int a(AppOpsManager appOpsManager, String str, int i, String str2) {
if (appOpsManager == null) {
return 1;
}
return appOpsManager.checkOpNoThrow(str, i, str2);
}
public static String b(Context context) {
return context.getOpPackageName();
}
public static AppOpsManager c(Context context) {
return (AppOpsManager) context.getSystemService(AppOpsManager.class);
}
}

View File

@@ -0,0 +1,6 @@
package C;
/* renamed from: C.k, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0047k {
}

View File

@@ -0,0 +1,16 @@
package C;
import android.app.LocaleManager;
import android.os.LocaleList;
/* renamed from: C.m, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0049m {
public static LocaleList a(Object obj) {
return ((LocaleManager) obj).getApplicationLocales();
}
public static LocaleList b(Object obj) {
return ((LocaleManager) obj).getSystemLocales();
}
}

View File

@@ -0,0 +1,35 @@
package C;
import android.app.Notification;
import android.content.Context;
/* loaded from: classes.dex */
public abstract class B {
public static Notification.Builder a(Context context, String str) {
return new Notification.Builder(context, str);
}
public static Notification.Builder b(Notification.Builder builder, int i) {
return builder.setBadgeIconType(i);
}
public static Notification.Builder c(Notification.Builder builder, boolean z3) {
return builder.setColorized(z3);
}
public static Notification.Builder d(Notification.Builder builder, int i) {
return builder.setGroupAlertBehavior(i);
}
public static Notification.Builder e(Notification.Builder builder, CharSequence charSequence) {
return builder.setSettingsText(charSequence);
}
public static Notification.Builder f(Notification.Builder builder, String str) {
return builder.setShortcutId(str);
}
public static Notification.Builder g(Notification.Builder builder, long j4) {
return builder.setTimeoutAfter(j4);
}
}

View File

@@ -0,0 +1,15 @@
package C;
import android.app.Notification;
import android.app.Person;
/* loaded from: classes.dex */
public abstract class C {
public static Notification.Builder a(Notification.Builder builder, Person person) {
return builder.addPerson(person);
}
public static Notification.Action.Builder b(Notification.Action.Builder builder, int i) {
return builder.setSemanticAction(i);
}
}

View File

@@ -0,0 +1,23 @@
package C;
import android.app.Notification;
import android.content.LocusId;
/* loaded from: classes.dex */
public abstract class D {
public static Notification.Builder a(Notification.Builder builder, boolean z3) {
return builder.setAllowSystemGeneratedContextualActions(z3);
}
public static Notification.Builder b(Notification.Builder builder, Notification.BubbleMetadata bubbleMetadata) {
return builder.setBubbleMetadata(bubbleMetadata);
}
public static Notification.Action.Builder c(Notification.Action.Builder builder, boolean z3) {
return builder.setContextual(z3);
}
public static Notification.Builder d(Notification.Builder builder, Object obj) {
return builder.setLocusId((LocusId) obj);
}
}

View File

@@ -0,0 +1,14 @@
package C;
import android.app.Notification;
/* loaded from: classes.dex */
public abstract class E {
public static Notification.Action.Builder a(Notification.Action.Builder builder, boolean z3) {
return builder.setAuthenticationRequired(z3);
}
public static Notification.Builder b(Notification.Builder builder, int i) {
return builder.setForegroundServiceBehavior(i);
}
}

View File

@@ -0,0 +1,14 @@
package C;
import android.app.NotificationManager;
/* loaded from: classes.dex */
public abstract class F {
public static boolean a(NotificationManager notificationManager) {
return notificationManager.areNotificationsEnabled();
}
public static int b(NotificationManager notificationManager) {
return notificationManager.getImportance();
}
}

View File

@@ -0,0 +1,20 @@
package C;
import android.app.NotificationManager;
import android.content.Context;
import java.util.HashSet;
/* loaded from: classes.dex */
public final class G {
/* renamed from: a, reason: collision with root package name */
public final NotificationManager f231a;
static {
new HashSet();
}
public G(Context context) {
this.f231a = (NotificationManager) context.getSystemService("notification");
}
}

View File

@@ -0,0 +1,8 @@
package C;
/* loaded from: classes.dex */
public interface H {
void addOnMultiWindowModeChangedListener(N.a aVar);
void removeOnMultiWindowModeChangedListener(N.a aVar);
}

View File

@@ -0,0 +1,8 @@
package C;
/* loaded from: classes.dex */
public interface I {
void addOnPictureInPictureModeChangedListener(N.a aVar);
void removeOnPictureInPictureModeChangedListener(N.a aVar);
}

View File

@@ -0,0 +1,7 @@
package C;
/* renamed from: C.f, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0042f {
void validateRequestPermissionsRequestCode(int i);
}

View File

@@ -0,0 +1,12 @@
package C;
/* loaded from: classes.dex */
public final class J {
/* renamed from: a, reason: collision with root package name */
public final boolean f232a;
public J(boolean z3) {
this.f232a = z3;
}
}

Some files were not shown because too many files have changed in this diff Show More