diff --git a/app/build.gradle b/app/build.gradle index a006d7ea49..6b420bacfd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,9 +9,9 @@ android { defaultConfig { applicationId 'com.discord' minSdkVersion 21 - targetSdkVersion 29 - versionCode 100208 - versionName "100.8 - Alpha" + targetSdkVersion 30 + versionCode 101200 + versionName "101.0 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d4ece30c09..2f80d6c221 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ - - + + @@ -45,7 +45,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -115,7 +115,7 @@ - + @@ -178,8 +178,8 @@ - - + + diff --git a/app/src/main/java/a0/a/a/a.java b/app/src/main/java/a0/a/a/a.java index f3203bb19a..60a84cf1f6 100644 --- a/app/src/main/java/a0/a/a/a.java +++ b/app/src/main/java/a0/a/a/a.java @@ -1,33 +1,7 @@ package a0.a.a; - -import a0.a.a.e.c; -import android.graphics.Bitmap; -import c0.z.d.m; -import c0.z.d.o; -import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: Compressor.kt */ -public final class a extends o implements Function1 { - public static final a i = new a(); - - public a() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(a0.a.a.e.a aVar) { - a0.a.a.e.a aVar2 = aVar; - m.checkParameterIsNotNull(aVar2, "$receiver"); - Bitmap.CompressFormat compressFormat = Bitmap.CompressFormat.JPEG; - m.checkParameterIsNotNull(aVar2, "$this$default"); - m.checkParameterIsNotNull(compressFormat, "format"); - c cVar = new c(612, 816, compressFormat, 80); - Objects.requireNonNull(aVar2); - m.checkParameterIsNotNull(cVar, "constraint"); - aVar2.a.add(cVar); - return Unit.a; +public /* synthetic */ class a { + public static /* synthetic */ int a(double d) { + long doubleToLongBits = Double.doubleToLongBits(d); + return (int) (doubleToLongBits ^ (doubleToLongBits >>> 32)); } } diff --git a/app/src/main/java/a0/a/a/b.java b/app/src/main/java/a0/a/a/b.java index 65b4e459cc..18e77b7ea6 100644 --- a/app/src/main/java/a0/a/a/b.java +++ b/app/src/main/java/a0/a/a/b.java @@ -1,159 +1,6 @@ package a0.a.a; - -import a0.a.a.e.a; -import android.content.ContentResolver; -import android.content.Context; -import android.database.Cursor; -import android.net.Uri; -import android.os.ParcelFileDescriptor; -import androidx.core.app.NotificationCompat; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; -import java.io.File; -import java.io.FileOutputStream; -import java.text.SimpleDateFormat; -import java.util.Date; -import java.util.Locale; -import kotlin.Unit; -import kotlin.coroutines.Continuation; -import kotlin.jvm.functions.Function1; -import kotlin.jvm.functions.Function2; -import kotlinx.coroutines.CoroutineScope; -/* compiled from: Compressor.kt */ -@e(c = "id.zelory.compressor.Compressor$compress$6", f = "Compressor.kt", l = {}, m = "invokeSuspend") -public final class b extends k implements Function2, Object> { - public final /* synthetic */ Function1 $compressionPatch; - public final /* synthetic */ Context $context; - public final /* synthetic */ Uri $imageFileUri; - public int label; - private CoroutineScope p$; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(Function1 function1, Context context, Uri uri, Continuation continuation) { - super(2, continuation); - this.$compressionPatch = function1; - this.$context = context; - this.$imageFileUri = uri; - } - - @Override // c0.w.i.a.a - public final Continuation create(Object obj, Continuation continuation) { - m.checkParameterIsNotNull(continuation, "completion"); - b bVar = new b(this.$compressionPatch, this.$context, this.$imageFileUri, continuation); - bVar.p$ = (CoroutineScope) obj; - return bVar; - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { - Continuation continuation2 = continuation; - m.checkParameterIsNotNull(continuation2, "completion"); - b bVar = new b(this.$compressionPatch, this.$context, this.$imageFileUri, continuation2); - bVar.p$ = coroutineScope; - return bVar.invokeSuspend(Unit.a); - } - - /* JADX WARNING: Code restructure failed: missing block: B:42:0x015e, code lost: - r2 = move-exception; - */ - /* JADX WARNING: Code restructure failed: missing block: B:43:0x015f, code lost: - c0.y.b.closeFinally(r0, r13); - */ - /* JADX WARNING: Code restructure failed: missing block: B:44:0x0162, code lost: - throw r2; - */ - /* JADX WARNING: Code restructure failed: missing block: B:47:0x0164, code lost: - r0 = move-exception; - */ - /* JADX WARNING: Code restructure failed: missing block: B:48:0x0165, code lost: - c0.y.b.closeFinally(r1, r13); - */ - /* JADX WARNING: Code restructure failed: missing block: B:49:0x0168, code lost: - throw r0; - */ - /* JADX WARNING: Code restructure failed: missing block: B:55:0x0182, code lost: - r0 = move-exception; - */ - /* JADX WARNING: Code restructure failed: missing block: B:56:0x0183, code lost: - c0.y.b.closeFinally(r1, r13); - */ - /* JADX WARNING: Code restructure failed: missing block: B:57:0x0186, code lost: - throw r0; - */ - @Override // c0.w.i.a.a - public final Object invokeSuspend(Object obj) { - String str; - c.getCOROUTINE_SUSPENDED(); - if (this.label == 0) { - l.throwOnFailure(obj); - a aVar = new a(); - this.$compressionPatch.invoke(aVar); - Context context = this.$context; - Uri uri = this.$imageFileUri; - String str2 = d.a; - m.checkParameterIsNotNull(context, "context"); - m.checkParameterIsNotNull(uri, "srcFileUri"); - StringBuilder sb = new StringBuilder(); - StringBuilder sb2 = new StringBuilder(); - File cacheDir = context.getCacheDir(); - m.checkExpressionValueIsNotNull(cacheDir, "context.cacheDir"); - sb2.append(cacheDir.getPath()); - String str3 = d.a; - sb2.append(str3); - sb2.append("compressor"); - sb2.append(str3); - sb.append(sb2.toString()); - m.checkParameterIsNotNull(context, "context"); - m.checkParameterIsNotNull(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); - ContentResolver contentResolver = context.getContentResolver(); - Cursor query = contentResolver.query(uri, new String[]{"_display_name"}, null, null, null); - if (query == null) { - m.throwNpe(); - } - int columnIndex = query.getColumnIndex("_display_name"); - if (query.moveToFirst()) { - str = query.getString(columnIndex); - m.checkExpressionValueIsNotNull(str, "it.getString(nameIndex)"); - c0.y.b.closeFinally(query, null); - } else { - String str4 = "IMG_" + new SimpleDateFormat("yyyyMMdd_", Locale.getDefault()).format(new Date()) + System.nanoTime(); - String type = contentResolver.getType(uri); - if (m.areEqual(type, "image/jpg") || m.areEqual(type, "image/jpeg")) { - str = str4 + ".jpeg"; - } else if (m.areEqual(type, "image/png")) { - str = str4 + ".png"; - } else { - throw new IllegalStateException(type + " fallback display name not supported"); - } - c0.y.b.closeFinally(query, null); - } - sb.append(str); - File file = new File(sb.toString()); - File parentFile = file.getParentFile(); - if (parentFile != null) { - parentFile.mkdirs(); - } - if (file.exists()) { - file.delete(); - } - file.createNewFile(); - file.deleteOnExit(); - ParcelFileDescriptor.AutoCloseInputStream autoCloseInputStream = new ParcelFileDescriptor.AutoCloseInputStream(context.getContentResolver().openFileDescriptor(uri, "r")); - FileOutputStream fileOutputStream = new FileOutputStream(file); - c0.y.a.copyTo$default(autoCloseInputStream, fileOutputStream, 0, 2, null); - c0.y.b.closeFinally(fileOutputStream, null); - c0.y.b.closeFinally(autoCloseInputStream, null); - for (a0.a.a.e.b bVar : aVar.a) { - while (!bVar.b(file)) { - file = bVar.a(file); - } - } - return file; - } - throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); +public /* synthetic */ class b { + public static /* synthetic */ int a(long j) { + return (int) (j ^ (j >>> 32)); } } diff --git a/app/src/main/java/a0/a/a/c.java b/app/src/main/java/a0/a/a/c.java deleted file mode 100644 index 277244e5c7..0000000000 --- a/app/src/main/java/a0/a/a/c.java +++ /dev/null @@ -1,13 +0,0 @@ -package a0.a.a; - -import android.graphics.Bitmap; -public final /* synthetic */ class c { - public static final /* synthetic */ int[] a; - - static { - int[] iArr = new int[Bitmap.CompressFormat.values().length]; - a = iArr; - iArr[Bitmap.CompressFormat.PNG.ordinal()] = 1; - iArr[Bitmap.CompressFormat.WEBP.ordinal()] = 2; - } -} diff --git a/app/src/main/java/a0/a/a/d.java b/app/src/main/java/a0/a/a/d.java deleted file mode 100644 index 65dbdd4d0d..0000000000 --- a/app/src/main/java/a0/a/a/d.java +++ /dev/null @@ -1,7 +0,0 @@ -package a0.a.a; - -import java.io.File; -/* compiled from: Util.kt */ -public final class d { - public static final String a = File.separator; -} diff --git a/app/src/main/java/a0/a/a/e/a.java b/app/src/main/java/a0/a/a/e/a.java deleted file mode 100644 index 675aa7a524..0000000000 --- a/app/src/main/java/a0/a/a/e/a.java +++ /dev/null @@ -1,8 +0,0 @@ -package a0.a.a.e; - -import java.util.ArrayList; -import java.util.List; -/* compiled from: Compression.kt */ -public final class a { - public final List a = new ArrayList(); -} diff --git a/app/src/main/java/a0/a/a/e/b.java b/app/src/main/java/a0/a/a/e/b.java deleted file mode 100644 index ea6d9645bd..0000000000 --- a/app/src/main/java/a0/a/a/e/b.java +++ /dev/null @@ -1,9 +0,0 @@ -package a0.a.a.e; - -import java.io.File; -/* compiled from: Constraint.kt */ -public interface b { - File a(File file); - - boolean b(File file); -} diff --git a/app/src/main/java/a0/a/a/e/c.java b/app/src/main/java/a0/a/a/e/c.java deleted file mode 100644 index 566cef8768..0000000000 --- a/app/src/main/java/a0/a/a/e/c.java +++ /dev/null @@ -1,198 +0,0 @@ -package a0.a.a.e; - -import a0.a.a.d; -import android.graphics.Bitmap; -import android.graphics.BitmapFactory; -import android.graphics.Matrix; -import android.media.ExifInterface; -import c0.g0.w; -import c0.o; -import c0.y.h; -import c0.z.d.m; -import java.io.File; -import java.io.FileOutputStream; -import kotlin.Pair; -import kotlin.TypeCastException; -/* compiled from: DefaultConstraint.kt */ -public final class c implements b { - public boolean a; - public final int b; - - /* renamed from: c reason: collision with root package name */ - public final int f13c; - public final Bitmap.CompressFormat d; - public final int e; - - public c(int i, int i2, Bitmap.CompressFormat compressFormat, int i3) { - m.checkParameterIsNotNull(compressFormat, "format"); - this.b = i; - this.f13c = i2; - this.d = compressFormat; - this.e = i3; - } - - /* JADX WARNING: Removed duplicated region for block: B:34:0x0111 */ - /* JADX WARNING: Removed duplicated region for block: B:35:0x0113 */ - /* JADX WARNING: Removed duplicated region for block: B:43:0x0164 */ - /* JADX WARNING: Removed duplicated region for block: B:54:0x0182 */ - @Override // a0.a.a.e.b - public File a(File file) { - int i; - Bitmap.CompressFormat compressFormat; - File file2; - File parentFile; - Throwable th; - FileOutputStream fileOutputStream; - m.checkParameterIsNotNull(file, "imageFile"); - int i2 = this.b; - int i3 = this.f13c; - String str = d.a; - m.checkParameterIsNotNull(file, "imageFile"); - BitmapFactory.Options options = new BitmapFactory.Options(); - options.inJustDecodeBounds = true; - BitmapFactory.decodeFile(file.getAbsolutePath(), options); - m.checkParameterIsNotNull(options, "options"); - Pair pair = o.to(Integer.valueOf(options.outHeight), Integer.valueOf(options.outWidth)); - int intValue = ((Number) pair.component1()).intValue(); - int intValue2 = ((Number) pair.component2()).intValue(); - if (intValue > i3 || intValue2 > i2) { - int i4 = intValue / 2; - int i5 = intValue2 / 2; - i = 1; - while (i4 / i >= i3 && i5 / i >= i2) { - i *= 2; - } - } else { - i = 1; - } - options.inSampleSize = i; - options.inJustDecodeBounds = false; - Bitmap decodeFile = BitmapFactory.decodeFile(file.getAbsolutePath(), options); - m.checkExpressionValueIsNotNull(decodeFile, "BitmapFactory.decodeFile…eFile.absolutePath, this)"); - m.checkExpressionValueIsNotNull(decodeFile, "BitmapFactory.Options().…absolutePath, this)\n }"); - m.checkParameterIsNotNull(file, "imageFile"); - m.checkParameterIsNotNull(decodeFile, "bitmap"); - int attributeInt = new ExifInterface(file.getAbsolutePath()).getAttributeInt(androidx.exifinterface.media.ExifInterface.TAG_ORIENTATION, 0); - Matrix matrix = new Matrix(); - if (attributeInt == 3) { - matrix.postRotate(180.0f); - } else if (attributeInt == 6) { - matrix.postRotate(90.0f); - } else if (attributeInt == 8) { - matrix.postRotate(270.0f); - } - Bitmap createBitmap = Bitmap.createBitmap(decodeFile, 0, 0, decodeFile.getWidth(), decodeFile.getHeight(), matrix, true); - m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(bitm…map.height, matrix, true)"); - Bitmap.CompressFormat compressFormat2 = this.d; - int i6 = this.e; - m.checkParameterIsNotNull(file, "imageFile"); - m.checkParameterIsNotNull(createBitmap, "bitmap"); - m.checkParameterIsNotNull(compressFormat2, "format"); - m.checkParameterIsNotNull(file, "$this$compressFormat"); - String extension = h.getExtension(file); - if (extension != null) { - String lowerCase = extension.toLowerCase(); - m.checkExpressionValueIsNotNull(lowerCase, "(this as java.lang.String).toLowerCase()"); - int hashCode = lowerCase.hashCode(); - String str2 = "webp"; - if (hashCode != 111145) { - if (hashCode == 3645340 && lowerCase.equals(str2)) { - compressFormat = Bitmap.CompressFormat.WEBP; - FileOutputStream fileOutputStream2 = null; - if (compressFormat2 == compressFormat) { - file2 = file; - } else { - StringBuilder sb = new StringBuilder(); - String absolutePath = file.getAbsolutePath(); - m.checkExpressionValueIsNotNull(absolutePath, "imageFile.absolutePath"); - sb.append(w.substringBeforeLast$default(absolutePath, ".", (String) null, 2, (Object) null)); - sb.append('.'); - m.checkParameterIsNotNull(compressFormat2, "$this$extension"); - int i7 = a0.a.a.c.a[compressFormat2.ordinal()]; - if (i7 == 1) { - str2 = "png"; - } else if (i7 != 2) { - str2 = "jpg"; - } - sb.append(str2); - file2 = new File(sb.toString()); - } - file.delete(); - m.checkParameterIsNotNull(createBitmap, "bitmap"); - m.checkParameterIsNotNull(file2, "destination"); - m.checkParameterIsNotNull(compressFormat2, "format"); - parentFile = file2.getParentFile(); - if (parentFile != null) { - parentFile.mkdirs(); - } - fileOutputStream = new FileOutputStream(file2.getAbsolutePath()); - createBitmap.compress(compressFormat2, i6, fileOutputStream); - fileOutputStream.flush(); - fileOutputStream.close(); - this.a = true; - return file2; - } - } else if (lowerCase.equals("png")) { - compressFormat = Bitmap.CompressFormat.PNG; - FileOutputStream fileOutputStream2 = null; - if (compressFormat2 == compressFormat) { - } - file.delete(); - m.checkParameterIsNotNull(createBitmap, "bitmap"); - m.checkParameterIsNotNull(file2, "destination"); - m.checkParameterIsNotNull(compressFormat2, "format"); - parentFile = file2.getParentFile(); - if (parentFile != null) { - } - fileOutputStream = new FileOutputStream(file2.getAbsolutePath()); - createBitmap.compress(compressFormat2, i6, fileOutputStream); - fileOutputStream.flush(); - fileOutputStream.close(); - this.a = true; - return file2; - } - compressFormat = Bitmap.CompressFormat.JPEG; - FileOutputStream fileOutputStream2 = null; - if (compressFormat2 == compressFormat) { - } - file.delete(); - m.checkParameterIsNotNull(createBitmap, "bitmap"); - m.checkParameterIsNotNull(file2, "destination"); - m.checkParameterIsNotNull(compressFormat2, "format"); - parentFile = file2.getParentFile(); - if (parentFile != null) { - } - try { - fileOutputStream = new FileOutputStream(file2.getAbsolutePath()); - try { - createBitmap.compress(compressFormat2, i6, fileOutputStream); - fileOutputStream.flush(); - fileOutputStream.close(); - this.a = true; - return file2; - } catch (Throwable th2) { - th = th2; - fileOutputStream2 = fileOutputStream; - if (fileOutputStream2 != null) { - fileOutputStream2.flush(); - fileOutputStream2.close(); - } - throw th; - } - } catch (Throwable th3) { - th = th3; - if (fileOutputStream2 != null) { - } - throw th; - } - } else { - throw new TypeCastException("null cannot be cast to non-null type java.lang.String"); - } - } - - @Override // a0.a.a.e.b - public boolean b(File file) { - m.checkParameterIsNotNull(file, "imageFile"); - return this.a; - } -} diff --git a/app/src/main/java/android/support/v4/media/MediaBrowserCompat.java b/app/src/main/java/android/support/v4/media/MediaBrowserCompat.java index 33b916a783..d9087b89d0 100644 --- a/app/src/main/java/android/support/v4/media/MediaBrowserCompat.java +++ b/app/src/main/java/android/support/v4/media/MediaBrowserCompat.java @@ -31,7 +31,7 @@ import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.List; import java.util.Objects; -import w.a.b.b.a.b; +import x.a.b.b.a.b; public final class MediaBrowserCompat { public static final boolean a = Log.isLoggable("MediaBrowserCompat", 3); public final c b; @@ -219,7 +219,7 @@ public final class MediaBrowserCompat { extras.getInt(MediaBrowserProtocol.EXTRA_SERVICE_VERSION, 0); IBinder binder = BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_MESSENGER_BINDER); if (binder != null) { - dVar.f = new h(binder, dVar.f14c); + dVar.f = new h(binder, dVar.f13c); Messenger messenger = new Messenger(dVar.d); dVar.g = messenger; dVar.d.a(messenger); @@ -237,7 +237,7 @@ public final class MediaBrowserCompat { Log.i("MediaBrowserCompat", "Remote error registering client messenger."); } } - w.a.b.b.a.b e = b.a.e(BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_SESSION_BINDER)); + x.a.b.b.a.b e = b.a.e(BundleCompat.getBinder(extras, MediaBrowserProtocol.EXTRA_SESSION_BINDER)); if (e != null) { dVar.h = MediaSessionCompat.Token.a(dVar.b.getSessionToken(), e); } @@ -302,7 +302,7 @@ public final class MediaBrowserCompat { public final MediaBrowser b; /* renamed from: c reason: collision with root package name */ - public final Bundle f14c; + public final Bundle f13c; public final a d = new a(this); public final ArrayMap e = new ArrayMap<>(); public h f; @@ -312,7 +312,7 @@ public final class MediaBrowserCompat { public d(Context context, ComponentName componentName, b bVar, Bundle bundle) { this.a = context; Bundle bundle2 = bundle != null ? new Bundle(bundle) : new Bundle(); - this.f14c = bundle2; + this.f13c = bundle2; bundle2.putInt(MediaBrowserProtocol.EXTRA_CLIENT_VERSION, 1); bundle2.putInt(MediaBrowserProtocol.EXTRA_CALLING_PID, Process.myPid()); bVar.setInternalConnectionCallback(this); diff --git a/app/src/main/java/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21.java b/app/src/main/java/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21.java index cc49a91d45..49dabe990c 100644 --- a/app/src/main/java/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21.java +++ b/app/src/main/java/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21.java @@ -18,8 +18,8 @@ import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.HashMap; import java.util.List; -import w.a.b.b.a.b; -import w.a.b.b.a.c; +import x.a.b.b.a.b; +import x.a.b.b.a.c; @RequiresApi(21) public class MediaControllerCompat$MediaControllerImplApi21 { public final MediaController a; @@ -27,7 +27,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 { @GuardedBy("mLock") /* renamed from: c reason: collision with root package name */ - public final List f15c = new ArrayList(); + public final List f14c = new ArrayList(); public HashMap d = new HashMap<>(); public final MediaSessionCompat.Token e; @@ -65,32 +65,32 @@ public class MediaControllerCompat$MediaControllerImplApi21 { super(cVar); } - @Override // w.a.b.b.a.c.b, w.a.b.b.a.a + @Override // x.a.b.b.a.c.b, x.a.b.b.a.a public void V(CharSequence charSequence) throws RemoteException { throw new AssertionError(); } - @Override // w.a.b.b.a.c.b, w.a.b.b.a.a + @Override // x.a.b.b.a.c.b, x.a.b.b.a.a public void W() throws RemoteException { throw new AssertionError(); } - @Override // w.a.b.b.a.c.b, w.a.b.b.a.a + @Override // x.a.b.b.a.c.b, x.a.b.b.a.a public void X(MediaMetadataCompat mediaMetadataCompat) throws RemoteException { throw new AssertionError(); } - @Override // w.a.b.b.a.c.b, w.a.b.b.a.a + @Override // x.a.b.b.a.c.b, x.a.b.b.a.a public void w0(ParcelableVolumeInfo parcelableVolumeInfo) throws RemoteException { throw new AssertionError(); } - @Override // w.a.b.b.a.c.b, w.a.b.b.a.a + @Override // x.a.b.b.a.c.b, x.a.b.b.a.a public void y(Bundle bundle) throws RemoteException { throw new AssertionError(); } - @Override // w.a.b.b.a.c.b, w.a.b.b.a.a + @Override // x.a.b.b.a.c.b, x.a.b.b.a.a public void z(List list) throws RemoteException { throw new AssertionError(); } @@ -108,7 +108,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 { @GuardedBy("mLock") public void a() { if (this.e.b() != null) { - for (c cVar : this.f15c) { + for (c cVar : this.f14c) { a aVar = new a(cVar); this.d.put(cVar, aVar); cVar.a = aVar; @@ -118,7 +118,7 @@ public class MediaControllerCompat$MediaControllerImplApi21 { Log.e("MediaControllerCompat", "Dead object in registerCallback.", e); } } - this.f15c.clear(); + this.f14c.clear(); } } } diff --git a/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java b/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java index 6f45d5d907..f7242094a9 100644 --- a/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java +++ b/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java @@ -13,7 +13,7 @@ import androidx.annotation.GuardedBy; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; import androidx.versionedparcelable.VersionedParcelable; -import w.a.b.b.a.b; +import x.a.b.b.a.b; public class MediaSessionCompat { @SuppressLint({"BanParcelableUsage"}) diff --git a/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java b/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java index ec9315c5b7..3ec464b918 100644 --- a/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java +++ b/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java @@ -19,10 +19,10 @@ public final class PlaybackStateCompat implements Parcelable { public final CharSequence o; public final long p; public List q; + public final long r; - /* renamed from: r reason: collision with root package name */ - public final long f16r; - public final Bundle s; + /* renamed from: s reason: collision with root package name */ + public final Bundle f15s; public static final class CustomAction implements Parcelable { public static final Parcelable.Creator CREATOR = new a(); @@ -108,8 +108,8 @@ public final class PlaybackStateCompat implements Parcelable { this.o = charSequence; this.p = j4; this.q = new ArrayList(list); - this.f16r = j5; - this.s = bundle; + this.r = j5; + this.f15s = bundle; } public PlaybackStateCompat(Parcel parcel) { @@ -121,8 +121,8 @@ public final class PlaybackStateCompat implements Parcelable { this.m = parcel.readLong(); this.o = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); this.q = parcel.createTypedArrayList(CustomAction.CREATOR); - this.f16r = parcel.readLong(); - this.s = parcel.readBundle(MediaSessionCompat.class.getClassLoader()); + this.r = parcel.readLong(); + this.f15s = parcel.readBundle(MediaSessionCompat.class.getClassLoader()); this.n = parcel.readInt(); } @@ -153,7 +153,7 @@ public final class PlaybackStateCompat implements Parcelable { sb.append(", custom actions="); sb.append(this.q); sb.append(", active item id="); - return c.d.b.a.a.A(sb, this.f16r, "}"); + return c.d.b.a.a.A(sb, this.r, "}"); } @Override // android.os.Parcelable @@ -166,8 +166,8 @@ public final class PlaybackStateCompat implements Parcelable { parcel.writeLong(this.m); TextUtils.writeToParcel(this.o, parcel, i); parcel.writeTypedList(this.q); - parcel.writeLong(this.f16r); - parcel.writeBundle(this.s); + parcel.writeLong(this.r); + parcel.writeBundle(this.f15s); parcel.writeInt(this.n); } } diff --git a/app/src/main/java/android/support/v4/os/ResultReceiver.java b/app/src/main/java/android/support/v4/os/ResultReceiver.java index e6a4391196..14532075b7 100644 --- a/app/src/main/java/android/support/v4/os/ResultReceiver.java +++ b/app/src/main/java/android/support/v4/os/ResultReceiver.java @@ -9,12 +9,12 @@ import android.os.Parcelable; import android.os.RemoteException; import androidx.annotation.RestrictTo; import java.util.Objects; -import w.a.b.c.a; +import x.a.b.c.a; @SuppressLint({"BanParcelableUsage"}) @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public class ResultReceiver implements Parcelable { public static final Parcelable.Creator CREATOR = new a(); - public w.a.b.c.a i; + public x.a.b.c.a i; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -34,7 +34,7 @@ public class ResultReceiver implements Parcelable { public b() { } - @Override // w.a.b.c.a + @Override // x.a.b.c.a public void v0(int i, Bundle bundle) { Objects.requireNonNull(ResultReceiver.this); ResultReceiver.this.a(i, bundle); @@ -42,14 +42,14 @@ public class ResultReceiver implements Parcelable { } public ResultReceiver(Parcel parcel) { - w.a.b.c.a aVar; + x.a.b.c.a aVar; IBinder readStrongBinder = parcel.readStrongBinder(); int i = a.AbstractBinderC0362a.a; if (readStrongBinder == null) { aVar = null; } else { IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("android.support.v4.os.IResultReceiver"); - aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof w.a.b.c.a)) ? new a.AbstractBinderC0362a.C0363a(readStrongBinder) : (w.a.b.c.a) queryLocalInterface; + aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0362a.C0363a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; } this.i = aVar; } @@ -58,7 +58,7 @@ public class ResultReceiver implements Parcelable { } public void b(int i, Bundle bundle) { - w.a.b.c.a aVar = this.i; + x.a.b.c.a aVar = this.i; if (aVar != null) { try { aVar.v0(i, bundle); diff --git a/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$1.java b/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$1.java index c4e81b532a..b7c381e451 100644 --- a/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$1.java +++ b/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$1.java @@ -1,8 +1,8 @@ package androidx.activity; import androidx.lifecycle.ViewModelStore; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: ActivityViewModelLazy.kt */ public final class ActivityViewModelLazyKt$viewModels$1 extends o implements Function0 { @@ -16,7 +16,7 @@ public final class ActivityViewModelLazyKt$viewModels$1 extends o implements Fun @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final ViewModelStore mo17invoke() { + public final ViewModelStore mo1invoke() { ViewModelStore viewModelStore = this.$this_viewModels.getViewModelStore(); m.checkNotNullExpressionValue(viewModelStore, "viewModelStore"); return viewModelStore; diff --git a/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$factoryPromise$1.java b/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$factoryPromise$1.java index 8dfbe6d7fd..16d27294be 100644 --- a/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$factoryPromise$1.java +++ b/app/src/main/java/androidx/activity/ActivityViewModelLazyKt$viewModels$factoryPromise$1.java @@ -1,7 +1,7 @@ package androidx.activity; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: ActivityViewModelLazy.kt */ public final class ActivityViewModelLazyKt$viewModels$factoryPromise$1 extends o implements Function0 { @@ -15,7 +15,7 @@ public final class ActivityViewModelLazyKt$viewModels$factoryPromise$1 extends o @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final ViewModelProvider.Factory mo17invoke() { + public final ViewModelProvider.Factory mo1invoke() { return this.$this_viewModels.getDefaultViewModelProviderFactory(); } } diff --git a/app/src/main/java/androidx/activity/ActivityViewModelLazyKt.java b/app/src/main/java/androidx/activity/ActivityViewModelLazyKt.java index c7c7e334dd..e5731646fa 100644 --- a/app/src/main/java/androidx/activity/ActivityViewModelLazyKt.java +++ b/app/src/main/java/androidx/activity/ActivityViewModelLazyKt.java @@ -4,8 +4,8 @@ import androidx.annotation.MainThread; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelLazy; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.a0; -import c0.z.d.m; +import d0.z.d.a0; +import d0.z.d.m; import kotlin.Lazy; import kotlin.jvm.functions.Function0; /* compiled from: ActivityViewModelLazy.kt */ diff --git a/app/src/main/java/androidx/activity/OnBackPressedDispatcherKt.java b/app/src/main/java/androidx/activity/OnBackPressedDispatcherKt.java index de10884c1a..b780a33861 100644 --- a/app/src/main/java/androidx/activity/OnBackPressedDispatcherKt.java +++ b/app/src/main/java/androidx/activity/OnBackPressedDispatcherKt.java @@ -1,7 +1,7 @@ package androidx.activity; import androidx.lifecycle.LifecycleOwner; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: OnBackPressedDispatcher.kt */ diff --git a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java index aaafe64b25..0d38199d1e 100644 --- a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java +++ b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java @@ -1,9 +1,9 @@ package androidx.activity.contextaware; import android.content.Context; -import c0.k; -import c0.l; -import c0.z.d.m; +import d0.k; +import d0.l; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import kotlinx.coroutines.CancellableContinuation; /* compiled from: ContextAware.kt */ @@ -25,10 +25,10 @@ public final class ContextAwareKt$withContextAvailable$$inlined$suspendCancellab CancellableContinuation cancellableContinuation = this.$co; try { k.a aVar = k.i; - obj = k.m2constructorimpl(this.$onContextAvailable$inlined.invoke(context)); + obj = k.m72constructorimpl(this.$onContextAvailable$inlined.invoke(context)); } catch (Throwable th) { k.a aVar2 = k.i; - obj = k.m2constructorimpl(l.createFailure(th)); + obj = k.m72constructorimpl(l.createFailure(th)); } cancellableContinuation.resumeWith(obj); } diff --git a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2.java b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2.java index 8d850857dc..5c4016cbfc 100644 --- a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2.java +++ b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$2.java @@ -1,6 +1,6 @@ package androidx.activity.contextaware; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: ContextAware.kt */ diff --git a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt.java b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt.java index 51ca71d85c..f3c685e99d 100644 --- a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt.java +++ b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt.java @@ -1,13 +1,13 @@ package androidx.activity.contextaware; import android.content.Context; -import c0.w.h.b; -import c0.w.h.c; -import c0.w.i.a.g; -import c0.z.d.l; +import d0.w.h.b; +import d0.w.h.c; +import d0.w.i.a.g; +import d0.z.d.l; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function1; -import r.a.k; +import s.a.k; /* compiled from: ContextAware.kt */ public final class ContextAwareKt { public static final Object withContextAvailable(ContextAware contextAware, Function1 function1, Continuation continuation) { diff --git a/app/src/main/java/androidx/activity/result/ActivityResultCallerKt.java b/app/src/main/java/androidx/activity/result/ActivityResultCallerKt.java index f87b78193c..30c4c0da89 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResultCallerKt.java +++ b/app/src/main/java/androidx/activity/result/ActivityResultCallerKt.java @@ -1,7 +1,7 @@ package androidx.activity.result; import androidx.activity.result.contract.ActivityResultContract; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: ActivityResultCaller.kt */ diff --git a/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher$resultContract$2.java b/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher$resultContract$2.java index 8447744605..e3c2593134 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher$resultContract$2.java +++ b/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher$resultContract$2.java @@ -3,8 +3,8 @@ package androidx.activity.result; import android.content.Context; import android.content.Intent; import androidx.activity.result.contract.ActivityResultContract; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: ActivityResultCaller.kt */ @@ -42,7 +42,7 @@ public final class ActivityResultCallerLauncher$resultContract$2 extends o imple @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final AnonymousClass1 mo17invoke() { + public final AnonymousClass1 mo1invoke() { return new AnonymousClass1(this); } } diff --git a/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher.java b/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher.java index 4f48ea7632..e3e6217be4 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher.java +++ b/app/src/main/java/androidx/activity/result/ActivityResultCallerLauncher.java @@ -2,8 +2,8 @@ package androidx.activity.result; import androidx.activity.result.contract.ActivityResultContract; import androidx.core.app.ActivityOptionsCompat; -import c0.g; -import c0.z.d.m; +import d0.g; +import d0.z.d.m; import kotlin.Lazy; import kotlin.Unit; /* compiled from: ActivityResultCaller.kt */ diff --git a/app/src/main/java/androidx/activity/result/ActivityResultKt.java b/app/src/main/java/androidx/activity/result/ActivityResultKt.java index a5281c1872..94d2f17f4a 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResultKt.java +++ b/app/src/main/java/androidx/activity/result/ActivityResultKt.java @@ -1,7 +1,7 @@ package androidx.activity.result; import android.content.Intent; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ActivityResult.kt */ public final class ActivityResultKt { public static final int component1(ActivityResult activityResult) { diff --git a/app/src/main/java/androidx/activity/result/ActivityResultLauncherKt.java b/app/src/main/java/androidx/activity/result/ActivityResultLauncherKt.java index 5c36b7e38a..3e9bbeacca 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResultLauncherKt.java +++ b/app/src/main/java/androidx/activity/result/ActivityResultLauncherKt.java @@ -1,7 +1,7 @@ package androidx.activity.result; import androidx.core.app.ActivityOptionsCompat; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; /* compiled from: ActivityResultLauncher.kt */ public final class ActivityResultLauncherKt { diff --git a/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java b/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java index 24df650286..9a6689368b 100644 --- a/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java +++ b/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java @@ -754,10 +754,10 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil public int windowAnimations; /* renamed from: x reason: collision with root package name */ - public int f17x; + public int f16x; /* renamed from: y reason: collision with root package name */ - public int f18y; + public int f17y; @SuppressLint({"BanParcelableUsage"}) public static class SavedState implements Parcelable { @@ -1555,7 +1555,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil if (!(view == null || (layoutParams = view.getLayoutParams()) == null || layoutParams.width != -1)) { i = -1; panelFeatureState.isHandled = false; - WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f17x, panelFeatureState.f18y, PointerIconCompat.TYPE_HAND, 8519680, -3); + WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f16x, panelFeatureState.f17y, PointerIconCompat.TYPE_HAND, 8519680, -3); layoutParams3.gravity = panelFeatureState.gravity; layoutParams3.windowAnimations = panelFeatureState.windowAnimations; windowManager.addView(panelFeatureState.decorView, layoutParams3); @@ -1565,7 +1565,7 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil } i = -2; panelFeatureState.isHandled = false; - WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f17x, panelFeatureState.f18y, PointerIconCompat.TYPE_HAND, 8519680, -3); + WindowManager.LayoutParams layoutParams3 = new WindowManager.LayoutParams(i, -2, panelFeatureState.f16x, panelFeatureState.f17y, PointerIconCompat.TYPE_HAND, 8519680, -3); layoutParams3.gravity = panelFeatureState.gravity; layoutParams3.windowAnimations = panelFeatureState.windowAnimations; windowManager.addView(panelFeatureState.decorView, layoutParams3); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java index 141d78e445..4e227c5f56 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java @@ -20,8 +20,8 @@ import androidx.annotation.RestrictTo; import androidx.browser.customtabs.CustomTabsSession; import java.util.ArrayList; import java.util.List; -import w.a.a.a; -import w.a.a.b; +import x.a.a.a; +import x.a.a.b; public class CustomTabsClient { private static final String TAG = "CustomTabsClient"; private final Context mApplicationContext; @@ -138,14 +138,14 @@ public class CustomTabsClient { this.val$callback = customTabsCallback; } - @Override // w.a.a.a + @Override // x.a.a.a public void extraCallback(String str, Bundle bundle) throws RemoteException { if (this.val$callback != null) { this.mHandler.post(new AnonymousClass2(str, bundle)); } } - @Override // w.a.a.a + @Override // x.a.a.a public Bundle extraCallbackWithResult(@NonNull String str, @Nullable Bundle bundle) throws RemoteException { CustomTabsCallback customTabsCallback = this.val$callback; if (customTabsCallback == null) { @@ -154,28 +154,28 @@ public class CustomTabsClient { return customTabsCallback.extraCallbackWithResult(str, bundle); } - @Override // w.a.a.a + @Override // x.a.a.a public void onMessageChannelReady(Bundle bundle) throws RemoteException { if (this.val$callback != null) { this.mHandler.post(new AnonymousClass3(bundle)); } } - @Override // w.a.a.a + @Override // x.a.a.a public void onNavigationEvent(int i, Bundle bundle) { if (this.val$callback != null) { this.mHandler.post(new AnonymousClass1(i, bundle)); } } - @Override // w.a.a.a + @Override // x.a.a.a public void onPostMessage(String str, Bundle bundle) throws RemoteException { if (this.val$callback != null) { this.mHandler.post(new AnonymousClass4(str, bundle)); } } - @Override // w.a.a.a + @Override // x.a.a.a public void onRelationshipValidationResult(int i, Uri uri, boolean z2, @Nullable Bundle bundle) throws RemoteException { if (this.val$callback != null) { this.mHandler.post(new AnonymousClass5(i, uri, z2, bundle)); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsService.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsService.java index 45d322b17d..bc7c21c10b 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsService.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsService.java @@ -15,8 +15,8 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.util.List; import java.util.NoSuchElementException; -import w.a.a.a; -import w.a.a.b; +import x.a.a.a; +import x.a.a.b; public abstract class CustomTabsService extends Service { public static final String ACTION_CUSTOM_TABS_CONNECTION = "android.support.customtabs.action.CustomTabsService"; public static final String CATEGORY_COLOR_SCHEME_CUSTOMIZATION = "androidx.browser.customtabs.category.ColorSchemeCustomization"; @@ -54,7 +54,7 @@ public abstract class CustomTabsService extends Service { private boolean newSessionInternal(@NonNull a aVar, @Nullable PendingIntent pendingIntent) { CustomTabsSessionToken customTabsSessionToken = new CustomTabsSessionToken(aVar, pendingIntent); try { - x.a.a.a aVar2 = new x.a.a.a(this, customTabsSessionToken); + y.a.a.a aVar2 = new y.a.a.a(this, customTabsSessionToken); synchronized (CustomTabsService.this.mDeathRecipientMap) { aVar.asBinder().linkToDeath(aVar2, 0); CustomTabsService.this.mDeathRecipientMap.put(aVar.asBinder(), aVar2); @@ -65,57 +65,57 @@ public abstract class CustomTabsService extends Service { } } - @Override // w.a.a.b + @Override // x.a.a.b public Bundle extraCommand(@NonNull String str, @Nullable Bundle bundle) { return CustomTabsService.this.extraCommand(str, bundle); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean mayLaunchUrl(@Nullable a aVar, @Nullable Uri uri, @Nullable Bundle bundle, @Nullable List list) { return CustomTabsService.this.mayLaunchUrl(new CustomTabsSessionToken(aVar, getSessionIdFromBundle(bundle)), uri, bundle, list); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean newSession(@NonNull a aVar) { return newSessionInternal(aVar, null); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean newSessionWithExtras(@NonNull a aVar, @Nullable Bundle bundle) { return newSessionInternal(aVar, getSessionIdFromBundle(bundle)); } - @Override // w.a.a.b + @Override // x.a.a.b public int postMessage(@NonNull a aVar, @NonNull String str, @Nullable Bundle bundle) { return CustomTabsService.this.postMessage(new CustomTabsSessionToken(aVar, getSessionIdFromBundle(bundle)), str, bundle); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean receiveFile(@NonNull a aVar, @NonNull Uri uri, int i, @Nullable Bundle bundle) { return CustomTabsService.this.receiveFile(new CustomTabsSessionToken(aVar, getSessionIdFromBundle(bundle)), uri, i, bundle); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean requestPostMessageChannel(@NonNull a aVar, @NonNull Uri uri) { return CustomTabsService.this.requestPostMessageChannel(new CustomTabsSessionToken(aVar, null), uri); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean requestPostMessageChannelWithExtras(@NonNull a aVar, @NonNull Uri uri, @NonNull Bundle bundle) { return CustomTabsService.this.requestPostMessageChannel(new CustomTabsSessionToken(aVar, getSessionIdFromBundle(bundle)), uri); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean updateVisuals(@NonNull a aVar, @Nullable Bundle bundle) { return CustomTabsService.this.updateVisuals(new CustomTabsSessionToken(aVar, getSessionIdFromBundle(bundle)), bundle); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean validateRelationship(@NonNull a aVar, int i, @NonNull Uri uri, @Nullable Bundle bundle) { return CustomTabsService.this.validateRelationship(new CustomTabsSessionToken(aVar, getSessionIdFromBundle(bundle)), i, uri, bundle); } - @Override // w.a.a.b + @Override // x.a.a.b public boolean warmup(long j) { return CustomTabsService.this.warmup(j); } diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsServiceConnection.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsServiceConnection.java index f86f112923..fa64d7afc4 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsServiceConnection.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsServiceConnection.java @@ -7,7 +7,7 @@ import android.os.IBinder; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; -import w.a.a.b; +import x.a.a.b; public abstract class CustomTabsServiceConnection implements ServiceConnection { @Nullable private Context mApplicationContext; diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsSession.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsSession.java index 1a9a1b1507..7374d24127 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsSession.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsSession.java @@ -14,8 +14,8 @@ import androidx.annotation.RestrictTo; import androidx.annotation.VisibleForTesting; import androidx.browser.customtabs.CustomTabsSessionToken; import java.util.List; -import w.a.a.a; -import w.a.a.b; +import x.a.a.a; +import x.a.a.b; public final class CustomTabsSession { private static final String TAG = "CustomTabsSession"; private final a mCallback; @@ -26,57 +26,57 @@ public final class CustomTabsSession { private final b mService; public static class MockSession extends b.a { - @Override // w.a.a.b + @Override // x.a.a.b public Bundle extraCommand(String str, Bundle bundle) throws RemoteException { return null; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean mayLaunchUrl(a aVar, Uri uri, Bundle bundle, List list) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean newSession(a aVar) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean newSessionWithExtras(a aVar, Bundle bundle) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public int postMessage(a aVar, String str, Bundle bundle) throws RemoteException { return 0; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean receiveFile(a aVar, Uri uri, int i, Bundle bundle) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean requestPostMessageChannel(a aVar, Uri uri) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean requestPostMessageChannelWithExtras(a aVar, Uri uri, Bundle bundle) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean updateVisuals(a aVar, Bundle bundle) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean validateRelationship(a aVar, int i, Uri uri, Bundle bundle) throws RemoteException { return false; } - @Override // w.a.a.b + @Override // x.a.a.b public boolean warmup(long j) throws RemoteException { return false; } diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java index cadd503591..75022887ee 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java @@ -11,7 +11,7 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; import androidx.core.app.BundleCompat; -import w.a.a.a; +import x.a.a.a; public class CustomTabsSessionToken { private static final String TAG = "CustomTabsSessionToken"; @Nullable @@ -84,33 +84,33 @@ public class CustomTabsSessionToken { } public static class MockCallback extends a.AbstractBinderC0351a { - @Override // w.a.a.a.AbstractBinderC0351a, android.os.IInterface + @Override // x.a.a.a.AbstractBinderC0351a, android.os.IInterface public IBinder asBinder() { return this; } - @Override // w.a.a.a + @Override // x.a.a.a public void extraCallback(String str, Bundle bundle) { } - @Override // w.a.a.a + @Override // x.a.a.a public Bundle extraCallbackWithResult(String str, Bundle bundle) { return null; } - @Override // w.a.a.a + @Override // x.a.a.a public void onMessageChannelReady(Bundle bundle) { } - @Override // w.a.a.a + @Override // x.a.a.a public void onNavigationEvent(int i, Bundle bundle) { } - @Override // w.a.a.a + @Override // x.a.a.a public void onPostMessage(String str, Bundle bundle) { } - @Override // w.a.a.a + @Override // x.a.a.a public void onRelationshipValidationResult(int i, Uri uri, boolean z2, Bundle bundle) { } } diff --git a/app/src/main/java/androidx/browser/customtabs/PostMessageService.java b/app/src/main/java/androidx/browser/customtabs/PostMessageService.java index 945d91faa2..96055774c0 100644 --- a/app/src/main/java/androidx/browser/customtabs/PostMessageService.java +++ b/app/src/main/java/androidx/browser/customtabs/PostMessageService.java @@ -7,8 +7,8 @@ import android.os.IBinder; import android.os.RemoteException; import androidx.annotation.NonNull; import androidx.annotation.Nullable; -import w.a.a.a; -import w.a.a.c; +import x.a.a.a; +import x.a.a.c; public class PostMessageService extends Service { private c.a mBinder = new AnonymousClass1(); @@ -17,12 +17,12 @@ public class PostMessageService extends Service { public AnonymousClass1() { } - @Override // w.a.a.c + @Override // x.a.a.c public void onMessageChannelReady(@NonNull a aVar, @Nullable Bundle bundle) throws RemoteException { aVar.onMessageChannelReady(bundle); } - @Override // w.a.a.c + @Override // x.a.a.c public void onPostMessage(@NonNull a aVar, @NonNull String str, @Nullable Bundle bundle) throws RemoteException { aVar.onPostMessage(str, bundle); } diff --git a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java index e3d5c97fbc..698dc0e60c 100644 --- a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java +++ b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java @@ -11,8 +11,8 @@ import android.util.Log; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RestrictTo; -import w.a.a.a; -import w.a.a.c; +import x.a.a.a; +import x.a.a.c; public abstract class PostMessageServiceConnection implements PostMessageBackend, ServiceConnection { private static final String TAG = "PostMessageServConn"; private final Object mLock = new Object(); diff --git a/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java b/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java index c6d1504ab4..1ed95f1cfc 100644 --- a/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java +++ b/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java @@ -10,7 +10,7 @@ import androidx.concurrent.futures.CallbackToFutureAdapter; import c.d.b.a.a; import java.util.ArrayList; import java.util.List; -import w.a.a.d.b; +import x.a.a.d.b; public class ConnectionHolder implements ServiceConnection { private static final int STATE_AWAITING_CONNECTION = 0; private static final int STATE_CANCELLED = 3; @@ -85,7 +85,7 @@ public class ConnectionHolder implements ServiceConnection { @NonNull @MainThread public c.i.b.d.a.a getServiceWrapper() { - return CallbackToFutureAdapter.getFuture(new x.a.b.a(this)); + return CallbackToFutureAdapter.getFuture(new y.a.b.a(this)); } @Override // android.content.ServiceConnection diff --git a/app/src/main/java/androidx/browser/trusted/TokenContents.java b/app/src/main/java/androidx/browser/trusted/TokenContents.java index 2e0bb4ec7a..9b94df26e1 100644 --- a/app/src/main/java/androidx/browser/trusted/TokenContents.java +++ b/app/src/main/java/androidx/browser/trusted/TokenContents.java @@ -11,7 +11,7 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; -import x.a.b.b; +import y.a.b.b; public final class TokenContents { @NonNull private final byte[] mContents; diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java index 4da3d6867c..cd16fe5751 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java @@ -5,7 +5,7 @@ import android.os.IBinder; import android.os.RemoteException; import androidx.annotation.NonNull; import androidx.annotation.Nullable; -import w.a.a.d.a; +import x.a.a.d.a; public class TrustedWebActivityCallbackRemote { private final a mCallbackBinder; diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityService.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityService.java index f73be7d1a0..ec11742673 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityService.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityService.java @@ -22,7 +22,7 @@ import androidx.annotation.RestrictTo; import androidx.browser.trusted.TrustedWebActivityServiceConnection; import androidx.core.app.NotificationManagerCompat; import java.util.Locale; -import w.a.a.d.b; +import x.a.a.d.b; public abstract class TrustedWebActivityService extends Service { @SuppressLint({"ActionValue", "ServiceName"}) public static final String ACTION_TRUSTED_WEB_ACTIVITY_SERVICE = "android.support.customtabs.trusted.TRUSTED_WEB_ACTIVITY_SERVICE"; @@ -68,44 +68,44 @@ public abstract class TrustedWebActivityService extends Service { } } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public Bundle areNotificationsEnabled(Bundle bundle) { checkCaller(); return new TrustedWebActivityServiceConnection.ResultArgs(TrustedWebActivityService.this.onAreNotificationsEnabled(TrustedWebActivityServiceConnection.NotificationsEnabledArgs.fromBundle(bundle).channelName)).toBundle(); } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public void cancelNotification(Bundle bundle) { checkCaller(); TrustedWebActivityServiceConnection.CancelNotificationArgs fromBundle = TrustedWebActivityServiceConnection.CancelNotificationArgs.fromBundle(bundle); TrustedWebActivityService.this.onCancelNotification(fromBundle.platformTag, fromBundle.platformId); } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public Bundle extraCommand(String str, Bundle bundle, IBinder iBinder) { checkCaller(); return TrustedWebActivityService.this.onExtraCommand(str, bundle, TrustedWebActivityCallbackRemote.fromBinder(iBinder)); } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public Bundle getActiveNotifications() { checkCaller(); return new TrustedWebActivityServiceConnection.ActiveNotificationsArgs(TrustedWebActivityService.this.onGetActiveNotifications()).toBundle(); } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public Bundle getSmallIconBitmap() { checkCaller(); return TrustedWebActivityService.this.onGetSmallIconBitmap(); } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public int getSmallIconId() { checkCaller(); return TrustedWebActivityService.this.onGetSmallIconId(); } - @Override // w.a.a.d.b + @Override // x.a.a.d.b public Bundle notifyNotificationWithChannel(Bundle bundle) { checkCaller(); TrustedWebActivityServiceConnection.NotifyNotificationArgs fromBundle = TrustedWebActivityServiceConnection.NotifyNotificationArgs.fromBundle(bundle); diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java index ddda5fbad3..fd7159836e 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java @@ -10,8 +10,8 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import androidx.annotation.RestrictTo; -import w.a.a.d.a; -import w.a.a.d.b; +import x.a.a.d.a; +import x.a.a.d.b; public final class TrustedWebActivityServiceConnection { private static final String KEY_ACTIVE_NOTIFICATIONS = "android.support.customtabs.trusted.ACTIVE_NOTIFICATIONS"; private static final String KEY_CHANNEL_NAME = "android.support.customtabs.trusted.CHANNEL_NAME"; @@ -30,7 +30,7 @@ public final class TrustedWebActivityServiceConnection { this.val$callback = trustedWebActivityCallback; } - @Override // w.a.a.d.a + @Override // x.a.a.d.a public void onExtraCallback(String str, Bundle bundle) throws RemoteException { this.val$callback.onExtraCallback(str, bundle); } diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java index 80877e5b97..65a6564262 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java @@ -17,7 +17,7 @@ import java.util.Iterator; import java.util.Map; import java.util.Set; import java.util.concurrent.Executor; -import x.a.b.c; +import y.a.b.c; public final class TrustedWebActivityServiceConnectionPool { private static final String TAG = "TWAConnectionPool"; private final Map mConnections = new HashMap(); diff --git a/app/src/main/java/androidx/collection/ArrayMapKt.java b/app/src/main/java/androidx/collection/ArrayMapKt.java index 923ae36877..6d10bff744 100644 --- a/app/src/main/java/androidx/collection/ArrayMapKt.java +++ b/app/src/main/java/androidx/collection/ArrayMapKt.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Pair; /* compiled from: ArrayMap.kt */ public final class ArrayMapKt { diff --git a/app/src/main/java/androidx/collection/ArraySetKt.java b/app/src/main/java/androidx/collection/ArraySetKt.java index d59b6783c8..14d9c09eaa 100644 --- a/app/src/main/java/androidx/collection/ArraySetKt.java +++ b/app/src/main/java/androidx/collection/ArraySetKt.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ArraySet.kt */ public final class ArraySetKt { public static final ArraySet arraySetOf() { diff --git a/app/src/main/java/androidx/collection/LongSparseArrayKt$keyIterator$1.java b/app/src/main/java/androidx/collection/LongSparseArrayKt$keyIterator$1.java index 731821be40..35c96c18c3 100644 --- a/app/src/main/java/androidx/collection/LongSparseArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/collection/LongSparseArrayKt$keyIterator$1.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.t.d0; +import d0.t.d0; /* compiled from: LongSparseArray.kt */ public final class LongSparseArrayKt$keyIterator$1 extends d0 { public final /* synthetic */ LongSparseArray $this_keyIterator; @@ -19,7 +19,7 @@ public final class LongSparseArrayKt$keyIterator$1 extends d0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.d0 + @Override // d0.t.d0 public long nextLong() { LongSparseArray longSparseArray = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/collection/LongSparseArrayKt$valueIterator$1.java b/app/src/main/java/androidx/collection/LongSparseArrayKt$valueIterator$1.java index e167ccab97..7fde0cf377 100644 --- a/app/src/main/java/androidx/collection/LongSparseArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/collection/LongSparseArrayKt$valueIterator$1.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: LongSparseArray.kt */ public final class LongSparseArrayKt$valueIterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/collection/LongSparseArrayKt.java b/app/src/main/java/androidx/collection/LongSparseArrayKt.java index b247efefc0..b172b9f999 100644 --- a/app/src/main/java/androidx/collection/LongSparseArrayKt.java +++ b/app/src/main/java/androidx/collection/LongSparseArrayKt.java @@ -1,7 +1,7 @@ package androidx.collection; -import c0.t.d0; -import c0.z.d.m; +import d0.t.d0; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -31,7 +31,7 @@ public final class LongSparseArrayKt { m.checkParameterIsNotNull(longSparseArray, "receiver$0"); m.checkParameterIsNotNull(function0, "defaultValue"); T t = longSparseArray.get(j); - return t != null ? t : (T) function0.mo17invoke(); + return t != null ? t : (T) function0.mo1invoke(); } public static final int getSize(LongSparseArray longSparseArray) { diff --git a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$1.java b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$1.java index 3f153888dc..6d74390893 100644 --- a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$1.java +++ b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$1.java @@ -1,7 +1,7 @@ package androidx.collection; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function2; /* compiled from: LruCache.kt */ public final class LruCacheKt$lruCache$1 extends o implements Function2 { diff --git a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$2.java b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$2.java index 1ca22181d0..14a4bc76bd 100644 --- a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$2.java +++ b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$2.java @@ -1,7 +1,7 @@ package androidx.collection; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: LruCache.kt */ public final class LruCacheKt$lruCache$2 extends o implements Function1 { diff --git a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$3.java b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$3.java index 43c3d39d96..b4ee2e4d78 100644 --- a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$3.java +++ b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$3.java @@ -1,7 +1,7 @@ package androidx.collection; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function4; /* compiled from: LruCache.kt */ diff --git a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$4.java b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$4.java index 10f4f49767..8dedcb7e94 100644 --- a/app/src/main/java/androidx/collection/LruCacheKt$lruCache$4.java +++ b/app/src/main/java/androidx/collection/LruCacheKt$lruCache$4.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; import kotlin.jvm.functions.Function4; diff --git a/app/src/main/java/androidx/collection/LruCacheKt.java b/app/src/main/java/androidx/collection/LruCacheKt.java index d74b9bc929..e2ffcf245f 100644 --- a/app/src/main/java/androidx/collection/LruCacheKt.java +++ b/app/src/main/java/androidx/collection/LruCacheKt.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; diff --git a/app/src/main/java/androidx/collection/SparseArrayKt$keyIterator$1.java b/app/src/main/java/androidx/collection/SparseArrayKt$keyIterator$1.java index c7ececde4e..701e41a11e 100644 --- a/app/src/main/java/androidx/collection/SparseArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/collection/SparseArrayKt$keyIterator$1.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.t.c0; +import d0.t.c0; /* compiled from: SparseArray.kt */ public final class SparseArrayKt$keyIterator$1 extends c0 { public final /* synthetic */ SparseArrayCompat $this_keyIterator; @@ -19,7 +19,7 @@ public final class SparseArrayKt$keyIterator$1 extends c0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.c0 + @Override // d0.t.c0 public int nextInt() { SparseArrayCompat sparseArrayCompat = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/collection/SparseArrayKt$valueIterator$1.java b/app/src/main/java/androidx/collection/SparseArrayKt$valueIterator$1.java index 59c264bf60..df14bcbb17 100644 --- a/app/src/main/java/androidx/collection/SparseArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/collection/SparseArrayKt$valueIterator$1.java @@ -1,6 +1,6 @@ package androidx.collection; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: SparseArray.kt */ public final class SparseArrayKt$valueIterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/collection/SparseArrayKt.java b/app/src/main/java/androidx/collection/SparseArrayKt.java index b23f67e68a..60ae202a42 100644 --- a/app/src/main/java/androidx/collection/SparseArrayKt.java +++ b/app/src/main/java/androidx/collection/SparseArrayKt.java @@ -1,7 +1,7 @@ package androidx.collection; -import c0.t.c0; -import c0.z.d.m; +import d0.t.c0; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -31,7 +31,7 @@ public final class SparseArrayKt { m.checkParameterIsNotNull(sparseArrayCompat, "receiver$0"); m.checkParameterIsNotNull(function0, "defaultValue"); T t = sparseArrayCompat.get(i); - return t != null ? t : (T) function0.mo17invoke(); + return t != null ? t : (T) function0.mo1invoke(); } public static final int getSize(SparseArrayCompat sparseArrayCompat) { diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionConstrainedPoint.java b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionConstrainedPoint.java index 0ee6f00463..f2425d7b05 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionConstrainedPoint.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionConstrainedPoint.java @@ -45,10 +45,10 @@ public class MotionConstrainedPoint implements Comparable 1.0E-6f; @@ -362,14 +362,14 @@ public class MotionConstrainedPoint implements Comparable { public float width; /* renamed from: x reason: collision with root package name */ - public float f22x; + public float f21x; /* renamed from: y reason: collision with root package name */ - public float f23y; + public float f22y; public MotionPaths() { this.mDrawPath = 0; @@ -107,14 +107,14 @@ public class MotionPaths implements Comparable { public void different(MotionPaths motionPaths, boolean[] zArr, String[] strArr, boolean z2) { zArr[0] = zArr[0] | diff(this.position, motionPaths.position); - zArr[1] = zArr[1] | diff(this.f22x, motionPaths.f22x) | z2; - zArr[2] = z2 | diff(this.f23y, motionPaths.f23y) | zArr[2]; + zArr[1] = zArr[1] | diff(this.f21x, motionPaths.f21x) | z2; + zArr[2] = z2 | diff(this.f22y, motionPaths.f22y) | zArr[2]; zArr[3] = zArr[3] | diff(this.width, motionPaths.width); zArr[4] = diff(this.height, motionPaths.height) | zArr[4]; } public void fillStandard(double[] dArr, int[] iArr) { - float[] fArr = {this.position, this.f22x, this.f23y, this.width, this.height, this.mPathRotate}; + float[] fArr = {this.position, this.f21x, this.f22y, this.width, this.height, this.mPathRotate}; int i = 0; for (int i2 = 0; i2 < iArr.length; i2++) { if (iArr[i2] < 6) { @@ -141,8 +141,8 @@ public class MotionPaths implements Comparable { } public void getCenter(int[] iArr, double[] dArr, float[] fArr, int i) { - float f = this.f22x; - float f2 = this.f23y; + float f = this.f21x; + float f2 = this.f22y; float f3 = this.width; float f4 = this.height; for (int i2 = 0; i2 < iArr.length; i2++) { @@ -185,8 +185,8 @@ public class MotionPaths implements Comparable { } public void getRect(int[] iArr, double[] dArr, float[] fArr, int i) { - float f = this.f22x; - float f2 = this.f23y; + float f = this.f21x; + float f2 = this.f22y; float f3 = this.width; float f4 = this.height; for (int i2 = 0; i2 < iArr.length; i2++) { @@ -239,17 +239,17 @@ public class MotionPaths implements Comparable { float f8 = motionPaths.height; float f9 = f7 - f8; this.position = this.time; - float f10 = motionPaths.f22x; - float f11 = motionPaths.f23y; - float f12 = ((f4 / 2.0f) + motionPaths2.f22x) - ((f5 / 2.0f) + f10); - float f13 = ((f7 / 2.0f) + motionPaths2.f23y) - ((f8 / 2.0f) + f11); + float f10 = motionPaths.f21x; + float f11 = motionPaths.f22y; + float f12 = ((f4 / 2.0f) + motionPaths2.f21x) - ((f5 / 2.0f) + f10); + float f13 = ((f7 / 2.0f) + motionPaths2.f22y) - ((f8 / 2.0f) + f11); float f14 = f6 * f2; float f15 = f14 / 2.0f; - this.f22x = (float) ((int) (((f12 * f) + f10) - f15)); + this.f21x = (float) ((int) (((f12 * f) + f10) - f15)); float f16 = (f13 * f) + f11; float f17 = f9 * f3; float f18 = f17 / 2.0f; - this.f23y = (float) ((int) (f16 - f18)); + this.f22y = (float) ((int) (f16 - f18)); this.width = (float) ((int) (f5 + f14)); this.height = (float) ((int) (f8 + f17)); float f19 = Float.isNaN(keyPosition.mPercentX) ? f : keyPosition.mPercentX; @@ -262,8 +262,8 @@ public class MotionPaths implements Comparable { f20 = keyPosition.mAltPercentX; } this.mMode = 2; - this.f22x = (float) ((int) (((f20 * f13) + ((f19 * f12) + motionPaths.f22x)) - f15)); - this.f23y = (float) ((int) (((f13 * f) + ((f12 * f21) + motionPaths.f23y)) - f18)); + this.f21x = (float) ((int) (((f20 * f13) + ((f19 * f12) + motionPaths.f21x)) - f15)); + this.f22y = (float) ((int) (((f13 * f) + ((f12 * f21) + motionPaths.f22y)) - f18)); this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing); this.mPathMotionArc = keyPosition.mPathMotionArc; } @@ -280,30 +280,30 @@ public class MotionPaths implements Comparable { if (!Float.isNaN(keyPosition.mPercentX)) { f = keyPosition.mPercentX; } - float f6 = motionPaths.f22x; + float f6 = motionPaths.f21x; float f7 = motionPaths.width; - float f8 = motionPaths.f23y; + float f8 = motionPaths.f22y; float f9 = motionPaths.height; - float f10 = ((motionPaths2.width / 2.0f) + motionPaths2.f22x) - ((f7 / 2.0f) + f6); - float f11 = ((motionPaths2.height / 2.0f) + motionPaths2.f23y) - ((f9 / 2.0f) + f8); + float f10 = ((motionPaths2.width / 2.0f) + motionPaths2.f21x) - ((f7 / 2.0f) + f6); + float f11 = ((motionPaths2.height / 2.0f) + motionPaths2.f22y) - ((f9 / 2.0f) + f8); float f12 = f10 * f; float f13 = f4 * f2; float f14 = f13 / 2.0f; - this.f22x = (float) ((int) ((f6 + f12) - f14)); + this.f21x = (float) ((int) ((f6 + f12) - f14)); float f15 = f * f11; float f16 = f5 * f3; float f17 = f16 / 2.0f; - this.f23y = (float) ((int) ((f8 + f15) - f17)); + this.f22y = (float) ((int) ((f8 + f15) - f17)); this.width = (float) ((int) (f7 + f13)); this.height = (float) ((int) (f9 + f16)); float f18 = Float.isNaN(keyPosition.mPercentY) ? 0.0f : keyPosition.mPercentY; this.mMode = 1; - float f19 = (float) ((int) ((motionPaths.f22x + f12) - f14)); - this.f22x = f19; - float f20 = (float) ((int) ((motionPaths.f23y + f15) - f17)); - this.f23y = f20; - this.f22x = f19 + ((-f11) * f18); - this.f23y = f20 + (f10 * f18); + float f19 = (float) ((int) ((motionPaths.f21x + f12) - f14)); + this.f21x = f19; + float f20 = (float) ((int) ((motionPaths.f22y + f15) - f17)); + this.f22y = f20; + this.f21x = f19 + ((-f11) * f18); + this.f22y = f20 + (f10 * f18); this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing); this.mPathMotionArc = keyPosition.mPathMotionArc; } @@ -321,30 +321,30 @@ public class MotionPaths implements Comparable { float f8 = motionPaths.height; float f9 = f7 - f8; this.position = this.time; - float f10 = motionPaths.f22x; - float f11 = motionPaths.f23y; - float f12 = (f4 / 2.0f) + motionPaths2.f22x; - float f13 = (f7 / 2.0f) + motionPaths2.f23y; + float f10 = motionPaths.f21x; + float f11 = motionPaths.f22y; + float f12 = (f4 / 2.0f) + motionPaths2.f21x; + float f13 = (f7 / 2.0f) + motionPaths2.f22y; float f14 = f6 * f2; - this.f22x = (float) ((int) ((((f12 - ((f5 / 2.0f) + f10)) * f) + f10) - (f14 / 2.0f))); + this.f21x = (float) ((int) ((((f12 - ((f5 / 2.0f) + f10)) * f) + f10) - (f14 / 2.0f))); float f15 = f9 * f3; - this.f23y = (float) ((int) ((((f13 - ((f8 / 2.0f) + f11)) * f) + f11) - (f15 / 2.0f))); + this.f22y = (float) ((int) ((((f13 - ((f8 / 2.0f) + f11)) * f) + f11) - (f15 / 2.0f))); this.width = (float) ((int) (f5 + f14)); this.height = (float) ((int) (f8 + f15)); this.mMode = 3; if (!Float.isNaN(keyPosition.mPercentX)) { - this.f22x = (float) ((int) (keyPosition.mPercentX * ((float) ((int) (((float) i) - this.width))))); + this.f21x = (float) ((int) (keyPosition.mPercentX * ((float) ((int) (((float) i) - this.width))))); } if (!Float.isNaN(keyPosition.mPercentY)) { - this.f23y = (float) ((int) (keyPosition.mPercentY * ((float) ((int) (((float) i2) - this.height))))); + this.f22y = (float) ((int) (keyPosition.mPercentY * ((float) ((int) (((float) i2) - this.height))))); } this.mKeyFrameEasing = Easing.getInterpolator(keyPosition.mTransitionEasing); this.mPathMotionArc = keyPosition.mPathMotionArc; } public void setBounds(float f, float f2, float f3, float f4) { - this.f22x = f; - this.f23y = f2; + this.f21x = f; + this.f22y = f2; this.width = f3; this.height = f4; } @@ -376,8 +376,8 @@ public class MotionPaths implements Comparable { public void setView(View view, int[] iArr, double[] dArr, double[] dArr2, double[] dArr3) { float f; - float f2 = this.f22x; - float f3 = this.f23y; + float f2 = this.f21x; + float f3 = this.f22y; float f4 = this.width; float f5 = this.height; if (iArr.length != 0 && this.mTempValue.length <= iArr[iArr.length - 1]) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java b/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java index 11772618bd..34df577665 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java +++ b/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java @@ -34,7 +34,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { if (i == -1) { this.mHead = 0; this.mArrayValues[0] = f; - this.mArrayIndices[0] = solverVariable.f24id; + this.mArrayIndices[0] = solverVariable.f23id; this.mArrayNextIndices[0] = -1; solverVariable.usageInRowCount++; solverVariable.addToRow(this.mRow); @@ -57,7 +57,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { while (i != -1 && i3 < this.currentSize) { int[] iArr2 = this.mArrayIndices; int i5 = iArr2[i]; - int i6 = solverVariable.f24id; + int i6 = solverVariable.f23id; if (i5 == i6) { float[] fArr = this.mArrayValues; float f3 = fArr[i] + f; @@ -127,7 +127,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE); this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE); } - this.mArrayIndices[i7] = solverVariable.f24id; + this.mArrayIndices[i7] = solverVariable.f23id; this.mArrayValues[i7] = f; if (i4 != -1) { int[] iArr8 = this.mArrayNextIndices; @@ -178,7 +178,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { } int i2 = 0; while (i != -1 && i2 < this.currentSize) { - if (this.mArrayIndices[i] == solverVariable.f24id) { + if (this.mArrayIndices[i] == solverVariable.f23id) { return true; } i = this.mArrayNextIndices[i]; @@ -218,7 +218,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { int i = this.mHead; int i2 = 0; while (i != -1 && i2 < this.currentSize) { - if (this.mArrayIndices[i] == solverVariable.f24id) { + if (this.mArrayIndices[i] == solverVariable.f23id) { return this.mArrayValues[i]; } i = this.mArrayNextIndices[i]; @@ -318,7 +318,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { } int i2 = 0; while (i != -1 && i2 < this.currentSize) { - if (this.mArrayIndices[i] == solverVariable.f24id) { + if (this.mArrayIndices[i] == solverVariable.f23id) { return i; } i = this.mArrayNextIndices[i]; @@ -349,7 +349,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { if (i == -1) { this.mHead = 0; this.mArrayValues[0] = f; - this.mArrayIndices[0] = solverVariable.f24id; + this.mArrayIndices[0] = solverVariable.f23id; this.mArrayNextIndices[0] = -1; solverVariable.usageInRowCount++; solverVariable.addToRow(this.mRow); @@ -372,7 +372,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { while (i != -1 && i3 < this.currentSize) { int[] iArr2 = this.mArrayIndices; int i5 = iArr2[i]; - int i6 = solverVariable.f24id; + int i6 = solverVariable.f23id; if (i5 == i6) { this.mArrayValues[i] = f; return; @@ -419,7 +419,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { this.mArrayIndices = Arrays.copyOf(this.mArrayIndices, this.ROW_SIZE); this.mArrayNextIndices = Arrays.copyOf(this.mArrayNextIndices, this.ROW_SIZE); } - this.mArrayIndices[i7] = solverVariable.f24id; + this.mArrayIndices[i7] = solverVariable.f23id; this.mArrayValues[i7] = f; if (i4 != -1) { int[] iArr7 = this.mArrayNextIndices; @@ -458,7 +458,7 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { int i2 = 0; int i3 = -1; while (i != -1 && i2 < this.currentSize) { - if (this.mArrayIndices[i] == solverVariable.f24id) { + if (this.mArrayIndices[i] == solverVariable.f23id) { if (i == this.mHead) { this.mHead = this.mArrayNextIndices[i]; } else { diff --git a/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java b/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java index be07c2846a..50c95b5edd 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java +++ b/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java @@ -66,7 +66,7 @@ public class ArrayRow implements LinearSystem.Row { float variableValue = this.variables.getVariableValue(i); if (variableValue < 0.0f) { SolverVariable variable = this.variables.getVariable(i); - if ((zArr == null || !zArr[variable.f24id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) { + if ((zArr == null || !zArr[variable.f23id]) && variable != solverVariable && (((type = variable.mType) == SolverVariable.Type.SLACK || type == SolverVariable.Type.ERROR) && variableValue < f)) { f = variableValue; solverVariable2 = variable; } diff --git a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java index 28d53eb10c..bfe51984f7 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java +++ b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java @@ -206,7 +206,7 @@ public class LinearSystem { int i = this.mVariablesID + 1; this.mVariablesID = i; this.mNumColumns++; - acquireSolverVariable.f24id = i; + acquireSolverVariable.f23id = i; if (this.mVariables == null) { this.mVariables = new HashMap<>(); } @@ -281,7 +281,7 @@ public class LinearSystem { while (i9 < i7) { float f3 = variable.strengthVector[i9] / f2; if ((f3 < f && i9 == i5) || i9 > i5) { - i4 = variable.f24id; + i4 = variable.f23id; i5 = i9; i3 = i6; f = f3; @@ -387,12 +387,12 @@ public class LinearSystem { return i2; } if (row.getKey() != null) { - this.mAlreadyTestedCandidates[row.getKey().f24id] = true; + this.mAlreadyTestedCandidates[row.getKey().f23id] = true; } SolverVariable pivotCandidate = row.getPivotCandidate(this, this.mAlreadyTestedCandidates); if (pivotCandidate != null) { boolean[] zArr = this.mAlreadyTestedCandidates; - int i3 = pivotCandidate.f24id; + int i3 = pivotCandidate.f23id; if (zArr[i3]) { return i2; } @@ -594,7 +594,7 @@ public class LinearSystem { solverVariable.setFinalValue(this, f); for (int i3 = 0; i3 < this.mVariablesID + 1; i3++) { SolverVariable solverVariable2 = this.mCache.mIndexedVariables[i3]; - if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f24id) { + if (solverVariable2 != null && solverVariable2.isSynonym && solverVariable2.synonym == solverVariable.f23id) { solverVariable2.setFinalValue(this, solverVariable2.synonymDelta + f); } } @@ -715,7 +715,7 @@ public class LinearSystem { int i2 = this.mVariablesID + 1; this.mVariablesID = i2; this.mNumColumns++; - acquireSolverVariable.f24id = i2; + acquireSolverVariable.f23id = i2; acquireSolverVariable.strength = i; this.mCache.mIndexedVariables[i2] = acquireSolverVariable; this.mGoal.addError(acquireSolverVariable); @@ -734,7 +734,7 @@ public class LinearSystem { int i = this.mVariablesID + 1; this.mVariablesID = i; this.mNumColumns++; - acquireSolverVariable.f24id = i; + acquireSolverVariable.f23id = i; this.mCache.mIndexedVariables[i] = acquireSolverVariable; return acquireSolverVariable; } @@ -754,7 +754,7 @@ public class LinearSystem { constraintAnchor.resetSolverVariable(this.mCache); solverVariable = constraintAnchor.getSolverVariable(); } - int i = solverVariable.f24id; + int i = solverVariable.f23id; if (i == -1 || i > this.mVariablesID || this.mCache.mIndexedVariables[i] == null) { if (i != -1) { solverVariable.reset(); @@ -762,7 +762,7 @@ public class LinearSystem { int i2 = this.mVariablesID + 1; this.mVariablesID = i2; this.mNumColumns++; - solverVariable.f24id = i2; + solverVariable.f23id = i2; solverVariable.mType = SolverVariable.Type.UNRESTRICTED; this.mCache.mIndexedVariables[i2] = solverVariable; } @@ -805,7 +805,7 @@ public class LinearSystem { int i = this.mVariablesID + 1; this.mVariablesID = i; this.mNumColumns++; - acquireSolverVariable.f24id = i; + acquireSolverVariable.f23id = i; this.mCache.mIndexedVariables[i] = acquireSolverVariable; return acquireSolverVariable; } diff --git a/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java b/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java index 3815e75c3d..f369b9a594 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java +++ b/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java @@ -21,7 +21,7 @@ public class PriorityGoalRow extends ArrayRow { } public int compare(SolverVariable solverVariable, SolverVariable solverVariable2) { - return solverVariable.f24id - solverVariable2.f24id; + return solverVariable.f23id - solverVariable2.f23id; } } @@ -77,7 +77,7 @@ public class PriorityGoalRow extends ArrayRow { @Override // java.lang.Comparable public int compareTo(Object obj) { - return this.variable.f24id - ((SolverVariable) obj).f24id; + return this.variable.f23id - ((SolverVariable) obj).f23id; } public void init(SolverVariable solverVariable) { @@ -167,7 +167,7 @@ public class PriorityGoalRow extends ArrayRow { solverVariableArr3[i3] = solverVariable; int i4 = i3 + 1; this.numGoals = i4; - if (i4 > 1 && solverVariableArr3[i4 - 1].f24id > solverVariable.f24id) { + if (i4 > 1 && solverVariableArr3[i4 - 1].f23id > solverVariable.f23id) { int i5 = 0; while (true) { i = this.numGoals; @@ -228,7 +228,7 @@ public class PriorityGoalRow extends ArrayRow { int i = -1; for (int i2 = 0; i2 < this.numGoals; i2++) { SolverVariable solverVariable = this.arrayGoals[i2]; - if (!zArr[solverVariable.f24id]) { + if (!zArr[solverVariable.f23id]) { this.accessor.init(solverVariable); if (i == -1) { if (!this.accessor.isNegative()) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java b/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java index 6059c44cea..53c328dec6 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java +++ b/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java @@ -27,7 +27,7 @@ public class SolverVariable { public float[] goalStrengthVector; /* renamed from: id reason: collision with root package name */ - public int f24id; + public int f23id; public boolean inGoal; public HashSet inRows; public boolean isFinalValue; @@ -82,7 +82,7 @@ public class SolverVariable { } public SolverVariable(Type type, String str) { - this.f24id = -1; + this.f23id = -1; this.definitionId = -1; this.strength = 0; this.isFinalValue = false; @@ -99,7 +99,7 @@ public class SolverVariable { } public SolverVariable(String str, Type type) { - this.f24id = -1; + this.f23id = -1; this.definitionId = -1; this.strength = 0; this.isFinalValue = false; @@ -216,7 +216,7 @@ public class SolverVariable { this.mName = null; this.mType = Type.UNKNOWN; this.strength = 0; - this.f24id = -1; + this.f23id = -1; this.definitionId = -1; this.computedValue = 0.0f; this.isFinalValue = false; @@ -253,7 +253,7 @@ public class SolverVariable { public void setSynonym(LinearSystem linearSystem, SolverVariable solverVariable, float f) { this.isSynonym = true; - this.synonym = solverVariable.f24id; + this.synonym = solverVariable.f23id; this.synonymDelta = f; int i = this.mClientEquationsCount; this.definitionId = -1; @@ -302,7 +302,7 @@ public class SolverVariable { return O.toString(); } StringBuilder O2 = a.O(""); - O2.append(this.f24id); + O2.append(this.f23id); return O2.toString(); } diff --git a/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java b/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java index 9269b6cb0c..2036ff30eb 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java +++ b/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java @@ -30,7 +30,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { private void addToHashMap(SolverVariable solverVariable, int i) { int[] iArr; - int i2 = solverVariable.f24id % this.HASH_SIZE; + int i2 = solverVariable.f23id % this.HASH_SIZE; int[] iArr2 = this.keys; int i3 = iArr2[i2]; if (i3 == -1) { @@ -49,7 +49,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { } private void addVariable(int i, SolverVariable solverVariable, float f) { - this.variables[i] = solverVariable.f24id; + this.variables[i] = solverVariable.f23id; this.values[i] = f; this.previous[i] = -1; this.next[i] = -1; @@ -129,7 +129,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { private void removeFromHashMap(SolverVariable solverVariable) { int[] iArr; - int i = solverVariable.f24id; + int i = solverVariable.f23id; int i2 = i % this.HASH_SIZE; int[] iArr2 = this.keys; int i3 = iArr2[i2]; @@ -281,7 +281,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { public int indexOf(SolverVariable solverVariable) { int[] iArr; if (!(this.mCount == 0 || solverVariable == null)) { - int i = solverVariable.f24id; + int i = solverVariable.f23id; int i2 = this.keys[i % this.HASH_SIZE]; if (i2 == -1) { return -1; @@ -341,7 +341,7 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { for (int i4 = 0; i4 < i; i4++) { int[] iArr = this.variables; int i5 = iArr[i2]; - int i6 = solverVariable.f24id; + int i6 = solverVariable.f23id; if (i5 == i6) { this.values[i2] = f; return; diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/Rectangle.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/Rectangle.java index 7be83a98bf..53e890c842 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/Rectangle.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/Rectangle.java @@ -4,28 +4,28 @@ public class Rectangle { public int width; /* renamed from: x reason: collision with root package name */ - public int f25x; + public int f24x; /* renamed from: y reason: collision with root package name */ - public int f26y; + public int f25y; public boolean contains(int i, int i2) { int i3; - int i4 = this.f25x; - return i >= i4 && i < i4 + this.width && i2 >= (i3 = this.f26y) && i2 < i3 + this.height; + int i4 = this.f24x; + return i >= i4 && i < i4 + this.width && i2 >= (i3 = this.f25y) && i2 < i3 + this.height; } public int getCenterX() { - return (this.f25x + this.width) / 2; + return (this.f24x + this.width) / 2; } public int getCenterY() { - return (this.f26y + this.height) / 2; + return (this.f25y + this.height) / 2; } public void grow(int i, int i2) { - this.f25x -= i; - this.f26y -= i2; + this.f24x -= i; + this.f25y -= i2; this.width = (i * 2) + this.width; this.height = (i2 * 2) + this.height; } @@ -33,14 +33,14 @@ public class Rectangle { public boolean intersects(Rectangle rectangle) { int i; int i2; - int i3 = this.f25x; - int i4 = rectangle.f25x; - return i3 >= i4 && i3 < i4 + rectangle.width && (i = this.f26y) >= (i2 = rectangle.f26y) && i < i2 + rectangle.height; + int i3 = this.f24x; + int i4 = rectangle.f24x; + return i3 >= i4 && i3 < i4 + rectangle.width && (i = this.f25y) >= (i2 = rectangle.f25y) && i < i2 + rectangle.height; } public void setBounds(int i, int i2, int i3, int i4) { - this.f25x = i; - this.f26y = i2; + this.f24x = i; + this.f25y = i2; this.width = i3; this.height = i4; } diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/Grouping.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/Grouping.java index df764120f4..d7510373f6 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/Grouping.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/Grouping.java @@ -19,7 +19,7 @@ public class Grouping { int findGroupInDependents; int i2 = i == 0 ? constraintWidget.horizontalGroup : constraintWidget.verticalGroup; int i3 = 0; - if (i2 != -1 && (widgetGroup == null || i2 != widgetGroup.f27id)) { + if (i2 != -1 && (widgetGroup == null || i2 != widgetGroup.f26id)) { int i4 = 0; while (true) { if (i4 >= arrayList.size()) { @@ -87,7 +87,7 @@ public class Grouping { int size = arrayList.size(); for (int i2 = 0; i2 < size; i2++) { WidgetGroup widgetGroup = arrayList.get(i2); - if (i == widgetGroup.f27id) { + if (i == widgetGroup.f26id) { return widgetGroup; } } diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java index 6fa869228a..cf40da7238 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java @@ -14,7 +14,7 @@ public class WidgetGroup { public boolean authoritative = false; /* renamed from: id reason: collision with root package name */ - public int f27id = -1; + public int f26id = -1; private int moveTo = -1; public int orientation = 0; public ArrayList results = null; @@ -50,7 +50,7 @@ public class WidgetGroup { public WidgetGroup(int i) { int i2 = count; count = i2 + 1; - this.f27id = i2; + this.f26id = i2; this.orientation = i; } @@ -128,7 +128,7 @@ public class WidgetGroup { if (this.moveTo != -1 && size > 0) { for (int i = 0; i < arrayList.size(); i++) { WidgetGroup widgetGroup = arrayList.get(i); - if (this.moveTo == widgetGroup.f27id) { + if (this.moveTo == widgetGroup.f26id) { moveTo(this.orientation, widgetGroup); } } @@ -143,7 +143,7 @@ public class WidgetGroup { } public int getId() { - return this.f27id; + return this.f26id; } public int getOrientation() { @@ -181,7 +181,7 @@ public class WidgetGroup { next.verticalGroup = widgetGroup.getId(); } } - this.moveTo = widgetGroup.f27id; + this.moveTo = widgetGroup.f26id; } public void setAuthoritative(boolean z2) { @@ -200,7 +200,7 @@ public class WidgetGroup { StringBuilder sb = new StringBuilder(); sb.append(getOrientationString()); sb.append(" ["); - String z2 = a.z(sb, this.f27id, "] <"); + String z2 = a.z(sb, this.f26id, "] <"); Iterator it = this.widgets.iterator(); while (it.hasNext()) { StringBuilder S = a.S(z2, " "); diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java index 1e54b91d67..5e2e13ed53 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$1.java @@ -1,8 +1,8 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$2.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$2.java index 4c8c08e832..117c6b6689 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$2.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$2.java @@ -1,8 +1,8 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$3.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$3.java index 475932bae7..8b0496b5ec 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$3.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$3.java @@ -1,8 +1,8 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$4.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$4.java index 8169a9dcda..873c99fa08 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$4.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$4.java @@ -1,8 +1,8 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$listener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$listener$1.java index 84c7a82800..c00c88a7c1 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$listener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addListener$listener$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java index 6612404f70..dbf3f2335a 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$1.java @@ -1,8 +1,8 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java index 4f7bcef6be..8f22e323f8 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$2.java @@ -1,8 +1,8 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java index 1131f20a9a..a35ebda7e3 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$addPauseListener$listener$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java index ca7152d60a..416bc76ccf 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnCancel$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$doOnCancel$$inlined$addListener$default$1 implements Animator.AnimatorListener { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java index a65bb9108a..e211c2d855 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnEnd$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$doOnEnd$$inlined$addListener$default$1 implements Animator.AnimatorListener { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java index 7aa9f4a897..9cfe67ea3b 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnPause$$inlined$addPauseListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$doOnPause$$inlined$addPauseListener$default$1 implements Animator.AnimatorPauseListener { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java index 2af927ad6f..0e0eddaea1 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnRepeat$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$doOnRepeat$$inlined$addListener$default$1 implements Animator.AnimatorListener { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java index 3bae7b2bf5..70e68a631e 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnResume$$inlined$addPauseListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$doOnResume$$inlined$addPauseListener$default$1 implements Animator.AnimatorPauseListener { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java index cbb11bf059..2261eace7e 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt$doOnStart$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.animation; import android.animation.Animator; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ public final class AnimatorKt$doOnStart$$inlined$addListener$default$1 implements Animator.AnimatorListener { diff --git a/app/src/main/java/androidx/core/animation/AnimatorKt.java b/app/src/main/java/androidx/core/animation/AnimatorKt.java index ddc45716ab..3074064e42 100644 --- a/app/src/main/java/androidx/core/animation/AnimatorKt.java +++ b/app/src/main/java/androidx/core/animation/AnimatorKt.java @@ -2,7 +2,7 @@ package androidx.core.animation; import android.animation.Animator; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Animator.kt */ diff --git a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java index ad554e6df7..7328853af3 100644 --- a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java +++ b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java @@ -6,14 +6,14 @@ import android.content.Intent; import android.os.Binder; import android.os.IBinder; import android.os.RemoteException; -import w.a.b.a.a; +import x.a.b.a.a; public abstract class NotificationCompatSideChannelService extends Service { public class NotificationSideChannelStub extends a.AbstractBinderC0358a { public NotificationSideChannelStub() { } - @Override // w.a.b.a.a + @Override // x.a.b.a.a public void cancel(String str, int i, String str2) throws RemoteException { NotificationCompatSideChannelService.this.checkPermission(Binder.getCallingUid(), str); long clearCallingIdentity = Binder.clearCallingIdentity(); @@ -24,7 +24,7 @@ public abstract class NotificationCompatSideChannelService extends Service { } } - @Override // w.a.b.a.a + @Override // x.a.b.a.a public void cancelAll(String str) { NotificationCompatSideChannelService.this.checkPermission(Binder.getCallingUid(), str); long clearCallingIdentity = Binder.clearCallingIdentity(); @@ -35,7 +35,7 @@ public abstract class NotificationCompatSideChannelService extends Service { } } - @Override // w.a.b.a.a + @Override // x.a.b.a.a public void notify(String str, int i, String str2, Notification notification) throws RemoteException { NotificationCompatSideChannelService.this.checkPermission(Binder.getCallingUid(), str); long clearCallingIdentity = Binder.clearCallingIdentity(); diff --git a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java index 4e98bbdbaa..e2b19694f0 100644 --- a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java +++ b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java @@ -36,7 +36,7 @@ import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; -import w.a.b.a.a; +import x.a.b.a.a; public final class NotificationManagerCompat { public static final String ACTION_BIND_SIDE_CHANNEL = "android.support.BIND_NOTIFICATION_SIDE_CHANNEL"; private static final String CHECK_OP_NO_THROW = "checkOpNoThrow"; @@ -69,20 +69,20 @@ public final class NotificationManagerCompat { public final boolean all; /* renamed from: id reason: collision with root package name */ - public final int f28id; + public final int f27id; public final String packageName; public final String tag; public CancelTask(String str) { this.packageName = str; - this.f28id = 0; + this.f27id = 0; this.tag = null; this.all = true; } public CancelTask(String str, int i, String str2) { this.packageName = str; - this.f28id = i; + this.f27id = i; this.tag = str2; this.all = false; } @@ -92,7 +92,7 @@ public final class NotificationManagerCompat { if (this.all) { aVar.cancelAll(this.packageName); } else { - aVar.cancel(this.packageName, this.f28id, this.tag); + aVar.cancel(this.packageName, this.f27id, this.tag); } } @@ -102,7 +102,7 @@ public final class NotificationManagerCompat { sb.append("packageName:"); sb.append(this.packageName); sb.append(", id:"); - sb.append(this.f28id); + sb.append(this.f27id); sb.append(", tag:"); sb.append(this.tag); sb.append(", all:"); @@ -113,21 +113,21 @@ public final class NotificationManagerCompat { public static class NotifyTask implements Task { /* renamed from: id reason: collision with root package name */ - public final int f29id; + public final int f28id; public final Notification notif; public final String packageName; public final String tag; public NotifyTask(String str, int i, String str2, Notification notification) { this.packageName = str; - this.f29id = i; + this.f28id = i; this.tag = str2; this.notif = notification; } @Override // androidx.core.app.NotificationManagerCompat.Task public void send(a aVar) throws RemoteException { - aVar.notify(this.packageName, this.f29id, this.tag, this.notif); + aVar.notify(this.packageName, this.f28id, this.tag, this.notif); } @NonNull @@ -136,7 +136,7 @@ public final class NotificationManagerCompat { sb.append("packageName:"); sb.append(this.packageName); sb.append(", id:"); - sb.append(this.f29id); + sb.append(this.f28id); sb.append(", tag:"); return c.d.b.a.a.G(sb, this.tag, "]"); } diff --git a/app/src/main/java/androidx/core/content/ContentValuesKt.java b/app/src/main/java/androidx/core/content/ContentValuesKt.java index 3ef0376e0f..e859dad063 100644 --- a/app/src/main/java/androidx/core/content/ContentValuesKt.java +++ b/app/src/main/java/androidx/core/content/ContentValuesKt.java @@ -1,7 +1,7 @@ package androidx.core.content; import android.content.ContentValues; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Pair; /* compiled from: ContentValues.kt */ public final class ContentValuesKt { diff --git a/app/src/main/java/androidx/core/content/ContextKt.java b/app/src/main/java/androidx/core/content/ContextKt.java index e4ad43dd27..a5f936331c 100644 --- a/app/src/main/java/androidx/core/content/ContextKt.java +++ b/app/src/main/java/androidx/core/content/ContextKt.java @@ -6,7 +6,7 @@ import android.util.AttributeSet; import androidx.annotation.AttrRes; import androidx.annotation.StyleRes; import androidx.exifinterface.media.ExifInterface; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Context.kt */ diff --git a/app/src/main/java/androidx/core/content/SharedPreferencesKt.java b/app/src/main/java/androidx/core/content/SharedPreferencesKt.java index 293575db29..3b85ed8d6c 100644 --- a/app/src/main/java/androidx/core/content/SharedPreferencesKt.java +++ b/app/src/main/java/androidx/core/content/SharedPreferencesKt.java @@ -2,7 +2,7 @@ package androidx.core.content; import android.annotation.SuppressLint; import android.content.SharedPreferences; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: SharedPreferences.kt */ diff --git a/app/src/main/java/androidx/core/content/res/TypedArrayKt.java b/app/src/main/java/androidx/core/content/res/TypedArrayKt.java index ccf74fd649..5d1e1b33e9 100644 --- a/app/src/main/java/androidx/core/content/res/TypedArrayKt.java +++ b/app/src/main/java/androidx/core/content/res/TypedArrayKt.java @@ -9,7 +9,7 @@ import androidx.annotation.ColorInt; import androidx.annotation.Dimension; import androidx.annotation.RequiresApi; import androidx.annotation.StyleableRes; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: TypedArray.kt */ public final class TypedArrayKt { @@ -135,8 +135,8 @@ public final class TypedArrayKt { public static final R use(TypedArray typedArray, Function1 function1) { m.checkNotNullParameter(typedArray, ""); m.checkNotNullParameter(function1, "block"); - R r2 = (R) function1.invoke(typedArray); + R r = (R) function1.invoke(typedArray); typedArray.recycle(); - return r2; + return r; } } diff --git a/app/src/main/java/androidx/core/database/CursorKt.java b/app/src/main/java/androidx/core/database/CursorKt.java index ed5358051e..43dd1a84a2 100644 --- a/app/src/main/java/androidx/core/database/CursorKt.java +++ b/app/src/main/java/androidx/core/database/CursorKt.java @@ -1,7 +1,7 @@ package androidx.core.database; import android.database.Cursor; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Cursor.kt */ public final class CursorKt { public static final byte[] getBlobOrNull(Cursor cursor, int i) { diff --git a/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java b/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java index 31cbe4f2e0..d36a12136a 100644 --- a/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java +++ b/app/src/main/java/androidx/core/database/sqlite/SQLiteDatabaseKt.java @@ -1,8 +1,8 @@ package androidx.core.database.sqlite; import android.database.sqlite.SQLiteDatabase; -import c0.z.d.l; -import c0.z.d.m; +import d0.z.d.l; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: SQLiteDatabase.kt */ public final class SQLiteDatabaseKt { diff --git a/app/src/main/java/androidx/core/graphics/BitmapKt.java b/app/src/main/java/androidx/core/graphics/BitmapKt.java index bfe1dc6d07..36dd6dc4a2 100644 --- a/app/src/main/java/androidx/core/graphics/BitmapKt.java +++ b/app/src/main/java/androidx/core/graphics/BitmapKt.java @@ -7,7 +7,7 @@ import android.graphics.Point; import android.graphics.PointF; import androidx.annotation.ColorInt; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Bitmap.kt */ diff --git a/app/src/main/java/androidx/core/graphics/CanvasKt.java b/app/src/main/java/androidx/core/graphics/CanvasKt.java index 3a752522ca..a2c2de1e57 100644 --- a/app/src/main/java/androidx/core/graphics/CanvasKt.java +++ b/app/src/main/java/androidx/core/graphics/CanvasKt.java @@ -6,7 +6,7 @@ import android.graphics.Path; import android.graphics.Rect; import android.graphics.RectF; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Canvas.kt */ diff --git a/app/src/main/java/androidx/core/graphics/ColorKt.java b/app/src/main/java/androidx/core/graphics/ColorKt.java index 2385a46eb8..1efebbe161 100644 --- a/app/src/main/java/androidx/core/graphics/ColorKt.java +++ b/app/src/main/java/androidx/core/graphics/ColorKt.java @@ -4,7 +4,7 @@ import android.graphics.Color; import android.graphics.ColorSpace; import androidx.annotation.ColorInt; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Color.kt */ public final class ColorKt { @RequiresApi(26) diff --git a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java index f3d2b8ebcf..b586840c23 100644 --- a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java +++ b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeBitmap$1.java @@ -1,7 +1,7 @@ package androidx.core.graphics; import android.graphics.ImageDecoder; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: ImageDecoder.kt */ diff --git a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java index 688d1a6998..6e9c72c5aa 100644 --- a/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java +++ b/app/src/main/java/androidx/core/graphics/ImageDecoderKt$decodeDrawable$1.java @@ -1,7 +1,7 @@ package androidx.core.graphics; import android.graphics.ImageDecoder; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: ImageDecoder.kt */ diff --git a/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java b/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java index 80291b0bd8..c9854b4d14 100644 --- a/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java +++ b/app/src/main/java/androidx/core/graphics/ImageDecoderKt.java @@ -4,7 +4,7 @@ import android.graphics.Bitmap; import android.graphics.ImageDecoder; import android.graphics.drawable.Drawable; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: ImageDecoder.kt */ diff --git a/app/src/main/java/androidx/core/graphics/MatrixKt.java b/app/src/main/java/androidx/core/graphics/MatrixKt.java index e1cdb4f735..9a64301ca2 100644 --- a/app/src/main/java/androidx/core/graphics/MatrixKt.java +++ b/app/src/main/java/androidx/core/graphics/MatrixKt.java @@ -1,7 +1,7 @@ package androidx.core.graphics; import android.graphics.Matrix; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Matrix.kt */ public final class MatrixKt { public static final Matrix rotationMatrix(float f, float f2, float f3) { diff --git a/app/src/main/java/androidx/core/graphics/PaintKt.java b/app/src/main/java/androidx/core/graphics/PaintKt.java index 49d7c5d942..368a9953c8 100644 --- a/app/src/main/java/androidx/core/graphics/PaintKt.java +++ b/app/src/main/java/androidx/core/graphics/PaintKt.java @@ -1,7 +1,7 @@ package androidx.core.graphics; import android.graphics.Paint; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Paint.kt */ public final class PaintKt { public static final boolean setBlendMode(Paint paint, BlendModeCompat blendModeCompat) { diff --git a/app/src/main/java/androidx/core/graphics/PathKt.java b/app/src/main/java/androidx/core/graphics/PathKt.java index cfd828a1be..1206713415 100644 --- a/app/src/main/java/androidx/core/graphics/PathKt.java +++ b/app/src/main/java/androidx/core/graphics/PathKt.java @@ -2,7 +2,7 @@ package androidx.core.graphics; import android.graphics.Path; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import java.util.Collection; /* compiled from: Path.kt */ public final class PathKt { diff --git a/app/src/main/java/androidx/core/graphics/PictureKt.java b/app/src/main/java/androidx/core/graphics/PictureKt.java index 4bc532135e..0baa26b3e4 100644 --- a/app/src/main/java/androidx/core/graphics/PictureKt.java +++ b/app/src/main/java/androidx/core/graphics/PictureKt.java @@ -2,8 +2,8 @@ package androidx.core.graphics; import android.graphics.Canvas; import android.graphics.Picture; -import c0.z.d.l; -import c0.z.d.m; +import d0.z.d.l; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Picture.kt */ diff --git a/app/src/main/java/androidx/core/graphics/PointKt.java b/app/src/main/java/androidx/core/graphics/PointKt.java index 44ee32f503..ee2453c292 100644 --- a/app/src/main/java/androidx/core/graphics/PointKt.java +++ b/app/src/main/java/androidx/core/graphics/PointKt.java @@ -2,7 +2,7 @@ package androidx.core.graphics; import android.graphics.Point; import android.graphics.PointF; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Point.kt */ public final class PointKt { public static final float component1(PointF pointF) { diff --git a/app/src/main/java/androidx/core/graphics/PorterDuffKt.java b/app/src/main/java/androidx/core/graphics/PorterDuffKt.java index d0ba5d110b..219cc14308 100644 --- a/app/src/main/java/androidx/core/graphics/PorterDuffKt.java +++ b/app/src/main/java/androidx/core/graphics/PorterDuffKt.java @@ -3,7 +3,7 @@ package androidx.core.graphics; import android.graphics.PorterDuff; import android.graphics.PorterDuffColorFilter; import android.graphics.PorterDuffXfermode; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: PorterDuff.kt */ public final class PorterDuffKt { public static final PorterDuffColorFilter toColorFilter(PorterDuff.Mode mode, int i) { diff --git a/app/src/main/java/androidx/core/graphics/RectKt.java b/app/src/main/java/androidx/core/graphics/RectKt.java index e23daaac1e..7bfb26253b 100644 --- a/app/src/main/java/androidx/core/graphics/RectKt.java +++ b/app/src/main/java/androidx/core/graphics/RectKt.java @@ -7,7 +7,7 @@ import android.graphics.PointF; import android.graphics.Rect; import android.graphics.RectF; import android.graphics.Region; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Rect.kt */ public final class RectKt { @SuppressLint({"CheckResult"}) diff --git a/app/src/main/java/androidx/core/graphics/RegionKt$iterator$1.java b/app/src/main/java/androidx/core/graphics/RegionKt$iterator$1.java index 31fef9dff8..ec442e3a08 100644 --- a/app/src/main/java/androidx/core/graphics/RegionKt$iterator$1.java +++ b/app/src/main/java/androidx/core/graphics/RegionKt$iterator$1.java @@ -3,7 +3,7 @@ package androidx.core.graphics; import android.graphics.Rect; import android.graphics.Region; import android.graphics.RegionIterator; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: Region.kt */ public final class RegionKt$iterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/core/graphics/RegionKt.java b/app/src/main/java/androidx/core/graphics/RegionKt.java index 36b7751623..6cfc18b1e8 100644 --- a/app/src/main/java/androidx/core/graphics/RegionKt.java +++ b/app/src/main/java/androidx/core/graphics/RegionKt.java @@ -4,7 +4,7 @@ import android.graphics.Point; import android.graphics.Rect; import android.graphics.Region; import android.graphics.RegionIterator; -import c0.z.d.m; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/androidx/core/graphics/ShaderKt.java b/app/src/main/java/androidx/core/graphics/ShaderKt.java index d183aa0cd7..55e95b35d4 100644 --- a/app/src/main/java/androidx/core/graphics/ShaderKt.java +++ b/app/src/main/java/androidx/core/graphics/ShaderKt.java @@ -2,7 +2,7 @@ package androidx.core.graphics; import android.graphics.Matrix; import android.graphics.Shader; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Shader.kt */ diff --git a/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java b/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java index 5c1bc23ed7..e487512d8a 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/BitmapDrawableKt.java @@ -3,7 +3,7 @@ package androidx.core.graphics.drawable; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.drawable.BitmapDrawable; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: BitmapDrawable.kt */ public final class BitmapDrawableKt { public static final BitmapDrawable toDrawable(Bitmap bitmap, Resources resources) { diff --git a/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java b/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java index 259259ab84..9892593889 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/ColorDrawableKt.java @@ -4,7 +4,7 @@ import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import androidx.annotation.ColorInt; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ColorDrawable.kt */ public final class ColorDrawableKt { public static final ColorDrawable toDrawable(@ColorInt int i) { diff --git a/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java b/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java index e51d64102d..e074f6b2f8 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/DrawableKt.java @@ -6,7 +6,7 @@ import android.graphics.Rect; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import androidx.annotation.Px; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Drawable.kt */ public final class DrawableKt { public static final Bitmap toBitmap(Drawable drawable, @Px int i, @Px int i2, Bitmap.Config config) { diff --git a/app/src/main/java/androidx/core/graphics/drawable/IconKt.java b/app/src/main/java/androidx/core/graphics/drawable/IconKt.java index 1b5980a612..92f6a52ca8 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/IconKt.java +++ b/app/src/main/java/androidx/core/graphics/drawable/IconKt.java @@ -4,7 +4,7 @@ import android.graphics.Bitmap; import android.graphics.drawable.Icon; import android.net.Uri; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Icon.kt */ public final class IconKt { @RequiresApi(26) diff --git a/app/src/main/java/androidx/core/location/LocationKt.java b/app/src/main/java/androidx/core/location/LocationKt.java index 69ae480113..4add48fa29 100644 --- a/app/src/main/java/androidx/core/location/LocationKt.java +++ b/app/src/main/java/androidx/core/location/LocationKt.java @@ -1,7 +1,7 @@ package androidx.core.location; import android.location.Location; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Location.kt */ public final class LocationKt { public static final double component1(Location location) { diff --git a/app/src/main/java/androidx/core/net/UriKt.java b/app/src/main/java/androidx/core/net/UriKt.java index 0098d63ae7..efcf1c0b96 100644 --- a/app/src/main/java/androidx/core/net/UriKt.java +++ b/app/src/main/java/androidx/core/net/UriKt.java @@ -1,7 +1,7 @@ package androidx.core.net; import android.net.Uri; -import c0.z.d.m; +import d0.z.d.m; import java.io.File; /* compiled from: Uri.kt */ public final class UriKt { diff --git a/app/src/main/java/androidx/core/os/BundleKt.java b/app/src/main/java/androidx/core/os/BundleKt.java index 1d71608202..20e9d40159 100644 --- a/app/src/main/java/androidx/core/os/BundleKt.java +++ b/app/src/main/java/androidx/core/os/BundleKt.java @@ -5,7 +5,7 @@ import android.os.IBinder; import android.os.Parcelable; import android.util.Size; import android.util.SizeF; -import c0.z.d.m; +import d0.z.d.m; import java.io.Serializable; import kotlin.Pair; /* compiled from: Bundle.kt */ diff --git a/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java b/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java index 9815a2a579..d7d6edede4 100644 --- a/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java +++ b/app/src/main/java/androidx/core/os/HandlerKt$postAtTime$runnable$1.java @@ -12,6 +12,6 @@ public final class HandlerKt$postAtTime$runnable$1 implements Runnable { @Override // java.lang.Runnable public final void run() { - this.$action.mo17invoke(); + this.$action.mo1invoke(); } } diff --git a/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java b/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java index 13ed143fca..75497d52e3 100644 --- a/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java +++ b/app/src/main/java/androidx/core/os/HandlerKt$postDelayed$runnable$1.java @@ -12,6 +12,6 @@ public final class HandlerKt$postDelayed$runnable$1 implements Runnable { @Override // java.lang.Runnable public final void run() { - this.$action.mo17invoke(); + this.$action.mo1invoke(); } } diff --git a/app/src/main/java/androidx/core/os/HandlerKt.java b/app/src/main/java/androidx/core/os/HandlerKt.java index e1ccfcc557..6801c69faa 100644 --- a/app/src/main/java/androidx/core/os/HandlerKt.java +++ b/app/src/main/java/androidx/core/os/HandlerKt.java @@ -1,7 +1,7 @@ package androidx.core.os; import android.os.Handler; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: Handler.kt */ diff --git a/app/src/main/java/androidx/core/os/PersistableBundleKt.java b/app/src/main/java/androidx/core/os/PersistableBundleKt.java index acf915d801..ad3ba489f2 100644 --- a/app/src/main/java/androidx/core/os/PersistableBundleKt.java +++ b/app/src/main/java/androidx/core/os/PersistableBundleKt.java @@ -3,7 +3,7 @@ package androidx.core.os; import android.os.Build; import android.os.PersistableBundle; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Pair; /* compiled from: PersistableBundle.kt */ public final class PersistableBundleKt { diff --git a/app/src/main/java/androidx/core/os/TraceKt.java b/app/src/main/java/androidx/core/os/TraceKt.java index 00d37669d4..1d05dc6d1a 100644 --- a/app/src/main/java/androidx/core/os/TraceKt.java +++ b/app/src/main/java/androidx/core/os/TraceKt.java @@ -1,7 +1,7 @@ package androidx.core.os; -import c0.z.d.l; -import c0.z.d.m; +import d0.z.d.l; +import d0.z.d.m; import kotlin.jvm.functions.Function0; /* compiled from: Trace.kt */ public final class TraceKt { @@ -11,7 +11,7 @@ public final class TraceKt { TraceCompat.beginSection(str); int i = 1; try { - return (T) function0.mo17invoke(); + return (T) function0.mo1invoke(); } finally { l.finallyStart(i); TraceCompat.endSection(); diff --git a/app/src/main/java/androidx/core/text/CharSequenceKt.java b/app/src/main/java/androidx/core/text/CharSequenceKt.java index 17a9e179d4..3ef64d3db4 100644 --- a/app/src/main/java/androidx/core/text/CharSequenceKt.java +++ b/app/src/main/java/androidx/core/text/CharSequenceKt.java @@ -1,7 +1,7 @@ package androidx.core.text; import android.text.TextUtils; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: CharSequence.kt */ public final class CharSequenceKt { public static final boolean isDigitsOnly(CharSequence charSequence) { diff --git a/app/src/main/java/androidx/core/text/HtmlKt.java b/app/src/main/java/androidx/core/text/HtmlKt.java index 7c53cf24bc..0a5820c731 100644 --- a/app/src/main/java/androidx/core/text/HtmlKt.java +++ b/app/src/main/java/androidx/core/text/HtmlKt.java @@ -2,7 +2,7 @@ package androidx.core.text; import android.text.Html; import android.text.Spanned; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Html.kt */ public final class HtmlKt { public static final Spanned parseAsHtml(String str, int i, Html.ImageGetter imageGetter, Html.TagHandler tagHandler) { diff --git a/app/src/main/java/androidx/core/text/LocaleKt.java b/app/src/main/java/androidx/core/text/LocaleKt.java index 8920f70099..a44fa7874a 100644 --- a/app/src/main/java/androidx/core/text/LocaleKt.java +++ b/app/src/main/java/androidx/core/text/LocaleKt.java @@ -2,7 +2,7 @@ package androidx.core.text; import android.text.TextUtils; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import java.util.Locale; /* compiled from: Locale.kt */ public final class LocaleKt { diff --git a/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java b/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java index 7eb2c57634..2f86a89324 100644 --- a/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java +++ b/app/src/main/java/androidx/core/text/SpannableStringBuilderKt.java @@ -11,7 +11,7 @@ import android.text.style.SubscriptSpan; import android.text.style.SuperscriptSpan; import android.text.style.UnderlineSpan; import androidx.annotation.ColorInt; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: SpannableStringBuilder.kt */ diff --git a/app/src/main/java/androidx/core/text/SpannableStringKt.java b/app/src/main/java/androidx/core/text/SpannableStringKt.java index 32a1fd7c50..fc5b9f7d19 100644 --- a/app/src/main/java/androidx/core/text/SpannableStringKt.java +++ b/app/src/main/java/androidx/core/text/SpannableStringKt.java @@ -3,7 +3,7 @@ package androidx.core.text; import android.annotation.SuppressLint; import android.text.Spannable; import android.text.SpannableString; -import c0.z.d.m; +import d0.z.d.m; import kotlin.ranges.IntRange; /* compiled from: SpannableString.kt */ public final class SpannableStringKt { diff --git a/app/src/main/java/androidx/core/text/SpannedStringKt.java b/app/src/main/java/androidx/core/text/SpannedStringKt.java index 7c9e2c9076..19a8d813c7 100644 --- a/app/src/main/java/androidx/core/text/SpannedStringKt.java +++ b/app/src/main/java/androidx/core/text/SpannedStringKt.java @@ -3,7 +3,7 @@ package androidx.core.text; import android.text.Spanned; import android.text.SpannedString; import androidx.exifinterface.media.ExifInterface; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: SpannedString.kt */ public final class SpannedStringKt { public static final /* synthetic */ T[] getSpans(Spanned spanned, int i, int i2) { diff --git a/app/src/main/java/androidx/core/text/StringKt.java b/app/src/main/java/androidx/core/text/StringKt.java index 13bdbf2620..b342996d48 100644 --- a/app/src/main/java/androidx/core/text/StringKt.java +++ b/app/src/main/java/androidx/core/text/StringKt.java @@ -1,7 +1,7 @@ package androidx.core.text; import android.text.TextUtils; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: String.kt */ public final class StringKt { public static final String htmlEncode(String str) { diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java index 52af83c365..7262013290 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$1.java @@ -1,8 +1,8 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$2.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$2.java index 6ebdf38571..c38a3370da 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$2.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$2.java @@ -1,8 +1,8 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$3.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$3.java index 2484c9fda9..4ee05daf8f 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$3.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$3.java @@ -1,8 +1,8 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$4.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$4.java index 8b30e70aa2..c2b9ec74b9 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$4.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$4.java @@ -1,8 +1,8 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$5.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$5.java index a51e205af4..a578a3a823 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$5.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$5.java @@ -1,8 +1,8 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$listener$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$listener$1.java index a40f680d57..ca38a7589a 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$addListener$listener$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$addListener$listener$1.java @@ -1,7 +1,7 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java index a31f6fbfe6..f65d4f98f3 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnCancel$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ public final class TransitionKt$doOnCancel$$inlined$addListener$default$1 implements Transition.TransitionListener { diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java index 10afe53cb5..2f93fc3235 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnEnd$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ public final class TransitionKt$doOnEnd$$inlined$addListener$default$1 implements Transition.TransitionListener { diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java index 7920a0f120..6afbd6d6e3 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnPause$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ public final class TransitionKt$doOnPause$$inlined$addListener$default$1 implements Transition.TransitionListener { diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java index 1f656d48ab..1fc8f73539 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnResume$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ public final class TransitionKt$doOnResume$$inlined$addListener$default$1 implements Transition.TransitionListener { diff --git a/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java b/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java index 87a97a3118..139a7faca2 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt$doOnStart$$inlined$addListener$default$1.java @@ -1,7 +1,7 @@ package androidx.core.transition; import android.transition.Transition; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ public final class TransitionKt$doOnStart$$inlined$addListener$default$1 implements Transition.TransitionListener { diff --git a/app/src/main/java/androidx/core/transition/TransitionKt.java b/app/src/main/java/androidx/core/transition/TransitionKt.java index be7549882a..01fee76e3a 100644 --- a/app/src/main/java/androidx/core/transition/TransitionKt.java +++ b/app/src/main/java/androidx/core/transition/TransitionKt.java @@ -2,7 +2,7 @@ package androidx.core.transition; import android.transition.Transition; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: Transition.kt */ diff --git a/app/src/main/java/androidx/core/util/AtomicFileKt.java b/app/src/main/java/androidx/core/util/AtomicFileKt.java index a6fd469788..5144a5f322 100644 --- a/app/src/main/java/androidx/core/util/AtomicFileKt.java +++ b/app/src/main/java/androidx/core/util/AtomicFileKt.java @@ -3,9 +3,9 @@ package androidx.core.util; import android.util.AtomicFile; import androidx.annotation.RequiresApi; import androidx.core.app.NotificationCompat; -import c0.g0.c; -import c0.z.d.l; -import c0.z.d.m; +import d0.g0.c; +import d0.z.d.l; +import d0.z.d.m; import java.io.FileOutputStream; import java.nio.charset.Charset; import kotlin.Unit; diff --git a/app/src/main/java/androidx/core/util/HalfKt.java b/app/src/main/java/androidx/core/util/HalfKt.java index ca0b97808a..39f2f92b6b 100644 --- a/app/src/main/java/androidx/core/util/HalfKt.java +++ b/app/src/main/java/androidx/core/util/HalfKt.java @@ -2,7 +2,7 @@ package androidx.core.util; import android.util.Half; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Half.kt */ public final class HalfKt { @RequiresApi(26) @@ -28,8 +28,8 @@ public final class HalfKt { } @RequiresApi(26) - public static final Half toHalf(short s) { - Half valueOf = Half.valueOf(s); + public static final Half toHalf(short s2) { + Half valueOf = Half.valueOf(s2); m.checkNotNullExpressionValue(valueOf, "valueOf(this)"); return valueOf; } diff --git a/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java index e57e246503..842480e083 100644 --- a/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/LongSparseArrayKt$keyIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.LongSparseArray; -import c0.t.d0; +import d0.t.d0; /* compiled from: LongSparseArray.kt */ public final class LongSparseArrayKt$keyIterator$1 extends d0 { public final /* synthetic */ LongSparseArray $this_keyIterator; @@ -20,7 +20,7 @@ public final class LongSparseArrayKt$keyIterator$1 extends d0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.d0 + @Override // d0.t.d0 public long nextLong() { LongSparseArray longSparseArray = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java index 5dc8863a43..3627e03cdd 100644 --- a/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/LongSparseArrayKt$valueIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.LongSparseArray; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: LongSparseArray.kt */ public final class LongSparseArrayKt$valueIterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/core/util/LongSparseArrayKt.java b/app/src/main/java/androidx/core/util/LongSparseArrayKt.java index 1d36a47fb3..f4ac2d85bc 100644 --- a/app/src/main/java/androidx/core/util/LongSparseArrayKt.java +++ b/app/src/main/java/androidx/core/util/LongSparseArrayKt.java @@ -2,8 +2,8 @@ package androidx.core.util; import android.util.LongSparseArray; import androidx.annotation.RequiresApi; -import c0.t.d0; -import c0.z.d.m; +import d0.t.d0; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -59,7 +59,7 @@ public final class LongSparseArrayKt { m.checkNotNullParameter(longSparseArray, ""); m.checkNotNullParameter(function0, "defaultValue"); T t = longSparseArray.get(j); - return t == null ? (T) function0.mo17invoke() : t; + return t == null ? (T) function0.mo1invoke() : t; } @RequiresApi(16) diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java index 1d27eb761a..bcc1c4b617 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$1.java @@ -1,7 +1,7 @@ package androidx.core.util; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function2; /* compiled from: LruCache.kt */ public final class LruCacheKt$lruCache$1 extends o implements Function2 { diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java index 3d27995a70..d566c8fc48 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$2.java @@ -1,7 +1,7 @@ package androidx.core.util; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: LruCache.kt */ public final class LruCacheKt$lruCache$2 extends o implements Function1 { diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java index 5e8d3cedf4..d1fc98cce0 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$3.java @@ -1,7 +1,7 @@ package androidx.core.util; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function4; /* compiled from: LruCache.kt */ diff --git a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java index 20146ec508..a74f913e60 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt$lruCache$4.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.LruCache; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; diff --git a/app/src/main/java/androidx/core/util/LruCacheKt.java b/app/src/main/java/androidx/core/util/LruCacheKt.java index db958089cf..945aef27e3 100644 --- a/app/src/main/java/androidx/core/util/LruCacheKt.java +++ b/app/src/main/java/androidx/core/util/LruCacheKt.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.LruCache; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; diff --git a/app/src/main/java/androidx/core/util/Pair.java b/app/src/main/java/androidx/core/util/Pair.java index a7a94dfa73..d4640b1b0b 100644 --- a/app/src/main/java/androidx/core/util/Pair.java +++ b/app/src/main/java/androidx/core/util/Pair.java @@ -6,9 +6,9 @@ public class Pair { public final F first; public final S second; - public Pair(F f, S s) { + public Pair(F f, S s2) { this.first = f; - this.second = s; + this.second = s2; } @NonNull @@ -28,9 +28,9 @@ public class Pair { F f = this.first; int i = 0; int hashCode = f == null ? 0 : f.hashCode(); - S s = this.second; - if (s != null) { - i = s.hashCode(); + S s2 = this.second; + if (s2 != null) { + i = s2.hashCode(); } return hashCode ^ i; } diff --git a/app/src/main/java/androidx/core/util/PairKt.java b/app/src/main/java/androidx/core/util/PairKt.java index 8f719dad25..4c24cba27e 100644 --- a/app/src/main/java/androidx/core/util/PairKt.java +++ b/app/src/main/java/androidx/core/util/PairKt.java @@ -2,7 +2,7 @@ package androidx.core.util; import android.annotation.SuppressLint; import android.util.Pair; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Pair.kt */ public final class PairKt { @SuppressLint({"UnknownNullness"}) diff --git a/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java b/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java index 22ec5bac90..08533f038e 100644 --- a/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java +++ b/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.Range; -import c0.d0.a; +import d0.d0.a; /* compiled from: Range.kt */ public final class RangeKt$toClosedRange$1 implements a { public final /* synthetic */ Range $this_toClosedRange; @@ -10,24 +10,24 @@ public final class RangeKt$toClosedRange$1 implements a { this.$this_toClosedRange = range; } - @Override // c0.d0.a + @Override // d0.d0.a public boolean contains(T t) { - return a.C0179a.contains(this, t); + return a.C0197a.contains(this, t); } /* JADX WARNING: Unknown variable types count: 1 */ - @Override // c0.d0.a + @Override // d0.d0.a public T getEndInclusive() { return this.$this_toClosedRange.getUpper(); } /* JADX WARNING: Unknown variable types count: 1 */ - @Override // c0.d0.a + @Override // d0.d0.a public T getStart() { return this.$this_toClosedRange.getLower(); } public boolean isEmpty() { - return a.C0179a.isEmpty(this); + return a.C0197a.isEmpty(this); } } diff --git a/app/src/main/java/androidx/core/util/RangeKt.java b/app/src/main/java/androidx/core/util/RangeKt.java index 1ae8b696de..fecc87e676 100644 --- a/app/src/main/java/androidx/core/util/RangeKt.java +++ b/app/src/main/java/androidx/core/util/RangeKt.java @@ -2,8 +2,8 @@ package androidx.core.util; import android.util.Range; import androidx.annotation.RequiresApi; -import c0.d0.a; -import c0.z.d.m; +import d0.d0.a; +import d0.z.d.m; /* compiled from: Range.kt */ public final class RangeKt { @RequiresApi(21) diff --git a/app/src/main/java/androidx/core/util/SizeKt.java b/app/src/main/java/androidx/core/util/SizeKt.java index 8776bd05e2..1c065076de 100644 --- a/app/src/main/java/androidx/core/util/SizeKt.java +++ b/app/src/main/java/androidx/core/util/SizeKt.java @@ -3,7 +3,7 @@ package androidx.core.util; import android.util.Size; import android.util.SizeF; import androidx.annotation.RequiresApi; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Size.kt */ public final class SizeKt { @RequiresApi(21) diff --git a/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java index af980c4241..a57f892604 100644 --- a/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseArrayKt$keyIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseArray; -import c0.t.c0; +import d0.t.c0; /* compiled from: SparseArray.kt */ public final class SparseArrayKt$keyIterator$1 extends c0 { public final /* synthetic */ SparseArray $this_keyIterator; @@ -20,7 +20,7 @@ public final class SparseArrayKt$keyIterator$1 extends c0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.c0 + @Override // d0.t.c0 public int nextInt() { SparseArray sparseArray = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java index 25c1dd8ae2..7f3201330c 100644 --- a/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseArrayKt$valueIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseArray; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: SparseArray.kt */ public final class SparseArrayKt$valueIterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/core/util/SparseArrayKt.java b/app/src/main/java/androidx/core/util/SparseArrayKt.java index dee617a412..b8c1510e15 100644 --- a/app/src/main/java/androidx/core/util/SparseArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseArrayKt.java @@ -1,8 +1,8 @@ package androidx.core.util; import android.util.SparseArray; -import c0.t.c0; -import c0.z.d.m; +import d0.t.c0; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -52,7 +52,7 @@ public final class SparseArrayKt { m.checkNotNullParameter(sparseArray, ""); m.checkNotNullParameter(function0, "defaultValue"); T t = sparseArray.get(i); - return t == null ? (T) function0.mo17invoke() : t; + return t == null ? (T) function0.mo1invoke() : t; } public static final int getSize(SparseArray sparseArray) { diff --git a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$keyIterator$1.java index f6f7b8b25f..4a94cab1d6 100644 --- a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$keyIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseBooleanArray; -import c0.t.c0; +import d0.t.c0; /* compiled from: SparseBooleanArray.kt */ public final class SparseBooleanArrayKt$keyIterator$1 extends c0 { public final /* synthetic */ SparseBooleanArray $this_keyIterator; @@ -20,7 +20,7 @@ public final class SparseBooleanArrayKt$keyIterator$1 extends c0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.c0 + @Override // d0.t.c0 public int nextInt() { SparseBooleanArray sparseBooleanArray = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$valueIterator$1.java index 22a95a480b..c60a315072 100644 --- a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt$valueIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseBooleanArray; -import c0.t.l; +import d0.t.l; /* compiled from: SparseBooleanArray.kt */ public final class SparseBooleanArrayKt$valueIterator$1 extends l { public final /* synthetic */ SparseBooleanArray $this_valueIterator; @@ -20,7 +20,7 @@ public final class SparseBooleanArrayKt$valueIterator$1 extends l { return this.index < this.$this_valueIterator.size(); } - @Override // c0.t.l + @Override // d0.t.l public boolean nextBoolean() { SparseBooleanArray sparseBooleanArray = this.$this_valueIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java index 8be9d4cad8..1a3f60bf56 100644 --- a/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseBooleanArrayKt.java @@ -1,9 +1,9 @@ package androidx.core.util; import android.util.SparseBooleanArray; -import c0.t.c0; -import c0.t.l; -import c0.z.d.m; +import d0.t.c0; +import d0.t.l; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function2; @@ -51,7 +51,7 @@ public final class SparseBooleanArrayKt { m.checkNotNullParameter(sparseBooleanArray, ""); m.checkNotNullParameter(function0, "defaultValue"); int indexOfKey = sparseBooleanArray.indexOfKey(i); - return indexOfKey >= 0 ? sparseBooleanArray.valueAt(indexOfKey) : function0.mo17invoke().booleanValue(); + return indexOfKey >= 0 ? sparseBooleanArray.valueAt(indexOfKey) : function0.mo1invoke().booleanValue(); } public static final int getSize(SparseBooleanArray sparseBooleanArray) { diff --git a/app/src/main/java/androidx/core/util/SparseIntArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/SparseIntArrayKt$keyIterator$1.java index d8d8a44601..4b17d69407 100644 --- a/app/src/main/java/androidx/core/util/SparseIntArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseIntArrayKt$keyIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseIntArray; -import c0.t.c0; +import d0.t.c0; /* compiled from: SparseIntArray.kt */ public final class SparseIntArrayKt$keyIterator$1 extends c0 { public final /* synthetic */ SparseIntArray $this_keyIterator; @@ -20,7 +20,7 @@ public final class SparseIntArrayKt$keyIterator$1 extends c0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.c0 + @Override // d0.t.c0 public int nextInt() { SparseIntArray sparseIntArray = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseIntArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/SparseIntArrayKt$valueIterator$1.java index 8d0641f788..73dbe67c78 100644 --- a/app/src/main/java/androidx/core/util/SparseIntArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseIntArrayKt$valueIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseIntArray; -import c0.t.c0; +import d0.t.c0; /* compiled from: SparseIntArray.kt */ public final class SparseIntArrayKt$valueIterator$1 extends c0 { public final /* synthetic */ SparseIntArray $this_valueIterator; @@ -20,7 +20,7 @@ public final class SparseIntArrayKt$valueIterator$1 extends c0 { return this.index < this.$this_valueIterator.size(); } - @Override // c0.t.c0 + @Override // d0.t.c0 public int nextInt() { SparseIntArray sparseIntArray = this.$this_valueIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseIntArrayKt.java b/app/src/main/java/androidx/core/util/SparseIntArrayKt.java index 865af20746..5d85736e96 100644 --- a/app/src/main/java/androidx/core/util/SparseIntArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseIntArrayKt.java @@ -1,8 +1,8 @@ package androidx.core.util; import android.util.SparseIntArray; -import c0.t.c0; -import c0.z.d.m; +import d0.t.c0; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function2; @@ -50,7 +50,7 @@ public final class SparseIntArrayKt { m.checkNotNullParameter(sparseIntArray, ""); m.checkNotNullParameter(function0, "defaultValue"); int indexOfKey = sparseIntArray.indexOfKey(i); - return indexOfKey >= 0 ? sparseIntArray.valueAt(indexOfKey) : function0.mo17invoke().intValue(); + return indexOfKey >= 0 ? sparseIntArray.valueAt(indexOfKey) : function0.mo1invoke().intValue(); } public static final int getSize(SparseIntArray sparseIntArray) { diff --git a/app/src/main/java/androidx/core/util/SparseLongArrayKt$keyIterator$1.java b/app/src/main/java/androidx/core/util/SparseLongArrayKt$keyIterator$1.java index 1c28a07bcd..6a01e900cb 100644 --- a/app/src/main/java/androidx/core/util/SparseLongArrayKt$keyIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseLongArrayKt$keyIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseLongArray; -import c0.t.c0; +import d0.t.c0; /* compiled from: SparseLongArray.kt */ public final class SparseLongArrayKt$keyIterator$1 extends c0 { public final /* synthetic */ SparseLongArray $this_keyIterator; @@ -20,7 +20,7 @@ public final class SparseLongArrayKt$keyIterator$1 extends c0 { return this.index < this.$this_keyIterator.size(); } - @Override // c0.t.c0 + @Override // d0.t.c0 public int nextInt() { SparseLongArray sparseLongArray = this.$this_keyIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseLongArrayKt$valueIterator$1.java b/app/src/main/java/androidx/core/util/SparseLongArrayKt$valueIterator$1.java index acd41a0114..0b6208df23 100644 --- a/app/src/main/java/androidx/core/util/SparseLongArrayKt$valueIterator$1.java +++ b/app/src/main/java/androidx/core/util/SparseLongArrayKt$valueIterator$1.java @@ -1,7 +1,7 @@ package androidx.core.util; import android.util.SparseLongArray; -import c0.t.d0; +import d0.t.d0; /* compiled from: SparseLongArray.kt */ public final class SparseLongArrayKt$valueIterator$1 extends d0 { public final /* synthetic */ SparseLongArray $this_valueIterator; @@ -20,7 +20,7 @@ public final class SparseLongArrayKt$valueIterator$1 extends d0 { return this.index < this.$this_valueIterator.size(); } - @Override // c0.t.d0 + @Override // d0.t.d0 public long nextLong() { SparseLongArray sparseLongArray = this.$this_valueIterator; int i = this.index; diff --git a/app/src/main/java/androidx/core/util/SparseLongArrayKt.java b/app/src/main/java/androidx/core/util/SparseLongArrayKt.java index 7f1760a665..2a7f13155d 100644 --- a/app/src/main/java/androidx/core/util/SparseLongArrayKt.java +++ b/app/src/main/java/androidx/core/util/SparseLongArrayKt.java @@ -2,9 +2,9 @@ package androidx.core.util; import android.util.SparseLongArray; import androidx.annotation.RequiresApi; -import c0.t.c0; -import c0.t.d0; -import c0.z.d.m; +import d0.t.c0; +import d0.t.d0; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function2; @@ -58,7 +58,7 @@ public final class SparseLongArrayKt { m.checkNotNullParameter(sparseLongArray, ""); m.checkNotNullParameter(function0, "defaultValue"); int indexOfKey = sparseLongArray.indexOfKey(i); - return indexOfKey >= 0 ? sparseLongArray.valueAt(indexOfKey) : function0.mo17invoke().longValue(); + return indexOfKey >= 0 ? sparseLongArray.valueAt(indexOfKey) : function0.mo1invoke().longValue(); } @RequiresApi(18) diff --git a/app/src/main/java/androidx/core/view/MenuKt$iterator$1.java b/app/src/main/java/androidx/core/view/MenuKt$iterator$1.java index d208a5f7d1..ab92ceee7b 100644 --- a/app/src/main/java/androidx/core/view/MenuKt$iterator$1.java +++ b/app/src/main/java/androidx/core/view/MenuKt$iterator$1.java @@ -2,7 +2,7 @@ package androidx.core.view; import android.view.Menu; import android.view.MenuItem; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: Menu.kt */ public final class MenuKt$iterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/core/view/MenuKt.java b/app/src/main/java/androidx/core/view/MenuKt.java index 6aa399dadc..30582a6610 100644 --- a/app/src/main/java/androidx/core/view/MenuKt.java +++ b/app/src/main/java/androidx/core/view/MenuKt.java @@ -2,7 +2,7 @@ package androidx.core.view; import android.view.Menu; import android.view.MenuItem; -import c0.z.d.m; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java b/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java index 57531711e3..ad75c27a3b 100644 --- a/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java +++ b/app/src/main/java/androidx/core/view/ViewGroupKt$descendants$1.java @@ -2,12 +2,12 @@ package androidx.core.view; import android.view.View; import android.view.ViewGroup; -import c0.f0.k; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.j; -import c0.z.d.m; +import d0.f0.k; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.j; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -29,7 +29,7 @@ public final class ViewGroupKt$descendants$1 extends j implements Function2 create(Object obj, Continuation continuation) { ViewGroupKt$descendants$1 viewGroupKt$descendants$1 = new ViewGroupKt$descendants$1(this.$this_descendants, continuation); viewGroupKt$descendants$1.L$0 = obj; @@ -44,7 +44,7 @@ public final class ViewGroupKt$descendants$1 extends j implements Function2, a { diff --git a/app/src/main/java/androidx/core/view/ViewGroupKt.java b/app/src/main/java/androidx/core/view/ViewGroupKt.java index 187c3c255f..696d28091c 100644 --- a/app/src/main/java/androidx/core/view/ViewGroupKt.java +++ b/app/src/main/java/androidx/core/view/ViewGroupKt.java @@ -5,8 +5,8 @@ import android.view.ViewGroup; import androidx.annotation.Px; import androidx.annotation.RequiresApi; import c.d.b.a.a; -import c0.f0.l; -import c0.z.d.m; +import d0.f0.l; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java b/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java index 247d0c207e..e1e2b08213 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$allViews$1.java @@ -2,11 +2,11 @@ package androidx.core.view; import android.view.View; import android.view.ViewGroup; -import c0.f0.k; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.j; +import d0.f0.k; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.j; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -24,7 +24,7 @@ public final class ViewKt$allViews$1 extends j implements Function2 create(Object obj, Continuation continuation) { ViewKt$allViews$1 viewKt$allViews$1 = new ViewKt$allViews$1(this.$this_allViews, continuation); viewKt$allViews$1.L$0 = obj; @@ -35,7 +35,7 @@ public final class ViewKt$allViews$1 extends j implements Function2 { diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java index 9356387de1..eea01b76d2 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnAttach$1.java @@ -1,7 +1,7 @@ package androidx.core.view; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java index 7a8c27b1ec..1a30689a0e 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnDetach$1.java @@ -1,7 +1,7 @@ package androidx.core.view; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java index a0888ada92..83218d6aac 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnLayout$$inlined$doOnNextLayout$1.java @@ -1,7 +1,7 @@ package androidx.core.view; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ public final class ViewKt$doOnLayout$$inlined$doOnNextLayout$1 implements View.OnLayoutChangeListener { diff --git a/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java b/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java index 978ee37c36..7daf7f1f2a 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$doOnNextLayout$1.java @@ -1,7 +1,7 @@ package androidx.core.view; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: View.kt */ diff --git a/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java b/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java index 0c3913f003..2ccac31bcf 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$postDelayed$runnable$1.java @@ -12,6 +12,6 @@ public final class ViewKt$postDelayed$runnable$1 implements Runnable { @Override // java.lang.Runnable public final void run() { - this.$action.mo17invoke(); + this.$action.mo1invoke(); } } diff --git a/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java b/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java index 6b6badda0e..49e357d4fb 100644 --- a/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java +++ b/app/src/main/java/androidx/core/view/ViewKt$postOnAnimationDelayed$runnable$1.java @@ -12,6 +12,6 @@ public final class ViewKt$postOnAnimationDelayed$runnable$1 implements Runnable @Override // java.lang.Runnable public final void run() { - this.$action.mo17invoke(); + this.$action.mo1invoke(); } } diff --git a/app/src/main/java/androidx/core/view/ViewKt.java b/app/src/main/java/androidx/core/view/ViewKt.java index c08ad74a6d..8d0be7ac42 100644 --- a/app/src/main/java/androidx/core/view/ViewKt.java +++ b/app/src/main/java/androidx/core/view/ViewKt.java @@ -8,9 +8,9 @@ import android.view.ViewParent; import androidx.annotation.Px; import androidx.annotation.RequiresApi; import androidx.exifinterface.media.ExifInterface; -import c0.f0.l; -import c0.f0.n; -import c0.z.d.m; +import d0.f0.l; +import d0.f0.n; +import d0.z.d.m; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java b/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java index d5996444ae..73dfe194ee 100644 --- a/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java +++ b/app/src/main/java/androidx/core/widget/ContentLoadingProgressBar.java @@ -6,10 +6,10 @@ import android.widget.ProgressBar; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.UiThread; -import x.b.b.a; -import x.b.b.b; -import x.b.b.c; -import x.b.b.d; +import y.b.b.a; +import y.b.b.b; +import y.b.b.c; +import y.b.b.d; public class ContentLoadingProgressBar extends ProgressBar { private static final int MIN_DELAY_MS = 500; private static final int MIN_SHOW_TIME_MS = 500; diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$1.java b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$1.java index defeffb2b5..6a56fa6003 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$1.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$1.java @@ -1,6 +1,6 @@ package androidx.core.widget; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$2.java b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$2.java index 13bd4772fe..a2e1fb6cf6 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$2.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$2.java @@ -1,6 +1,6 @@ package androidx.core.widget; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function4; /* compiled from: TextView.kt */ diff --git a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$3.java b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$3.java index 466f495a00..5d3067d647 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$3.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt$addTextChangedListener$3.java @@ -1,7 +1,7 @@ package androidx.core.widget; import android.text.Editable; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: TextView.kt */ diff --git a/app/src/main/java/androidx/core/widget/TextViewKt.java b/app/src/main/java/androidx/core/widget/TextViewKt.java index f2860b58d9..943832fdef 100644 --- a/app/src/main/java/androidx/core/widget/TextViewKt.java +++ b/app/src/main/java/androidx/core/widget/TextViewKt.java @@ -3,7 +3,7 @@ package androidx.core.widget; import android.text.Editable; import android.text.TextWatcher; import android.widget.TextView; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function4; diff --git a/app/src/main/java/androidx/exifinterface/media/ExifInterface.java b/app/src/main/java/androidx/exifinterface/media/ExifInterface.java index ab7ae079f6..1f53d54e08 100644 --- a/app/src/main/java/androidx/exifinterface/media/ExifInterface.java +++ b/app/src/main/java/androidx/exifinterface/media/ExifInterface.java @@ -902,14 +902,14 @@ public class ExifInterface { } } - public void writeShort(short s) throws IOException { + public void writeShort(short s2) throws IOException { ByteOrder byteOrder = this.mByteOrder; if (byteOrder == ByteOrder.LITTLE_ENDIAN) { - this.mOutputStream.write((s >>> 0) & 255); - this.mOutputStream.write((s >>> 8) & 255); + this.mOutputStream.write((s2 >>> 0) & 255); + this.mOutputStream.write((s2 >>> 8) & 255); } else if (byteOrder == ByteOrder.BIG_ENDIAN) { - this.mOutputStream.write((s >>> 8) & 255); - this.mOutputStream.write((s >>> 0) & 255); + this.mOutputStream.write((s2 >>> 8) & 255); + this.mOutputStream.write((s2 >>> 0) & 255); } } @@ -3105,8 +3105,8 @@ public class ExifInterface { /* JADX WARNING: Removed duplicated region for block: B:66:0x0192 */ /* JADX WARNING: Removed duplicated region for block: B:92:0x0206 */ private void readImageFileDirectory(ByteOrderedDataInputStream byteOrderedDataInputStream, int i) throws IOException { - short s; short s2; + short s3; boolean z2; long j; long j2; @@ -3125,8 +3125,8 @@ public class ExifInterface { } if ((readShort * 12) + byteOrderedDataInputStream.mPosition <= byteOrderedDataInputStream.mLength && readShort > 0) { char c2 = 0; - short s3 = 0; - while (s3 < readShort) { + short s4 = 0; + while (s4 < readShort) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort(); int readUnsignedShort2 = byteOrderedDataInputStream.readUnsignedShort(); int readInt = byteOrderedDataInputStream.readInt(); @@ -3150,8 +3150,8 @@ public class ExifInterface { if (readUnsignedShort2 == 7) { readUnsignedShort2 = exifTag2.primaryFormat; } - s2 = readShort; - s = s3; + s3 = readShort; + s2 = s4; j = ((long) readInt) * ((long) iArr[readUnsignedShort2]); if (j < 0 || j > 2147483647L) { if (z3) { @@ -3269,18 +3269,18 @@ public class ExifInterface { } } } - s3 = (short) (s + 1); + s4 = (short) (s2 + 1); c2 = 0; i5 = i; - readShort = s2; + readShort = s3; } else { z2 = true; if (z2) { } - s3 = (short) (s + 1); + s4 = (short) (s2 + 1); c2 = 0; i5 = i; - readShort = s2; + readShort = s3; } } else if (z3) { StringBuilder O = a.O("Skip the tag entry since data format ("); @@ -3291,8 +3291,8 @@ public class ExifInterface { } } } - s2 = readShort; - s = s3; + s3 = readShort; + s2 = s4; if (z3) { a.h0("Skip the tag entry since data format is invalid: ", readUnsignedShort2, TAG); } @@ -3300,23 +3300,23 @@ public class ExifInterface { z2 = false; if (z2) { } - s3 = (short) (s + 1); + s4 = (short) (s2 + 1); c2 = 0; i5 = i; - readShort = s2; + readShort = s3; } else if (z3) { a.h0("Skip the tag entry since tag number is not defined: ", readUnsignedShort, TAG); } - s2 = readShort; - s = s3; + s3 = readShort; + s2 = s4; j = 0; z2 = false; if (z2) { } - s3 = (short) (s + 1); + s4 = (short) (s2 + 1); c2 = 0; i5 = i; - readShort = s2; + readShort = s3; } if (byteOrderedDataInputStream.peek() + 4 <= byteOrderedDataInputStream.mLength) { int readInt3 = byteOrderedDataInputStream.readInt(); diff --git a/app/src/main/java/androidx/fragment/app/FragmentKt$sam$androidx_fragment_app_FragmentResultListener$0.java b/app/src/main/java/androidx/fragment/app/FragmentKt$sam$androidx_fragment_app_FragmentResultListener$0.java index 7d605d919a..bc4e1d8240 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentKt$sam$androidx_fragment_app_FragmentResultListener$0.java +++ b/app/src/main/java/androidx/fragment/app/FragmentKt$sam$androidx_fragment_app_FragmentResultListener$0.java @@ -2,7 +2,7 @@ package androidx.fragment.app; import android.os.Bundle; import androidx.annotation.NonNull; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function2; /* compiled from: Fragment.kt */ public final class FragmentKt$sam$androidx_fragment_app_FragmentResultListener$0 implements FragmentResultListener { diff --git a/app/src/main/java/androidx/fragment/app/FragmentKt.java b/app/src/main/java/androidx/fragment/app/FragmentKt.java index 03be12d6d0..3d47d8c109 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentKt.java +++ b/app/src/main/java/androidx/fragment/app/FragmentKt.java @@ -1,7 +1,7 @@ package androidx.fragment.app; import android.os.Bundle; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: Fragment.kt */ diff --git a/app/src/main/java/androidx/fragment/app/FragmentManagerKt.java b/app/src/main/java/androidx/fragment/app/FragmentManagerKt.java index af02437919..b428de6520 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentManagerKt.java +++ b/app/src/main/java/androidx/fragment/app/FragmentManagerKt.java @@ -1,6 +1,6 @@ package androidx.fragment.app; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: FragmentManager.kt */ diff --git a/app/src/main/java/androidx/fragment/app/FragmentTransactionKt.java b/app/src/main/java/androidx/fragment/app/FragmentTransactionKt.java index 066d7b43d0..f9b56c6c72 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentTransactionKt.java +++ b/app/src/main/java/androidx/fragment/app/FragmentTransactionKt.java @@ -2,7 +2,7 @@ package androidx.fragment.app; import android.os.Bundle; import androidx.annotation.IdRes; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: FragmentTransaction.kt */ public final class FragmentTransactionKt { public static final /* synthetic */ FragmentTransaction add(FragmentTransaction fragmentTransaction, @IdRes int i, String str, Bundle bundle) { diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java index 7398704c70..0bd213c749 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java @@ -2,7 +2,7 @@ package androidx.fragment.app; import androidx.lifecycle.ViewModelStore; import c.d.b.a.a; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ public final class FragmentViewModelLazyKt$activityViewModels$1 extends o implements Function0 { @@ -16,7 +16,7 @@ public final class FragmentViewModelLazyKt$activityViewModels$1 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final ViewModelStore mo17invoke() { + public final ViewModelStore mo1invoke() { return a.e0(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java index b03189e71a..851ebde956 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java @@ -2,7 +2,7 @@ package androidx.fragment.app; import androidx.lifecycle.ViewModelProvider; import c.d.b.a.a; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ public final class FragmentViewModelLazyKt$activityViewModels$2 extends o implements Function0 { @@ -16,7 +16,7 @@ public final class FragmentViewModelLazyKt$activityViewModels$2 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final ViewModelProvider.Factory mo17invoke() { + public final ViewModelProvider.Factory mo1invoke() { return a.T(this.$this_activityViewModels, "requireActivity()"); } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1.java index 41749c4382..ad1119b666 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1.java @@ -1,7 +1,7 @@ package androidx.fragment.app; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ public final class FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1 extends o implements Function0 { @@ -15,7 +15,7 @@ public final class FragmentViewModelLazyKt$createViewModelLazy$factoryPromise$1 @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final ViewModelProvider.Factory mo17invoke() { + public final ViewModelProvider.Factory mo1invoke() { return this.$this_createViewModelLazy.getDefaultViewModelProviderFactory(); } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$1.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$1.java index 62fa5c8d45..5bbcca365e 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$1.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$1.java @@ -1,6 +1,6 @@ package androidx.fragment.app; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ public final class FragmentViewModelLazyKt$viewModels$1 extends o implements Function0 { @@ -14,7 +14,7 @@ public final class FragmentViewModelLazyKt$viewModels$1 extends o implements Fun @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final Fragment mo17invoke() { + public final Fragment mo1invoke() { return this.$this_viewModels; } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$2.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$2.java index fce4b03528..e1209fb2ff 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$2.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$viewModels$2.java @@ -2,8 +2,8 @@ package androidx.fragment.app; import androidx.lifecycle.ViewModelStore; import androidx.lifecycle.ViewModelStoreOwner; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ public final class FragmentViewModelLazyKt$viewModels$2 extends o implements Function0 { @@ -17,8 +17,8 @@ public final class FragmentViewModelLazyKt$viewModels$2 extends o implements Fun @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final ViewModelStore mo17invoke() { - ViewModelStore viewModelStore = ((ViewModelStoreOwner) this.$ownerProducer.mo17invoke()).getViewModelStore(); + public final ViewModelStore mo1invoke() { + ViewModelStore viewModelStore = ((ViewModelStoreOwner) this.$ownerProducer.mo1invoke()).getViewModelStore(); m.checkNotNullExpressionValue(viewModelStore, "ownerProducer().viewModelStore"); return viewModelStore; } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt.java index c639e3db65..17d752b498 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt.java @@ -6,9 +6,9 @@ import androidx.lifecycle.ViewModelLazy; import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelStore; import androidx.lifecycle.ViewModelStoreOwner; -import c0.e0.c; -import c0.z.d.a0; -import c0.z.d.m; +import d0.e0.c; +import d0.z.d.a0; +import d0.z.d.m; import kotlin.Lazy; import kotlin.jvm.functions.Function0; /* compiled from: FragmentViewModelLazy.kt */ diff --git a/app/src/main/java/androidx/fragment/app/ViewKt.java b/app/src/main/java/androidx/fragment/app/ViewKt.java index 65c1bb57e2..a4bced200a 100644 --- a/app/src/main/java/androidx/fragment/app/ViewKt.java +++ b/app/src/main/java/androidx/fragment/app/ViewKt.java @@ -1,7 +1,7 @@ package androidx.fragment.app; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: View.kt */ public final class ViewKt { public static final F findFragment(View view) { diff --git a/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java b/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java index fae708cd2d..f8079067d3 100644 --- a/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java +++ b/app/src/main/java/androidx/lifecycle/BlockRunner$cancel$1.java @@ -1,11 +1,11 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -23,7 +23,7 @@ public final class BlockRunner$cancel$1 extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new BlockRunner$cancel$1(this.this$0, continuation); @@ -35,7 +35,7 @@ public final class BlockRunner$cancel$1 extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); BlockRunner$maybeRun$1 blockRunner$maybeRun$1 = new BlockRunner$maybeRun$1(this.this$0, continuation); @@ -36,7 +36,7 @@ public final class BlockRunner$maybeRun$1 extends k implements Function2 { private final Function2, Continuation, Object> block; diff --git a/app/src/main/java/androidx/lifecycle/CloseableCoroutineScope.java b/app/src/main/java/androidx/lifecycle/CloseableCoroutineScope.java index 56267c659f..0e31ed2fbe 100644 --- a/app/src/main/java/androidx/lifecycle/CloseableCoroutineScope.java +++ b/app/src/main/java/androidx/lifecycle/CloseableCoroutineScope.java @@ -1,7 +1,7 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import java.io.Closeable; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineScope; diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveData$clearSource$1.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveData$clearSource$1.java index 4cfd3b106d..b3ec0c8532 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveData$clearSource$1.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveData$clearSource$1.java @@ -1,7 +1,7 @@ package androidx.lifecycle; -import c0.w.i.a.d; -import c0.w.i.a.e; +import d0.w.i.a.d; +import d0.w.i.a.e; import kotlin.coroutines.Continuation; /* compiled from: CoroutineLiveData.kt */ @e(c = "androidx.lifecycle.CoroutineLiveData", f = "CoroutineLiveData.kt", l = {234}, m = "clearSource$lifecycle_livedata_ktx_release") @@ -17,7 +17,7 @@ public final class CoroutineLiveData$clearSource$1 extends d { this.this$0 = coroutineLiveData; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= Integer.MIN_VALUE; diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveData$emitSource$1.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveData$emitSource$1.java index c8e2fb4eec..5f6c266738 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveData$emitSource$1.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveData$emitSource$1.java @@ -1,7 +1,7 @@ package androidx.lifecycle; -import c0.w.i.a.d; -import c0.w.i.a.e; +import d0.w.i.a.d; +import d0.w.i.a.e; import kotlin.coroutines.Continuation; /* compiled from: CoroutineLiveData.kt */ @e(c = "androidx.lifecycle.CoroutineLiveData", f = "CoroutineLiveData.kt", l = {227, 228}, m = "emitSource$lifecycle_livedata_ktx_release") @@ -18,7 +18,7 @@ public final class CoroutineLiveData$emitSource$1 extends d { this.this$0 = coroutineLiveData; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= Integer.MIN_VALUE; diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java index 1dd3fe462c..60234e09a0 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveData.java @@ -1,11 +1,11 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.l; -import c0.w.f; -import c0.w.h.c; -import c0.z.d.m; -import c0.z.d.o; +import d0.l; +import d0.w.f; +import d0.w.h.c; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.CoroutineContext; @@ -14,10 +14,10 @@ import kotlin.jvm.functions.Function2; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlinx.coroutines.CoroutineDispatcher; import kotlinx.coroutines.Job; -import r.a.a.n; -import r.a.j0; -import r.a.l0; -import r.a.r1; +import s.a.a.n; +import s.a.j0; +import s.a.l0; +import s.a.r1; /* compiled from: CoroutineLiveData.kt */ public final class CoroutineLiveData extends MediatorLiveData { private BlockRunner blockRunner; @@ -36,7 +36,7 @@ public final class CoroutineLiveData extends MediatorLiveData { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final void mo17invoke() { + public final void mo1invoke() { CoroutineLiveData.access$setBlockRunner$p(this.this$0, null); } } diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt$addDisposableSource$2.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt$addDisposableSource$2.java index e0311589a4..7f9a42b83e 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt$addDisposableSource$2.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt$addDisposableSource$2.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -38,7 +38,7 @@ public final class CoroutineLiveDataKt$addDisposableSource$2 extends k implement this.$source = liveData; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new CoroutineLiveDataKt$addDisposableSource$2(this.$this_addDisposableSource, this.$source, continuation); @@ -50,7 +50,7 @@ public final class CoroutineLiveDataKt$addDisposableSource$2 extends k implement return ((CoroutineLiveDataKt$addDisposableSource$2) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { c.getCOROUTINE_SUSPENDED(); if (this.label == 0) { diff --git a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java index 935543d8a3..f4402f30af 100644 --- a/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java +++ b/app/src/main/java/androidx/lifecycle/CoroutineLiveDataKt.java @@ -2,16 +2,16 @@ package androidx.lifecycle; import androidx.annotation.RequiresApi; import c.q.a.k.a; -import c0.w.f; -import c0.z.d.m; +import d0.w.f; +import d0.z.d.m; import java.time.Duration; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.CoroutineContext; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.j0; +import s.a.a.n; +import s.a.j0; /* compiled from: CoroutineLiveData.kt */ public final class CoroutineLiveDataKt { public static final long DEFAULT_TIMEOUT = 5000; diff --git a/app/src/main/java/androidx/lifecycle/DispatchQueue.java b/app/src/main/java/androidx/lifecycle/DispatchQueue.java index 0634fbc254..a82aeb2705 100644 --- a/app/src/main/java/androidx/lifecycle/DispatchQueue.java +++ b/app/src/main/java/androidx/lifecycle/DispatchQueue.java @@ -3,14 +3,14 @@ package androidx.lifecycle; import android.annotation.SuppressLint; import androidx.annotation.AnyThread; import androidx.annotation.MainThread; -import c0.z.d.m; +import d0.z.d.m; import java.util.ArrayDeque; import java.util.Queue; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.j0; -import r.a.k1; +import s.a.a.n; +import s.a.j0; +import s.a.k1; /* compiled from: DispatchQueue.kt */ public final class DispatchQueue { private boolean finished; diff --git a/app/src/main/java/androidx/lifecycle/EmittedSource$dispose$1.java b/app/src/main/java/androidx/lifecycle/EmittedSource$dispose$1.java index 721865138a..ebd23d0478 100644 --- a/app/src/main/java/androidx/lifecycle/EmittedSource$dispose$1.java +++ b/app/src/main/java/androidx/lifecycle/EmittedSource$dispose$1.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -21,7 +21,7 @@ public final class EmittedSource$dispose$1 extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new EmittedSource$dispose$1(this.this$0, continuation); @@ -33,7 +33,7 @@ public final class EmittedSource$dispose$1 extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new EmittedSource$disposeNow$2(this.this$0, continuation); @@ -33,7 +33,7 @@ public final class EmittedSource$disposeNow$2 extends k implements Function2 continuation) { CoroutineDispatcher coroutineDispatcher = j0.a; - Object j0 = a.j0(n.b.H(), new EmittedSource$disposeNow$2(this, null), continuation); - return j0 == c.getCOROUTINE_SUSPENDED() ? j0 : Unit.a; + Object j02 = a.j0(n.b.H(), new EmittedSource$disposeNow$2(this, null), continuation); + return j02 == c.getCOROUTINE_SUSPENDED() ? j02 : Unit.a; } } diff --git a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1$observer$1.java b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1$observer$1.java index bbd67c0adf..49f8aa320e 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1$observer$1.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1$observer$1.java @@ -1,6 +1,6 @@ package androidx.lifecycle; -import r.a.z1.d; +import s.a.z1.d; /* compiled from: FlowLiveData.kt */ public final class FlowLiveDataConversions$asFlow$1$observer$1 implements Observer { public final /* synthetic */ d $channel; diff --git a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java index 43c323ed2a..7d1a121c4a 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asFlow$1.java @@ -1,22 +1,22 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.l; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineDispatcher; import kotlinx.coroutines.CoroutineScope; -import r.a.a.n; -import r.a.a2.c; -import r.a.j0; -import r.a.k1; -import r.a.w0; -import r.a.z1.d; -import r.a.z1.g; +import s.a.a.n; +import s.a.a2.c; +import s.a.j0; +import s.a.k1; +import s.a.w0; +import s.a.z1.d; +import s.a.z1.g; /* compiled from: FlowLiveData.kt */ @e(c = "androidx.lifecycle.FlowLiveDataConversions$asFlow$1", f = "FlowLiveData.kt", l = {96, 100, 101}, m = "invokeSuspend") public final class FlowLiveDataConversions$asFlow$1 extends k implements Function2, Continuation, Object> { @@ -41,7 +41,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio this.$observer = observer; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new AnonymousClass1(this.this$0, this.$observer, continuation); @@ -53,9 +53,9 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio return ((AnonymousClass1) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { - c0.w.h.c.getCOROUTINE_SUSPENDED(); + d0.w.h.c.getCOROUTINE_SUSPENDED(); if (this.label == 0) { l.throwOnFailure(obj); this.this$0.$this_asFlow.observeForever(this.$observer); @@ -80,7 +80,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio this.$observer = observer; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new AnonymousClass2(this.this$0, this.$observer, continuation); @@ -92,9 +92,9 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio return ((AnonymousClass2) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { - c0.w.h.c.getCOROUTINE_SUSPENDED(); + d0.w.h.c.getCOROUTINE_SUSPENDED(); if (this.label == 0) { l.throwOnFailure(obj); this.this$0.$this_asFlow.removeObserver(this.$observer); @@ -110,7 +110,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio this.$this_asFlow = liveData; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); FlowLiveDataConversions$asFlow$1 flowLiveDataConversions$asFlow$1 = new FlowLiveDataConversions$asFlow$1(this.$this_asFlow, continuation); @@ -126,7 +126,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio /* JADX WARNING: Removed duplicated region for block: B:25:0x009a */ /* JADX WARNING: Removed duplicated region for block: B:29:0x00a9 A[Catch:{ all -> 0x00da }] */ - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { FlowLiveDataConversions$asFlow$1 flowLiveDataConversions$asFlow$1; Observer observer; @@ -134,15 +134,15 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio Throwable th2; c cVar; Observer observer2; - r.a.z1.e eVar; + s.a.z1.e eVar; Object obj2; FlowLiveDataConversions$asFlow$1 flowLiveDataConversions$asFlow$12; - r.a.z1.e eVar2; + s.a.z1.e eVar2; c cVar2; Object a; d dVar; Observer observer3; - Object coroutine_suspended = c0.w.h.c.getCOROUTINE_SUSPENDED(); + Object coroutine_suspended = d0.w.h.c.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { l.throwOnFailure(obj); @@ -171,7 +171,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio l.throwOnFailure(obj); cVar = (c) this.L$0; observer2 = (Observer) this.L$1; - eVar = (r.a.z1.e) this.L$2; + eVar = (s.a.z1.e) this.L$2; obj2 = coroutine_suspended; flowLiveDataConversions$asFlow$12 = this; if (!((Boolean) obj).booleanValue()) { @@ -181,7 +181,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio a.H(w0Var, n.b.H(), null, new AnonymousClass2(flowLiveDataConversions$asFlow$12, observer2, null), 2, null); return Unit.a; } else if (i == 3) { - eVar2 = (r.a.z1.e) this.L$2; + eVar2 = (s.a.z1.e) this.L$2; observer = (Observer) this.L$1; cVar2 = (c) this.L$0; try { @@ -244,7 +244,7 @@ public final class FlowLiveDataConversions$asFlow$1 extends k implements Functio throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } try { - r.a.z1.e it = dVar.iterator(); + s.a.z1.e it = dVar.iterator(); observer = observer3; eVar2 = it; flowLiveDataConversions$asFlow$1 = this; diff --git a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1$invokeSuspend$$inlined$collect$1.java b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1$invokeSuspend$$inlined$collect$1.java index cbe7937109..906cbde2f3 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1$invokeSuspend$$inlined$collect$1.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1$invokeSuspend$$inlined$collect$1.java @@ -2,7 +2,7 @@ package androidx.lifecycle; import kotlin.Unit; import kotlin.coroutines.Continuation; -import r.a.a2.c; +import s.a.a2.c; /* compiled from: Collect.kt */ public final class FlowLiveDataConversions$asLiveData$1$invokeSuspend$$inlined$collect$1 implements c { public final /* synthetic */ LiveDataScope $this_liveData$inlined; @@ -11,9 +11,9 @@ public final class FlowLiveDataConversions$asLiveData$1$invokeSuspend$$inlined$c this.$this_liveData$inlined = liveDataScope; } - @Override // r.a.a2.c + @Override // s.a.a2.c public Object emit(Object obj, Continuation continuation) { Object emit = this.$this_liveData$inlined.emit(obj, continuation); - return emit == c0.w.h.c.getCOROUTINE_SUSPENDED() ? emit : Unit.a; + return emit == d0.w.h.c.getCOROUTINE_SUSPENDED() ? emit : Unit.a; } } diff --git a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1.java b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1.java index 725bd5761d..ac5f3a10d9 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions$asLiveData$1.java @@ -1,14 +1,14 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; -import r.a.a2.b; +import s.a.a2.b; /* compiled from: FlowLiveData.kt */ @e(c = "androidx.lifecycle.FlowLiveDataConversions$asLiveData$1", f = "FlowLiveData.kt", l = {149}, m = "invokeSuspend") public final class FlowLiveDataConversions$asLiveData$1 extends k implements Function2, Continuation, Object> { @@ -22,7 +22,7 @@ public final class FlowLiveDataConversions$asLiveData$1 extends k implements Fun this.$this_asLiveData = bVar; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); FlowLiveDataConversions$asLiveData$1 flowLiveDataConversions$asLiveData$1 = new FlowLiveDataConversions$asLiveData$1(this.$this_asLiveData, continuation); @@ -36,7 +36,7 @@ public final class FlowLiveDataConversions$asLiveData$1 extends k implements Fun return ((FlowLiveDataConversions$asLiveData$1) create(obj, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; diff --git a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions.java b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions.java index 720d311e30..16491bc6bc 100644 --- a/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions.java +++ b/app/src/main/java/androidx/lifecycle/FlowLiveDataConversions.java @@ -1,12 +1,12 @@ package androidx.lifecycle; import androidx.annotation.RequiresApi; -import c0.w.f; -import c0.z.d.m; +import d0.w.f; +import d0.z.d.m; import java.time.Duration; import kotlin.coroutines.CoroutineContext; -import r.a.a2.b; -import r.a.a2.d; +import s.a.a2.b; +import s.a.a2.d; /* compiled from: FlowLiveData.kt */ public final class FlowLiveDataConversions { public static final b asFlow(LiveData liveData) { diff --git a/app/src/main/java/androidx/lifecycle/LifecycleController$observer$1.java b/app/src/main/java/androidx/lifecycle/LifecycleController$observer$1.java index 40faf576ea..d7d36080f9 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleController$observer$1.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleController$observer$1.java @@ -2,7 +2,7 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlinx.coroutines.Job; /* compiled from: LifecycleController.kt */ public final class LifecycleController$observer$1 implements LifecycleEventObserver { diff --git a/app/src/main/java/androidx/lifecycle/LifecycleController.java b/app/src/main/java/androidx/lifecycle/LifecycleController.java index 1199804367..f8a9bb38ae 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleController.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleController.java @@ -3,7 +3,7 @@ package androidx.lifecycle; import androidx.annotation.MainThread; import androidx.lifecycle.Lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlinx.coroutines.Job; /* compiled from: LifecycleController.kt */ @MainThread diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenCreated$1.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenCreated$1.java index 3033461fb1..d941b0a438 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenCreated$1.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenCreated$1.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -23,7 +23,7 @@ public final class LifecycleCoroutineScope$launchWhenCreated$1 extends k impleme this.$block = function2; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new LifecycleCoroutineScope$launchWhenCreated$1(this.this$0, this.$block, continuation); @@ -35,7 +35,7 @@ public final class LifecycleCoroutineScope$launchWhenCreated$1 extends k impleme return ((LifecycleCoroutineScope$launchWhenCreated$1) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenResumed$1.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenResumed$1.java index 1745ff8ffa..2b01a4e9cf 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenResumed$1.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenResumed$1.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -23,7 +23,7 @@ public final class LifecycleCoroutineScope$launchWhenResumed$1 extends k impleme this.$block = function2; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new LifecycleCoroutineScope$launchWhenResumed$1(this.this$0, this.$block, continuation); @@ -35,7 +35,7 @@ public final class LifecycleCoroutineScope$launchWhenResumed$1 extends k impleme return ((LifecycleCoroutineScope$launchWhenResumed$1) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenStarted$1.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenStarted$1.java index 40e01e03c3..aff5141451 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenStarted$1.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope$launchWhenStarted$1.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -23,7 +23,7 @@ public final class LifecycleCoroutineScope$launchWhenStarted$1 extends k impleme this.$block = function2; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new LifecycleCoroutineScope$launchWhenStarted$1(this.this$0, this.$block, continuation); @@ -35,7 +35,7 @@ public final class LifecycleCoroutineScope$launchWhenStarted$1 extends k impleme return ((LifecycleCoroutineScope$launchWhenStarted$1) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java index ed207d5a67..3b83bfddfb 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScope.java @@ -1,7 +1,7 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.CoroutineContext; diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl$register$1.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl$register$1.java index 3438b5a9ef..ef3884fdbb 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl$register$1.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl$register$1.java @@ -2,11 +2,11 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; import c.q.a.k.a; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -24,7 +24,7 @@ public final class LifecycleCoroutineScopeImpl$register$1 extends k implements F this.this$0 = lifecycleCoroutineScopeImpl; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); LifecycleCoroutineScopeImpl$register$1 lifecycleCoroutineScopeImpl$register$1 = new LifecycleCoroutineScopeImpl$register$1(this.this$0, continuation); @@ -38,7 +38,7 @@ public final class LifecycleCoroutineScopeImpl$register$1 extends k implements F return ((LifecycleCoroutineScopeImpl$register$1) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { c.getCOROUTINE_SUSPENDED(); if (this.label == 0) { diff --git a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java index 7d4f77e967..4577bc3c9e 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleCoroutineScopeImpl.java @@ -2,11 +2,11 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.j0; +import s.a.a.n; +import s.a.j0; /* compiled from: Lifecycle.kt */ public final class LifecycleCoroutineScopeImpl extends LifecycleCoroutineScope implements LifecycleEventObserver { private final CoroutineContext coroutineContext; diff --git a/app/src/main/java/androidx/lifecycle/LifecycleKt.java b/app/src/main/java/androidx/lifecycle/LifecycleKt.java index 19d897d62d..7495634646 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleKt.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleKt.java @@ -1,13 +1,13 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.g1; -import r.a.j0; -import r.a.t; +import s.a.a.n; +import s.a.g1; +import s.a.j0; +import s.a.t; /* compiled from: Lifecycle.kt */ public final class LifecycleKt { public static final LifecycleCoroutineScope getCoroutineScope(Lifecycle lifecycle) { diff --git a/app/src/main/java/androidx/lifecycle/LifecycleOwnerKt.java b/app/src/main/java/androidx/lifecycle/LifecycleOwnerKt.java index a7b9bf3dd9..36f77cb069 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleOwnerKt.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleOwnerKt.java @@ -1,6 +1,6 @@ package androidx.lifecycle; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: LifecycleOwner.kt */ public final class LifecycleOwnerKt { public static final LifecycleCoroutineScope getLifecycleScope(LifecycleOwner lifecycleOwner) { diff --git a/app/src/main/java/androidx/lifecycle/LiveDataKt.java b/app/src/main/java/androidx/lifecycle/LiveDataKt.java index 3be2dec6f2..fd8a6988e6 100644 --- a/app/src/main/java/androidx/lifecycle/LiveDataKt.java +++ b/app/src/main/java/androidx/lifecycle/LiveDataKt.java @@ -1,7 +1,7 @@ package androidx.lifecycle; import androidx.annotation.MainThread; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: LiveData.kt */ diff --git a/app/src/main/java/androidx/lifecycle/LiveDataScope.java b/app/src/main/java/androidx/lifecycle/LiveDataScope.java index 9a166e4583..718ad6b42d 100644 --- a/app/src/main/java/androidx/lifecycle/LiveDataScope.java +++ b/app/src/main/java/androidx/lifecycle/LiveDataScope.java @@ -2,7 +2,7 @@ package androidx.lifecycle; import kotlin.Unit; import kotlin.coroutines.Continuation; -import r.a.l0; +import s.a.l0; /* compiled from: CoroutineLiveData.kt */ public interface LiveDataScope { Object emit(T t, Continuation continuation); diff --git a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl$emit$2.java b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl$emit$2.java index 3e930f3db6..8f0a14babd 100644 --- a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl$emit$2.java +++ b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl$emit$2.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -23,7 +23,7 @@ public final class LiveDataScopeImpl$emit$2 extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new LiveDataScopeImpl$emit$2(this.this$0, this.$value, continuation); @@ -35,7 +35,7 @@ public final class LiveDataScopeImpl$emit$2 extends k implements Function2, Object> { @@ -24,7 +24,7 @@ public final class LiveDataScopeImpl$emitSource$2 extends k implements Function2 this.$source = liveData; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new LiveDataScopeImpl$emitSource$2(this.this$0, this.$source, continuation); @@ -36,7 +36,7 @@ public final class LiveDataScopeImpl$emitSource$2 extends k implements Function2 return ((LiveDataScopeImpl$emitSource$2) create(coroutineScope, continuation)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; diff --git a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java index 0b271bace2..f724c20985 100644 --- a/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java +++ b/app/src/main/java/androidx/lifecycle/LiveDataScopeImpl.java @@ -1,15 +1,15 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.w.h.c; -import c0.z.d.m; +import d0.w.h.c; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.j0; -import r.a.l0; +import s.a.a.n; +import s.a.j0; +import s.a.l0; /* compiled from: CoroutineLiveData.kt */ public final class LiveDataScopeImpl implements LiveDataScope { private final CoroutineContext coroutineContext; @@ -25,8 +25,8 @@ public final class LiveDataScopeImpl implements LiveDataScope { @Override // androidx.lifecycle.LiveDataScope public Object emit(T t, Continuation continuation) { - Object j0 = a.j0(this.coroutineContext, new LiveDataScopeImpl$emit$2(this, t, null), continuation); - return j0 == c.getCOROUTINE_SUSPENDED() ? j0 : Unit.a; + Object j02 = a.j0(this.coroutineContext, new LiveDataScopeImpl$emit$2(this, t, null), continuation); + return j02 == c.getCOROUTINE_SUSPENDED() ? j02 : Unit.a; } @Override // androidx.lifecycle.LiveDataScope diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcher.java b/app/src/main/java/androidx/lifecycle/PausingDispatcher.java index 23a071043c..0858eeea1b 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcher.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcher.java @@ -1,10 +1,10 @@ package androidx.lifecycle; -import c0.z.d.m; +import d0.z.d.m; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.j0; +import s.a.a.n; +import s.a.j0; /* compiled from: PausingDispatcher.kt */ public final class PausingDispatcher extends CoroutineDispatcher { public final DispatchQueue dispatchQueue = new DispatchQueue(); diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java index 97d9c8228b..9588de15d3 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt$whenStateAtLeast$2.java @@ -2,11 +2,11 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; import c.q.a.k.a; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -29,7 +29,7 @@ public final class PausingDispatcherKt$whenStateAtLeast$2 extends k implements F this.$block = function2; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); PausingDispatcherKt$whenStateAtLeast$2 pausingDispatcherKt$whenStateAtLeast$2 = new PausingDispatcherKt$whenStateAtLeast$2(this.$this_whenStateAtLeast, this.$minState, this.$block, continuation); @@ -43,7 +43,7 @@ public final class PausingDispatcherKt$whenStateAtLeast$2 extends k implements F return ((PausingDispatcherKt$whenStateAtLeast$2) create(coroutineScope, (Continuation) obj)).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Throwable th; LifecycleController lifecycleController; diff --git a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java index d8f7f5f0ef..eda3e5de05 100644 --- a/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java +++ b/app/src/main/java/androidx/lifecycle/PausingDispatcherKt.java @@ -2,13 +2,13 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineDispatcher; import kotlinx.coroutines.CoroutineScope; -import r.a.a.n; -import r.a.j0; +import s.a.a.n; +import s.a.j0; /* compiled from: PausingDispatcher.kt */ public final class PausingDispatcherKt { public static final Object whenCreated(Lifecycle lifecycle, Function2, ? extends Object> function2, Continuation continuation) { diff --git a/app/src/main/java/androidx/lifecycle/TransformationsKt.java b/app/src/main/java/androidx/lifecycle/TransformationsKt.java index 5ac6c1e6cb..71a3d787c0 100644 --- a/app/src/main/java/androidx/lifecycle/TransformationsKt.java +++ b/app/src/main/java/androidx/lifecycle/TransformationsKt.java @@ -1,6 +1,6 @@ package androidx.lifecycle; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: Transformations.kt */ public final class TransformationsKt { diff --git a/app/src/main/java/androidx/lifecycle/ViewKt.java b/app/src/main/java/androidx/lifecycle/ViewKt.java index 1e8c1225a4..24862804f9 100644 --- a/app/src/main/java/androidx/lifecycle/ViewKt.java +++ b/app/src/main/java/androidx/lifecycle/ViewKt.java @@ -1,7 +1,7 @@ package androidx.lifecycle; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: View.kt */ public final class ViewKt { public static final LifecycleOwner findViewTreeLifecycleOwner(View view) { diff --git a/app/src/main/java/androidx/lifecycle/ViewModelKt.java b/app/src/main/java/androidx/lifecycle/ViewModelKt.java index a4a6e1f6dc..7b78526f55 100644 --- a/app/src/main/java/androidx/lifecycle/ViewModelKt.java +++ b/app/src/main/java/androidx/lifecycle/ViewModelKt.java @@ -1,14 +1,14 @@ package androidx.lifecycle; import c.q.a.k.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.coroutines.CoroutineContext; import kotlinx.coroutines.CoroutineDispatcher; import kotlinx.coroutines.CoroutineScope; -import r.a.a.n; -import r.a.g1; -import r.a.j0; -import r.a.t; +import s.a.a.n; +import s.a.g1; +import s.a.j0; +import s.a.t; /* compiled from: ViewModel.kt */ public final class ViewModelKt { private static final String JOB_KEY = "androidx.lifecycle.ViewModelCoroutineScope.JOB_KEY"; diff --git a/app/src/main/java/androidx/lifecycle/ViewModelLazy.java b/app/src/main/java/androidx/lifecycle/ViewModelLazy.java index 9f8c3dba67..d333a8dde0 100644 --- a/app/src/main/java/androidx/lifecycle/ViewModelLazy.java +++ b/app/src/main/java/androidx/lifecycle/ViewModelLazy.java @@ -2,9 +2,9 @@ package androidx.lifecycle; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; -import c0.e0.c; -import c0.z.a; -import c0.z.d.m; +import d0.e0.c; +import d0.z.a; +import d0.z.d.m; import kotlin.Lazy; import kotlin.jvm.functions.Function0; /* compiled from: ViewModelProvider.kt */ @@ -32,7 +32,7 @@ public final class ViewModelLazy implements Lazy { if (vm != null) { return vm; } - VM vm2 = (VM) new ViewModelProvider(this.storeProducer.mo17invoke(), this.factoryProducer.mo17invoke()).get(a.getJavaClass(this.viewModelClass)); + VM vm2 = (VM) new ViewModelProvider(this.storeProducer.mo1invoke(), this.factoryProducer.mo1invoke()).get(a.getJavaClass(this.viewModelClass)); this.cached = vm2; m.checkNotNullExpressionValue(vm2, "ViewModelProvider(store,…ed = it\n }"); return vm2; diff --git a/app/src/main/java/androidx/lifecycle/ViewModelProviderKt.java b/app/src/main/java/androidx/lifecycle/ViewModelProviderKt.java index ec23a72941..f5aba50d72 100644 --- a/app/src/main/java/androidx/lifecycle/ViewModelProviderKt.java +++ b/app/src/main/java/androidx/lifecycle/ViewModelProviderKt.java @@ -1,7 +1,7 @@ package androidx.lifecycle; import androidx.annotation.MainThread; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ViewModelProvider.kt */ public final class ViewModelProviderKt { @MainThread diff --git a/app/src/main/java/androidx/lifecycle/ViewTreeViewModelKt.java b/app/src/main/java/androidx/lifecycle/ViewTreeViewModelKt.java index 4b86fc7ee2..0a368abfd0 100644 --- a/app/src/main/java/androidx/lifecycle/ViewTreeViewModelKt.java +++ b/app/src/main/java/androidx/lifecycle/ViewTreeViewModelKt.java @@ -1,7 +1,7 @@ package androidx.lifecycle; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ViewTreeViewModel.kt */ public final class ViewTreeViewModelKt { public static final ViewModelStoreOwner findViewTreeViewModelStoreOwner(View view) { diff --git a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java index 132810e4fa..9925f4d908 100644 --- a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java +++ b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java @@ -1,9 +1,9 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; -import c0.k; -import c0.l; -import c0.z.d.m; +import d0.k; +import d0.l; +import d0.z.d.m; import kotlin.jvm.functions.Function0; import kotlinx.coroutines.CancellableContinuation; import kotlinx.coroutines.CoroutineDispatcher; @@ -36,10 +36,10 @@ public final class WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inline Function0 function0 = this.$block$inlined; try { k.a aVar = k.i; - obj = k.m2constructorimpl(function0.mo17invoke()); + obj = k.m72constructorimpl(function0.mo1invoke()); } catch (Throwable th) { k.a aVar2 = k.i; - obj = k.m2constructorimpl(l.createFailure(th)); + obj = k.m72constructorimpl(l.createFailure(th)); } cancellableContinuation.resumeWith(obj); } else if (event == Lifecycle.Event.ON_DESTROY) { @@ -47,7 +47,7 @@ public final class WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inline CancellableContinuation cancellableContinuation2 = this.$co; LifecycleDestroyedException lifecycleDestroyedException = new LifecycleDestroyedException(); k.a aVar3 = k.i; - cancellableContinuation2.resumeWith(k.m2constructorimpl(l.createFailure(lifecycleDestroyedException))); + cancellableContinuation2.resumeWith(k.m72constructorimpl(l.createFailure(lifecycleDestroyedException))); } } } diff --git a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$3.java b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$3.java index 0c4e2a7c33..6cd6abf387 100644 --- a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$3.java +++ b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$3.java @@ -1,8 +1,8 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; -import c0.w.f; -import c0.z.d.o; +import d0.w.f; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$withStateAtLeastUnchecked$2.java b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$withStateAtLeastUnchecked$2.java index 5c93be45b1..3af40def12 100644 --- a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$withStateAtLeastUnchecked$2.java +++ b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$withStateAtLeastUnchecked$2.java @@ -1,6 +1,6 @@ package androidx.lifecycle; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: WithLifecycleState.kt */ public final class WithLifecycleStateKt$withStateAtLeastUnchecked$2 extends o implements Function0 { @@ -15,7 +15,7 @@ public final class WithLifecycleStateKt$withStateAtLeastUnchecked$2 extends o im /* JADX WARNING: Unknown variable types count: 1 */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final R mo17invoke() { - return this.$block.mo17invoke(); + public final R mo1invoke() { + return this.$block.mo1invoke(); } } diff --git a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java index 1cf0bc893b..e928b56dce 100644 --- a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java +++ b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt.java @@ -1,19 +1,19 @@ package androidx.lifecycle; import androidx.lifecycle.Lifecycle; -import c0.w.f; -import c0.w.h.b; -import c0.w.h.c; -import c0.w.i.a.g; -import c0.z.d.l; -import c0.z.d.m; +import d0.w.f; +import d0.w.h.b; +import d0.w.h.c; +import d0.w.i.a.g; +import d0.z.d.l; +import d0.z.d.m; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function0; import kotlinx.coroutines.CoroutineDispatcher; -import r.a.a.n; -import r.a.j0; -import r.a.k; -import r.a.k1; +import s.a.a.n; +import s.a.j0; +import s.a.k; +import s.a.k1; /* compiled from: WithLifecycleState.kt */ public final class WithLifecycleStateKt { public static final Object suspendWithStateAtLeastUnchecked(Lifecycle lifecycle, Lifecycle.State state, boolean z2, CoroutineDispatcher coroutineDispatcher, Function0 function0, Continuation continuation) { @@ -42,7 +42,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -59,7 +59,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -91,7 +91,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -108,7 +108,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -140,7 +140,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -157,7 +157,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -189,7 +189,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -208,7 +208,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); @@ -245,7 +245,7 @@ public final class WithLifecycleStateKt { if (lifecycle.getCurrentState() == Lifecycle.State.DESTROYED) { throw new LifecycleDestroyedException(); } else if (lifecycle.getCurrentState().compareTo(state) >= 0) { - return function0.mo17invoke(); + return function0.mo1invoke(); } } return suspendWithStateAtLeastUnchecked(lifecycle, state, isDispatchNeeded, H, new WithLifecycleStateKt$withStateAtLeastUnchecked$2(function0), continuation); diff --git a/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java b/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java index 5c04eae31d..e6a146cf1b 100644 --- a/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java +++ b/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java @@ -38,7 +38,7 @@ import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; -import w.a.b.b.a.b; +import x.a.b.b.a.b; public abstract class MediaBrowserServiceCompat extends Service { public static final boolean DEBUG = Log.isLoggable(TAG, 3); private static final float EPSILON = 1.0E-5f; diff --git a/app/src/main/java/androidx/preference/PreferenceGroupKt$iterator$1.java b/app/src/main/java/androidx/preference/PreferenceGroupKt$iterator$1.java index 54d8e14fbe..40729896e1 100644 --- a/app/src/main/java/androidx/preference/PreferenceGroupKt$iterator$1.java +++ b/app/src/main/java/androidx/preference/PreferenceGroupKt$iterator$1.java @@ -1,6 +1,6 @@ package androidx.preference; -import c0.z.d.g0.a; +import d0.z.d.g0.a; import java.util.Iterator; /* compiled from: PreferenceGroup.kt */ public final class PreferenceGroupKt$iterator$1 implements Iterator, a { diff --git a/app/src/main/java/androidx/preference/PreferenceGroupKt.java b/app/src/main/java/androidx/preference/PreferenceGroupKt.java index 27ed293cb3..4a0766cfc3 100644 --- a/app/src/main/java/androidx/preference/PreferenceGroupKt.java +++ b/app/src/main/java/androidx/preference/PreferenceGroupKt.java @@ -1,7 +1,7 @@ package androidx.preference; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; import java.util.Iterator; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java b/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java index a7a81ceb5e..7a9e7d3a14 100644 --- a/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java +++ b/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java @@ -17,8 +17,8 @@ public class DiffUtil { /* renamed from: androidx.recyclerview.widget.DiffUtil$1 reason: invalid class name */ public static class AnonymousClass1 implements Comparator { public int compare(Snake snake, Snake snake2) { - int i = snake.f30x - snake2.f30x; - return i == 0 ? snake.f31y - snake2.f31y : i; + int i = snake.f29x - snake2.f29x; + return i == 0 ? snake.f30y - snake2.f30y : i; } } @@ -70,10 +70,10 @@ public class DiffUtil { private void addRootSnake() { Snake snake = this.mSnakes.isEmpty() ? null : this.mSnakes.get(0); - if (snake == null || snake.f30x != 0 || snake.f31y != 0) { + if (snake == null || snake.f29x != 0 || snake.f30y != 0) { Snake snake2 = new Snake(); - snake2.f30x = 0; - snake2.f31y = 0; + snake2.f29x = 0; + snake2.f30y = 0; snake2.removal = false; snake2.size = 0; snake2.reverse = false; @@ -161,10 +161,10 @@ public class DiffUtil { } while (i3 >= 0) { Snake snake = this.mSnakes.get(i3); - int i6 = snake.f30x; + int i6 = snake.f29x; int i7 = snake.size; int i8 = i6 + i7; - int i9 = snake.f31y + i7; + int i9 = snake.f30y + i7; int i10 = 8; if (z2) { for (int i11 = i4 - 1; i11 >= i8; i11--) { @@ -192,8 +192,8 @@ public class DiffUtil { } continue; } - i4 = snake.f30x; - i2 = snake.f31y; + i4 = snake.f29x; + i2 = snake.f30y; i3--; } return false; @@ -204,10 +204,10 @@ public class DiffUtil { int i2 = this.mNewListSize; for (int size = this.mSnakes.size() - 1; size >= 0; size--) { Snake snake = this.mSnakes.get(size); - int i3 = snake.f30x; + int i3 = snake.f29x; int i4 = snake.size; int i5 = i3 + i4; - int i6 = snake.f31y + i4; + int i6 = snake.f30y + i4; if (this.mDetectMoves) { while (i > i5) { findAddition(i, i2, size); @@ -219,14 +219,14 @@ public class DiffUtil { } } for (int i7 = 0; i7 < snake.size; i7++) { - int i8 = snake.f30x + i7; - int i9 = snake.f31y + i7; + int i8 = snake.f29x + i7; + int i9 = snake.f30y + i7; int i10 = this.mCallback.areContentsTheSame(i8, i9) ? 1 : 2; this.mOldItemStatuses[i8] = (i9 << 5) | i10; this.mNewItemStatuses[i9] = (i8 << 5) | i10; } - i = snake.f30x; - i2 = snake.f31y; + i = snake.f29x; + i2 = snake.f30y; } } @@ -287,8 +287,8 @@ public class DiffUtil { for (int size = this.mSnakes.size() - 1; size >= 0; size--) { Snake snake = this.mSnakes.get(size); int i3 = snake.size; - int i4 = snake.f30x + i3; - int i5 = snake.f31y + i3; + int i4 = snake.f29x + i3; + int i5 = snake.f30y + i3; if (i4 < i) { dispatchRemovals(arrayList, batchingListUpdateCallback, i4, i - i4, i4); } @@ -297,13 +297,13 @@ public class DiffUtil { } for (int i6 = i3 - 1; i6 >= 0; i6--) { int[] iArr = this.mOldItemStatuses; - int i7 = snake.f30x; + int i7 = snake.f29x; if ((iArr[i7 + i6] & 31) == 2) { - batchingListUpdateCallback.onChanged(i7 + i6, 1, this.mCallback.getChangePayload(i7 + i6, snake.f31y + i6)); + batchingListUpdateCallback.onChanged(i7 + i6, 1, this.mCallback.getChangePayload(i7 + i6, snake.f30y + i6)); } } - i = snake.f30x; - i2 = snake.f31y; + i = snake.f29x; + i2 = snake.f30y; } batchingListUpdateCallback.dispatchLastEvent(); } @@ -364,10 +364,10 @@ public class DiffUtil { public int size; /* renamed from: x reason: collision with root package name */ - public int f30x; + public int f29x; /* renamed from: y reason: collision with root package name */ - public int f31y; + public int f30y; } private DiffUtil() { @@ -397,37 +397,37 @@ public class DiffUtil { if (diffPartial.size > 0) { arrayList.add(diffPartial); } - diffPartial.f30x += range.oldListStart; - diffPartial.f31y += range.newListStart; + diffPartial.f29x += range.oldListStart; + diffPartial.f30y += range.newListStart; Range range2 = arrayList3.isEmpty() ? new Range() : (Range) arrayList3.remove(arrayList3.size() - 1); range2.oldListStart = range.oldListStart; range2.newListStart = range.newListStart; if (diffPartial.reverse) { - range2.oldListEnd = diffPartial.f30x; - range2.newListEnd = diffPartial.f31y; + range2.oldListEnd = diffPartial.f29x; + range2.newListEnd = diffPartial.f30y; } else if (diffPartial.removal) { - range2.oldListEnd = diffPartial.f30x - 1; - range2.newListEnd = diffPartial.f31y; + range2.oldListEnd = diffPartial.f29x - 1; + range2.newListEnd = diffPartial.f30y; } else { - range2.oldListEnd = diffPartial.f30x; - range2.newListEnd = diffPartial.f31y - 1; + range2.oldListEnd = diffPartial.f29x; + range2.newListEnd = diffPartial.f30y - 1; } arrayList2.add(range2); if (!diffPartial.reverse) { - int i2 = diffPartial.f30x; + int i2 = diffPartial.f29x; int i3 = diffPartial.size; range.oldListStart = i2 + i3; - range.newListStart = diffPartial.f31y + i3; + range.newListStart = diffPartial.f30y + i3; } else if (diffPartial.removal) { - int i4 = diffPartial.f30x; + int i4 = diffPartial.f29x; int i5 = diffPartial.size; range.oldListStart = i4 + i5 + 1; - range.newListStart = diffPartial.f31y + i5; + range.newListStart = diffPartial.f30y + i5; } else { - int i6 = diffPartial.f30x; + int i6 = diffPartial.f29x; int i7 = diffPartial.size; range.oldListStart = i6 + i7; - range.newListStart = diffPartial.f31y + i7 + 1; + range.newListStart = diffPartial.f30y + i7 + 1; } arrayList2.add(range); } else { @@ -490,8 +490,8 @@ public class DiffUtil { } else { Snake snake = new Snake(); int i24 = iArr2[i23]; - snake.f30x = i24; - snake.f31y = i24 - i21; + snake.f29x = i24; + snake.f30y = i24 - i21; snake.size = iArr[i23] - iArr2[i23]; snake.removal = z3; snake.reverse = false; @@ -547,8 +547,8 @@ public class DiffUtil { } else { Snake snake2 = new Snake(); int i29 = iArr2[i28]; - snake2.f30x = i29; - snake2.f31y = i29 - i26; + snake2.f29x = i29; + snake2.f30y = i29 - i26; snake2.size = iArr[i28] - iArr2[i28]; snake2.removal = z2; snake2.reverse = true; diff --git a/app/src/main/java/androidx/savedstate/ViewKt.java b/app/src/main/java/androidx/savedstate/ViewKt.java index 90761c71b8..93c35b8b28 100644 --- a/app/src/main/java/androidx/savedstate/ViewKt.java +++ b/app/src/main/java/androidx/savedstate/ViewKt.java @@ -1,7 +1,7 @@ package androidx.savedstate; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: View.kt */ public final class ViewKt { public static final SavedStateRegistryOwner findViewTreeSavedStateRegistryOwner(View view) { diff --git a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java index bc1b036202..b8103d66b5 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java @@ -167,7 +167,7 @@ public abstract class VersionedParcel { return declaredMethod; } - private > S readCollection(S s) { + private > S readCollection(S s2) { int readInt = readInt(); if (readInt < 0) { return null; @@ -179,32 +179,32 @@ public abstract class VersionedParcel { } if (readInt2 == 1) { while (readInt > 0) { - s.add(readVersionedParcelable()); + s2.add(readVersionedParcelable()); readInt--; } } else if (readInt2 == 2) { while (readInt > 0) { - s.add(readParcelable()); + s2.add(readParcelable()); readInt--; } } else if (readInt2 == 3) { while (readInt > 0) { - s.add(readSerializable()); + s2.add(readSerializable()); readInt--; } } else if (readInt2 == 4) { while (readInt > 0) { - s.add(readString()); + s2.add(readString()); readInt--; } } else if (readInt2 == 5) { while (readInt > 0) { - s.add(readStrongBinder()); + s2.add(readStrongBinder()); readInt--; } } } - return s; + return s2; } private Exception readException(int i, String str) { diff --git a/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$1.java b/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$1.java index b8765f0c4f..57c7b54886 100644 --- a/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$1.java +++ b/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$1.java @@ -1,8 +1,8 @@ package androidx.work; import c.i.b.d.a.a; -import c0.k; -import c0.l; +import d0.k; +import d0.l; import java.util.concurrent.CancellationException; import kotlinx.coroutines.CancellableContinuation; /* compiled from: ListenableFuture.kt */ @@ -21,7 +21,7 @@ public final class CoroutineWorker$await$$inlined$suspendCancellableCoroutine$la CancellableContinuation cancellableContinuation = this.$cancellableContinuation; V v = this.$this_await$inlined.get(); k.a aVar = k.i; - cancellableContinuation.resumeWith(k.m2constructorimpl(v)); + cancellableContinuation.resumeWith(k.m72constructorimpl(v)); } catch (Throwable th) { Throwable cause = th.getCause(); if (cause == null) { @@ -33,7 +33,7 @@ public final class CoroutineWorker$await$$inlined$suspendCancellableCoroutine$la } CancellableContinuation cancellableContinuation2 = this.$cancellableContinuation; k.a aVar2 = k.i; - cancellableContinuation2.resumeWith(k.m2constructorimpl(l.createFailure(cause))); + cancellableContinuation2.resumeWith(k.m72constructorimpl(l.createFailure(cause))); } } } diff --git a/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$2.java b/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$2.java index 9ac4c50383..d5813453e3 100644 --- a/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$2.java +++ b/app/src/main/java/androidx/work/CoroutineWorker$await$$inlined$suspendCancellableCoroutine$lambda$2.java @@ -1,8 +1,8 @@ package androidx.work; import c.i.b.d.a.a; -import c0.k; -import c0.l; +import d0.k; +import d0.l; import java.util.concurrent.CancellationException; import kotlinx.coroutines.CancellableContinuation; /* compiled from: ListenableFuture.kt */ @@ -21,7 +21,7 @@ public final class CoroutineWorker$await$$inlined$suspendCancellableCoroutine$la CancellableContinuation cancellableContinuation = this.$cancellableContinuation; V v = this.$this_await$inlined.get(); k.a aVar = k.i; - cancellableContinuation.resumeWith(k.m2constructorimpl(v)); + cancellableContinuation.resumeWith(k.m72constructorimpl(v)); } catch (Throwable th) { Throwable cause = th.getCause(); if (cause == null) { @@ -33,7 +33,7 @@ public final class CoroutineWorker$await$$inlined$suspendCancellableCoroutine$la } CancellableContinuation cancellableContinuation2 = this.$cancellableContinuation; k.a aVar2 = k.i; - cancellableContinuation2.resumeWith(k.m2constructorimpl(l.createFailure(cause))); + cancellableContinuation2.resumeWith(k.m72constructorimpl(l.createFailure(cause))); } } } diff --git a/app/src/main/java/androidx/work/CoroutineWorker$startWork$1.java b/app/src/main/java/androidx/work/CoroutineWorker$startWork$1.java index c8396968cd..a0332ae277 100644 --- a/app/src/main/java/androidx/work/CoroutineWorker$startWork$1.java +++ b/app/src/main/java/androidx/work/CoroutineWorker$startWork$1.java @@ -1,11 +1,11 @@ package androidx.work; import androidx.work.ListenableWorker; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -24,7 +24,7 @@ public final class CoroutineWorker$startWork$1 extends k implements Function2 create(Object obj, Continuation continuation) { m.checkParameterIsNotNull(continuation, "completion"); CoroutineWorker$startWork$1 coroutineWorker$startWork$1 = new CoroutineWorker$startWork$1(this.this$0, continuation); @@ -38,7 +38,7 @@ public final class CoroutineWorker$startWork$1 extends k implements Function2 OneTimeWorkRequest.Builder OneTimeWorkRequestBuilder() { diff --git a/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$1.java b/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$1.java index 0ef56925bc..91b224fc4f 100644 --- a/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$1.java +++ b/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$1.java @@ -1,8 +1,8 @@ package androidx.work; import c.i.b.d.a.a; -import c0.k; -import c0.l; +import d0.k; +import d0.l; import java.util.concurrent.CancellationException; import kotlinx.coroutines.CancellableContinuation; /* compiled from: ListenableFuture.kt */ @@ -21,7 +21,7 @@ public final class OperationKt$await$$inlined$suspendCancellableCoroutine$lambda CancellableContinuation cancellableContinuation = this.$cancellableContinuation; V v = this.$this_await$inlined.get(); k.a aVar = k.i; - cancellableContinuation.resumeWith(k.m2constructorimpl(v)); + cancellableContinuation.resumeWith(k.m72constructorimpl(v)); } catch (Throwable th) { Throwable cause = th.getCause(); if (cause == null) { @@ -33,7 +33,7 @@ public final class OperationKt$await$$inlined$suspendCancellableCoroutine$lambda } CancellableContinuation cancellableContinuation2 = this.$cancellableContinuation; k.a aVar2 = k.i; - cancellableContinuation2.resumeWith(k.m2constructorimpl(l.createFailure(cause))); + cancellableContinuation2.resumeWith(k.m72constructorimpl(l.createFailure(cause))); } } } diff --git a/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$2.java b/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$2.java index 86c6a6ec1c..cd0ac4b1da 100644 --- a/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$2.java +++ b/app/src/main/java/androidx/work/OperationKt$await$$inlined$suspendCancellableCoroutine$lambda$2.java @@ -1,8 +1,8 @@ package androidx.work; import c.i.b.d.a.a; -import c0.k; -import c0.l; +import d0.k; +import d0.l; import java.util.concurrent.CancellationException; import kotlinx.coroutines.CancellableContinuation; /* compiled from: ListenableFuture.kt */ @@ -21,7 +21,7 @@ public final class OperationKt$await$$inlined$suspendCancellableCoroutine$lambda CancellableContinuation cancellableContinuation = this.$cancellableContinuation; V v = this.$this_await$inlined.get(); k.a aVar = k.i; - cancellableContinuation.resumeWith(k.m2constructorimpl(v)); + cancellableContinuation.resumeWith(k.m72constructorimpl(v)); } catch (Throwable th) { Throwable cause = th.getCause(); if (cause == null) { @@ -33,7 +33,7 @@ public final class OperationKt$await$$inlined$suspendCancellableCoroutine$lambda } CancellableContinuation cancellableContinuation2 = this.$cancellableContinuation; k.a aVar2 = k.i; - cancellableContinuation2.resumeWith(k.m2constructorimpl(l.createFailure(cause))); + cancellableContinuation2.resumeWith(k.m72constructorimpl(l.createFailure(cause))); } } } diff --git a/app/src/main/java/androidx/work/OperationKt.java b/app/src/main/java/androidx/work/OperationKt.java index d12ae2d575..0858fab710 100644 --- a/app/src/main/java/androidx/work/OperationKt.java +++ b/app/src/main/java/androidx/work/OperationKt.java @@ -2,14 +2,14 @@ package androidx.work; import androidx.work.Operation; import c.i.b.d.a.a; -import c0.w.h.b; -import c0.w.h.c; -import c0.w.i.a.g; -import c0.z.d.l; -import c0.z.d.m; +import d0.w.h.b; +import d0.w.h.c; +import d0.w.i.a.g; +import d0.z.d.l; +import d0.z.d.m; import java.util.concurrent.ExecutionException; import kotlin.coroutines.Continuation; -import r.a.k; +import s.a.k; /* compiled from: Operation.kt */ public final class OperationKt { public static final Object await(Operation operation, Continuation continuation) { diff --git a/app/src/main/java/androidx/work/PeriodicWorkRequestKt.java b/app/src/main/java/androidx/work/PeriodicWorkRequestKt.java index dba6ffaccd..c2ac9546c6 100644 --- a/app/src/main/java/androidx/work/PeriodicWorkRequestKt.java +++ b/app/src/main/java/androidx/work/PeriodicWorkRequestKt.java @@ -3,7 +3,7 @@ package androidx.work; import androidx.annotation.RequiresApi; import androidx.exifinterface.media.ExifInterface; import androidx.work.PeriodicWorkRequest; -import c0.z.d.m; +import d0.z.d.m; import java.time.Duration; import java.util.concurrent.TimeUnit; /* compiled from: PeriodicWorkRequest.kt */ diff --git a/app/src/main/java/androidx/work/WorkRequest.java b/app/src/main/java/androidx/work/WorkRequest.java index f0d71a3cdf..e0f6c7ab9e 100644 --- a/app/src/main/java/androidx/work/WorkRequest.java +++ b/app/src/main/java/androidx/work/WorkRequest.java @@ -51,7 +51,7 @@ public abstract class WorkRequest { this.mId = UUID.randomUUID(); WorkSpec workSpec = new WorkSpec(this.mWorkSpec); this.mWorkSpec = workSpec; - workSpec.f32id = this.mId.toString(); + workSpec.f31id = this.mId.toString(); return buildInternal; } diff --git a/app/src/main/java/androidx/work/impl/Schedulers.java b/app/src/main/java/androidx/work/impl/Schedulers.java index 6cb54364ac..71344cfc00 100644 --- a/app/src/main/java/androidx/work/impl/Schedulers.java +++ b/app/src/main/java/androidx/work/impl/Schedulers.java @@ -51,7 +51,7 @@ public class Schedulers { if (eligibleWorkForScheduling != null && eligibleWorkForScheduling.size() > 0) { long currentTimeMillis = System.currentTimeMillis(); for (WorkSpec workSpec : eligibleWorkForScheduling) { - workSpecDao.markWorkSpecScheduled(workSpec.f32id, currentTimeMillis); + workSpecDao.markWorkSpecScheduled(workSpec.f31id, currentTimeMillis); } } workDatabase.setTransactionSuccessful(); diff --git a/app/src/main/java/androidx/work/impl/background/greedy/DelayedWorkTracker.java b/app/src/main/java/androidx/work/impl/background/greedy/DelayedWorkTracker.java index 42169cee27..509f21b81d 100644 --- a/app/src/main/java/androidx/work/impl/background/greedy/DelayedWorkTracker.java +++ b/app/src/main/java/androidx/work/impl/background/greedy/DelayedWorkTracker.java @@ -24,7 +24,7 @@ public class DelayedWorkTracker { @Override // java.lang.Runnable public void run() { - Logger.get().debug(DelayedWorkTracker.TAG, String.format("Scheduling work %s", this.val$workSpec.f32id), new Throwable[0]); + Logger.get().debug(DelayedWorkTracker.TAG, String.format("Scheduling work %s", this.val$workSpec.f31id), new Throwable[0]); DelayedWorkTracker.this.mGreedyScheduler.schedule(this.val$workSpec); } } @@ -35,12 +35,12 @@ public class DelayedWorkTracker { } public void schedule(@NonNull WorkSpec workSpec) { - Runnable remove = this.mRunnables.remove(workSpec.f32id); + Runnable remove = this.mRunnables.remove(workSpec.f31id); if (remove != null) { this.mRunnableScheduler.cancel(remove); } AnonymousClass1 r0 = new AnonymousClass1(workSpec); - this.mRunnables.put(workSpec.f32id, r0); + this.mRunnables.put(workSpec.f31id, r0); long currentTimeMillis = System.currentTimeMillis(); this.mRunnableScheduler.scheduleWithDelay(workSpec.calculateNextRunTime() - currentTimeMillis, r0); } diff --git a/app/src/main/java/androidx/work/impl/background/greedy/GreedyScheduler.java b/app/src/main/java/androidx/work/impl/background/greedy/GreedyScheduler.java index 12ba3a63ff..0b6023bf4c 100644 --- a/app/src/main/java/androidx/work/impl/background/greedy/GreedyScheduler.java +++ b/app/src/main/java/androidx/work/impl/background/greedy/GreedyScheduler.java @@ -98,7 +98,7 @@ public class GreedyScheduler implements Scheduler, WorkConstraintsCallback, Exec break; } WorkSpec next = it.next(); - if (next.f32id.equals(str)) { + if (next.f31id.equals(str)) { Logger.get().debug(TAG, String.format("Stopping tracking for %s", str), new Throwable[0]); this.mConstrainedWorkSpecs.remove(next); this.mWorkConstraintsTracker.replace(this.mConstrainedWorkSpecs); @@ -179,13 +179,13 @@ public class GreedyScheduler implements Scheduler, WorkConstraintsCallback, Exec Logger.get().debug(TAG, String.format("Ignoring WorkSpec %s, Requires device idle.", workSpec), new Throwable[0]); } else if (i < 24 || !workSpec.constraints.hasContentUriTriggers()) { hashSet.add(workSpec); - hashSet2.add(workSpec.f32id); + hashSet2.add(workSpec.f31id); } else { Logger.get().debug(TAG, String.format("Ignoring WorkSpec %s, Requires ContentUri triggers.", workSpec), new Throwable[0]); } } else { - Logger.get().debug(TAG, String.format("Starting work for %s", workSpec.f32id), new Throwable[0]); - this.mWorkManagerImpl.startWork(workSpec.f32id); + Logger.get().debug(TAG, String.format("Starting work for %s", workSpec.f31id), new Throwable[0]); + this.mWorkManagerImpl.startWork(workSpec.f31id); } } } diff --git a/app/src/main/java/androidx/work/impl/background/systemalarm/ConstraintsCommandHandler.java b/app/src/main/java/androidx/work/impl/background/systemalarm/ConstraintsCommandHandler.java index 7594d84d2e..5274e49b4f 100644 --- a/app/src/main/java/androidx/work/impl/background/systemalarm/ConstraintsCommandHandler.java +++ b/app/src/main/java/androidx/work/impl/background/systemalarm/ConstraintsCommandHandler.java @@ -35,14 +35,14 @@ public class ConstraintsCommandHandler { ArrayList arrayList = new ArrayList(scheduledWork.size()); long currentTimeMillis = System.currentTimeMillis(); for (WorkSpec workSpec : scheduledWork) { - String str = workSpec.f32id; + String str = workSpec.f31id; if (currentTimeMillis >= workSpec.calculateNextRunTime() && (!workSpec.hasConstraints() || this.mWorkConstraintsTracker.areAllConstraintsMet(str))) { arrayList.add(workSpec); } } Iterator it = arrayList.iterator(); while (it.hasNext()) { - String str2 = ((WorkSpec) it.next()).f32id; + String str2 = ((WorkSpec) it.next()).f31id; Intent createDelayMetIntent = CommandHandler.createDelayMetIntent(this.mContext, str2); Logger.get().debug(TAG, String.format("Creating a delay_met command for workSpec with id (%s)", str2), new Throwable[0]); SystemAlarmDispatcher systemAlarmDispatcher = this.mDispatcher; diff --git a/app/src/main/java/androidx/work/impl/background/systemalarm/SystemAlarmScheduler.java b/app/src/main/java/androidx/work/impl/background/systemalarm/SystemAlarmScheduler.java index 78bf8cf9e5..db8f28682c 100644 --- a/app/src/main/java/androidx/work/impl/background/systemalarm/SystemAlarmScheduler.java +++ b/app/src/main/java/androidx/work/impl/background/systemalarm/SystemAlarmScheduler.java @@ -16,8 +16,8 @@ public class SystemAlarmScheduler implements Scheduler { } private void scheduleWorkSpec(@NonNull WorkSpec workSpec) { - Logger.get().debug(TAG, String.format("Scheduling work with workSpecId %s", workSpec.f32id), new Throwable[0]); - this.mContext.startService(CommandHandler.createScheduleWorkIntent(this.mContext, workSpec.f32id)); + Logger.get().debug(TAG, String.format("Scheduling work with workSpecId %s", workSpec.f31id), new Throwable[0]); + this.mContext.startService(CommandHandler.createScheduleWorkIntent(this.mContext, workSpec.f31id)); } @Override // androidx.work.impl.Scheduler diff --git a/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobInfoConverter.java b/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobInfoConverter.java index f656107441..643c68b841 100644 --- a/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobInfoConverter.java +++ b/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobInfoConverter.java @@ -90,7 +90,7 @@ public class SystemJobInfoConverter { Constraints constraints = workSpec.constraints; int convertNetworkType = convertNetworkType(constraints.getRequiredNetworkType()); PersistableBundle persistableBundle = new PersistableBundle(); - persistableBundle.putString(EXTRA_WORK_SPEC_ID, workSpec.f32id); + persistableBundle.putString(EXTRA_WORK_SPEC_ID, workSpec.f31id); persistableBundle.putBoolean(EXTRA_IS_PERIODIC, workSpec.isPeriodic()); JobInfo.Builder extras = new JobInfo.Builder(i, this.mWorkServiceComponent).setRequiredNetworkType(convertNetworkType).setRequiresCharging(constraints.requiresCharging()).setRequiresDeviceIdle(constraints.requiresDeviceIdle()).setExtras(persistableBundle); if (!constraints.requiresDeviceIdle()) { diff --git a/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobScheduler.java b/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobScheduler.java index c01d5f0c63..c5312a5407 100644 --- a/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobScheduler.java +++ b/app/src/main/java/androidx/work/impl/background/systemjob/SystemJobScheduler.java @@ -151,21 +151,21 @@ public class SystemJobScheduler implements Scheduler { for (WorkSpec workSpec : workSpecArr) { workDatabase.beginTransaction(); try { - WorkSpec workSpec2 = workDatabase.workSpecDao().getWorkSpec(workSpec.f32id); + WorkSpec workSpec2 = workDatabase.workSpecDao().getWorkSpec(workSpec.f31id); if (workSpec2 == null) { - Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f32id + " because it's no longer in the DB", new Throwable[0]); + Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f31id + " because it's no longer in the DB", new Throwable[0]); workDatabase.setTransactionSuccessful(); } else if (workSpec2.state != WorkInfo.State.ENQUEUED) { - Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f32id + " because it is no longer enqueued", new Throwable[0]); + Logger.get().warning(TAG, "Skipping scheduling " + workSpec.f31id + " because it is no longer enqueued", new Throwable[0]); workDatabase.setTransactionSuccessful(); } else { - SystemIdInfo systemIdInfo = workDatabase.systemIdInfoDao().getSystemIdInfo(workSpec.f32id); + SystemIdInfo systemIdInfo = workDatabase.systemIdInfoDao().getSystemIdInfo(workSpec.f31id); int nextJobSchedulerIdWithRange = systemIdInfo != null ? systemIdInfo.systemId : idGenerator.nextJobSchedulerIdWithRange(this.mWorkManager.getConfiguration().getMinJobSchedulerId(), this.mWorkManager.getConfiguration().getMaxJobSchedulerId()); if (systemIdInfo == null) { - this.mWorkManager.getWorkDatabase().systemIdInfoDao().insertSystemIdInfo(new SystemIdInfo(workSpec.f32id, nextJobSchedulerIdWithRange)); + this.mWorkManager.getWorkDatabase().systemIdInfoDao().insertSystemIdInfo(new SystemIdInfo(workSpec.f31id, nextJobSchedulerIdWithRange)); } scheduleInternal(workSpec, nextJobSchedulerIdWithRange); - if (Build.VERSION.SDK_INT == 23 && (pendingJobIds = getPendingJobIds(this.mContext, this.mJobScheduler, workSpec.f32id)) != null) { + if (Build.VERSION.SDK_INT == 23 && (pendingJobIds = getPendingJobIds(this.mContext, this.mJobScheduler, workSpec.f31id)) != null) { int indexOf = pendingJobIds.indexOf(Integer.valueOf(nextJobSchedulerIdWithRange)); if (indexOf >= 0) { pendingJobIds.remove(indexOf); @@ -185,7 +185,7 @@ public class SystemJobScheduler implements Scheduler { @VisibleForTesting public void scheduleInternal(WorkSpec workSpec, int i) { JobInfo convert = this.mSystemJobInfoConverter.convert(workSpec, i); - Logger.get().debug(TAG, String.format("Scheduling work ID %s Job ID %s", workSpec.f32id, Integer.valueOf(i)), new Throwable[0]); + Logger.get().debug(TAG, String.format("Scheduling work ID %s Job ID %s", workSpec.f31id, Integer.valueOf(i)), new Throwable[0]); try { this.mJobScheduler.schedule(convert); } catch (IllegalStateException e) { diff --git a/app/src/main/java/androidx/work/impl/constraints/controllers/ConstraintController.java b/app/src/main/java/androidx/work/impl/constraints/controllers/ConstraintController.java index 0524309ad7..e628a56172 100644 --- a/app/src/main/java/androidx/work/impl/constraints/controllers/ConstraintController.java +++ b/app/src/main/java/androidx/work/impl/constraints/controllers/ConstraintController.java @@ -52,7 +52,7 @@ public abstract class ConstraintController implements ConstraintListener { this.mMatchingWorkSpecIds.clear(); for (WorkSpec workSpec : iterable) { if (hasConstraint(workSpec)) { - this.mMatchingWorkSpecIds.add(workSpec.f32id); + this.mMatchingWorkSpecIds.add(workSpec.f31id); } } if (this.mMatchingWorkSpecIds.isEmpty()) { diff --git a/app/src/main/java/androidx/work/impl/model/RawWorkInfoDao_Impl.java b/app/src/main/java/androidx/work/impl/model/RawWorkInfoDao_Impl.java index 0c54beee04..a8d0bd8007 100644 --- a/app/src/main/java/androidx/work/impl/model/RawWorkInfoDao_Impl.java +++ b/app/src/main/java/androidx/work/impl/model/RawWorkInfoDao_Impl.java @@ -66,7 +66,7 @@ public final class RawWorkInfoDao_Impl implements RawWorkInfoDao { } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); if (columnIndex != -1) { - workInfoPojo.f34id = query.getString(columnIndex); + workInfoPojo.f33id = query.getString(columnIndex); } if (columnIndex2 != -1) { workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndex2)); @@ -266,7 +266,7 @@ public final class RawWorkInfoDao_Impl implements RawWorkInfoDao { } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); if (columnIndex != -1) { - workInfoPojo.f34id = query.getString(columnIndex); + workInfoPojo.f33id = query.getString(columnIndex); } if (columnIndex2 != -1) { workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndex2)); diff --git a/app/src/main/java/androidx/work/impl/model/WorkSpec.java b/app/src/main/java/androidx/work/impl/model/WorkSpec.java index 04a89b8f69..917f4e7fad 100644 --- a/app/src/main/java/androidx/work/impl/model/WorkSpec.java +++ b/app/src/main/java/androidx/work/impl/model/WorkSpec.java @@ -42,7 +42,7 @@ public final class WorkSpec { @ColumnInfo(name = ModelAuditLogEntry.CHANGE_KEY_ID) /* renamed from: id reason: collision with root package name */ - public String f32id; + public String f31id; @ColumnInfo(name = "initial_delay") public long initialDelay; @NonNull @@ -91,7 +91,7 @@ public final class WorkSpec { @ColumnInfo(name = ModelAuditLogEntry.CHANGE_KEY_ID) /* renamed from: id reason: collision with root package name */ - public String f33id; + public String f32id; @ColumnInfo(name = "state") public WorkInfo.State state; @@ -106,11 +106,11 @@ public final class WorkSpec { if (this.state != idAndState.state) { return false; } - return this.f33id.equals(idAndState.f33id); + return this.f32id.equals(idAndState.f32id); } public int hashCode() { - return this.state.hashCode() + (this.f33id.hashCode() * 31); + return this.state.hashCode() + (this.f32id.hashCode() * 31); } } @@ -118,7 +118,7 @@ public final class WorkSpec { @ColumnInfo(name = ModelAuditLogEntry.CHANGE_KEY_ID) /* renamed from: id reason: collision with root package name */ - public String f34id; + public String f33id; @ColumnInfo(name = "output") public Data output; @Relation(entity = WorkProgress.class, entityColumn = "work_spec_id", parentColumn = ModelAuditLogEntry.CHANGE_KEY_ID, projection = {"progress"}) @@ -141,8 +141,8 @@ public final class WorkSpec { if (this.runAttemptCount != workInfoPojo.runAttemptCount) { return false; } - String str = this.f34id; - if (str == null ? workInfoPojo.f34id != null : !str.equals(workInfoPojo.f34id)) { + String str = this.f33id; + if (str == null ? workInfoPojo.f33id != null : !str.equals(workInfoPojo.f33id)) { return false; } if (this.state != workInfoPojo.state) { @@ -162,7 +162,7 @@ public final class WorkSpec { } public int hashCode() { - String str = this.f34id; + String str = this.f33id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; WorkInfo.State state = this.state; @@ -181,7 +181,7 @@ public final class WorkSpec { @NonNull public WorkInfo toWorkInfo() { List list = this.progress; - return new WorkInfo(UUID.fromString(this.f34id), this.state, this.output, this.tags, (list == null || list.isEmpty()) ? Data.EMPTY : this.progress.get(0), this.runAttemptCount); + return new WorkInfo(UUID.fromString(this.f33id), this.state, this.output, this.tags, (list == null || list.isEmpty()) ? Data.EMPTY : this.progress.get(0), this.runAttemptCount); } } @@ -193,7 +193,7 @@ public final class WorkSpec { this.backoffPolicy = BackoffPolicy.EXPONENTIAL; this.backoffDelayDuration = 30000; this.scheduleRequestedAt = -1; - this.f32id = workSpec.f32id; + this.f31id = workSpec.f31id; this.workerClassName = workSpec.workerClassName; this.state = workSpec.state; this.inputMergerClassName = workSpec.inputMergerClassName; @@ -220,7 +220,7 @@ public final class WorkSpec { this.backoffPolicy = BackoffPolicy.EXPONENTIAL; this.backoffDelayDuration = 30000; this.scheduleRequestedAt = -1; - this.f32id = str; + this.f31id = str; this.workerClassName = str2; } @@ -274,7 +274,7 @@ public final class WorkSpec { return false; } WorkSpec workSpec = (WorkSpec) obj; - if (this.initialDelay != workSpec.initialDelay || this.intervalDuration != workSpec.intervalDuration || this.flexDuration != workSpec.flexDuration || this.runAttemptCount != workSpec.runAttemptCount || this.backoffDelayDuration != workSpec.backoffDelayDuration || this.periodStartTime != workSpec.periodStartTime || this.minimumRetentionDuration != workSpec.minimumRetentionDuration || this.scheduleRequestedAt != workSpec.scheduleRequestedAt || this.runInForeground != workSpec.runInForeground || !this.f32id.equals(workSpec.f32id) || this.state != workSpec.state || !this.workerClassName.equals(workSpec.workerClassName)) { + if (this.initialDelay != workSpec.initialDelay || this.intervalDuration != workSpec.intervalDuration || this.flexDuration != workSpec.flexDuration || this.runAttemptCount != workSpec.runAttemptCount || this.backoffDelayDuration != workSpec.backoffDelayDuration || this.periodStartTime != workSpec.periodStartTime || this.minimumRetentionDuration != workSpec.minimumRetentionDuration || this.scheduleRequestedAt != workSpec.scheduleRequestedAt || this.runInForeground != workSpec.runInForeground || !this.f31id.equals(workSpec.f31id) || this.state != workSpec.state || !this.workerClassName.equals(workSpec.workerClassName)) { return false; } String str = this.inputMergerClassName; @@ -289,7 +289,7 @@ public final class WorkSpec { } public int hashCode() { - int m = a.m(this.workerClassName, (this.state.hashCode() + (this.f32id.hashCode() * 31)) * 31, 31); + int m = a.m(this.workerClassName, (this.state.hashCode() + (this.f31id.hashCode() * 31)) * 31, 31); String str = this.inputMergerClassName; int hashCode = str != null ? str.hashCode() : 0; int hashCode2 = this.input.hashCode(); @@ -353,6 +353,6 @@ public final class WorkSpec { @NonNull public String toString() { - return a.G(a.O("{WorkSpec: "), this.f32id, "}"); + return a.G(a.O("{WorkSpec: "), this.f31id, "}"); } } diff --git a/app/src/main/java/androidx/work/impl/model/WorkSpecDao_Impl.java b/app/src/main/java/androidx/work/impl/model/WorkSpecDao_Impl.java index f337a724c7..f71e7d0f12 100644 --- a/app/src/main/java/androidx/work/impl/model/WorkSpecDao_Impl.java +++ b/app/src/main/java/androidx/work/impl/model/WorkSpecDao_Impl.java @@ -39,7 +39,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { } public void bind(SupportSQLiteStatement supportSQLiteStatement, WorkSpec workSpec) { - String str = workSpec.f32id; + String str = workSpec.f31id; if (str == null) { supportSQLiteStatement.bindNull(1); } else { @@ -162,7 +162,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList3 = new ArrayList(); } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); - workInfoPojo.f34id = query.getString(columnIndexOrThrow); + workInfoPojo.f33id = query.getString(columnIndexOrThrow); workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4); @@ -237,7 +237,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList3 = new ArrayList(); } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); - workInfoPojo.f34id = query.getString(columnIndexOrThrow); + workInfoPojo.f33id = query.getString(columnIndexOrThrow); workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4); @@ -312,7 +312,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList3 = new ArrayList(); } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); - workInfoPojo.f34id = query.getString(columnIndexOrThrow); + workInfoPojo.f33id = query.getString(columnIndexOrThrow); workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4); @@ -1340,7 +1340,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { ArrayList arrayList = new ArrayList(query.getCount()); while (query.moveToNext()) { WorkSpec.IdAndState idAndState = new WorkSpec.IdAndState(); - idAndState.f33id = query.getString(columnIndexOrThrow); + idAndState.f32id = query.getString(columnIndexOrThrow); idAndState.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); arrayList.add(idAndState); } @@ -1521,7 +1521,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList = new ArrayList<>(); } WorkSpec.WorkInfoPojo workInfoPojo2 = new WorkSpec.WorkInfoPojo(); - workInfoPojo2.f34id = query.getString(columnIndexOrThrow); + workInfoPojo2.f33id = query.getString(columnIndexOrThrow); workInfoPojo2.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo2.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo2.runAttemptCount = query.getInt(columnIndexOrThrow4); @@ -1600,7 +1600,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList3 = new ArrayList<>(); } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); - workInfoPojo.f34id = query.getString(columnIndexOrThrow); + workInfoPojo.f33id = query.getString(columnIndexOrThrow); workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4); @@ -1670,7 +1670,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList3 = new ArrayList<>(); } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); - workInfoPojo.f34id = query.getString(columnIndexOrThrow); + workInfoPojo.f33id = query.getString(columnIndexOrThrow); workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4); @@ -1740,7 +1740,7 @@ public final class WorkSpecDao_Impl implements WorkSpecDao { arrayList3 = new ArrayList<>(); } WorkSpec.WorkInfoPojo workInfoPojo = new WorkSpec.WorkInfoPojo(); - workInfoPojo.f34id = query.getString(columnIndexOrThrow); + workInfoPojo.f33id = query.getString(columnIndexOrThrow); workInfoPojo.state = WorkTypeConverters.intToState(query.getInt(columnIndexOrThrow2)); workInfoPojo.output = Data.fromByteArray(query.getBlob(columnIndexOrThrow3)); workInfoPojo.runAttemptCount = query.getInt(columnIndexOrThrow4); diff --git a/app/src/main/java/androidx/work/impl/utils/EnqueueRunnable.java b/app/src/main/java/androidx/work/impl/utils/EnqueueRunnable.java index bc4fa2b9a3..ed9f43265e 100644 --- a/app/src/main/java/androidx/work/impl/utils/EnqueueRunnable.java +++ b/app/src/main/java/androidx/work/impl/utils/EnqueueRunnable.java @@ -100,7 +100,7 @@ public class EnqueueRunnable implements Runnable { DependencyDao dependencyDao2 = workDatabase.dependencyDao(); ArrayList arrayList2 = new ArrayList(); for (WorkSpec.IdAndState idAndState : workSpecIdAndStatesForName) { - if (!dependencyDao2.hasDependents(idAndState.f33id)) { + if (!dependencyDao2.hasDependents(idAndState.f32id)) { WorkInfo.State state2 = idAndState.state; dependencyDao = dependencyDao2; boolean z9 = (state2 == WorkInfo.State.SUCCEEDED) & z4; @@ -109,7 +109,7 @@ public class EnqueueRunnable implements Runnable { } else if (state2 == WorkInfo.State.CANCELLED) { z3 = true; } - arrayList2.add(idAndState.f33id); + arrayList2.add(idAndState.f32id); z4 = z9; } else { dependencyDao = dependencyDao2; @@ -122,7 +122,7 @@ public class EnqueueRunnable implements Runnable { } else { WorkSpecDao workSpecDao = workDatabase.workSpecDao(); for (WorkSpec.IdAndState idAndState2 : workSpecDao.getWorkSpecIdAndStatesForName(str)) { - workSpecDao.delete(idAndState2.f33id); + workSpecDao.delete(idAndState2.f32id); } z6 = false; z3 = false; @@ -145,7 +145,7 @@ public class EnqueueRunnable implements Runnable { CancelWorkRunnable.forName(str, workManagerImpl2, false).run(); WorkSpecDao workSpecDao2 = workDatabase.workSpecDao(); for (WorkSpec.IdAndState idAndState4 : workSpecIdAndStatesForName) { - workSpecDao2.delete(idAndState4.f33id); + workSpecDao2.delete(idAndState4.f32id); } z5 = true; for (WorkRequest workRequest : list) { diff --git a/app/src/main/java/androidx/work/impl/utils/ForceStopRunnable.java b/app/src/main/java/androidx/work/impl/utils/ForceStopRunnable.java index 583f2598f5..a3b01e3252 100644 --- a/app/src/main/java/androidx/work/impl/utils/ForceStopRunnable.java +++ b/app/src/main/java/androidx/work/impl/utils/ForceStopRunnable.java @@ -88,8 +88,8 @@ public class ForceStopRunnable implements Runnable { boolean z2 = runningWork != null && !runningWork.isEmpty(); if (z2) { for (WorkSpec workSpec : runningWork) { - workSpecDao.setState(WorkInfo.State.ENQUEUED, workSpec.f32id); - workSpecDao.markWorkSpecScheduled(workSpec.f32id, -1); + workSpecDao.setState(WorkInfo.State.ENQUEUED, workSpec.f31id); + workSpecDao.markWorkSpecScheduled(workSpec.f31id, -1); } } workProgressDao.deleteAll(); diff --git a/app/src/main/java/androidx/work/impl/workers/DiagnosticsWorker.java b/app/src/main/java/androidx/work/impl/workers/DiagnosticsWorker.java index d2dced5cff..fd9cb541ec 100644 --- a/app/src/main/java/androidx/work/impl/workers/DiagnosticsWorker.java +++ b/app/src/main/java/androidx/work/impl/workers/DiagnosticsWorker.java @@ -30,7 +30,7 @@ public class DiagnosticsWorker extends Worker { @NonNull private static String workSpecRow(@NonNull WorkSpec workSpec, @Nullable String str, @Nullable Integer num, @NonNull String str2) { - return String.format("\n%s\t %s\t %s\t %s\t %s\t %s\t", workSpec.f32id, workSpec.workerClassName, num, workSpec.state.name(), str, str2); + return String.format("\n%s\t %s\t %s\t %s\t %s\t %s\t", workSpec.f31id, workSpec.workerClassName, num, workSpec.state.name(), str, str2); } @NonNull @@ -39,11 +39,11 @@ public class DiagnosticsWorker extends Worker { sb.append(String.format("\n Id \t Class Name\t %s\t State\t Unique Name\t Tags\t", Build.VERSION.SDK_INT >= 23 ? "Job Id" : "Alarm Id")); for (WorkSpec workSpec : list) { Integer num = null; - SystemIdInfo systemIdInfo = systemIdInfoDao.getSystemIdInfo(workSpec.f32id); + SystemIdInfo systemIdInfo = systemIdInfoDao.getSystemIdInfo(workSpec.f31id); if (systemIdInfo != null) { num = Integer.valueOf(systemIdInfo.systemId); } - sb.append(workSpecRow(workSpec, TextUtils.join(",", workNameDao.getNamesForWorkSpecId(workSpec.f32id)), num, TextUtils.join(",", workTagDao.getTagsForWorkSpecId(workSpec.f32id)))); + sb.append(workSpecRow(workSpec, TextUtils.join(",", workNameDao.getNamesForWorkSpecId(workSpec.f31id)), num, TextUtils.join(",", workTagDao.getTagsForWorkSpecId(workSpec.f31id)))); } return sb.toString(); } diff --git a/app/src/main/java/b0/a/a.java b/app/src/main/java/b0/a/a.java deleted file mode 100644 index 2333f1255e..0000000000 --- a/app/src/main/java/b0/a/a.java +++ /dev/null @@ -1,5 +0,0 @@ -package b0.a; -/* compiled from: Provider */ -public interface a { - T get(); -} diff --git a/app/src/main/java/b0/a/a/a.java b/app/src/main/java/b0/a/a/a.java new file mode 100644 index 0000000000..e291155317 --- /dev/null +++ b/app/src/main/java/b0/a/a/a.java @@ -0,0 +1,33 @@ +package b0.a.a; + +import android.graphics.Bitmap; +import b0.a.a.e.c; +import d0.z.d.m; +import d0.z.d.o; +import java.util.Objects; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: Compressor.kt */ +public final class a extends o implements Function1 { + public static final a i = new a(); + + public a() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(b0.a.a.e.a aVar) { + b0.a.a.e.a aVar2 = aVar; + m.checkParameterIsNotNull(aVar2, "$receiver"); + Bitmap.CompressFormat compressFormat = Bitmap.CompressFormat.JPEG; + m.checkParameterIsNotNull(aVar2, "$this$default"); + m.checkParameterIsNotNull(compressFormat, "format"); + c cVar = new c(612, 816, compressFormat, 80); + Objects.requireNonNull(aVar2); + m.checkParameterIsNotNull(cVar, "constraint"); + aVar2.a.add(cVar); + return Unit.a; + } +} diff --git a/app/src/main/java/b0/a/a/b.java b/app/src/main/java/b0/a/a/b.java new file mode 100644 index 0000000000..07fd30c64e --- /dev/null +++ b/app/src/main/java/b0/a/a/b.java @@ -0,0 +1,159 @@ +package b0.a.a; + +import android.content.ContentResolver; +import android.content.Context; +import android.database.Cursor; +import android.net.Uri; +import android.os.ParcelFileDescriptor; +import androidx.core.app.NotificationCompat; +import b0.a.a.e.a; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; +import java.io.File; +import java.io.FileOutputStream; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.Locale; +import kotlin.Unit; +import kotlin.coroutines.Continuation; +import kotlin.jvm.functions.Function1; +import kotlin.jvm.functions.Function2; +import kotlinx.coroutines.CoroutineScope; +/* compiled from: Compressor.kt */ +@e(c = "id.zelory.compressor.Compressor$compress$6", f = "Compressor.kt", l = {}, m = "invokeSuspend") +public final class b extends k implements Function2, Object> { + public final /* synthetic */ Function1 $compressionPatch; + public final /* synthetic */ Context $context; + public final /* synthetic */ Uri $imageFileUri; + public int label; + private CoroutineScope p$; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public b(Function1 function1, Context context, Uri uri, Continuation continuation) { + super(2, continuation); + this.$compressionPatch = function1; + this.$context = context; + this.$imageFileUri = uri; + } + + @Override // d0.w.i.a.a + public final Continuation create(Object obj, Continuation continuation) { + m.checkParameterIsNotNull(continuation, "completion"); + b bVar = new b(this.$compressionPatch, this.$context, this.$imageFileUri, continuation); + bVar.p$ = (CoroutineScope) obj; + return bVar; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { + Continuation continuation2 = continuation; + m.checkParameterIsNotNull(continuation2, "completion"); + b bVar = new b(this.$compressionPatch, this.$context, this.$imageFileUri, continuation2); + bVar.p$ = coroutineScope; + return bVar.invokeSuspend(Unit.a); + } + + /* JADX WARNING: Code restructure failed: missing block: B:42:0x015e, code lost: + r2 = move-exception; + */ + /* JADX WARNING: Code restructure failed: missing block: B:43:0x015f, code lost: + d0.y.b.closeFinally(r0, r13); + */ + /* JADX WARNING: Code restructure failed: missing block: B:44:0x0162, code lost: + throw r2; + */ + /* JADX WARNING: Code restructure failed: missing block: B:47:0x0164, code lost: + r0 = move-exception; + */ + /* JADX WARNING: Code restructure failed: missing block: B:48:0x0165, code lost: + d0.y.b.closeFinally(r1, r13); + */ + /* JADX WARNING: Code restructure failed: missing block: B:49:0x0168, code lost: + throw r0; + */ + /* JADX WARNING: Code restructure failed: missing block: B:55:0x0182, code lost: + r0 = move-exception; + */ + /* JADX WARNING: Code restructure failed: missing block: B:56:0x0183, code lost: + d0.y.b.closeFinally(r1, r13); + */ + /* JADX WARNING: Code restructure failed: missing block: B:57:0x0186, code lost: + throw r0; + */ + @Override // d0.w.i.a.a + public final Object invokeSuspend(Object obj) { + String str; + c.getCOROUTINE_SUSPENDED(); + if (this.label == 0) { + l.throwOnFailure(obj); + a aVar = new a(); + this.$compressionPatch.invoke(aVar); + Context context = this.$context; + Uri uri = this.$imageFileUri; + String str2 = d.a; + m.checkParameterIsNotNull(context, "context"); + m.checkParameterIsNotNull(uri, "srcFileUri"); + StringBuilder sb = new StringBuilder(); + StringBuilder sb2 = new StringBuilder(); + File cacheDir = context.getCacheDir(); + m.checkExpressionValueIsNotNull(cacheDir, "context.cacheDir"); + sb2.append(cacheDir.getPath()); + String str3 = d.a; + sb2.append(str3); + sb2.append("compressor"); + sb2.append(str3); + sb.append(sb2.toString()); + m.checkParameterIsNotNull(context, "context"); + m.checkParameterIsNotNull(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); + ContentResolver contentResolver = context.getContentResolver(); + Cursor query = contentResolver.query(uri, new String[]{"_display_name"}, null, null, null); + if (query == null) { + m.throwNpe(); + } + int columnIndex = query.getColumnIndex("_display_name"); + if (query.moveToFirst()) { + str = query.getString(columnIndex); + m.checkExpressionValueIsNotNull(str, "it.getString(nameIndex)"); + d0.y.b.closeFinally(query, null); + } else { + String str4 = "IMG_" + new SimpleDateFormat("yyyyMMdd_", Locale.getDefault()).format(new Date()) + System.nanoTime(); + String type = contentResolver.getType(uri); + if (m.areEqual(type, "image/jpg") || m.areEqual(type, "image/jpeg")) { + str = str4 + ".jpeg"; + } else if (m.areEqual(type, "image/png")) { + str = str4 + ".png"; + } else { + throw new IllegalStateException(type + " fallback display name not supported"); + } + d0.y.b.closeFinally(query, null); + } + sb.append(str); + File file = new File(sb.toString()); + File parentFile = file.getParentFile(); + if (parentFile != null) { + parentFile.mkdirs(); + } + if (file.exists()) { + file.delete(); + } + file.createNewFile(); + file.deleteOnExit(); + ParcelFileDescriptor.AutoCloseInputStream autoCloseInputStream = new ParcelFileDescriptor.AutoCloseInputStream(context.getContentResolver().openFileDescriptor(uri, "r")); + FileOutputStream fileOutputStream = new FileOutputStream(file); + d0.y.a.copyTo$default(autoCloseInputStream, fileOutputStream, 0, 2, null); + d0.y.b.closeFinally(fileOutputStream, null); + d0.y.b.closeFinally(autoCloseInputStream, null); + for (b0.a.a.e.b bVar : aVar.a) { + while (!bVar.b(file)) { + file = bVar.a(file); + } + } + return file; + } + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); + } +} diff --git a/app/src/main/java/b0/a/a/c.java b/app/src/main/java/b0/a/a/c.java new file mode 100644 index 0000000000..94bcff0880 --- /dev/null +++ b/app/src/main/java/b0/a/a/c.java @@ -0,0 +1,13 @@ +package b0.a.a; + +import android.graphics.Bitmap; +public final /* synthetic */ class c { + public static final /* synthetic */ int[] a; + + static { + int[] iArr = new int[Bitmap.CompressFormat.values().length]; + a = iArr; + iArr[Bitmap.CompressFormat.PNG.ordinal()] = 1; + iArr[Bitmap.CompressFormat.WEBP.ordinal()] = 2; + } +} diff --git a/app/src/main/java/b0/a/a/d.java b/app/src/main/java/b0/a/a/d.java new file mode 100644 index 0000000000..531ee3b023 --- /dev/null +++ b/app/src/main/java/b0/a/a/d.java @@ -0,0 +1,7 @@ +package b0.a.a; + +import java.io.File; +/* compiled from: Util.kt */ +public final class d { + public static final String a = File.separator; +} diff --git a/app/src/main/java/b0/a/a/e/a.java b/app/src/main/java/b0/a/a/e/a.java new file mode 100644 index 0000000000..22983a3fd1 --- /dev/null +++ b/app/src/main/java/b0/a/a/e/a.java @@ -0,0 +1,8 @@ +package b0.a.a.e; + +import java.util.ArrayList; +import java.util.List; +/* compiled from: Compression.kt */ +public final class a { + public final List a = new ArrayList(); +} diff --git a/app/src/main/java/b0/a/a/e/b.java b/app/src/main/java/b0/a/a/e/b.java new file mode 100644 index 0000000000..9bf44bb5ce --- /dev/null +++ b/app/src/main/java/b0/a/a/e/b.java @@ -0,0 +1,9 @@ +package b0.a.a.e; + +import java.io.File; +/* compiled from: Constraint.kt */ +public interface b { + File a(File file); + + boolean b(File file); +} diff --git a/app/src/main/java/b0/a/a/e/c.java b/app/src/main/java/b0/a/a/e/c.java new file mode 100644 index 0000000000..f0345ec587 --- /dev/null +++ b/app/src/main/java/b0/a/a/e/c.java @@ -0,0 +1,198 @@ +package b0.a.a.e; + +import android.graphics.Bitmap; +import android.graphics.BitmapFactory; +import android.graphics.Matrix; +import android.media.ExifInterface; +import b0.a.a.d; +import d0.g0.w; +import d0.o; +import d0.y.h; +import d0.z.d.m; +import java.io.File; +import java.io.FileOutputStream; +import kotlin.Pair; +import kotlin.TypeCastException; +/* compiled from: DefaultConstraint.kt */ +public final class c implements b { + public boolean a; + public final int b; + + /* renamed from: c reason: collision with root package name */ + public final int f34c; + public final Bitmap.CompressFormat d; + public final int e; + + public c(int i, int i2, Bitmap.CompressFormat compressFormat, int i3) { + m.checkParameterIsNotNull(compressFormat, "format"); + this.b = i; + this.f34c = i2; + this.d = compressFormat; + this.e = i3; + } + + /* JADX WARNING: Removed duplicated region for block: B:34:0x0111 */ + /* JADX WARNING: Removed duplicated region for block: B:35:0x0113 */ + /* JADX WARNING: Removed duplicated region for block: B:43:0x0164 */ + /* JADX WARNING: Removed duplicated region for block: B:54:0x0182 */ + @Override // b0.a.a.e.b + public File a(File file) { + int i; + Bitmap.CompressFormat compressFormat; + File file2; + File parentFile; + Throwable th; + FileOutputStream fileOutputStream; + m.checkParameterIsNotNull(file, "imageFile"); + int i2 = this.b; + int i3 = this.f34c; + String str = d.a; + m.checkParameterIsNotNull(file, "imageFile"); + BitmapFactory.Options options = new BitmapFactory.Options(); + options.inJustDecodeBounds = true; + BitmapFactory.decodeFile(file.getAbsolutePath(), options); + m.checkParameterIsNotNull(options, "options"); + Pair pair = o.to(Integer.valueOf(options.outHeight), Integer.valueOf(options.outWidth)); + int intValue = ((Number) pair.component1()).intValue(); + int intValue2 = ((Number) pair.component2()).intValue(); + if (intValue > i3 || intValue2 > i2) { + int i4 = intValue / 2; + int i5 = intValue2 / 2; + i = 1; + while (i4 / i >= i3 && i5 / i >= i2) { + i *= 2; + } + } else { + i = 1; + } + options.inSampleSize = i; + options.inJustDecodeBounds = false; + Bitmap decodeFile = BitmapFactory.decodeFile(file.getAbsolutePath(), options); + m.checkExpressionValueIsNotNull(decodeFile, "BitmapFactory.decodeFile…eFile.absolutePath, this)"); + m.checkExpressionValueIsNotNull(decodeFile, "BitmapFactory.Options().…absolutePath, this)\n }"); + m.checkParameterIsNotNull(file, "imageFile"); + m.checkParameterIsNotNull(decodeFile, "bitmap"); + int attributeInt = new ExifInterface(file.getAbsolutePath()).getAttributeInt(androidx.exifinterface.media.ExifInterface.TAG_ORIENTATION, 0); + Matrix matrix = new Matrix(); + if (attributeInt == 3) { + matrix.postRotate(180.0f); + } else if (attributeInt == 6) { + matrix.postRotate(90.0f); + } else if (attributeInt == 8) { + matrix.postRotate(270.0f); + } + Bitmap createBitmap = Bitmap.createBitmap(decodeFile, 0, 0, decodeFile.getWidth(), decodeFile.getHeight(), matrix, true); + m.checkExpressionValueIsNotNull(createBitmap, "Bitmap.createBitmap(bitm…map.height, matrix, true)"); + Bitmap.CompressFormat compressFormat2 = this.d; + int i6 = this.e; + m.checkParameterIsNotNull(file, "imageFile"); + m.checkParameterIsNotNull(createBitmap, "bitmap"); + m.checkParameterIsNotNull(compressFormat2, "format"); + m.checkParameterIsNotNull(file, "$this$compressFormat"); + String extension = h.getExtension(file); + if (extension != null) { + String lowerCase = extension.toLowerCase(); + m.checkExpressionValueIsNotNull(lowerCase, "(this as java.lang.String).toLowerCase()"); + int hashCode = lowerCase.hashCode(); + String str2 = "webp"; + if (hashCode != 111145) { + if (hashCode == 3645340 && lowerCase.equals(str2)) { + compressFormat = Bitmap.CompressFormat.WEBP; + FileOutputStream fileOutputStream2 = null; + if (compressFormat2 == compressFormat) { + file2 = file; + } else { + StringBuilder sb = new StringBuilder(); + String absolutePath = file.getAbsolutePath(); + m.checkExpressionValueIsNotNull(absolutePath, "imageFile.absolutePath"); + sb.append(w.substringBeforeLast$default(absolutePath, ".", (String) null, 2, (Object) null)); + sb.append('.'); + m.checkParameterIsNotNull(compressFormat2, "$this$extension"); + int i7 = b0.a.a.c.a[compressFormat2.ordinal()]; + if (i7 == 1) { + str2 = "png"; + } else if (i7 != 2) { + str2 = "jpg"; + } + sb.append(str2); + file2 = new File(sb.toString()); + } + file.delete(); + m.checkParameterIsNotNull(createBitmap, "bitmap"); + m.checkParameterIsNotNull(file2, "destination"); + m.checkParameterIsNotNull(compressFormat2, "format"); + parentFile = file2.getParentFile(); + if (parentFile != null) { + parentFile.mkdirs(); + } + fileOutputStream = new FileOutputStream(file2.getAbsolutePath()); + createBitmap.compress(compressFormat2, i6, fileOutputStream); + fileOutputStream.flush(); + fileOutputStream.close(); + this.a = true; + return file2; + } + } else if (lowerCase.equals("png")) { + compressFormat = Bitmap.CompressFormat.PNG; + FileOutputStream fileOutputStream2 = null; + if (compressFormat2 == compressFormat) { + } + file.delete(); + m.checkParameterIsNotNull(createBitmap, "bitmap"); + m.checkParameterIsNotNull(file2, "destination"); + m.checkParameterIsNotNull(compressFormat2, "format"); + parentFile = file2.getParentFile(); + if (parentFile != null) { + } + fileOutputStream = new FileOutputStream(file2.getAbsolutePath()); + createBitmap.compress(compressFormat2, i6, fileOutputStream); + fileOutputStream.flush(); + fileOutputStream.close(); + this.a = true; + return file2; + } + compressFormat = Bitmap.CompressFormat.JPEG; + FileOutputStream fileOutputStream2 = null; + if (compressFormat2 == compressFormat) { + } + file.delete(); + m.checkParameterIsNotNull(createBitmap, "bitmap"); + m.checkParameterIsNotNull(file2, "destination"); + m.checkParameterIsNotNull(compressFormat2, "format"); + parentFile = file2.getParentFile(); + if (parentFile != null) { + } + try { + fileOutputStream = new FileOutputStream(file2.getAbsolutePath()); + try { + createBitmap.compress(compressFormat2, i6, fileOutputStream); + fileOutputStream.flush(); + fileOutputStream.close(); + this.a = true; + return file2; + } catch (Throwable th2) { + th = th2; + fileOutputStream2 = fileOutputStream; + if (fileOutputStream2 != null) { + fileOutputStream2.flush(); + fileOutputStream2.close(); + } + throw th; + } + } catch (Throwable th3) { + th = th3; + if (fileOutputStream2 != null) { + } + throw th; + } + } else { + throw new TypeCastException("null cannot be cast to non-null type java.lang.String"); + } + } + + @Override // b0.a.a.e.b + public boolean b(File file) { + m.checkParameterIsNotNull(file, "imageFile"); + return this.a; + } +} diff --git a/app/src/main/java/c/a/a/a.java b/app/src/main/java/c/a/a/a.java index ffd0af680c..e064053284 100644 --- a/app/src/main/java/c/a/a/a.java +++ b/app/src/main/java/c/a/a/a.java @@ -10,8 +10,6 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.v; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.ImageUploadDialog; @@ -24,6 +22,8 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.settings.premium.WidgetSettingsPremium; import com.google.android.material.button.MaterialButton; import com.google.android.material.switchmaterial.SwitchMaterial; +import d0.z.d.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -53,7 +53,7 @@ public final class a extends AppDialog { if (i == 0) { Function0 function0 = ((a) this.j).l; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } ((a) this.j).dismiss(); } else if (i == 1) { @@ -70,7 +70,7 @@ public final class a extends AppDialog { ((a) this.j).dismiss(); } else if (i == 4) { KProperty[] kPropertyArr = a.i; - ((a) this.j).g().f175c.toggle(); + ((a) this.j).g().f173c.toggle(); } else { throw null; } @@ -221,10 +221,10 @@ public final class a extends AppDialog { } relativeLayout2.setVisibility(i3); g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this)); - SwitchMaterial switchMaterial = g().f175c; + SwitchMaterial switchMaterial = g().f173c; m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox"); switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled()); - g().f175c.setOnCheckedChangeListener(d.a); + g().f173c.setOnCheckedChangeListener(d.a); TextView textView = g().j; m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText"); CharSequence charSequence = null; diff --git a/app/src/main/java/c/a/a/b/a.java b/app/src/main/java/c/a/a/b/a.java index 9a7393c7a1..cd99c7df33 100644 --- a/app/src/main/java/c/a/a/b/a.java +++ b/app/src/main/java/c/a/a/b/a.java @@ -10,10 +10,6 @@ import c.a.a.b.f; import c.a.d.f0; import c.a.d.h0; import c.a.i.r1; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -26,6 +22,10 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.user.UserNameFormatterKt; import com.facebook.drawee.view.SimpleDraweeView; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Lazy; import kotlin.Unit; @@ -119,21 +119,21 @@ public final class a extends AppDialog { } /* compiled from: ObservableExtensions.kt */ - public static final class d implements i0.k.b { + public static final class d implements j0.k.b { public static final d i = new d(); /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // i0.k.b + @Override // j0.k.b public Boolean call(Object obj) { return Boolean.valueOf(obj instanceof f.d.a); } } /* compiled from: ObservableExtensions.kt */ - public static final class e implements i0.k.b { + public static final class e implements j0.k.b { public static final e i = new e(); - @Override // i0.k.b + @Override // j0.k.b public final T call(Object obj) { Objects.requireNonNull(obj, "null cannot be cast to non-null type com.discord.dialogs.useractions.UserActionsDialogViewModel.ViewState.Loaded"); return (T) ((f.d.a) obj); @@ -164,7 +164,7 @@ public final class a extends AppDialog { Context requireContext = aVar3.requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); textView.setText(UserNameFormatterKt.getSpannableForUserNameWithDiscrim(user, str, requireContext, R.attr.colorHeaderPrimary, R.attr.font_primary_semibold, R.integer.uikit_textsize_large_sp, R.attr.colorTextMuted, R.attr.font_primary_normal, R.integer.uikit_textsize_large_sp)); - TextView textView2 = aVar3.g().f154c; + TextView textView2 = aVar3.g().f152c; m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem"); int i = 8; textView2.setVisibility(aVar2.f36c ? 0 : 8); @@ -220,7 +220,7 @@ public final class a extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public AppViewModel mo17invoke() { + public AppViewModel mo1invoke() { a aVar = this.this$0; KProperty[] kPropertyArr = a.i; return new f(aVar.getArgumentsOrDefault().getLong("com.discord.intent.extra.EXTRA_USER_ID", 0), this.this$0.getArgumentsOrDefault().getLong("com.discord.intent.extra.EXTRA_CHANNEL_ID", 0), null, null, 12); @@ -231,7 +231,7 @@ public final class a extends AppDialog { super(R.layout.user_actions_dialog); h hVar = new h(this); f0 f0Var = new f0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new l(4, f0Var), new h0(hVar)); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(4, f0Var), new h0(hVar)); this.m = new MGImages.DistinctChangeDetector(); } @@ -247,7 +247,7 @@ public final class a extends AppDialog { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - g().f154c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); + g().f152c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); g().e.setOnClickListener(new View$OnClickListenerC0002a(1, this)); g().d.setOnClickListener(new View$OnClickListenerC0002a(2, this)); } diff --git a/app/src/main/java/c/a/a/b/b.java b/app/src/main/java/c/a/a/b/b.java index 74caf27c24..0f6ef73524 100644 --- a/app/src/main/java/c/a/a/b/b.java +++ b/app/src/main/java/c/a/a/b/b.java @@ -1,12 +1,12 @@ package c.a.a.b; import c.a.a.b.f; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.models.domain.ModelUserRelationship; import com.discord.models.member.GuildMember; import com.discord.models.user.User; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/a/b/c.java b/app/src/main/java/c/a/a/b/c.java index d7bbb5ba3d..b4deb8b8a6 100644 --- a/app/src/main/java/c/a/a/b/c.java +++ b/app/src/main/java/c/a/a/b/c.java @@ -2,7 +2,7 @@ package c.a.a.b; import com.discord.api.channel.Channel; import com.discord.models.member.GuildMember; -import i0.k.b; +import j0.k.b; import java.util.Map; /* compiled from: UserActionsDialogViewModel.kt */ public final class c implements b, GuildMember> { @@ -14,7 +14,7 @@ public final class c implements b, GuildM /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public GuildMember call(Map map) { return (GuildMember) map.get(Long.valueOf(this.i.j)); } diff --git a/app/src/main/java/c/a/a/b/d.java b/app/src/main/java/c/a/a/b/d.java index ef7140647e..1e27d76943 100644 --- a/app/src/main/java/c/a/a/b/d.java +++ b/app/src/main/java/c/a/a/b/d.java @@ -1,11 +1,11 @@ package c.a.a.b; -import c0.t.m0; import com.discord.api.channel.Channel; import com.discord.models.member.GuildMember; import com.discord.stores.StoreGuilds; -import i0.k.b; -import i0.l.e.j; +import d0.t.m0; +import j0.k.b; +import j0.l.e.j; import rx.Observable; /* compiled from: UserActionsDialogViewModel.kt */ public final class d implements b> { @@ -19,7 +19,7 @@ public final class d implements b call(Channel channel) { Channel channel2 = channel; return channel2 != null ? this.i.observeComputed(channel2.f(), m0.setOf(Long.valueOf(this.j))).F(new c(this, channel2)) : new j(null); diff --git a/app/src/main/java/c/a/a/b/f.java b/app/src/main/java/c/a/a/b/f.java index 78c7194bac..f24a930a51 100644 --- a/app/src/main/java/c/a/a/b/f.java +++ b/app/src/main/java/c/a/a/b/f.java @@ -2,8 +2,6 @@ package c.a.a.b; import android.content.Context; import androidx.annotation.StringRes; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppViewModel; import com.discord.models.member.GuildMember; @@ -16,6 +14,8 @@ import com.discord.stores.StoreUserRelationships; import com.discord.utilities.error.Error; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/a/b/g.java b/app/src/main/java/c/a/a/b/g.java index 295efa9808..653216ef13 100644 --- a/app/src/main/java/c/a/a/b/g.java +++ b/app/src/main/java/c/a/a/b/g.java @@ -1,8 +1,8 @@ package c.a.a.b; import c.a.a.b.f; -import c0.z.d.o; import com.discord.R; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.subjects.PublishSubject; diff --git a/app/src/main/java/c/a/a/b/h.java b/app/src/main/java/c/a/a/b/h.java index 6949c37461..6df1782af5 100644 --- a/app/src/main/java/c/a/a/b/h.java +++ b/app/src/main/java/c/a/a/b/h.java @@ -1,10 +1,10 @@ package c.a.a.b; import c.a.a.b.f; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.utilities.error.Error; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.subjects.PublishSubject; diff --git a/app/src/main/java/c/a/a/c/a.java b/app/src/main/java/c/a/a/c/a.java index 80c47d649e..8fb3d4c736 100644 --- a/app/src/main/java/c/a/a/c/a.java +++ b/app/src/main/java/c/a/a/c/a.java @@ -12,11 +12,6 @@ import c.a.a.c.f; import c.a.d.f0; import c.a.d.h0; import c.a.i.y0; -import c0.g; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewFlipper; @@ -31,6 +26,11 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; +import d0.g; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import java.text.DateFormat; import java.util.Objects; import kotlin.Lazy; @@ -182,7 +182,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f37c, 0.0f, 2, null); aVar.setCancelable(cVar2.e); - aVar.g().f193c.setIsLoading(cVar2.d); + aVar.g().f191c.setIsLoading(cVar2.d); AppViewFlipper appViewFlipper = aVar.g().e; m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper"); appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0); @@ -202,7 +202,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody"); c.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4); } - aVar.g().f193c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); + aVar.g().f191c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); } else if (cVar2 instanceof f.c.b) { TextView textView4 = aVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader"); @@ -214,8 +214,8 @@ public final class a extends AppDialog { Context requireContext2 = aVar.requireContext(); m.checkNotNullExpressionValue(requireContext2, "requireContext()"); c.a.k.b.n(textView5, R.string.premium_guild_subscription_confirm_body, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); - aVar.g().f193c.setText(aVar.getString(R.string.okay)); - aVar.g().f193c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); + aVar.g().f191c.setText(aVar.getString(R.string.okay)); + aVar.g().f191c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); } else if (cVar2 instanceof f.c.C0008c) { Integer num = ((f.c.C0008c) cVar2).f; if (num != null) { @@ -240,7 +240,7 @@ public final class a extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Long mo17invoke() { + public Long mo1invoke() { Bundle arguments = this.this$0.getArguments(); Long valueOf = arguments != null ? Long.valueOf(arguments.getLong("extra_slot_id")) : null; Objects.requireNonNull(valueOf, "null cannot be cast to non-null type com.discord.primitives.PremiumGuildSubscriptionSlotId /* = kotlin.Long */"); @@ -261,7 +261,7 @@ public final class a extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public AppViewModel mo17invoke() { + public AppViewModel mo1invoke() { return new f(((Number) this.this$0.m.getValue()).longValue(), null, null, null, null, 30); } } @@ -270,7 +270,7 @@ public final class a extends AppDialog { super(R.layout.premium_guild_subscription_cancel_dialog); f fVar = new f(this); f0 f0Var = new f0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new l(2, f0Var), new h0(fVar)); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(2, f0Var), new h0(fVar)); this.m = g.lazy(new e(this)); } @@ -283,7 +283,7 @@ public final class a extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().g.setOnClickListener(new View$OnClickListenerC0005a(0, this)); - g().f193c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); + g().f191c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/c/b.java b/app/src/main/java/c/a/a/c/b.java index 7bd26b5c51..5b7ba6a165 100644 --- a/app/src/main/java/c/a/a/c/b.java +++ b/app/src/main/java/c/a/a/c/b.java @@ -12,10 +12,6 @@ import c.a.a.c.k; import c.a.d.f0; import c.a.d.h0; import c.a.i.z0; -import c0.g; -import c0.z.d.a0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewFlipper; @@ -27,6 +23,10 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; +import d0.g; +import d0.z.d.a0; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Lazy; import kotlin.Unit; @@ -100,7 +100,7 @@ public final class b extends AppDialog { } /* compiled from: PremiumGuildSubscriptionUncancelDialog.kt */ - public static final /* synthetic */ class c extends c0.z.d.k implements Function1 { + public static final /* synthetic */ class c extends d0.z.d.k implements Function1 { public static final c i = new c(); public c() { @@ -186,7 +186,7 @@ public final class b extends AppDialog { MaterialButton materialButton2 = bVar.g().h; m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionUncancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, z3 && !((k.c.b) cVar2).b, 0.0f, 2, null); - bVar.g().f198c.setIsLoading(z3 && ((k.c.b) cVar2).b); + bVar.g().f196c.setIsLoading(z3 && ((k.c.b) cVar2).b); k.c.C0010c cVar3 = k.c.C0010c.a; if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) { z2 = false; @@ -210,7 +210,7 @@ public final class b extends AppDialog { TextView textView5 = bVar.g().b; m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody"); textView5.setText(bVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description)); - bVar.g().f198c.setText(bVar.getString(R.string.okay)); + bVar.g().f196c.setText(bVar.getString(R.string.okay)); } else if (cVar2 instanceof k.c.a) { Integer num = ((k.c.a) cVar2).a; if (num != null) { @@ -236,7 +236,7 @@ public final class b extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Long mo17invoke() { + public Long mo1invoke() { Bundle arguments = this.this$0.getArguments(); Long valueOf = arguments != null ? Long.valueOf(arguments.getLong("extra_slot_id")) : null; Objects.requireNonNull(valueOf, "null cannot be cast to non-null type com.discord.primitives.PremiumGuildSubscriptionSlotId /* = kotlin.Long */"); @@ -257,7 +257,7 @@ public final class b extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public AppViewModel mo17invoke() { + public AppViewModel mo1invoke() { return new k(((Number) this.this$0.m.getValue()).longValue(), null, null, null, null, 30); } } @@ -266,7 +266,7 @@ public final class b extends AppDialog { super(R.layout.premium_guild_subscription_uncancel_dialog); f fVar = new f(this); f0 f0Var = new f0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new l(3, f0Var), new h0(fVar)); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new m(3, f0Var), new h0(fVar)); this.m = g.lazy(new e(this)); } @@ -279,7 +279,7 @@ public final class b extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().h.setOnClickListener(new a(0, this)); - g().f198c.setOnClickListener(new a(1, this)); + g().f196c.setOnClickListener(new a(1, this)); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/c/c.java b/app/src/main/java/c/a/a/c/c.java index 958b928a8d..5760ee156f 100644 --- a/app/src/main/java/c/a/a/c/c.java +++ b/app/src/main/java/c/a/a/c/c.java @@ -9,8 +9,6 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.x0; -import c0.z.d.k; -import c0.z.d.m; import com.airbnb.lottie.LottieAnimationView; import com.discord.R; import com.discord.app.AppDialog; @@ -20,6 +18,8 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; import com.google.android.material.snackbar.BaseTransientBottomBar; +import d0.z.d.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -118,7 +118,7 @@ public final class c extends AppDialog { m.checkNotNullParameter(dialogInterface, "dialog"); Function0 function0 = this.m; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } super.onDismiss(dialogInterface); } @@ -131,7 +131,7 @@ public final class c extends AppDialog { Bundle arguments = getArguments(); CharSequence charSequence = null; textView.setText(arguments != null ? arguments.getCharSequence("extra_body1_text") : null); - TextView textView2 = g().f187c; + TextView textView2 = g().f185c; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionActivatedBody2"); Bundle arguments2 = getArguments(); if (arguments2 != null) { diff --git a/app/src/main/java/c/a/a/c/d.java b/app/src/main/java/c/a/a/c/d.java index 0b023c0fa0..b1f72605e4 100644 --- a/app/src/main/java/c/a/a/c/d.java +++ b/app/src/main/java/c/a/a/c/d.java @@ -1,15 +1,15 @@ package c.a.a.c; import c.a.a.c.f; -import c0.t.u; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.models.domain.ModelPremiumGuildSubscription; import com.discord.models.domain.ModelPremiumGuildSubscriptionSlot; import com.discord.models.domain.ModelSubscription; import com.discord.stores.StorePremiumGuildSubscription; import com.discord.stores.StoreSubscriptions; +import d0.t.u; +import d0.z.d.m; +import d0.z.d.o; import java.util.List; import java.util.Objects; import kotlin.Unit; diff --git a/app/src/main/java/c/a/a/c/e.java b/app/src/main/java/c/a/a/c/e.java index 6e77643f8f..e75b612559 100644 --- a/app/src/main/java/c/a/a/c/e.java +++ b/app/src/main/java/c/a/a/c/e.java @@ -1,10 +1,10 @@ package c.a.a.c; import c.a.a.c.f; -import c0.z.d.k; -import c0.z.d.m; import com.discord.stores.StorePremiumGuildSubscription; import com.discord.stores.StoreSubscriptions; +import d0.z.d.k; +import d0.z.d.m; import kotlin.jvm.functions.Function2; /* compiled from: PremiumGuildSubscriptionCancelViewModel.kt */ public final /* synthetic */ class e extends k implements Function2 { diff --git a/app/src/main/java/c/a/a/c/f.java b/app/src/main/java/c/a/a/c/f.java index beca8d3801..37a3ad6f6b 100644 --- a/app/src/main/java/c/a/a/c/f.java +++ b/app/src/main/java/c/a/a/c/f.java @@ -2,7 +2,6 @@ package c.a.a.c; import android.content.Context; import androidx.annotation.StringRes; -import c0.z.d.m; import com.discord.app.AppViewModel; import com.discord.models.domain.ModelSubscription; import com.discord.stores.StorePremiumGuildSubscription; @@ -11,6 +10,7 @@ import com.discord.stores.StoreSubscriptions; import com.discord.utilities.analytics.Traits; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; diff --git a/app/src/main/java/c/a/a/c/g.java b/app/src/main/java/c/a/a/c/g.java index 3aedad0ed6..e25d1959b0 100644 --- a/app/src/main/java/c/a/a/c/g.java +++ b/app/src/main/java/c/a/a/c/g.java @@ -1,10 +1,10 @@ package c.a.a.c; import c.a.a.c.f; -import c0.z.d.m; -import c0.z.d.o; import com.discord.models.domain.ModelSubscription; import com.discord.utilities.premium.PremiumGuildSubscriptionUtils; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: PremiumGuildSubscriptionCancelViewModel.kt */ diff --git a/app/src/main/java/c/a/a/c/i.java b/app/src/main/java/c/a/a/c/i.java index dc4f0476a3..7d619b5bc2 100644 --- a/app/src/main/java/c/a/a/c/i.java +++ b/app/src/main/java/c/a/a/c/i.java @@ -1,12 +1,12 @@ package c.a.a.c; import c.a.a.c.k; -import c0.t.u; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.models.domain.ModelSubscription; import com.discord.stores.StoreSubscriptions; +import d0.t.u; +import d0.z.d.m; +import d0.z.d.o; import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/a/c/j.java b/app/src/main/java/c/a/a/c/j.java index c2bd1ce496..bd16283d4c 100644 --- a/app/src/main/java/c/a/a/c/j.java +++ b/app/src/main/java/c/a/a/c/j.java @@ -1,16 +1,16 @@ package c.a.a.c; import c.a.a.c.k; -import c0.z.d.m; import com.discord.stores.StoreSubscriptions; -import i0.k.b; +import d0.z.d.m; +import j0.k.b; /* compiled from: PremiumGuildSubscriptionUncancelViewModel.kt */ public final class j implements b { public static final j i = new j(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public k.b call(StoreSubscriptions.SubscriptionsState subscriptionsState) { StoreSubscriptions.SubscriptionsState subscriptionsState2 = subscriptionsState; m.checkNotNullExpressionValue(subscriptionsState2, "it"); diff --git a/app/src/main/java/c/a/a/c/k.java b/app/src/main/java/c/a/a/c/k.java index 97d23a6858..e9928c040b 100644 --- a/app/src/main/java/c/a/a/c/k.java +++ b/app/src/main/java/c/a/a/c/k.java @@ -1,7 +1,6 @@ package c.a.a.c; import android.content.Context; -import c0.z.d.m; import com.discord.app.AppViewModel; import com.discord.models.domain.ModelSubscription; import com.discord.stores.StorePremiumGuildSubscription; @@ -10,6 +9,7 @@ import com.discord.stores.StoreSubscriptions; import com.discord.utilities.analytics.Traits; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import java.util.Objects; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/a/c/l.java b/app/src/main/java/c/a/a/c/l.java index b69213311e..58e9cd5651 100644 --- a/app/src/main/java/c/a/a/c/l.java +++ b/app/src/main/java/c/a/a/c/l.java @@ -1,9 +1,9 @@ package c.a.a.c; import c.a.a.c.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.premium.PremiumGuildSubscriptionUtils; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: PremiumGuildSubscriptionUncancelViewModel.kt */ diff --git a/app/src/main/java/c/a/a/d.java b/app/src/main/java/c/a/a/d.java index c17c6a86c2..2a50abf5c1 100644 --- a/app/src/main/java/c/a/a/d.java +++ b/app/src/main/java/c/a/a/d.java @@ -7,17 +7,17 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.l1; -import c0.g; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.SimpleConfirmationDialogArgs; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.g; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Lazy; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -73,7 +73,7 @@ public final class d extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public SimpleConfirmationDialogArgs mo17invoke() { + public SimpleConfirmationDialogArgs mo1invoke() { Bundle arguments = this.$this_args.getArguments(); SimpleConfirmationDialogArgs simpleConfirmationDialogArgs = null; Object obj = arguments != null ? arguments.get(this.$argsKey) : null; @@ -166,8 +166,8 @@ public final class d extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); h().d.setOnClickListener(new a(0, this)); h().d.setText(g().k); - h().f125c.setOnClickListener(new a(1, this)); - MaterialButton materialButton = h().f125c; + h().f123c.setOnClickListener(new a(1, this)); + MaterialButton materialButton = h().f123c; m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative"); materialButton.setText(g().l); TextView textView = h().e; diff --git a/app/src/main/java/c/a/a/e/a.java b/app/src/main/java/c/a/a/e/a.java index 88e846ccf5..4bec87d9e1 100644 --- a/app/src/main/java/c/a/a/e/a.java +++ b/app/src/main/java/c/a/a/e/a.java @@ -9,8 +9,6 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.a1; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.analytics.AnalyticsTracker; @@ -19,6 +17,8 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.servers.premiumguild.WidgetPremiumGuildSubscription; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; @@ -200,6 +200,6 @@ public final class a extends AppDialog { Bundle arguments3 = getArguments(); g().d.setOnClickListener(new d(this, j2, valueOf, arguments3 != null ? arguments3.getString("extra_page") : null, string)); g().b.setOnClickListener(new View$OnClickListenerC0012a(0, this)); - g().f64c.setOnClickListener(new View$OnClickListenerC0012a(1, this)); + g().f62c.setOnClickListener(new View$OnClickListenerC0012a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/b.java b/app/src/main/java/c/a/a/e/b.java index 7d7a367813..5fea9c8d25 100644 --- a/app/src/main/java/c/a/a/e/b.java +++ b/app/src/main/java/c/a/a/e/b.java @@ -14,10 +14,6 @@ import androidx.viewpager2.adapter.FragmentStateAdapter; import androidx.viewpager2.widget.ViewPager2; import c.a.i.m5; import c.a.i.o0; -import c0.t.n; -import c0.t.u; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppFragment; @@ -29,6 +25,10 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.widgets.settings.premium.WidgetSettingsPremium; import com.google.android.material.button.MaterialButton; import com.google.android.material.tabs.TabLayout; +import d0.t.n; +import d0.t.u; +import d0.z.d.k; +import d0.z.d.m; import java.util.List; import java.util.Objects; import kotlin.jvm.functions.Function1; @@ -227,7 +227,7 @@ public final class b extends AppDialog { ImageView imageView = g().d; Bundle arguments = getArguments(); imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0); - TextView textView = g().f134c; + TextView textView = g().f132c; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader"); Bundle arguments2 = getArguments(); textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null); @@ -429,11 +429,11 @@ public final class b extends AppDialog { m.throwUninitializedPropertyAccessException("pagerAdapter"); } viewPager2.setAdapter(eVar); - TabLayout tabLayout = h().f139c; + TabLayout tabLayout = h().f137c; m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots"); int i2 = 8; tabLayout.setVisibility(j() ? 0 : 8); - TabLayout tabLayout2 = h().f139c; + TabLayout tabLayout2 = h().f137c; m.checkNotNullExpressionValue(tabLayout2, "binding.premiumUpsellDots"); ViewPager2 viewPager22 = h().f; m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager"); diff --git a/app/src/main/java/c/a/a/e/c.java b/app/src/main/java/c/a/a/e/c.java index 716ef5e09a..4383a06832 100644 --- a/app/src/main/java/c/a/a/e/c.java +++ b/app/src/main/java/c/a/a/e/c.java @@ -9,14 +9,14 @@ import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import c.a.i.b1; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.resources.StringResourceUtilsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -48,13 +48,13 @@ public final class c extends AppDialog { if (i == 0) { Function0 function0 = ((c) this.j).k; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } ((c) this.j).dismiss(); } else if (i == 1) { Function0 function02 = ((c) this.j).l; if (function02 != null) { - function02.mo17invoke(); + function02.mo1invoke(); } ((c) this.j).dismiss(); } else if (i == 2) { @@ -150,6 +150,6 @@ public final class c extends AppDialog { textView3.setVisibility(this.n ^ true ? 0 : 8); g().b.setOnClickListener(new a(0, this)); g().f.setOnClickListener(new a(1, this)); - g().f71c.setOnClickListener(new a(2, this)); + g().f69c.setOnClickListener(new a(2, this)); } } diff --git a/app/src/main/java/c/a/a/e/d.java b/app/src/main/java/c/a/a/e/d.java index 8f51ec6409..ee0eac75c6 100644 --- a/app/src/main/java/c/a/a/e/d.java +++ b/app/src/main/java/c/a/a/e/d.java @@ -11,8 +11,6 @@ import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.m1; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.analytics.AnalyticsTracker; @@ -22,6 +20,8 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.premium.ShinyButton; import com.discord.widgets.settings.premium.WidgetSettingsPremium; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import java.util.Objects; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; @@ -167,6 +167,6 @@ public final class d extends AppDialog { textView2.setText(str); } g().b.setOnClickListener(new a(0, this)); - g().f130c.setOnClickListener(new a(1, this)); + g().f128c.setOnClickListener(new a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/e.java b/app/src/main/java/c/a/a/e/e.java index 3066c94a1a..48a8bd77a0 100644 --- a/app/src/main/java/c/a/a/e/e.java +++ b/app/src/main/java/c/a/a/e/e.java @@ -8,13 +8,13 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import c.a.i.c1; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import java.text.NumberFormat; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -47,13 +47,13 @@ public final class e extends AppDialog { if (i == 0) { Function0 function0 = ((e) this.j).k; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } ((e) this.j).dismiss(); } else if (i == 1) { Function0 function02 = ((e) this.j).l; if (function02 != null) { - function02.mo17invoke(); + function02.mo1invoke(); } ((e) this.j).dismiss(); } else { @@ -138,7 +138,7 @@ public final class e extends AppDialog { TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle"); c.a.k.b.n(textView, R.string.premium_upsell_yearly_title, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4); - TextView textView2 = g().f78c; + TextView textView2 = g().f76c; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription"); c.a.k.b.n(textView2, R.string.premium_upsell_yearly_description, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); MaterialButton materialButton = g().f; diff --git a/app/src/main/java/c/a/a/e/f.java b/app/src/main/java/c/a/a/e/f.java index 093951dd25..d6e95d42fe 100644 --- a/app/src/main/java/c/a/a/e/f.java +++ b/app/src/main/java/c/a/a/e/f.java @@ -10,14 +10,14 @@ import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.v0; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.drawable.DrawableCompat; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -102,7 +102,7 @@ public final class f extends AppDialog { public final void onClick(View view) { Function0 function0 = this.i.k; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } this.i.dismiss(); } @@ -144,7 +144,7 @@ public final class f extends AppDialog { m.checkNotNullExpressionValue(imageView, "binding.premiumActivatedWumpus"); imageView.setScaleX(z2 ? 1.0f : -1.0f); g().f.setImageDrawable(ContextCompat.getDrawable(requireContext(), i2)); - TextView textView = g().f176c; + TextView textView = g().f174c; m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription"); textView.setText(getString(i6)); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/e/g.java b/app/src/main/java/c/a/a/e/g.java index 85396d1de1..5a1a0373c0 100644 --- a/app/src/main/java/c/a/a/e/g.java +++ b/app/src/main/java/c/a/a/e/g.java @@ -6,13 +6,13 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import c.a.i.w0; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -70,7 +70,7 @@ public final class g extends AppDialog { public final void onClick(View view) { Function0 function0 = this.i.k; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } this.i.dismiss(); } @@ -94,7 +94,7 @@ public final class g extends AppDialog { m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\""); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l; KProperty[] kPropertyArr = i; - TextView textView = ((w0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f183c; + TextView textView = ((w0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f181c; m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText"); c.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/f/a/a.java b/app/src/main/java/c/a/a/f/a/a.java index d4c562c63b..aa44044804 100644 --- a/app/src/main/java/c/a/a/f/a/a.java +++ b/app/src/main/java/c/a/a/f/a/a.java @@ -10,10 +10,6 @@ import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.f.a.d; import c.a.d.f0; import c.a.d.h0; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -24,6 +20,10 @@ import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.radiobutton.MaterialRadioButton; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import java.util.concurrent.TimeUnit; import kotlin.Lazy; @@ -161,7 +161,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio"); i = materialRadioButton4.getId(); } - aVar3.i().f69c.check(i); + aVar3.i().f67c.check(i); MaterialRadioButton materialRadioButton5 = aVar3.i().b; m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio"); int i2 = 0; @@ -201,7 +201,7 @@ public final class a extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public AppViewModel mo17invoke() { + public AppViewModel mo1invoke() { return new d(null, null, 3); } } @@ -210,7 +210,7 @@ public final class a extends AppDialog { super(R.layout.audio_output_selection_dialog); e eVar = e.i; f0 f0Var = new f0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(d.class), new l(5, f0Var), new h0(eVar)); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(d.class), new m(5, f0Var), new h0(eVar)); } public static final void g(a aVar) { diff --git a/app/src/main/java/c/a/a/f/a/b.java b/app/src/main/java/c/a/a/f/a/b.java index b520b52b63..638837dc05 100644 --- a/app/src/main/java/c/a/a/f/a/b.java +++ b/app/src/main/java/c/a/a/f/a/b.java @@ -1,6 +1,6 @@ package c.a.a.f.a; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: AudioOutputSelectionDialog.kt */ diff --git a/app/src/main/java/c/a/a/f/a/c.java b/app/src/main/java/c/a/a/f/a/c.java index 5c07c63f0f..0b64234e78 100644 --- a/app/src/main/java/c/a/a/f/a/c.java +++ b/app/src/main/java/c/a/a/f/a/c.java @@ -1,10 +1,10 @@ package c.a.a.f.a; import c.a.a.f.a.d; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.audio.DiscordAudioManager; import com.discord.stores.StoreAudioManagerV2; +import d0.z.d.m; +import d0.z.d.o; import java.util.List; import java.util.Objects; import kotlin.Unit; diff --git a/app/src/main/java/c/a/a/f/a/d.java b/app/src/main/java/c/a/a/f/a/d.java index 6cdc7edef1..44d7082558 100644 --- a/app/src/main/java/c/a/a/f/a/d.java +++ b/app/src/main/java/c/a/a/f/a/d.java @@ -1,12 +1,12 @@ package c.a.a.f.a; import android.content.Context; -import c0.z.d.m; import com.discord.app.AppViewModel; import com.discord.rtcconnection.audio.DiscordAudioManager; import com.discord.stores.StoreAudioManagerV2; import com.discord.stores.StoreStream; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; diff --git a/app/src/main/java/c/a/a/g/a.java b/app/src/main/java/c/a/a/g/a.java index 3418af59fc..ee53c7bd95 100644 --- a/app/src/main/java/c/a/a/g/a.java +++ b/app/src/main/java/c/a/a/g/a.java @@ -7,8 +7,6 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import c.a.i.i5; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.stores.StoreNotices; @@ -18,6 +16,8 @@ import com.discord.utilities.uri.UriHandler; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; @@ -167,7 +167,7 @@ public final class a extends AppDialog { TextView textView = g().b; m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText"); c.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4); - g().f112c.setOnClickListener(new d(this)); + g().f110c.setOnClickListener(new d(this)); g().d.setOnClickListener(new View$OnClickListenerC0018a(0, this, str)); g().e.setOnClickListener(new View$OnClickListenerC0018a(1, this, str)); } diff --git a/app/src/main/java/c/a/a/h.java b/app/src/main/java/c/a/a/h.java index 2250d7f5bb..9807e0d5e0 100644 --- a/app/src/main/java/c/a/a/h.java +++ b/app/src/main/java/c/a/a/h.java @@ -10,10 +10,6 @@ import c.a.a.p; import c.a.d.f; import c.a.d.f0; import c.a.d.h0; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -21,6 +17,10 @@ import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Lazy; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -108,7 +108,7 @@ public final class h extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public AppViewModel mo17invoke() { + public AppViewModel mo1invoke() { return new p(null, null, 3); } } @@ -117,7 +117,7 @@ public final class h extends AppDialog { super(R.layout.allow_accessibility_detection_dialog); d dVar = d.i; f0 f0Var = new f0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(p.class), new l(0, f0Var), new h0(dVar)); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(p.class), new m(0, f0Var), new h0(dVar)); } public static final void g(h hVar, boolean z2) { @@ -133,7 +133,7 @@ public final class h extends AppDialog { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - h().f62c.setOnClickListener(new a(0, this)); + h().f60c.setOnClickListener(new a(0, this)); h().d.setOnClickListener(new a(1, this)); TextView textView = h().b; m.checkNotNullExpressionValue(textView, "binding.accessibilityDetectionBodyText"); diff --git a/app/src/main/java/c/a/a/i.java b/app/src/main/java/c/a/a/i.java index e82ff15210..dc17ac53da 100644 --- a/app/src/main/java/c/a/a/i.java +++ b/app/src/main/java/c/a/a/i.java @@ -6,8 +6,6 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import c.a.i.h; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.drawable.DrawableCompat; @@ -15,6 +13,8 @@ import com.discord.utilities.uri.UriHandler; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; +import d0.z.d.k; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; @@ -111,11 +111,11 @@ public final class i extends AppDialog { String string2 = getArgumentsOrDefault().getString("ARG_USERNAME", ""); int i2 = getArgumentsOrDefault().getInt("ARG_THEMED_PLATFORM_IMAGE_RES", 0); if (i2 != 0) { - TextView textView = g().f105c; + TextView textView = g().f103c; m.checkNotNullExpressionValue(textView, "binding.connectedAccountActionsDialogHeader"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView, DrawableCompat.getThemedDrawableRes$default(view, i2, 0, 2, (Object) null), 0, 0, 0, 14, null); } - TextView textView2 = g().f105c; + TextView textView2 = g().f103c; m.checkNotNullExpressionValue(textView2, "binding.connectedAccountActionsDialogHeader"); textView2.setText(string2); TextView textView3 = g().d; diff --git a/app/src/main/java/c/a/a/j.java b/app/src/main/java/c/a/a/j.java index 8ad233cdba..28b49749d6 100644 --- a/app/src/main/java/c/a/a/j.java +++ b/app/src/main/java/c/a/a/j.java @@ -7,13 +7,13 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.e; -import c0.z.d.k; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; @@ -93,7 +93,7 @@ public final class j extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k; KProperty[] kPropertyArr = i; - ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f87c.setOnClickListener(new c(this)); + ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f85c.setOnClickListener(new c(this)); Bundle arguments = getArguments(); Integer valueOf = arguments != null ? Integer.valueOf(arguments.getInt("ARG_MAX_VIDEO_CHANNEL_USERS")) : null; TextView textView = ((e) this.k.getValue((Fragment) this, kPropertyArr[0])).b; diff --git a/app/src/main/java/c/a/a/k.java b/app/src/main/java/c/a/a/k.java index c12ee0b226..38843fbb2e 100644 --- a/app/src/main/java/c/a/a/k.java +++ b/app/src/main/java/c/a/a/k.java @@ -7,7 +7,6 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c0.z.d.m; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.birthday.BirthdayHelper; @@ -15,6 +14,7 @@ import com.discord.utilities.font.FontUtils; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.m; import java.util.Calendar; import kotlin.Unit; import kotlin.jvm.functions.Function1; @@ -49,7 +49,7 @@ public final class k extends AppDialog { } /* compiled from: DatePickerDialog.kt */ - public static final /* synthetic */ class b extends c0.z.d.k implements Function1 { + public static final /* synthetic */ class b extends d0.z.d.k implements Function1 { public static final b i = new b(); public b() { @@ -133,7 +133,7 @@ public final class k extends AppDialog { @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment public void onPause() { super.onPause(); - g().f118c.clearFocus(); + g().f116c.clearFocus(); } @Override // com.discord.app.AppDialog @@ -147,12 +147,12 @@ public final class k extends AppDialog { charSequence = ""; } textView.setText(charSequence); - DatePicker datePicker = g().f118c; + DatePicker datePicker = g().f116c; m.checkNotNullExpressionValue(datePicker, "binding.dialogDatePickerInput"); Bundle arguments2 = getArguments(); long j2 = 0; datePicker.setMaxDate(arguments2 != null ? arguments2.getLong("max_date") : 0); - DatePicker datePicker2 = g().f118c; + DatePicker datePicker2 = g().f116c; m.checkNotNullExpressionValue(datePicker2, "binding.dialogDatePickerInput"); datePicker2.setMinDate(BirthdayHelper.INSTANCE.subtractYearsFromToday(FontUtils.MAX_FONT_SCALING)); Bundle arguments3 = getArguments(); @@ -166,7 +166,7 @@ public final class k extends AppDialog { Calendar instance = Calendar.getInstance(); m.checkNotNullExpressionValue(instance, "calendar"); instance.setTimeInMillis(this.l); - g().f118c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); + g().f116c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); g().b.setOnClickListener(new d(this)); } } diff --git a/app/src/main/java/c/a/a/l.java b/app/src/main/java/c/a/a/l.java index 5a949429b7..ba75570425 100644 --- a/app/src/main/java/c/a/a/l.java +++ b/app/src/main/java/c/a/a/l.java @@ -1,9 +1,9 @@ package c.a.a; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: FriendRequestDialogs.kt */ diff --git a/app/src/main/java/c/a/a/m.java b/app/src/main/java/c/a/a/m.java index 8f7c5e92fd..397252a496 100644 --- a/app/src/main/java/c/a/a/m.java +++ b/app/src/main/java/c/a/a/m.java @@ -5,12 +5,12 @@ import android.widget.LinearLayout; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import c.a.i.s; -import c0.z.d.k; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; @@ -26,7 +26,7 @@ public final class m extends AppDialog { } public final void a(FragmentManager fragmentManager) { - c0.z.d.m.checkNotNullParameter(fragmentManager, "fragmentManager"); + d0.z.d.m.checkNotNullParameter(fragmentManager, "fragmentManager"); new m().show(fragmentManager, m.class.getSimpleName()); } } @@ -44,7 +44,7 @@ public final class m extends AppDialog { @Override // kotlin.jvm.functions.Function1 public s invoke(View view) { View view2 = view; - c0.z.d.m.checkNotNullParameter(view2, "p1"); + d0.z.d.m.checkNotNullParameter(view2, "p1"); int i2 = R.id.guild_video_at_capacity_confirm; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.guild_video_at_capacity_confirm); if (materialButton != null) { diff --git a/app/src/main/java/c/a/a/n.java b/app/src/main/java/c/a/a/n.java index 675d0cd61b..f05b154ee9 100644 --- a/app/src/main/java/c/a/a/n.java +++ b/app/src/main/java/c/a/a/n.java @@ -10,11 +10,6 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.recyclerview.widget.RecyclerView; import c.a.i.l; -import c0.t.j; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.databinding.DialogSimpleSelectorItemBinding; @@ -23,6 +18,11 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.utilities.views.SimpleRecyclerAdapter; import com.google.android.material.button.MaterialButton; +import d0.t.j; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; @@ -176,10 +176,10 @@ public final class n extends AppDialog { g().b.setOnClickListener(new d(this)); CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS"); if (charSequenceArray != null) { - MaxHeightRecyclerView maxHeightRecyclerView = g().f124c; + MaxHeightRecyclerView maxHeightRecyclerView = g().f122c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections"); maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this))); - MaxHeightRecyclerView maxHeightRecyclerView2 = g().f124c; + MaxHeightRecyclerView maxHeightRecyclerView2 = g().f122c; RecyclerView.Adapter adapter = maxHeightRecyclerView2.getAdapter(); if (adapter != null) { adapter.notifyDataSetChanged(); @@ -187,7 +187,7 @@ public final class n extends AppDialog { maxHeightRecyclerView2.setHasFixedSize(false); maxHeightRecyclerView2.setNestedScrollingEnabled(false); SimpleRecyclerAdapter.Companion companion = SimpleRecyclerAdapter.Companion; - MaxHeightRecyclerView maxHeightRecyclerView3 = g().f124c; + MaxHeightRecyclerView maxHeightRecyclerView3 = g().f122c; m.checkNotNullExpressionValue(maxHeightRecyclerView3, "binding.dialogSelections"); companion.addThemedDivider(maxHeightRecyclerView3); } diff --git a/app/src/main/java/c/a/a/p.java b/app/src/main/java/c/a/a/p.java index 2ea16f502e..52851e9bb0 100644 --- a/app/src/main/java/c/a/a/p.java +++ b/app/src/main/java/c/a/a/p.java @@ -1,10 +1,10 @@ package c.a.a; -import c0.z.d.m; import com.discord.app.AppViewModel; import com.discord.stores.StoreNotices; import com.discord.stores.StoreStream; import com.discord.stores.StoreUserSettings; +import d0.z.d.m; import java.util.Objects; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: WidgetAccessibilityDetectionDialogViewModel.kt */ diff --git a/app/src/main/java/c/a/a/q.java b/app/src/main/java/c/a/a/q.java index 576d1230ec..332f06288c 100644 --- a/app/src/main/java/c/a/a/q.java +++ b/app/src/main/java/c/a/a/q.java @@ -1,8 +1,8 @@ package c.a.a; -import c0.z.d.m; -import c0.z.d.o; import com.discord.models.domain.ModelUserSettings; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetAccessibilityDetectionDialogViewModel.kt */ diff --git a/app/src/main/java/c/a/a/r.java b/app/src/main/java/c/a/a/r.java index 15159a8324..aff5ea8f2d 100644 --- a/app/src/main/java/c/a/a/r.java +++ b/app/src/main/java/c/a/a/r.java @@ -6,9 +6,6 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; import c.a.i.z4; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.api.auth.mfa.EnableMfaResponse; import com.discord.app.AppDialog; @@ -22,6 +19,9 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; import com.google.android.material.textfield.TextInputLayout; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; @@ -145,7 +145,7 @@ public final class r extends AppDialog { m.checkNotNullParameter(error2, "error"); r rVar = this.this$0.i; KProperty[] kPropertyArr = r.i; - rVar.g().f201c.setIsLoading(false); + rVar.g().f199c.setIsLoading(false); Error.Response response = error2.getResponse(); m.checkNotNullExpressionValue(response, "error.response"); if (response.getCode() == 60005) { @@ -173,7 +173,7 @@ public final class r extends AppDialog { TextInputLayout textInputLayout = rVar.g().d; m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); - this.i.g().f201c.setIsLoading(true); + this.i.g().f199c.setIsLoading(true); Observable ui$default = ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().enableMFA(new RestAPIParams.EnableMFA("random code", "random secret", textOrEmpty)), false, 1, null), this.i, null, 2, null); a aVar = a.i; ObservableExtensionsKt.appSubscribe$default(ui$default, this.i.getClass(), this.j.getContext(), (Function1) null, new b(this), (Function0) null, (Function0) null, aVar, 52, (Object) null); @@ -210,8 +210,8 @@ public final class r extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); setCancelable(false); - g().f201c.setIsLoading(false); - g().f201c.setOnClickListener(new d(this, view)); + g().f199c.setIsLoading(false); + g().f199c.setOnClickListener(new d(this, view)); g().b.setOnClickListener(new e(this)); } } diff --git a/app/src/main/java/c/a/a/s.java b/app/src/main/java/c/a/a/s.java index c3a3e30001..99fb43cedd 100644 --- a/app/src/main/java/c/a/a/s.java +++ b/app/src/main/java/c/a/a/s.java @@ -10,10 +10,6 @@ import c.a.a.w; import c.a.d.f0; import c.a.d.h0; import c.a.i.v5; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -22,6 +18,10 @@ import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.LoadingButton; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Lazy; import kotlin.NoWhenBranchMatchedException; @@ -93,7 +93,7 @@ public final class s extends AppDialog { m.checkNotNullParameter(dVar2, "viewState"); s sVar = this.this$0; KProperty[] kPropertyArr = s.i; - TextView textView = sVar.g().f181c; + TextView textView = sVar.g().f179c; m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader"); textView.setText(sVar.getString(R.string.system_dm_urgent_message_modal_header)); TextView textView2 = sVar.g().d; @@ -147,7 +147,7 @@ public final class s extends AppDialog { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public AppViewModel mo17invoke() { + public AppViewModel mo1invoke() { return new w(null, null, null, 7); } } @@ -156,7 +156,7 @@ public final class s extends AppDialog { super(R.layout.widget_urgent_message_dialog); e eVar = e.i; f0 f0Var = new f0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new l(1, f0Var), new h0(eVar)); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new m(1, f0Var), new h0(eVar)); } public final v5 g() { diff --git a/app/src/main/java/c/a/a/t.java b/app/src/main/java/c/a/a/t.java index 97b2c3c510..2557f13017 100644 --- a/app/src/main/java/c/a/a/t.java +++ b/app/src/main/java/c/a/a/t.java @@ -3,11 +3,11 @@ package c.a.a; import android.content.Context; import android.view.View; import c.a.a.w; -import c0.z.d.m; import com.discord.restapi.RestAPIParams; import com.discord.utilities.channel.ChannelSelector; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.user.UserUtils; +import d0.z.d.m; import java.util.Objects; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/a/u.java b/app/src/main/java/c/a/a/u.java index f9bee346e3..c861ed3977 100644 --- a/app/src/main/java/c/a/a/u.java +++ b/app/src/main/java/c/a/a/u.java @@ -1,9 +1,9 @@ package c.a.a; import c.a.a.w; -import c0.z.d.m; -import c0.z.d.o; import com.discord.models.user.User; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/a/v.java b/app/src/main/java/c/a/a/v.java index bdaf810a00..88a8babe2d 100644 --- a/app/src/main/java/c/a/a/v.java +++ b/app/src/main/java/c/a/a/v.java @@ -1,16 +1,16 @@ package c.a.a; import c.a.a.w; -import c0.z.d.m; import com.discord.models.user.MeUser; -import i0.k.b; +import d0.z.d.m; +import j0.k.b; /* compiled from: WidgetUrgentMessageDialogViewModel.kt */ public final class v implements b { public static final v i = new v(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public w.c call(MeUser meUser) { MeUser meUser2 = meUser; m.checkNotNullExpressionValue(meUser2, "meUser"); diff --git a/app/src/main/java/c/a/a/w.java b/app/src/main/java/c/a/a/w.java index 5f71e7a8ed..98c3bdb6a0 100644 --- a/app/src/main/java/c/a/a/w.java +++ b/app/src/main/java/c/a/a/w.java @@ -1,13 +1,13 @@ package c.a.a; import android.content.Context; -import c0.z.d.m; import com.discord.app.AppViewModel; import com.discord.models.user.User; import com.discord.stores.StoreStream; import com.discord.stores.StoreUser; import com.discord.utilities.rest.RestAPI; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; diff --git a/app/src/main/java/c/a/a/x.java b/app/src/main/java/c/a/a/x.java index 5c46d80a65..9131742a13 100644 --- a/app/src/main/java/c/a/a/x.java +++ b/app/src/main/java/c/a/a/x.java @@ -1,9 +1,9 @@ package c.a.a; import c.a.a.w; -import c0.z.d.m; -import c0.z.d.o; import com.discord.api.user.User; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.subjects.PublishSubject; diff --git a/app/src/main/java/c/a/a/y.java b/app/src/main/java/c/a/a/y.java index 9b346d08b7..a1d9544cf2 100644 --- a/app/src/main/java/c/a/a/y.java +++ b/app/src/main/java/c/a/a/y.java @@ -1,9 +1,9 @@ package c.a.a; import c.a.a.w; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.error.Error; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.subjects.PublishSubject; diff --git a/app/src/main/java/c/a/a/z/a.java b/app/src/main/java/c/a/a/z/a.java index 058963ed90..f80d657b28 100644 --- a/app/src/main/java/c/a/a/z/a.java +++ b/app/src/main/java/c/a/a/z/a.java @@ -10,9 +10,6 @@ import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import c.a.i.p; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.api.premium.PremiumTier; import com.discord.api.premium.SubscriptionInterval; @@ -28,6 +25,9 @@ import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.google.android.material.button.MaterialButton; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Pair; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -107,7 +107,7 @@ public final class a extends AppDialog { public final void onClick(View view) { Function0 function0 = this.i.k; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } this.i.dismiss(); } @@ -162,7 +162,7 @@ public final class a extends AppDialog { MaterialButton materialButton = aVar.g().d; m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy"); materialButton.setText(context.getString(R.string.copied)); - this.i.g().f143c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); + this.i.g().f141c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); } } } diff --git a/app/src/main/java/c/a/a/z/b.java b/app/src/main/java/c/a/a/z/b.java index be0edca6c0..8554836841 100644 --- a/app/src/main/java/c/a/a/z/b.java +++ b/app/src/main/java/c/a/a/z/b.java @@ -2,8 +2,8 @@ package c.a.a.z; import android.view.View; import c.a.a.z.a; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.reflect.KProperty; diff --git a/app/src/main/java/c/a/a/z/c.java b/app/src/main/java/c/a/a/z/c.java index d111283feb..ed9edd1c04 100644 --- a/app/src/main/java/c/a/a/z/c.java +++ b/app/src/main/java/c/a/a/z/c.java @@ -11,11 +11,6 @@ import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentManager; import c.a.d.f; import c.a.i.g4; -import c0.t.n; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.api.application.Application; import com.discord.api.premium.SubscriptionPlan; @@ -41,6 +36,11 @@ import com.discord.widgets.home.WidgetHome; import com.discord.widgets.settings.premium.WidgetSettingsGifting; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; +import d0.t.n; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.NoWhenBranchMatchedException; import kotlin.Unit; @@ -97,7 +97,7 @@ public final class c extends AppDialog { m.checkNotNullParameter(str, "giftCode"); m.checkNotNullParameter(str2, "source"); m.checkNotNullParameter(str, "giftCode"); - StoreStream.Companion.getNotices().requestToShow(new StoreNotices.Notice("gift:" + str, null, 0, 0, false, n.listOf((Object[]) new c0.e0.c[]{a0.getOrCreateKotlinClass(WidgetSettingsGifting.class), a0.getOrCreateKotlinClass(WidgetHome.class)}), 0, false, 0, new C0022a(str, str2, j), FontUtils.MAX_FONT_SCALING, null)); + StoreStream.Companion.getNotices().requestToShow(new StoreNotices.Notice("gift:" + str, null, 0, 0, false, n.listOf((Object[]) new d0.e0.c[]{a0.getOrCreateKotlinClass(WidgetSettingsGifting.class), a0.getOrCreateKotlinClass(WidgetHome.class)}), 0, false, 0, new C0022a(str, str2, j), FontUtils.MAX_FONT_SCALING, null)); } } @@ -218,7 +218,7 @@ public final class c extends AppDialog { str = ""; } CharSequence i2 = cVar2.i(gift); - LinearLayout linearLayout = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f103c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; + LinearLayout linearLayout = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f101c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer"); linearLayout.setVisibility(8); MaterialButton materialButton = cVar2.h().d; @@ -237,7 +237,7 @@ public final class c extends AppDialog { TextView textView = cVar3.h().h; m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader"); c.a.k.b.n(textView, R.string.gift_confirmation_header_fail, new Object[0], null, 4); - TextView textView2 = cVar3.h().f103c; + TextView textView2 = cVar3.h().f101c; m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText"); c.a.k.b.n(textView2, R.string.gift_confirmation_body_claimed, new Object[0], null, 4); LinearLayout linearLayout2 = cVar3.h().e; @@ -254,7 +254,7 @@ public final class c extends AppDialog { cVar4.g(gift3); ModelStoreListing storeListing2 = gift3.getStoreListing(); String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName(); - LinearLayout linearLayout3 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f103c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e; + LinearLayout linearLayout3 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f101c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e; m.checkNotNullExpressionValue(linearLayout3, "binding.acceptGiftDisclaimerContainer"); if (!gift3.isAnyNitroGift()) { i = 8; @@ -282,7 +282,7 @@ public final class c extends AppDialog { ProgressBar progressBar = cVar5.h().i; m.checkNotNullExpressionValue(progressBar, "binding.acceptGiftProgress"); progressBar.setVisibility(0); - LinearLayout linearLayout4 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f103c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; + LinearLayout linearLayout4 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f101c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer"); if (!gift4.isAnyNitroGift()) { i = 8; @@ -297,11 +297,11 @@ public final class c extends AppDialog { TextView textView3 = cVar6.h().h; m.checkNotNullExpressionValue(textView3, "binding.acceptGiftHeader"); textView3.setText(c.a.k.b.k(cVar6, R.string.gift_confirmation_header_fail, new Object[0], null, 4)); - TextView textView4 = cVar6.h().f103c; + TextView textView4 = cVar6.h().f101c; m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText"); c.a.k.b.n(textView4, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); if (redeemedFailed.getCanRetry()) { - TextView textView5 = cVar6.h().f103c; + TextView textView5 = cVar6.h().f101c; m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText"); c.a.k.b.n(textView5, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); MaterialButton materialButton5 = cVar6.h().d; @@ -311,17 +311,17 @@ public final class c extends AppDialog { charSequence = context3.getText(R.string.retry); } materialButton5.setText(charSequence); - cVar6.h().d.setOnClickListener(new f(0, redeemedFailed)); + cVar6.h().d.setOnClickListener(new g(0, redeemedFailed)); } else { Integer errorCode = redeemedFailed.getErrorCode(); if (errorCode != null && errorCode.intValue() == 50054) { - cVar6.h().f103c.setText(R.string.gift_confirmation_body_self_gift_no_payment); + cVar6.h().f101c.setText(R.string.gift_confirmation_body_self_gift_no_payment); } else if (errorCode != null && errorCode.intValue() == 100024) { - cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); + cVar6.h().f101c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); } else if (errorCode != null && errorCode.intValue() == 100022) { - cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_subscription_managed); + cVar6.h().f101c.setText(R.string.gift_confirmation_body_error_subscription_managed); } else if (errorCode != null && errorCode.intValue() == 100025) { - cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_invoice_open); + cVar6.h().f101c.setText(R.string.gift_confirmation_body_error_invoice_open); } MaterialButton materialButton6 = cVar6.h().d; m.checkNotNullExpressionValue(materialButton6, "binding.acceptGiftConfirm"); @@ -330,7 +330,7 @@ public final class c extends AppDialog { charSequence = context4.getText(R.string.gift_confirmation_button_fail); } materialButton6.setText(charSequence); - cVar6.h().d.setOnClickListener(new f(1, cVar6)); + cVar6.h().d.setOnClickListener(new g(1, cVar6)); } } else if ((giftState2 instanceof StoreGifting.GiftState.Invalid) || (giftState2 instanceof StoreGifting.GiftState.LoadFailed) || (giftState2 instanceof StoreGifting.GiftState.Revoking)) { this.this$0.dismiss(); diff --git a/app/src/main/java/c/a/b/a.java b/app/src/main/java/c/a/b/a.java index bba7663bc9..3806ae2f85 100644 --- a/app/src/main/java/c/a/b/a.java +++ b/app/src/main/java/c/a/b/a.java @@ -1,10 +1,6 @@ package c.a.b; import c.i.d.e; -import c0.o; -import c0.t.h0; -import c0.t.n; -import c0.z.d.m; import com.discord.api.activity.ActivityPlatform; import com.discord.api.activity.ActivityPlatformTypeAdapter; import com.discord.api.activity.ActivityType; @@ -69,17 +65,21 @@ import com.discord.api.user.PhoneTypeAdapter; import com.discord.api.utcdatetime.UtcDateTime; import com.discord.api.utcdatetime.UtcDateTimeTypeAdapter; import com.discord.nullserializable.NullSerializableTypeAdapterFactory; +import d0.o; +import d0.t.h0; +import d0.t.n; +import d0.z.d.m; import java.util.List; import java.util.Map; import kotlin.jvm.functions.Function0; /* compiled from: TypeAdapterRegistrar.kt */ public final class a { - public static final Map, Function0> a = h0.mapOf(o.to(ActivityPlatform.class, b.i), o.to(ApplicationStatus.class, C0024a.C), o.to(UtcDateTime.class, C0024a.F), o.to(NsfwAllowance.class, C0024a.G), o.to(PremiumTier.class, C0024a.H), o.to(ActivityType.class, C0024a.I), o.to(Phone.class, C0024a.J), o.to(ApplicationCommandType.class, C0024a.K), o.to(OAuthScope.class, C0024a.L), o.to(GuildVerificationLevel.class, C0024a.i), o.to(GuildExplicitContentFilter.class, C0024a.j), o.to(GuildMaxVideoChannelUsers.class, C0024a.k), o.to(ComponentType.class, C0024a.l), o.to(ButtonStyle.class, C0024a.m), o.to(ReportNodeChild.class, C0024a.n), o.to(ReportNodeElementData.class, C0024a.o), o.to(ReportNodeBottomButton.class, C0024a.p), o.to(ApplicationCommandPermissionType.class, C0024a.q), o.to(StageInstancePrivacyLevel.class, C0024a.f41r), o.to(FriendSuggestionReasonType.class, C0024a.s), o.to(AllowedInSuggestionsType.class, C0024a.t), o.to(StickerFormatType.class, C0024a.u), o.to(LocalizedString.class, C0024a.v), o.to(MessageActivityType.class, C0024a.f42w), o.to(EmbedType.class, C0024a.f43x), o.to(StickerType.class, C0024a.f44y), o.to(GuildScheduledEventStatus.class, C0024a.f45z), o.to(GuildScheduledEventEntityType.class, C0024a.A), o.to(Science.Event.SchemaObject.class, C0024a.B), o.to(GuildRoleSubscriptionBenefitType.class, C0024a.D), o.to(PriceTierType.class, C0024a.E)); + public static final Map, Function0> a = h0.mapOf(o.to(ActivityPlatform.class, b.i), o.to(ApplicationStatus.class, C0024a.C), o.to(UtcDateTime.class, C0024a.F), o.to(NsfwAllowance.class, C0024a.G), o.to(PremiumTier.class, C0024a.H), o.to(ActivityType.class, C0024a.I), o.to(Phone.class, C0024a.J), o.to(ApplicationCommandType.class, C0024a.K), o.to(OAuthScope.class, C0024a.L), o.to(GuildVerificationLevel.class, C0024a.i), o.to(GuildExplicitContentFilter.class, C0024a.j), o.to(GuildMaxVideoChannelUsers.class, C0024a.k), o.to(ComponentType.class, C0024a.l), o.to(ButtonStyle.class, C0024a.m), o.to(ReportNodeChild.class, C0024a.n), o.to(ReportNodeElementData.class, C0024a.o), o.to(ReportNodeBottomButton.class, C0024a.p), o.to(ApplicationCommandPermissionType.class, C0024a.q), o.to(StageInstancePrivacyLevel.class, C0024a.r), o.to(FriendSuggestionReasonType.class, C0024a.f41s), o.to(AllowedInSuggestionsType.class, C0024a.t), o.to(StickerFormatType.class, C0024a.u), o.to(LocalizedString.class, C0024a.v), o.to(MessageActivityType.class, C0024a.w), o.to(EmbedType.class, C0024a.f42x), o.to(StickerType.class, C0024a.f43y), o.to(GuildScheduledEventStatus.class, C0024a.f44z), o.to(GuildScheduledEventEntityType.class, C0024a.A), o.to(Science.Event.SchemaObject.class, C0024a.B), o.to(GuildRoleSubscriptionBenefitType.class, C0024a.D), o.to(PriceTierType.class, C0024a.E)); public static final List b = n.listOf((Object[]) new c.i.d.o[]{ComponentRuntimeTypeAdapter.INSTANCE.a(), new NullSerializableTypeAdapterFactory()}); /* compiled from: kotlin-style lambda group */ /* renamed from: c.a.b.a$a reason: collision with other inner class name */ - public static final class C0024a extends c0.z.d.o implements Function0 { + public static final class C0024a extends d0.z.d.o implements Function0 { public static final C0024a A = new C0024a(18); public static final C0024a B = new C0024a(19); public static final C0024a C = new C0024a(20); @@ -101,25 +101,23 @@ public final class a { public static final C0024a o = new C0024a(6); public static final C0024a p = new C0024a(7); public static final C0024a q = new C0024a(8); + public static final C0024a r = new C0024a(9); - /* renamed from: r reason: collision with root package name */ - public static final C0024a f41r = new C0024a(9); - public static final C0024a s = new C0024a(10); + /* renamed from: s reason: collision with root package name */ + public static final C0024a f41s = new C0024a(10); public static final C0024a t = new C0024a(11); public static final C0024a u = new C0024a(12); public static final C0024a v = new C0024a(13); - - /* renamed from: w reason: collision with root package name */ - public static final C0024a f42w = new C0024a(14); + public static final C0024a w = new C0024a(14); /* renamed from: x reason: collision with root package name */ - public static final C0024a f43x = new C0024a(15); + public static final C0024a f42x = new C0024a(15); /* renamed from: y reason: collision with root package name */ - public static final C0024a f44y = new C0024a(16); + public static final C0024a f43y = new C0024a(16); /* renamed from: z reason: collision with root package name */ - public static final C0024a f45z = new C0024a(17); + public static final C0024a f44z = new C0024a(17); public final /* synthetic */ int M; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -130,7 +128,7 @@ public final class a { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final Object mo17invoke() { + public final Object mo1invoke() { switch (this.M) { case 0: return new GuildVerificationLevelTypeAdapter(); @@ -199,7 +197,7 @@ public final class a { } /* compiled from: TypeAdapterRegistrar.kt */ - public static final class b extends c0.z.d.o implements Function0 { + public static final class b extends d0.z.d.o implements Function0 { public static final b i = new b(); public b() { @@ -209,7 +207,7 @@ public final class a { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public ActivityPlatformTypeAdapter mo17invoke() { + public ActivityPlatformTypeAdapter mo1invoke() { return new ActivityPlatformTypeAdapter(); } } @@ -217,7 +215,7 @@ public final class a { public static final e a(e eVar) { m.checkNotNullParameter(eVar, "$this$registerDiscordApiTypeAdapters"); for (Map.Entry, Function0> entry : a.entrySet()) { - eVar.b(entry.getKey(), entry.getValue().mo17invoke()); + eVar.b(entry.getKey(), entry.getValue().mo1invoke()); } m.checkNotNullParameter(eVar, "$this$registerDiscordApiTypeAdapterFactories"); for (c.i.d.o oVar : b) { diff --git a/app/src/main/java/c/a/d/a.java b/app/src/main/java/c/a/d/a.java index ad1c6fe499..7d8eacd143 100644 --- a/app/src/main/java/c/a/d/a.java +++ b/app/src/main/java/c/a/d/a.java @@ -1,6 +1,6 @@ package c.a.d; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function3; import rx.functions.Action3; /* compiled from: App.kt */ diff --git a/app/src/main/java/c/a/d/a0.java b/app/src/main/java/c/a/d/a0.java index 3ad7facf23..4df7db802a 100644 --- a/app/src/main/java/c/a/d/a0.java +++ b/app/src/main/java/c/a/d/a0.java @@ -14,7 +14,7 @@ public final class a0 implements Observable.c { this.k = function13; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { return ((Observable) obj).Y(new z(this)); } diff --git a/app/src/main/java/c/a/d/b.java b/app/src/main/java/c/a/d/b.java index e80e2999df..6f0c13c9ef 100644 --- a/app/src/main/java/c/a/d/b.java +++ b/app/src/main/java/c/a/d/b.java @@ -10,12 +10,12 @@ public final class b implements Toolbar.OnMenuItemClickListener { public final /* synthetic */ Action2 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Action1 f46c; + public final /* synthetic */ Action1 f45c; public b(Toolbar toolbar, int i, Action2 action2, Action1 action1) { this.a = toolbar; this.b = action2; - this.f46c = action1; + this.f45c = action1; } @Override // androidx.appcompat.widget.Toolbar.OnMenuItemClickListener diff --git a/app/src/main/java/c/a/d/b0.java b/app/src/main/java/c/a/d/b0.java index 4d7181b8a2..5409965b06 100644 --- a/app/src/main/java/c/a/d/b0.java +++ b/app/src/main/java/c/a/d/b0.java @@ -1,8 +1,8 @@ package c.a.d; -import c0.z.d.m; -import c0.z.d.o; -import i0.l.e.j; +import d0.z.d.m; +import d0.z.d.o; +import j0.l.e.j; import kotlin.jvm.functions.Function1; import rx.Observable; /* compiled from: AppTransformers.kt */ diff --git a/app/src/main/java/c/a/d/c.java b/app/src/main/java/c/a/d/c.java index 0afcd6cb55..f1b6e215fb 100644 --- a/app/src/main/java/c/a/d/c.java +++ b/app/src/main/java/c/a/d/c.java @@ -1,8 +1,8 @@ package c.a.d; import android.util.TypedValue; -import c0.z.d.o; import com.discord.app.AppActivity; +import d0.z.d.o; import kotlin.jvm.functions.Function2; /* compiled from: AppActivity.kt */ public final class c extends o implements Function2 { diff --git a/app/src/main/java/c/a/d/c0.java b/app/src/main/java/c/a/d/c0.java index 5b71e9ebc8..460626c658 100644 --- a/app/src/main/java/c/a/d/c0.java +++ b/app/src/main/java/c/a/d/c0.java @@ -1,6 +1,6 @@ package c.a.d; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/d/d.java b/app/src/main/java/c/a/d/d.java index c1edd798ac..8eff2b634e 100644 --- a/app/src/main/java/c/a/d/d.java +++ b/app/src/main/java/c/a/d/d.java @@ -1,7 +1,7 @@ package c.a.d; -import c0.z.d.m; import com.discord.app.AppTransitionActivity; +import d0.z.d.m; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; @@ -28,7 +28,7 @@ public abstract class d extends AppTransitionActivity { Iterator it2 = values2.iterator(); while (true) { if (it2.hasNext()) { - if (((Boolean) ((Function0) it2.next()).mo17invoke()).booleanValue()) { + if (((Boolean) ((Function0) it2.next()).mo1invoke()).booleanValue()) { z2 = true; break loop0; } diff --git a/app/src/main/java/c/a/d/d0.java b/app/src/main/java/c/a/d/d0.java index bd13911a5b..db9cc4cb9a 100644 --- a/app/src/main/java/c/a/d/d0.java +++ b/app/src/main/java/c/a/d/d0.java @@ -2,7 +2,7 @@ package c.a.d; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: AppViewModelDelegates.kt */ public final class d0 implements ViewModelProvider.Factory { public final /* synthetic */ e0 a; @@ -14,6 +14,6 @@ public final class d0 implements ViewModelProvider.Factory { @Override // androidx.lifecycle.ViewModelProvider.Factory public T create(Class cls) { m.checkNotNullParameter(cls, "modelClass"); - return (T) ((ViewModel) this.a.$viewModelProducer.mo17invoke()); + return (T) ((ViewModel) this.a.$viewModelProducer.mo1invoke()); } } diff --git a/app/src/main/java/c/a/d/e.java b/app/src/main/java/c/a/d/e.java index 61f5103e54..1aaf78d74f 100644 --- a/app/src/main/java/c/a/d/e.java +++ b/app/src/main/java/c/a/d/e.java @@ -1,10 +1,10 @@ package c.a.d; import c.a.k.b; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppFragment; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: AppFragment.kt */ diff --git a/app/src/main/java/c/a/d/e0.java b/app/src/main/java/c/a/d/e0.java index f1ca786a63..7e87501677 100644 --- a/app/src/main/java/c/a/d/e0.java +++ b/app/src/main/java/c/a/d/e0.java @@ -1,7 +1,7 @@ package c.a.d; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ public final class e0 extends o implements Function0 { @@ -16,7 +16,7 @@ public final class e0 extends o implements Function0 /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public ViewModelProvider.Factory mo17invoke() { + public ViewModelProvider.Factory mo1invoke() { return new d0(this); } } diff --git a/app/src/main/java/c/a/d/f.java b/app/src/main/java/c/a/d/f.java index 00c98759ac..9988e82e75 100644 --- a/app/src/main/java/c/a/d/f.java +++ b/app/src/main/java/c/a/d/f.java @@ -2,9 +2,9 @@ package c.a.d; import android.annotation.SuppressLint; import c.d.b.a.a; -import c0.z.d.m; import com.discord.stores.StoreStream; import com.discord.widgets.chat.input.MentionUtilsKt; +import d0.z.d.m; import java.util.Objects; /* compiled from: AppHelpDesk.kt */ public final class f { diff --git a/app/src/main/java/c/a/d/f0.java b/app/src/main/java/c/a/d/f0.java index d7113d1b94..204b728cd7 100644 --- a/app/src/main/java/c/a/d/f0.java +++ b/app/src/main/java/c/a/d/f0.java @@ -1,7 +1,7 @@ package c.a.d; import androidx.fragment.app.Fragment; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ public final class f0 extends o implements Function0 { @@ -16,7 +16,7 @@ public final class f0 extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Fragment mo17invoke() { + public Fragment mo1invoke() { return this.$this_appViewModels; } } diff --git a/app/src/main/java/c/a/d/g.java b/app/src/main/java/c/a/d/g.java index 670a10a44c..6eebbfe6e5 100644 --- a/app/src/main/java/c/a/d/g.java +++ b/app/src/main/java/c/a/d/g.java @@ -1,9 +1,9 @@ package c.a.d; -import c0.z.d.m; -import c0.z.d.o; import com.discord.app.AppLog; import com.discord.utilities.logging.Logger; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: AppLog.kt */ diff --git a/app/src/main/java/c/a/d/g0.java b/app/src/main/java/c/a/d/g0.java index 61136eba2e..bc0c19e6d7 100644 --- a/app/src/main/java/c/a/d/g0.java +++ b/app/src/main/java/c/a/d/g0.java @@ -2,7 +2,7 @@ package c.a.d; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: AppViewModelDelegates.kt */ public final class g0 implements ViewModelProvider.Factory { public final /* synthetic */ h0 a; @@ -14,6 +14,6 @@ public final class g0 implements ViewModelProvider.Factory { @Override // androidx.lifecycle.ViewModelProvider.Factory public T create(Class cls) { m.checkNotNullParameter(cls, "modelClass"); - return (T) ((ViewModel) this.a.$viewModelProducer.mo17invoke()); + return (T) ((ViewModel) this.a.$viewModelProducer.mo1invoke()); } } diff --git a/app/src/main/java/c/a/d/h.java b/app/src/main/java/c/a/d/h.java index ae4f1754a2..00d89ddd82 100644 --- a/app/src/main/java/c/a/d/h.java +++ b/app/src/main/java/c/a/d/h.java @@ -8,12 +8,12 @@ import androidx.activity.result.contract.ActivityResultContracts; import androidx.annotation.MainThread; import androidx.appcompat.widget.ActivityChooserModel; import androidx.core.content.ContextCompat; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppPermissionsRequests; import com.discord.stores.StoreStream; import com.discord.utilities.time.ClockFactory; +import d0.z.d.m; +import d0.z.d.o; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; @@ -59,7 +59,7 @@ public final class h implements AppPermissionsRequests { } else { Function0 function0 = this.a.k; if (function0 != null) { - function0.mo17invoke(); + function0.mo1invoke(); } } h hVar = this.a; @@ -87,7 +87,7 @@ public final class h implements AppPermissionsRequests { public Unit invoke(Map map) { m.checkNotNullParameter(map, "it"); Function0 function0 = this.$onFailure; - if (function0 == null || ((Unit) function0.mo17invoke()) == null) { + if (function0 == null || ((Unit) function0.mo1invoke()) == null) { h.a(this.this$0, R.string.permission_qr_scanner_denied); } return Unit.a; @@ -109,7 +109,7 @@ public final class h implements AppPermissionsRequests { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Map map) { m.checkNotNullParameter(map, "it"); - this.$onFailure.mo17invoke(); + this.$onFailure.mo1invoke(); return Unit.a; } } @@ -169,12 +169,12 @@ public final class h implements AppPermissionsRequests { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { if (!this.$hadPermissions) { StoreStream.Companion.getMediaEngine().handleMicrophonePermissionGranted(); } StoreStream.Companion.getMediaEngine().setAudioInputEnabled(true); - this.$onSuccess.mo17invoke(); + this.$onSuccess.mo1invoke(); return Unit.a; } } @@ -198,7 +198,7 @@ public final class h implements AppPermissionsRequests { public Unit invoke(Map map) { m.checkNotNullParameter(map, "it"); Function0 function0 = this.$onFailure; - if (function0 == null || ((Unit) function0.mo17invoke()) == null) { + if (function0 == null || ((Unit) function0.mo1invoke()) == null) { h.a(this.this$0, R.string.permission_microphone_denied); } return Unit.a; @@ -307,7 +307,7 @@ public final class h implements AppPermissionsRequests { if (strArr != null) { m.checkNotNullExpressionValue(strArr, "PERMISSION_GROUPS[requestCode] ?: return"); if (b(i2)) { - function0.mo17invoke(); + function0.mo1invoke(); return; } if (!(ClockFactory.get().currentTimeMillis() - this.m < 350)) { diff --git a/app/src/main/java/c/a/d/h0.java b/app/src/main/java/c/a/d/h0.java index c092b9fd4c..fcd9720476 100644 --- a/app/src/main/java/c/a/d/h0.java +++ b/app/src/main/java/c/a/d/h0.java @@ -1,7 +1,7 @@ package c.a.d; import androidx.lifecycle.ViewModelProvider; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ public final class h0 extends o implements Function0 { @@ -16,7 +16,7 @@ public final class h0 extends o implements Function0 /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public ViewModelProvider.Factory mo17invoke() { + public ViewModelProvider.Factory mo1invoke() { return new g0(this); } } diff --git a/app/src/main/java/c/a/d/i0.java b/app/src/main/java/c/a/d/i0.java index 01ddfc43c1..0c4e82b58e 100644 --- a/app/src/main/java/c/a/d/i0.java +++ b/app/src/main/java/c/a/d/i0.java @@ -1,13 +1,13 @@ package c.a.d; -import i0.k.b; +import j0.k.b; /* compiled from: DiscordConnectService.kt */ public final class i0 implements b { public static final i0 i = new i0(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Boolean call(Boolean bool) { return bool; } diff --git a/app/src/main/java/c/a/d/j.java b/app/src/main/java/c/a/d/j.java index 61fb455e23..51d25355e5 100644 --- a/app/src/main/java/c/a/d/j.java +++ b/app/src/main/java/c/a/d/j.java @@ -9,10 +9,6 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentTransaction; import c.c.a.a0.d; -import c0.e0.c; -import c0.t.m; -import c0.t.n; -import c0.z.d.a0; import com.discord.app.AppActivity; import com.discord.app.AppComponent; import com.discord.app.AppFragment; @@ -81,6 +77,10 @@ import com.discord.widgets.user.email.WidgetUserEmailUpdate; import com.discord.widgets.user.email.WidgetUserEmailVerify; import com.discord.widgets.user.phone.WidgetUserPhoneManage; import com.discord.widgets.user.phone.WidgetUserPhoneVerify; +import d0.e0.c; +import d0.t.m; +import d0.t.n; +import d0.z.d.a0; import java.util.List; /* compiled from: AppScreen.kt */ public final class j { @@ -88,7 +88,7 @@ public final class j { public static final List> b = m.listOf(a0.getOrCreateKotlinClass(WidgetAgeVerify.class)); /* renamed from: c reason: collision with root package name */ - public static final List> f47c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)}); + public static final List> f46c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)}); public static final List> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRoles.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class), a0.getOrCreateKotlinClass(WidgetGuildScheduledEventSettings.class)}); public static final List> e = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetUserAccountVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailUpdate.class), a0.getOrCreateKotlinClass(WidgetUserPhoneManage.class), a0.getOrCreateKotlinClass(WidgetUserPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class)}); public static final List> f = m.listOf(a0.getOrCreateKotlinClass(WidgetTabsHost.class)); @@ -96,7 +96,7 @@ public final class j { public static final void b(Context context, boolean z2, Intent intent) { Class cls; - c0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(context, "context"); if (z2) { StoreTabsNavigation.selectHomeTab$default(StoreStream.Companion.getTabsNavigation(), intent != null ? intent.getBooleanExtra("com.discord.intent.extra.EXTRA_OPEN_PANEL", false) : false ? StoreNavigation.PanelAction.OPEN : StoreNavigation.PanelAction.CLOSE, false, 2, null); cls = WidgetTabsHost.class; @@ -117,8 +117,8 @@ public final class j { } public static final void d(Context context, Class cls, Parcelable parcelable) { - c0.z.d.m.checkNotNullParameter(context, "context"); - c0.z.d.m.checkNotNullParameter(cls, "screen"); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(cls, "screen"); Intent intent = null; Intent intent2 = (Intent) (!(parcelable instanceof Intent) ? null : parcelable); if (intent2 != null) { @@ -128,12 +128,12 @@ public final class j { } AppLog appLog = AppLog.g; String simpleName = context.getClass().getSimpleName(); - c0.z.d.m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); + d0.z.d.m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); String simpleName2 = cls.getSimpleName(); - c0.z.d.m.checkNotNullExpressionValue(simpleName2, "screen.simpleName"); + d0.z.d.m.checkNotNullExpressionValue(simpleName2, "screen.simpleName"); appLog.f(simpleName, simpleName2); Intent putExtra = (intent != null ? new Intent(intent) : new Intent()).setClass(context, AppActivity.class).putExtra("com.discord.intent.extra.EXTRA_SCREEN", cls); - c0.z.d.m.checkNotNullExpressionValue(putExtra, "if (extras != null) {\n …nts.EXTRA_SCREEN, screen)"); + d0.z.d.m.checkNotNullExpressionValue(putExtra, "if (extras != null) {\n …nts.EXTRA_SCREEN, screen)"); context.startActivity(putExtra); } @@ -153,21 +153,21 @@ public final class j { if ((i2 & 64) != 0) { parcelable = null; } - c0.z.d.m.checkNotNullParameter(context, "context"); - c0.z.d.m.checkNotNullParameter(cls, "screen"); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(cls, "screen"); if (fragmentManager != null) { FragmentTransaction beginTransaction = fragmentManager.beginTransaction(); - c0.z.d.m.checkNotNullExpressionValue(beginTransaction, "fragmentManager.beginTransaction()"); + d0.z.d.m.checkNotNullExpressionValue(beginTransaction, "fragmentManager.beginTransaction()"); Fragment instantiate = Fragment.instantiate(context, cls.getName()); if (parcelable != null) { - c0.z.d.m.checkNotNullExpressionValue(instantiate, "fragment"); + d0.z.d.m.checkNotNullExpressionValue(instantiate, "fragment"); Bundle bundle = (Bundle) (!(parcelable instanceof Bundle) ? null : parcelable); if (bundle == null) { bundle = d.d2(parcelable); } instantiate.setArguments(bundle); } - c0.z.d.m.checkNotNullExpressionValue(instantiate, "Fragment.instantiate(con….toBundle()\n }\n }"); + d0.z.d.m.checkNotNullExpressionValue(instantiate, "Fragment.instantiate(con….toBundle()\n }\n }"); beginTransaction.replace(i, instantiate, cls.getName()); if (z2) { beginTransaction.addToBackStack(null); @@ -179,19 +179,19 @@ public final class j { public final Intent a(Context context, Class cls, Intent intent) { AppLog appLog = AppLog.g; String simpleName = context.getClass().getSimpleName(); - c0.z.d.m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); + d0.z.d.m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); String simpleName2 = cls.getSimpleName(); - c0.z.d.m.checkNotNullExpressionValue(simpleName2, "screen.simpleName"); + d0.z.d.m.checkNotNullExpressionValue(simpleName2, "screen.simpleName"); appLog.f(simpleName, simpleName2); Intent putExtra = (intent != null ? new Intent(intent) : new Intent()).setClass(context, AppActivity.class).putExtra("com.discord.intent.extra.EXTRA_SCREEN", cls); - c0.z.d.m.checkNotNullExpressionValue(putExtra, "if (extras != null) {\n …nts.EXTRA_SCREEN, screen)"); + d0.z.d.m.checkNotNullExpressionValue(putExtra, "if (extras != null) {\n …nts.EXTRA_SCREEN, screen)"); return putExtra; } public final void f(Context context, ActivityResultLauncher activityResultLauncher, Class cls, Parcelable parcelable) { - c0.z.d.m.checkNotNullParameter(context, "context"); - c0.z.d.m.checkNotNullParameter(activityResultLauncher, "launcher"); - c0.z.d.m.checkNotNullParameter(cls, "screen"); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(activityResultLauncher, "launcher"); + d0.z.d.m.checkNotNullParameter(cls, "screen"); Intent intent = null; Intent intent2 = (Intent) (!(parcelable instanceof Intent) ? null : parcelable); if (intent2 != null) { diff --git a/app/src/main/java/c/a/d/j0.java b/app/src/main/java/c/a/d/j0.java index 3f3998abd6..38f07baf42 100644 --- a/app/src/main/java/c/a/d/j0.java +++ b/app/src/main/java/c/a/d/j0.java @@ -1,14 +1,14 @@ package c.a.d; import com.discord.rtcconnection.RtcConnection; -import i0.k.b; +import j0.k.b; /* compiled from: DiscordConnectService.kt */ public final class j0 implements b { public static final j0 i = new j0(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Boolean call(RtcConnection.StateChange stateChange) { RtcConnection.State state = stateChange.a; return Boolean.valueOf(!(state instanceof RtcConnection.State.d) && !(state instanceof RtcConnection.State.h)); diff --git a/app/src/main/java/c/a/d/k.java b/app/src/main/java/c/a/d/k.java index baee5338ce..e3790c44af 100644 --- a/app/src/main/java/c/a/d/k.java +++ b/app/src/main/java/c/a/d/k.java @@ -1,13 +1,13 @@ package c.a.d; -import i0.k.b; +import j0.k.b; /* compiled from: AppState.kt */ public final class k implements b { public static final k i = new k(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Boolean call(Integer num) { return Boolean.valueOf(num.intValue() > 0); } diff --git a/app/src/main/java/c/a/d/k0.java b/app/src/main/java/c/a/d/k0.java index 4efed1a27a..e0e097c17c 100644 --- a/app/src/main/java/c/a/d/k0.java +++ b/app/src/main/java/c/a/d/k0.java @@ -2,7 +2,7 @@ package c.a.d; import com.discord.rtcconnection.RtcConnection; import com.discord.stores.StoreStream; -import i0.k.b; +import j0.k.b; import rx.Observable; /* compiled from: DiscordConnectService.kt */ public final class k0 implements b> { @@ -10,7 +10,7 @@ public final class k0 implements b call(Boolean bool) { return StoreStream.Companion.getRtcConnection().getConnectionState().x(j0.i); } diff --git a/app/src/main/java/c/a/d/l.java b/app/src/main/java/c/a/d/l.java index ddc6216520..bd6f32eb06 100644 --- a/app/src/main/java/c/a/d/l.java +++ b/app/src/main/java/c/a/d/l.java @@ -1,8 +1,8 @@ package c.a.d; -import c0.z.d.m; import com.discord.app.AppLog; import com.discord.utilities.logging.Logger; +import d0.z.d.m; import java.util.ArrayList; import rx.subjects.BehaviorSubject; /* compiled from: AppState.kt */ @@ -11,7 +11,7 @@ public final class l { public static final BehaviorSubject b = BehaviorSubject.l0(0); /* renamed from: c reason: collision with root package name */ - public static final l f48c = new l(); + public static final l f47c = new l(); public final synchronized void a(Object obj) { m.checkNotNullParameter(obj, "consumer"); diff --git a/app/src/main/java/c/a/d/l0/a.java b/app/src/main/java/c/a/d/l0/a.java index e4173251b9..e04e655b0f 100644 --- a/app/src/main/java/c/a/d/l0/a.java +++ b/app/src/main/java/c/a/d/l0/a.java @@ -1,10 +1,10 @@ package c.a.d.l0; import android.net.Uri; -import c0.g0.i; -import c0.g0.t; -import c0.z.d.m; import com.discord.BuildConfig; +import d0.g0.i; +import d0.g0.t; +import d0.z.d.m; import kotlin.text.Regex; /* compiled from: RoutingPatterns.kt */ public final class a { @@ -18,7 +18,7 @@ public final class a { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f49c; + public static final String f48c; public static final String d; public static final String e; public static final String f; @@ -33,25 +33,23 @@ public final class a { public static final Regex o; public static final Regex p; public static final Regex q; + public static final Regex r; - /* renamed from: r reason: collision with root package name */ - public static final Regex f50r; - public static final Regex s; + /* renamed from: s reason: collision with root package name */ + public static final Regex f49s; public static final Regex t; public static final Regex u; public static final Regex v; - - /* renamed from: w reason: collision with root package name */ - public static final Regex f51w; + public static final Regex w; /* renamed from: x reason: collision with root package name */ - public static final Regex f52x; + public static final Regex f50x; /* renamed from: y reason: collision with root package name */ - public static final Regex f53y; + public static final Regex f51y; /* renamed from: z reason: collision with root package name */ - public static final Regex f54z; + public static final Regex f52z; static { a aVar = new a(); @@ -61,7 +59,7 @@ public final class a { String b3 = aVar.b(BuildConfig.HOST_ALTERNATE); b = b3; String b4 = aVar.b(BuildConfig.HOST_GIFT); - f49c = b4; + f48c = b4; String b5 = aVar.b(BuildConfig.HOST_INVITE); d = b5; String b6 = aVar.b(BuildConfig.HOST_GUILD_TEMPLATE); @@ -103,15 +101,15 @@ public final class a { sb5.append("(?:" + replace$default3 + "))/([\\w-]+)/?"); String sb6 = sb5.toString(); m.checkNotNullExpressionValue(sb6, "StringBuilder()\n …?\")\n .toString()"); - f50r = new Regex(sb6, iVar); - s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); + r = new Regex(sb6, iVar); + f49s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); t = new Regex("^/channels/((?:@me)|(?:\\d+))(?:/(\\d+))?(?:/(\\d+))?/?$", iVar); u = new Regex("^/channels/@me/-1?/?$", iVar); v = new Regex("^/lurk/(\\d+)(?:/(\\d+))?/?$", iVar); - f51w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar); - f52x = new Regex("^/users/(\\d+)/?$", iVar); - f53y = new Regex("^/settings(/\\w+)*/?$", iVar); - f54z = new Regex("^/feature(/\\w+)*/?$", iVar); + w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar); + f50x = new Regex("^/users/(\\d+)/?$", iVar); + f51y = new Regex("^/settings(/\\w+)*/?$", iVar); + f52z = new Regex("^/feature(/\\w+)*/?$", iVar); A = new Regex("^/query(/\\w+)*/?$", iVar); B = new Regex("^/(?:oauth2|connect)/authorize/?$", iVar); D = new Regex("^/guild/((?:@me)|(?:\\d+))/premiumguild/?$", iVar); @@ -122,7 +120,7 @@ public final class a { if (str == null) { return false; } - if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f49c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { + if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f48c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { return l.matches(str); } return true; diff --git a/app/src/main/java/c/a/d/m.java b/app/src/main/java/c/a/d/m.java index 113652c98d..3adf9b316f 100644 --- a/app/src/main/java/c/a/d/m.java +++ b/app/src/main/java/c/a/d/m.java @@ -16,17 +16,17 @@ import com.facebook.drawee.span.DraweeSpanStringBuilder; /* compiled from: AppToast.kt */ public final class m { public static final void a(Context context, CharSequence charSequence, int i) { - c0.z.d.m.checkNotNullParameter(context, "context"); - c0.z.d.m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); String string = context.getString(i); - c0.z.d.m.checkNotNullExpressionValue(string, "context.getString(toastResId)"); + d0.z.d.m.checkNotNullExpressionValue(string, "context.getString(toastResId)"); b(context, charSequence, string); } public static final void b(Context context, CharSequence charSequence, CharSequence charSequence2) { - c0.z.d.m.checkNotNullParameter(context, "context"); - c0.z.d.m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - c0.z.d.m.checkNotNullParameter(charSequence2, "toastText"); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); + d0.z.d.m.checkNotNullParameter(charSequence2, "toastText"); Object systemService = context.getSystemService("clipboard"); if (!(systemService instanceof ClipboardManager)) { systemService = null; diff --git a/app/src/main/java/c/a/d/n.java b/app/src/main/java/c/a/d/n.java index 1f124fd313..c2a9f802c4 100644 --- a/app/src/main/java/c/a/d/n.java +++ b/app/src/main/java/c/a/d/n.java @@ -1,13 +1,13 @@ package c.a.d; -import c0.z.d.m; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import rx.Observable; /* compiled from: AppTransformers.kt */ public final class n implements Observable.c { public static final n i = new n(); - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { Observable observable = (Observable) obj; m.checkNotNullExpressionValue(observable, "observable"); diff --git a/app/src/main/java/c/a/d/o.java b/app/src/main/java/c/a/d/o.java index 0d4427757c..b2b4cc90f4 100644 --- a/app/src/main/java/c/a/d/o.java +++ b/app/src/main/java/c/a/d/o.java @@ -2,12 +2,12 @@ package c.a.d; import android.content.Context; import androidx.core.app.NotificationCompat; -import c0.t.h0; -import c0.z.d.k; -import c0.z.d.m; import com.discord.app.AppFragment; import com.discord.utilities.error.Error; -import i0.l.e.j; +import d0.t.h0; +import d0.z.d.k; +import d0.z.d.m; +import j0.l.e.j; import java.util.Collection; import java.util.Map; import java.util.concurrent.TimeUnit; @@ -21,7 +21,7 @@ public final class o { public static final o a = new o(); /* compiled from: AppTransformers.kt */ - public static final class a extends c0.z.d.o implements Function1 { + public static final class a extends d0.z.d.o implements Function1 { public static final a i = new a(); public a() { @@ -39,7 +39,7 @@ public final class o { public static final class b implements Observable.c, Map> { public static final b i = new b(); - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { Observable observable = (Observable) obj; return new j(h0.emptyMap()); @@ -56,7 +56,7 @@ public final class o { this.j = function1; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { return ((Observable) obj).Y(new s(this)).q(); } @@ -76,7 +76,7 @@ public final class o { this.l = timeUnit; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { return ((Observable) obj).Y(new t(this)); } diff --git a/app/src/main/java/c/a/d/p.java b/app/src/main/java/c/a/d/p.java index 73dec3e059..c3a4074074 100644 --- a/app/src/main/java/c/a/d/p.java +++ b/app/src/main/java/c/a/d/p.java @@ -1,6 +1,6 @@ package c.a.d; -import i0.k.b; +import j0.k.b; import java.util.Map; /* compiled from: AppTransformers.kt */ public final class p implements b { @@ -11,7 +11,7 @@ public final class p implements b { } /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // i0.k.b + @Override // j0.k.b public Boolean call(Object obj) { return Boolean.valueOf(this.i.containsKey(obj)); } diff --git a/app/src/main/java/c/a/d/q.java b/app/src/main/java/c/a/d/q.java index b53387c5cb..c194de1bc2 100644 --- a/app/src/main/java/c/a/d/q.java +++ b/app/src/main/java/c/a/d/q.java @@ -1,11 +1,11 @@ package c.a.d; -import i0.k.b; +import j0.k.b; /* compiled from: AppTransformers.kt */ public final class q implements b { public static final q i = new q(); - @Override // i0.k.b + @Override // j0.k.b public final K call(K k) { return k; } diff --git a/app/src/main/java/c/a/d/r.java b/app/src/main/java/c/a/d/r.java index dabab4fced..be8aa3ef0d 100644 --- a/app/src/main/java/c/a/d/r.java +++ b/app/src/main/java/c/a/d/r.java @@ -1,6 +1,6 @@ package c.a.d; -import i0.k.b; +import j0.k.b; import java.util.Map; /* compiled from: AppTransformers.kt */ public final class r implements b { @@ -13,7 +13,7 @@ public final class r implements b { } /* JADX WARNING: Unknown variable types count: 1 */ - @Override // i0.k.b + @Override // j0.k.b public final V1 call(K k) { return this.i.i.j.invoke(this.j.get(k)); } diff --git a/app/src/main/java/c/a/d/s.java b/app/src/main/java/c/a/d/s.java index 174a7229b0..7a8f1b43ad 100644 --- a/app/src/main/java/c/a/d/s.java +++ b/app/src/main/java/c/a/d/s.java @@ -1,7 +1,7 @@ package c.a.d; import c.a.d.o; -import i0.k.b; +import j0.k.b; import java.util.Map; import rx.Observable; /* compiled from: AppTransformers.kt */ @@ -12,7 +12,7 @@ public final class s implements b, Observable implements b> { @@ -12,7 +12,7 @@ public final class t implements b> { this.i = dVar; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { if (((Boolean) this.i.i.invoke(obj)).booleanValue()) { return new j(obj); diff --git a/app/src/main/java/c/a/d/u.java b/app/src/main/java/c/a/d/u.java index 14e5da8f46..625e9b04ee 100644 --- a/app/src/main/java/c/a/d/u.java +++ b/app/src/main/java/c/a/d/u.java @@ -1,7 +1,7 @@ package c.a.d; import androidx.core.app.NotificationCompat; -import c0.z.d.k; +import d0.z.d.k; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/d/v.java b/app/src/main/java/c/a/d/v.java index c7e6d281e4..6ad095d1f2 100644 --- a/app/src/main/java/c/a/d/v.java +++ b/app/src/main/java/c/a/d/v.java @@ -1,6 +1,6 @@ package c.a.d; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: AppTransformers.kt */ @@ -14,7 +14,7 @@ public final class v extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { return Unit.a; } } diff --git a/app/src/main/java/c/a/d/w.java b/app/src/main/java/c/a/d/w.java index ddcf98231b..e373196478 100644 --- a/app/src/main/java/c/a/d/w.java +++ b/app/src/main/java/c/a/d/w.java @@ -1,8 +1,8 @@ package c.a.d; import android.content.Context; -import c0.z.d.m; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import kotlin.jvm.functions.Function0; import rx.Observable; import rx.functions.Action1; @@ -22,7 +22,7 @@ public final class w implements Observable.c { this.m = action13; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { Observable observable = (Observable) obj; m.checkNotNullExpressionValue(observable, "observable"); diff --git a/app/src/main/java/c/a/d/x.java b/app/src/main/java/c/a/d/x.java index 987839bdb3..fa23bb62c1 100644 --- a/app/src/main/java/c/a/d/x.java +++ b/app/src/main/java/c/a/d/x.java @@ -1,6 +1,6 @@ package c.a.d; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: AppTransformers.kt */ @@ -14,7 +14,7 @@ public final class x extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { return Unit.a; } } diff --git a/app/src/main/java/c/a/d/y.java b/app/src/main/java/c/a/d/y.java index a806c368ad..5e6d9e9f32 100644 --- a/app/src/main/java/c/a/d/y.java +++ b/app/src/main/java/c/a/d/y.java @@ -1,8 +1,8 @@ package c.a.d; import android.content.Context; -import c0.z.d.m; import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import rx.Observable; @@ -24,7 +24,7 @@ public final class y implements Observable.c { this.n = function0; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { Observable observable = (Observable) obj; m.checkNotNullExpressionValue(observable, "observable"); diff --git a/app/src/main/java/c/a/d/z.java b/app/src/main/java/c/a/d/z.java index 523ef165ff..0e84b91f5e 100644 --- a/app/src/main/java/c/a/d/z.java +++ b/app/src/main/java/c/a/d/z.java @@ -1,6 +1,6 @@ package c.a.d; -import i0.k.b; +import j0.k.b; import rx.Observable; /* compiled from: AppTransformers.kt */ public final class z implements b> { @@ -10,7 +10,7 @@ public final class z implements b> { this.i = a0Var; } - @Override // i0.k.b + @Override // j0.k.b public Object call(Object obj) { return ((Boolean) this.i.i.invoke(obj)).booleanValue() ? (Observable) this.i.j.invoke(obj) : (Observable) this.i.k.invoke(obj); } diff --git a/app/src/main/java/c/a/e/a.java b/app/src/main/java/c/a/e/a.java index d07e53cc30..971245ed5f 100644 --- a/app/src/main/java/c/a/e/a.java +++ b/app/src/main/java/c/a/e/a.java @@ -1,6 +1,6 @@ package c.a.e; -import c0.z.d.k; +import d0.z.d.k; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; @@ -19,7 +19,7 @@ public final /* synthetic */ class a extends k implements Function1 b; /* renamed from: c reason: collision with root package name */ - public static Subscription f55c; + public static Subscription f53c; public static final d d = new d(); static { diff --git a/app/src/main/java/c/a/f/a.java b/app/src/main/java/c/a/f/a.java index ad30228d20..17df2858ae 100644 --- a/app/src/main/java/c/a/f/a.java +++ b/app/src/main/java/c/a/f/a.java @@ -1,9 +1,9 @@ package c.a.f; import android.view.View; -import c0.z.d.m; import com.discord.chips_view.ChipsView; import com.discord.chips_view.ChipsView.a; +import d0.z.d.m; import java.util.Objects; /* compiled from: Chip.kt */ public final class a implements View.OnClickListener { @@ -23,7 +23,7 @@ public final class a implements View.OnClickListener { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f56c; + public final int f54c; public final int d; public final int e; public final int f; @@ -31,7 +31,7 @@ public final class a implements View.OnClickListener { public C0026a(int i, float f, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) { this.a = i; this.b = i2; - this.f56c = i3; + this.f54c = i3; this.d = i4; this.e = i5; this.f = i8; @@ -91,7 +91,7 @@ public final class a implements View.OnClickListener { @Override // android.view.View.OnClickListener public void onClick(View view) { m.checkNotNullParameter(view, "v"); - this.p.f2012z.clearFocus(); + this.p.f1613z.clearFocus(); ChipsView chipsView = this.p; Objects.requireNonNull(chipsView); m.checkNotNullParameter(this, "chip"); diff --git a/app/src/main/java/c/a/f/b.java b/app/src/main/java/c/a/f/b.java index bd795dc31b..41224abbdb 100644 --- a/app/src/main/java/c/a/f/b.java +++ b/app/src/main/java/c/a/f/b.java @@ -3,7 +3,7 @@ package c.a.f; import android.graphics.PorterDuff; import android.graphics.drawable.Drawable; import android.widget.RelativeLayout; -import c0.z.d.m; +import d0.z.d.m; import java.util.Objects; /* compiled from: Chip.kt */ public final class b implements Runnable { @@ -22,7 +22,7 @@ public final class b implements Runnable { m.checkNotNullExpressionValue(relativeLayout, "it"); Drawable background = relativeLayout.getBackground(); m.checkNotNullExpressionValue(background, "it.background"); - int i = this.j.o.f56c; + int i = this.j.o.f54c; Objects.requireNonNull(aVar); background.setColorFilter(i, PorterDuff.Mode.SRC_ATOP); } diff --git a/app/src/main/java/c/a/f/d.java b/app/src/main/java/c/a/f/d.java index f2711bf1eb..62c512c82c 100644 --- a/app/src/main/java/c/a/f/d.java +++ b/app/src/main/java/c/a/f/d.java @@ -5,7 +5,7 @@ import android.content.Context; import android.view.inputmethod.EditorInfo; import android.view.inputmethod.InputConnection; import androidx.appcompat.widget.AppCompatEditText; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ChipsEditText.kt */ @SuppressLint({"ViewConstructor"}) public final class d extends AppCompatEditText { diff --git a/app/src/main/java/c/a/f/e.java b/app/src/main/java/c/a/f/e.java index 55245be645..0e227bda47 100644 --- a/app/src/main/java/c/a/f/e.java +++ b/app/src/main/java/c/a/f/e.java @@ -4,7 +4,7 @@ import android.annotation.SuppressLint; import android.content.Context; import android.view.ViewGroup; import android.widget.LinearLayout; -import c0.z.d.m; +import d0.z.d.m; import java.util.ArrayList; import java.util.List; /* compiled from: ChipsVerticalLinearLayout.kt */ diff --git a/app/src/main/java/c/a/f/g.java b/app/src/main/java/c/a/f/g.java index a5eee1ccb8..d1be335522 100644 --- a/app/src/main/java/c/a/f/g.java +++ b/app/src/main/java/c/a/f/g.java @@ -12,7 +12,7 @@ public final class g implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - this.i.f2012z.requestFocus(); + this.i.f1613z.requestFocus(); this.i.f(null); } } diff --git a/app/src/main/java/c/a/f/h/a.java b/app/src/main/java/c/a/f/h/a.java index d843118215..a546606f76 100644 --- a/app/src/main/java/c/a/f/h/a.java +++ b/app/src/main/java/c/a/f/h/a.java @@ -15,12 +15,12 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f57c; + public final TextView f55c; public a(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView; - this.f57c = textView; + this.f55c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/g/a.java b/app/src/main/java/c/a/g/a.java index 4de3fc2f3c..4e3ef6c77a 100644 --- a/app/src/main/java/c/a/g/a.java +++ b/app/src/main/java/c/a/g/a.java @@ -2,7 +2,7 @@ package c.a.g; import android.graphics.Color; import android.util.SparseIntArray; -import c0.z.d.m; +import d0.z.d.m; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; @@ -17,7 +17,7 @@ public final class a { public final float[] b = new float[3]; /* renamed from: c reason: collision with root package name */ - public final int[] f58c; + public final int[] f56c; public final SparseIntArray d; public final List e; @@ -45,7 +45,7 @@ public final class a { public int b; /* renamed from: c reason: collision with root package name */ - public int f59c; + public int f57c; public int d; public int e; public int f; @@ -60,7 +60,7 @@ public final class a { public final void a() { this.e = 255; - this.f59c = 255; + this.f57c = 255; this.a = 255; this.f = 0; this.d = 0; @@ -69,7 +69,7 @@ public final class a { int i2 = this.h; if (i <= i2) { while (true) { - int i3 = a.this.f58c[i]; + int i3 = a.this.f56c[i]; int red = Color.red(i3); int green = Color.green(i3); int blue = Color.blue(i3); @@ -82,8 +82,8 @@ public final class a { if (green > this.d) { this.d = green; } - if (green < this.f59c) { - this.f59c = green; + if (green < this.f57c) { + this.f57c = green; } if (blue > this.f) { this.f = blue; @@ -101,7 +101,7 @@ public final class a { } public final int b() { - return ((this.f - this.e) + 1) * ((this.d - this.f59c) + 1) * ((this.b - this.a) + 1); + return ((this.f - this.e) + 1) * ((this.d - this.f57c) + 1) * ((this.b - this.a) + 1); } } @@ -124,13 +124,13 @@ public final class a { if (i >= 1) { int i6 = bVar.d; int[] iArr = bVar.b; - int[] iArr2 = bVar.f60c; + int[] iArr2 = bVar.f58c; this.d = new SparseIntArray(i6); int length = iArr.length; for (int i7 = 0; i7 < length; i7++) { this.d.append(iArr[i7], iArr2[i7]); } - this.f58c = new int[i6]; + this.f56c = new int[i6]; int i8 = 0; for (int i9 : iArr) { int alpha = Color.alpha(i9); @@ -145,7 +145,7 @@ public final class a { if (!z5) { z4 = false; if (z4) { - this.f58c[i8] = i9; + this.f56c[i8] = i9; i8++; } } @@ -162,7 +162,7 @@ public final class a { } if (i8 <= i) { this.e = new ArrayList(); - int[] iArr3 = this.f58c; + int[] iArr3 = this.f56c; for (int i10 : iArr3) { this.e.add(new d(i10, this.d.get(i10))); } @@ -179,13 +179,13 @@ public final class a { } if (i13 > 1) { int i14 = cVar.b - cVar.a; - int i15 = cVar.d - cVar.f59c; + int i15 = cVar.d - cVar.f57c; int i16 = cVar.f - cVar.e; int i17 = (i14 < i15 || i14 < i16) ? (i15 < i14 || i15 < i16) ? -1 : -2 : -3; a(a.this, i17, i12, i11); - Arrays.sort(a.this.f58c, cVar.g, cVar.h + 1); + Arrays.sort(a.this.f56c, cVar.g, cVar.h + 1); a(a.this, i17, cVar.g, cVar.h); - int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f59c + cVar.d) / 2 : (cVar.a + cVar.b) / 2; + int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f57c + cVar.d) / 2 : (cVar.a + cVar.b) / 2; int i19 = cVar.g; int i20 = cVar.h; while (true) { @@ -193,7 +193,7 @@ public final class a { i19 = cVar.g; break; } - int i21 = a.this.f58c[i19]; + int i21 = a.this.f56c[i19]; if (i17 != -3) { if (i17 != -2) { if (i17 == -1 && Color.blue(i21) > i18) { @@ -229,7 +229,7 @@ public final class a { i2 = 0; while (true) { a aVar = a.this; - int i24 = aVar.f58c[i22]; + int i24 = aVar.f56c[i22]; int i25 = aVar.d.get(i24); i5 += i25; i4 = (Color.red(i24) * i25) + i4; @@ -297,14 +297,14 @@ public final class a { Objects.requireNonNull(aVar); if (i == -2) { while (i2 <= i3) { - int[] iArr = aVar.f58c; + int[] iArr = aVar.f56c; int i4 = iArr[i2]; iArr[i2] = Color.rgb((i4 >> 8) & 255, (i4 >> 16) & 255, i4 & 255); i2++; } } else if (i == -1) { while (i2 <= i3) { - int[] iArr2 = aVar.f58c; + int[] iArr2 = aVar.f56c; int i5 = iArr2[i2]; iArr2[i2] = Color.rgb(i5 & 255, (i5 >> 8) & 255, (i5 >> 16) & 255); i2++; diff --git a/app/src/main/java/c/a/g/b.java b/app/src/main/java/c/a/g/b.java index 4057b45e6e..7eb4fe31cb 100644 --- a/app/src/main/java/c/a/g/b.java +++ b/app/src/main/java/c/a/g/b.java @@ -1,6 +1,6 @@ package c.a.g; -import c0.z.d.m; +import d0.z.d.m; import java.util.Arrays; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: ColorHistogram.kt */ @@ -9,7 +9,7 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f60c; + public final int[] f58c; public final int d; /* compiled from: ColorHistogram.kt */ @@ -41,7 +41,7 @@ public final class b { int[] iArr2 = new int[i]; this.b = iArr2; int[] iArr3 = new int[i]; - this.f60c = iArr3; + this.f58c = iArr3; if (!(iArr.length == 0)) { int i6 = iArr[0]; iArr2[0] = i6; @@ -50,13 +50,13 @@ public final class b { int length2 = iArr.length; for (int i7 = 1; i7 < length2; i7++) { if (iArr[i7] == i6) { - int[] iArr4 = this.f60c; + int[] iArr4 = this.f58c; iArr4[i2] = iArr4[i2] + 1; } else { i6 = iArr[i7]; i2++; this.b[i2] = i6; - this.f60c[i2] = 1; + this.f58c[i2] = 1; } } } diff --git a/app/src/main/java/c/a/g/c.java b/app/src/main/java/c/a/g/c.java index 5282e8444f..54127b0054 100644 --- a/app/src/main/java/c/a/g/c.java +++ b/app/src/main/java/c/a/g/c.java @@ -1,6 +1,6 @@ package c.a.g; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ColorUtils.kt */ public final class c { public static final void a(int i, int i2, int i3, float[] fArr) { diff --git a/app/src/main/java/c/a/g/d.java b/app/src/main/java/c/a/g/d.java index bd0a4976ed..cf43dba32d 100644 --- a/app/src/main/java/c/a/g/d.java +++ b/app/src/main/java/c/a/g/d.java @@ -9,7 +9,7 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f61c; + public final int f59c; public final int d; public final int e; public float[] f; @@ -17,7 +17,7 @@ public final class d { public d(int i, int i2) { this.a = Color.red(i); this.b = Color.green(i); - this.f61c = Color.blue(i); + this.f59c = Color.blue(i); this.d = i; this.e = i2; } @@ -25,7 +25,7 @@ public final class d { public d(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f61c = i3; + this.f59c = i3; this.d = Color.rgb(i, i2, i3); this.e = i4; } @@ -34,7 +34,7 @@ public final class d { if (this.f == null) { float[] fArr = new float[3]; this.f = fArr; - c.a(this.a, this.b, this.f61c, fArr); + c.a(this.a, this.b, this.f59c, fArr); } return this.f; } diff --git a/app/src/main/java/c/a/h/a.java b/app/src/main/java/c/a/h/a.java index d95158f6f8..a7dbf66385 100644 --- a/app/src/main/java/c/a/h/a.java +++ b/app/src/main/java/c/a/h/a.java @@ -6,8 +6,8 @@ import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.net.Uri; import androidx.browser.customtabs.CustomTabsService; -import c0.t.u; -import c0.z.d.m; +import d0.t.u; +import d0.z.d.m; import java.util.ArrayList; import java.util.Iterator; import java.util.List; diff --git a/app/src/main/java/c/a/h/b.java b/app/src/main/java/c/a/h/b.java index fedc53735f..b8c7796f42 100644 --- a/app/src/main/java/c/a/h/b.java +++ b/app/src/main/java/c/a/h/b.java @@ -8,10 +8,10 @@ import androidx.browser.customtabs.CustomTabsClient; import androidx.browser.customtabs.CustomTabsService; import androidx.browser.customtabs.CustomTabsServiceConnection; import androidx.browser.customtabs.CustomTabsSession; -import c0.t.o; -import c0.t.u; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; +import d0.t.o; +import d0.t.u; +import d0.z.d.m; import java.util.ArrayList; import java.util.List; /* compiled from: CustomTabsService.kt */ diff --git a/app/src/main/java/c/a/i/a.java b/app/src/main/java/c/a/i/a.java index 619218e79b..dd6dadbb20 100644 --- a/app/src/main/java/c/a/i/a.java +++ b/app/src/main/java/c/a/i/a.java @@ -15,14 +15,14 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f62c; + public final MaterialButton f60c; @NonNull public final MaterialButton d; public a(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f62c = materialButton; + this.f60c = materialButton; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/a0.java b/app/src/main/java/c/a/i/a0.java index 4951256c63..7d06b9516f 100644 --- a/app/src/main/java/c/a/i/a0.java +++ b/app/src/main/java/c/a/i/a0.java @@ -17,7 +17,7 @@ public final class a0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f63c; + public final LoadingButton f61c; @NonNull public final LinkifiedTextView d; @NonNull @@ -26,7 +26,7 @@ public final class a0 implements ViewBinding { public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = materialButton; - this.f63c = loadingButton; + this.f61c = loadingButton; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/c/a/i/a1.java b/app/src/main/java/c/a/i/a1.java index def04f8bea..a9c2d66d02 100644 --- a/app/src/main/java/c/a/i/a1.java +++ b/app/src/main/java/c/a/i/a1.java @@ -16,14 +16,14 @@ public final class a1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f64c; + public final TextView f62c; @NonNull public final MaterialButton d; public a1(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = imageView; - this.f64c = textView; + this.f62c = textView; this.d = materialButton; } diff --git a/app/src/main/java/c/a/i/a2.java b/app/src/main/java/c/a/i/a2.java index 4ef7f38035..592e2c18df 100644 --- a/app/src/main/java/c/a/i/a2.java +++ b/app/src/main/java/c/a/i/a2.java @@ -14,14 +14,14 @@ public final class a2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FailedUploadView f65c; + public final FailedUploadView f63c; @NonNull public final FailedUploadView d; public a2(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { this.a = linearLayout; this.b = failedUploadView; - this.f65c = failedUploadView2; + this.f63c = failedUploadView2; this.d = failedUploadView3; } diff --git a/app/src/main/java/c/a/i/a3.java b/app/src/main/java/c/a/i/a3.java index cea13374e7..2d6b2b0ad9 100644 --- a/app/src/main/java/c/a/i/a3.java +++ b/app/src/main/java/c/a/i/a3.java @@ -15,14 +15,14 @@ public final class a3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f66c; + public final FrameLayout f64c; @NonNull public final TextView d; public a3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f66c = frameLayout; + this.f64c = frameLayout; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/a4.java b/app/src/main/java/c/a/i/a4.java index e4f1029463..3df1cacef0 100644 --- a/app/src/main/java/c/a/i/a4.java +++ b/app/src/main/java/c/a/i/a4.java @@ -14,12 +14,12 @@ public final class a4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f67c; + public final SimpleDraweeSpanTextView f65c; public a4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; this.b = textView; - this.f67c = simpleDraweeSpanTextView; + this.f65c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a5.java b/app/src/main/java/c/a/i/a5.java index 8631ac62a3..5dcbd306a9 100644 --- a/app/src/main/java/c/a/i/a5.java +++ b/app/src/main/java/c/a/i/a5.java @@ -14,12 +14,12 @@ public final class a5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f68c; + public final FragmentContainerView f66c; public a5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull b5 b5Var, @NonNull FragmentContainerView fragmentContainerView) { this.a = roundedRelativeLayout; this.b = b5Var; - this.f68c = fragmentContainerView; + this.f66c = fragmentContainerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b.java b/app/src/main/java/c/a/i/b.java index cda25389c2..89e50ad5a2 100644 --- a/app/src/main/java/c/a/i/b.java +++ b/app/src/main/java/c/a/i/b.java @@ -16,7 +16,7 @@ public final class b implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RadioGroup f69c; + public final RadioGroup f67c; @NonNull public final MaterialRadioButton d; @NonNull @@ -27,7 +27,7 @@ public final class b implements ViewBinding { public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) { this.a = linearLayout; this.b = materialRadioButton; - this.f69c = radioGroup; + this.f67c = radioGroup; this.d = materialRadioButton2; this.e = materialRadioButton3; this.f = materialRadioButton4; diff --git a/app/src/main/java/c/a/i/b0.java b/app/src/main/java/c/a/i/b0.java index c3d525d505..26ba8ecc71 100644 --- a/app/src/main/java/c/a/i/b0.java +++ b/app/src/main/java/c/a/i/b0.java @@ -16,14 +16,14 @@ public final class b0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f70c; + public final LinkifiedTextView f68c; @NonNull public final TextView d; public b0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = materialButton; - this.f70c = linkifiedTextView; + this.f68c = linkifiedTextView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/b1.java b/app/src/main/java/c/a/i/b1.java index 4468ecc7e7..6b55581577 100644 --- a/app/src/main/java/c/a/i/b1.java +++ b/app/src/main/java/c/a/i/b1.java @@ -16,7 +16,7 @@ public final class b1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f71c; + public final ImageView f69c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class b1 implements ViewBinding { public b1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = textView; - this.f71c = imageView; + this.f69c = imageView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/b3.java b/app/src/main/java/c/a/i/b3.java index 136ba0bdc2..05eb37ad56 100644 --- a/app/src/main/java/c/a/i/b3.java +++ b/app/src/main/java/c/a/i/b3.java @@ -18,7 +18,7 @@ public final class b3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f72c; + public final MaterialButton f70c; @NonNull public final ServerMemberCount d; @NonNull @@ -33,7 +33,7 @@ public final class b3 implements ViewBinding { public b3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { this.a = view; this.b = materialButton; - this.f72c = materialButton2; + this.f70c = materialButton2; this.d = serverMemberCount; this.e = textView; this.f = guildView; diff --git a/app/src/main/java/c/a/i/b4.java b/app/src/main/java/c/a/i/b4.java index c8af77e36d..1246b87429 100644 --- a/app/src/main/java/c/a/i/b4.java +++ b/app/src/main/java/c/a/i/b4.java @@ -21,7 +21,7 @@ public final class b4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f73c; + public final View f71c; @NonNull public final ImageView d; @NonNull @@ -51,16 +51,16 @@ public final class b4 implements ViewBinding { @NonNull public final AppVideoStreamRenderer q; @NonNull - - /* renamed from: r reason: collision with root package name */ - public final LinearLayout f74r; + public final LinearLayout r; @NonNull - public final VoiceUserView s; + + /* renamed from: s reason: collision with root package name */ + public final VoiceUserView f72s; public b4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { this.a = view; this.b = view2; - this.f73c = view3; + this.f71c = view3; this.d = imageView; this.e = constraintLayout; this.f = imageView2; @@ -75,8 +75,8 @@ public final class b4 implements ViewBinding { this.o = textView7; this.p = progressBar; this.q = appVideoStreamRenderer; - this.f74r = linearLayout2; - this.s = voiceUserView; + this.r = linearLayout2; + this.f72s = voiceUserView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b5.java b/app/src/main/java/c/a/i/b5.java index 9f5fc6300f..78fe4630cd 100644 --- a/app/src/main/java/c/a/i/b5.java +++ b/app/src/main/java/c/a/i/b5.java @@ -16,7 +16,7 @@ public final class b5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final c5 f75c; + public final c5 f73c; @NonNull public final FragmentContainerView d; @NonNull @@ -25,7 +25,7 @@ public final class b5 implements ViewBinding { public b5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull c5 c5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) { this.a = constraintLayout; this.b = viewStub2; - this.f75c = c5Var; + this.f73c = c5Var; this.d = fragmentContainerView; this.e = fragmentContainerView4; } diff --git a/app/src/main/java/c/a/i/c.java b/app/src/main/java/c/a/i/c.java index 285baf1274..6bbc245db4 100644 --- a/app/src/main/java/c/a/i/c.java +++ b/app/src/main/java/c/a/i/c.java @@ -15,14 +15,14 @@ public final class c implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f76c; + public final TextView f74c; @NonNull public final MaxHeightRecyclerView d; public c(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f76c = textView; + this.f74c = textView; this.d = maxHeightRecyclerView; } diff --git a/app/src/main/java/c/a/i/c0.java b/app/src/main/java/c/a/i/c0.java index 920ec2faad..289b965487 100644 --- a/app/src/main/java/c/a/i/c0.java +++ b/app/src/main/java/c/a/i/c0.java @@ -16,12 +16,12 @@ public final class c0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f77c; + public final MaterialButton f75c; public c0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = phoneOrEmailInputView; - this.f77c = materialButton; + this.f75c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c1.java b/app/src/main/java/c/a/i/c1.java index f023079855..d4d6ed6edb 100644 --- a/app/src/main/java/c/a/i/c1.java +++ b/app/src/main/java/c/a/i/c1.java @@ -16,7 +16,7 @@ public final class c1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f78c; + public final TextView f76c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class c1 implements ViewBinding { public c1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = imageView; - this.f78c = textView; + this.f76c = textView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/c3.java b/app/src/main/java/c/a/i/c3.java index 4c9408eadf..1dde2bbd8d 100644 --- a/app/src/main/java/c/a/i/c3.java +++ b/app/src/main/java/c/a/i/c3.java @@ -15,7 +15,7 @@ public final class c3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildView f79c; + public final GuildView f77c; @NonNull public final GuildView d; @NonNull @@ -28,7 +28,7 @@ public final class c3 implements ViewBinding { public c3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { this.a = view; this.b = imageView; - this.f79c = guildView; + this.f77c = guildView; this.d = guildView2; this.e = guildView3; this.f = guildView4; diff --git a/app/src/main/java/c/a/i/c4.java b/app/src/main/java/c/a/i/c4.java index ac20970eee..f8be0a54e5 100644 --- a/app/src/main/java/c/a/i/c4.java +++ b/app/src/main/java/c/a/i/c4.java @@ -15,12 +15,12 @@ public final class c4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f80c; + public final TextView f78c; public c4(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f80c = textView2; + this.f78c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d.java b/app/src/main/java/c/a/i/d.java index 63540f14cd..740fe322a2 100644 --- a/app/src/main/java/c/a/i/d.java +++ b/app/src/main/java/c/a/i/d.java @@ -15,14 +15,14 @@ public final class d implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f81c; + public final SimpleDraweeView f79c; @NonNull public final MaterialTextView d; public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) { this.a = constraintLayout; this.b = materialTextView; - this.f81c = simpleDraweeView; + this.f79c = simpleDraweeView; this.d = materialTextView2; } diff --git a/app/src/main/java/c/a/i/d0.java b/app/src/main/java/c/a/i/d0.java index b0d8b088b5..88a474db9d 100644 --- a/app/src/main/java/c/a/i/d0.java +++ b/app/src/main/java/c/a/i/d0.java @@ -16,7 +16,7 @@ public final class d0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f82c; + public final LoadingButton f80c; @NonNull public final View d; @NonNull @@ -25,7 +25,7 @@ public final class d0 implements ViewBinding { public d0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull h0 h0Var) { this.a = constraintLayout; this.b = textView; - this.f82c = loadingButton; + this.f80c = loadingButton; this.d = view; this.e = h0Var; } diff --git a/app/src/main/java/c/a/i/d1.java b/app/src/main/java/c/a/i/d1.java index cdb718f79b..33dd56bd9e 100644 --- a/app/src/main/java/c/a/i/d1.java +++ b/app/src/main/java/c/a/i/d1.java @@ -13,7 +13,7 @@ public final class d1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f83c; + public final MaterialButton f81c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class d1 implements ViewBinding { public d1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f83c = materialButton2; + this.f81c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/d3.java b/app/src/main/java/c/a/i/d3.java index f07fd84869..98983eca52 100644 --- a/app/src/main/java/c/a/i/d3.java +++ b/app/src/main/java/c/a/i/d3.java @@ -15,7 +15,7 @@ public final class d3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f84c; + public final TextView f82c; @NonNull public final ImageView d; @NonNull @@ -24,7 +24,7 @@ public final class d3 implements ViewBinding { public d3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = linearLayout; this.b = imageView; - this.f84c = textView; + this.f82c = textView; this.d = imageView2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/d4.java b/app/src/main/java/c/a/i/d4.java index 04eb7f6838..7d708df235 100644 --- a/app/src/main/java/c/a/i/d4.java +++ b/app/src/main/java/c/a/i/d4.java @@ -14,12 +14,12 @@ public final class d4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f85c; + public final TextView f83c; public d4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f85c = textView; + this.f83c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d5.java b/app/src/main/java/c/a/i/d5.java index 72e25b0edc..6873696b41 100644 --- a/app/src/main/java/c/a/i/d5.java +++ b/app/src/main/java/c/a/i/d5.java @@ -16,12 +16,12 @@ public final class d5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f86c; + public final FragmentContainerView f84c; public d5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { this.a = relativeLayout; this.b = textView; - this.f86c = fragmentContainerView2; + this.f84c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e.java b/app/src/main/java/c/a/i/e.java index ed45ca03c8..58b722bffc 100644 --- a/app/src/main/java/c/a/i/e.java +++ b/app/src/main/java/c/a/i/e.java @@ -15,12 +15,12 @@ public final class e implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f87c; + public final MaterialButton f85c; public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f87c = materialButton; + this.f85c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e0.java b/app/src/main/java/c/a/i/e0.java index 07da1e6071..ddb5ce0376 100644 --- a/app/src/main/java/c/a/i/e0.java +++ b/app/src/main/java/c/a/i/e0.java @@ -17,7 +17,7 @@ public final class e0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f88c; + public final TextInputLayout f86c; @NonNull public final LoadingButton d; @NonNull @@ -26,7 +26,7 @@ public final class e0 implements ViewBinding { public e0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textInputEditText; - this.f88c = textInputLayout; + this.f86c = textInputLayout; this.d = loadingButton; this.e = textView; } diff --git a/app/src/main/java/c/a/i/e2.java b/app/src/main/java/c/a/i/e2.java index abfc45e014..6634024074 100644 --- a/app/src/main/java/c/a/i/e2.java +++ b/app/src/main/java/c/a/i/e2.java @@ -15,7 +15,7 @@ public final class e2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Spinner f89c; + public final Spinner f87c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class e2 implements ViewBinding { public e2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = view; this.b = textView; - this.f89c = spinner; + this.f87c = spinner; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/e3.java b/app/src/main/java/c/a/i/e3.java index 31008fcf71..2095a177fd 100644 --- a/app/src/main/java/c/a/i/e3.java +++ b/app/src/main/java/c/a/i/e3.java @@ -16,7 +16,7 @@ public final class e3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f90c; + public final TextInputLayout f88c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,7 +27,7 @@ public final class e3 implements ViewBinding { public e3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f90c = textInputLayout; + this.f88c = textInputLayout; this.d = simpleDraweeView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/c/a/i/e4.java b/app/src/main/java/c/a/i/e4.java index 17f15d4cea..607c833c9a 100644 --- a/app/src/main/java/c/a/i/e4.java +++ b/app/src/main/java/c/a/i/e4.java @@ -13,12 +13,12 @@ public final class e4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f91c; + public final TextView f89c; public e4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f91c = textView2; + this.f89c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f.java b/app/src/main/java/c/a/i/f.java index e91d87b2b4..6e2e7e088a 100644 --- a/app/src/main/java/c/a/i/f.java +++ b/app/src/main/java/c/a/i/f.java @@ -13,12 +13,12 @@ public final class f implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f92c; + public final TextView f90c; public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f92c = textView2; + this.f90c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f0.java b/app/src/main/java/c/a/i/f0.java index b8f4504ec0..40bd8f8dd0 100644 --- a/app/src/main/java/c/a/i/f0.java +++ b/app/src/main/java/c/a/i/f0.java @@ -17,12 +17,12 @@ public final class f0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f93c; + public final LoadingButton f91c; public f0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = recyclerView; - this.f93c = loadingButton; + this.f91c = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f1.java b/app/src/main/java/c/a/i/f1.java index 7bef231e4f..2bbf6d0827 100644 --- a/app/src/main/java/c/a/i/f1.java +++ b/app/src/main/java/c/a/i/f1.java @@ -16,7 +16,7 @@ public final class f1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f94c; + public final TextView f92c; @NonNull public final TextSwitcher d; @NonNull @@ -25,7 +25,7 @@ public final class f1 implements ViewBinding { public f1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = linearLayout; this.b = textView; - this.f94c = textView2; + this.f92c = textView2; this.d = textSwitcher; this.e = simpleDraweeSpanTextView; } diff --git a/app/src/main/java/c/a/i/f2.java b/app/src/main/java/c/a/i/f2.java index f1b1890033..b9301be255 100644 --- a/app/src/main/java/c/a/i/f2.java +++ b/app/src/main/java/c/a/i/f2.java @@ -14,12 +14,12 @@ public final class f2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f95c; + public final TextView f93c; public f2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f95c = textView; + this.f93c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f3.java b/app/src/main/java/c/a/i/f3.java index 6403c7898e..c5d03dc8df 100644 --- a/app/src/main/java/c/a/i/f3.java +++ b/app/src/main/java/c/a/i/f3.java @@ -14,12 +14,12 @@ public final class f3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f96c; + public final CheckedSetting f94c; public f3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; this.b = checkedSetting; - this.f96c = checkedSetting2; + this.f94c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f4.java b/app/src/main/java/c/a/i/f4.java index 00f5747911..30d3dfbd74 100644 --- a/app/src/main/java/c/a/i/f4.java +++ b/app/src/main/java/c/a/i/f4.java @@ -14,14 +14,14 @@ public final class f4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f97c; + public final ImageView f95c; @NonNull public final SeekBar d; public f4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { this.a = view; this.b = imageView; - this.f97c = imageView2; + this.f95c = imageView2; this.d = seekBar; } diff --git a/app/src/main/java/c/a/i/f5.java b/app/src/main/java/c/a/i/f5.java index 4c935a964b..539716b034 100644 --- a/app/src/main/java/c/a/i/f5.java +++ b/app/src/main/java/c/a/i/f5.java @@ -15,12 +15,12 @@ public final class f5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f98c; + public final FragmentContainerView f96c; public f5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { this.a = frameLayout; this.b = roundedRelativeLayout; - this.f98c = fragmentContainerView3; + this.f96c = fragmentContainerView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g.java b/app/src/main/java/c/a/i/g.java index 4a11d5b514..c599fdac30 100644 --- a/app/src/main/java/c/a/i/g.java +++ b/app/src/main/java/c/a/i/g.java @@ -15,7 +15,7 @@ public final class g implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f99c; + public final TextView f97c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class g implements ViewBinding { public g(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f99c = textView; + this.f97c = textView; this.d = simpleDraweeView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/g0.java b/app/src/main/java/c/a/i/g0.java index 11d589e2a6..dc20c6d614 100644 --- a/app/src/main/java/c/a/i/g0.java +++ b/app/src/main/java/c/a/i/g0.java @@ -15,12 +15,12 @@ public final class g0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f100c; + public final MaterialButton f98c; public g0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f100c = materialButton2; + this.f98c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g1.java b/app/src/main/java/c/a/i/g1.java index 3703562d50..a6332b5b6d 100644 --- a/app/src/main/java/c/a/i/g1.java +++ b/app/src/main/java/c/a/i/g1.java @@ -14,12 +14,12 @@ public final class g1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f101c; + public final TextInputEditText f99c; public g1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { this.a = view; this.b = imageView; - this.f101c = textInputEditText; + this.f99c = textInputEditText; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g3.java b/app/src/main/java/c/a/i/g3.java index 7e79f08204..1fa82bea53 100644 --- a/app/src/main/java/c/a/i/g3.java +++ b/app/src/main/java/c/a/i/g3.java @@ -15,7 +15,7 @@ public final class g3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f102c; + public final CheckedSetting f100c; @NonNull public final CheckedSetting d; @NonNull @@ -26,7 +26,7 @@ public final class g3 implements ViewBinding { public g3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull CheckedSetting checkedSetting3, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f102c = checkedSetting; + this.f100c = checkedSetting; this.d = checkedSetting2; this.e = checkedSetting3; this.f = linearLayout2; diff --git a/app/src/main/java/c/a/i/g4.java b/app/src/main/java/c/a/i/g4.java index 6ee1e86edb..acde7625e2 100644 --- a/app/src/main/java/c/a/i/g4.java +++ b/app/src/main/java/c/a/i/g4.java @@ -19,7 +19,7 @@ public final class g4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f103c; + public final TextView f101c; @NonNull public final MaterialButton d; @NonNull @@ -36,7 +36,7 @@ public final class g4 implements ViewBinding { public g4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) { this.a = linearLayout; this.b = simpleDraweeView; - this.f103c = textView; + this.f101c = textView; this.d = materialButton; this.e = linearLayout3; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/g5.java b/app/src/main/java/c/a/i/g5.java index 605bcc5f31..366b0f3c44 100644 --- a/app/src/main/java/c/a/i/g5.java +++ b/app/src/main/java/c/a/i/g5.java @@ -15,14 +15,14 @@ public final class g5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f104c; + public final TextView f102c; @NonNull public final LinkifiedTextView d; public g5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f104c = textView; + this.f102c = textView; this.d = linkifiedTextView2; } diff --git a/app/src/main/java/c/a/i/h.java b/app/src/main/java/c/a/i/h.java index 16043d361d..7d73896248 100644 --- a/app/src/main/java/c/a/i/h.java +++ b/app/src/main/java/c/a/i/h.java @@ -14,14 +14,14 @@ public final class h implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f105c; + public final TextView f103c; @NonNull public final TextView d; public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f105c = textView2; + this.f103c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/h0.java b/app/src/main/java/c/a/i/h0.java index 85d465d12c..6d4d56bec0 100644 --- a/app/src/main/java/c/a/i/h0.java +++ b/app/src/main/java/c/a/i/h0.java @@ -17,12 +17,12 @@ public final class h0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f106c; + public final CheckedSetting f104c; public h0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { this.a = linearLayout; this.b = linkifiedTextView; - this.f106c = checkedSetting; + this.f104c = checkedSetting; } @NonNull diff --git a/app/src/main/java/c/a/i/h2.java b/app/src/main/java/c/a/i/h2.java index b4d1edb992..aef5b00f40 100644 --- a/app/src/main/java/c/a/i/h2.java +++ b/app/src/main/java/c/a/i/h2.java @@ -14,12 +14,12 @@ public final class h2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f107c; + public final ProgressBar f105c; public h2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { this.a = view; this.b = materialButton; - this.f107c = progressBar; + this.f105c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h3.java b/app/src/main/java/c/a/i/h3.java index d35ff39cbd..8e2bff5a7b 100644 --- a/app/src/main/java/c/a/i/h3.java +++ b/app/src/main/java/c/a/i/h3.java @@ -18,7 +18,7 @@ public final class h3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f108c; + public final TextView f106c; @NonNull public final SimpleDraweeView d; @NonNull @@ -33,7 +33,7 @@ public final class h3 implements ViewBinding { public h3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = frameLayout; - this.f108c = textView; + this.f106c = textView; this.d = simpleDraweeView; this.e = floatingActionButton; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/h4.java b/app/src/main/java/c/a/i/h4.java index c7485c9d42..ce334739e4 100644 --- a/app/src/main/java/c/a/i/h4.java +++ b/app/src/main/java/c/a/i/h4.java @@ -16,12 +16,12 @@ public final class h4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f109c; + public final LinkifiedTextView f107c; public h4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = linearLayout; this.b = materialButton; - this.f109c = linkifiedTextView; + this.f107c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i2.java b/app/src/main/java/c/a/i/i2.java index 7ed449b0a1..7ea87c6a24 100644 --- a/app/src/main/java/c/a/i/i2.java +++ b/app/src/main/java/c/a/i/i2.java @@ -16,14 +16,14 @@ public final class i2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f110c; + public final MaterialButton f108c; @NonNull public final TextView d; public i2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = simpleDraweeView; - this.f110c = materialButton; + this.f108c = materialButton; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/i3.java b/app/src/main/java/c/a/i/i3.java index 725e7b49e0..d14cc06c41 100644 --- a/app/src/main/java/c/a/i/i3.java +++ b/app/src/main/java/c/a/i/i3.java @@ -18,7 +18,7 @@ public final class i3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f111c; + public final FloatingActionButton f109c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class i3 implements ViewBinding { public i3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = frameLayout; - this.f111c = floatingActionButton; + this.f109c = floatingActionButton; this.d = textView; this.e = simpleDraweeView; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/i5.java b/app/src/main/java/c/a/i/i5.java index 411be82504..0fc9f11be7 100644 --- a/app/src/main/java/c/a/i/i5.java +++ b/app/src/main/java/c/a/i/i5.java @@ -15,7 +15,7 @@ public final class i5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f112c; + public final MaterialButton f110c; @NonNull public final MaterialButton d; @NonNull @@ -24,7 +24,7 @@ public final class i5 implements ViewBinding { public i5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f112c = materialButton; + this.f110c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/j0.java b/app/src/main/java/c/a/i/j0.java index eabc2deef0..6c80553022 100644 --- a/app/src/main/java/c/a/i/j0.java +++ b/app/src/main/java/c/a/i/j0.java @@ -18,12 +18,12 @@ public final class j0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f113c; + public final Group f111c; public j0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f113c = group; + this.f111c = group; } @NonNull diff --git a/app/src/main/java/c/a/i/j1.java b/app/src/main/java/c/a/i/j1.java index 8e688d0619..eedcbe6101 100644 --- a/app/src/main/java/c/a/i/j1.java +++ b/app/src/main/java/c/a/i/j1.java @@ -15,14 +15,14 @@ public final class j1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f114c; + public final SimpleDraweeSpanTextView f112c; @NonNull public final UsernameView d; public j1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull UsernameView usernameView) { this.a = view; this.b = simpleDraweeView; - this.f114c = simpleDraweeSpanTextView; + this.f112c = simpleDraweeSpanTextView; this.d = usernameView; } diff --git a/app/src/main/java/c/a/i/j2.java b/app/src/main/java/c/a/i/j2.java index 44d68c3ffb..5d688a9700 100644 --- a/app/src/main/java/c/a/i/j2.java +++ b/app/src/main/java/c/a/i/j2.java @@ -17,14 +17,14 @@ public final class j2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f115c; + public final TextView f113c; @NonNull public final LinkifiedTextView d; public j2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { this.a = constraintLayout; this.b = guildView; - this.f115c = textView; + this.f113c = textView; this.d = linkifiedTextView; } diff --git a/app/src/main/java/c/a/i/j3.java b/app/src/main/java/c/a/i/j3.java index 864c0f553d..df887fe1cf 100644 --- a/app/src/main/java/c/a/i/j3.java +++ b/app/src/main/java/c/a/i/j3.java @@ -14,12 +14,12 @@ public final class j3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f116c; + public final ConstraintLayout f114c; public j3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = materialCheckBox; - this.f116c = constraintLayout; + this.f114c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j4.java b/app/src/main/java/c/a/i/j4.java index 328c583118..b53da177e4 100644 --- a/app/src/main/java/c/a/i/j4.java +++ b/app/src/main/java/c/a/i/j4.java @@ -17,7 +17,7 @@ public final class j4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f117c; + public final TextView f115c; @NonNull public final RelativeLayout d; @NonNull @@ -34,7 +34,7 @@ public final class j4 implements ViewBinding { public j4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = relativeLayout; this.b = privateCallBlurredGridView; - this.f117c = textView; + this.f115c = textView; this.d = relativeLayout2; this.e = linearLayout; this.f = privateCallGridView; diff --git a/app/src/main/java/c/a/i/k.java b/app/src/main/java/c/a/i/k.java index 696e1f7a9d..b025377dda 100644 --- a/app/src/main/java/c/a/i/k.java +++ b/app/src/main/java/c/a/i/k.java @@ -16,14 +16,14 @@ public final class k implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DatePicker f118c; + public final DatePicker f116c; @NonNull public final TextView d; public k(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull DatePicker datePicker, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f118c = datePicker; + this.f116c = datePicker; this.d = textView; } diff --git a/app/src/main/java/c/a/i/k0.java b/app/src/main/java/c/a/i/k0.java index 69677d1fd1..19365c4664 100644 --- a/app/src/main/java/c/a/i/k0.java +++ b/app/src/main/java/c/a/i/k0.java @@ -15,7 +15,7 @@ public final class k0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f119c; + public final View f117c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class k0 implements ViewBinding { public k0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { this.a = linearLayout; this.b = materialButton; - this.f119c = view; + this.f117c = view; this.d = textView; this.e = textView2; this.f = linearLayout2; diff --git a/app/src/main/java/c/a/i/k1.java b/app/src/main/java/c/a/i/k1.java index 0abc60eabf..9963f7e463 100644 --- a/app/src/main/java/c/a/i/k1.java +++ b/app/src/main/java/c/a/i/k1.java @@ -15,14 +15,14 @@ public final class k1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f120c; + public final ImageView f118c; @NonNull public final TextView d; public k1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = linearLayout; - this.f120c = imageView; + this.f118c = imageView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/k3.java b/app/src/main/java/c/a/i/k3.java index c4d9ba3eab..884bd4862b 100644 --- a/app/src/main/java/c/a/i/k3.java +++ b/app/src/main/java/c/a/i/k3.java @@ -14,12 +14,12 @@ public final class k3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f121c; + public final ConstraintLayout f119c; public k3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = materialRadioButton; - this.f121c = constraintLayout; + this.f119c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k4.java b/app/src/main/java/c/a/i/k4.java index fe2788aabb..1510dec37c 100644 --- a/app/src/main/java/c/a/i/k4.java +++ b/app/src/main/java/c/a/i/k4.java @@ -15,12 +15,12 @@ public final class k4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f122c; + public final MaterialButton f120c; public k4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f122c = materialButton; + this.f120c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k5.java b/app/src/main/java/c/a/i/k5.java index feb984b384..76350f8f4d 100644 --- a/app/src/main/java/c/a/i/k5.java +++ b/app/src/main/java/c/a/i/k5.java @@ -20,7 +20,7 @@ public final class k5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f123c; + public final TextView f121c; @NonNull public final TextView d; @NonNull @@ -43,7 +43,7 @@ public final class k5 implements ViewBinding { public k5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = linearLayout2; - this.f123c = textView; + this.f121c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = simpleDraweeView2; diff --git a/app/src/main/java/c/a/i/l.java b/app/src/main/java/c/a/i/l.java index 4437087aad..b582f3a50f 100644 --- a/app/src/main/java/c/a/i/l.java +++ b/app/src/main/java/c/a/i/l.java @@ -16,14 +16,14 @@ public final class l implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f124c; + public final MaxHeightRecyclerView f122c; @NonNull public final TextView d; public l(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f124c = maxHeightRecyclerView; + this.f122c = maxHeightRecyclerView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/l1.java b/app/src/main/java/c/a/i/l1.java index bed5437ecc..d5502364b6 100644 --- a/app/src/main/java/c/a/i/l1.java +++ b/app/src/main/java/c/a/i/l1.java @@ -15,7 +15,7 @@ public final class l1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f125c; + public final MaterialButton f123c; @NonNull public final MaterialButton d; @NonNull @@ -24,7 +24,7 @@ public final class l1 implements ViewBinding { public l1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f125c = materialButton; + this.f123c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/l3.java b/app/src/main/java/c/a/i/l3.java index 262a053fe5..9ef1473ed6 100644 --- a/app/src/main/java/c/a/i/l3.java +++ b/app/src/main/java/c/a/i/l3.java @@ -15,7 +15,7 @@ public final class l3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f126c; + public final TextView f124c; @NonNull public final LinkifiedTextView d; @NonNull @@ -24,7 +24,7 @@ public final class l3 implements ViewBinding { public l3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f126c = textView; + this.f124c = textView; this.d = linkifiedTextView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/l4.java b/app/src/main/java/c/a/i/l4.java index 53e924289e..c173d5e5e7 100644 --- a/app/src/main/java/c/a/i/l4.java +++ b/app/src/main/java/c/a/i/l4.java @@ -19,7 +19,7 @@ public final class l4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f127c; + public final MaterialButton f125c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class l4 implements ViewBinding { public l4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f127c = materialButton; + this.f125c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/l5.java b/app/src/main/java/c/a/i/l5.java index a9cee483c9..e7de211926 100644 --- a/app/src/main/java/c/a/i/l5.java +++ b/app/src/main/java/c/a/i/l5.java @@ -18,7 +18,7 @@ public final class l5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f128c; + public final TextView f126c; @NonNull public final SimpleDraweeView d; @NonNull @@ -33,7 +33,7 @@ public final class l5 implements ViewBinding { public l5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = linearLayout2; - this.f128c = textView; + this.f126c = textView; this.d = simpleDraweeView; this.e = simpleDraweeView2; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/m0.java b/app/src/main/java/c/a/i/m0.java index 3fad1f6f71..e8ee6e9ae3 100644 --- a/app/src/main/java/c/a/i/m0.java +++ b/app/src/main/java/c/a/i/m0.java @@ -16,7 +16,7 @@ public final class m0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f129c; + public final ImageView f127c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class m0 implements ViewBinding { public m0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f129c = imageView3; + this.f127c = imageView3; this.d = imageView4; this.e = imageView5; this.f = textView; diff --git a/app/src/main/java/c/a/i/m1.java b/app/src/main/java/c/a/i/m1.java index a3a3a2c92f..53c45e81cb 100644 --- a/app/src/main/java/c/a/i/m1.java +++ b/app/src/main/java/c/a/i/m1.java @@ -17,7 +17,7 @@ public final class m1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ShinyButton f130c; + public final ShinyButton f128c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class m1 implements ViewBinding { public m1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = materialButton; - this.f130c = shinyButton; + this.f128c = shinyButton; this.d = textView; this.e = textView2; this.f = imageView; diff --git a/app/src/main/java/c/a/i/m2.java b/app/src/main/java/c/a/i/m2.java index 1c2185b24e..646538e5ae 100644 --- a/app/src/main/java/c/a/i/m2.java +++ b/app/src/main/java/c/a/i/m2.java @@ -13,7 +13,7 @@ public final class m2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f131c; + public final ImageView f129c; @NonNull public final ImageView d; @NonNull @@ -22,7 +22,7 @@ public final class m2 implements ViewBinding { public m2(@NonNull View view, @NonNull n2 n2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { this.a = view; this.b = n2Var; - this.f131c = imageView; + this.f129c = imageView; this.d = imageView2; this.e = imageView3; } diff --git a/app/src/main/java/c/a/i/m3.java b/app/src/main/java/c/a/i/m3.java index a27b7b58da..762a89d9ab 100644 --- a/app/src/main/java/c/a/i/m3.java +++ b/app/src/main/java/c/a/i/m3.java @@ -14,12 +14,12 @@ public final class m3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f132c; + public final ConstraintLayout f130c; public m3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = switchMaterial; - this.f132c = constraintLayout; + this.f130c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m4.java b/app/src/main/java/c/a/i/m4.java index 3ffaa793a1..3c7676e7df 100644 --- a/app/src/main/java/c/a/i/m4.java +++ b/app/src/main/java/c/a/i/m4.java @@ -15,7 +15,7 @@ public final class m4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f133c; + public final MaterialButton f131c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class m4 implements ViewBinding { public m4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f133c = materialButton2; + this.f131c = materialButton2; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/m5.java b/app/src/main/java/c/a/i/m5.java index affaebd61a..b81f4dc59a 100644 --- a/app/src/main/java/c/a/i/m5.java +++ b/app/src/main/java/c/a/i/m5.java @@ -15,14 +15,14 @@ public final class m5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f134c; + public final TextView f132c; @NonNull public final ImageView d; public m5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f134c = textView2; + this.f132c = textView2; this.d = imageView; } diff --git a/app/src/main/java/c/a/i/n0.java b/app/src/main/java/c/a/i/n0.java index 634e10d608..07b0118c55 100644 --- a/app/src/main/java/c/a/i/n0.java +++ b/app/src/main/java/c/a/i/n0.java @@ -14,12 +14,12 @@ public final class n0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f135c; + public final TextView f133c; public n0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f135c = textView; + this.f133c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n2.java b/app/src/main/java/c/a/i/n2.java index 8b75beef29..4bd4f36331 100644 --- a/app/src/main/java/c/a/i/n2.java +++ b/app/src/main/java/c/a/i/n2.java @@ -15,7 +15,7 @@ public final class n2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f136c; + public final TextView f134c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class n2 implements ViewBinding { public n2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = cardView; this.b = textView; - this.f136c = textView2; + this.f134c = textView2; this.d = textView3; this.e = imageView; this.f = textView4; diff --git a/app/src/main/java/c/a/i/n3.java b/app/src/main/java/c/a/i/n3.java index 68274f4b3c..46fc3c835f 100644 --- a/app/src/main/java/c/a/i/n3.java +++ b/app/src/main/java/c/a/i/n3.java @@ -15,14 +15,14 @@ public final class n3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f137c; + public final TextView f135c; @NonNull public final TextView d; public n3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayoutCompat; this.b = imageView; - this.f137c = textView; + this.f135c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/n4.java b/app/src/main/java/c/a/i/n4.java index f1288810d7..2fdc2f52c9 100644 --- a/app/src/main/java/c/a/i/n4.java +++ b/app/src/main/java/c/a/i/n4.java @@ -16,12 +16,12 @@ public final class n4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f138c; + public final TextView f136c; public n4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView2; - this.f138c = textView; + this.f136c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o0.java b/app/src/main/java/c/a/i/o0.java index 19c8e83913..38c11ee464 100644 --- a/app/src/main/java/c/a/i/o0.java +++ b/app/src/main/java/c/a/i/o0.java @@ -17,7 +17,7 @@ public final class o0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f139c; + public final TabLayout f137c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class o0 implements ViewBinding { public o0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = materialButton; - this.f139c = tabLayout; + this.f137c = tabLayout; this.d = materialButton2; this.e = materialButton3; this.f = viewPager2; diff --git a/app/src/main/java/c/a/i/o1.java b/app/src/main/java/c/a/i/o1.java index 954e62653e..f21e99750f 100644 --- a/app/src/main/java/c/a/i/o1.java +++ b/app/src/main/java/c/a/i/o1.java @@ -15,14 +15,14 @@ public final class o1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RLottieImageView f140c; + public final RLottieImageView f138c; @NonNull public final ImageView d; public o1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f140c = rLottieImageView; + this.f138c = rLottieImageView; this.d = imageView; } diff --git a/app/src/main/java/c/a/i/o2.java b/app/src/main/java/c/a/i/o2.java index 0b1399eb6f..a14ab398cf 100644 --- a/app/src/main/java/c/a/i/o2.java +++ b/app/src/main/java/c/a/i/o2.java @@ -14,14 +14,14 @@ public final class o2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f141c; + public final TextInputEditText f139c; @NonNull public final TextInputLayout d; public o2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { this.a = view; this.b = textInputLayout; - this.f141c = textInputEditText; + this.f139c = textInputEditText; this.d = textInputLayout2; } diff --git a/app/src/main/java/c/a/i/o5.java b/app/src/main/java/c/a/i/o5.java index f6d3760472..aed07c5fd8 100644 --- a/app/src/main/java/c/a/i/o5.java +++ b/app/src/main/java/c/a/i/o5.java @@ -15,14 +15,14 @@ public final class o5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f142c; + public final MaterialButton f140c; @NonNull public final SwitchMaterial d; public o5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { this.a = linearLayout; this.b = materialButton; - this.f142c = materialButton2; + this.f140c = materialButton2; this.d = switchMaterial; } diff --git a/app/src/main/java/c/a/i/p.java b/app/src/main/java/c/a/i/p.java index 4e41dbb348..4b4f028ba7 100644 --- a/app/src/main/java/c/a/i/p.java +++ b/app/src/main/java/c/a/i/p.java @@ -18,7 +18,7 @@ public final class p implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f143c; + public final RelativeLayout f141c; @NonNull public final MaterialButton d; @NonNull @@ -33,7 +33,7 @@ public final class p implements ViewBinding { public p(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f143c = relativeLayout; + this.f141c = relativeLayout; this.d = materialButton; this.e = linkifiedTextView; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/p1.java b/app/src/main/java/c/a/i/p1.java index fd29d55a44..99ac9d4f05 100644 --- a/app/src/main/java/c/a/i/p1.java +++ b/app/src/main/java/c/a/i/p1.java @@ -17,14 +17,14 @@ public final class p1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f144c; + public final MaterialButton f142c; @NonNull public final TextView d; public p1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f144c = materialButton; + this.f142c = materialButton; this.d = textView; } diff --git a/app/src/main/java/c/a/i/p2.java b/app/src/main/java/c/a/i/p2.java index fe46ed6095..9102f2df74 100644 --- a/app/src/main/java/c/a/i/p2.java +++ b/app/src/main/java/c/a/i/p2.java @@ -15,14 +15,14 @@ public final class p2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f145c; + public final SimpleDraweeView f143c; @NonNull public final TextView d; public p2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) { this.a = cutoutView; this.b = simpleDraweeView; - this.f145c = simpleDraweeView2; + this.f143c = simpleDraweeView2; this.d = textView; } diff --git a/app/src/main/java/c/a/i/p4.java b/app/src/main/java/c/a/i/p4.java index a88e4d49cc..2fc43842ce 100644 --- a/app/src/main/java/c/a/i/p4.java +++ b/app/src/main/java/c/a/i/p4.java @@ -15,7 +15,7 @@ public final class p4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final StickerView f146c; + public final StickerView f144c; @NonNull public final StickerView d; @NonNull @@ -26,7 +26,7 @@ public final class p4 implements ViewBinding { public p4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { this.a = linearLayout; this.b = stickerView; - this.f146c = stickerView2; + this.f144c = stickerView2; this.d = stickerView3; this.e = stickerView4; this.f = imageView; diff --git a/app/src/main/java/c/a/i/q.java b/app/src/main/java/c/a/i/q.java index 45d0d727a6..98a6588ed4 100644 --- a/app/src/main/java/c/a/i/q.java +++ b/app/src/main/java/c/a/i/q.java @@ -13,7 +13,7 @@ public final class q implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f147c; + public final MaterialButton f145c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class q implements ViewBinding { public q(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f147c = materialButton2; + this.f145c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/q0.java b/app/src/main/java/c/a/i/q0.java index 17eb56e0a3..9fb5802a7e 100644 --- a/app/src/main/java/c/a/i/q0.java +++ b/app/src/main/java/c/a/i/q0.java @@ -16,7 +16,7 @@ public final class q0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f148c; + public final View f146c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class q0 implements ViewBinding { public q0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { this.a = linearLayout; this.b = linearLayout2; - this.f148c = view; + this.f146c = view; this.d = textView; this.e = recyclerView; this.f = overlayMenuView; diff --git a/app/src/main/java/c/a/i/q1.java b/app/src/main/java/c/a/i/q1.java index b549c145dd..8f8839245f 100644 --- a/app/src/main/java/c/a/i/q1.java +++ b/app/src/main/java/c/a/i/q1.java @@ -13,14 +13,14 @@ public final class q1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDot f149c; + public final TypingDot f147c; @NonNull public final TypingDot d; public q1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { this.a = view; this.b = typingDot; - this.f149c = typingDot2; + this.f147c = typingDot2; this.d = typingDot3; } diff --git a/app/src/main/java/c/a/i/q2.java b/app/src/main/java/c/a/i/q2.java index 89a81820cb..1324aa318d 100644 --- a/app/src/main/java/c/a/i/q2.java +++ b/app/src/main/java/c/a/i/q2.java @@ -16,7 +16,7 @@ public final class q2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f150c; + public final TextView f148c; @NonNull public final Chip d; @NonNull @@ -27,7 +27,7 @@ public final class q2 implements ViewBinding { public q2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f150c = textView; + this.f148c = textView; this.d = chip; this.e = chip2; this.f = imageView; diff --git a/app/src/main/java/c/a/i/q3.java b/app/src/main/java/c/a/i/q3.java index 5aa056c36c..c35a7fe19e 100644 --- a/app/src/main/java/c/a/i/q3.java +++ b/app/src/main/java/c/a/i/q3.java @@ -16,7 +16,7 @@ public final class q3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f151c; + public final ImageView f149c; @NonNull public final ImageView d; @NonNull @@ -31,7 +31,7 @@ public final class q3 implements ViewBinding { public q3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { this.a = view; this.b = voiceUserView; - this.f151c = imageView; + this.f149c = imageView; this.d = imageView2; this.e = imageView3; this.f = imageView4; diff --git a/app/src/main/java/c/a/i/q5.java b/app/src/main/java/c/a/i/q5.java index 2d02f602bd..2e7c78472a 100644 --- a/app/src/main/java/c/a/i/q5.java +++ b/app/src/main/java/c/a/i/q5.java @@ -15,14 +15,14 @@ public final class q5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f152c; + public final MaterialButton f150c; @NonNull public final MaterialButton d; public q5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f152c = materialButton; + this.f150c = materialButton; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/r.java b/app/src/main/java/c/a/i/r.java index 7ab58bd195..33c4235b69 100644 --- a/app/src/main/java/c/a/i/r.java +++ b/app/src/main/java/c/a/i/r.java @@ -16,14 +16,14 @@ public final class r implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RoleIconView f153c; + public final RoleIconView f151c; @NonNull public final TextView d; public r(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull RoleIconView roleIconView, @NonNull TextView textView) { this.a = cardView; this.b = imageView; - this.f153c = roleIconView; + this.f151c = roleIconView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/r1.java b/app/src/main/java/c/a/i/r1.java index b92e5757f9..5f3592ab87 100644 --- a/app/src/main/java/c/a/i/r1.java +++ b/app/src/main/java/c/a/i/r1.java @@ -15,7 +15,7 @@ public final class r1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f154c; + public final TextView f152c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class r1 implements ViewBinding { public r1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = simpleDraweeView; - this.f154c = textView; + this.f152c = textView; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/r2.java b/app/src/main/java/c/a/i/r2.java index 5190f8f045..5793d70f2e 100644 --- a/app/src/main/java/c/a/i/r2.java +++ b/app/src/main/java/c/a/i/r2.java @@ -18,7 +18,7 @@ public final class r2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f155c; + public final ImageView f153c; @NonNull public final ImageView d; @NonNull @@ -35,7 +35,7 @@ public final class r2 implements ViewBinding { public r2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) { this.a = constraintLayout; this.b = progressBar; - this.f155c = imageView; + this.f153c = imageView; this.d = imageView2; this.e = textView; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/r3.java b/app/src/main/java/c/a/i/r3.java index 5f216c7ae8..7bd7c891c9 100644 --- a/app/src/main/java/c/a/i/r3.java +++ b/app/src/main/java/c/a/i/r3.java @@ -15,12 +15,12 @@ public final class r3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f156c; + public final TextView f154c; public r3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f156c = textView; + this.f154c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r4.java b/app/src/main/java/c/a/i/r4.java index 9824ddd2ab..b51b1c893f 100644 --- a/app/src/main/java/c/a/i/r4.java +++ b/app/src/main/java/c/a/i/r4.java @@ -18,7 +18,7 @@ public final class r4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f157c; + public final LinkifiedTextView f155c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,7 +27,7 @@ public final class r4 implements ViewBinding { public r4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { this.a = constraintLayout; this.b = imageView; - this.f157c = linkifiedTextView; + this.f155c = linkifiedTextView; this.d = simpleDraweeView; this.e = textView; } diff --git a/app/src/main/java/c/a/i/r5.java b/app/src/main/java/c/a/i/r5.java index 73242df0ee..95e47d6644 100644 --- a/app/src/main/java/c/a/i/r5.java +++ b/app/src/main/java/c/a/i/r5.java @@ -14,7 +14,7 @@ public final class r5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f158c; + public final LinearLayout f156c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class r5 implements ViewBinding { public r5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { this.a = linearLayout; this.b = textView; - this.f158c = linearLayout2; + this.f156c = linearLayout2; this.d = textView2; this.e = linearLayout3; } diff --git a/app/src/main/java/c/a/i/s1.java b/app/src/main/java/c/a/i/s1.java index 747ade4e23..94f11d76af 100644 --- a/app/src/main/java/c/a/i/s1.java +++ b/app/src/main/java/c/a/i/s1.java @@ -17,7 +17,7 @@ public final class s1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f159c; + public final ImageView f157c; @NonNull public final SimpleDraweeView d; @NonNull @@ -26,7 +26,7 @@ public final class s1 implements ViewBinding { public s1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f159c = imageView; + this.f157c = imageView; this.d = simpleDraweeView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/i/s2.java b/app/src/main/java/c/a/i/s2.java index b950f729ed..a7652fe1a9 100644 --- a/app/src/main/java/c/a/i/s2.java +++ b/app/src/main/java/c/a/i/s2.java @@ -16,14 +16,14 @@ public final class s2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f160c; + public final TextView f158c; @NonNull public final ProgressBar d; public s2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { this.a = frameLayout; this.b = imageView; - this.f160c = textView; + this.f158c = textView; this.d = progressBar; } diff --git a/app/src/main/java/c/a/i/s3.java b/app/src/main/java/c/a/i/s3.java index d7ea4f566f..e9bb89e77a 100644 --- a/app/src/main/java/c/a/i/s3.java +++ b/app/src/main/java/c/a/i/s3.java @@ -20,7 +20,7 @@ public final class s3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f161c; + public final TextView f159c; @NonNull public final ImageView d; @NonNull @@ -37,7 +37,7 @@ public final class s3 implements ViewBinding { public s3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull StepsProgressIndicatorView stepsProgressIndicatorView, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = linearLayout; - this.f161c = textView; + this.f159c = textView; this.d = imageView; this.e = loadingButton; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/s4.java b/app/src/main/java/c/a/i/s4.java index 446219f8f1..93484b2bb8 100644 --- a/app/src/main/java/c/a/i/s4.java +++ b/app/src/main/java/c/a/i/s4.java @@ -18,12 +18,12 @@ public final class s4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final g2 f162c; + public final g2 f160c; public s4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull g2 g2Var) { this.a = actionRowComponentView; this.b = flexboxLayout; - this.f162c = g2Var; + this.f160c = g2Var; } @NonNull diff --git a/app/src/main/java/c/a/i/s5.java b/app/src/main/java/c/a/i/s5.java index 6fa8054a4f..9c59246824 100644 --- a/app/src/main/java/c/a/i/s5.java +++ b/app/src/main/java/c/a/i/s5.java @@ -14,12 +14,12 @@ public final class s5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f163c; + public final MaterialButton f161c; public s5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f163c = materialButton2; + this.f161c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t.java b/app/src/main/java/c/a/i/t.java index 49e18dff4e..b97ba8d8cb 100644 --- a/app/src/main/java/c/a/i/t.java +++ b/app/src/main/java/c/a/i/t.java @@ -14,12 +14,12 @@ public final class t implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f164c; + public final TextView f162c; public t(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f164c = textView; + this.f162c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t0.java b/app/src/main/java/c/a/i/t0.java index 2d99f9c864..73d72a1dd0 100644 --- a/app/src/main/java/c/a/i/t0.java +++ b/app/src/main/java/c/a/i/t0.java @@ -21,7 +21,7 @@ public final class t0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f165c; + public final CardView f163c; @NonNull public final TextView d; @NonNull @@ -32,7 +32,7 @@ public final class t0 implements ViewBinding { public t0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { this.a = cardView; this.b = imageView; - this.f165c = cardView2; + this.f163c = cardView2; this.d = textView; this.e = textInputLayout; this.f = recyclerView; diff --git a/app/src/main/java/c/a/i/t2.java b/app/src/main/java/c/a/i/t2.java index 50d5100ee5..7db52d2f68 100644 --- a/app/src/main/java/c/a/i/t2.java +++ b/app/src/main/java/c/a/i/t2.java @@ -15,7 +15,7 @@ public final class t2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f166c; + public final MaterialButton f164c; @NonNull public final LinearLayout d; @NonNull @@ -34,7 +34,7 @@ public final class t2 implements ViewBinding { public t2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = linearLayout2; - this.f166c = materialButton; + this.f164c = materialButton; this.d = linearLayout3; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/i/t3.java b/app/src/main/java/c/a/i/t3.java index d7c84ddd78..7e3383bcec 100644 --- a/app/src/main/java/c/a/i/t3.java +++ b/app/src/main/java/c/a/i/t3.java @@ -15,14 +15,14 @@ public final class t3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f167c; + public final TextView f165c; @NonNull public final TextView d; public t3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f167c = textView; + this.f165c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/t4.java b/app/src/main/java/c/a/i/t4.java index 03de869be1..556fc13383 100644 --- a/app/src/main/java/c/a/i/t4.java +++ b/app/src/main/java/c/a/i/t4.java @@ -19,7 +19,7 @@ public final class t4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDots f168c; + public final TypingDots f166c; @NonNull public final SimpleDraweeView d; @NonNull @@ -30,7 +30,7 @@ public final class t4 implements ViewBinding { public t4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { this.a = selectComponentView; this.b = imageView; - this.f168c = typingDots; + this.f166c = typingDots; this.d = simpleDraweeView; this.e = materialTextView; this.f = flexboxLayout; diff --git a/app/src/main/java/c/a/i/t5.java b/app/src/main/java/c/a/i/t5.java index 3156916f48..0cd892c29b 100644 --- a/app/src/main/java/c/a/i/t5.java +++ b/app/src/main/java/c/a/i/t5.java @@ -19,7 +19,7 @@ public final class t5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f169c; + public final TextView f167c; @NonNull public final TextView d; @NonNull @@ -36,7 +36,7 @@ public final class t5 implements ViewBinding { public t5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = linearLayout2; - this.f169c = textView; + this.f167c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; diff --git a/app/src/main/java/c/a/i/u.java b/app/src/main/java/c/a/i/u.java index 55a2019a60..9f3e5c736c 100644 --- a/app/src/main/java/c/a/i/u.java +++ b/app/src/main/java/c/a/i/u.java @@ -16,7 +16,7 @@ public final class u implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f170c; + public final TextView f168c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class u implements ViewBinding { public u(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f170c = textView; + this.f168c = textView; this.d = simpleDraweeView; this.e = materialButton2; } diff --git a/app/src/main/java/c/a/i/u1.java b/app/src/main/java/c/a/i/u1.java index e8abc6a687..0b1be4b97e 100644 --- a/app/src/main/java/c/a/i/u1.java +++ b/app/src/main/java/c/a/i/u1.java @@ -16,7 +16,7 @@ public final class u1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f171c; + public final ImageView f169c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class u1 implements ViewBinding { public u1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f171c = imageView; + this.f169c = imageView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/c/a/i/u2.java b/app/src/main/java/c/a/i/u2.java index 08a239ceb8..86fe02bf73 100644 --- a/app/src/main/java/c/a/i/u2.java +++ b/app/src/main/java/c/a/i/u2.java @@ -14,7 +14,7 @@ public final class u2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f172c; + public final TextView f170c; @NonNull public final TextView d; @NonNull @@ -23,7 +23,7 @@ public final class u2 implements ViewBinding { public u2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = textView; - this.f172c = textView3; + this.f170c = textView3; this.d = textView4; this.e = textView5; } diff --git a/app/src/main/java/c/a/i/u3.java b/app/src/main/java/c/a/i/u3.java index 73c07fb628..12d71f66ab 100644 --- a/app/src/main/java/c/a/i/u3.java +++ b/app/src/main/java/c/a/i/u3.java @@ -17,7 +17,7 @@ public final class u3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f173c; + public final View f171c; @NonNull public final View d; @NonNull @@ -34,7 +34,7 @@ public final class u3 implements ViewBinding { public u3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { this.a = linearLayout; this.b = frameLayout; - this.f173c = view; + this.f171c = view; this.d = view2; this.e = textView; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/i/u5.java b/app/src/main/java/c/a/i/u5.java index 76843befcd..bc59579ccf 100644 --- a/app/src/main/java/c/a/i/u5.java +++ b/app/src/main/java/c/a/i/u5.java @@ -17,7 +17,7 @@ public final class u5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f174c; + public final TextView f172c; @NonNull public final TextView d; @NonNull @@ -34,7 +34,7 @@ public final class u5 implements ViewBinding { public u5(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) { this.a = constraintLayout; this.b = linearLayout; - this.f174c = textView; + this.f172c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; diff --git a/app/src/main/java/c/a/i/v.java b/app/src/main/java/c/a/i/v.java index ec5a1d3dd9..bdb64935fc 100644 --- a/app/src/main/java/c/a/i/v.java +++ b/app/src/main/java/c/a/i/v.java @@ -17,7 +17,7 @@ public final class v implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SwitchMaterial f175c; + public final SwitchMaterial f173c; @NonNull public final RelativeLayout d; @NonNull @@ -36,7 +36,7 @@ public final class v implements ViewBinding { public v(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull SwitchMaterial switchMaterial, @NonNull RelativeLayout relativeLayout2, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull RelativeLayout relativeLayout3, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; this.b = materialButton; - this.f175c = switchMaterial; + this.f173c = switchMaterial; this.d = relativeLayout2; this.e = view; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/v0.java b/app/src/main/java/c/a/i/v0.java index 9581b2c738..dd06138d6f 100644 --- a/app/src/main/java/c/a/i/v0.java +++ b/app/src/main/java/c/a/i/v0.java @@ -16,7 +16,7 @@ public final class v0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f176c; + public final TextView f174c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class v0 implements ViewBinding { public v0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { this.a = linearLayout; this.b = materialButton; - this.f176c = textView; + this.f174c = textView; this.d = imageView; this.e = imageView2; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/v1.java b/app/src/main/java/c/a/i/v1.java index f5ccad8dfc..4adadd96da 100644 --- a/app/src/main/java/c/a/i/v1.java +++ b/app/src/main/java/c/a/i/v1.java @@ -17,7 +17,7 @@ public final class v1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f177c; + public final ImageView f175c; @NonNull public final ImageView d; @NonNull @@ -34,7 +34,7 @@ public final class v1 implements ViewBinding { public v1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) { this.a = frameLayout; this.b = textView; - this.f177c = imageView; + this.f175c = imageView; this.d = imageView2; this.e = imageView3; this.f = textView2; diff --git a/app/src/main/java/c/a/i/v2.java b/app/src/main/java/c/a/i/v2.java index f6f966c497..3f35c9a6f0 100644 --- a/app/src/main/java/c/a/i/v2.java +++ b/app/src/main/java/c/a/i/v2.java @@ -15,14 +15,14 @@ public final class v2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f178c; + public final TextView f176c; @NonNull public final TextView d; public v2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f178c = textView; + this.f176c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/v3.java b/app/src/main/java/c/a/i/v3.java index f878afd3dc..1da04b4bf5 100644 --- a/app/src/main/java/c/a/i/v3.java +++ b/app/src/main/java/c/a/i/v3.java @@ -15,7 +15,7 @@ public final class v3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final StatusView f179c; + public final StatusView f177c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class v3 implements ViewBinding { public v3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView2) { this.a = view; this.b = imageView; - this.f179c = statusView; + this.f177c = statusView; this.d = textView; this.e = textView2; this.f = imageView2; diff --git a/app/src/main/java/c/a/i/v4.java b/app/src/main/java/c/a/i/v4.java index 83727d08f8..d63ab5998c 100644 --- a/app/src/main/java/c/a/i/v4.java +++ b/app/src/main/java/c/a/i/v4.java @@ -16,14 +16,14 @@ public final class v4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ChatActionItem f180c; + public final ChatActionItem f178c; @NonNull public final ChatActionItem d; public v4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { this.a = linearLayout; this.b = textView; - this.f180c = chatActionItem; + this.f178c = chatActionItem; this.d = chatActionItem2; } diff --git a/app/src/main/java/c/a/i/v5.java b/app/src/main/java/c/a/i/v5.java index bce65fa913..2479fdeccd 100644 --- a/app/src/main/java/c/a/i/v5.java +++ b/app/src/main/java/c/a/i/v5.java @@ -15,14 +15,14 @@ public final class v5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f181c; + public final TextView f179c; @NonNull public final TextView d; public v5(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = loadingButton; - this.f181c = textView; + this.f179c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/w.java b/app/src/main/java/c/a/i/w.java index ad4b1b8eec..e559b9a909 100644 --- a/app/src/main/java/c/a/i/w.java +++ b/app/src/main/java/c/a/i/w.java @@ -15,7 +15,7 @@ public final class w implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f182c; + public final TextView f180c; @NonNull public final RelativeLayout d; @NonNull @@ -26,7 +26,7 @@ public final class w implements ViewBinding { public w(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { this.a = linearLayout; this.b = textView; - this.f182c = textView2; + this.f180c = textView2; this.d = relativeLayout; this.e = textView3; this.f = relativeLayout2; diff --git a/app/src/main/java/c/a/i/w0.java b/app/src/main/java/c/a/i/w0.java index 7e66c0fa22..5230ae62bf 100644 --- a/app/src/main/java/c/a/i/w0.java +++ b/app/src/main/java/c/a/i/w0.java @@ -15,12 +15,12 @@ public final class w0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f183c; + public final TextView f181c; public w0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f183c = textView; + this.f181c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w3.java b/app/src/main/java/c/a/i/w3.java index 3e489af3e1..b09fbdeb45 100644 --- a/app/src/main/java/c/a/i/w3.java +++ b/app/src/main/java/c/a/i/w3.java @@ -16,7 +16,7 @@ public final class w3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f184c; + public final ImageView f182c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class w3 implements ViewBinding { public w3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = progressBar; - this.f184c = imageView; + this.f182c = imageView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/w4.java b/app/src/main/java/c/a/i/w4.java index 9b86dda864..62da66a47d 100644 --- a/app/src/main/java/c/a/i/w4.java +++ b/app/src/main/java/c/a/i/w4.java @@ -18,7 +18,7 @@ public final class w4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f185c; + public final TextInputEditText f183c; @NonNull public final TextInputLayout d; @NonNull @@ -29,7 +29,7 @@ public final class w4 implements ViewBinding { public w4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f185c = textInputEditText; + this.f183c = textInputEditText; this.d = textInputLayout; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/i/w5.java b/app/src/main/java/c/a/i/w5.java index a5388d14b7..1fe2d3320a 100644 --- a/app/src/main/java/c/a/i/w5.java +++ b/app/src/main/java/c/a/i/w5.java @@ -16,12 +16,12 @@ public final class w5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f186c; + public final TextView f184c; public w5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f186c = textView; + this.f184c = textView; } @NonNull diff --git a/app/src/main/java/c/a/i/x0.java b/app/src/main/java/c/a/i/x0.java index ca77ca074b..00762e8ea3 100644 --- a/app/src/main/java/c/a/i/x0.java +++ b/app/src/main/java/c/a/i/x0.java @@ -16,7 +16,7 @@ public final class x0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f187c; + public final TextView f185c; @NonNull public final LottieAnimationView d; @NonNull @@ -25,7 +25,7 @@ public final class x0 implements ViewBinding { public x0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f187c = textView2; + this.f185c = textView2; this.d = lottieAnimationView; this.e = materialButton; } diff --git a/app/src/main/java/c/a/i/x1.java b/app/src/main/java/c/a/i/x1.java index 36abcb5e85..8b0838cd1e 100644 --- a/app/src/main/java/c/a/i/x1.java +++ b/app/src/main/java/c/a/i/x1.java @@ -15,12 +15,12 @@ public final class x1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f188c; + public final TextView f186c; public x1(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = constraintLayout; this.b = imageView; - this.f188c = textView; + this.f186c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x2.java b/app/src/main/java/c/a/i/x2.java index d6cde04fe9..102f9297e2 100644 --- a/app/src/main/java/c/a/i/x2.java +++ b/app/src/main/java/c/a/i/x2.java @@ -14,14 +14,14 @@ public final class x2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f189c; + public final TextView f187c; @NonNull public final TextView d; public x2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f189c = textView2; + this.f187c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/x3.java b/app/src/main/java/c/a/i/x3.java index 43dcd79ed6..35bd958e58 100644 --- a/app/src/main/java/c/a/i/x3.java +++ b/app/src/main/java/c/a/i/x3.java @@ -15,7 +15,7 @@ public final class x3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f190c; + public final TextView f188c; @NonNull public final TextView d; @NonNull @@ -24,7 +24,7 @@ public final class x3 implements ViewBinding { public x3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { this.a = view; this.b = simpleDraweeView; - this.f190c = textView; + this.f188c = textView; this.d = textView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/i/x5.java b/app/src/main/java/c/a/i/x5.java index bbbfccac95..410881c27a 100644 --- a/app/src/main/java/c/a/i/x5.java +++ b/app/src/main/java/c/a/i/x5.java @@ -22,7 +22,7 @@ public final class x5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f191c; + public final TextView f189c; @NonNull public final TextView d; @NonNull @@ -43,7 +43,7 @@ public final class x5 implements ViewBinding { public x5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = linearLayout2; - this.f191c = textView; + this.f189c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = simpleDraweeView2; diff --git a/app/src/main/java/c/a/i/y.java b/app/src/main/java/c/a/i/y.java index 940be609e5..f2ba7aa376 100644 --- a/app/src/main/java/c/a/i/y.java +++ b/app/src/main/java/c/a/i/y.java @@ -14,14 +14,14 @@ public final class y implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AccountCreditView f192c; + public final AccountCreditView f190c; @NonNull public final View d; public y(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { this.a = cardView; this.b = accountCreditView; - this.f192c = accountCreditView2; + this.f190c = accountCreditView2; this.d = view; } diff --git a/app/src/main/java/c/a/i/y0.java b/app/src/main/java/c/a/i/y0.java index 67068d5fa5..68e028ae77 100644 --- a/app/src/main/java/c/a/i/y0.java +++ b/app/src/main/java/c/a/i/y0.java @@ -18,7 +18,7 @@ public final class y0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f193c; + public final LoadingButton f191c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class y0 implements ViewBinding { public y0(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f193c = loadingButton; + this.f191c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/y1.java b/app/src/main/java/c/a/i/y1.java index 21b9fd3b80..d8978de39d 100644 --- a/app/src/main/java/c/a/i/y1.java +++ b/app/src/main/java/c/a/i/y1.java @@ -14,12 +14,12 @@ public final class y1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f194c; + public final TextView f192c; public y1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f194c = textView; + this.f192c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y3.java b/app/src/main/java/c/a/i/y3.java index 2e89102584..3d79ad1ca7 100644 --- a/app/src/main/java/c/a/i/y3.java +++ b/app/src/main/java/c/a/i/y3.java @@ -16,14 +16,14 @@ public final class y3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f195c; + public final TextView f193c; @NonNull public final TextView d; public y3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = imageView; - this.f195c = textView; + this.f193c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/y4.java b/app/src/main/java/c/a/i/y4.java index 22f7ded1b4..65a18ad15d 100644 --- a/app/src/main/java/c/a/i/y4.java +++ b/app/src/main/java/c/a/i/y4.java @@ -15,12 +15,12 @@ public final class y4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f196c; + public final TextView f194c; public y4(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = linearLayout; this.b = simpleDraweeView; - this.f196c = textView; + this.f194c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z.java b/app/src/main/java/c/a/i/z.java index 48b12578db..55506c7ca0 100644 --- a/app/src/main/java/c/a/i/z.java +++ b/app/src/main/java/c/a/i/z.java @@ -17,14 +17,14 @@ public final class z implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f197c; + public final TextInputLayout f195c; @NonNull public final LoadingButton d; public z(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f197c = textInputLayout; + this.f195c = textInputLayout; this.d = loadingButton; } diff --git a/app/src/main/java/c/a/i/z0.java b/app/src/main/java/c/a/i/z0.java index 0c9fda46b3..bc5c65168c 100644 --- a/app/src/main/java/c/a/i/z0.java +++ b/app/src/main/java/c/a/i/z0.java @@ -18,7 +18,7 @@ public final class z0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f198c; + public final LoadingButton f196c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class z0 implements ViewBinding { public z0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f198c = loadingButton; + this.f196c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/z1.java b/app/src/main/java/c/a/i/z1.java index 4c9b343bd6..a7dc71cf99 100644 --- a/app/src/main/java/c/a/i/z1.java +++ b/app/src/main/java/c/a/i/z1.java @@ -15,14 +15,14 @@ public final class z1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f199c; + public final ImageView f197c; @NonNull public final TextView d; public z1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f199c = imageView2; + this.f197c = imageView2; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/z2.java b/app/src/main/java/c/a/i/z2.java index fe50c5c63a..341dccb134 100644 --- a/app/src/main/java/c/a/i/z2.java +++ b/app/src/main/java/c/a/i/z2.java @@ -14,12 +14,12 @@ public final class z2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f200c; + public final TextView f198c; public z2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f200c = textView2; + this.f198c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z4.java b/app/src/main/java/c/a/i/z4.java index 3eff1c6351..eceeaae8db 100644 --- a/app/src/main/java/c/a/i/z4.java +++ b/app/src/main/java/c/a/i/z4.java @@ -17,14 +17,14 @@ public final class z4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f201c; + public final LoadingButton f199c; @NonNull public final TextInputLayout d; public z4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { this.a = linearLayout; this.b = materialButton; - this.f201c = loadingButton; + this.f199c = loadingButton; this.d = textInputLayout; } diff --git a/app/src/main/java/c/a/j/a.java b/app/src/main/java/c/a/j/a.java index 1a0c4bf849..8f45e6441e 100644 --- a/app/src/main/java/c/a/j/a.java +++ b/app/src/main/java/c/a/j/a.java @@ -4,9 +4,9 @@ import android.view.View; import android.view.ViewGroup; import android.view.ViewTreeObserver; import androidx.annotation.MainThread; -import c0.z.d.m; import com.discord.floating_view_manager.FloatingViewGravity; import com.discord.utilities.logging.Logger; +import d0.z.d.m; import java.lang.ref.WeakReference; import java.util.LinkedHashMap; import java.util.Map; @@ -20,7 +20,7 @@ public final class a { public final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Logger f202c; + public final Logger f200c; /* compiled from: FloatingViewManager.kt */ /* renamed from: c.a.j.a$a reason: collision with other inner class name */ @@ -29,7 +29,7 @@ public final class a { public final ViewGroup b; /* renamed from: c reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f203c; + public final ViewTreeObserver.OnPreDrawListener f201c; public C0028a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { m.checkNotNullParameter(view, "floatingView"); @@ -37,7 +37,7 @@ public final class a { m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); this.a = view; this.b = viewGroup; - this.f203c = onPreDrawListener; + this.f201c = onPreDrawListener; } } @@ -48,7 +48,7 @@ public final class a { public a(Logger logger) { m.checkNotNullParameter(logger, "logger"); - this.f202c = logger; + this.f200c = logger; } public static final void a(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { @@ -79,7 +79,7 @@ public final class a { if (aVar != null) { ViewGroup viewGroup = aVar.b; View view = aVar.a; - ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f203c; + ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f201c; this.b.remove(Integer.valueOf(i)); viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); viewGroup.removeView(view); diff --git a/app/src/main/java/c/a/j/b.java b/app/src/main/java/c/a/j/b.java index 075ff20404..332dd3a40a 100644 --- a/app/src/main/java/c/a/j/b.java +++ b/app/src/main/java/c/a/j/b.java @@ -2,8 +2,8 @@ package c.a.j; import android.view.View; import androidx.core.view.ViewCompat; -import c0.z.d.m; import com.discord.floating_view_manager.FloatingViewGravity; +import d0.z.d.m; /* compiled from: View.kt */ public final class b implements View.OnLayoutChangeListener { public final /* synthetic */ a i; diff --git a/app/src/main/java/c/a/j/c.java b/app/src/main/java/c/a/j/c.java index 8a1f8cec4a..77e7b69351 100644 --- a/app/src/main/java/c/a/j/c.java +++ b/app/src/main/java/c/a/j/c.java @@ -1,8 +1,8 @@ package c.a.j; import android.view.View; -import c0.z.d.m; import com.discord.floating_view_manager.FloatingViewGravity; +import d0.z.d.m; /* compiled from: View.kt */ public final class c implements View.OnLayoutChangeListener { public final /* synthetic */ a i; diff --git a/app/src/main/java/c/a/j/e.java b/app/src/main/java/c/a/j/e.java index 795b55b9d0..12a492d199 100644 --- a/app/src/main/java/c/a/j/e.java +++ b/app/src/main/java/c/a/j/e.java @@ -13,6 +13,6 @@ public final class e implements Action1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Throwable th) { - Logger.e$default(this.i.f202c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); + Logger.e$default(this.i.f200c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); } } diff --git a/app/src/main/java/c/a/k/a.java b/app/src/main/java/c/a/k/a.java index e8322e2283..2b873ba7f1 100644 --- a/app/src/main/java/c/a/k/a.java +++ b/app/src/main/java/c/a/k/a.java @@ -2,8 +2,8 @@ package c.a.k; import android.view.View; import androidx.core.view.ViewCompat; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function2; @@ -13,7 +13,7 @@ public final class a { public static Function0 b = C0029a.i; /* renamed from: c reason: collision with root package name */ - public static Function2 f204c = b.i; + public static Function2 f202c = b.i; public static final a d = null; /* compiled from: Format.kt */ @@ -28,7 +28,7 @@ public final class a { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public /* bridge */ /* synthetic */ Integer mo17invoke() { + public /* bridge */ /* synthetic */ Integer mo1invoke() { return Integer.valueOf((int) ViewCompat.MEASURED_STATE_MASK); } } diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index e0b0e1ba32..cb21b0e564 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -9,10 +9,10 @@ import android.view.View; import android.widget.TextView; import androidx.annotation.StringRes; import androidx.fragment.app.Fragment; -import c0.z.d.m; -import c0.z.d.o; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.parser.Parser; +import d0.z.d.m; +import d0.z.d.o; import java.util.Arrays; import java.util.List; import java.util.Locale; @@ -218,7 +218,7 @@ public final class b { m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(renderContext, "renderContext"); Map map = renderContext.a; - List list = renderContext.f2506c; + List list = renderContext.f2096c; boolean z2 = true; if (!map.isEmpty()) { charSequence = a.replace(charSequence, new f(map)); diff --git a/app/src/main/java/c/a/k/c.java b/app/src/main/java/c/a/k/c.java index bf0d09ddd6..727a4fb062 100644 --- a/app/src/main/java/c/a/k/c.java +++ b/app/src/main/java/c/a/k/c.java @@ -1,8 +1,8 @@ package c.a.k; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: Hook.kt */ diff --git a/app/src/main/java/c/a/k/d.java b/app/src/main/java/c/a/k/d.java index 827ac55fff..0350716f94 100644 --- a/app/src/main/java/c/a/k/d.java +++ b/app/src/main/java/c/a/k/d.java @@ -1,9 +1,9 @@ package c.a.k; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; import com.discord.i18n.RenderContext; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: RenderContext.kt */ diff --git a/app/src/main/java/c/a/k/e/a.java b/app/src/main/java/c/a/k/e/a.java index 317cf055c7..7cbb4c8653 100644 --- a/app/src/main/java/c/a/k/e/a.java +++ b/app/src/main/java/c/a/k/e/a.java @@ -4,7 +4,7 @@ import android.text.TextPaint; import android.text.style.ClickableSpan; import android.view.View; import androidx.annotation.ColorInt; -import c0.z.d.m; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: ClickableSpan.kt */ diff --git a/app/src/main/java/c/a/k/f/a.java b/app/src/main/java/c/a/k/f/a.java index 2a7fa86322..e18c0a109b 100644 --- a/app/src/main/java/c/a/k/f/a.java +++ b/app/src/main/java/c/a/k/f/a.java @@ -3,9 +3,9 @@ package c.a.k.f; import android.text.SpannableStringBuilder; import android.text.style.ForegroundColorSpan; import android.text.style.StyleSpan; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; +import d0.z.d.m; /* compiled from: BoldNode.kt */ public final class a extends Node.a { public a() { diff --git a/app/src/main/java/c/a/k/f/b.java b/app/src/main/java/c/a/k/f/b.java index 057fc78944..853b113c8d 100644 --- a/app/src/main/java/c/a/k/f/b.java +++ b/app/src/main/java/c/a/k/f/b.java @@ -1,9 +1,9 @@ package c.a.k.f; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; import com.discord.i18n.Hook; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: HookNode.kt */ diff --git a/app/src/main/java/c/a/k/f/c.java b/app/src/main/java/c/a/k/f/c.java index c6a101c86b..63ce6f77c7 100644 --- a/app/src/main/java/c/a/k/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -3,10 +3,10 @@ package c.a.k.f; import android.text.SpannableStringBuilder; import android.webkit.URLUtil; import c.a.k.a; -import c0.z.d.m; import com.discord.i18n.Hook; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; +import d0.z.d.m; import java.util.List; /* compiled from: HookNode.kt */ public final class c extends Node.a { @@ -38,18 +38,18 @@ public final class c extends Node.a { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2505c : null; + Hook.a aVar2 = hook != null ? hook.f2095c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { a aVar3 = a.d; - aVar = new Hook.a(a.b.mo17invoke(), a.f204c); + aVar = new Hook.a(a.b.mo1invoke(), a.f202c); } if (aVar != null) { Integer num = aVar.a; if (num == null) { a aVar4 = a.d; - num = a.b.mo17invoke(); + num = a.b.mo1invoke(); } spannableStringBuilder.setSpan(new c.a.k.e.a(new b(this, aVar), num), length, spannableStringBuilder.length(), 33); renderContext.g = true; diff --git a/app/src/main/java/c/a/k/f/d.java b/app/src/main/java/c/a/k/f/d.java index da90cdc983..fc75c42556 100644 --- a/app/src/main/java/c/a/k/f/d.java +++ b/app/src/main/java/c/a/k/f/d.java @@ -3,9 +3,9 @@ package c.a.k.f; import android.text.SpannableStringBuilder; import android.text.style.ForegroundColorSpan; import android.text.style.StrikethroughSpan; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; +import d0.z.d.m; /* compiled from: StrikethroughNode.kt */ public final class d extends Node.a { public d() { diff --git a/app/src/main/java/c/a/k/g/a.java b/app/src/main/java/c/a/k/g/a.java index dfc58c6417..db7bb501f6 100644 --- a/app/src/main/java/c/a/k/g/a.java +++ b/app/src/main/java/c/a/k/g/a.java @@ -8,10 +8,10 @@ import c.a.k.h.f; import c.a.k.h.g; import c.a.k.h.h; import c.a.k.h.i; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.Parser; +import d0.z.d.m; import java.util.regex.Pattern; /* compiled from: FormattingParser.kt */ public final class a extends Parser, c> { @@ -33,7 +33,7 @@ public final class a extends Parser, c> { Pattern pattern5 = c.a.t.b.b.e.g; m.checkNotNullExpressionValue(pattern5, "SimpleMarkdownRules.PATTERN_ITALICS"); addRule(new h(pattern5)); - Pattern pattern6 = c.a.t.b.b.e.f245c; + Pattern pattern6 = c.a.t.b.b.e.f240c; m.checkNotNullExpressionValue(pattern6, "SimpleMarkdownRules.PATTERN_STRIKETHRU"); addRule(new i(pattern6)); addRule(eVar.d()); diff --git a/app/src/main/java/c/a/k/g/d.java b/app/src/main/java/c/a/k/g/d.java index 0f11014897..ddd87f4506 100644 --- a/app/src/main/java/c/a/k/g/d.java +++ b/app/src/main/java/c/a/k/g/d.java @@ -1,8 +1,8 @@ package c.a.k.g; -import c0.g; -import c0.z.d.m; -import c0.z.d.o; +import d0.g; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Lazy; import kotlin.jvm.functions.Function0; /* compiled from: FormattingParserProvider.kt */ @@ -11,7 +11,7 @@ public final class d extends b { public static final d b = null; /* renamed from: c reason: collision with root package name */ - public final ThreadLocal f205c = new b(); + public final ThreadLocal f203c = new b(); /* compiled from: FormattingParserProvider.kt */ public static final class a extends o implements Function0 { @@ -24,7 +24,7 @@ public final class d extends b { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public d mo17invoke() { + public d mo1invoke() { return new d(); } } @@ -40,7 +40,7 @@ public final class d extends b { @Override // c.a.k.g.b public a a() { - a aVar = this.f205c.get(); + a aVar = this.f203c.get(); m.checkNotNull(aVar); return aVar; } diff --git a/app/src/main/java/c/a/k/h/a.java b/app/src/main/java/c/a/k/h/a.java index 7659330a45..f1d46862a1 100644 --- a/app/src/main/java/c/a/k/h/a.java +++ b/app/src/main/java/c/a/k/h/a.java @@ -1,11 +1,11 @@ package c.a.k.h; import c.a.k.g.c; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: BangEscapeRule.kt */ diff --git a/app/src/main/java/c/a/k/h/c.java b/app/src/main/java/c/a/k/h/c.java index 3115f866de..aceaf71f33 100644 --- a/app/src/main/java/c/a/k/h/c.java +++ b/app/src/main/java/c/a/k/h/c.java @@ -1,12 +1,12 @@ package c.a.k.h; import c.a.k.f.a; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: BoldRule.kt */ diff --git a/app/src/main/java/c/a/k/h/d.java b/app/src/main/java/c/a/k/h/d.java index a58c8da664..af890e4f4c 100644 --- a/app/src/main/java/c/a/k/h/d.java +++ b/app/src/main/java/c/a/k/h/d.java @@ -1,11 +1,11 @@ package c.a.k.h; import c.a.k.f.c; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: ClickListenerRule.kt */ @@ -15,7 +15,7 @@ public final class d extends Rule { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser parser, S s) { + public ParseSpec parse(Matcher matcher, Parser parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(2); @@ -24,6 +24,6 @@ public final class d extends Rule { int start = matcher.start(1); int end = matcher.end(1); m.checkNotNullParameter(cVar, "node"); - return new ParseSpec<>(cVar, s, start, end); + return new ParseSpec<>(cVar, s2, start, end); } } diff --git a/app/src/main/java/c/a/k/h/f.java b/app/src/main/java/c/a/k/h/f.java index fd0aca7920..561d796964 100644 --- a/app/src/main/java/c/a/k/h/f.java +++ b/app/src/main/java/c/a/k/h/f.java @@ -1,11 +1,11 @@ package c.a.k.h; import c.a.k.f.c; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: HookRule.kt */ @@ -15,7 +15,7 @@ public final class f extends Rule { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser parser, S s) { + public ParseSpec parse(Matcher matcher, Parser parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(2); @@ -23,12 +23,12 @@ public final class f extends Rule { if (matcher.start(1) == matcher.end(1)) { c cVar = new c(group); m.checkNotNullParameter(cVar, "node"); - return new ParseSpec<>(cVar, s); + return new ParseSpec<>(cVar, s2); } c cVar2 = new c(group); int start = matcher.start(1); int end = matcher.end(1); m.checkNotNullParameter(cVar2, "node"); - return new ParseSpec<>(cVar2, s, start, end); + return new ParseSpec<>(cVar2, s2, start, end); } } diff --git a/app/src/main/java/c/a/k/h/h.java b/app/src/main/java/c/a/k/h/h.java index a11917e1e7..5d4abc08b9 100644 --- a/app/src/main/java/c/a/k/h/h.java +++ b/app/src/main/java/c/a/k/h/h.java @@ -2,12 +2,12 @@ package c.a.k.h; import android.text.style.StyleSpan; import c.a.k.g.c; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: ItalicsRule.kt */ @@ -26,7 +26,7 @@ public final class h extends Rule, c> { m.checkNotNullParameter(parser, "parser"); m.checkNotNullParameter(cVar2, "state"); boolean z2 = false; - Node aVar = cVar2.a ? new Node.a(new Node[0]) : new StyleNode(c0.t.m.listOf(new StyleSpan(2))); + Node aVar = cVar2.a ? new Node.a(new Node[0]) : new StyleNode(d0.t.m.listOf(new StyleSpan(2))); String group = matcher.group(2); if (group != null) { if (group.length() > 0) { diff --git a/app/src/main/java/c/a/k/h/i.java b/app/src/main/java/c/a/k/h/i.java index 5f1aaad57a..f454ac729b 100644 --- a/app/src/main/java/c/a/k/h/i.java +++ b/app/src/main/java/c/a/k/h/i.java @@ -2,12 +2,12 @@ package c.a.k.h; import c.a.k.f.d; import c.a.k.g.c; -import c0.z.d.m; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: StrikethroughRule.kt */ diff --git a/app/src/main/java/c/a/l/a.java b/app/src/main/java/c/a/l/a.java index f2af48c906..d9ad22730d 100644 --- a/app/src/main/java/c/a/l/a.java +++ b/app/src/main/java/c/a/l/a.java @@ -2,8 +2,8 @@ package c.a.l; import android.content.Intent; import android.net.Uri; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: MediaPickerChooser.kt */ diff --git a/app/src/main/java/c/a/l/b.java b/app/src/main/java/c/a/l/b.java index 81698f894c..131934cea3 100644 --- a/app/src/main/java/c/a/l/b.java +++ b/app/src/main/java/c/a/l/b.java @@ -7,7 +7,7 @@ import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.net.Uri; import android.os.Parcelable; -import c0.z.d.m; +import d0.z.d.m; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; diff --git a/app/src/main/java/c/a/n/a.java b/app/src/main/java/c/a/n/a.java index 2c0942a499..e01fcdfa5b 100644 --- a/app/src/main/java/c/a/n/a.java +++ b/app/src/main/java/c/a/n/a.java @@ -6,10 +6,10 @@ import android.graphics.Point; import android.util.Log; import android.view.MotionEvent; import android.view.View; -import c0.z.d.m; import com.discord.overlay.OverlayManager; import com.discord.overlay.R; import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; import java.util.Objects; /* compiled from: OverlayManager.kt */ public final class a implements View.OnTouchListener { diff --git a/app/src/main/java/c/a/n/b.java b/app/src/main/java/c/a/n/b.java index cc58164f48..5188f3097c 100644 --- a/app/src/main/java/c/a/n/b.java +++ b/app/src/main/java/c/a/n/b.java @@ -1,9 +1,9 @@ package c.a.n; -import c0.z.d.m; -import c0.z.d.o; import com.discord.overlay.OverlayManager; import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: OverlayManager.kt */ public final class b extends o implements Function1 { @@ -23,7 +23,7 @@ public final class b extends o implements Function1 OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap; m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap"); try { - this.this$0.f2554r.removeViewImmediate(overlayBubbleWrap2); + this.this$0.r.removeViewImmediate(overlayBubbleWrap2); this.this$0.l.invoke(overlayBubbleWrap2); z2 = true; } catch (IllegalArgumentException unused) { diff --git a/app/src/main/java/c/a/n/c.java b/app/src/main/java/c/a/n/c.java index bc006a0505..b4a123998c 100644 --- a/app/src/main/java/c/a/n/c.java +++ b/app/src/main/java/c/a/n/c.java @@ -1,9 +1,9 @@ package c.a.n; import c.a.n.h.a; -import c0.z.d.o; import com.discord.overlay.OverlayManager; import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: OverlayManager.kt */ diff --git a/app/src/main/java/c/a/n/d.java b/app/src/main/java/c/a/n/d.java index eac41f3da3..f43d589775 100644 --- a/app/src/main/java/c/a/n/d.java +++ b/app/src/main/java/c/a/n/d.java @@ -3,9 +3,9 @@ package c.a.n; import android.view.View; import android.view.WindowManager; import androidx.core.view.ViewCompat; -import c0.z.d.m; import com.discord.overlay.OverlayManager; import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: OverlayManager.kt */ public final class d implements View.OnClickListener { @@ -77,8 +77,8 @@ public final class d implements View.OnClickListener { overlayBubbleWrap.addOnAttachStateChangeListener(new a(this)); this.i.a(overlayBubbleWrap); this.k.setBubbleTouchable(false); - this.i.f2554r.removeViewImmediate(this.k); - WindowManager windowManager = this.i.f2554r; + this.i.r.removeViewImmediate(this.k); + WindowManager windowManager = this.i.r; OverlayBubbleWrap overlayBubbleWrap2 = this.k; windowManager.addView(overlayBubbleWrap2, overlayBubbleWrap2.getWindowLayoutParams()); } diff --git a/app/src/main/java/c/a/n/e.java b/app/src/main/java/c/a/n/e.java index a397400206..44776a2022 100644 --- a/app/src/main/java/c/a/n/e.java +++ b/app/src/main/java/c/a/n/e.java @@ -1,9 +1,9 @@ package c.a.n; import android.animation.Animator; -import c0.z.d.m; import com.discord.overlay.OverlayManager; import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; /* compiled from: Animator.kt */ public final class e implements Animator.AnimatorListener { public final /* synthetic */ OverlayManager a; diff --git a/app/src/main/java/c/a/n/g/a.java b/app/src/main/java/c/a/n/g/a.java index e2e32c8fcd..8147255683 100644 --- a/app/src/main/java/c/a/n/g/a.java +++ b/app/src/main/java/c/a/n/g/a.java @@ -14,14 +14,14 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f206c; + public final FrameLayout f204c; @NonNull public final FrameLayout d; public a(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2) { this.a = view; this.b = imageView; - this.f206c = frameLayout; + this.f204c = frameLayout; this.d = frameLayout2; } diff --git a/app/src/main/java/c/a/n/h/a.java b/app/src/main/java/c/a/n/h/a.java index 2f28bcaf1c..5a689b0e32 100644 --- a/app/src/main/java/c/a/n/h/a.java +++ b/app/src/main/java/c/a/n/h/a.java @@ -12,9 +12,9 @@ import android.view.animation.ScaleAnimation; import android.widget.FrameLayout; import android.widget.ImageView; import c.a.n.f; -import c0.z.d.m; import com.discord.overlay.R; import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; import kotlin.reflect.KProperty; /* compiled from: OverlayTrashWrap.kt */ public final class a extends FrameLayout implements f { @@ -140,46 +140,46 @@ public final class a extends FrameLayout implements f { @Override // c.a.n.f public void a(OverlayBubbleWrap overlayBubbleWrap) { if (overlayBubbleWrap != null) { - FrameLayout frameLayout = this.i.f206c; + FrameLayout frameLayout = this.i.f204c; m.checkNotNullExpressionValue(frameLayout, "binding.trashWrapTargetContainer"); frameLayout.setActivated(true); int max = Math.max(overlayBubbleWrap.getWidth(), overlayBubbleWrap.getHeight()); - FrameLayout frameLayout2 = this.i.f206c; + FrameLayout frameLayout2 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout2, "binding.trashWrapTargetContainer"); - FrameLayout frameLayout3 = this.i.f206c; + FrameLayout frameLayout3 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout3, "binding.trashWrapTargetContainer"); float max2 = (((float) Math.max(max, frameLayout2.getWidth())) / ((float) frameLayout3.getWidth())) + 0.5f; - FrameLayout frameLayout4 = this.i.f206c; + FrameLayout frameLayout4 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout4, "binding.trashWrapTargetContainer"); float scaleX = frameLayout4.getScaleX(); - FrameLayout frameLayout5 = this.i.f206c; + FrameLayout frameLayout5 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout5, "binding.trashWrapTargetContainer"); float scaleY = frameLayout5.getScaleY(); - FrameLayout frameLayout6 = this.i.f206c; + FrameLayout frameLayout6 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout6, "binding.trashWrapTargetContainer"); float pivotX = frameLayout6.getPivotX(); - FrameLayout frameLayout7 = this.i.f206c; + FrameLayout frameLayout7 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout7, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation = new ScaleAnimation(scaleX, max2, scaleY, max2, pivotX, frameLayout7.getPivotY()); scaleAnimation.setDuration(200); scaleAnimation.setInterpolator(getContext(), 17563656); scaleAnimation.setFillAfter(true); - this.i.f206c.startAnimation(scaleAnimation); + this.i.f204c.startAnimation(scaleAnimation); } else { - FrameLayout frameLayout8 = this.i.f206c; + FrameLayout frameLayout8 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout8, "binding.trashWrapTargetContainer"); frameLayout8.setActivated(false); setActivated(false); - FrameLayout frameLayout9 = this.i.f206c; + FrameLayout frameLayout9 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout9, "binding.trashWrapTargetContainer"); float scaleX2 = frameLayout9.getScaleX(); - FrameLayout frameLayout10 = this.i.f206c; + FrameLayout frameLayout10 = this.i.f204c; m.checkNotNullExpressionValue(frameLayout10, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation2 = new ScaleAnimation(scaleX2, 1.0f, frameLayout10.getScaleY(), 1.0f); scaleAnimation2.setDuration(200); scaleAnimation2.setInterpolator(getContext(), 17563655); scaleAnimation2.setFillAfter(true); - this.i.f206c.startAnimation(scaleAnimation2); + this.i.f204c.startAnimation(scaleAnimation2); } if (!m.areEqual(overlayBubbleWrap, this.o)) { if (overlayBubbleWrap != null) { diff --git a/app/src/main/java/c/a/o/a.java b/app/src/main/java/c/a/o/a.java index 46d95cff5f..13c00bed3e 100644 --- a/app/src/main/java/c/a/o/a.java +++ b/app/src/main/java/c/a/o/a.java @@ -3,8 +3,8 @@ package c.a.o; import android.content.Context; import android.content.res.Resources; import androidx.core.os.ConfigurationCompat; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import java.util.Locale; import kotlin.jvm.functions.Function1; /* compiled from: LocaleProvider.kt */ diff --git a/app/src/main/java/c/a/o/b.java b/app/src/main/java/c/a/o/b.java index 33361bfe24..4b53d00c8a 100644 --- a/app/src/main/java/c/a/o/b.java +++ b/app/src/main/java/c/a/o/b.java @@ -4,8 +4,8 @@ import android.graphics.Rect; import android.view.View; import android.view.ViewTreeObserver; import androidx.annotation.UiThread; -import c0.t.u; -import c0.z.d.m; +import d0.t.u; +import d0.z.d.m; import java.lang.ref.WeakReference; import java.util.LinkedHashMap; import java.util.LinkedHashSet; diff --git a/app/src/main/java/c/a/p/c.java b/app/src/main/java/c/a/p/c.java index d0c7ff160a..66fed38a39 100644 --- a/app/src/main/java/c/a/p/c.java +++ b/app/src/main/java/c/a/p/c.java @@ -1,9 +1,9 @@ package c.a.p; import c.a.p.k; -import c0.z.d.m; import com.discord.player.AppMediaPlayer; import com.discord.utilities.logging.Logger; +import d0.z.d.m; import rx.functions.Action1; /* compiled from: AppMediaPlayer.kt */ public final class c implements Action1 { diff --git a/app/src/main/java/c/a/p/e.java b/app/src/main/java/c/a/p/e.java index a0e9bdabe8..2b5434190e 100644 --- a/app/src/main/java/c/a/p/e.java +++ b/app/src/main/java/c/a/p/e.java @@ -2,7 +2,7 @@ package c.a.p; import c.a.p.k; import com.discord.player.AppMediaPlayer; -import i0.j.b.a; +import j0.j.b.a; import java.util.concurrent.TimeUnit; import rx.Observable; import rx.Subscription; diff --git a/app/src/main/java/c/a/p/i.java b/app/src/main/java/c/a/p/i.java index e48fe66e4a..5176c494de 100644 --- a/app/src/main/java/c/a/p/i.java +++ b/app/src/main/java/c/a/p/i.java @@ -8,13 +8,13 @@ import c.i.a.c.h2.p; import c.i.a.c.i2.f0; import c.i.a.c.l0; import c.i.a.c.p1; -import c0.z.d.m; import com.discord.BuildConfig; import com.discord.app.AppLog; import com.discord.player.AppMediaPlayer; import com.discord.utilities.guilds.GuildConstantsKt; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; -import i0.p.a; +import d0.z.d.m; +import j0.p.a; import rx.Scheduler; /* compiled from: AppMediaPlayerFactory.kt */ public final class i { diff --git a/app/src/main/java/c/a/p/j.java b/app/src/main/java/c/a/p/j.java index f6f797fbdb..866e889e40 100644 --- a/app/src/main/java/c/a/p/j.java +++ b/app/src/main/java/c/a/p/j.java @@ -5,9 +5,9 @@ import c.i.a.c.h2.o; import c.i.a.c.h2.p; import c.i.a.c.h2.y.c; import c.i.a.c.h2.y.q; -import c0.z.d.m; import com.google.android.exoplayer2.upstream.FileDataSource; import com.google.android.exoplayer2.upstream.cache.CacheDataSink; +import d0.z.d.m; /* compiled from: CacheDataSourceFactory.kt */ public final class j implements j.a { public final p a; diff --git a/app/src/main/java/c/a/p/k.java b/app/src/main/java/c/a/p/k.java index dd3da708f9..5e198ffff2 100644 --- a/app/src/main/java/c/a/p/k.java +++ b/app/src/main/java/c/a/p/k.java @@ -5,9 +5,9 @@ import c.i.a.c.f1; import c.i.a.c.g1; import c.i.a.c.r1; import c.i.a.c.v0; -import c0.z.d.m; import com.google.android.exoplayer2.ExoPlaybackException; import com.google.android.exoplayer2.source.TrackGroupArray; +import d0.z.d.m; import java.util.List; import rx.subjects.PublishSubject; /* compiled from: RxPlayerEventListener.kt */ diff --git a/app/src/main/java/c/a/p/l.java b/app/src/main/java/c/a/p/l.java index e556447e0a..1f5b3788c2 100644 --- a/app/src/main/java/c/a/p/l.java +++ b/app/src/main/java/c/a/p/l.java @@ -3,10 +3,10 @@ package c.a.p; import android.content.Context; import c.i.a.c.h2.y.q; import c.i.a.c.w1.b; -import c0.g; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.lifecycle.ApplicationProvider; +import d0.g; +import d0.z.d.m; +import d0.z.d.o; import java.io.File; import kotlin.Lazy; import kotlin.jvm.functions.Function0; @@ -26,7 +26,7 @@ public final class l { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public q mo17invoke() { + public q mo1invoke() { Context applicationContext = ApplicationProvider.INSTANCE.get().getApplicationContext(); m.checkNotNullExpressionValue(applicationContext, "context"); return new q(new File(applicationContext.getCacheDir(), "app_media_player"), new c.i.a.c.h2.y.o(104857600), new b(applicationContext)); diff --git a/app/src/main/java/c/a/q/a.java b/app/src/main/java/c/a/q/a.java index 65357f4468..83c4d8957e 100644 --- a/app/src/main/java/c/a/q/a.java +++ b/app/src/main/java/c/a/q/a.java @@ -1,18 +1,18 @@ package c.a.q; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: MediaSinkWantsLadder.kt */ public final class a { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ - public final Integer f207c; + public final Integer f205c; public a(int i, int i2, Integer num) { this.a = i; this.b = i2; - this.f207c = num; + this.f205c = num; } public boolean equals(Object obj) { @@ -23,12 +23,12 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f207c, aVar.f207c); + return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f205c, aVar.f205c); } public int hashCode() { int i = ((this.a * 31) + this.b) * 31; - Integer num = this.f207c; + Integer num = this.f205c; return i + (num != null ? num.hashCode() : 0); } @@ -38,6 +38,6 @@ public final class a { O.append(", max="); O.append(this.b); O.append(", target="); - return c.d.b.a.a.D(O, this.f207c, ")"); + return c.d.b.a.a.D(O, this.f205c, ")"); } } diff --git a/app/src/main/java/c/a/q/a0.java b/app/src/main/java/c/a/q/a0.java index ee18dc3e29..97b21fc335 100644 --- a/app/src/main/java/c/a/q/a0.java +++ b/app/src/main/java/c/a/q/a0.java @@ -1,11 +1,11 @@ package c.a.q; import c.a.q.n0.a; -import c0.t.g0; -import c0.z.d.k; -import c0.z.d.m; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.RtcConnection; +import d0.t.g0; +import d0.z.d.k; +import d0.z.d.m; import java.util.LinkedHashMap; import java.util.Map; import kotlin.Pair; @@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1, ? extends RtcConnection.State> pair2 = pair; m.checkNotNullParameter(pair2, "p1"); RtcConnection rtcConnection = (RtcConnection) this.receiver; - if (rtcConnection.f2571a0) { + if (rtcConnection.f2159a0) { Map map = (Map) pair2.component1(); if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) { rtcConnection.U.i(rtcConnection.k, "local MediaSinkWants: " + map, null); diff --git a/app/src/main/java/c/a/q/b.java b/app/src/main/java/c/a/q/b.java index 6183dfef12..6782c49a7d 100644 --- a/app/src/main/java/c/a/q/b.java +++ b/app/src/main/java/c/a/q/b.java @@ -1,20 +1,20 @@ package c.a.q; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: MediaSinkWantsLadder.kt */ public final class b { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ - public final int f208c; + public final int f206c; public final Integer d; public b(int i, int i2, int i3, Integer num) { this.a = i; this.b = i2; - this.f208c = i3; + this.f206c = i3; this.d = num; } @@ -26,11 +26,11 @@ public final class b { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f208c == bVar.f208c && m.areEqual(this.d, bVar.d); + return this.a == bVar.a && this.b == bVar.b && this.f206c == bVar.f206c && m.areEqual(this.d, bVar.d); } public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f208c) * 31; + int i = ((((this.a * 31) + this.b) * 31) + this.f206c) * 31; Integer num = this.d; return i + (num != null ? num.hashCode() : 0); } @@ -41,7 +41,7 @@ public final class b { O.append(", height="); O.append(this.b); O.append(", framerate="); - O.append(this.f208c); + O.append(this.f206c); O.append(", pixelCount="); return a.D(O, this.d, ")"); } diff --git a/app/src/main/java/c/a/q/b0.java b/app/src/main/java/c/a/q/b0.java index ee5834c81f..a6f9fd051d 100644 --- a/app/src/main/java/c/a/q/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -5,10 +5,6 @@ import c.a.q.o0.b; import c.a.q.o0.c; import c.a.q.o0.d; import c.a.q.o0.e; -import c0.t.h0; -import c0.t.j; -import c0.t.o; -import c0.z.d.m; import co.discord.media_engine.MediaType; import co.discord.media_engine.StreamParameters; import co.discord.media_engine.VoiceQuality; @@ -17,6 +13,10 @@ import com.discord.rtcconnection.MediaSinkWantsManager; import com.discord.rtcconnection.RtcConnection; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.rtcconnection.socket.io.Payloads; +import d0.t.h0; +import d0.t.j; +import d0.t.o; +import d0.z.d.m; import java.util.ArrayList; import java.util.List; import java.util.Map; @@ -42,7 +42,7 @@ public final class b0 implements MediaEngineConnection.d { RtcConnection rtcConnection = this.a; rtcConnection.p.succeed(); rtcConnection.q = transportInfo; - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2575w; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.w; if (mediaEngineConnection2 != null) { d dVar = new d(1000, rtcConnection.U, mediaEngineConnection2, new VoiceQuality(), rtcConnection.A, new KrispOveruseDetector(mediaEngineConnection2), 0, 64); dVar.a.clear(); @@ -50,13 +50,13 @@ public final class b0 implements MediaEngineConnection.d { if (subscription != null && !subscription.isUnsubscribed()) { dVar.a(); } - dVar.b = Observable.D(0, dVar.f230c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); + dVar.b = Observable.D(0, dVar.f225c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2593c.ordinal() != 0) { + if (transportInfo.f2179c.ordinal() != 0) { StringBuilder O = c.d.b.a.a.O("Unsupported protocol: "); - O.append(transportInfo.f2593c); + O.append(transportInfo.f2179c); O.append('.'); RtcConnection.j(rtcConnection, true, O.toString(), null, false, 12); } else { @@ -76,7 +76,7 @@ public final class b0 implements MediaEngineConnection.d { Payloads.Protocol.ProtocolInfo protocolInfo = new Payloads.Protocol.ProtocolInfo(str, i, "xsalsa20_poly1305"); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a aVar2 : list) { - arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f217c, aVar2.d, aVar2.e)); + arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f215c, aVar2.d, aVar2.e)); } aVar.n(1, new Payloads.Protocol("udp", protocolInfo, arrayList)); } @@ -91,7 +91,7 @@ public final class b0 implements MediaEngineConnection.d { m.checkNotNullParameter(mediaEngineConnection, "connection"); m.checkNotNullParameter(connectionState, "connectionState"); RtcConnection rtcConnection = this.a; - RtcConnection.StateChange stateChange = rtcConnection.f2574r; + RtcConnection.StateChange stateChange = rtcConnection.r; rtcConnection.r("Connection state change: " + connectionState); int ordinal = connectionState.ordinal(); if (ordinal == 0) { @@ -106,13 +106,13 @@ public final class b0 implements MediaEngineConnection.d { throw new NoWhenBranchMatchedException(); } rtcConnection.u(state); - if (stateChange.a == RtcConnection.State.g.a && rtcConnection.f2574r.a == RtcConnection.State.h.a) { + if (stateChange.a == RtcConnection.State.g.a && rtcConnection.r.a == RtcConnection.State.h.a) { rtcConnection.q(); } - if (rtcConnection.f2574r.a == RtcConnection.State.f.a) { + if (rtcConnection.r.a == RtcConnection.State.f.a) { rtcConnection.C = Long.valueOf(rtcConnection.V.currentTimeMillis()); rtcConnection.I = true; - Map mutableMapOf = h0.mutableMapOf(c0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); + Map mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); Long l = rtcConnection.B; Long l2 = rtcConnection.C; Long valueOf = (l2 == null || l == null) ? null : Long.valueOf(l2.longValue() - l.longValue()); @@ -123,7 +123,7 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.p(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf); MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; if (mediaSinkWantsManager != null) { - mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.f2575w)); + mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.w)); } } } @@ -147,7 +147,7 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.r(S.toString()); } else { RtcConnection.AnalyticsEvent analyticsEvent = RtcConnection.AnalyticsEvent.VOICE_CONNECTION_FAILURE; - Map mutableMapOf = h0.mutableMapOf(c0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); + Map mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); rtcConnection.b(mutableMapOf); rtcConnection.p(analyticsEvent, mutableMapOf); } @@ -221,7 +221,7 @@ public final class b0 implements MediaEngineConnection.d { Integer valueOf4 = Integer.valueOf(streamParameters.getMaxBitrate()); Integer valueOf5 = Integer.valueOf(streamParameters.getQuality()); j0 j0Var = f.a; - Integer valueOf6 = Integer.valueOf(j0Var.b.f208c); + Integer valueOf6 = Integer.valueOf(j0Var.b.f206c); Payloads.ResolutionType resolutionType = Payloads.ResolutionType.Fixed; b bVar = j0Var.b; arrayList.add(new Payloads.Stream(str, rid, valueOf6, valueOf5, valueOf, valueOf2, new Payloads.Stream.MaxResolution(resolutionType, bVar.a, bVar.b), valueOf3, valueOf4)); diff --git a/app/src/main/java/c/a/q/c.java b/app/src/main/java/c/a/q/c.java index 135933df92..df89e3ec89 100644 --- a/app/src/main/java/c/a/q/c.java +++ b/app/src/main/java/c/a/q/c.java @@ -4,7 +4,7 @@ import android.os.Handler; import android.os.Looper; import android.os.Process; import c.c.a.a0.d; -import c0.z.d.m; +import d0.z.d.m; import java.util.Collection; import java.util.List; import java.util.concurrent.Callable; diff --git a/app/src/main/java/c/a/q/c0.java b/app/src/main/java/c/a/q/c0.java index 2280e8f840..d3e4513bc5 100644 --- a/app/src/main/java/c/a/q/c0.java +++ b/app/src/main/java/c/a/q/c0.java @@ -1,6 +1,6 @@ package c.a.q; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ @@ -16,7 +16,7 @@ public final class c0 extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { this.this$0.this$0.q(); return Unit.a; } diff --git a/app/src/main/java/c/a/q/d0.java b/app/src/main/java/c/a/q/d0.java index 4146ce765f..171fca25f0 100644 --- a/app/src/main/java/c/a/q/d0.java +++ b/app/src/main/java/c/a/q/d0.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ @@ -17,7 +17,7 @@ public final class d0 extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { this.this$0.s(new c0(this)); return Unit.a; } diff --git a/app/src/main/java/c/a/q/e.java b/app/src/main/java/c/a/q/e.java index 16e9083730..1020ca97c4 100644 --- a/app/src/main/java/c/a/q/e.java +++ b/app/src/main/java/c/a/q/e.java @@ -1,10 +1,10 @@ package c.a.q; -import c0.t.n0; -import c0.t.u; -import c0.z.d.m; import com.discord.rtcconnection.EncodeQuality; import com.google.android.material.shadow.ShadowDrawableWrapper; +import d0.t.n0; +import d0.t.u; +import d0.z.d.m; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; @@ -18,7 +18,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final Map f209c; + public final Map f207c; public final List d; public final j0 e; @@ -28,13 +28,13 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final double f210c; + public final double f208c; public final int d; public a(int i, int i2, double d, int i3) { this.a = i; this.b = i2; - this.f210c = d; + this.f208c = d; this.d = i3; } @@ -46,11 +46,11 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f210c, aVar.f210c) == 0 && this.d == aVar.d; + return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f208c, aVar.f208c) == 0 && this.d == aVar.d; } public int hashCode() { - return ((z.a.a.a.a(this.f210c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; + return ((a0.a.a.a.a(this.f208c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; } public String toString() { @@ -59,7 +59,7 @@ public final class e { O.append(", height="); O.append(this.b); O.append(", budgetPortion="); - O.append(this.f210c); + O.append(this.f208c); O.append(", pixelCount="); return c.d.b.a.a.z(O, this.d, ")"); } @@ -77,14 +77,14 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final EncodeQuality f211c; + public final EncodeQuality f209c; public c(n nVar, int i, EncodeQuality encodeQuality) { m.checkNotNullParameter(nVar, "budget"); m.checkNotNullParameter(encodeQuality, "wantValue"); this.a = nVar; this.b = i; - this.f211c = encodeQuality; + this.f209c = encodeQuality; } public boolean equals(Object obj) { @@ -95,14 +95,14 @@ public final class e { return false; } c cVar = (c) obj; - return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f211c, cVar.f211c); + return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f209c, cVar.f209c); } public int hashCode() { n nVar = this.a; int i = 0; int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; - EncodeQuality encodeQuality = this.f211c; + EncodeQuality encodeQuality = this.f209c; if (encodeQuality != null) { i = encodeQuality.hashCode(); } @@ -115,7 +115,7 @@ public final class e { O.append(", pixelCount="); O.append(this.b); O.append(", wantValue="); - O.append(this.f211c); + O.append(this.f209c); O.append(")"); return O.toString(); } @@ -170,7 +170,7 @@ public final class e { aVar = aVar == null ? (a) u.first((List) arrayList) : aVar; if (i6 != aVar.a) { i2 = i3; - linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f210c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); + linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f208c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); EncodeQuality[] values = EncodeQuality.values(); int i7 = 10; while (true) { @@ -192,7 +192,7 @@ public final class e { i5++; i3 = i2; } - this.f209c = linkedHashMap; + this.f207c = linkedHashMap; EncodeQuality[] values2 = EncodeQuality.values(); ArrayList arrayList2 = new ArrayList(11); for (int i8 = 0; i8 < 11; i8++) { diff --git a/app/src/main/java/c/a/q/e0.java b/app/src/main/java/c/a/q/e0.java index 746e9d2cb3..52211c2077 100644 --- a/app/src/main/java/c/a/q/e0.java +++ b/app/src/main/java/c/a/q/e0.java @@ -1,9 +1,9 @@ package c.a.q; import c.d.b.a.a; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: RtcConnection.kt */ diff --git a/app/src/main/java/c/a/q/f0.java b/app/src/main/java/c/a/q/f0.java index 655017cca3..d929ace25a 100644 --- a/app/src/main/java/c/a/q/f0.java +++ b/app/src/main/java/c/a/q/f0.java @@ -1,6 +1,6 @@ package c.a.q; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ public final class f0 implements Runnable { @@ -12,6 +12,6 @@ public final class f0 implements Runnable { @Override // java.lang.Runnable public final /* synthetic */ void run() { - m.checkNotNullExpressionValue(this.i.mo17invoke(), "invoke(...)"); + m.checkNotNullExpressionValue(this.i.mo1invoke(), "invoke(...)"); } } diff --git a/app/src/main/java/c/a/q/g.java b/app/src/main/java/c/a/q/g.java index 06e747806e..119b974e5c 100644 --- a/app/src/main/java/c/a/q/g.java +++ b/app/src/main/java/c/a/q/g.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -18,7 +18,7 @@ public final class g extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { MediaSinkWantsManager mediaSinkWantsManager = this.this$0; Objects.requireNonNull(mediaSinkWantsManager); mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null)); diff --git a/app/src/main/java/c/a/q/g0.java b/app/src/main/java/c/a/q/g0.java index 9d30baa0f0..e2acafacdd 100644 --- a/app/src/main/java/c/a/q/g0.java +++ b/app/src/main/java/c/a/q/g0.java @@ -1,6 +1,6 @@ package c.a.q; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import rx.functions.Action1; /* compiled from: RtcConnection.kt */ diff --git a/app/src/main/java/c/a/q/h.java b/app/src/main/java/c/a/q/h.java index fe5f712494..96aabda746 100644 --- a/app/src/main/java/c/a/q/h.java +++ b/app/src/main/java/c/a/q/h.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: MediaSinkWantsManager.kt */ @@ -17,7 +17,7 @@ public final class h extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { MediaSinkWantsManager.e(this.this$0, null, 1); return Unit.a; } diff --git a/app/src/main/java/c/a/q/h0.java b/app/src/main/java/c/a/q/h0.java index 2153f429b5..6411eed82c 100644 --- a/app/src/main/java/c/a/q/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -4,11 +4,6 @@ import c.a.q.e; import c.a.q.n0.a; import c.a.q.o0.d; import c.a.q.o0.e; -import c0.t.n; -import c0.t.o; -import c0.t.r; -import c0.t.u; -import c0.z.d.m; import co.discord.media_engine.MediaType; import co.discord.media_engine.StreamParameters; import com.discord.rtcconnection.EncodeQuality; @@ -19,6 +14,11 @@ import com.discord.rtcconnection.mediaengine.MediaEngine; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.rtcconnection.socket.io.Payloads; import com.discord.utilities.logging.Logger; +import d0.t.n; +import d0.t.o; +import d0.t.r; +import d0.t.u; +import d0.z.d.m; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedHashMap; @@ -41,7 +41,7 @@ public final class h0 implements a.d { public void a(String str, String str2) { m.checkNotNullParameter(str, "audioCodec"); m.checkNotNullParameter(str2, "videoCodec"); - MediaEngineConnection mediaEngineConnection = this.a.f2575w; + MediaEngineConnection mediaEngineConnection = this.a.w; if (mediaEngineConnection != null) { mediaEngineConnection.r(str, str2); } @@ -52,11 +52,11 @@ public final class h0 implements a.d { RtcConnection rtcConnection = this.a; Objects.requireNonNull(rtcConnection); rtcConnection.r("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2575w; + MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.destroy(); } - MediaEngineConnection mediaEngineConnection2 = rtcConnection.f2575w; + MediaEngineConnection mediaEngineConnection2 = rtcConnection.w; if (mediaEngineConnection2 != null) { mediaEngineConnection2.o(rtcConnection.M); } @@ -67,7 +67,7 @@ public final class h0 implements a.d { if ((num != null && num.intValue() == 1000) || z4) { z3 = false; } - if (!(rtcConnection.f2574r.a instanceof RtcConnection.State.d)) { + if (!(rtcConnection.r.a instanceof RtcConnection.State.d)) { rtcConnection.n(z3, str); d dVar = rtcConnection.n; if (dVar != null) { @@ -76,7 +76,7 @@ public final class h0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2578z = 0; + rtcConnection.f2165z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; if (mediaSinkWantsManager != null) { @@ -93,7 +93,7 @@ public final class h0 implements a.d { public void c(String str, List list) { m.checkNotNullParameter(str, "mode"); m.checkNotNullParameter(list, "secretKey"); - MediaEngineConnection mediaEngineConnection = this.a.f2575w; + MediaEngineConnection mediaEngineConnection = this.a.w; if (mediaEngineConnection != null) { mediaEngineConnection.t(str, u.toIntArray(list)); } @@ -149,7 +149,7 @@ public final class h0 implements a.d { if (i2 > 0) { z3 = true; } - list2 = c0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, valueOf, valueOf2, null, Boolean.valueOf(z3), null)); + list2 = d0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, valueOf, valueOf2, null, Boolean.valueOf(z3), null)); } rtcConnection.G.c(j, Long.valueOf((long) i)); MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; @@ -222,7 +222,7 @@ public final class h0 implements a.d { break; } e.c previous = listIterator.previous(); - if (encodeQuality.compareTo(previous.f211c) >= 0) { + if (encodeQuality.compareTo(previous.f209c) >= 0) { z2 = true; continue; } else { @@ -239,9 +239,9 @@ public final class h0 implements a.d { cVar2 = (e.c) u.first((List) eVar.d); } n nVar = cVar2.a; - int max = Math.max((int) (((double) j0Var.f212c.a) * nVar.f224c), j0Var.d); - int max2 = Math.max((int) (((double) j0Var.f212c.b) * nVar.f224c), j0Var.d); - MediaEngineConnection mediaEngineConnection = rtcConnection.f2575w; + int max = Math.max((int) (((double) j0Var.f210c.a) * nVar.f220c), j0Var.d); + int max2 = Math.max((int) (((double) j0Var.f210c.b) * nVar.f220c), j0Var.d); + MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.b, nVar.d, nVar.e)); return; @@ -261,7 +261,7 @@ public final class h0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2578z++; + rtcConnection.f2165z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); @@ -285,7 +285,7 @@ public final class h0 implements a.d { RtcConnection.o(rtcConnection, "onSocketConnect() socket was null.", null, null, 6); return; } - List listOf = c0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, null, null, null, null, null)); + List listOf = d0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, null, null, null, null, null)); String str = rtcConnection.R; long j = rtcConnection.S; String str2 = rtcConnection.P; @@ -294,7 +294,7 @@ public final class h0 implements a.d { m.checkNotNullParameter(str2, "sessionId"); m.checkNotNullParameter(listOf, "streams"); aVar.G.a(); - aVar.s = str; + aVar.f221s = str; aVar.t = str2; aVar.A = a.c.IDENTIFYING; aVar.n(0, new Payloads.Identify(str, j, str2, aVar.D, z2, listOf)); @@ -353,7 +353,7 @@ public final class h0 implements a.d { boolean isEmpty = arrayList.isEmpty(); ArrayList arrayList2 = arrayList; if (isEmpty) { - arrayList2 = c0.t.m.listOf(new StreamParameters(MediaType.Video, "100", i2 + 1, i2 + 2, false, 0, 100, 0)); + arrayList2 = d0.t.m.listOf(new StreamParameters(MediaType.Video, "100", i2 + 1, i2 + 2, false, 0, 100, 0)); } MediaEngine mediaEngine = rtcConnection.T; long j = rtcConnection.S; @@ -372,7 +372,7 @@ public final class h0 implements a.d { return; } g.l(rtcConnection.M); - rtcConnection.f2575w = g; + rtcConnection.w = g; } @Override // c.a.q.n0.a.d @@ -391,7 +391,7 @@ public final class h0 implements a.d { public void onSpeaking(long j, int i, boolean z2) { RtcConnection rtcConnection = this.a; if (j != rtcConnection.S) { - MediaEngineConnection mediaEngineConnection = rtcConnection.f2575w; + MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j)); } diff --git a/app/src/main/java/c/a/q/i.java b/app/src/main/java/c/a/q/i.java index 2e1a5e9db1..cced50d8e8 100644 --- a/app/src/main/java/c/a/q/i.java +++ b/app/src/main/java/c/a/q/i.java @@ -1,8 +1,8 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.MediaSinkWantsManager; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; +import d0.z.d.o; import java.util.ArrayList; import java.util.Set; import kotlin.Unit; @@ -22,7 +22,7 @@ public final class i extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { MediaSinkWantsManager mediaSinkWantsManager = this.this$0; MediaEngineConnection mediaEngineConnection = mediaSinkWantsManager.d; if (mediaEngineConnection != null) { @@ -37,7 +37,7 @@ public final class i extends o implements Function0 { if (this.$connection != null) { MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; Set keySet = mediaSinkWantsManager3.b.keySet(); - ArrayList arrayList = new ArrayList(c0.t.o.collectionSizeOrDefault(keySet, 10)); + ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); for (Number number : keySet) { arrayList.add(String.valueOf(number.longValue())); } diff --git a/app/src/main/java/c/a/q/i0.java b/app/src/main/java/c/a/q/i0.java index 6811fc3a2e..0105bdff96 100644 --- a/app/src/main/java/c/a/q/i0.java +++ b/app/src/main/java/c/a/q/i0.java @@ -7,15 +7,15 @@ import android.os.PowerManager; import androidx.annotation.AnyThread; import androidx.annotation.RequiresApi; import c.c.a.a0.d; -import c0.g; -import c0.i; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.enums.ThermalStatus; import com.discord.utilities.debug.DebugPrintBuilder; import com.discord.utilities.debug.DebugPrintable; import com.discord.utilities.lifecycle.ApplicationProvider; import com.discord.utilities.logging.LoggingProvider; +import d0.g; +import d0.i; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Lazy; import kotlin.jvm.functions.Function0; @@ -40,7 +40,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Handler mo17invoke() { + public Handler mo1invoke() { return new Handler(Looper.getMainLooper()); } } diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index a05f77f637..a93a4d1e7c 100644 --- a/app/src/main/java/c/a/q/j.java +++ b/app/src/main/java/c/a/q/j.java @@ -1,8 +1,8 @@ package c.a.q; import c.d.b.a.a; -import c0.z.d.o; import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; import java.util.ArrayList; import java.util.Iterator; import kotlin.Unit; @@ -22,7 +22,7 @@ public final class j extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { ArrayList arrayList = new ArrayList(); MediaSinkWantsManager mediaSinkWantsManager = this.this$0; Long l = mediaSinkWantsManager.e; @@ -34,7 +34,7 @@ public final class j extends o implements Function0 { Long l2 = this.$userId; if (l2 == null) { this.this$0.e = null; - } else if (this.this$0.f2569c.contains(l2)) { + } else if (this.this$0.f2157c.contains(l2)) { MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; Long l3 = this.$userId; mediaSinkWantsManager2.e = l3; @@ -53,7 +53,7 @@ public final class j extends o implements Function0 { } } MediaSinkWantsManager mediaSinkWantsManager4 = this.this$0; - ArrayList arrayList2 = new ArrayList(c0.t.o.collectionSizeOrDefault(arrayList, 10)); + ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); Iterator it = arrayList.iterator(); while (it.hasNext()) { arrayList2.add(String.valueOf(((Number) it.next()).longValue())); diff --git a/app/src/main/java/c/a/q/j0.java b/app/src/main/java/c/a/q/j0.java index 5575cc69c6..34788b6608 100644 --- a/app/src/main/java/c/a/q/j0.java +++ b/app/src/main/java/c/a/q/j0.java @@ -1,14 +1,14 @@ package c.a.q; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: MediaSinkWantsLadder.kt */ public final class j0 { public final b a; public final b b; /* renamed from: c reason: collision with root package name */ - public final a f212c; + public final a f210c; public final int d; public final a e; @@ -19,7 +19,7 @@ public final class j0 { m.checkNotNullParameter(aVar2, "desktopBitrate"); this.a = bVar; this.b = bVar2; - this.f212c = aVar; + this.f210c = aVar; this.d = i; this.e = aVar2; } @@ -32,7 +32,7 @@ public final class j0 { return false; } j0 j0Var = (j0) obj; - return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f212c, j0Var.f212c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); + return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f210c, j0Var.f210c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); } public int hashCode() { @@ -41,7 +41,7 @@ public final class j0 { int hashCode = (bVar != null ? bVar.hashCode() : 0) * 31; b bVar2 = this.b; int hashCode2 = (hashCode + (bVar2 != null ? bVar2.hashCode() : 0)) * 31; - a aVar = this.f212c; + a aVar = this.f210c; int hashCode3 = (((hashCode2 + (aVar != null ? aVar.hashCode() : 0)) * 31) + this.d) * 31; a aVar2 = this.e; if (aVar2 != null) { @@ -56,7 +56,7 @@ public final class j0 { O.append(", videoCapture="); O.append(this.b); O.append(", videoBitrate="); - O.append(this.f212c); + O.append(this.f210c); O.append(", videoBitrateFloor="); O.append(this.d); O.append(", desktopBitrate="); diff --git a/app/src/main/java/c/a/q/k.java b/app/src/main/java/c/a/q/k.java index f4aa9a1d44..b2f4ba7596 100644 --- a/app/src/main/java/c/a/q/k.java +++ b/app/src/main/java/c/a/q/k.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -20,7 +20,7 @@ public final class k extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { Objects.requireNonNull(this.this$0); MediaSinkWantsManager.e(this.this$0, null, 1); return Unit.a; diff --git a/app/src/main/java/c/a/q/k0/a.java b/app/src/main/java/c/a/q/k0/a.java index 708e4aeb97..ed7f858322 100644 --- a/app/src/main/java/c/a/q/k0/a.java +++ b/app/src/main/java/c/a/q/k0/a.java @@ -8,10 +8,10 @@ import androidx.annotation.MainThread; import androidx.core.os.EnvironmentCompat; import c.a.q.l0.a; import c.c.a.a0.d; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.rtcconnection.enums.AudioManagerBroadcastAction; import com.discord.rtcconnection.enums.ScoAudioState; +import d0.z.d.m; import java.util.Objects; import kotlin.jvm.internal.DefaultConstructorMarker; import org.webrtc.MediaStreamTrack; @@ -22,7 +22,7 @@ public final class a extends BroadcastReceiver { public final Context b; /* renamed from: c reason: collision with root package name */ - public final h f213c; + public final h f211c; /* compiled from: AudioManagerBroadcastReceiver.kt */ /* renamed from: c.a.q.k0.a$a reason: collision with other inner class name */ @@ -35,7 +35,7 @@ public final class a extends BroadcastReceiver { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(hVar, "listener"); this.b = context; - this.f213c = hVar; + this.f211c = hVar; } @Override // android.content.BroadcastReceiver @@ -74,7 +74,7 @@ public final class a extends BroadcastReceiver { } d.f1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); try { - h hVar = this.f213c; + h hVar = this.f211c; int ordinal = audioManagerBroadcastAction.ordinal(); if (ordinal == 0) { hVar.c(context); diff --git a/app/src/main/java/c/a/q/k0/b.java b/app/src/main/java/c/a/q/k0/b.java index 8f13d7210e..ea83deab14 100644 --- a/app/src/main/java/c/a/q/k0/b.java +++ b/app/src/main/java/c/a/q/k0/b.java @@ -3,7 +3,7 @@ package c.a.q.k0; import android.content.Context; import android.os.Process; import c.c.a.a0.d; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: AudioPermissions.kt */ public final class b { @@ -11,7 +11,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f214c; + public final boolean f212c; public final boolean d; /* compiled from: AudioPermissions.kt */ @@ -27,7 +27,7 @@ public final class b { boolean z4 = context.checkPermission("android.permission.RECORD_AUDIO", Process.myPid(), Process.myUid()) == 0; z2 = context.checkPermission("android.permission.BLUETOOTH", Process.myPid(), Process.myUid()) != 0 ? false : z2; this.b = z3; - this.f214c = z4; + this.f212c = z4; this.d = z2; if (!z3) { d.g1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); @@ -48,7 +48,7 @@ public final class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f214c == bVar.f214c && this.d == bVar.d; + return this.b == bVar.b && this.f212c == bVar.f212c && this.d == bVar.d; } public int hashCode() { @@ -61,7 +61,7 @@ public final class b { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = i2 * 31; - boolean z3 = this.f214c; + boolean z3 = this.f212c; if (z3) { z3 = true; } @@ -80,7 +80,7 @@ public final class b { StringBuilder O = c.d.b.a.a.O("AudioPermissions(hasModifyAudioSettingsPermission="); O.append(this.b); O.append(", hasRecordAudioPermission="); - O.append(this.f214c); + O.append(this.f212c); O.append(", hasBluetoothPermission="); return c.d.b.a.a.K(O, this.d, ")"); } diff --git a/app/src/main/java/c/a/q/k0/c.java b/app/src/main/java/c/a/q/k0/c.java index deafaf44bf..d767c0017f 100644 --- a/app/src/main/java/c/a/q/k0/c.java +++ b/app/src/main/java/c/a/q/k0/c.java @@ -8,11 +8,11 @@ import android.content.Context; import android.content.Intent; import androidx.annotation.MainThread; import c.c.a.a0.d; -import c0.t.n0; -import c0.z.d.m; import com.discord.rtcconnection.enums.BluetoothBroadcastAction; import com.discord.rtcconnection.enums.BluetoothHeadsetAudioState; import com.discord.rtcconnection.enums.BluetoothProfileConnectionState; +import d0.t.n0; +import d0.z.d.m; import java.util.Objects; import java.util.Set; import kotlin.jvm.internal.DefaultConstructorMarker; diff --git a/app/src/main/java/c/a/q/k0/d.java b/app/src/main/java/c/a/q/k0/d.java index e88d5ccd3e..9d460b2c0e 100644 --- a/app/src/main/java/c/a/q/k0/d.java +++ b/app/src/main/java/c/a/q/k0/d.java @@ -2,8 +2,8 @@ package c.a.q.k0; import android.annotation.SuppressLint; import android.bluetooth.BluetoothHeadset; -import c0.g; -import c0.z.d.o; +import d0.g; +import d0.z.d.o; import java.lang.reflect.Method; import kotlin.Lazy; import kotlin.jvm.functions.Function0; @@ -14,7 +14,7 @@ public final class d { public static final Lazy b = g.lazy(b.i); /* renamed from: c reason: collision with root package name */ - public static final d f215c = null; + public static final d f213c = null; /* compiled from: BluetoothHeadsetPrivateApi.kt */ public static final class a extends o implements Function0 { @@ -27,7 +27,7 @@ public final class d { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public String mo17invoke() { + public String mo1invoke() { try { Object obj = BluetoothHeadset.class.getField("ACTION_ACTIVE_DEVICE_CHANGED").get(null); if (!(obj instanceof String)) { @@ -51,7 +51,7 @@ public final class d { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Method mo17invoke() { + public Method mo1invoke() { try { return BluetoothHeadset.class.getDeclaredMethod("getActiveDevice", new Class[0]); } catch (Throwable unused) { diff --git a/app/src/main/java/c/a/q/k0/f.java b/app/src/main/java/c/a/q/k0/f.java index e3ef21aa61..0caf490aec 100644 --- a/app/src/main/java/c/a/q/k0/f.java +++ b/app/src/main/java/c/a/q/k0/f.java @@ -19,8 +19,8 @@ public final class f extends ContentObserver { super.onChange(z2); DiscordAudioManager discordAudioManager = this.a; int streamVolume = discordAudioManager.e.getStreamVolume(3); - discordAudioManager.f2583w = streamVolume; - SerializedSubject serializedSubject = discordAudioManager.f2585y; + discordAudioManager.w = streamVolume; + SerializedSubject serializedSubject = discordAudioManager.f2171y; serializedSubject.j.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/c/a/q/k0/g.java b/app/src/main/java/c/a/q/k0/g.java index 8dc103b35c..6bb1e5f98e 100644 --- a/app/src/main/java/c/a/q/k0/g.java +++ b/app/src/main/java/c/a/q/k0/g.java @@ -7,7 +7,7 @@ public final class g { public static final g b = new g(true, false, false); /* renamed from: c reason: collision with root package name */ - public static final a f216c = new a(null); + public static final a f214c = new a(null); public volatile boolean d; public final boolean e; public final boolean f; diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index 3fa1d0d1b7..ba36d87bf1 100644 --- a/app/src/main/java/c/a/q/l.java +++ b/app/src/main/java/c/a/q/l.java @@ -1,12 +1,12 @@ package c.a.q; -import c0.t.n; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.MediaSinkWantsManager; import com.discord.rtcconnection.VideoMetadata; import com.discord.rtcconnection.socket.io.Payloads; +import d0.t.n; +import d0.z.d.m; +import d0.z.d.o; import java.util.ArrayList; import java.util.Iterator; import java.util.List; @@ -36,7 +36,7 @@ public final class l extends o implements Function0 { */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { EncodeQuality encodeQuality; List list = this.$ssrcs; ArrayList arrayList = new ArrayList(); @@ -57,7 +57,7 @@ public final class l extends o implements Function0 { arrayList.add(next); } } - ArrayList arrayList2 = new ArrayList(c0.t.o.collectionSizeOrDefault(arrayList, 10)); + ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); Iterator it2 = arrayList.iterator(); while (it2.hasNext()) { Payloads.Stream stream2 = (Payloads.Stream) it2.next(); @@ -96,12 +96,12 @@ public final class l extends o implements Function0 { } if (arrayList2.isEmpty()) { this.this$0.b.remove(Long.valueOf(this.$userId)); - this.this$0.f2569c.remove(Long.valueOf(this.$userId)); + this.this$0.f2157c.remove(Long.valueOf(this.$userId)); } else { this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2569c.add(Long.valueOf(this.$userId)); + this.this$0.f2157c.add(Long.valueOf(this.$userId)); } - this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : c0.t.m.listOf(String.valueOf(this.$userId))); + this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); return Unit.a; } } diff --git a/app/src/main/java/c/a/q/l0/a.java b/app/src/main/java/c/a/q/l0/a.java index 7722e662cb..715b705a7b 100644 --- a/app/src/main/java/c/a/q/l0/a.java +++ b/app/src/main/java/c/a/q/l0/a.java @@ -1,7 +1,7 @@ package c.a.q.l0; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; +import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: WiredHeadsetState.kt */ public abstract class a { diff --git a/app/src/main/java/c/a/q/m.java b/app/src/main/java/c/a/q/m.java index d56ac8c6db..1624f2e1c2 100644 --- a/app/src/main/java/c/a/q/m.java +++ b/app/src/main/java/c/a/q/m.java @@ -11,6 +11,6 @@ public final class m implements Runnable { @Override // java.lang.Runnable public final /* synthetic */ void run() { - c0.z.d.m.checkNotNullExpressionValue(this.i.mo17invoke(), "invoke(...)"); + d0.z.d.m.checkNotNullExpressionValue(this.i.mo1invoke(), "invoke(...)"); } } diff --git a/app/src/main/java/c/a/q/m0/a.java b/app/src/main/java/c/a/q/m0/a.java index 8d0576a952..7bb3ec01f0 100644 --- a/app/src/main/java/c/a/q/m0/a.java +++ b/app/src/main/java/c/a/q/m0/a.java @@ -1,14 +1,14 @@ package c.a.q.m0; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; +import d0.z.d.m; /* compiled from: Codec.kt */ public final class a { public final String a; public final int b; /* renamed from: c reason: collision with root package name */ - public final String f217c; + public final String f215c; public final int d; public final Integer e; @@ -17,7 +17,7 @@ public final class a { m.checkNotNullParameter(str2, "type"); this.a = str; this.b = i; - this.f217c = str2; + this.f215c = str2; this.d = i2; this.e = num; } @@ -30,14 +30,14 @@ public final class a { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f217c, aVar.f217c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f215c, aVar.f215c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - String str2 = this.f217c; + String str2 = this.f215c; int hashCode2 = (((hashCode + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d) * 31; Integer num = this.e; if (num != null) { @@ -52,7 +52,7 @@ public final class a { O.append(", priority="); O.append(this.b); O.append(", type="); - O.append(this.f217c); + O.append(this.f215c); O.append(", payloadType="); O.append(this.d); O.append(", rtxPayloadType="); diff --git a/app/src/main/java/c/a/q/m0/b.java b/app/src/main/java/c/a/q/m0/b.java index 7c36ef2213..7c36c0bfd1 100644 --- a/app/src/main/java/c/a/q/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -14,12 +14,12 @@ import android.os.Looper; import android.util.Log; import androidx.annotation.RequiresApi; import androidx.recyclerview.widget.RecyclerView; -import c0.z.d.m; import co.discord.media_engine.NativeCapturerObserver; import co.discord.media_engine.SoundshareAudioSource; import com.discord.rtcconnection.mediaengine.ThumbnailEmitter; import com.discord.utilities.display.DisplayUtils; import com.discord.utilities.logging.Logger; +import d0.z.d.m; import java.util.Objects; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicReference; @@ -44,19 +44,17 @@ public final class b extends ScreenCapturerAndroid { public int o; public int p; public Long q; + public final Rect r = new Rect(); - /* renamed from: r reason: collision with root package name */ - public final Rect f218r = new Rect(); - public final Rect s = new Rect(); + /* renamed from: s reason: collision with root package name */ + public final Rect f216s = new Rect(); public final Point t = new Point(); public int u; public Subscription v; - - /* renamed from: w reason: collision with root package name */ - public final Logger f219w; + public final Logger w; /* renamed from: x reason: collision with root package name */ - public final ThumbnailEmitter f220x; + public final ThumbnailEmitter f217x; /* compiled from: ScreenCapturer.kt */ public static final class a { @@ -122,8 +120,8 @@ public final class b extends ScreenCapturerAndroid { m.checkNotNullParameter(intent, "mediaProjectionPermissionResultData"); m.checkNotNullParameter(callback, "mediaProjectionCallback"); m.checkNotNullParameter(logger, "logger"); - this.f219w = logger; - this.f220x = thumbnailEmitter; + this.w = logger; + this.f217x = thumbnailEmitter; } public final synchronized void a(Rect rect, int i2) { @@ -180,15 +178,15 @@ public final class b extends ScreenCapturerAndroid { Handler handler = surfaceTextureHelper.getHandler(); m.checkNotNullExpressionValue(handler, "surfaceTextureHelper.handler"); Looper looper = handler.getLooper(); - AtomicReference atomicReference = i0.j.b.a.a; + AtomicReference atomicReference = j0.j.b.a.a; Objects.requireNonNull(looper, "looper == null"); - this.v = d02.X(new i0.j.b.b(looper)).W(new c(this), d.i); + this.v = d02.X(new j0.j.b.b(looper)).W(new c(this), d.i); } } @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public synchronized void changeCaptureFormat(int i2, int i3, int i4) { - a(this.f218r, Math.max(i2, i3)); + a(this.r, Math.max(i2, i3)); d(i4); } @@ -197,7 +195,7 @@ public final class b extends ScreenCapturerAndroid { try { super.createVirtualDisplay(); } catch (Throwable th) { - Logger.e$default(this.f219w, "ScreenCapturer", "error in createVirtualDisplay", th, null, 8, null); + Logger.e$default(this.w, "ScreenCapturer", "error in createVirtualDisplay", th, null, 8, null); } } @@ -214,11 +212,11 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public void dispose() { stopCapture(); - ThumbnailEmitter thumbnailEmitter = this.f220x; + ThumbnailEmitter thumbnailEmitter = this.f217x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2596c.release(); + thumbnailEmitter.f2182c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } @@ -240,18 +238,18 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoSink public void onFrame(VideoFrame videoFrame) { - Rect rect = this.s; + Rect rect = this.f216s; Context context = this.m; if (context == null) { m.throwUninitializedPropertyAccessException("context"); } rect.set(DisplayUtils.getScreenSize(context)); - if (!m.areEqual(this.s, this.f218r)) { - this.f218r.set(this.s); - a(this.s, this.u); + if (!m.areEqual(this.f216s, this.r)) { + this.r.set(this.f216s); + a(this.f216s, this.u); } this.q = Long.valueOf(videoFrame.getTimestampNs()); - ThumbnailEmitter thumbnailEmitter = this.f220x; + ThumbnailEmitter thumbnailEmitter = this.f217x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { m.checkNotNullParameter(videoFrame, "frame"); diff --git a/app/src/main/java/c/a/q/m0/c/a.java b/app/src/main/java/c/a/q/m0/c/a.java index 9d222b4c1c..c9f9f1a80e 100644 --- a/app/src/main/java/c/a/q/m0/c/a.java +++ b/app/src/main/java/c/a/q/m0/c/a.java @@ -1,8 +1,8 @@ package c.a.q.m0.c; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: MediaEngineConnectionLegacy.kt */ diff --git a/app/src/main/java/c/a/q/m0/c/b.java b/app/src/main/java/c/a/q/m0/c/b.java index 639178cb5e..8a75c21a53 100644 --- a/app/src/main/java/c/a/q/m0/c/b.java +++ b/app/src/main/java/c/a/q/m0/c/b.java @@ -1,9 +1,9 @@ package c.a.q.m0.c; -import c0.z.d.m; -import c0.z.d.o; import co.discord.media_engine.Connection; import co.discord.media_engine.StreamParameters; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: MediaEngineConnectionLegacy.kt */ @@ -31,7 +31,7 @@ public final class b implements Connection.OnVideoCallback { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { e eVar = this.this$0.a; long j = this.$userId; int i = this.$ssrc; diff --git a/app/src/main/java/c/a/q/m0/c/c.java b/app/src/main/java/c/a/q/m0/c/c.java index fcec2cd954..9bc14ad2a4 100644 --- a/app/src/main/java/c/a/q/m0/c/c.java +++ b/app/src/main/java/c/a/q/m0/c/c.java @@ -1,7 +1,7 @@ package c.a.q.m0.c; -import c0.z.d.o; import co.discord.media_engine.Connection; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: MediaEngineConnectionLegacy.kt */ @@ -25,7 +25,7 @@ public final class c implements Connection.UserSpeakingStatusChangedCallback { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { e eVar = this.this$0.a; long j = this.$userId; boolean z2 = this.$isUserSpeakingNow; diff --git a/app/src/main/java/c/a/q/m0/c/d.java b/app/src/main/java/c/a/q/m0/c/d.java index 9841621844..cfdb953b56 100644 --- a/app/src/main/java/c/a/q/m0/c/d.java +++ b/app/src/main/java/c/a/q/m0/c/d.java @@ -1,10 +1,10 @@ package c.a.q.m0.c; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; import com.hammerandchisel.libdiscord.Discord; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -30,7 +30,7 @@ public final class d implements Discord.ConnectToServerCallback { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { e eVar = this.this$0.a; Discord.ConnectionInfo connectionInfo = this.$connectionInfo; String str = this.$errorMessage; @@ -53,14 +53,14 @@ public final class d implements Discord.ConnectToServerCallback { eVar.i.clear(); eVar.i.add(aVar); eVar.i.addAll(eVar.o); - eVar.y(new k(0, eVar, transportInfo)); + eVar.y(new l(0, eVar, transportInfo)); return Unit.a; } } if (connectionInfo == null) { - eVar.y(new k(1, eVar, str)); + eVar.y(new l(1, eVar, str)); } else { - eVar.y(new k(2, eVar, str)); + eVar.y(new l(2, eVar, str)); } return Unit.a; } diff --git a/app/src/main/java/c/a/q/m0/c/e.java b/app/src/main/java/c/a/q/m0/c/e.java index 1a8e43a4da..ecd3310eca 100644 --- a/app/src/main/java/c/a/q/m0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -2,8 +2,6 @@ package c.a.q.m0.c; import android.content.Intent; import android.media.projection.MediaProjection; -import c0.t.g0; -import c0.t.h0; import co.discord.media_engine.AudioDecoder; import co.discord.media_engine.AudioEncoder; import co.discord.media_engine.Connection; @@ -18,6 +16,8 @@ import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.rtcconnection.mediaengine.ThumbnailEmitter; import com.discord.utilities.logging.Logger; import com.hammerandchisel.libdiscord.Discord; +import d0.t.g0; +import d0.t.h0; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedHashMap; @@ -36,7 +36,7 @@ public final class e implements MediaEngineConnection { public MediaEngineConnection.ConnectionState b; /* renamed from: c reason: collision with root package name */ - public boolean f221c; + public boolean f218c; public final Map d; public final Map e = new LinkedHashMap(); public final Set f = new LinkedHashSet(); @@ -53,7 +53,7 @@ public final class e implements MediaEngineConnection { public final long q; /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class a extends c0.z.d.o implements Function1 { + public static final class a extends d0.z.d.o implements Function1 { public final /* synthetic */ int $audioSsrc; public final /* synthetic */ boolean $isMuted; public final /* synthetic */ long $resolvedVideoSsrc; @@ -77,7 +77,7 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); long j = this.$userId; int i = this.$audioSsrc; int i2 = (int) this.$resolvedVideoSsrc; @@ -88,7 +88,7 @@ public final class e implements MediaEngineConnection { } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final /* synthetic */ class b extends c0.z.d.k implements Function1 { + public static final /* synthetic */ class b extends d0.z.d.k implements Function1 { public static final b i = new b(); public b() { @@ -100,14 +100,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "p1"); + d0.z.d.m.checkNotNullParameter(connection2, "p1"); connection2.dispose(); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class c extends c0.z.d.o implements Function1 { + public static final class c extends d0.z.d.o implements Function1 { public final /* synthetic */ e this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -121,7 +121,7 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onConnectionStateChange(this.this$0, MediaEngineConnection.ConnectionState.DISCONNECTED); dVar2.onDestroy(this.this$0); return Unit.a; @@ -129,7 +129,7 @@ public final class e implements MediaEngineConnection { } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class d extends c0.z.d.o implements Function1 { + public static final class d extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $disabled; public final /* synthetic */ long $userId; @@ -145,7 +145,7 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.disableVideo(this.$userId, this.$disabled); return Unit.a; } @@ -153,7 +153,7 @@ public final class e implements MediaEngineConnection { /* compiled from: MediaEngineConnectionLegacy.kt */ /* renamed from: c.a.q.m0.c.e$e reason: collision with other inner class name */ - public static final class C0038e extends c0.z.d.o implements Function1 { + public static final class C0038e extends d0.z.d.o implements Function1 { public final /* synthetic */ KrispOveruseDetector.Status $status; public final /* synthetic */ e this$0; @@ -169,14 +169,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onKrispStatus(this.this$0, this.$status); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class f extends c0.z.d.o implements Function1 { + public static final class f extends d0.z.d.o implements Function1 { public final /* synthetic */ Function1 $onStats; public final /* synthetic */ e this$0; @@ -192,14 +192,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.getStats(new f(this)); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class g extends c0.z.d.o implements Function1 { + public static final class g extends d0.z.d.o implements Function1 { public final /* synthetic */ MediaEngineConnection.FailedConnectionException $e; public final /* synthetic */ e this$0; @@ -215,14 +215,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onError(this.this$0, this.$e); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class h extends c0.z.d.o implements Function1 { + public static final class h extends d0.z.d.o implements Function1 { public final /* synthetic */ AudioDecoder $audioDecoder; public final /* synthetic */ AudioEncoder $audioEncoder; public final /* synthetic */ VideoDecoder $videoDecoder; @@ -242,14 +242,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setCodecs(this.$audioEncoder, this.$videoEncoder, new AudioDecoder[]{this.$audioDecoder}, new VideoDecoder[]{this.$videoDecoder}); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class i extends c0.z.d.o implements Function1 { + public static final class i extends d0.z.d.o implements Function1 { public final /* synthetic */ EncryptionSettings $encryptionSettings; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -263,14 +263,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setEncryptionSettings(this.$encryptionSettings); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class j extends c0.z.d.o implements Function1 { + public static final class j extends d0.z.d.o implements Function1 { public final /* synthetic */ MediaEngineConnection.InputMode $inputMode; public final /* synthetic */ MediaEngineConnection.c $inputModeOptions; @@ -286,9 +286,9 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.b); - connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2595c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2181c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -300,7 +300,7 @@ public final class e implements MediaEngineConnection { } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class k extends c0.z.d.o implements Function1 { + public static final class k extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $mute; public final /* synthetic */ long $userId; @@ -316,14 +316,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.muteUser(this.$userId, this.$mute); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class l extends c0.z.d.o implements Function1 { + public static final class l extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $mute; public final /* synthetic */ long $userId; @@ -339,14 +339,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onLocalMute(this.$userId, this.$mute); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class m extends c0.z.d.o implements Function1 { + public static final class m extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $offScreen; public final /* synthetic */ long $userId; @@ -362,14 +362,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onLocalVideoOffScreen(this.$userId, this.$offScreen); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class n extends c0.z.d.o implements Function1 { + public static final class n extends d0.z.d.o implements Function1 { public final /* synthetic */ long $userId; public final /* synthetic */ float $volume; @@ -385,14 +385,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setUserPlayoutVolume(this.$userId, this.$volume / 100.0f); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class o extends c0.z.d.o implements Function1 { + public static final class o extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $active; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -406,14 +406,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setPTTActive(this.$active); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class p extends c0.z.d.o implements Function1 { + public static final class p extends d0.z.d.o implements Function1 { public final /* synthetic */ int $frameRate; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -427,14 +427,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onTargetFrameRate(this.$frameRate); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class q extends c0.z.d.o implements Function1 { + public static final class q extends d0.z.d.o implements Function1 { public final /* synthetic */ MediaEngineConnection.b $quality; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -448,14 +448,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(MediaEngineConnection.d dVar) { MediaEngineConnection.d dVar2 = dVar; - c0.z.d.m.checkNotNullParameter(dVar2, "it"); + d0.z.d.m.checkNotNullParameter(dVar2, "it"); dVar2.onTargetBitrate(this.$quality.b); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class r extends c0.z.d.o implements Function1 { + public static final class r extends d0.z.d.o implements Function1 { public final /* synthetic */ int $frameRate; public final /* synthetic */ MediaEngineConnection.b $quality; @@ -471,15 +471,15 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); MediaEngineConnection.b bVar = this.$quality; - connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2594c, bVar.d, this.$frameRate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2180c, bVar.d, this.$frameRate); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class s extends c0.z.d.o implements Function1 { + public static final class s extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $selfDeaf; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -493,14 +493,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.deafenLocalUser(this.$selfDeaf); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class t extends c0.z.d.o implements Function1 { + public static final class t extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $selfMute; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -514,14 +514,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.muteLocalUser(this.$selfMute); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class u extends c0.z.d.o implements Function1 { + public static final class u extends d0.z.d.o implements Function1 { public final /* synthetic */ boolean $isVideoBroadcast; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -535,14 +535,14 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setVideoBroadcast(this.$isVideoBroadcast); return Unit.a; } } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class v extends c0.z.d.o implements Function1 { + public static final class v extends d0.z.d.o implements Function1 { public final /* synthetic */ c.a.q.m0.b $screenCapturer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -556,7 +556,7 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); c.a.q.m0.b bVar = this.$screenCapturer; connection2.startScreenshareBroadcast(bVar, bVar.n.getNativeInstance()); return Unit.a; @@ -571,7 +571,7 @@ public final class e implements MediaEngineConnection { } /* compiled from: MediaEngineConnectionLegacy.kt */ - public static final class x extends c0.z.d.o implements Function1 { + public static final class x extends d0.z.d.o implements Function1 { public static final x i = new x(); public x() { @@ -583,21 +583,21 @@ public final class e implements MediaEngineConnection { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Connection connection) { Connection connection2 = connection; - c0.z.d.m.checkNotNullParameter(connection2, "$receiver"); + d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.stopScreenshareBroadcast(); return Unit.a; } } public e(c.a.q.c cVar, Logger logger, u uVar, Discord discord, List list, MediaEngineConnection.Type type, long j2, MediaEngine.a aVar, List list2) { - c0.z.d.m.checkNotNullParameter(cVar, "mediaEngineThreadExecutor"); - c0.z.d.m.checkNotNullParameter(logger, "logger"); - c0.z.d.m.checkNotNullParameter(uVar, "noiseCancellationConfig"); - c0.z.d.m.checkNotNullParameter(discord, "voiceEngineLegacy"); - c0.z.d.m.checkNotNullParameter(list, "supportedVideoCodecs"); - c0.z.d.m.checkNotNullParameter(type, "type"); - c0.z.d.m.checkNotNullParameter(aVar, "connectionOptions"); - c0.z.d.m.checkNotNullParameter(list2, "listeners"); + d0.z.d.m.checkNotNullParameter(cVar, "mediaEngineThreadExecutor"); + d0.z.d.m.checkNotNullParameter(logger, "logger"); + d0.z.d.m.checkNotNullParameter(uVar, "noiseCancellationConfig"); + d0.z.d.m.checkNotNullParameter(discord, "voiceEngineLegacy"); + d0.z.d.m.checkNotNullParameter(list, "supportedVideoCodecs"); + d0.z.d.m.checkNotNullParameter(type, "type"); + d0.z.d.m.checkNotNullParameter(aVar, "connectionOptions"); + d0.z.d.m.checkNotNullParameter(list2, "listeners"); this.k = cVar; this.l = logger; this.m = uVar; @@ -607,14 +607,14 @@ public final class e implements MediaEngineConnection { this.q = j2; MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTING; this.b = connectionState; - this.d = h0.mutableMapOf(c0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); + this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); int i2 = aVar.a; String str = aVar.b; - int i3 = aVar.f2592c; + int i3 = aVar.f2178c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this)); - c0.z.d.m.checkNotNullExpressionValue(connectToServer, "voiceEngineLegacy.connec…fo, errorMessage) }\n }"); + d0.z.d.m.checkNotNullExpressionValue(connectToServer, "voiceEngineLegacy.connec…fo, errorMessage) }\n }"); connectToServer.setOnVideoCallback(new b(this)); connectToServer.setUserSpeakingStatusChangedCallback(new c(this)); this.j = connectToServer; @@ -630,7 +630,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public synchronized void a(Intent intent, ThumbnailEmitter thumbnailEmitter) { - c0.z.d.m.checkNotNullParameter(intent, "permission"); + d0.z.d.m.checkNotNullParameter(intent, "permission"); z(new v(new c.a.q.m0.b(intent, new w(), this.l, thumbnailEmitter))); } @@ -641,7 +641,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void c(boolean z2) { - this.f221c = z2; + this.f218c = z2; z(new t(z2)); } @@ -669,7 +669,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void f(KrispOveruseDetector.Status status) { - c0.z.d.m.checkNotNullParameter(status, "status"); + d0.z.d.m.checkNotNullParameter(status, "status"); y(new C0038e(this, status)); } @@ -700,8 +700,8 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void k(MediaEngineConnection.InputMode inputMode, MediaEngineConnection.c cVar) { - c0.z.d.m.checkNotNullParameter(inputMode, "inputMode"); - c0.z.d.m.checkNotNullParameter(cVar, "inputModeOptions"); + d0.z.d.m.checkNotNullParameter(inputMode, "inputMode"); + d0.z.d.m.checkNotNullParameter(cVar, "inputModeOptions"); u uVar = this.m; if (inputMode == MediaEngineConnection.InputMode.VOICE_ACTIVITY) { boolean z2 = cVar.d; @@ -712,15 +712,15 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void l(MediaEngineConnection.d dVar) { - c0.z.d.m.checkNotNullParameter(dVar, "listener"); + d0.z.d.m.checkNotNullParameter(dVar, "listener"); this.a.add(dVar); dVar.onConnectionStateChange(this, this.b); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void m(MediaEngineConnection.b bVar) { - c0.z.d.m.checkNotNullParameter(bVar, "quality"); - int i2 = this.f221c ? bVar.e : bVar.f; + d0.z.d.m.checkNotNullParameter(bVar, "quality"); + int i2 = this.f218c ? bVar.e : bVar.f; y(new p(i2)); y(new q(bVar)); z(new r(bVar, i2)); @@ -728,13 +728,13 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void n(Function1 function1) { - c0.z.d.m.checkNotNullParameter(function1, "onStats"); + d0.z.d.m.checkNotNullParameter(function1, "onStats"); z(new f(this, function1)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void o(MediaEngineConnection.d dVar) { - c0.z.d.m.checkNotNullParameter(dVar, "listener"); + d0.z.d.m.checkNotNullParameter(dVar, "listener"); this.a.remove(dVar); } @@ -752,8 +752,8 @@ public final class e implements MediaEngineConnection { public void r(String str, String str2) { Object obj; Object obj2; - c0.z.d.m.checkNotNullParameter(str, "audioCodec"); - c0.z.d.m.checkNotNullParameter(str2, "videoCodec"); + d0.z.d.m.checkNotNullParameter(str, "audioCodec"); + d0.z.d.m.checkNotNullParameter(str2, "videoCodec"); Iterator it = this.i.iterator(); while (true) { obj = null; @@ -762,7 +762,7 @@ public final class e implements MediaEngineConnection { break; } obj2 = it.next(); - if (c0.z.d.m.areEqual(((c.a.q.m0.a) obj2).a, str)) { + if (d0.z.d.m.areEqual(((c.a.q.m0.a) obj2).a, str)) { break; } } @@ -773,7 +773,7 @@ public final class e implements MediaEngineConnection { break; } Object next = it2.next(); - if (c0.z.d.m.areEqual(((c.a.q.m0.a) next).a, str2)) { + if (d0.z.d.m.areEqual(((c.a.q.m0.a) next).a, str2)) { obj = next; break; } @@ -787,8 +787,8 @@ public final class e implements MediaEngineConnection { if (num != null) { num.intValue(); AudioEncoder audioEncoder = new AudioEncoder(aVar.d, str, 48000, 960, 1, 64000); - AudioDecoder audioDecoder = new AudioDecoder(aVar.d, str, 48000, 2, g0.mapOf(c0.o.to("stereo", "1"))); - Map mapOf = h0.mapOf(c0.o.to("level-asymmetry-allowed", "1"), c0.o.to("packetization-mode", "1"), c0.o.to("profile-level-id", "42e01f")); + AudioDecoder audioDecoder = new AudioDecoder(aVar.d, str, 48000, 2, g0.mapOf(d0.o.to("stereo", "1"))); + Map mapOf = h0.mapOf(d0.o.to("level-asymmetry-allowed", "1"), d0.o.to("packetization-mode", "1"), d0.o.to("profile-level-id", "42e01f")); z(new h(audioEncoder, new VideoEncoder(str2, aVar2.d, aVar2.e.intValue(), mapOf), audioDecoder, new VideoDecoder(str2, aVar2.d, aVar2.e.intValue(), mapOf))); return; } @@ -832,8 +832,8 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void t(String str, int[] iArr) { - c0.z.d.m.checkNotNullParameter(str, "mode"); - c0.z.d.m.checkNotNullParameter(iArr, "secretKey"); + d0.z.d.m.checkNotNullParameter(str, "mode"); + d0.z.d.m.checkNotNullParameter(iArr, "secretKey"); z(new i(new EncryptionSettings(str, iArr))); } @@ -861,7 +861,7 @@ public final class e implements MediaEngineConnection { public final void y(Function1 function1) { for (MediaEngineConnection.d dVar : this.a) { try { - c0.z.d.m.checkNotNullExpressionValue(dVar, "it"); + d0.z.d.m.checkNotNullExpressionValue(dVar, "it"); function1.invoke(dVar); } catch (Exception e) { Logger.e$default(this.l, "MediaEngineConnectionLegacy", "Error in listener", e, null, 8, null); diff --git a/app/src/main/java/c/a/q/m0/c/f.java b/app/src/main/java/c/a/q/m0/c/f.java index b9a03ec229..e72ed33177 100644 --- a/app/src/main/java/c/a/q/m0/c/f.java +++ b/app/src/main/java/c/a/q/m0/c/f.java @@ -1,10 +1,10 @@ package c.a.q.m0.c; import c.a.q.m0.c.e; -import c0.z.d.m; import co.discord.media_engine.Connection; import co.discord.media_engine.Stats; import com.discord.utilities.logging.Logger; +import d0.z.d.m; /* compiled from: MediaEngineConnectionLegacy.kt */ public final class f implements Connection.GetStatsCallback { public final /* synthetic */ e.f a; diff --git a/app/src/main/java/c/a/q/m0/c/g.java b/app/src/main/java/c/a/q/m0/c/g.java index 4922d00449..3a62f41c46 100644 --- a/app/src/main/java/c/a/q/m0/c/g.java +++ b/app/src/main/java/c/a/q/m0/c/g.java @@ -1,8 +1,8 @@ package c.a.q.m0.c; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: MediaEngineConnectionLegacy.kt */ diff --git a/app/src/main/java/c/a/q/m0/c/h.java b/app/src/main/java/c/a/q/m0/c/h.java index 55da323a9d..852f345ae9 100644 --- a/app/src/main/java/c/a/q/m0/c/h.java +++ b/app/src/main/java/c/a/q/m0/c/h.java @@ -1,10 +1,10 @@ package c.a.q.m0.c; -import c0.g0.s; -import c0.z.d.m; -import c0.z.d.o; import co.discord.media_engine.StreamParameters; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; +import d0.g0.s; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/q/m0/c/i.java b/app/src/main/java/c/a/q/m0/c/i.java index 746e871fb1..67042e66da 100644 --- a/app/src/main/java/c/a/q/m0/c/i.java +++ b/app/src/main/java/c/a/q/m0/c/i.java @@ -1,6 +1,6 @@ package c.a.q.m0.c; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function0; /* compiled from: MediaEngineConnectionLegacy.kt */ public final class i implements Runnable { @@ -12,6 +12,6 @@ public final class i implements Runnable { @Override // java.lang.Runnable public final /* synthetic */ void run() { - m.checkNotNullExpressionValue(this.i.mo17invoke(), "invoke(...)"); + m.checkNotNullExpressionValue(this.i.mo1invoke(), "invoke(...)"); } } diff --git a/app/src/main/java/c/a/q/m0/c/j.java b/app/src/main/java/c/a/q/m0/c/j.java index 7fdbacf6d9..8b5dcc83bf 100644 --- a/app/src/main/java/c/a/q/m0/c/j.java +++ b/app/src/main/java/c/a/q/m0/c/j.java @@ -1,8 +1,8 @@ package c.a.q.m0.c; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.mediaengine.MediaEngine; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: MediaEngineLegacy.kt */ diff --git a/app/src/main/java/c/a/q/m0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java index ca944fbfa7..46e38b8306 100644 --- a/app/src/main/java/c/a/q/m0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -4,16 +4,16 @@ import android.content.Context; import android.os.Build; import androidx.annotation.AnyThread; import c.a.q.e0; -import c0.t.n0; -import c0.t.u; -import c0.z.d.m; -import c0.z.d.o; import co.discord.media_engine.RtcRegion; import co.discord.media_engine.VideoInputDeviceDescription; import com.discord.rtcconnection.mediaengine.MediaEngine; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; import com.hammerandchisel.libdiscord.Discord; +import d0.t.n0; +import d0.t.u; +import d0.z.d.m; +import d0.z.d.o; import java.util.ArrayList; import java.util.List; import java.util.Objects; @@ -34,7 +34,7 @@ public final class k implements MediaEngine { public static final Set b = n0.setOf((Object[]) new String[]{"Pixel 3a", "Redmi Note 8 Pro", "Redmi Note 8 pro"}); /* renamed from: c reason: collision with root package name */ - public final u f222c; + public final u f219c; public final List d; public boolean e; public Discord f; @@ -49,9 +49,7 @@ public final class k implements MediaEngine { public final c.a.q.k0.g o; public final MediaEngine.b p; public final Set q; - - /* renamed from: r reason: collision with root package name */ - public final Set f223r; + public final Set r; /* compiled from: MediaEngineLegacy.kt */ public static final class a extends o implements Function0 { @@ -66,7 +64,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { k kVar = this.this$0; j jVar = j.i; Set set = k.a; @@ -113,7 +111,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { k kVar = this.this$0.a; l lVar = l.i; Set set = k.a; @@ -137,7 +135,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { k.m(this.this$0.a, this.$connection); return Unit.a; } @@ -159,7 +157,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { k.m(this.this$0.a, this.$connection); return Unit.a; } @@ -180,7 +178,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { k.m(this.this$0.a, this.$connection); return Unit.a; } @@ -261,12 +259,12 @@ public final class k implements MediaEngine { } /* compiled from: MediaEngineLegacy.kt */ - public static final class f implements i0.k.b, Unit> { + public static final class f implements j0.k.b, Unit> { public static final f i = new f(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Unit call(List list) { return Unit.a; } @@ -314,7 +312,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { this.this$0.a.d = this.$enabled; k kVar = this.this$0.b; boolean z2 = this.$requestEnabled; @@ -354,7 +352,7 @@ public final class k implements MediaEngine { } /* compiled from: MediaEngineLegacy.kt */ - public static final /* synthetic */ class j extends c0.z.d.k implements Function1 { + public static final /* synthetic */ class j extends d0.z.d.k implements Function1 { public static final j i = new j(); public j() { @@ -388,7 +386,7 @@ public final class k implements MediaEngine { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { boolean z2; StringBuilder O = c.d.b.a.a.O("updateVoiceConfig: "); O.append(this.$voiceConfig); @@ -418,14 +416,14 @@ public final class k implements MediaEngine { discord2.setEchoCancellation(z2, false, new m(kVar2)); } k kVar3 = this.this$0; - boolean z4 = voiceConfig.f2591c; + boolean z4 = voiceConfig.f2177c; Discord discord3 = kVar3.f; if (discord3 != null) { discord3.setNoiseSuppression(z4); } k kVar4 = this.this$0; boolean z5 = voiceConfig.d; - kVar4.f222c.a = z5; + kVar4.f219c.a = z5; Discord discord4 = kVar4.f; if (discord4 != null) { discord4.setNoiseCancellation(z5); @@ -466,8 +464,8 @@ public final class k implements MediaEngine { this.o = gVar; this.p = bVar; this.q = set4; - this.f223r = set3; - this.f222c = new u(); + this.r = set3; + this.f219c = new u(); this.d = new ArrayList(); this.e = true; this.h = MediaEngine.OpenSLUsageMode.ALLOW_LIST; @@ -486,15 +484,15 @@ public final class k implements MediaEngine { @Override // com.discord.rtcconnection.mediaengine.MediaEngine public Observable a() { if (this.g != null) { - i0.l.e.j jVar = new i0.l.e.j(Unit.a); + j0.l.e.j jVar = new j0.l.e.j(Unit.a); m.checkNotNullExpressionValue(jVar, "Observable.just(Unit)"); return jVar; } p(); if (this.f == null) { - Observable w2 = Observable.w(new IllegalStateException("Failed to initialize native media engine")); - m.checkNotNullExpressionValue(w2, "Observable.error(Illegal…ze native media engine\"))"); - return w2; + Observable w = Observable.w(new IllegalStateException("Failed to initialize native media engine")); + m.checkNotNullExpressionValue(w, "Observable.error(Illegal…ze native media engine\"))"); + return w; } Observable n = Observable.n(new q(this), Emitter.BackpressureMode.NONE); m.checkNotNullExpressionValue(n, "Observable.create({ emit…er.BackpressureMode.NONE)"); @@ -561,12 +559,12 @@ public final class k implements MediaEngine { c cVar = new c(this); c.a.q.c cVar2 = this.l; Logger logger2 = this.n; - u uVar = this.f222c; + u uVar = this.f219c; List list = this.g; if (list == null) { m.throwUninitializedPropertyAccessException("supportedVideoCodecs"); } - e eVar = new e(cVar2, logger2, uVar, discord, list, type, j2, aVar, c0.t.m.listOf(cVar)); + e eVar = new e(cVar2, logger2, uVar, discord, list, type, j2, aVar, d0.t.m.listOf(cVar)); this.d.add(eVar); n(new b(eVar)); return eVar; @@ -658,7 +656,7 @@ public final class k implements MediaEngine { if (ordinal == 0) { if (this.h == MediaEngine.OpenSLUsageMode.ALLOW_LIST) { z2 = this.q.contains(Build.MODEL); - } else if (!this.f223r.contains(Build.MODEL)) { + } else if (!this.r.contains(Build.MODEL)) { z2 = true; } Logger logger2 = this.n; diff --git a/app/src/main/java/c/a/q/m0/c/l.java b/app/src/main/java/c/a/q/m0/c/l.java index 35fab162d0..c821b2bc09 100644 --- a/app/src/main/java/c/a/q/m0/c/l.java +++ b/app/src/main/java/c/a/q/m0/c/l.java @@ -1,8 +1,8 @@ package c.a.q.m0.c; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.mediaengine.MediaEngine; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: MediaEngineLegacy.kt */ diff --git a/app/src/main/java/c/a/q/m0/c/m.java b/app/src/main/java/c/a/q/m0/c/m.java index f02589b647..8cd026a39d 100644 --- a/app/src/main/java/c/a/q/m0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -1,9 +1,9 @@ package c.a.q.m0.c; import c.c.a.a0.d; -import c0.z.d.o; import com.discord.rtcconnection.mediaengine.MediaEngine; import com.hammerandchisel.libdiscord.Discord; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: MediaEngineLegacy.kt */ @@ -33,12 +33,12 @@ public final class m implements Discord.AecConfigCallback { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { k kVar = this.this$0.a; MediaEngine.EchoCancellationInfo echoCancellationInfo = kVar.i; kVar.i = null; if (echoCancellationInfo != null) { - MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2590c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); + MediaEngine.EchoCancellationInfo echoCancellationInfo2 = new MediaEngine.EchoCancellationInfo(echoCancellationInfo.a, echoCancellationInfo.b, echoCancellationInfo.f2176c, echoCancellationInfo.d, this.$requestEnable, this.$enabled, this.$requestMobileMode, this.$previouslyEnabled, this.$previouslyMobileMode); d.e1("MediaEngineLegacy", "onEchoCancellationUpdated: " + echoCancellationInfo2); this.this$0.a.p.onEchoCancellationUpdated(echoCancellationInfo2); } diff --git a/app/src/main/java/c/a/q/m0/c/n.java b/app/src/main/java/c/a/q/m0/c/n.java index a09d2efe61..b9bb64b8ac 100644 --- a/app/src/main/java/c/a/q/m0/c/n.java +++ b/app/src/main/java/c/a/q/m0/c/n.java @@ -1,7 +1,7 @@ package c.a.q.m0.c; -import c0.u.a; -import c0.z.d.m; +import d0.u.a; +import d0.z.d.m; import java.util.Comparator; /* compiled from: Comparisons.kt */ public final class n implements Comparator { diff --git a/app/src/main/java/c/a/q/m0/c/o.java b/app/src/main/java/c/a/q/m0/c/o.java index 801c17dee9..3d24c019a7 100644 --- a/app/src/main/java/c/a/q/m0/c/o.java +++ b/app/src/main/java/c/a/q/m0/c/o.java @@ -1,8 +1,8 @@ package c.a.q.m0.c; -import c0.z.d.m; import com.discord.rtcconnection.mediaengine.MediaEngine; import com.hammerandchisel.libdiscord.Discord; +import d0.z.d.m; import rx.Emitter; /* compiled from: MediaEngineLegacy.kt */ public final class o implements Discord.GetAudioSubsystemCallback { diff --git a/app/src/main/java/c/a/q/m0/c/p.java b/app/src/main/java/c/a/q/m0/c/p.java index 624e42140b..96ffe4b56f 100644 --- a/app/src/main/java/c/a/q/m0/c/p.java +++ b/app/src/main/java/c/a/q/m0/c/p.java @@ -1,11 +1,11 @@ package c.a.q.m0.c; import c.a.q.m0.a; -import c0.t.n; -import c0.t.o; -import c0.t.u; -import c0.z.d.m; import com.hammerandchisel.libdiscord.Discord; +import d0.t.n; +import d0.t.o; +import d0.t.u; +import d0.z.d.m; import java.util.ArrayList; import java.util.List; import java.util.Locale; diff --git a/app/src/main/java/c/a/q/m0/c/r.java b/app/src/main/java/c/a/q/m0/c/r.java index b2e3ca1334..51418f5830 100644 --- a/app/src/main/java/c/a/q/m0/c/r.java +++ b/app/src/main/java/c/a/q/m0/c/r.java @@ -1,8 +1,8 @@ package c.a.q.m0.c; import androidx.annotation.NonNull; -import c0.z.d.m; import com.hammerandchisel.libdiscord.Discord; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: MediaEngineLegacy.kt */ public final class r implements Discord.GetRankedRtcRegionsCallback { diff --git a/app/src/main/java/c/a/q/m0/c/s.java b/app/src/main/java/c/a/q/m0/c/s.java index 3717dcccff..46acccfd21 100644 --- a/app/src/main/java/c/a/q/m0/c/s.java +++ b/app/src/main/java/c/a/q/m0/c/s.java @@ -1,9 +1,9 @@ package c.a.q.m0.c; import androidx.annotation.NonNull; -import c0.z.d.m; import co.discord.media_engine.VideoInputDeviceDescription; import com.hammerandchisel.libdiscord.Discord; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: MediaEngineLegacy.kt */ public final class s implements Discord.GetVideoInputDevicesCallback { diff --git a/app/src/main/java/c/a/q/m0/c/t.java b/app/src/main/java/c/a/q/m0/c/t.java index 55ae6c75a0..0b1a266428 100644 --- a/app/src/main/java/c/a/q/m0/c/t.java +++ b/app/src/main/java/c/a/q/m0/c/t.java @@ -1,6 +1,6 @@ package c.a.q.m0.c; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function0; /* compiled from: MediaEngineLegacy.kt */ public final class t implements Runnable { @@ -12,6 +12,6 @@ public final class t implements Runnable { @Override // java.lang.Runnable public final /* synthetic */ void run() { - m.checkNotNullExpressionValue(this.i.mo17invoke(), "invoke(...)"); + m.checkNotNullExpressionValue(this.i.mo1invoke(), "invoke(...)"); } } diff --git a/app/src/main/java/c/a/q/n.java b/app/src/main/java/c/a/q/n.java index 64d7241e27..24365ace0d 100644 --- a/app/src/main/java/c/a/q/n.java +++ b/app/src/main/java/c/a/q/n.java @@ -1,20 +1,20 @@ package c.a.q; -import z.a.a.a; +import a0.a.a.a; /* compiled from: MediaSinkWantsLadder.kt */ public final class n { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ - public final double f224c; + public final double f220c; public final int d; public final int e; public n(int i, int i2, double d, int i3, int i4) { this.a = i; this.b = i2; - this.f224c = d; + this.f220c = d; this.d = i3; this.e = i4; } @@ -27,11 +27,11 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f224c, nVar.f224c) == 0 && this.d == nVar.d && this.e == nVar.e; + return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f220c, nVar.f220c) == 0 && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((a.a(this.f224c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; + return ((((a.a(this.f220c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; } public String toString() { @@ -40,7 +40,7 @@ public final class n { O.append(", height="); O.append(this.b); O.append(", budgetPortion="); - O.append(this.f224c); + O.append(this.f220c); O.append(", mutedFramerate="); O.append(this.d); O.append(", framerate="); diff --git a/app/src/main/java/c/a/q/n0/a.java b/app/src/main/java/c/a/q/n0/a.java index 152788510e..cac18feac1 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -2,8 +2,6 @@ package c.a.q.n0; import androidx.annotation.AnyThread; import androidx.core.app.NotificationCompat; -import c0.z.d.m; -import c0.z.d.o; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.rtcconnection.socket.io.Opcodes; import com.discord.rtcconnection.socket.io.Payloads; @@ -16,8 +14,10 @@ import com.discord.utilities.time.Clock; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.reflect.TypeToken; -import e0.e0.k.h; -import e0.x; +import d0.z.d.m; +import d0.z.d.o; +import f0.e0.k.h; +import f0.x; import java.lang.reflect.Type; import java.util.List; import java.util.Map; @@ -55,25 +55,23 @@ public final class a extends WebSocketListener implements DebugPrintable { public final Backoff o; public final CopyOnWriteArraySet p; public int q; + public WebSocket r; - /* renamed from: r reason: collision with root package name */ - public WebSocket f225r; - public String s; + /* renamed from: s reason: collision with root package name */ + public String f221s; public String t; public Long u; public boolean v; - - /* renamed from: w reason: collision with root package name */ - public b f226w; + public b w; /* renamed from: x reason: collision with root package name */ - public Long f227x; + public Long f222x; /* renamed from: y reason: collision with root package name */ - public TimerTask f228y; + public TimerTask f223y; /* renamed from: z reason: collision with root package name */ - public Long f229z; + public Long f224z; /* compiled from: RtcControlSocket.kt */ /* renamed from: c.a.q.n0.a$a reason: collision with other inner class name */ @@ -181,7 +179,7 @@ public final class a extends WebSocketListener implements DebugPrintable { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { a.a(this.this$0.i, true, null, "The connection timed out. Did not receive OP_HELLO in time."); return Unit.a; } @@ -216,8 +214,8 @@ public final class a extends WebSocketListener implements DebugPrintable { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { - if (!(!m.areEqual(this.$webSocket, this.this$0.f225r))) { + public Unit mo1invoke() { + if (!(!m.areEqual(this.$webSocket, this.this$0.r))) { a.a(this.this$0, true, Integer.valueOf(this.$code), this.$reason); } return Unit.a; @@ -241,8 +239,8 @@ public final class a extends WebSocketListener implements DebugPrintable { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { - if (!(!m.areEqual(this.$webSocket, this.this$0.f225r))) { + public Unit mo1invoke() { + if (!(!m.areEqual(this.$webSocket, this.this$0.r))) { a aVar = this.this$0; StringBuilder O = c.d.b.a.a.O("An error with the websocket occurred: "); O.append(this.$t.getMessage()); @@ -269,9 +267,9 @@ public final class a extends WebSocketListener implements DebugPrintable { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { boolean z2 = true; - if (!(!m.areEqual(this.$webSocket, this.this$0.f225r))) { + if (!(!m.areEqual(this.$webSocket, this.this$0.r))) { switch (this.$message.getOpcode()) { case 2: a aVar = this.this$0; @@ -280,7 +278,7 @@ public final class a extends WebSocketListener implements DebugPrintable { Payloads.Ready ready = (Payloads.Ready) c2; aVar.o.succeed(); long currentTimeMillis = aVar.H.currentTimeMillis(); - Long l = aVar.f229z; + Long l = aVar.f224z; long longValue = currentTimeMillis - (l != null ? l.longValue() : 0); aVar.i("[READY] took " + longValue + " ms"); aVar.G.a(); @@ -335,7 +333,7 @@ public final class a extends WebSocketListener implements DebugPrintable { long currentTimeMillis2 = aVar5.H.currentTimeMillis(); long j = currentTimeMillis2 - longValue2; aVar5.h("got heartbeat ack after " + j + " ms"); - aVar5.f227x = Long.valueOf(currentTimeMillis2); + aVar5.f222x = Long.valueOf(currentTimeMillis2); aVar5.v = true; aVar5.G.a(); for (d dVar4 : aVar5.p) { @@ -357,14 +355,14 @@ public final class a extends WebSocketListener implements DebugPrintable { Object c6 = aVar7.m.c(this.$message.getData(), Payloads.Hello.class); m.checkNotNullExpressionValue(c6, "gson.fromJson(message.da…yloads.Hello::class.java)"); Payloads.Hello hello = (Payloads.Hello) c6; - TimerTask timerTask = aVar7.f228y; + TimerTask timerTask = aVar7.f223y; if (timerTask != null) { timerTask.cancel(); } aVar7.i("[HELLO] raw: " + hello); aVar7.u = Long.valueOf(hello.getHeartbeatIntervalMs()); aVar7.q = hello.getServerVersion(); - aVar7.f226w.cancel(); + aVar7.w.cancel(); aVar7.v = true; aVar7.k(); break; @@ -446,9 +444,9 @@ public final class a extends WebSocketListener implements DebugPrintable { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { boolean z2 = true; - if (!(!m.areEqual(this.$webSocket, this.this$0.f225r))) { + if (!(!m.areEqual(this.$webSocket, this.this$0.r))) { a aVar = this.this$0; c cVar = aVar.A; if (cVar == c.CONNECTING) { @@ -459,9 +457,9 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else if (cVar == c.RECONNECTING) { String str = aVar.t; - String str2 = aVar.s; + String str2 = aVar.f221s; String str3 = aVar.D; - Long l = aVar.f227x; + Long l = aVar.f222x; if (l != null && aVar.H.currentTimeMillis() - l.longValue() > 60000) { z2 = false; } @@ -485,7 +483,7 @@ public final class a extends WebSocketListener implements DebugPrintable { a aVar2 = this.this$0; aVar2.A = c.CONNECTED; long currentTimeMillis = aVar2.H.currentTimeMillis(); - Long l2 = this.this$0.f229z; + Long l2 = this.this$0.f224z; long longValue = currentTimeMillis - (l2 != null ? l2.longValue() : 0); a aVar3 = this.this$0; StringBuilder O2 = c.d.b.a.a.O("[CONNECTED] to "); @@ -544,7 +542,7 @@ public final class a extends WebSocketListener implements DebugPrintable { this.o = new Backoff(1000, 5000, 3, false, new Backoff.TimerScheduler(sb, cVar), 8, null); this.p = new CopyOnWriteArraySet<>(); this.q = 3; - this.f226w = new b(this); + this.w = new b(this); this.A = c.DISCONNECTED; } @@ -564,23 +562,23 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void b(Function1 function1) { this.o.cancel(); - this.f226w.cancel(); - TimerTask timerTask = this.f228y; + this.w.cancel(); + TimerTask timerTask = this.f223y; if (timerTask != null) { timerTask.cancel(); } - WebSocket webSocket = this.f225r; + WebSocket webSocket = this.r; if (!(webSocket == null || function1 == null)) { function1.invoke(webSocket); } - this.f225r = null; + this.r = null; } public final void c() { this.G.a(); i("[CLOSE]"); b(e.i); - this.s = null; + this.f221s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -610,11 +608,11 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // com.discord.utilities.debug.DebugPrintable public void debugPrint(DebugPrintBuilder debugPrintBuilder) { m.checkNotNullParameter(debugPrintBuilder, "dp"); - debugPrintBuilder.appendKeyValue("serverId", this.s); + debugPrintBuilder.appendKeyValue("serverId", this.f221s); debugPrintBuilder.appendKeyValue("sessionId", this.t); debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u); - debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f227x); - debugPrintBuilder.appendKeyValue("connectionStartTime", this.f229z); + debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f222x); + debugPrintBuilder.appendKeyValue("connectionStartTime", this.f224z); debugPrintBuilder.appendKeyValue("connectionState", this.A); debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B)); } @@ -623,38 +621,38 @@ public final class a extends WebSocketListener implements DebugPrintable { StringBuilder O = c.d.b.a.a.O("[CONNECT] "); O.append(this.C); i(O.toString()); - if (this.f225r != null) { + if (this.r != null) { this.F.e(this.l, "Connect called with already existing websocket", null, null); b(f.i); return; } - this.f229z = Long.valueOf(this.H.currentTimeMillis()); - TimerTask timerTask = this.f228y; + this.f224z = Long.valueOf(this.H.currentTimeMillis()); + TimerTask timerTask = this.f223y; if (timerTask != null) { timerTask.cancel(); } g gVar = new g(this); - this.f228y = gVar; + this.f223y = gVar; this.n.schedule(gVar, 20000); x.a aVar = new x.a(); aVar.a(1, TimeUnit.MINUTES); SSLSocketFactory sSLSocketFactory = this.E; if (sSLSocketFactory != null) { - h.a aVar2 = e0.e0.k.h.f2993c; - aVar.b(sSLSocketFactory, e0.e0.k.h.a.n()); + h.a aVar2 = f0.e0.k.h.f2830c; + aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } String G = c.d.b.a.a.G(new StringBuilder(), this.C, "?v=5"); i("attempting WSS connection with " + G); x xVar = new x(aVar); Request.a aVar3 = new Request.a(); aVar3.f(G); - this.f225r = xVar.g(aVar3.a(), this); + this.r = xVar.g(aVar3.a(), this); } public final void f(boolean z2, Integer num, String str) { j("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')'); b(null); - this.s = null; + this.f221s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -668,15 +666,15 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void g(long j2, String str, boolean z2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON); this.G.a(); - if (this.f225r != null) { + if (this.r != null) { i("Performing an immediate heartbeat on existing socket: " + str); - this.f226w.cancel(); + this.w.cancel(); b bVar = new b(this); - this.f226w = bVar; + this.w = bVar; this.n.schedule(bVar, j2); } else if (!z2) { i("Immediate heartbeat requested, but is disconnected and a reset was not requested: " + str); - } else if (this.o.isPending() && this.f225r == null) { + } else if (this.o.isPending() && this.r == null) { i("Connection backoff reset Immediate heartbeat when socket was disconnected."); this.o.succeed(); l(false, 4802, "Reset backoff."); @@ -702,7 +700,7 @@ public final class a extends WebSocketListener implements DebugPrintable { Long l2 = this.u; if (l2 != null) { b bVar = new b(this); - this.f226w = bVar; + this.w = bVar; this.n.schedule(bVar, l2.longValue()); return; } @@ -733,7 +731,7 @@ public final class a extends WebSocketListener implements DebugPrintable { } public final void n(int i2, Object obj) { - WebSocket webSocket = this.f225r; + WebSocket webSocket = this.r; if (webSocket == null) { StringBuilder O = c.d.b.a.a.O("opcode() websocket null. opcode: "); O.append(Opcodes.INSTANCE.getNameOf(i2)); @@ -762,7 +760,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public void onClosing(WebSocket webSocket, int i2, String str) { m.checkNotNullParameter(webSocket, "webSocket"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON); - ((e0.e0.n.d) webSocket).e(i2, str); + ((f0.e0.n.d) webSocket).e(i2, str); } @Override // okhttp3.WebSocketListener diff --git a/app/src/main/java/c/a/q/n0/b.java b/app/src/main/java/c/a/q/n0/b.java index a8f3136f7a..35a7503d9f 100644 --- a/app/src/main/java/c/a/q/n0/b.java +++ b/app/src/main/java/c/a/q/n0/b.java @@ -1,6 +1,6 @@ package c.a.q.n0; -import c0.z.d.o; +import d0.z.d.o; import java.util.TimerTask; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -21,7 +21,7 @@ public final class b extends TimerTask { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { a aVar = this.this$0.i; int i = a.i; aVar.k(); diff --git a/app/src/main/java/c/a/q/n0/c.java b/app/src/main/java/c/a/q/n0/c.java index 4fa048ef8a..da6519da1b 100644 --- a/app/src/main/java/c/a/q/n0/c.java +++ b/app/src/main/java/c/a/q/n0/c.java @@ -1,6 +1,6 @@ package c.a.q.n0; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcControlSocket.kt */ @@ -22,7 +22,7 @@ public final class c extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { a aVar = this.this$0; boolean z2 = this.$wasFatal; Integer num = this.$code; diff --git a/app/src/main/java/c/a/q/n0/d.java b/app/src/main/java/c/a/q/n0/d.java index 8a4409aff8..9c7bbb9def 100644 --- a/app/src/main/java/c/a/q/n0/d.java +++ b/app/src/main/java/c/a/q/n0/d.java @@ -1,7 +1,7 @@ package c.a.q.n0; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import okhttp3.WebSocket; diff --git a/app/src/main/java/c/a/q/n0/e.java b/app/src/main/java/c/a/q/n0/e.java index d6e88087e1..aee6bbf096 100644 --- a/app/src/main/java/c/a/q/n0/e.java +++ b/app/src/main/java/c/a/q/n0/e.java @@ -1,6 +1,6 @@ package c.a.q.n0; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcControlSocket.kt */ @@ -16,7 +16,7 @@ public final class e extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { a aVar = this.this$0; int i = a.i; aVar.l(true, 4800, "Heartbeat timeout."); diff --git a/app/src/main/java/c/a/q/n0/f.java b/app/src/main/java/c/a/q/n0/f.java index 9bfab52800..1f39e5edd1 100644 --- a/app/src/main/java/c/a/q/n0/f.java +++ b/app/src/main/java/c/a/q/n0/f.java @@ -1,6 +1,6 @@ package c.a.q.n0; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function0; /* compiled from: RtcControlSocket.kt */ public final class f implements Runnable { @@ -12,6 +12,6 @@ public final class f implements Runnable { @Override // java.lang.Runnable public final /* synthetic */ void run() { - m.checkNotNullExpressionValue(this.i.mo17invoke(), "invoke(...)"); + m.checkNotNullExpressionValue(this.i.mo1invoke(), "invoke(...)"); } } diff --git a/app/src/main/java/c/a/q/o.java b/app/src/main/java/c/a/q/o.java index bf223345c8..9fe09caee5 100644 --- a/app/src/main/java/c/a/q/o.java +++ b/app/src/main/java/c/a/q/o.java @@ -1,12 +1,12 @@ package c.a.q; import c.a.q.n0.a; -import c0.z.d.m; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ -public final class o extends c0.z.d.o implements Function0 { +public final class o extends d0.z.d.o implements Function0 { public final /* synthetic */ Boolean $isConnected; public final /* synthetic */ p this$0; @@ -20,7 +20,7 @@ public final class o extends c0.z.d.o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { RtcConnection rtcConnection = this.this$0.i; Boolean bool = this.$isConnected; m.checkNotNullExpressionValue(bool, "isConnected"); diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java index b2d1d5203a..018e0dd7bc 100644 --- a/app/src/main/java/c/a/q/o0/a.java +++ b/app/src/main/java/c/a/q/o0/a.java @@ -1,8 +1,6 @@ package c.a.q.o0; import c.a.q.o0.e; -import c0.z.d.k; -import c0.z.d.m; import co.discord.media_engine.InboundRtpVideo; import co.discord.media_engine.OutboundRtpAudio; import co.discord.media_engine.OutboundRtpVideo; @@ -12,7 +10,9 @@ import co.discord.media_engine.Transport; import com.discord.rtcconnection.KrispOveruseDetector; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; -import e0.e0.c; +import d0.z.d.k; +import d0.z.d.m; +import f0.e0.c; import java.util.Map; import java.util.Objects; import kotlin.Pair; @@ -98,13 +98,13 @@ public final /* synthetic */ class a extends k implements Function1 if (booleanValue) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); } else if (longValue == 0) { - int i = krispOveruseDetector.f2568c + 1; - krispOveruseDetector.f2568c = i; + int i = krispOveruseDetector.f2156c + 1; + krispOveruseDetector.f2156c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2568c = 0; + krispOveruseDetector.f2156c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/q/o0/d.java b/app/src/main/java/c/a/q/o0/d.java index ff55164951..3b3712b0dc 100644 --- a/app/src/main/java/c/a/q/o0/d.java +++ b/app/src/main/java/c/a/q/o0/d.java @@ -1,11 +1,11 @@ package c.a.q.o0; -import c0.z.d.m; import co.discord.media_engine.Stats; import co.discord.media_engine.VoiceQuality; import com.discord.rtcconnection.KrispOveruseDetector; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; +import d0.z.d.m; import java.util.Deque; import java.util.LinkedList; import rx.Subscription; @@ -15,7 +15,7 @@ public final class d { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final long f230c; + public final long f225c; public final Logger d; public final MediaEngineConnection e; public final VoiceQuality f; @@ -30,7 +30,7 @@ public final class d { m.checkNotNullParameter(voiceQuality, "voiceQuality"); m.checkNotNullParameter(eVar, "videoQuality"); m.checkNotNullParameter(krispOveruseDetector, "krispOveruseDetector"); - this.f230c = j; + this.f225c = j; this.d = logger; this.e = mediaEngineConnection; this.f = voiceQuality; diff --git a/app/src/main/java/c/a/q/o0/e.java b/app/src/main/java/c/a/q/o0/e.java index c2e3022b19..f36376f367 100644 --- a/app/src/main/java/c/a/q/o0/e.java +++ b/app/src/main/java/c/a/q/o0/e.java @@ -1,11 +1,6 @@ package c.a.q.o0; import androidx.annotation.AnyThread; -import c0.t.h0; -import c0.t.n; -import c0.t.r; -import c0.z.d.m; -import c0.z.d.o; import co.discord.media_engine.InboundRtpVideo; import com.discord.utilities.collections.Histogram; import com.discord.utilities.collections.ListenerCollection; @@ -14,6 +9,11 @@ import com.discord.utilities.logging.Logger; import com.discord.utilities.system.DeviceResourceUsageMonitor; import com.discord.utilities.time.Clock; import com.discord.utilities.time.TimeSpan; +import d0.t.h0; +import d0.t.n; +import d0.t.r; +import d0.z.d.m; +import d0.z.d.o; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedHashMap; @@ -30,7 +30,7 @@ public final class e { public static final List b = n.listOf((Object[]) new Integer[]{0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60}); /* renamed from: c reason: collision with root package name */ - public static final List f231c = n.listOf((Object[]) new Integer[]{720, 480, 360}); + public static final List f226c = n.listOf((Object[]) new Integer[]{720, 480, 360}); public static final b d = new b(null); public final ListenerCollectionSubject e; public final ListenerCollection f; @@ -52,7 +52,7 @@ public final class e { public long b; /* renamed from: c reason: collision with root package name */ - public long f232c; + public long f227c; public long d; public long e; public long f; @@ -72,7 +72,7 @@ public final class e { public a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8, long j9, long j10, long j11, long j12, long j13, long j14) { this.a = j; this.b = j2; - this.f232c = j3; + this.f227c = j3; this.d = j4; this.e = j5; this.f = j6; @@ -99,23 +99,23 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f232c == aVar.f232c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h && this.i == aVar.i && this.j == aVar.j && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && this.n == aVar.n; + return this.a == aVar.a && this.b == aVar.b && this.f227c == aVar.f227c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h && this.i == aVar.i && this.j == aVar.j && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && this.n == aVar.n; } public int hashCode() { - int a = z.a.a.b.a(this.b); - int a2 = z.a.a.b.a(this.f232c); - int a3 = z.a.a.b.a(this.d); - int a4 = z.a.a.b.a(this.e); - int a5 = z.a.a.b.a(this.f); - int a6 = z.a.a.b.a(this.g); - int a7 = z.a.a.b.a(this.h); - int a8 = z.a.a.b.a(this.i); - int a9 = z.a.a.b.a(this.j); - int a10 = z.a.a.b.a(this.k); - int a11 = z.a.a.b.a(this.l); - int a12 = z.a.a.b.a(this.m); - return z.a.a.b.a(this.n) + ((a12 + ((a11 + ((a10 + ((a9 + ((a8 + ((a7 + ((a6 + ((a5 + ((a4 + ((a3 + ((a2 + ((a + (z.a.a.b.a(this.a) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31); + int a = a0.a.a.b.a(this.b); + int a2 = a0.a.a.b.a(this.f227c); + int a3 = a0.a.a.b.a(this.d); + int a4 = a0.a.a.b.a(this.e); + int a5 = a0.a.a.b.a(this.f); + int a6 = a0.a.a.b.a(this.g); + int a7 = a0.a.a.b.a(this.h); + int a8 = a0.a.a.b.a(this.i); + int a9 = a0.a.a.b.a(this.j); + int a10 = a0.a.a.b.a(this.k); + int a11 = a0.a.a.b.a(this.l); + int a12 = a0.a.a.b.a(this.m); + return a0.a.a.b.a(this.n) + ((a12 + ((a11 + ((a10 + ((a9 + ((a8 + ((a7 + ((a6 + ((a5 + ((a4 + ((a3 + ((a2 + ((a + (a0.a.a.b.a(this.a) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31); } public String toString() { @@ -124,7 +124,7 @@ public final class e { O.append(", framesNetwork="); O.append(this.b); O.append(", packets="); - O.append(this.f232c); + O.append(this.f227c); O.append(", packetsLost="); O.append(this.d); O.append(", framesDropped="); @@ -157,7 +157,7 @@ public final class e { public static final long a(b bVar, Float f) { if (f != null) { - return c0.a0.a.roundToLong(f.floatValue()); + return d0.a0.a.roundToLong(f.floatValue()); } return 0; } @@ -211,7 +211,7 @@ public final class e { public final Histogram b = new Histogram(5, 0, 2, null); /* renamed from: c reason: collision with root package name */ - public final Histogram f233c = new Histogram(25600, 0, 2, null); + public final Histogram f228c = new Histogram(25600, 0, 2, null); public Long d; public a e = new a(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16383); public long f; @@ -227,7 +227,7 @@ public final class e { for (Number number2 : e.b) { this.h.put(Integer.valueOf(number2.intValue()), Float.valueOf(0.0f)); } - for (Number number3 : e.f231c) { + for (Number number3 : e.f226c) { this.j.put(Integer.valueOf(number3.intValue()), Float.valueOf(0.0f)); } } @@ -248,7 +248,7 @@ public final class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final a f234c; + public final a f229c; public g() { this(0, 0, new a(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16383)); @@ -258,7 +258,7 @@ public final class e { m.checkNotNullParameter(aVar, "aggregatedProperties"); this.a = j; this.b = j2; - this.f234c = aVar; + this.f229c = aVar; } public boolean equals(Object obj) { @@ -269,12 +269,12 @@ public final class e { return false; } g gVar = (g) obj; - return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f234c, gVar.f234c); + return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f229c, gVar.f229c); } public int hashCode() { - int a = (z.a.a.b.a(this.b) + (z.a.a.b.a(this.a) * 31)) * 31; - a aVar = this.f234c; + int a = (a0.a.a.b.a(this.b) + (a0.a.a.b.a(this.a) * 31)) * 31; + a aVar = this.f229c; return a + (aVar != null ? aVar.hashCode() : 0); } @@ -284,7 +284,7 @@ public final class e { O.append(", timestamp="); O.append(this.b); O.append(", aggregatedProperties="); - O.append(this.f234c); + O.append(this.f229c); O.append(")"); return O.toString(); } @@ -312,10 +312,10 @@ public final class e { for (Map.Entry entry : eVar.m.entrySet()) { C0043e value = entry.getValue(); value.b.addSample((long) resourceUsage2.getCpuUsagePercent()); - value.f233c.addSample(resourceUsage2.getMemoryRssBytes()); + value.f228c.addSample(resourceUsage2.getMemoryRssBytes()); } eVar.l.b.addSample((long) resourceUsage2.getCpuUsagePercent()); - eVar.l.f233c.addSample(resourceUsage2.getMemoryRssBytes()); + eVar.l.f228c.addSample(resourceUsage2.getMemoryRssBytes()); } return Unit.a; } @@ -349,11 +349,11 @@ public final class e { f fVar = f.i; eVar.f = (gVar2.b - gVar3.b) + eVar.f; a aVar = eVar.e; - a aVar2 = gVar2.f234c; - a aVar3 = gVar3.f234c; + a aVar2 = gVar2.f229c; + a aVar3 = gVar3.f229c; aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; aVar.b = fVar.a(aVar2.b, aVar3.b) + aVar.b; - aVar.f232c = fVar.a(aVar2.f232c, aVar3.f232c) + aVar.f232c; + aVar.f227c = fVar.a(aVar2.f227c, aVar3.f227c) + aVar.f227c; aVar.d = fVar.a(aVar2.d, aVar3.d) + aVar.d; aVar.e = fVar.a(aVar2.e, aVar3.e) + aVar.e; aVar.f = fVar.a(aVar2.f, aVar3.f) + aVar.f; @@ -365,7 +365,7 @@ public final class e { aVar.l = fVar.a(aVar2.l, aVar3.l) + aVar.l; aVar.m = fVar.a(aVar2.m, aVar3.m) + aVar.m; aVar.n = fVar.a(aVar2.n, aVar3.n) + aVar.n; - a aVar4 = gVar2.f234c; + a aVar4 = gVar2.f229c; long j = aVar4.f; long j2 = aVar4.a; long j3 = gVar2.b; @@ -375,11 +375,11 @@ public final class e { if (eVar.a.size() >= 6) { List list3 = eVar.a; g gVar4 = list3.get(list3.size() - 3); - a aVar5 = gVar4.f234c; + a aVar5 = gVar4.f229c; long j5 = aVar5.f; long j6 = aVar5.a; long j7 = gVar4.b; - Iterator it = f231c.iterator(); + Iterator it = f226c.iterator(); while (true) { float f3 = 0.0f; if (!it.hasNext()) { @@ -434,16 +434,16 @@ public final class e { long j2 = fVar.m; Float valueOf = Float.valueOf(((float) fVar.l) * f2); long j3 = 0; - fVar.m = j2 + (valueOf != null ? c0.a0.a.roundToLong(valueOf.floatValue()) : 0); + fVar.m = j2 + (valueOf != null ? d0.a0.a.roundToLong(valueOf.floatValue()) : 0); f fVar2 = this.l; long j4 = fVar2.n; Float valueOf2 = Float.valueOf((((float) i) / 8.0f) * f2); - fVar2.n = j4 + (valueOf2 != null ? c0.a0.a.roundToLong(valueOf2.floatValue()) : 0); + fVar2.n = j4 + (valueOf2 != null ? d0.a0.a.roundToLong(valueOf2.floatValue()) : 0); f fVar3 = this.l; long j5 = fVar3.o; Float valueOf3 = Float.valueOf((((float) fVar3.k) / 8.0f) * f2); if (valueOf3 != null) { - j3 = c0.a0.a.roundToLong(valueOf3.floatValue()); + j3 = d0.a0.a.roundToLong(valueOf3.floatValue()); } fVar3.o = j5 + j3; } @@ -468,7 +468,7 @@ public final class e { fVar = this.l; f2 = ((float) fVar.f) / 1000.0f; i = (f2 > ((float) 0) ? 1 : (f2 == ((float) 0) ? 0 : -1)); - return h0.plus(e(this.l), h0.mapOf(c0.o.to("target_bitrate_max", Long.valueOf((i <= 0 || (valueOf3 = Float.valueOf(((float) (fVar.o * ((long) 8))) / f2)) == null) ? 0 : c0.a0.a.roundToLong(valueOf3.floatValue()))), c0.o.to("target_bitrate_network", Long.valueOf((i <= 0 || (valueOf2 = Float.valueOf(((float) (this.l.n * ((long) 8))) / f2)) == null) ? 0 : c0.a0.a.roundToLong(valueOf2.floatValue()))), c0.o.to("target_fps", Long.valueOf((i <= 0 || (valueOf = Float.valueOf(((float) this.l.m) / f2)) == null) ? 0 : c0.a0.a.roundToLong(valueOf.floatValue()))), c0.o.to("duration_encoder_nvidia_cuda", 0L), c0.o.to("duration_encoder_nvidia_direct3d", 0L), c0.o.to("duration_encoder_openh264", 0L), c0.o.to("duration_encoder_videotoolbox", 0L), c0.o.to("duration_encoder_amd_direct3d", 0L), c0.o.to("duration_encoder_intel", 0L), c0.o.to("duration_encoder_intel_direct3d", 0L), c0.o.to("duration_encoder_unknown", 0L))); + return h0.plus(e(this.l), h0.mapOf(d0.o.to("target_bitrate_max", Long.valueOf((i <= 0 || (valueOf3 = Float.valueOf(((float) (fVar.o * ((long) 8))) / f2)) == null) ? 0 : d0.a0.a.roundToLong(valueOf3.floatValue()))), d0.o.to("target_bitrate_network", Long.valueOf((i <= 0 || (valueOf2 = Float.valueOf(((float) (this.l.n * ((long) 8))) / f2)) == null) ? 0 : d0.a0.a.roundToLong(valueOf2.floatValue()))), d0.o.to("target_fps", Long.valueOf((i <= 0 || (valueOf = Float.valueOf(((float) this.l.m) / f2)) == null) ? 0 : d0.a0.a.roundToLong(valueOf.floatValue()))), d0.o.to("duration_encoder_nvidia_cuda", 0L), d0.o.to("duration_encoder_nvidia_direct3d", 0L), d0.o.to("duration_encoder_openh264", 0L), d0.o.to("duration_encoder_videotoolbox", 0L), d0.o.to("duration_encoder_amd_direct3d", 0L), d0.o.to("duration_encoder_intel", 0L), d0.o.to("duration_encoder_intel_direct3d", 0L), d0.o.to("duration_encoder_unknown", 0L))); } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x04e4: APUT @@ -477,7 +477,7 @@ public final class e { (wrap: kotlin.Pair : 0x04df: INVOKE (r1v3 kotlin.Pair) = ("time_to_first_frame_ms") (wrap: java.lang.Long : 0x04d8: INVOKE (r1v2 java.lang.Long) = (r4v22 long) type: STATIC call: java.lang.Long.valueOf(long):java.lang.Long) - type: STATIC call: c0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) + type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ public final Map e(C0043e eVar) { Float valueOf; @@ -486,33 +486,33 @@ public final class e { float longValue = ((float) (l != null ? l.longValue() - this.g : currentTimeMillis - this.g)) / 1000.0f; float f2 = ((float) eVar.f) / 1000.0f; int i = (f2 > ((float) 0) ? 1 : (f2 == ((float) 0) ? 0 : -1)); - long roundToLong = (i <= 0 || (valueOf = Float.valueOf(eVar.i / f2)) == null) ? 0 : c0.a0.a.roundToLong(valueOf.floatValue()); + long roundToLong = (i <= 0 || (valueOf = Float.valueOf(eVar.i / f2)) == null) ? 0 : d0.a0.a.roundToLong(valueOf.floatValue()); Histogram.Report report = eVar.b.getReport(); - Histogram.Report report2 = eVar.f233c.getReport(); + Histogram.Report report2 = eVar.f228c.getReport(); b bVar = d; long j = (long) 1024; - Map mapOf = h0.mapOf(c0.o.to("duration", Double.valueOf(Math.floor((double) longValue))), c.d.b.a.a.X(bVar, eVar.g.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.X(bVar, eVar.g.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.X(bVar, eVar.g.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.X(bVar, eVar.g.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.X(bVar, eVar.g.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.X(bVar, eVar.g.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.X(bVar, eVar.g.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.X(bVar, eVar.g.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.X(bVar, eVar.g.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.X(bVar, eVar.g.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.X(bVar, eVar.g.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.X(bVar, eVar.h.get(60), "duration_fps_under_60"), c.d.b.a.a.X(bVar, eVar.h.get(55), "duration_fps_under_55"), c.d.b.a.a.X(bVar, eVar.h.get(50), "duration_fps_under_50"), c.d.b.a.a.X(bVar, eVar.h.get(45), "duration_fps_under_45"), c.d.b.a.a.X(bVar, eVar.h.get(40), "duration_fps_under_40"), c.d.b.a.a.X(bVar, eVar.h.get(35), "duration_fps_under_35"), c.d.b.a.a.X(bVar, eVar.h.get(30), "duration_fps_under_30"), c.d.b.a.a.X(bVar, eVar.h.get(25), "duration_fps_under_25"), c.d.b.a.a.X(bVar, eVar.h.get(20), "duration_fps_under_20"), c.d.b.a.a.X(bVar, eVar.h.get(15), "duration_fps_under_15"), c.d.b.a.a.X(bVar, eVar.h.get(10), "duration_fps_under_10"), c.d.b.a.a.X(bVar, eVar.h.get(5), "duration_fps_under_5"), c.d.b.a.a.X(bVar, eVar.h.get(0), "duration_fps_at_0"), c0.o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.X(bVar, eVar.j.get(720), "duration_resolution_under_720"), c.d.b.a.a.X(bVar, eVar.j.get(480), "duration_resolution_under_480"), c.d.b.a.a.X(bVar, eVar.j.get(360), "duration_resolution_under_360"), c0.o.to("num_pauses", 0), c0.o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), c0.o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f)))), c0.o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.k.c(currentTimeMillis)) / 1000.0f)))), c0.o.to("client_performance_cpu_percentile25", Long.valueOf(report.getPercentile25())), c0.o.to("client_performance_cpu_percentile50", Long.valueOf(report.getPercentile50())), c0.o.to("client_performance_cpu_percentile75", Long.valueOf(report.getPercentile75())), c0.o.to("client_performance_cpu_percentile90", Long.valueOf(report.getPercentile90())), c0.o.to("client_performance_cpu_percentile95", Long.valueOf(report.getPercentile95())), c0.o.to("client_performance_memory_percentile25", Long.valueOf(report2.getPercentile25() / j)), c0.o.to("client_performance_memory_percentile50", Long.valueOf(report2.getPercentile50() / j)), c0.o.to("client_performance_memory_percentile75", Long.valueOf(report2.getPercentile75() / j)), c0.o.to("client_performance_memory_percentile90", Long.valueOf(report2.getPercentile90() / j)), c0.o.to("client_performance_memory_percentile95", Long.valueOf(report2.getPercentile95() / j)), c0.o.to("client_performance_memory_min", Long.valueOf(report2.getMin() / j)), c0.o.to("client_performance_memory_max", Long.valueOf(report2.getMax() / j))); + Map mapOf = h0.mapOf(d0.o.to("duration", Double.valueOf(Math.floor((double) longValue))), c.d.b.a.a.X(bVar, eVar.g.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.X(bVar, eVar.g.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.X(bVar, eVar.g.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.X(bVar, eVar.g.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.X(bVar, eVar.g.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.X(bVar, eVar.g.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.X(bVar, eVar.g.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.X(bVar, eVar.g.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.X(bVar, eVar.g.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.X(bVar, eVar.g.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.X(bVar, eVar.g.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.X(bVar, eVar.h.get(60), "duration_fps_under_60"), c.d.b.a.a.X(bVar, eVar.h.get(55), "duration_fps_under_55"), c.d.b.a.a.X(bVar, eVar.h.get(50), "duration_fps_under_50"), c.d.b.a.a.X(bVar, eVar.h.get(45), "duration_fps_under_45"), c.d.b.a.a.X(bVar, eVar.h.get(40), "duration_fps_under_40"), c.d.b.a.a.X(bVar, eVar.h.get(35), "duration_fps_under_35"), c.d.b.a.a.X(bVar, eVar.h.get(30), "duration_fps_under_30"), c.d.b.a.a.X(bVar, eVar.h.get(25), "duration_fps_under_25"), c.d.b.a.a.X(bVar, eVar.h.get(20), "duration_fps_under_20"), c.d.b.a.a.X(bVar, eVar.h.get(15), "duration_fps_under_15"), c.d.b.a.a.X(bVar, eVar.h.get(10), "duration_fps_under_10"), c.d.b.a.a.X(bVar, eVar.h.get(5), "duration_fps_under_5"), c.d.b.a.a.X(bVar, eVar.h.get(0), "duration_fps_at_0"), d0.o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.X(bVar, eVar.j.get(720), "duration_resolution_under_720"), c.d.b.a.a.X(bVar, eVar.j.get(480), "duration_resolution_under_480"), c.d.b.a.a.X(bVar, eVar.j.get(360), "duration_resolution_under_360"), d0.o.to("num_pauses", 0), d0.o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.k.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("client_performance_cpu_percentile25", Long.valueOf(report.getPercentile25())), d0.o.to("client_performance_cpu_percentile50", Long.valueOf(report.getPercentile50())), d0.o.to("client_performance_cpu_percentile75", Long.valueOf(report.getPercentile75())), d0.o.to("client_performance_cpu_percentile90", Long.valueOf(report.getPercentile90())), d0.o.to("client_performance_cpu_percentile95", Long.valueOf(report.getPercentile95())), d0.o.to("client_performance_memory_percentile25", Long.valueOf(report2.getPercentile25() / j)), d0.o.to("client_performance_memory_percentile50", Long.valueOf(report2.getPercentile50() / j)), d0.o.to("client_performance_memory_percentile75", Long.valueOf(report2.getPercentile75() / j)), d0.o.to("client_performance_memory_percentile90", Long.valueOf(report2.getPercentile90() / j)), d0.o.to("client_performance_memory_percentile95", Long.valueOf(report2.getPercentile95() / j)), d0.o.to("client_performance_memory_min", Long.valueOf(report2.getMin() / j)), d0.o.to("client_performance_memory_max", Long.valueOf(report2.getMax() / j))); a aVar = eVar.e; long a2 = i > 0 ? b.a(bVar, Float.valueOf(((float) (aVar.f * ((long) 8))) / f2)) : 0; long a3 = i > 0 ? b.a(bVar, Float.valueOf(((float) aVar.a) / f2)) : 0; Pair[] pairArr = new Pair[16]; - pairArr[0] = c0.o.to("avg_bitrate", Long.valueOf(a2)); - pairArr[1] = c0.o.to("avg_fps", Long.valueOf(a3)); - pairArr[2] = c0.o.to("num_bytes", Long.valueOf(aVar.f)); - pairArr[3] = c0.o.to("num_packets_lost", Long.valueOf(aVar.d)); - pairArr[4] = c0.o.to("num_packets", Long.valueOf(aVar.f232c)); - pairArr[5] = c0.o.to("num_frames", Long.valueOf(aVar.b)); + pairArr[0] = d0.o.to("avg_bitrate", Long.valueOf(a2)); + pairArr[1] = d0.o.to("avg_fps", Long.valueOf(a3)); + pairArr[2] = d0.o.to("num_bytes", Long.valueOf(aVar.f)); + pairArr[3] = d0.o.to("num_packets_lost", Long.valueOf(aVar.d)); + pairArr[4] = d0.o.to("num_packets", Long.valueOf(aVar.f227c)); + pairArr[5] = d0.o.to("num_frames", Long.valueOf(aVar.b)); Long l2 = eVar.d; - pairArr[6] = c0.o.to("time_to_first_frame_ms", Long.valueOf(l2 != null ? l2.longValue() : 0)); - pairArr[7] = c0.o.to("num_frames_dropped", Long.valueOf(aVar.e)); - pairArr[8] = c0.o.to("num_nacks", Long.valueOf(aVar.g)); - pairArr[9] = c0.o.to("num_plis", Long.valueOf(aVar.h)); - pairArr[10] = c0.o.to("qp_sum", Long.valueOf(aVar.i)); - pairArr[11] = c0.o.to("receiver_freeze_count", Long.valueOf(aVar.j)); - pairArr[12] = c0.o.to("receiver_pause_count", Long.valueOf(aVar.k)); - pairArr[13] = c0.o.to("receiver_total_freezes_duration", Long.valueOf(aVar.l)); - pairArr[14] = c0.o.to("receiver_total_pauses_duration", Long.valueOf(aVar.m)); - pairArr[15] = c0.o.to("receiver_total_frames_duration", Long.valueOf(aVar.n)); + pairArr[6] = d0.o.to("time_to_first_frame_ms", Long.valueOf(l2 != null ? l2.longValue() : 0)); + pairArr[7] = d0.o.to("num_frames_dropped", Long.valueOf(aVar.e)); + pairArr[8] = d0.o.to("num_nacks", Long.valueOf(aVar.g)); + pairArr[9] = d0.o.to("num_plis", Long.valueOf(aVar.h)); + pairArr[10] = d0.o.to("qp_sum", Long.valueOf(aVar.i)); + pairArr[11] = d0.o.to("receiver_freeze_count", Long.valueOf(aVar.j)); + pairArr[12] = d0.o.to("receiver_pause_count", Long.valueOf(aVar.k)); + pairArr[13] = d0.o.to("receiver_total_freezes_duration", Long.valueOf(aVar.l)); + pairArr[14] = d0.o.to("receiver_total_pauses_duration", Long.valueOf(aVar.m)); + pairArr[15] = d0.o.to("receiver_total_frames_duration", Long.valueOf(aVar.n)); return h0.plus(mapOf, h0.mapOf(pairArr)); } diff --git a/app/src/main/java/c/a/q/o0/f.java b/app/src/main/java/c/a/q/o0/f.java index fd0791526a..2ae8e64eeb 100644 --- a/app/src/main/java/c/a/q/o0/f.java +++ b/app/src/main/java/c/a/q/o0/f.java @@ -1,6 +1,6 @@ package c.a.q.o0; -import c0.z.d.o; +import d0.z.d.o; import kotlin.jvm.functions.Function2; /* compiled from: VideoQuality.kt */ public final class f extends o implements Function2 { diff --git a/app/src/main/java/c/a/q/p.java b/app/src/main/java/c/a/q/p.java index fc5456d337..98a423c8f9 100644 --- a/app/src/main/java/c/a/q/p.java +++ b/app/src/main/java/c/a/q/p.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.m; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.m; import rx.functions.Action1; /* compiled from: RtcConnection.kt */ public final class p implements Action1 { diff --git a/app/src/main/java/c/a/q/r.java b/app/src/main/java/c/a/q/r.java index 39bde2acb8..3de7225548 100644 --- a/app/src/main/java/c/a/q/r.java +++ b/app/src/main/java/c/a/q/r.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.m; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.m; /* compiled from: RtcConnection.kt */ public final class r extends RtcConnection.b { public final /* synthetic */ RtcConnection i; @@ -13,6 +13,6 @@ public final class r extends RtcConnection.b { @Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c public void onStateChange(RtcConnection.StateChange stateChange) { m.checkNotNullParameter(stateChange, "stateChange"); - this.i.s.onNext(stateChange); + this.i.f2162s.onNext(stateChange); } } diff --git a/app/src/main/java/c/a/q/s.java b/app/src/main/java/c/a/q/s.java index c6f7ba6804..99a43f1336 100644 --- a/app/src/main/java/c/a/q/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -1,11 +1,11 @@ package c.a.q; import c.a.q.n0.a; -import c0.g0.t; -import c0.t.g0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.RtcConnection; +import d0.g0.t; +import d0.t.g0; +import d0.z.d.m; +import d0.z.d.o; import java.net.URI; import javax.net.ssl.SSLSocketFactory; import kotlin.Unit; @@ -23,7 +23,7 @@ public final class s extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { w wVar = this.this$0.i; RtcConnection rtcConnection = wVar.this$0; String str = wVar.$endpoint; @@ -53,10 +53,10 @@ public final class s extends o implements Function0 { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(v); - rtcConnection.f2576x = uri.getHost(); - rtcConnection.f2577y = Integer.valueOf(uri.getPort()); + rtcConnection.f2163x = uri.getHost(); + rtcConnection.f2164y = Integer.valueOf(uri.getPort()); } catch (Exception e) { - rtcConnection.U.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(c0.o.to("endpoint", replace$default))); + rtcConnection.U.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default))); } a aVar3 = new a(replace$default2, str2, sSLSocketFactory, rtcConnection.U, rtcConnection.T.c(), rtcConnection.V, rtcConnection.k); h0 h0Var = rtcConnection.L; diff --git a/app/src/main/java/c/a/q/u.java b/app/src/main/java/c/a/q/u.java index 3347ed4e67..069d67937c 100644 --- a/app/src/main/java/c/a/q/u.java +++ b/app/src/main/java/c/a/q/u.java @@ -1,8 +1,8 @@ package c.a.q; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -21,7 +21,7 @@ public final class u extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { RtcConnection rtcConnection = this.this$0.i.this$0; Throwable th = this.$throwable; m.checkNotNullExpressionValue(th, "throwable"); diff --git a/app/src/main/java/c/a/q/w.java b/app/src/main/java/c/a/q/w.java index 88954208dd..9b6f9e106e 100644 --- a/app/src/main/java/c/a/q/w.java +++ b/app/src/main/java/c/a/q/w.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.o; import java.util.concurrent.TimeUnit; import javax.net.ssl.SSLSocketFactory; import kotlin.Unit; @@ -25,7 +25,7 @@ public final class w extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { RtcConnection rtcConnection = this.this$0; rtcConnection.B = Long.valueOf(rtcConnection.V.currentTimeMillis()); RtcConnection rtcConnection2 = this.this$0; diff --git a/app/src/main/java/c/a/q/y.java b/app/src/main/java/c/a/q/y.java index 0f9e549ec8..d92b9c0c2f 100644 --- a/app/src/main/java/c/a/q/y.java +++ b/app/src/main/java/c/a/q/y.java @@ -1,7 +1,7 @@ package c.a.q; -import c0.z.d.o; import com.discord.rtcconnection.RtcConnection; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcConnection.kt */ @@ -19,7 +19,7 @@ public final class y extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { RtcConnection.j(this.this$0, false, "Unable to prepare media engine.", this.$throwable, false, 8); return Unit.a; } diff --git a/app/src/main/java/c/a/q/z.java b/app/src/main/java/c/a/q/z.java index 5c90c2c2d1..278dd86bb5 100644 --- a/app/src/main/java/c/a/q/z.java +++ b/app/src/main/java/c/a/q/z.java @@ -1,8 +1,8 @@ package c.a.q; -import c0.o; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.RtcConnection; +import d0.o; import java.util.Map; import kotlin.Pair; import rx.functions.Func2; diff --git a/app/src/main/java/c/a/r/a.java b/app/src/main/java/c/a/r/a.java index 01c7454706..dd4dda1b1f 100644 --- a/app/src/main/java/c/a/r/a.java +++ b/app/src/main/java/c/a/r/a.java @@ -3,14 +3,14 @@ package c.a.r; import android.net.Uri; import androidx.browser.trusted.sharing.ShareTarget; import androidx.core.os.EnvironmentCompat; -import c0.g0.w; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; import com.discord.samsung.SamsungConnect$SamsungCallbackException; -import e0.x; +import d0.g0.w; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; +import f0.x; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; @@ -31,7 +31,7 @@ public final class a extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new a(this.$url, this.$okHttpClient, continuation); @@ -48,7 +48,7 @@ public final class a extends k implements Function2 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new b(this.$state, this.$samsungAuthCode, this.$url, this.$okHttpClient, continuation); @@ -59,7 +59,7 @@ public final class b extends k implements Function2 implements ActivityResultCallback { diff --git a/app/src/main/java/c/a/s/a.java b/app/src/main/java/c/a/s/a.java index 59c3143baf..668b4b5b63 100644 --- a/app/src/main/java/c/a/s/a.java +++ b/app/src/main/java/c/a/s/a.java @@ -5,7 +5,7 @@ import android.app.Application; import android.os.Bundle; import android.provider.MediaStore; import androidx.appcompat.widget.ActivityChooserModel; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: ScreenshotDetector.kt */ public final class a implements Application.ActivityLifecycleCallbacks { public boolean i; diff --git a/app/src/main/java/c/a/s/b.java b/app/src/main/java/c/a/s/b.java index 46580eaeef..0eaa2452e8 100644 --- a/app/src/main/java/c/a/s/b.java +++ b/app/src/main/java/c/a/s/b.java @@ -7,14 +7,14 @@ import android.net.Uri; import android.os.Build; import android.provider.MediaStore; import androidx.core.app.NotificationCompat; -import c0.g0.t; -import c0.g0.w; -import c0.t.j; -import c0.z.d.m; import com.discord.utilities.logging.Logger; import com.discord.utilities.time.Clock; import com.discord.utilities.time.ClockFactory; import com.discord.widgets.chat.input.MentionUtilsKt; +import d0.g0.t; +import d0.g0.w; +import d0.t.j; +import d0.z.d.m; import java.util.Locale; import java.util.Objects; import kotlin.Unit; @@ -26,7 +26,7 @@ public final class b extends ContentObserver { public String b; /* renamed from: c reason: collision with root package name */ - public final Logger f235c; + public final Logger f230c; public final ContentResolver d; public final Clock e; public final Function2 f; @@ -44,7 +44,7 @@ public final class b extends ContentObserver { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f236c; + public final String f231c; public final String d; public final Uri e; public final long f; @@ -54,7 +54,7 @@ public final class b extends ContentObserver { m.checkNotNullParameter(str2, "relativePath"); m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); this.b = j; - this.f236c = str; + this.f231c = str; this.d = str2; this.e = uri; this.f = j2; @@ -69,12 +69,12 @@ public final class b extends ContentObserver { return false; } C0044b bVar = (C0044b) obj; - return this.b == bVar.b && m.areEqual(this.f236c, bVar.f236c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; + return this.b == bVar.b && m.areEqual(this.f231c, bVar.f231c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; } public int hashCode() { - int a = z.a.a.b.a(this.b) * 31; - String str = this.f236c; + int a = a0.a.a.b.a(this.b) * 31; + String str = this.f231c; int i = 0; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.d; @@ -83,14 +83,14 @@ public final class b extends ContentObserver { if (uri != null) { i = uri.hashCode(); } - return z.a.a.b.a(this.f) + ((hashCode2 + i) * 31); + return a0.a.a.b.a(this.f) + ((hashCode2 + i) * 31); } public String toString() { StringBuilder O = c.d.b.a.a.O("ScreenshotData(id="); O.append(this.b); O.append(", fileName="); - O.append(this.f236c); + O.append(this.f231c); O.append(", relativePath="); O.append(this.d); O.append(", uri="); @@ -108,7 +108,7 @@ public final class b extends ContentObserver { m.checkNotNullParameter(contentResolver, "contentResolver"); m.checkNotNullParameter(clock2, "clock"); m.checkNotNullParameter(function2, "onScreenshot"); - this.f235c = logger; + this.f230c = logger; this.d = contentResolver; this.e = clock2; this.f = function2; @@ -118,7 +118,7 @@ public final class b extends ContentObserver { r0 = move-exception; */ /* JADX WARNING: Code restructure failed: missing block: B:26:0x00b8, code lost: - c0.y.b.closeFinally(r2, r0); + d0.y.b.closeFinally(r2, r0); */ /* JADX WARNING: Code restructure failed: missing block: B:27:0x00bc, code lost: throw r0; @@ -146,7 +146,7 @@ public final class b extends ContentObserver { m.checkNotNullExpressionValue(string2, "cursor.getString(cursor.…ages.Media.DISPLAY_NAME))"); m.checkNotNullExpressionValue(str, "relativePath"); bVar = new C0044b(j, string2, str, uri, query.getLong(query.getColumnIndex("date_added"))); - c0.y.b.closeFinally(query, null); + d0.y.b.closeFinally(query, null); if (bVar != null) { String str2 = this.b; if (str2 == null || !t.equals$default(str2, bVar.a, false, 2, null)) { @@ -159,7 +159,7 @@ public final class b extends ContentObserver { if (w.contains$default((CharSequence) lowerCase, (CharSequence) "screenshots/", false, 2, (Object) null)) { if (Math.abs((this.e.currentTimeMillis() / ((long) 1000)) - bVar.f) <= 10) { this.b = bVar.a; - this.f.invoke(bVar.e, bVar.f236c); + this.f.invoke(bVar.e, bVar.f231c); return; } return; @@ -170,13 +170,13 @@ public final class b extends ContentObserver { } return; } - c0.y.b.closeFinally(query, null); + d0.y.b.closeFinally(query, null); bVar = null; if (bVar != null) { } } } - c0.y.b.closeFinally(query, null); + d0.y.b.closeFinally(query, null); bVar = null; if (bVar != null) { } @@ -194,7 +194,7 @@ public final class b extends ContentObserver { try { a(uri); } catch (Exception e) { - Logger.e$default(this.f235c, "Error processing screenshot", e, null, 4, null); + Logger.e$default(this.f230c, "Error processing screenshot", e, null, 4, null); } } } diff --git a/app/src/main/java/c/a/t/a/a.java b/app/src/main/java/c/a/t/a/a.java index 702ca3950c..8f46bd3978 100644 --- a/app/src/main/java/c/a/t/a/a.java +++ b/app/src/main/java/c/a/t/a/a.java @@ -1,13 +1,13 @@ package c.a.t.a; -import c0.g0.w; -import c0.z.d.m; import com.discord.simpleast.code.CodeNode; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.g0.w; +import d0.z.d.m; import java.util.List; import java.util.Map; import java.util.Objects; @@ -20,18 +20,18 @@ public final class a extends Rule, S> { public final /* synthetic */ StyleNode.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function3 f237c; + public final /* synthetic */ Function3 f232c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(e eVar, Map map, StyleNode.a aVar, Function3 function3, Pattern pattern) { super(pattern); this.a = map; this.b = aVar; - this.f237c = function3; + this.f232c = function3; } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { CodeNode.a aVar; m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); @@ -50,14 +50,14 @@ public final class a extends Rule, S> { list = (List) this.a.get(group); } if (list != null) { - List parse = parser.parse(group2, s, list); + List parse = parser.parse(group2, s2, list); Objects.requireNonNull(parse, "null cannot be cast to non-null type kotlin.collections.List>"); - aVar = new CodeNode.a.C0291a(group2, parse); + aVar = new CodeNode.a.C0179a(group2, parse); } else { aVar = new CodeNode.a.b(group2); } - Node node = (Node) this.f237c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s); + Node node = (Node) this.f232c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s2); m.checkNotNullParameter(node, "node"); - return new ParseSpec<>(node, s); + return new ParseSpec<>(node, s2); } } diff --git a/app/src/main/java/c/a/t/a/b.java b/app/src/main/java/c/a/t/a/b.java index 4dac8c7a20..1ed7579709 100644 --- a/app/src/main/java/c/a/t/a/b.java +++ b/app/src/main/java/c/a/t/a/b.java @@ -1,11 +1,11 @@ package c.a.t.a; -import c0.z.d.m; import com.discord.simpleast.code.CodeNode; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: CodeRules.kt */ @@ -19,7 +19,7 @@ public final class b extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -28,6 +28,6 @@ public final class b extends Rule, S> { m.checkNotNull(group2); CodeNode.b bVar = new CodeNode.b(group, group2, this.a); m.checkNotNullParameter(bVar, "node"); - return new ParseSpec<>(bVar, s); + return new ParseSpec<>(bVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/c.java b/app/src/main/java/c/a/t/a/c.java index 69570dd3b8..deb27a984d 100644 --- a/app/src/main/java/c/a/t/a/c.java +++ b/app/src/main/java/c/a/t/a/c.java @@ -1,13 +1,13 @@ package c.a.t.a; import android.text.SpannableStringBuilder; -import c0.z.d.m; import com.discord.simpleast.code.CodeNode; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.Iterator; import java.util.regex.Matcher; import java.util.regex.Pattern; @@ -27,11 +27,11 @@ public final class c extends Rule, S> { } @Override // com.discord.simpleast.core.node.Node.a, com.discord.simpleast.core.node.Node - public void render(SpannableStringBuilder spannableStringBuilder, R r2) { + public void render(SpannableStringBuilder spannableStringBuilder, R r) { m.checkNotNullParameter(spannableStringBuilder, "builder"); int length = spannableStringBuilder.length(); - super.render(spannableStringBuilder, r2); - Iterator it = this.a.b.get(r2).iterator(); + super.render(spannableStringBuilder, r); + Iterator it = this.a.b.get(r).iterator(); while (it.hasNext()) { spannableStringBuilder.setSpan(it.next(), length, spannableStringBuilder.length(), 33); } @@ -46,7 +46,7 @@ public final class c extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(2); @@ -58,11 +58,11 @@ public final class c extends Rule, S> { m.checkNotNullExpressionValue(group2, "matcher.group()"); c.a.t.b.a.a aVar = new c.a.t.b.a.a(group2); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } CodeNode codeNode = new CodeNode(new CodeNode.a.b(group), null, this.a); a aVar2 = new a(this, codeNode, new Node[]{codeNode}); m.checkNotNullParameter(aVar2, "node"); - return new ParseSpec<>(aVar2, s); + return new ParseSpec<>(aVar2, s2); } } diff --git a/app/src/main/java/c/a/t/a/d.java b/app/src/main/java/c/a/t/a/d.java index fddcff3446..10e5d5630c 100644 --- a/app/src/main/java/c/a/t/a/d.java +++ b/app/src/main/java/c/a/t/a/d.java @@ -1,12 +1,12 @@ package c.a.t.a; import c.a.t.b.a.a; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: CodeRules.kt */ @@ -22,7 +22,7 @@ public final class d extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(this.a); @@ -32,6 +32,6 @@ public final class d extends Rule, S> { StyleNode.a aVar = this.b; Node bVar = aVar != null ? new StyleNode.b(group, aVar) : new a(group); m.checkNotNullParameter(bVar, "node"); - return new ParseSpec<>(bVar, s); + return new ParseSpec<>(bVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/e.java b/app/src/main/java/c/a/t/a/e.java index 1920e3ae41..923ed99b32 100644 --- a/app/src/main/java/c/a/t/a/e.java +++ b/app/src/main/java/c/a/t/a/e.java @@ -1,13 +1,13 @@ package c.a.t.a; import c.d.b.a.a; -import c0.t.k; -import c0.t.n; -import c0.t.u; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.Rule; +import d0.t.k; +import d0.t.n; +import d0.t.u; +import d0.z.d.m; import java.util.Arrays; import java.util.Collection; import java.util.List; @@ -19,7 +19,7 @@ public final class e { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f238c; + public static final Pattern f233c; public static final Pattern d; public static final Pattern e; public static final e f = new e(); @@ -33,7 +33,7 @@ public final class e { b = compile2; Pattern compile3 = Pattern.compile("^(?:\\n\\s*)+"); m.checkNotNullExpressionValue(compile3, "Pattern.compile(\"\"\"^(?:\\n\\s*)+\"\"\")"); - f238c = compile3; + f233c = compile3; Pattern compile4 = Pattern.compile("^[\\s\\S]+?(?=\\b|[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); m.checkNotNullExpressionValue(compile4, "Pattern.compile(\"\"\"^[\\s\\…|\\n| {2,}\\n|\\w+:\\S|$)\"\"\")"); d = compile4; @@ -66,7 +66,7 @@ public final class e { m.checkNotNullExpressionValue(c2, "createWordPattern(*builtIns)"); Pattern c3 = c((String[]) Arrays.copyOf(strArr3, strArr3.length)); m.checkNotNullExpressionValue(c3, "createWordPattern(*keywords)"); - return u.plus((Collection) list, (Iterable) n.listOf((Object[]) new Rule[]{new b(fVar, strArr4, compile), d(this, c2, 0, fVar.g, 1), d(this, c3, 0, fVar.d, 1), d(this, e, 0, fVar.f239c, 1), d(this, f238c, 0, null, 3), d(this, d, 0, null, 3)})); + return u.plus((Collection) list, (Iterable) n.listOf((Object[]) new Rule[]{new b(fVar, strArr4, compile), d(this, c2, 0, fVar.g, 1), d(this, c3, 0, fVar.d, 1), d(this, e, 0, fVar.f234c, 1), d(this, f233c, 0, null, 3), d(this, d, 0, null, 3)})); } public final Pattern b(String str) { diff --git a/app/src/main/java/c/a/t/a/f.java b/app/src/main/java/c/a/t/a/f.java index 79d9d149e2..580d4c5b28 100644 --- a/app/src/main/java/c/a/t/a/f.java +++ b/app/src/main/java/c/a/t/a/f.java @@ -1,15 +1,15 @@ package c.a.t.a; import c.d.b.a.a; -import c0.z.d.m; import com.discord.simpleast.core.node.StyleNode; +import d0.z.d.m; /* compiled from: CodeStyleProviders.kt */ public final class f { public final StyleNode.a a; public final StyleNode.a b; /* renamed from: c reason: collision with root package name */ - public final StyleNode.a f239c; + public final StyleNode.a f234c; public final StyleNode.a d; public final StyleNode.a e; public final StyleNode.a f; @@ -33,7 +33,7 @@ public final class f { m.checkNotNullParameter(aVar8, "paramsStyleProvider"); this.a = aVar; this.b = aVar2; - this.f239c = aVar3; + this.f234c = aVar3; this.d = aVar4; this.e = aVar5; this.f = aVar6; @@ -49,7 +49,7 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f239c, fVar.f239c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f234c, fVar.f234c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); } public int hashCode() { @@ -58,7 +58,7 @@ public final class f { int hashCode = (aVar != null ? aVar.hashCode() : 0) * 31; StyleNode.a aVar2 = this.b; int hashCode2 = (hashCode + (aVar2 != null ? aVar2.hashCode() : 0)) * 31; - StyleNode.a aVar3 = this.f239c; + StyleNode.a aVar3 = this.f234c; int hashCode3 = (hashCode2 + (aVar3 != null ? aVar3.hashCode() : 0)) * 31; StyleNode.a aVar4 = this.d; int hashCode4 = (hashCode3 + (aVar4 != null ? aVar4.hashCode() : 0)) * 31; @@ -81,7 +81,7 @@ public final class f { O.append(", commentStyleProvider="); O.append(this.b); O.append(", literalStyleProvider="); - O.append(this.f239c); + O.append(this.f234c); O.append(", keywordStyleProvider="); O.append(this.d); O.append(", identifierStyleProvider="); diff --git a/app/src/main/java/c/a/t/a/g.java b/app/src/main/java/c/a/t/a/g.java index 188ed7e2a6..b7e1622585 100644 --- a/app/src/main/java/c/a/t/a/g.java +++ b/app/src/main/java/c/a/t/a/g.java @@ -1,13 +1,13 @@ package c.a.t.a; -import c0.t.n; import com.discord.simpleast.core.node.StyleNode; +import d0.t.n; /* compiled from: CodeStyleProviders.kt */ public final class g implements StyleNode.a { public static final g a = new g(); @Override // com.discord.simpleast.core.node.StyleNode.a - public final Iterable get(R r2) { + public final Iterable get(R r) { return n.emptyList(); } } diff --git a/app/src/main/java/c/a/t/a/h.java b/app/src/main/java/c/a/t/a/h.java index 485d09db05..f1fd65c79e 100644 --- a/app/src/main/java/c/a/t/a/h.java +++ b/app/src/main/java/c/a/t/a/h.java @@ -1,11 +1,11 @@ package c.a.t.a; import c.a.t.a.i; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: Crystal.kt */ @@ -19,7 +19,7 @@ public final class h extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -29,6 +29,6 @@ public final class h extends Rule, S> { m.checkNotNull(group2); i.a aVar = new i.a(group, group2, group3, this.a); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/i.java b/app/src/main/java/c/a/t/a/i.java index 7219251d0d..6ea58ebfdc 100644 --- a/app/src/main/java/c/a/t/a/i.java +++ b/app/src/main/java/c/a/t/a/i.java @@ -1,8 +1,8 @@ package c.a.t.a; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; +import d0.z.d.m; import java.util.regex.Pattern; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: Crystal.kt */ @@ -11,7 +11,7 @@ public final class i { public static final String[] b = {"Nil|Bool|true|false|Void|NoReturn", "Number|BigDecimal|BigRational|BigFloat|BigInt", "Int|Int8|Int16|Int32|Int64|UInt8|UInt16|UInt32|UInt64|Float|Float32|Float64", "Char|String|Symbol|Regex", "StaticArray|Array|Set|Hash|Range|Tuple|NamedTuple|Union|BitArray", "Proc|Command|Enum|Class", "Reference|Value|Struct|Object|Pointer", "Exception|ArgumentError|KeyError|TypeCastError|IndexError|RuntimeError|NilAssertionError|InvalidBigDecimalException|NotImplementedError|OverflowError", "pointerof|sizeof|instance_sizeof|offsetof|uninitialized"}; /* renamed from: c reason: collision with root package name */ - public static final Pattern f240c = Pattern.compile("^(#.*)"); + public static final Pattern f235c = Pattern.compile("^(#.*)"); public static final Pattern d = Pattern.compile("^@\\[(\\w+)(?:\\(.+\\))?]"); public static final Pattern e = Pattern.compile("^\"[\\s\\S]*?(?, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -28,6 +28,6 @@ public final class j extends Rule, S> { m.checkNotNull(group2); k.a aVar = new k.a(group, group2, this.a); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/k.java b/app/src/main/java/c/a/t/a/k.java index 3acc3f86cc..4dc8f76cab 100644 --- a/app/src/main/java/c/a/t/a/k.java +++ b/app/src/main/java/c/a/t/a/k.java @@ -1,10 +1,10 @@ package c.a.t.a; -import c0.g0.i; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; +import d0.g0.i; +import d0.z.d.m; import java.util.regex.Pattern; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.text.Regex; @@ -14,7 +14,7 @@ public final class k { public static final String[] b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime|performance"}; /* renamed from: c reason: collision with root package name */ - public static final Pattern f241c = Pattern.compile("^/.+(?"); public static final Pattern e = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); public static final Pattern f = Pattern.compile("^('.*?(?, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -29,6 +29,6 @@ public final class l extends Rule, S> { m.checkNotNull(group3); k.b bVar = new k.b(group, group2, group3, this.a); m.checkNotNullParameter(bVar, "node"); - return new ParseSpec<>(bVar, s); + return new ParseSpec<>(bVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/m.java b/app/src/main/java/c/a/t/a/m.java index 03f51bf1c6..d088e44334 100644 --- a/app/src/main/java/c/a/t/a/m.java +++ b/app/src/main/java/c/a/t/a/m.java @@ -18,17 +18,17 @@ public final class m extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { - c0.z.d.m.checkNotNullParameter(matcher, "matcher"); - c0.z.d.m.checkNotNullParameter(parser, "parser"); + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { + d0.z.d.m.checkNotNullParameter(matcher, "matcher"); + d0.z.d.m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); String group2 = matcher.group(2); String group3 = matcher.group(3); - c0.z.d.m.checkNotNull(group); - c0.z.d.m.checkNotNull(group2); - c0.z.d.m.checkNotNull(group3); + d0.z.d.m.checkNotNull(group); + d0.z.d.m.checkNotNull(group2); + d0.z.d.m.checkNotNull(group3); k.c cVar = new k.c(group, group2, group3, this.a); - c0.z.d.m.checkNotNullParameter(cVar, "node"); - return new ParseSpec<>(cVar, s); + d0.z.d.m.checkNotNullParameter(cVar, "node"); + return new ParseSpec<>(cVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/n.java b/app/src/main/java/c/a/t/a/n.java index 81e945fee4..e50be6ef50 100644 --- a/app/src/main/java/c/a/t/a/n.java +++ b/app/src/main/java/c/a/t/a/n.java @@ -1,11 +1,11 @@ package c.a.t.a; import c.a.t.a.o; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: Kotlin.kt */ @@ -19,7 +19,7 @@ public final class n extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -28,6 +28,6 @@ public final class n extends Rule, S> { m.checkNotNull(group2); o.a aVar = new o.a(group, group2, this.a); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/o.java b/app/src/main/java/c/a/t/a/o.java index 6aeebdd417..e759d30e68 100644 --- a/app/src/main/java/c/a/t/a/o.java +++ b/app/src/main/java/c/a/t/a/o.java @@ -1,10 +1,10 @@ package c.a.t.a; -import c0.g0.i; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; +import d0.g0.i; +import d0.z.d.m; import java.util.regex.Pattern; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.text.Regex; @@ -14,7 +14,7 @@ public final class o { public static final String[] b = {"true|false|Boolean|String|Char", "Int|UInt|Long|ULong|Float|Double|Byte|UByte|Short|UShort", "Self|Set|Map|MutableMap|List|MutableList|Array|Runnable|Unit", "arrayOf|listOf|mapOf|setOf|let|also|apply|run"}; /* renamed from: c reason: collision with root package name */ - public static final Pattern f242c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); + public static final Pattern f237c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); public static final Pattern d = Pattern.compile("^@(\\w+)"); public static final Pattern e = Pattern.compile("^\"[\\s\\S]*?(?, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -31,6 +31,6 @@ public final class p extends Rule, S> { m.checkNotNull(group4); o.b bVar = new o.b(group, group2, group3, group4, this.a); m.checkNotNullParameter(bVar, "node"); - return new ParseSpec<>(bVar, s); + return new ParseSpec<>(bVar, s2); } } diff --git a/app/src/main/java/c/a/t/a/q.java b/app/src/main/java/c/a/t/a/q.java index c2fa5391ea..d95d985114 100644 --- a/app/src/main/java/c/a/t/a/q.java +++ b/app/src/main/java/c/a/t/a/q.java @@ -1,11 +1,11 @@ package c.a.t.a; import android.text.SpannableStringBuilder; -import c0.o; -import c0.z.d.k; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; +import d0.o; +import d0.z.d.k; +import d0.z.d.m; import java.util.Iterator; import java.util.Objects; import java.util.regex.Pattern; @@ -17,7 +17,7 @@ public final class q { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final q f243c = new q(); + public static final q f238c = new q(); /* compiled from: Xml.kt */ public static final class a extends Node.a { @@ -25,7 +25,7 @@ public final class q { public final String b; /* renamed from: c reason: collision with root package name */ - public final f f244c; + public final f f239c; /* compiled from: Xml.kt */ /* renamed from: c.a.t.a.q$a$a reason: collision with other inner class name */ @@ -48,7 +48,7 @@ public final class q { m.checkNotNullParameter(fVar, "codeStyleProviders"); this.a = str; this.b = str2; - this.f244c = fVar; + this.f239c = fVar; } @Override // com.discord.simpleast.core.node.Node.a, com.discord.simpleast.core.node.Node @@ -65,7 +65,7 @@ public final class q { break; } char charAt = str.charAt(i); - if (c0.g0.a.isWhitespace(charAt) || charAt == '/') { + if (d0.g0.a.isWhitespace(charAt) || charAt == '/') { break; } i++; @@ -84,7 +84,7 @@ public final class q { pair = o.to(this.a, ""); } String str4 = (String) pair.component2(); - C0048a aVar = new C0048a(this.f244c.g); + C0048a aVar = new C0048a(this.f239c.g); int length2 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) ('<' + ((String) pair.component1()))); Iterator it = aVar.invoke(rc).iterator(); @@ -93,7 +93,7 @@ public final class q { } int length3 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) (str4 + '>')); - Iterator it2 = this.f244c.h.get(rc).iterator(); + Iterator it2 = this.f239c.h.get(rc).iterator(); while (it2.hasNext()) { spannableStringBuilder.setSpan(it2.next(), length3, spannableStringBuilder.length() - 1, 33); } diff --git a/app/src/main/java/c/a/t/a/r.java b/app/src/main/java/c/a/t/a/r.java index e86aa07027..cc9df01477 100644 --- a/app/src/main/java/c/a/t/a/r.java +++ b/app/src/main/java/c/a/t/a/r.java @@ -1,11 +1,11 @@ package c.a.t.a; import c.a.t.a.q; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: Xml.kt */ @@ -19,7 +19,7 @@ public final class r extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -30,10 +30,10 @@ public final class r extends Rule, S> { int start = matcher.start(2); int end = matcher.end(2); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s, start, end); + return new ParseSpec<>(aVar, s2, start, end); } q.a aVar2 = new q.a(group, group2, this.a); m.checkNotNullParameter(aVar2, "node"); - return new ParseSpec<>(aVar2, s); + return new ParseSpec<>(aVar2, s2); } } diff --git a/app/src/main/java/c/a/t/b/a/a.java b/app/src/main/java/c/a/t/b/a/a.java index f3a903d65d..51618c9bce 100644 --- a/app/src/main/java/c/a/t/b/a/a.java +++ b/app/src/main/java/c/a/t/b/a/a.java @@ -1,8 +1,8 @@ package c.a.t.b.a; import android.text.SpannableStringBuilder; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; +import d0.z.d.m; /* compiled from: TextNode.kt */ public class a extends Node { private final String content; @@ -19,7 +19,7 @@ public class a extends Node { } @Override // com.discord.simpleast.core.node.Node - public void render(SpannableStringBuilder spannableStringBuilder, R r2) { + public void render(SpannableStringBuilder spannableStringBuilder, R r) { m.checkNotNullParameter(spannableStringBuilder, "builder"); spannableStringBuilder.append((CharSequence) this.content); } diff --git a/app/src/main/java/c/a/t/b/b/a.java b/app/src/main/java/c/a/t/b/b/a.java index f46bbf4b35..75e2e1f56d 100644 --- a/app/src/main/java/c/a/t/b/b/a.java +++ b/app/src/main/java/c/a/t/b/b/a.java @@ -2,8 +2,8 @@ package c.a.t.b.b; import android.text.style.CharacterStyle; import android.text.style.StyleSpan; -import c0.t.m; -import c0.z.d.o; +import d0.t.m; +import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: SimpleMarkdownRules.kt */ @@ -17,7 +17,7 @@ public final class a extends o implements Function0 mo17invoke() { + public List mo1invoke() { return m.listOf(new StyleSpan(1)); } } diff --git a/app/src/main/java/c/a/t/b/b/b.java b/app/src/main/java/c/a/t/b/b/b.java index d4dced571c..9b95bc9e72 100644 --- a/app/src/main/java/c/a/t/b/b/b.java +++ b/app/src/main/java/c/a/t/b/b/b.java @@ -1,11 +1,11 @@ package c.a.t.b.b; import c.a.t.b.a.a; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: SimpleMarkdownRules.kt */ @@ -15,13 +15,13 @@ public final class b extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); m.checkNotNull(group); a aVar = new a(group); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } } diff --git a/app/src/main/java/c/a/t/b/b/c.java b/app/src/main/java/c/a/t/b/b/c.java index 08a58a4519..7771be82c9 100644 --- a/app/src/main/java/c/a/t/b/b/c.java +++ b/app/src/main/java/c/a/t/b/b/c.java @@ -1,12 +1,12 @@ package c.a.t.b.b; import android.text.style.StyleSpan; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.ArrayList; import java.util.regex.Matcher; import java.util.regex.Pattern; @@ -17,7 +17,7 @@ public final class c extends Rule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { int i; int i2; m.checkNotNullParameter(matcher, "matcher"); @@ -31,7 +31,7 @@ public final class c extends Rule, S> { arrayList.add(new StyleSpan(2)); StyleNode styleNode = new StyleNode(arrayList); m.checkNotNullParameter(styleNode, "node"); - return new ParseSpec<>(styleNode, s, i2, i); + return new ParseSpec<>(styleNode, s2, i2, i); } } i2 = matcher.start(1); @@ -40,6 +40,6 @@ public final class c extends Rule, S> { arrayList.add(new StyleSpan(2)); StyleNode styleNode = new StyleNode(arrayList); m.checkNotNullParameter(styleNode, "node"); - return new ParseSpec<>(styleNode, s, i2, i); + return new ParseSpec<>(styleNode, s2, i2, i); } } diff --git a/app/src/main/java/c/a/t/b/b/d.java b/app/src/main/java/c/a/t/b/b/d.java index 51c3b4ab08..f4dcb5f0f4 100644 --- a/app/src/main/java/c/a/t/b/b/d.java +++ b/app/src/main/java/c/a/t/b/b/d.java @@ -1,11 +1,11 @@ package c.a.t.b.b; import c.a.t.b.a.a; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: SimpleMarkdownRules.kt */ @@ -15,11 +15,11 @@ public final class d extends Rule.BlockRule, S> { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); a aVar = new a("\n"); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } } diff --git a/app/src/main/java/c/a/t/b/b/e.java b/app/src/main/java/c/a/t/b/b/e.java index 28367b3579..a295f5e843 100644 --- a/app/src/main/java/c/a/t/b/b/e.java +++ b/app/src/main/java/c/a/t/b/b/e.java @@ -1,12 +1,12 @@ package c.a.t.b.b; import android.text.style.CharacterStyle; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; @@ -18,7 +18,7 @@ public final class e { public static final Pattern b = Pattern.compile("^__([\\s\\S]+?)__(?!_)"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f245c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); + public static final Pattern f240c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); public static final Pattern d = Pattern.compile("^(?:\\n *)*\\n"); public static final Pattern e = Pattern.compile("^[\\s\\S]+?(?=[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); public static final Pattern f = Pattern.compile("^\\\\([^0-9A-Za-z\\s])"); @@ -36,14 +36,14 @@ public final class e { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); - StyleNode styleNode = new StyleNode((List) this.a.mo17invoke()); + StyleNode styleNode = new StyleNode((List) this.a.mo1invoke()); int start = matcher.start(1); int end = matcher.end(1); m.checkNotNullParameter(styleNode, "node"); - return new ParseSpec<>(styleNode, s, start, end); + return new ParseSpec<>(styleNode, s2, start, end); } } @@ -54,14 +54,14 @@ public final class e { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(); m.checkNotNullExpressionValue(group, "matcher.group()"); c.a.t.b.a.a aVar = new c.a.t.b.a.a(group); m.checkNotNullParameter(aVar, "node"); - return new ParseSpec<>(aVar, s); + return new ParseSpec<>(aVar, s2); } } @@ -86,7 +86,7 @@ public final class e { Pattern pattern5 = g; m.checkNotNullExpressionValue(pattern5, "PATTERN_ITALICS"); arrayList.add(new c(eVar2, pattern5)); - Pattern pattern6 = f245c; + Pattern pattern6 = f240c; m.checkNotNullExpressionValue(pattern6, "PATTERN_STRIKETHRU"); arrayList.add(c(pattern6, f.i)); if (z2) { diff --git a/app/src/main/java/c/a/t/b/b/f.java b/app/src/main/java/c/a/t/b/b/f.java index 593098aa88..3952603075 100644 --- a/app/src/main/java/c/a/t/b/b/f.java +++ b/app/src/main/java/c/a/t/b/b/f.java @@ -2,8 +2,8 @@ package c.a.t.b.b; import android.text.style.CharacterStyle; import android.text.style.StrikethroughSpan; -import c0.t.m; -import c0.z.d.o; +import d0.t.m; +import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: SimpleMarkdownRules.kt */ @@ -17,7 +17,7 @@ public final class f extends o implements Function0 mo17invoke() { + public List mo1invoke() { return m.listOf(new StrikethroughSpan()); } } diff --git a/app/src/main/java/c/a/t/b/b/g.java b/app/src/main/java/c/a/t/b/b/g.java index 5207abccd2..44c5b76e7f 100644 --- a/app/src/main/java/c/a/t/b/b/g.java +++ b/app/src/main/java/c/a/t/b/b/g.java @@ -2,8 +2,8 @@ package c.a.t.b.b; import android.text.style.CharacterStyle; import android.text.style.UnderlineSpan; -import c0.t.m; -import c0.z.d.o; +import d0.t.m; +import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: SimpleMarkdownRules.kt */ @@ -17,7 +17,7 @@ public final class g extends o implements Function0 mo17invoke() { + public List mo1invoke() { return m.listOf(new UnderlineSpan()); } } diff --git a/app/src/main/java/c/a/t/b/b/h.java b/app/src/main/java/c/a/t/b/b/h.java index 68cb1b6885..05474b857f 100644 --- a/app/src/main/java/c/a/t/b/b/h.java +++ b/app/src/main/java/c/a/t/b/b/h.java @@ -1,18 +1,18 @@ package c.a.t.b.b; import android.text.SpannableStringBuilder; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; +import d0.z.d.m; import java.util.Collection; import java.util.Iterator; /* compiled from: SimpleRenderer.kt */ public final class h { - public static final T a(T t, Collection> collection, R r2) { + public static final T a(T t, Collection> collection, R r) { m.checkNotNullParameter(t, "builder"); m.checkNotNullParameter(collection, "ast"); Iterator> it = collection.iterator(); while (it.hasNext()) { - ((Node) it.next()).render(t, r2); + ((Node) it.next()).render(t, r); } return t; } diff --git a/app/src/main/java/c/a/t/c/a.java b/app/src/main/java/c/a/t/c/a.java index 426af3a5dc..9630d44379 100644 --- a/app/src/main/java/c/a/t/c/a.java +++ b/app/src/main/java/c/a/t/c/a.java @@ -2,15 +2,15 @@ package c.a.t.c; import android.text.style.CharacterStyle; import c.a.t.b.b.e; -import c0.g0.w; -import c0.t.n; -import c0.t.u; -import c0.z.d.m; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; import com.discord.simpleast.core.parser.Rule; +import d0.g0.w; +import d0.t.n; +import d0.t.u; +import d0.z.d.m; import java.util.ArrayList; import java.util.Collection; import java.util.List; @@ -26,7 +26,7 @@ public final class a { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f246c; + public static final Pattern f241c; public static final Pattern d = new Regex("^\\s*(?:(?:(.+)(?: +\\{([\\w ]*)\\}))|(.*))[ \\t]*\\n *([=\\-]){3,}[ \\t]*(?=\\n|$)").toPattern(); public static final a e = new a(); @@ -66,7 +66,7 @@ public final class a { } @Override // c.a.t.c.a.b, c.a.t.c.a.c, com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { List list; String obj; m.checkNotNullParameter(matcher, "matcher"); @@ -79,7 +79,7 @@ public final class a { group2 = matcher.group(3); } m.checkNotNullExpressionValue(group2, "headerBody"); - for (T t : parser.parse(group2, s, this.innerRules)) { + for (T t : parser.parse(group2, s2, this.innerRules)) { Objects.requireNonNull(t, "null cannot be cast to non-null type com.discord.simpleast.core.node.Node"); createHeaderStyleNode.addChild(t); } @@ -102,7 +102,7 @@ public final class a { createHeaderStyleNode = styleNode; } m.checkNotNullParameter(createHeaderStyleNode, "node"); - return new ParseSpec<>(createHeaderStyleNode, s); + return new ParseSpec<>(createHeaderStyleNode, s2); } } @@ -120,18 +120,18 @@ public final class a { this(pattern, function1); if ((i & 1) != 0) { a aVar = a.e; - pattern = a.f246c; + pattern = a.f241c; } } @Override // c.a.t.c.a.c public StyleNode createHeaderStyleNode(String str) { m.checkNotNullParameter(str, "headerStyleGroup"); - return new StyleNode<>(c0.t.m.listOf(getStyleSpanProvider().invoke(Integer.valueOf((str.hashCode() == 61 && str.equals("=")) ? 1 : 2)))); + return new StyleNode<>(d0.t.m.listOf(getStyleSpanProvider().invoke(Integer.valueOf((str.hashCode() == 61 && str.equals("=")) ? 1 : 2)))); } @Override // c.a.t.c.a.c, com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { throw null; } } @@ -159,7 +159,7 @@ public final class a { public StyleNode createHeaderStyleNode(String str) { m.checkNotNullParameter(str, "headerStyleGroup"); - return new StyleNode<>(c0.t.m.listOf(this.styleSpanProvider.invoke(Integer.valueOf(str.length())))); + return new StyleNode<>(d0.t.m.listOf(this.styleSpanProvider.invoke(Integer.valueOf(str.length())))); } public final Function1 getStyleSpanProvider() { @@ -167,7 +167,7 @@ public final class a { } @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, S> parser, S s) { + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); String group = matcher.group(1); @@ -176,7 +176,7 @@ public final class a { int start = matcher.start(2); int end = matcher.end(2); m.checkNotNullParameter(createHeaderStyleNode, "node"); - return new ParseSpec<>(createHeaderStyleNode, s, start, end); + return new ParseSpec<>(createHeaderStyleNode, s2, start, end); } } @@ -189,6 +189,6 @@ public final class a { b = compile2; Pattern compile3 = Pattern.compile("^\\s*(.+)\\n *(=|-){3,} *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile3, "java.util.regex.Pattern.compile(this, flags)"); - f246c = compile3; + f241c = compile3; } } diff --git a/app/src/main/java/c/a/v/a.java b/app/src/main/java/c/a/v/a.java index 7b7afacd36..db7d1602e4 100644 --- a/app/src/main/java/c/a/v/a.java +++ b/app/src/main/java/c/a/v/a.java @@ -1,8 +1,8 @@ package c.a.v; import android.content.SharedPreferences; -import c0.z.d.m; import com.discord.utilities.cache.SharedPreferencesProvider; +import d0.z.d.m; /* compiled from: AcknowledgedTooltipsCache.kt */ public final class a { public final SharedPreferences a; diff --git a/app/src/main/java/c/a/v/c.java b/app/src/main/java/c/a/v/c.java index db63d12c7a..e5ba245c6d 100644 --- a/app/src/main/java/c/a/v/c.java +++ b/app/src/main/java/c/a/v/c.java @@ -1,8 +1,8 @@ package c.a.v; import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat; -import c0.z.d.o; import com.discord.tooltips.SparkleView; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: SparkleView.kt */ public final class c extends o implements Function0 { @@ -17,7 +17,7 @@ public final class c extends o implements Function0 create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); return new a(this.this$0, continuation); @@ -44,7 +44,7 @@ public final class d extends Animatable2Compat.AnimationCallback { return new a(this.this$0, continuation2).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; diff --git a/app/src/main/java/c/a/v/e.java b/app/src/main/java/c/a/v/e.java index a69da88389..fcf035fb31 100644 --- a/app/src/main/java/c/a/v/e.java +++ b/app/src/main/java/c/a/v/e.java @@ -1,8 +1,8 @@ package c.a.v; -import c0.t.h0; -import c0.z.d.o; import com.discord.tooltips.TooltipManager; +import d0.t.h0; +import d0.z.d.o; import java.util.LinkedHashMap; import java.util.Map; import kotlin.Unit; diff --git a/app/src/main/java/c/a/w/a.java b/app/src/main/java/c/a/w/a.java index 181011fff3..b21a9c0a09 100644 --- a/app/src/main/java/c/a/w/a.java +++ b/app/src/main/java/c/a/w/a.java @@ -1,7 +1,7 @@ package c.a.w; -import c0.z.d.m; import com.google.gson.reflect.TypeToken; +import d0.z.d.m; import java.lang.reflect.Type; import java.util.List; /* compiled from: TypeTokens.kt */ diff --git a/app/src/main/java/c/a/y/a.java b/app/src/main/java/c/a/y/a.java index 2311fe4744..9c4edb0b98 100644 --- a/app/src/main/java/c/a/y/a.java +++ b/app/src/main/java/c/a/y/a.java @@ -1,8 +1,8 @@ package c.a.y; import android.view.View; -import c0.z.d.m; import com.discord.views.CodeVerificationView; +import d0.z.d.m; /* compiled from: View.kt */ public final class a implements View.OnLayoutChangeListener { public final /* synthetic */ CodeVerificationView i; diff --git a/app/src/main/java/c/a/y/a0.java b/app/src/main/java/c/a/y/a0.java index e6a2c5b462..22ea8d5787 100644 --- a/app/src/main/java/c/a/y/a0.java +++ b/app/src/main/java/c/a/y/a0.java @@ -8,11 +8,11 @@ import android.widget.LinearLayout; import android.widget.TextSwitcher; import android.widget.TextView; import c.a.i.f1; -import c0.z.d.m; import com.discord.R; import com.discord.api.message.reaction.MessageReaction; import com.discord.utilities.textprocessing.node.EmojiNode; import com.discord.utilities.view.text.SimpleDraweeSpanTextView; +import d0.z.d.m; /* compiled from: ReactionView.kt */ public final class a0 extends LinearLayout { public int i; @@ -53,7 +53,7 @@ public final class a0 extends LinearLayout { TextView textView = this.l.b; m.checkNotNullExpressionValue(textView, "binding.counterText1"); textView.setActivated(z2); - TextView textView2 = this.l.f94c; + TextView textView2 = this.l.f92c; m.checkNotNullExpressionValue(textView2, "binding.counterText2"); textView2.setActivated(z2); } diff --git a/app/src/main/java/c/a/y/b0.java b/app/src/main/java/c/a/y/b0.java index 298e380777..3ffa27a252 100644 --- a/app/src/main/java/c/a/y/b0.java +++ b/app/src/main/java/c/a/y/b0.java @@ -13,10 +13,6 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.recyclerview.widget.RecyclerView; import c.a.i.d; -import c0.z.d.a0; -import c0.z.d.k; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppBottomSheet; import com.discord.utilities.view.recycler.MaxHeightRecyclerView; @@ -25,6 +21,10 @@ import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.utilities.views.SimpleRecyclerAdapter; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.textview.MaterialTextView; +import d0.z.d.a0; +import d0.z.d.k; +import d0.z.d.m; +import d0.z.d.o; import java.io.Serializable; import java.util.List; import kotlin.Unit; @@ -79,7 +79,7 @@ public final class b0 extends AppBottomSheet implements i { m.checkNotNullParameter(list, "options"); m.checkNotNullParameter(function1, "onSelectedListener"); b0 b0Var = new b0(); - b0Var.setArguments(BundleKt.bundleOf(c0.o.to("simple_bottom_sheet_title", str), c0.o.to("simple_bottom_sheet_options", list), c0.o.to("simple_bottom_sheet_show_dividers", Boolean.valueOf(z2)))); + b0Var.setArguments(BundleKt.bundleOf(d0.o.to("simple_bottom_sheet_title", str), d0.o.to("simple_bottom_sheet_options", list), d0.o.to("simple_bottom_sheet_show_dividers", Boolean.valueOf(z2)))); b0Var.k = function1; b0Var.show(fragmentManager, a0.getOrCreateKotlinClass(b0.class).toString()); return b0Var; @@ -204,7 +204,7 @@ public final class b0 extends AppBottomSheet implements i { } List list = (List) serializable; boolean z2 = getArgumentsOrDefault().getBoolean("simple_bottom_sheet_show_dividers"); - TextView textView = g().f76c; + TextView textView = g().f74c; m.checkNotNullExpressionValue(textView, "binding.widgetSimpleBottomSheetSelectorPlaceholder"); textView.setText(string); ConstraintLayout constraintLayout = g().b; diff --git a/app/src/main/java/c/a/y/c0.java b/app/src/main/java/c/a/y/c0.java index 9a610a9bd8..57109d83ad 100644 --- a/app/src/main/java/c/a/y/c0.java +++ b/app/src/main/java/c/a/y/c0.java @@ -1,7 +1,7 @@ package c.a.y; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; import java.io.Serializable; /* compiled from: SelectorBottomSheet.kt */ public final class c0 implements Serializable { diff --git a/app/src/main/java/c/a/y/d.java b/app/src/main/java/c/a/y/d.java index 2b61f04f28..9b8ff67cff 100644 --- a/app/src/main/java/c/a/y/d.java +++ b/app/src/main/java/c/a/y/d.java @@ -2,9 +2,9 @@ package c.a.y; import android.view.KeyEvent; import android.view.View; -import c0.g0.y; -import c0.z.d.m; import com.discord.views.CodeVerificationView; +import d0.g0.y; +import d0.z.d.m; import java.util.Objects; /* compiled from: CodeVerificationView.kt */ public final class d implements View.OnKeyListener { diff --git a/app/src/main/java/c/a/y/e.java b/app/src/main/java/c/a/y/e.java index db16304f36..7e3d259110 100644 --- a/app/src/main/java/c/a/y/e.java +++ b/app/src/main/java/c/a/y/e.java @@ -1,7 +1,7 @@ package c.a.y; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: CodeVerificationView.kt */ diff --git a/app/src/main/java/c/a/y/e0.java b/app/src/main/java/c/a/y/e0.java index ea47d636e2..dc671a283c 100644 --- a/app/src/main/java/c/a/y/e0.java +++ b/app/src/main/java/c/a/y/e0.java @@ -7,7 +7,6 @@ import androidx.core.content.ContextCompat; import androidx.core.graphics.drawable.DrawableCompat; import c.a.i.d; import c.a.k.b; -import c0.z.d.m; import com.discord.R; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.images.MGImages; @@ -15,13 +14,14 @@ import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.utilities.views.SimpleRecyclerAdapter; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.textview.MaterialTextView; +import d0.z.d.m; /* compiled from: SelectorBottomSheet.kt */ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { public final i a; public final DialogInterface b; /* renamed from: c reason: collision with root package name */ - public final d f247c; + public final d f242c; /* JADX WARNING: Illegal instructions before constructor call */ public e0(i iVar, DialogInterface dialogInterface, d dVar) { @@ -33,7 +33,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { m.checkNotNullExpressionValue(constraintLayout, "itemBinding.root"); this.a = iVar; this.b = dialogInterface; - this.f247c = dVar; + this.f242c = dVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @@ -43,13 +43,13 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { Drawable drawable; c0 c0Var2 = c0Var; m.checkNotNullParameter(c0Var2, "data"); - MaterialTextView materialTextView = this.f247c.d; + MaterialTextView materialTextView = this.f242c.d; m.checkNotNullExpressionValue(materialTextView, "itemBinding.selectComponentSheetItemTitle"); b.a(materialTextView, c0Var2.e()); - MaterialTextView materialTextView2 = this.f247c.b; + MaterialTextView materialTextView2 = this.f242c.b; m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription"); ViewExtensions.setTextAndVisibilityBy(materialTextView2, c0Var2.a()); - SimpleDraweeView simpleDraweeView = this.f247c.f81c; + SimpleDraweeView simpleDraweeView = this.f242c.f79c; m.checkNotNullExpressionValue(simpleDraweeView, "itemBinding.selectComponentSheetItemIcon"); int i2 = 0; if (!((c0Var2.d() == null && c0Var2.b() == null) ? false : true)) { @@ -58,20 +58,20 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { simpleDraweeView.setVisibility(i2); String d = c0Var2.d(); if (d != null) { - SimpleDraweeView simpleDraweeView2 = this.f247c.f81c; + SimpleDraweeView simpleDraweeView2 = this.f242c.f79c; m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.selectComponentSheetItemIcon"); MGImages.setImage$default(simpleDraweeView2, d, R.dimen.emoji_size, R.dimen.emoji_size, true, null, null, 96, null); } else { Integer b = c0Var2.b(); if (b != null) { - this.f247c.f81c.setImageResource(b.intValue()); + this.f242c.f79c.setImageResource(b.intValue()); } } Integer c2 = c0Var2.c(); if (c2 != null) { - this.f247c.f81c.setColorFilter(c2.intValue()); + this.f242c.f79c.setColorFilter(c2.intValue()); } - MaterialTextView materialTextView3 = this.f247c.d; + MaterialTextView materialTextView3 = this.f242c.d; materialTextView3.setText(c0Var2.e()); Integer g = c0Var2.g(); if (g != null) { @@ -86,16 +86,16 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { f.intValue(); Drawable drawable2 = ContextCompat.getDrawable(materialTextView3.getContext(), c0Var2.f().intValue()); if (drawable2 != null) { - MaterialTextView materialTextView4 = this.f247c.d; + MaterialTextView materialTextView4 = this.f242c.d; m.checkNotNullExpressionValue(materialTextView4, "itemBinding.selectComponentSheetItemTitle"); DrawableCompat.setTint(drawable2, ColorCompat.getThemedColor(materialTextView4, (int) R.attr.colorHeaderPrimary)); drawable = drawable2; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f247c.a.setOnClickListener(new d0(this)); + this.f242c.a.setOnClickListener(new d0(this)); } } drawable = null; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f247c.a.setOnClickListener(new d0(this)); + this.f242c.a.setOnClickListener(new d0(this)); } } diff --git a/app/src/main/java/c/a/y/f.java b/app/src/main/java/c/a/y/f.java index 6106da96aa..d4fcd75f36 100644 --- a/app/src/main/java/c/a/y/f.java +++ b/app/src/main/java/c/a/y/f.java @@ -9,9 +9,9 @@ import androidx.core.content.ContextCompat; import androidx.core.graphics.drawable.DrawableCompat; import androidx.recyclerview.widget.DividerItemDecoration; import androidx.recyclerview.widget.RecyclerView; -import c0.z.d.m; import com.discord.R; import com.discord.utilities.color.ColorCompat; +import d0.z.d.m; import java.util.Objects; /* compiled from: DividerDecoration.kt */ public final class f extends DividerItemDecoration { @@ -19,7 +19,7 @@ public final class f extends DividerItemDecoration { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f248c; + public final int f243c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public f(Context context, int i, int i2, int i3, int i4, int i5) { @@ -30,7 +30,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(context, "context"); this.a = i2; this.b = i3; - this.f248c = i4; + this.f243c = i4; Drawable drawable = ContextCompat.getDrawable(context, R.drawable.drawable_divider); if (drawable != null) { Drawable wrap = DrawableCompat.wrap(drawable); @@ -45,7 +45,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(recyclerView, "parent"); m.checkNotNullParameter(state, "state"); int paddingLeft = recyclerView.getPaddingLeft() + this.b; - int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f248c; + int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f243c; Drawable drawable = getDrawable(); int childCount = recyclerView.getChildCount(); for (int i = 0; i < childCount; i++) { diff --git a/app/src/main/java/c/a/y/f0.java b/app/src/main/java/c/a/y/f0.java index 985de766e8..ed4c3c5abb 100644 --- a/app/src/main/java/c/a/y/f0.java +++ b/app/src/main/java/c/a/y/f0.java @@ -2,10 +2,10 @@ package c.a.y; import android.graphics.drawable.Drawable; import androidx.core.content.ContextCompat; -import c0.z.d.o; import com.discord.R; import com.discord.utilities.color.ColorCompat; import com.discord.views.VoiceUserLimitView; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: VoiceUserLimitView.kt */ public final class f0 extends o implements Function0 { @@ -20,7 +20,7 @@ public final class f0 extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Drawable mo17invoke() { + public Drawable mo1invoke() { Drawable drawable = ContextCompat.getDrawable(this.this$0.getContext(), R.drawable.ic_videocam_white_12dp); if (drawable != null) { drawable.setTint(ColorCompat.getThemedColor(this.this$0.getContext(), (int) R.attr.colorInteractiveNormal)); diff --git a/app/src/main/java/c/a/y/g.java b/app/src/main/java/c/a/y/g.java index d4b16feeaa..7612c7a6c2 100644 --- a/app/src/main/java/c/a/y/g.java +++ b/app/src/main/java/c/a/y/g.java @@ -12,6 +12,6 @@ public final class g implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - this.i.mo17invoke(); + this.i.mo1invoke(); } } diff --git a/app/src/main/java/c/a/y/g0.java b/app/src/main/java/c/a/y/g0.java index 862f0c35ed..448efb67ec 100644 --- a/app/src/main/java/c/a/y/g0.java +++ b/app/src/main/java/c/a/y/g0.java @@ -1,8 +1,8 @@ package c.a.y; import android.graphics.Bitmap; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: VoiceUserView.kt */ diff --git a/app/src/main/java/c/a/y/h.java b/app/src/main/java/c/a/y/h.java index ec9a9f1c0e..b4e818aec9 100644 --- a/app/src/main/java/c/a/y/h.java +++ b/app/src/main/java/c/a/y/h.java @@ -5,10 +5,10 @@ import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import c.a.i.p0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.views.OAuthPermissionViews; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.jvm.functions.Function2; /* compiled from: OAuthPermissionViews.kt */ diff --git a/app/src/main/java/c/a/y/h0.java b/app/src/main/java/c/a/y/h0.java index 1537123ad9..c07786ad24 100644 --- a/app/src/main/java/c/a/y/h0.java +++ b/app/src/main/java/c/a/y/h0.java @@ -1,7 +1,7 @@ package c.a.y; -import c0.z.d.o; import com.discord.views.VoiceUserView; +import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: VoiceUserView.kt */ public final class h0 extends o implements Function0 { @@ -16,8 +16,8 @@ public final class h0 extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Boolean mo17invoke() { + public Boolean mo1invoke() { VoiceUserView voiceUserView = this.this$0; - return Boolean.valueOf(voiceUserView.l == VoiceUserView.a.RINGING && voiceUserView.f2620r); + return Boolean.valueOf(voiceUserView.l == VoiceUserView.a.RINGING && voiceUserView.r); } } diff --git a/app/src/main/java/c/a/y/i0.java b/app/src/main/java/c/a/y/i0.java index 1247b85248..a15fc1cf1b 100644 --- a/app/src/main/java/c/a/y/i0.java +++ b/app/src/main/java/c/a/y/i0.java @@ -2,8 +2,8 @@ package c.a.y; import android.graphics.Bitmap; import c.f.j.q.a; -import c0.z.d.m; import com.discord.views.VoiceUserView; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: VoiceUserView.kt */ diff --git a/app/src/main/java/c/a/y/j.java b/app/src/main/java/c/a/y/j.java index 6810614d7e..37c3d1690d 100644 --- a/app/src/main/java/c/a/y/j.java +++ b/app/src/main/java/c/a/y/j.java @@ -1,7 +1,7 @@ package c.a.y; import android.widget.SeekBar; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: OnSeekBarChangeListenerAdapter.kt */ public class j implements SeekBar.OnSeekBarChangeListener { @Override // android.widget.SeekBar.OnSeekBarChangeListener diff --git a/app/src/main/java/c/a/y/j0/a.java b/app/src/main/java/c/a/y/j0/a.java index bef43ea689..0b3d3bc889 100644 --- a/app/src/main/java/c/a/y/j0/a.java +++ b/app/src/main/java/c/a/y/j0/a.java @@ -1,8 +1,8 @@ package c.a.y.j0; import android.graphics.Point; -import c0.z.d.m; -import i0.k.b; +import d0.z.d.m; +import j0.k.b; import java.util.concurrent.TimeUnit; import kotlin.Unit; import rx.Observable; @@ -16,7 +16,7 @@ public final class a implements b> { /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Observable call(Unit unit) { Observable K = this.i.i.O(50, TimeUnit.MILLISECONDS).F(f.i).K(); m.checkNotNullExpressionValue(K, "frameResolutionSubject\n … .onBackpressureLatest()"); diff --git a/app/src/main/java/c/a/y/j0/b.java b/app/src/main/java/c/a/y/j0/b.java index 5d8f34adc5..c692e3a344 100644 --- a/app/src/main/java/c/a/y/j0/b.java +++ b/app/src/main/java/c/a/y/j0/b.java @@ -1,9 +1,9 @@ package c.a.y.j0; import android.graphics.Point; -import c0.z.d.m; -import c0.z.d.o; import com.discord.views.calls.AppVideoStreamRenderer; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: AppVideoStreamRenderer.kt */ diff --git a/app/src/main/java/c/a/y/j0/c.java b/app/src/main/java/c/a/y/j0/c.java index 67e3615730..5c124d2940 100644 --- a/app/src/main/java/c/a/y/j0/c.java +++ b/app/src/main/java/c/a/y/j0/c.java @@ -1,8 +1,8 @@ package c.a.y.j0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.views.calls.AppVideoStreamRenderer; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.Subscription; diff --git a/app/src/main/java/c/a/y/j0/e.java b/app/src/main/java/c/a/y/j0/e.java index 43d585b510..6c0daede25 100644 --- a/app/src/main/java/c/a/y/j0/e.java +++ b/app/src/main/java/c/a/y/j0/e.java @@ -12,12 +12,12 @@ public final class e implements RendererCommon.RendererEvents { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f249c; + public final int f244c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f249c = i3; + this.f244c = i3; } public boolean equals(Object obj) { @@ -28,11 +28,11 @@ public final class e implements RendererCommon.RendererEvents { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f249c == aVar.f249c; + return this.a == aVar.a && this.b == aVar.b && this.f244c == aVar.f244c; } public int hashCode() { - return (((this.a * 31) + this.b) * 31) + this.f249c; + return (((this.a * 31) + this.b) * 31) + this.f244c; } public String toString() { @@ -41,7 +41,7 @@ public final class e implements RendererCommon.RendererEvents { O.append(", height="); O.append(this.b); O.append(", rotation="); - return c.d.b.a.a.z(O, this.f249c, ")"); + return c.d.b.a.a.z(O, this.f244c, ")"); } } diff --git a/app/src/main/java/c/a/y/j0/f.java b/app/src/main/java/c/a/y/j0/f.java index 36e5b7870e..9664d1d958 100644 --- a/app/src/main/java/c/a/y/j0/f.java +++ b/app/src/main/java/c/a/y/j0/f.java @@ -2,20 +2,20 @@ package c.a.y.j0; import android.graphics.Point; import c.a.y.j0.e; -import i0.k.b; +import j0.k.b; /* compiled from: RxRendererEvents.kt */ public final class f implements b { public static final f i = new f(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Point call(e.a aVar) { e.a aVar2 = aVar; if (aVar2 == null) { return null; } - int i2 = aVar2.f249c; + int i2 = aVar2.f244c; return (i2 == -180 || i2 == 0 || i2 == 180) ? new Point(aVar2.a, aVar2.b) : new Point(aVar2.b, aVar2.a); } } diff --git a/app/src/main/java/c/a/y/j0/g.java b/app/src/main/java/c/a/y/j0/g.java index dc5c338fb4..6babda5692 100644 --- a/app/src/main/java/c/a/y/j0/g.java +++ b/app/src/main/java/c/a/y/j0/g.java @@ -1,9 +1,9 @@ package c.a.y.j0; import android.graphics.Bitmap; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.colors.RepresentativeColorsKt; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: StageCallSpeakerView.kt */ diff --git a/app/src/main/java/c/a/y/j0/h.java b/app/src/main/java/c/a/y/j0/h.java index 62b1ef127c..626bc0b1bf 100644 --- a/app/src/main/java/c/a/y/j0/h.java +++ b/app/src/main/java/c/a/y/j0/h.java @@ -1,8 +1,8 @@ package c.a.y.j0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.views.calls.StageCallSpeakerView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.Subscription; diff --git a/app/src/main/java/c/a/y/j0/i.java b/app/src/main/java/c/a/y/j0/i.java index 6bae91365e..b0997a3ee8 100644 --- a/app/src/main/java/c/a/y/j0/i.java +++ b/app/src/main/java/c/a/y/j0/i.java @@ -1,9 +1,9 @@ package c.a.y.j0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.views.calls.StageCallSpeakerView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StageCallSpeakerView.kt */ diff --git a/app/src/main/java/c/a/y/j0/j.java b/app/src/main/java/c/a/y/j0/j.java index 445620025d..e7e14c9052 100644 --- a/app/src/main/java/c/a/y/j0/j.java +++ b/app/src/main/java/c/a/y/j0/j.java @@ -1,7 +1,7 @@ package c.a.y.j0; -import c0.z.d.m; -import c0.z.d.o; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: VideoCallParticipantView.kt */ diff --git a/app/src/main/java/c/a/y/j0/k.java b/app/src/main/java/c/a/y/j0/k.java index ec09da7d6e..fe0322af8d 100644 --- a/app/src/main/java/c/a/y/j0/k.java +++ b/app/src/main/java/c/a/y/j0/k.java @@ -1,9 +1,9 @@ package c.a.y.j0; import android.graphics.Bitmap; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.colors.RepresentativeColorsKt; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: VideoCallParticipantView.kt */ diff --git a/app/src/main/java/c/a/y/j0/l.java b/app/src/main/java/c/a/y/j0/l.java index aeebfb17d4..4cd62d935c 100644 --- a/app/src/main/java/c/a/y/j0/l.java +++ b/app/src/main/java/c/a/y/j0/l.java @@ -1,13 +1,13 @@ package c.a.y.j0; -import i0.k.b; +import j0.k.b; /* compiled from: VideoCallParticipantView.kt */ public final class l implements b { public static final l i = new l(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Boolean call(Integer num) { return Boolean.valueOf(num != null); } diff --git a/app/src/main/java/c/a/y/j0/m.java b/app/src/main/java/c/a/y/j0/m.java index c732ef295a..3751e85867 100644 --- a/app/src/main/java/c/a/y/j0/m.java +++ b/app/src/main/java/c/a/y/j0/m.java @@ -1,7 +1,7 @@ package c.a.y.j0; -import c0.z.d.o; import com.discord.views.calls.VideoCallParticipantView; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: VideoCallParticipantView.kt */ diff --git a/app/src/main/java/c/a/y/j0/o.java b/app/src/main/java/c/a/y/j0/o.java index 340a421ca9..2979f232ff 100644 --- a/app/src/main/java/c/a/y/j0/o.java +++ b/app/src/main/java/c/a/y/j0/o.java @@ -4,14 +4,14 @@ import android.graphics.Point; import android.view.View; import android.widget.ProgressBar; import android.widget.TextView; -import c0.z.d.m; import com.discord.views.calls.AppVideoStreamRenderer; import com.discord.views.calls.VideoCallParticipantView; import com.facebook.drawee.view.SimpleDraweeView; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: VideoCallParticipantView.kt */ -public final class o extends c0.z.d.o implements Function1 { +public final class o extends d0.z.d.o implements Function1 { public final /* synthetic */ VideoCallParticipantView this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -31,7 +31,7 @@ public final class o extends c0.z.d.o implements Function1 { m.checkNotNullExpressionValue(appVideoStreamRenderer, "binding.participantVideoStreamRenderer"); boolean z2 = false; appVideoStreamRenderer.setVisibility(0); - View view = videoCallParticipantView.i.f73c; + View view = videoCallParticipantView.i.f71c; m.checkNotNullExpressionValue(view, "binding.participantBgLetterbox"); view.setVisibility(0); ProgressBar progressBar = videoCallParticipantView.i.p; diff --git a/app/src/main/java/c/a/y/k0/a.java b/app/src/main/java/c/a/y/k0/a.java index c18ab0b012..7b6856e1e7 100644 --- a/app/src/main/java/c/a/y/k0/a.java +++ b/app/src/main/java/c/a/y/k0/a.java @@ -1,7 +1,7 @@ package c.a.y.k0; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: GuildChannelSideBarActionsView.kt */ public final class a implements View.OnClickListener { diff --git a/app/src/main/java/c/a/y/k0/b.java b/app/src/main/java/c/a/y/k0/b.java index cde28e9a81..3661b2009e 100644 --- a/app/src/main/java/c/a/y/k0/b.java +++ b/app/src/main/java/c/a/y/k0/b.java @@ -1,7 +1,7 @@ package c.a.y.k0; import android.view.View; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: GuildChannelSideBarActionsView.kt */ public final class b implements View.OnClickListener { diff --git a/app/src/main/java/c/a/y/l.java b/app/src/main/java/c/a/y/l.java index a3ae27e61f..ab8774de20 100644 --- a/app/src/main/java/c/a/y/l.java +++ b/app/src/main/java/c/a/y/l.java @@ -5,21 +5,19 @@ import android.content.Context; import android.util.Log; import android.view.View; import androidx.core.view.ViewCompat; -import c0.z.d.m; import com.discord.app.AppComponent; import com.discord.overlay.views.OverlayDialog; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.subjects.PublishSubject; import rx.subjects.Subject; /* compiled from: OverlayAppDialog.kt */ public abstract class l extends OverlayDialog implements AppComponent { - - /* renamed from: w reason: collision with root package name */ - public final Subject f250w; + public final Subject w; /* renamed from: x reason: collision with root package name */ - public Function1 f251x = m.i; + public Function1 f245x = m.i; /* compiled from: Animator.kt */ public static final class a implements Animator.AnimatorListener { @@ -75,7 +73,7 @@ public abstract class l extends OverlayDialog implements AppComponent { m.checkNotNullParameter(context, "context"); PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f250w = k0; + this.w = k0; setOnClickListener(new k(this)); } @@ -83,7 +81,7 @@ public abstract class l extends OverlayDialog implements AppComponent { getUnsubscribeSignal().onNext(null); Log.i(getClass().getSimpleName(), "closing"); if (!ViewCompat.isAttachedToWindow(this)) { - this.f251x.invoke(this); + this.f245x.invoke(this); return; } Animator closingAnimator = getClosingAnimator(); @@ -96,12 +94,12 @@ public abstract class l extends OverlayDialog implements AppComponent { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1 */ public final Function1 getOnDialogClosed() { - return this.f251x; + return this.f245x; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f250w; + return this.w; } @Override // android.view.View, android.view.ViewGroup @@ -112,6 +110,6 @@ public abstract class l extends OverlayDialog implements AppComponent { public final void setOnDialogClosed(Function1 function1) { m.checkNotNullParameter(function1, ""); - this.f251x = function1; + this.f245x = function1; } } diff --git a/app/src/main/java/c/a/y/l0/b.java b/app/src/main/java/c/a/y/l0/b.java index 55a1ce181b..c8816b6214 100644 --- a/app/src/main/java/c/a/y/l0/b.java +++ b/app/src/main/java/c/a/y/l0/b.java @@ -12,6 +12,6 @@ public final class b implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - this.i.mo17invoke(); + this.i.mo1invoke(); } } diff --git a/app/src/main/java/c/a/y/m.java b/app/src/main/java/c/a/y/m.java index e91255653e..ccff6b24ee 100644 --- a/app/src/main/java/c/a/y/m.java +++ b/app/src/main/java/c/a/y/m.java @@ -1,7 +1,7 @@ package c.a.y; -import c0.z.d.o; import com.discord.overlay.views.OverlayDialog; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: OverlayAppDialog.kt */ @@ -16,7 +16,7 @@ public final class m extends o implements Function1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 public Unit invoke(OverlayDialog overlayDialog) { - c0.z.d.m.checkNotNullParameter(overlayDialog, "it"); + d0.z.d.m.checkNotNullParameter(overlayDialog, "it"); return Unit.a; } } diff --git a/app/src/main/java/c/a/y/m0/a.java b/app/src/main/java/c/a/y/m0/a.java index 8cb4e1c8bf..65f175694b 100644 --- a/app/src/main/java/c/a/y/m0/a.java +++ b/app/src/main/java/c/a/y/m0/a.java @@ -21,6 +21,6 @@ public final class a implements View.OnClickListener { if (!(googlePlayInAppSku == null || (function1 = giftSelectView.j) == null)) { function1.invoke(googlePlayInAppSku); } - giftSelectView.i.f2202c.setOnClickListener(null); + giftSelectView.i.f1802c.setOnClickListener(null); } } diff --git a/app/src/main/java/c/a/y/n.java b/app/src/main/java/c/a/y/n.java index 07dffa6639..d9c4dce50d 100644 --- a/app/src/main/java/c/a/y/n.java +++ b/app/src/main/java/c/a/y/n.java @@ -4,11 +4,11 @@ import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import c.a.i.r0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.views.OverlayMenuBubbleDialog; import com.discord.views.VoiceUserView; +import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.jvm.functions.Function2; /* compiled from: OverlayMenuBubbleDialog.kt */ diff --git a/app/src/main/java/c/a/y/o.java b/app/src/main/java/c/a/y/o.java index 056860d608..514582b84c 100644 --- a/app/src/main/java/c/a/y/o.java +++ b/app/src/main/java/c/a/y/o.java @@ -4,7 +4,7 @@ import com.discord.api.channel.Channel; import com.discord.api.channel.ChannelUtils; import com.discord.api.voice.state.VoiceState; import com.discord.stores.StoreVoiceParticipants; -import i0.k.b; +import j0.k.b; import java.util.ArrayList; import java.util.Collection; import java.util.List; @@ -24,7 +24,7 @@ public final class o implements b call(Map map) { boolean z2; Collection values = map.values(); diff --git a/app/src/main/java/c/a/y/o0/a.java b/app/src/main/java/c/a/y/o0/a.java index 85008a2aed..79ecb69b26 100644 --- a/app/src/main/java/c/a/y/o0/a.java +++ b/app/src/main/java/c/a/y/o0/a.java @@ -5,11 +5,11 @@ import android.widget.LinearLayout; import android.widget.TextView; import c.a.i.y4; import c.a.y.o0.d; -import c0.z.d.m; import com.discord.R; import com.discord.utilities.extensions.SimpleDraweeViewExtensionsKt; import com.discord.utilities.mg_recycler.MGRecyclerViewHolder; import com.facebook.drawee.view.SimpleDraweeView; +import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ public final class a extends MGRecyclerViewHolder { public final y4 a; @@ -44,7 +44,7 @@ public final class a extends MGRecyclerViewHolder { SimpleDraweeView simpleDraweeView = this.a.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar"); SimpleDraweeViewExtensionsKt.setAvatar$default(simpleDraweeView, aVar.k, false, R.dimen.avatar_size_medium, aVar.l, 2, null); - TextView textView = this.a.f196c; + TextView textView = this.a.f194c; m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName"); textView.setText(aVar.m); } diff --git a/app/src/main/java/c/a/y/o0/b.java b/app/src/main/java/c/a/y/o0/b.java index d7b5b95375..0c86bd1146 100644 --- a/app/src/main/java/c/a/y/o0/b.java +++ b/app/src/main/java/c/a/y/o0/b.java @@ -6,10 +6,10 @@ import android.widget.TextView; import c.a.i.x4; import c.a.y.o0.d; import c.d.b.a.a; -import c0.z.d.m; import com.discord.R; import com.discord.utilities.mg_recycler.MGRecyclerViewHolder; import com.discord.utilities.resources.StringResourceUtilsKt; +import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ public final class b extends MGRecyclerViewHolder { public final x4 a; diff --git a/app/src/main/java/c/a/y/o0/c.java b/app/src/main/java/c/a/y/o0/c.java index 8e560bffab..0258c1a3bf 100644 --- a/app/src/main/java/c/a/y/o0/c.java +++ b/app/src/main/java/c/a/y/o0/c.java @@ -3,8 +3,8 @@ package c.a.y.o0; import android.view.ViewGroup; import androidx.recyclerview.widget.GridLayoutManager; import androidx.recyclerview.widget.RecyclerView; -import c0.z.d.m; import com.discord.utilities.mg_recycler.MGRecyclerAdapterSimple; +import d0.z.d.m; /* compiled from: SpeakersAdapter.kt */ public final class c extends MGRecyclerAdapterSimple { public final GridLayoutManager.SpanSizeLookup a = new a(); diff --git a/app/src/main/java/c/a/y/o0/d.java b/app/src/main/java/c/a/y/o0/d.java index 4a992773e3..47c38f4033 100644 --- a/app/src/main/java/c/a/y/o0/d.java +++ b/app/src/main/java/c/a/y/o0/d.java @@ -1,9 +1,9 @@ package c.a.y.o0; -import c0.z.d.m; import com.discord.models.member.GuildMember; import com.discord.models.user.User; import com.discord.utilities.mg_recycler.MGRecyclerDataPayload; +import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: SpeakersItem.kt */ public abstract class d implements MGRecyclerDataPayload { diff --git a/app/src/main/java/c/a/y/p.java b/app/src/main/java/c/a/y/p.java index bb86ca6fc7..b241cca10f 100644 --- a/app/src/main/java/c/a/y/p.java +++ b/app/src/main/java/c/a/y/p.java @@ -1,12 +1,12 @@ package c.a.y; -import c0.t.n; -import c0.z.d.m; import com.discord.api.channel.Channel; import com.discord.stores.StoreStream; import com.discord.stores.StoreVoiceParticipants; -import i0.k.b; -import i0.l.e.j; +import d0.t.n; +import d0.z.d.m; +import j0.k.b; +import j0.l.e.j; import java.util.List; import rx.Observable; /* compiled from: OverlayMenuBubbleDialog.kt */ @@ -19,7 +19,7 @@ public final class p implements b> call(Channel channel) { Channel channel2 = channel; if (channel2 == null) { diff --git a/app/src/main/java/c/a/y/p0/a.java b/app/src/main/java/c/a/y/p0/a.java index ab2f495c14..b386a320d7 100644 --- a/app/src/main/java/c/a/y/p0/a.java +++ b/app/src/main/java/c/a/y/p0/a.java @@ -1,6 +1,6 @@ package c.a.y.p0; -import c0.z.d.o; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StepsView.kt */ diff --git a/app/src/main/java/c/a/y/q.java b/app/src/main/java/c/a/y/q.java index 8c9310b422..ccf67c28da 100644 --- a/app/src/main/java/c/a/y/q.java +++ b/app/src/main/java/c/a/y/q.java @@ -1,11 +1,11 @@ package c.a.y; -import c0.z.d.k; -import c0.z.d.m; import com.discord.models.guild.Guild; import com.discord.rtcconnection.RtcConnection; import com.discord.views.OverlayMenuView; import com.discord.widgets.voice.model.CallModel; +import d0.z.d.k; +import d0.z.d.m; import kotlin.jvm.functions.Function4; /* compiled from: OverlayMenuView.kt */ public final /* synthetic */ class q extends k implements Function4 { diff --git a/app/src/main/java/c/a/y/q0/b.java b/app/src/main/java/c/a/y/q0/b.java index 1cb07c6d05..46347602af 100644 --- a/app/src/main/java/c/a/y/q0/b.java +++ b/app/src/main/java/c/a/y/q0/b.java @@ -1,8 +1,8 @@ package c.a.y.q0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.views.sticker.StickerView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.Subscription; diff --git a/app/src/main/java/c/a/y/q0/c.java b/app/src/main/java/c/a/y/q0/c.java index d1a864bc0f..43c1d0fbfc 100644 --- a/app/src/main/java/c/a/y/q0/c.java +++ b/app/src/main/java/c/a/y/q0/c.java @@ -1,10 +1,10 @@ package c.a.y.q0; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.file.DownloadUtils; import com.discord.views.sticker.StickerView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StickerView.kt */ diff --git a/app/src/main/java/c/a/y/q0/d.java b/app/src/main/java/c/a/y/q0/d.java index c637c963e0..838e6208fb 100644 --- a/app/src/main/java/c/a/y/q0/d.java +++ b/app/src/main/java/c/a/y/q0/d.java @@ -1,8 +1,6 @@ package c.a.y.q0; import android.widget.ImageView; -import c0.z.d.m; -import c0.z.d.o; import com.discord.api.sticker.BaseSticker; import com.discord.utilities.file.DownloadUtils; import com.discord.utilities.images.MGImages; @@ -10,6 +8,8 @@ import com.discord.utilities.stickers.StickerUtils; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.views.sticker.StickerView; import com.facebook.drawee.view.SimpleDraweeView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Pair; import kotlin.Unit; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/y/q0/f.java b/app/src/main/java/c/a/y/q0/f.java index 28f91999c9..410eceef73 100644 --- a/app/src/main/java/c/a/y/q0/f.java +++ b/app/src/main/java/c/a/y/q0/f.java @@ -1,8 +1,8 @@ package c.a.y.q0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.views.sticker.StickerView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.Subscription; diff --git a/app/src/main/java/c/a/y/q0/g.java b/app/src/main/java/c/a/y/q0/g.java index 6d3c4c0c1a..c8cc0221db 100644 --- a/app/src/main/java/c/a/y/q0/g.java +++ b/app/src/main/java/c/a/y/q0/g.java @@ -1,9 +1,9 @@ package c.a.y.q0; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; import com.discord.rlottie.RLottieDrawable; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StickerView.kt */ @@ -21,8 +21,8 @@ public final class g extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - this.this$0.this$0.i.f140c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); - this.this$0.this$0.i.f140c.b(); + this.this$0.this$0.i.f138c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); + this.this$0.this$0.i.f138c.b(); return Unit.a; } } diff --git a/app/src/main/java/c/a/y/q0/h.java b/app/src/main/java/c/a/y/q0/h.java index c1344373a6..527d9a725c 100644 --- a/app/src/main/java/c/a/y/q0/h.java +++ b/app/src/main/java/c/a/y/q0/h.java @@ -2,8 +2,6 @@ package c.a.y.q0; import android.content.Context; import android.widget.ImageView; -import c0.z.d.m; -import c0.z.d.o; import com.discord.api.sticker.BaseSticker; import com.discord.rlottie.RLottieDrawable; import com.discord.rlottie.RLottieImageView; @@ -11,6 +9,8 @@ import com.discord.utilities.file.DownloadUtils; import com.discord.utilities.stickers.StickerUtils; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.views.sticker.StickerView; +import d0.z.d.m; +import d0.z.d.o; import java.io.File; import java.util.Objects; import kotlin.Pair; @@ -46,11 +46,11 @@ public final class h extends o implements Function1 implements b call(Channel channel) { Channel channel2 = channel; if (channel2 == null) { diff --git a/app/src/main/java/c/a/y/r0/a.java b/app/src/main/java/c/a/y/r0/a.java index 806dc2856b..33f685e3d0 100644 --- a/app/src/main/java/c/a/y/r0/a.java +++ b/app/src/main/java/c/a/y/r0/a.java @@ -1,7 +1,7 @@ package c.a.y.r0; -import c0.z.d.o; import com.discord.views.typing.TypingDots; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: TypingDots.kt */ @@ -17,7 +17,7 @@ public final class a extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { if (this.this$0.isAttachedToWindow()) { this.this$0.a(true); } diff --git a/app/src/main/java/c/a/y/s.java b/app/src/main/java/c/a/y/s.java index 499aaaf5b8..5262a54532 100644 --- a/app/src/main/java/c/a/y/s.java +++ b/app/src/main/java/c/a/y/s.java @@ -1,10 +1,10 @@ package c.a.y; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.utilities.error.Error; import com.discord.views.OverlayMenuView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: OverlayMenuView.kt */ diff --git a/app/src/main/java/c/a/y/s0/a.java b/app/src/main/java/c/a/y/s0/a.java index a8c469defb..86619ec950 100644 --- a/app/src/main/java/c/a/y/s0/a.java +++ b/app/src/main/java/c/a/y/s0/a.java @@ -1,8 +1,8 @@ package c.a.y.s0; import android.graphics.Bitmap; -import c0.z.d.m; import com.discord.views.user.UserAvatarPresenceView; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: UserAvatarPresenceView.kt */ diff --git a/app/src/main/java/c/a/y/s0/b.java b/app/src/main/java/c/a/y/s0/b.java index b29628ae11..6b1a88bb52 100644 --- a/app/src/main/java/c/a/y/s0/b.java +++ b/app/src/main/java/c/a/y/s0/b.java @@ -2,8 +2,8 @@ package c.a.y.s0; import android.graphics.Bitmap; import c.f.j.q.a; -import c0.z.d.m; import com.discord.views.user.UserAvatarPresenceView; +import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: UserAvatarPresenceView.kt */ diff --git a/app/src/main/java/c/a/y/t.java b/app/src/main/java/c/a/y/t.java index 5fa8cdd301..24e0561c40 100644 --- a/app/src/main/java/c/a/y/t.java +++ b/app/src/main/java/c/a/y/t.java @@ -1,13 +1,13 @@ package c.a.y; import android.content.Context; -import c0.z.d.m; -import c0.z.d.o; import com.discord.BuildConfig; import com.discord.R; import com.discord.models.domain.ModelInvite; import com.discord.utilities.analytics.AnalyticsTracker; import com.discord.views.OverlayMenuView; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: OverlayMenuView.kt */ @@ -32,7 +32,7 @@ public final class t extends o implements Function1 { String link = modelInvite2.toLink(this.this$0.getResources(), BuildConfig.HOST_INVITE); m.checkNotNullExpressionValue(link, "invite.toLink(resources, BuildConfig.HOST_INVITE)"); c.a.d.m.a(context, link, R.string.invite_link_copied); - this.this$0.getOnDismissRequested$app_productionCanaryRelease().mo17invoke(); + this.this$0.getOnDismissRequested$app_productionCanaryRelease().mo1invoke(); return Unit.a; } } diff --git a/app/src/main/java/c/a/y/v.java b/app/src/main/java/c/a/y/v.java index 94e0eb8c2d..645a4fdc0a 100644 --- a/app/src/main/java/c/a/y/v.java +++ b/app/src/main/java/c/a/y/v.java @@ -1,7 +1,7 @@ package c.a.y; import com.discord.stores.StoreVoiceParticipants; -import i0.k.b; +import j0.k.b; import java.util.Iterator; import java.util.Map; /* compiled from: OverlayVoiceBubble.kt */ @@ -10,7 +10,7 @@ public final class v implements b map) { T t; Iterator it = map.values().iterator(); diff --git a/app/src/main/java/c/a/y/w.java b/app/src/main/java/c/a/y/w.java index 6c21bac673..da0da54dbc 100644 --- a/app/src/main/java/c/a/y/w.java +++ b/app/src/main/java/c/a/y/w.java @@ -6,8 +6,6 @@ import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import c.a.i.s0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.app.AppComponent; import com.discord.overlay.views.OverlayBubbleWrap; @@ -16,7 +14,9 @@ import com.discord.stores.StoreVoiceParticipants; import com.discord.utilities.icon.IconUtils; import com.discord.utilities.rx.ObservableExtensionsKt; import com.facebook.drawee.view.SimpleDraweeView; -import i0.l.e.j; +import d0.z.d.m; +import d0.z.d.o; +import j0.l.e.j; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -26,23 +26,21 @@ import rx.subjects.PublishSubject; import rx.subjects.Subject; /* compiled from: OverlayVoiceBubble.kt */ public final class w extends OverlayBubbleWrap implements AppComponent { - - /* renamed from: w reason: collision with root package name */ - public static final /* synthetic */ int f252w = 0; + public static final /* synthetic */ int w = 0; /* renamed from: x reason: collision with root package name */ - public final s0 f253x; + public final s0 f246x; /* renamed from: y reason: collision with root package name */ - public final Subject f254y; + public final Subject f247y; /* compiled from: OverlayVoiceBubble.kt */ - public static final class a implements i0.k.b> { + public static final class a implements j0.k.b> { public static final a i = new a(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public Observable call(Long l) { Long l2 = l; if (l2 != null && l2.longValue() == 0) { @@ -70,7 +68,7 @@ public final class w extends OverlayBubbleWrap implements AppComponent { public Unit invoke(StoreVoiceParticipants.VoiceUser voiceUser) { StoreVoiceParticipants.VoiceUser voiceUser2 = voiceUser; w wVar = this.this$0; - int i = w.f252w; + int i = w.w; if (voiceUser2 == null) { wVar.h(); } else { @@ -91,10 +89,10 @@ public final class w extends OverlayBubbleWrap implements AppComponent { SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate; s0 s0Var = new s0(simpleDraweeView, simpleDraweeView); m.checkNotNullExpressionValue(s0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); - this.f253x = s0Var; + this.f246x = s0Var; PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f254y = k0; + this.f247y = k0; } @Override // com.discord.overlay.views.OverlayBubbleWrap @@ -115,14 +113,14 @@ public final class w extends OverlayBubbleWrap implements AppComponent { } public final SimpleDraweeView getImageView$app_productionCanaryRelease() { - SimpleDraweeView simpleDraweeView = this.f253x.b; + SimpleDraweeView simpleDraweeView = this.f246x.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f254y; + return this.f247y; } public final void h() { diff --git a/app/src/main/java/c/a/y/x.java b/app/src/main/java/c/a/y/x.java index de8fe62f11..f985cbed1d 100644 --- a/app/src/main/java/c/a/y/x.java +++ b/app/src/main/java/c/a/y/x.java @@ -1,8 +1,8 @@ package c.a.y; -import c0.z.d.m; -import c0.z.d.o; import com.discord.widgets.user.search.WidgetGlobalSearchModel; +import d0.z.d.m; +import d0.z.d.o; import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function2; @@ -25,7 +25,7 @@ public final class x extends o implements Function2"); m.checkNotNullParameter(list2, ""); if (!m.areEqual(this.this$0.B, this.$searchModel$inlined.getFilter())) { - this.this$0.f255y.f.scrollToPosition(0); + this.this$0.f248y.f.scrollToPosition(0); this.this$0.B = this.$searchModel$inlined.getFilter(); } return Unit.a; diff --git a/app/src/main/java/c/a/y/y.java b/app/src/main/java/c/a/y/y.java index 7f8237f757..8a2756e2a3 100644 --- a/app/src/main/java/c/a/y/y.java +++ b/app/src/main/java/c/a/y/y.java @@ -2,10 +2,10 @@ package c.a.y; import android.content.Context; import android.view.View; -import c0.z.d.m; -import c0.z.d.o; import com.discord.app.DiscordConnectService; import com.discord.widgets.user.search.WidgetGlobalSearchModel; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function4; /* compiled from: OverlayVoiceSelectorBubbleDialog.kt */ diff --git a/app/src/main/java/c/a/y/z.java b/app/src/main/java/c/a/y/z.java index 3bfd582c9f..fd46c346c1 100644 --- a/app/src/main/java/c/a/y/z.java +++ b/app/src/main/java/c/a/y/z.java @@ -11,8 +11,6 @@ import android.widget.EditText; import android.widget.TextView; import androidx.recyclerview.widget.RecyclerView; import c.a.i.t0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.R; import com.discord.api.channel.Channel; import com.discord.api.channel.ChannelUtils; @@ -24,6 +22,8 @@ import com.discord.utilities.view.text.TextWatcher; import com.discord.widgets.user.search.WidgetGlobalSearchAdapter; import com.discord.widgets.user.search.WidgetGlobalSearchModel; import com.google.android.material.textfield.TextInputLayout; +import d0.z.d.m; +import d0.z.d.o; import java.util.ArrayList; import java.util.List; import kotlin.Unit; @@ -37,10 +37,10 @@ public final class z extends l implements AppComponent { public String B; /* renamed from: y reason: collision with root package name */ - public t0 f255y; + public t0 f248y; /* renamed from: z reason: collision with root package name */ - public final WidgetGlobalSearchAdapter f256z; + public final WidgetGlobalSearchAdapter f249z; /* compiled from: OverlayVoiceSelectorBubbleDialog.kt */ public static final class a implements View.OnClickListener { @@ -78,12 +78,12 @@ public final class z extends l implements AppComponent { } /* compiled from: OverlayVoiceSelectorBubbleDialog.kt */ - public static final class c implements i0.k.b { + public static final class c implements j0.k.b { public static final c i = new c(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // i0.k.b + @Override // j0.k.b public String call(String str) { return '!' + str; } @@ -106,17 +106,17 @@ public final class z extends l implements AppComponent { WidgetGlobalSearchModel widgetGlobalSearchModel2 = widgetGlobalSearchModel; m.checkNotNullParameter(widgetGlobalSearchModel2, "it"); z zVar = this.this$0; - TextView textView = zVar.f255y.d; + TextView textView = zVar.f248y.d; m.checkNotNullExpressionValue(textView, "binding.emptyResults"); int i = 8; textView.setVisibility(widgetGlobalSearchModel2.getData().isEmpty() ? 0 : 8); - RecyclerView recyclerView = zVar.f255y.f; + RecyclerView recyclerView = zVar.f248y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); if (!widgetGlobalSearchModel2.getData().isEmpty()) { i = 0; } recyclerView.setVisibility(i); - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f256z; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f249z; widgetGlobalSearchAdapter.setOnUpdated(new x(zVar, widgetGlobalSearchModel2)); List data = widgetGlobalSearchModel2.getData(); ArrayList arrayList = new ArrayList(); @@ -139,40 +139,40 @@ public final class z extends l implements AppComponent { getWindowLayoutParams().flags &= -9; t0 a2 = t0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f255y = a2; - RecyclerView recyclerView = this.f255y.f; + this.f248y = a2; + RecyclerView recyclerView = this.f248y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); - this.f256z = new WidgetGlobalSearchAdapter(recyclerView); + this.f249z = new WidgetGlobalSearchAdapter(recyclerView); } @Override // c.a.y.l public Animator getClosingAnimator() { Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f255y.f165c); + loadAnimator.setTarget(this.f248y.f163c); m.checkNotNullExpressionValue(loadAnimator, "AnimatorInflater.loadAni…binding.dialogCard)\n }"); return loadAnimator; } public final void h() { - this.f255y.b.setOnClickListener(new a(this)); - TextInputLayout textInputLayout = this.f255y.e; + this.f248y.b.setOnClickListener(new a(this)); + TextInputLayout textInputLayout = this.f248y.e; m.checkNotNullExpressionValue(textInputLayout, "binding.overlayChannelSearch"); ViewExtensions.setText(textInputLayout, this.B); - TextInputLayout textInputLayout2 = this.f255y.e; + TextInputLayout textInputLayout2 = this.f248y.e; m.checkNotNullExpressionValue(textInputLayout2, "binding.overlayChannelSearch"); EditText editText = textInputLayout2.getEditText(); if (editText != null) { editText.addTextChangedListener(new TextWatcher(null, null, new b(this), 3, null)); } - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f256z; - RecyclerView recyclerView = this.f255y.f; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f249z; + RecyclerView recyclerView = this.f248y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); widgetGlobalSearchAdapter.setRecycler(recyclerView); - MGRecyclerAdapter.Companion.configure(this.f256z); + MGRecyclerAdapter.Companion.configure(this.f249z); WidgetGlobalSearchModel.Companion companion = WidgetGlobalSearchModel.Companion; Observable F = this.A.F(c.i); m.checkNotNullExpressionValue(F, "filterPublisher.map { \"!$it\" }"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f256z), z.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f249z), z.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); } @Override // android.view.View, android.view.ViewGroup @@ -180,7 +180,7 @@ public final class z extends l implements AppComponent { super.onAttachedToWindow(); h(); Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f255y.f165c); + loadAnimator.setTarget(this.f248y.f163c); loadAnimator.start(); } @@ -191,7 +191,7 @@ public final class z extends l implements AppComponent { removeAllViewsInLayout(); t0 a2 = t0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f255y = a2; + this.f248y = a2; h(); } } diff --git a/app/src/main/java/c/a/z/a/a/d.java b/app/src/main/java/c/a/z/a/a/d.java index 31b2256c75..a19aa3e04a 100644 --- a/app/src/main/java/c/a/z/a/a/d.java +++ b/app/src/main/java/c/a/z/a/a/d.java @@ -4,7 +4,7 @@ import c.d.b.a.a; import com.discord.models.member.GuildMember; import com.discord.models.user.User; import com.discord.widgets.channels.SimpleMembersAdapter; -import i0.k.b; +import j0.k.b; import java.util.Map; /* compiled from: lambda */ public final /* synthetic */ class d implements b { @@ -14,7 +14,7 @@ public final /* synthetic */ class d implements b { this.i = map; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { User user = (User) obj; return new SimpleMembersAdapter.MemberItem(user, (GuildMember) a.e(user, this.i)); diff --git a/app/src/main/java/c/a/z/a/a/e.java b/app/src/main/java/c/a/z/a/a/e.java index 236ea2ae9c..83e4026c71 100644 --- a/app/src/main/java/c/a/z/a/a/e.java +++ b/app/src/main/java/c/a/z/a/a/e.java @@ -1,11 +1,11 @@ package c.a.z.a.a; -import c0.z.d.m; import com.discord.api.channel.Channel; import com.discord.stores.StoreStream; import com.discord.utilities.rx.ObservableExtensionsKt; -import i0.k.b; -import i0.l.e.j; +import d0.z.d.m; +import j0.k.b; +import j0.l.e.j; import java.util.concurrent.TimeUnit; import rx.Observable; /* compiled from: lambda */ @@ -20,7 +20,7 @@ public final /* synthetic */ class e implements b { this.k = observable; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { long j = this.i; long j2 = this.j; diff --git a/app/src/main/java/c/a/z/a/a/g.java b/app/src/main/java/c/a/z/a/a/g.java index ac55641fbe..6e53dc8189 100644 --- a/app/src/main/java/c/a/z/a/a/g.java +++ b/app/src/main/java/c/a/z/a/a/g.java @@ -2,7 +2,7 @@ package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; -import i0.k.b; +import j0.k.b; /* compiled from: lambda */ public final /* synthetic */ class g implements b { public final /* synthetic */ long i; @@ -13,7 +13,7 @@ public final /* synthetic */ class g implements b { this.j = channel; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { return WidgetChannelSettingsPermissionsAddMember.Model.lambda$null$0(this.i, this.j, (String) obj); } diff --git a/app/src/main/java/c/a/z/a/a/h.java b/app/src/main/java/c/a/z/a/a/h.java index 6f50912f90..5e63f857c4 100644 --- a/app/src/main/java/c/a/z/a/a/h.java +++ b/app/src/main/java/c/a/z/a/a/h.java @@ -1,11 +1,11 @@ package c.a.z.a.a; -import i0.k.b; -import i0.l.a.n; -import i0.l.a.o2; -import i0.l.a.r; -import i0.l.e.j; -import i0.l.e.l; +import j0.k.b; +import j0.l.a.n; +import j0.l.a.o2; +import j0.l.a.r; +import j0.l.e.j; +import j0.l.e.l; import java.util.List; import java.util.Map; import rx.Observable; @@ -21,12 +21,12 @@ public final /* synthetic */ class h implements b { this.k = str; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { List list = this.i; Map map = this.j; Observable h02 = Observable.h0(new r(Observable.A(((Map) obj).values()).x(new l(list)).x(new m(map)).x(new k(this.k)).i, new o2(new f(map), 10))); l lVar = l.INSTANCE; - return (h02 instanceof j ? Observable.h0(new n.b(((j) h02).k, lVar)) : Observable.h0(new n(h02, lVar, i0.l.e.h.i))).F(new d(map)).f0(); + return (h02 instanceof j ? Observable.h0(new n.b(((j) h02).k, lVar)) : Observable.h0(new n(h02, lVar, j0.l.e.h.i))).F(new d(map)).f0(); } } diff --git a/app/src/main/java/c/a/z/a/a/i.java b/app/src/main/java/c/a/z/a/a/i.java index 9d29a3f664..4afbd5c41f 100644 --- a/app/src/main/java/c/a/z/a/a/i.java +++ b/app/src/main/java/c/a/z/a/a/i.java @@ -1,7 +1,7 @@ package c.a.z.a.a; import com.discord.stores.StoreStream; -import i0.k.b; +import j0.k.b; import java.util.List; import java.util.Map; /* compiled from: lambda */ @@ -14,7 +14,7 @@ public final /* synthetic */ class i implements b { this.j = str; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { Map map = (Map) obj; return StoreStream.getUsers().observeUsers(map.keySet()).Y(new h(this.i, map, this.j)); diff --git a/app/src/main/java/c/a/z/a/a/k.java b/app/src/main/java/c/a/z/a/a/k.java index 5ba87e7197..a0361d9b41 100644 --- a/app/src/main/java/c/a/z/a/a/k.java +++ b/app/src/main/java/c/a/z/a/a/k.java @@ -1,7 +1,7 @@ package c.a.z.a.a; import com.discord.models.user.User; -import i0.k.b; +import j0.k.b; import java.util.Locale; /* compiled from: lambda */ public final /* synthetic */ class k implements b { @@ -11,7 +11,7 @@ public final /* synthetic */ class k implements b { this.i = str; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { return Boolean.valueOf(((User) obj).getUsername().toLowerCase(Locale.ROOT).contains(this.i)); } diff --git a/app/src/main/java/c/a/z/a/a/l.java b/app/src/main/java/c/a/z/a/a/l.java index af1ceacc30..0e3c6fbdab 100644 --- a/app/src/main/java/c/a/z/a/a/l.java +++ b/app/src/main/java/c/a/z/a/a/l.java @@ -2,7 +2,7 @@ package c.a.z.a.a; import com.discord.api.permission.PermissionOverwrite; import com.discord.models.user.User; -import i0.k.b; +import j0.k.b; import java.util.List; /* compiled from: lambda */ public final /* synthetic */ class l implements b { @@ -12,7 +12,7 @@ public final /* synthetic */ class l implements b { this.i = list; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { List list = this.i; User user = (User) obj; diff --git a/app/src/main/java/c/a/z/a/a/m.java b/app/src/main/java/c/a/z/a/a/m.java index be29e27ec6..ff1568a9ee 100644 --- a/app/src/main/java/c/a/z/a/a/m.java +++ b/app/src/main/java/c/a/z/a/a/m.java @@ -2,7 +2,7 @@ package c.a.z.a.a; import c.d.b.a.a; import com.discord.models.user.User; -import i0.k.b; +import j0.k.b; import java.util.Map; /* compiled from: lambda */ public final /* synthetic */ class m implements b { @@ -12,7 +12,7 @@ public final /* synthetic */ class m implements b { this.i = map; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { return Boolean.valueOf(a.e((User) obj, this.i) != null); } diff --git a/app/src/main/java/c/a/z/a/a/o.java b/app/src/main/java/c/a/z/a/a/o.java index 7bcd3fd9dd..9d12ce8a33 100644 --- a/app/src/main/java/c/a/z/a/a/o.java +++ b/app/src/main/java/c/a/z/a/a/o.java @@ -2,12 +2,12 @@ package c.a.z.a.a; import android.text.TextUtils; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; -import i0.k.b; +import j0.k.b; /* compiled from: lambda */ public final /* synthetic */ class o implements b { public static final /* synthetic */ o i = new o(); - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { int i2 = WidgetChannelSettingsPermissionsAddMember.i; return Boolean.valueOf(!TextUtils.isEmpty((String) obj)); diff --git a/app/src/main/java/c/a/z/a/a/q.java b/app/src/main/java/c/a/z/a/a/q.java index 6e0ece97ed..2d99f855ef 100644 --- a/app/src/main/java/c/a/z/a/a/q.java +++ b/app/src/main/java/c/a/z/a/a/q.java @@ -2,8 +2,8 @@ package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.stores.StoreStream; -import i0.k.b; -import i0.l.e.j; +import j0.k.b; +import j0.l.e.j; import rx.Observable; /* compiled from: lambda */ public final /* synthetic */ class q implements b { @@ -13,7 +13,7 @@ public final /* synthetic */ class q implements b { this.i = j; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { Channel channel = (Channel) obj; return channel == null ? new j(null) : Observable.h(StoreStream.getGuilds().observeGuild(channel.f()), StoreStream.getUsers().observeMe(), StoreStream.getPermissions().observePermissionsForChannel(this.i), StoreStream.getGuilds().observeSortedRoles(channel.f()).Y(new s(channel)), new r(channel)); diff --git a/app/src/main/java/c/a/z/a/a/s.java b/app/src/main/java/c/a/z/a/a/s.java index 997746b5f5..7df52a3938 100644 --- a/app/src/main/java/c/a/z/a/a/s.java +++ b/app/src/main/java/c/a/z/a/a/s.java @@ -1,8 +1,8 @@ package c.a.z.a.a; import com.discord.api.channel.Channel; -import i0.k.b; -import i0.l.a.q; +import j0.k.b; +import j0.l.a.q; import java.util.List; import rx.Observable; /* compiled from: lambda */ @@ -13,7 +13,7 @@ public final /* synthetic */ class s implements b { this.i = channel; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { return Observable.h0(new q((List) obj)).x(new t(this.i)).F(v.i).f0(); } diff --git a/app/src/main/java/c/a/z/a/a/t.java b/app/src/main/java/c/a/z/a/a/t.java index c3a6310e36..427e7d22a8 100644 --- a/app/src/main/java/c/a/z/a/a/t.java +++ b/app/src/main/java/c/a/z/a/a/t.java @@ -2,7 +2,7 @@ package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.api.role.GuildRole; -import i0.k.b; +import j0.k.b; /* compiled from: lambda */ public final /* synthetic */ class t implements b { public final /* synthetic */ Channel i; @@ -11,7 +11,7 @@ public final /* synthetic */ class t implements b { this.i = channel; } - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { Channel channel = this.i; GuildRole guildRole = (GuildRole) obj; diff --git a/app/src/main/java/c/a/z/a/a/v.java b/app/src/main/java/c/a/z/a/a/v.java index 4c6e9769fa..f47989b196 100644 --- a/app/src/main/java/c/a/z/a/a/v.java +++ b/app/src/main/java/c/a/z/a/a/v.java @@ -2,12 +2,12 @@ package c.a.z.a.a; import com.discord.api.role.GuildRole; import com.discord.widgets.channels.SimpleRolesAdapter; -import i0.k.b; +import j0.k.b; /* compiled from: lambda */ public final /* synthetic */ class v implements b { public static final /* synthetic */ v i = new v(); - @Override // i0.k.b + @Override // j0.k.b public final Object call(Object obj) { return new SimpleRolesAdapter.RoleItem((GuildRole) obj); } diff --git a/app/src/main/java/c/b/a/a/a.java b/app/src/main/java/c/b/a/a/a.java index 9767cc5244..cc69b84cfd 100644 --- a/app/src/main/java/c/b/a/a/a.java +++ b/app/src/main/java/c/b/a/a/a.java @@ -31,9 +31,6 @@ import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentTransaction; import androidx.viewpager.widget.ViewPager; import c.b.a.d.d; -import c0.t.c0; -import c0.z.d.m; -import c0.z.d.o; import com.discord.utilities.color.ColorCompat; import com.google.android.material.floatingactionbutton.FloatingActionButton; import com.google.android.material.tabs.TabLayout; @@ -43,6 +40,9 @@ import com.lytefast.flexinput.model.Attachment; import com.lytefast.flexinput.utils.SelectionAggregator; import com.lytefast.flexinput.utils.SelectionCoordinator; import com.lytefast.flexinput.viewmodel.FlexInputViewModel; +import d0.t.c0; +import d0.z.d.m; +import d0.z.d.o; import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; @@ -94,11 +94,11 @@ public class a extends AppCompatDialogFragment { try { aVar2.startActivityForResult(intent, 5968); } catch (ActivityNotFoundException unused) { - Toast.makeText(aVar2.getContext(), aVar2.getString(R.g.error_generic_title), 0).show(); + Toast.makeText(aVar2.getContext(), aVar2.getString(R.h.error_generic_title), 0).show(); } } else if (i == 2) { FlexInputFragment flexInputFragment = (FlexInputFragment) ((Fragment) this.j); - FlexInputViewModel flexInputViewModel = flexInputFragment.f2924r; + FlexInputViewModel flexInputViewModel = flexInputFragment.r; if (flexInputViewModel != null) { flexInputViewModel.onSendButtonClicked(flexInputFragment.n); } @@ -199,7 +199,7 @@ public class a extends AppCompatDialogFragment { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { TabLayout tabLayout; TabLayout.Tab tabAt; FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); @@ -355,13 +355,13 @@ public class a extends AppCompatDialogFragment { if (clipData == null) { Uri data = intent.getData(); if (data != null) { - bVar.f(Attachment.Companion.a(data, contentResolver)); + bVar.f(Attachment.Companion.b(data, contentResolver)); return; } return; } - IntRange until = c0.d0.f.until(0, clipData.getItemCount()); - ArrayList arrayList = new ArrayList(c0.t.o.collectionSizeOrDefault(until, 10)); + IntRange until = d0.d0.f.until(0, clipData.getItemCount()); + ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(until, 10)); Iterator it = until.iterator(); while (it.hasNext()) { ClipData.Item itemAt = clipData.getItemAt(((c0) it).nextInt()); @@ -371,7 +371,7 @@ public class a extends AppCompatDialogFragment { for (Uri uri : arrayList) { Attachment.Companion companion = Attachment.Companion; m.checkNotNullExpressionValue(uri, "it"); - bVar.f(companion.a(uri, contentResolver)); + bVar.f(companion.b(uri, contentResolver)); } } } @@ -380,7 +380,7 @@ public class a extends AppCompatDialogFragment { @Override // androidx.appcompat.app.AppCompatDialogFragment, androidx.fragment.app.DialogFragment @SuppressLint({"PrivateResource"}) public Dialog onCreateDialog(Bundle bundle) { - d dVar = new d(this, getContext(), R.h.FlexInput_DialogWhenLarge); + d dVar = new d(this, getContext(), R.i.FlexInput_DialogWhenLarge); dVar.supportRequestWindowFeature(1); Window window = dVar.getWindow(); if (window != null) { @@ -393,13 +393,13 @@ public class a extends AppCompatDialogFragment { @Override // androidx.fragment.app.Fragment public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) { m.checkNotNullParameter(layoutInflater, "inflater"); - View inflate = layoutInflater.inflate(R.f.dialog_add_content_pager_with_fab, viewGroup, false); + View inflate = layoutInflater.inflate(R.g.dialog_add_content_pager_with_fab, viewGroup, false); if (inflate != null) { inflate.setOnClickListener(new View$OnClickListenerC0052a(0, this)); - this.j = (ViewPager) inflate.findViewById(R.e.content_pager); - this.k = (TabLayout) inflate.findViewById(R.e.content_tabs); - this.l = (FloatingActionButton) inflate.findViewById(R.e.action_btn); - ImageView imageView = (ImageView) inflate.findViewById(R.e.launch_btn); + this.j = (ViewPager) inflate.findViewById(R.f.content_pager); + this.k = (TabLayout) inflate.findViewById(R.f.content_tabs); + this.l = (FloatingActionButton) inflate.findViewById(R.f.action_btn); + ImageView imageView = (ImageView) inflate.findViewById(R.f.launch_btn); this.m = imageView; if (imageView != null) { imageView.setOnClickListener(new View$OnClickListenerC0052a(1, this)); @@ -416,9 +416,9 @@ public class a extends AppCompatDialogFragment { m.checkNotNullParameter(eVar, "onContentPagesInitialized"); try { flexInputFragment.k(); - eVar.mo17invoke(); + eVar.mo1invoke(); } catch (UninitializedPropertyAccessException unused) { - flexInputFragment.f2925w.add(eVar); + flexInputFragment.w.add(eVar); } FloatingActionButton floatingActionButton2 = this.l; if (floatingActionButton2 != null) { diff --git a/app/src/main/java/c/b/a/a/b.java b/app/src/main/java/c/b/a/a/b.java index 3fee35fe3c..80109f7591 100644 --- a/app/src/main/java/c/b/a/a/b.java +++ b/app/src/main/java/c/b/a/a/b.java @@ -2,10 +2,10 @@ package c.b.a.a; import androidx.fragment.app.Fragment; import androidx.viewpager.widget.ViewPager; -import c0.z.d.m; import com.google.android.material.tabs.TabLayout; import com.lytefast.flexinput.fragment.FlexInputFragment; import com.lytefast.flexinput.viewmodel.FlexInputViewModel; +import d0.z.d.m; /* compiled from: AddContentDialogFragment.kt */ public final class b implements TabLayout.OnTabSelectedListener { public final /* synthetic */ a a; @@ -27,7 +27,7 @@ public final class b implements TabLayout.OnTabSelectedListener { if (position == 3) { this.a.h(false); Fragment parentFragment = this.a.getParentFragment(); - if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).f2924r) != null) { + if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).r) != null) { flexInputViewModel.onCreateThreadSelected(); return; } diff --git a/app/src/main/java/c/b/a/a/e.java b/app/src/main/java/c/b/a/a/e.java index 4fdeced0f2..cf56c14db2 100644 --- a/app/src/main/java/c/b/a/a/e.java +++ b/app/src/main/java/c/b/a/a/e.java @@ -1,7 +1,7 @@ package c.b.a.a; import androidx.swiperefreshlayout.widget.SwipeRefreshLayout; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function0; /* compiled from: FilesFragment.kt */ public final class e implements SwipeRefreshLayout.OnRefreshListener { @@ -13,6 +13,6 @@ public final class e implements SwipeRefreshLayout.OnRefreshListener { @Override // androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener public final /* synthetic */ void onRefresh() { - m.checkNotNullExpressionValue(this.a.mo17invoke(), "invoke(...)"); + m.checkNotNullExpressionValue(this.a.mo1invoke(), "invoke(...)"); } } diff --git a/app/src/main/java/c/b/a/a/f.java b/app/src/main/java/c/b/a/a/f.java index e57361ae2b..4a4c976dc8 100644 --- a/app/src/main/java/c/b/a/a/f.java +++ b/app/src/main/java/c/b/a/a/f.java @@ -21,7 +21,7 @@ public final class f implements ViewPager.OnPageChangeListener { @Override // androidx.viewpager.widget.ViewPager.OnPageChangeListener public void onPageSelected(int i) { - FlexInputViewModel flexInputViewModel = this.a.f2924r; + FlexInputViewModel flexInputViewModel = this.a.r; if (flexInputViewModel != null) { flexInputViewModel.onContentDialogPageChanged(i); } diff --git a/app/src/main/java/c/b/a/a/g.java b/app/src/main/java/c/b/a/a/g.java index c318bcb620..61544ba636 100644 --- a/app/src/main/java/c/b/a/a/g.java +++ b/app/src/main/java/c/b/a/a/g.java @@ -15,7 +15,7 @@ public final class g implements DialogInterface.OnDismissListener { @Override // android.content.DialogInterface.OnDismissListener public final void onDismiss(DialogInterface dialogInterface) { FlexInputViewModel flexInputViewModel; - if (this.i.isAdded() && !this.i.isHidden() && (flexInputViewModel = this.i.f2924r) != null) { + if (this.i.isAdded() && !this.i.isHidden() && (flexInputViewModel = this.i.r) != null) { c.c0(flexInputViewModel, false, 1, null); } } diff --git a/app/src/main/java/c/b/a/a/h.java b/app/src/main/java/c/b/a/a/h.java index 45b9b976e3..287da07720 100644 --- a/app/src/main/java/c/b/a/a/h.java +++ b/app/src/main/java/c/b/a/a/h.java @@ -2,10 +2,10 @@ package c.b.a.a; import android.view.View; import c.i.a.f.e.o.c; -import c0.z.d.m; -import c0.z.d.o; import com.lytefast.flexinput.fragment.FlexInputFragment; import com.lytefast.flexinput.viewmodel.FlexInputViewModel; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: FlexInputFragment.kt */ @@ -23,7 +23,7 @@ public final class h extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - FlexInputViewModel flexInputViewModel = this.this$0.f2924r; + FlexInputViewModel flexInputViewModel = this.this$0.r; if (flexInputViewModel != null) { c.c0(flexInputViewModel, false, 1, null); } diff --git a/app/src/main/java/c/b/a/a/i.java b/app/src/main/java/c/b/a/a/i.java index a97dda852e..9870c7288b 100644 --- a/app/src/main/java/c/b/a/a/i.java +++ b/app/src/main/java/c/b/a/a/i.java @@ -1,9 +1,9 @@ package c.b.a.a; import android.view.View; -import c0.z.d.m; import com.lytefast.flexinput.fragment.FlexInputFragment; import com.lytefast.flexinput.viewmodel.FlexInputViewModel; +import d0.z.d.m; /* compiled from: FlexInputFragment.kt */ public final class i implements View.OnLongClickListener { public final /* synthetic */ FlexInputFragment i; @@ -14,7 +14,7 @@ public final class i implements View.OnLongClickListener { @Override // android.view.View.OnLongClickListener public final boolean onLongClick(View view) { - FlexInputViewModel flexInputViewModel = this.i.f2924r; + FlexInputViewModel flexInputViewModel = this.i.r; if (flexInputViewModel == null) { return false; } diff --git a/app/src/main/java/c/b/a/a/j.java b/app/src/main/java/c/b/a/a/j.java index 2598e087d7..6b9b878a52 100644 --- a/app/src/main/java/c/b/a/a/j.java +++ b/app/src/main/java/c/b/a/a/j.java @@ -1,8 +1,8 @@ package c.b.a.a; import android.util.Log; -import c0.z.d.o; import com.lytefast.flexinput.fragment.FlexInputFragment; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: FlexInputFragment.kt */ diff --git a/app/src/main/java/c/b/a/a/k.java b/app/src/main/java/c/b/a/a/k.java index 7110502ce3..55f7de763d 100644 --- a/app/src/main/java/c/b/a/a/k.java +++ b/app/src/main/java/c/b/a/a/k.java @@ -3,10 +3,10 @@ package c.b.a.a; import android.widget.FrameLayout; import android.widget.ImageView; import androidx.appcompat.widget.AppCompatImageButton; -import c0.z.d.m; -import c0.z.d.o; import com.lytefast.flexinput.R; import com.lytefast.flexinput.fragment.FlexInputFragment; +import d0.z.d.m; +import d0.z.d.o; import kotlin.jvm.functions.Function1; import kotlin.reflect.KProperty; /* compiled from: FlexInputFragment.kt */ @@ -41,10 +41,10 @@ public final class k extends o implements Function1 { i = 0; } imageView.setVisibility(i); - this.this$0.j().i.setImageResource(z2 ? R.d.ic_expression_icon_cutout_24dp : R.d.ic_emoji_24dp); + this.this$0.j().i.setImageResource(z2 ? R.e.ic_expression_icon_cutout_24dp : R.e.ic_emoji_24dp); AppCompatImageButton appCompatImageButton = this.this$0.j().i; m.checkNotNullExpressionValue(appCompatImageButton, "binding.expressionBtn"); - appCompatImageButton.setContentDescription(this.this$0.getString(R.g.toggle_emoji_keyboard)); + appCompatImageButton.setContentDescription(this.this$0.getString(R.h.toggle_emoji_keyboard)); FrameLayout frameLayout2 = this.this$0.j().g; m.checkNotNullExpressionValue(frameLayout2, "binding.defaultWindowInsetsHandler"); frameLayout2.setVisibility(0); diff --git a/app/src/main/java/c/b/a/a/l.java b/app/src/main/java/c/b/a/a/l.java index 465daa3075..14983655ac 100644 --- a/app/src/main/java/c/b/a/a/l.java +++ b/app/src/main/java/c/b/a/a/l.java @@ -3,10 +3,10 @@ package c.b.a.a; import android.widget.FrameLayout; import android.widget.ImageView; import androidx.appcompat.widget.AppCompatImageButton; -import c0.z.d.m; -import c0.z.d.o; import com.lytefast.flexinput.R; import com.lytefast.flexinput.fragment.FlexInputFragment; +import d0.z.d.m; +import d0.z.d.o; import java.util.concurrent.TimeUnit; import kotlin.Unit; import kotlin.jvm.functions.Function0; @@ -35,13 +35,13 @@ public final class l extends o implements Function0 { m.checkNotNullExpressionValue(frameLayout, "binding.expressionTrayContainer"); frameLayout.setVisibility(0); FlexInputFragment.h(this.i.this$0, true); - this.i.this$0.j().i.setImageResource(R.d.ic_keyboard_24dp); + this.i.this$0.j().i.setImageResource(R.e.ic_keyboard_24dp); ImageView imageView = this.i.this$0.j().j; m.checkNotNullExpressionValue(imageView, "binding.expressionBtnBadge"); imageView.setVisibility(8); AppCompatImageButton appCompatImageButton = this.i.this$0.j().i; m.checkNotNullExpressionValue(appCompatImageButton, "binding.expressionBtn"); - appCompatImageButton.setContentDescription(this.i.this$0.getString(R.g.show_keyboard)); + appCompatImageButton.setContentDescription(this.i.this$0.getString(R.h.show_keyboard)); FrameLayout frameLayout2 = this.i.this$0.j().g; m.checkNotNullExpressionValue(frameLayout2, "binding.defaultWindowInsetsHandler"); frameLayout2.setVisibility(8); @@ -57,7 +57,7 @@ public final class l extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public final void mo17invoke() { - this.this$0.u = Observable.d0(300, TimeUnit.MILLISECONDS).I(i0.j.b.a.a()).V(new a(this)); + public final void mo1invoke() { + this.this$0.u = Observable.d0(300, TimeUnit.MILLISECONDS).I(j0.j.b.a.a()).V(new a(this)); } } diff --git a/app/src/main/java/c/b/a/a/m.java b/app/src/main/java/c/b/a/a/m.java index 1ac6f82e58..7abf77ca34 100644 --- a/app/src/main/java/c/b/a/a/m.java +++ b/app/src/main/java/c/b/a/a/m.java @@ -15,9 +15,9 @@ public final class m implements SelectionCoordinator.ItemSelectionListener attachment) { - c0.z.d.m.checkNotNullParameter(attachment, "item"); + d0.z.d.m.checkNotNullParameter(attachment, "item"); FlexInputFragment flexInputFragment = this.a; - FlexInputViewModel flexInputViewModel = flexInputFragment.f2924r; + FlexInputViewModel flexInputViewModel = flexInputFragment.r; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments()); } @@ -26,9 +26,9 @@ public final class m implements SelectionCoordinator.ItemSelectionListener attachment) { - c0.z.d.m.checkNotNullParameter(attachment, "item"); + d0.z.d.m.checkNotNullParameter(attachment, "item"); FlexInputFragment flexInputFragment = this.a; - FlexInputViewModel flexInputViewModel = flexInputFragment.f2924r; + FlexInputViewModel flexInputViewModel = flexInputFragment.r; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(flexInputFragment.b().getAttachments()); } diff --git a/app/src/main/java/c/b/a/a/n.java b/app/src/main/java/c/b/a/a/n.java index 069c32f253..3ff4c7711b 100644 --- a/app/src/main/java/c/b/a/a/n.java +++ b/app/src/main/java/c/b/a/a/n.java @@ -1,6 +1,6 @@ package c.b.a.a; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.functions.Function1; import rx.functions.Action1; /* compiled from: FlexInputFragment.kt */ diff --git a/app/src/main/java/c/b/a/a/o.java b/app/src/main/java/c/b/a/a/o.java index fb6b072049..e3d98e6b55 100644 --- a/app/src/main/java/c/b/a/a/o.java +++ b/app/src/main/java/c/b/a/a/o.java @@ -3,7 +3,7 @@ package c.b.a.a; import android.view.View; import androidx.core.view.OnApplyWindowInsetsListener; import androidx.core.view.WindowInsetsCompat; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: FlexInputFragment.kt */ public final class o implements OnApplyWindowInsetsListener { public static final o a = new o(); diff --git a/app/src/main/java/c/b/a/a/p.java b/app/src/main/java/c/b/a/a/p.java index 79d645dc5b..7a8083efe1 100644 --- a/app/src/main/java/c/b/a/a/p.java +++ b/app/src/main/java/c/b/a/a/p.java @@ -4,8 +4,8 @@ import android.view.View; import androidx.core.view.OnApplyWindowInsetsListener; import androidx.core.view.ViewCompat; import androidx.core.view.WindowInsetsCompat; -import c0.z.d.m; import com.lytefast.flexinput.fragment.FlexInputFragment; +import d0.z.d.m; import kotlin.reflect.KProperty; /* compiled from: FlexInputFragment.kt */ public final class p implements OnApplyWindowInsetsListener { diff --git a/app/src/main/java/c/b/a/d/d.java b/app/src/main/java/c/b/a/d/d.java index 1ab6dd9124..c8f1c8438d 100644 --- a/app/src/main/java/c/b/a/d/d.java +++ b/app/src/main/java/c/b/a/d/d.java @@ -5,7 +5,7 @@ import androidx.annotation.StringRes; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentStatePagerAdapter; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: AddContentPagerAdapter.kt */ public final class d extends FragmentStatePagerAdapter { public final a[] a; diff --git a/app/src/main/java/c/b/a/d/e.java b/app/src/main/java/c/b/a/d/e.java index e3a87e9337..e1252e4db3 100644 --- a/app/src/main/java/c/b/a/d/e.java +++ b/app/src/main/java/c/b/a/d/e.java @@ -1,20 +1,11 @@ package c.b.a.d; -import android.view.View; -import com.lytefast.flexinput.adapters.AttachmentPreviewAdapter; -import com.lytefast.flexinput.model.Attachment; -/* compiled from: AttachmentPreviewAdapter.kt */ -public final class e implements View.OnClickListener { - public final /* synthetic */ AttachmentPreviewAdapter.a i; - public final /* synthetic */ Attachment j; - - public e(AttachmentPreviewAdapter.a aVar, Attachment attachment) { - this.i = aVar; - this.j = attachment; - } - - @Override // android.view.View.OnClickListener - public final void onClick(View view) { - this.i.p.a.unselectItem(this.j); +import d0.u.a; +import java.util.Comparator; +/* compiled from: Comparisons.kt */ +public final class e implements Comparator { + @Override // java.util.Comparator + public final int compare(T t, T t2) { + return a.compareValues(t.getUri(), t2.getUri()); } } diff --git a/app/src/main/java/c/b/a/d/f.java b/app/src/main/java/c/b/a/d/f.java index f86ef97985..5bcc0895e8 100644 --- a/app/src/main/java/c/b/a/d/f.java +++ b/app/src/main/java/c/b/a/d/f.java @@ -1,11 +1,29 @@ package c.b.a.d; -import c0.u.a; +import com.lytefast.flexinput.adapters.FileListAdapter; +import d0.u.a; +import java.io.File; import java.util.Comparator; +import java.util.Objects; /* compiled from: Comparisons.kt */ public final class f implements Comparator { + public final /* synthetic */ FileListAdapter.a i; + + public f(FileListAdapter.a aVar) { + this.i = aVar; + } + @Override // java.util.Comparator public final int compare(T t, T t2) { - return a.compareValues(t.getUri(), t2.getUri()); + Objects.requireNonNull(this.i); + File file = (File) t2.getData(); + long j = 0; + Long valueOf = Long.valueOf(file != null ? file.lastModified() : 0); + Objects.requireNonNull(this.i); + File file2 = (File) t.getData(); + if (file2 != null) { + j = file2.lastModified(); + } + return a.compareValues(valueOf, Long.valueOf(j)); } } diff --git a/app/src/main/java/c/b/a/d/g.java b/app/src/main/java/c/b/a/d/g.java index 38f03a83f2..6a065ea384 100644 --- a/app/src/main/java/c/b/a/d/g.java +++ b/app/src/main/java/c/b/a/d/g.java @@ -1,29 +1,25 @@ package c.b.a.d; -import c0.u.a; -import com.lytefast.flexinput.adapters.FileListAdapter; +import d0.f0.n; +import d0.t.k; +import d0.z.d.m; +import d0.z.d.o; import java.io.File; -import java.util.Comparator; -import java.util.Objects; -/* compiled from: Comparisons.kt */ -public final class g implements Comparator { - public final /* synthetic */ FileListAdapter.a i; +import kotlin.jvm.functions.Function1; +import kotlin.sequences.Sequence; +/* compiled from: FileListAdapter.kt */ +public final class g extends o implements Function1> { + public static final g i = new g(); - public g(FileListAdapter.a aVar) { - this.i = aVar; + public g() { + super(1); } - @Override // java.util.Comparator - public final int compare(T t, T t2) { - Objects.requireNonNull(this.i); - File file = (File) t2.getData(); - long j = 0; - Long valueOf = Long.valueOf(file != null ? file.lastModified() : 0); - Objects.requireNonNull(this.i); - File file2 = (File) t.getData(); - if (file2 != null) { - j = file2.lastModified(); - } - return a.compareValues(valueOf, Long.valueOf(j)); + /* renamed from: a */ + public final Sequence invoke(File file) { + Sequence asSequence; + m.checkNotNullParameter(file, "$this$getFileList"); + File[] listFiles = file.listFiles(); + return (listFiles == null || (asSequence = k.asSequence(listFiles)) == null) ? n.emptySequence() : asSequence; } } diff --git a/app/src/main/java/c/b/a/d/h.java b/app/src/main/java/c/b/a/d/h.java index 1dd161be4d..6e4f4c8cd9 100644 --- a/app/src/main/java/c/b/a/d/h.java +++ b/app/src/main/java/c/b/a/d/h.java @@ -1,25 +1,379 @@ package c.b.a.d; -import c0.f0.n; -import c0.t.k; -import c0.z.d.m; -import c0.z.d.o; -import java.io.File; +import android.animation.Animator; +import android.animation.AnimatorInflater; +import android.animation.AnimatorSet; +import android.content.AsyncQueryHandler; +import android.content.ContentResolver; +import android.content.Context; +import android.database.Cursor; +import android.graphics.drawable.Drawable; +import android.net.Uri; +import android.os.Build; +import android.provider.MediaStore; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.FrameLayout; +import android.widget.TextView; +import androidx.recyclerview.widget.RecyclerView; +import c.b.a.e.c; +import com.discord.utilities.time.TimeUtils; +import com.facebook.drawee.view.SimpleDraweeView; +import com.lytefast.flexinput.R; +import com.lytefast.flexinput.model.Media; +import com.lytefast.flexinput.utils.SelectionCoordinator; +import d0.z.d.m; +import d0.z.d.o; +import java.util.Iterator; +import java.util.List; +import java.util.Objects; +import kotlin.Unit; import kotlin.jvm.functions.Function1; -import kotlin.sequences.Sequence; -/* compiled from: FileListAdapter.kt */ -public final class h extends o implements Function1> { - public static final h i = new h(); +/* compiled from: MediaCursorAdapter.kt */ +public final class h extends RecyclerView.Adapter { + public final SelectionCoordinator a; + public Cursor b; - public h() { - super(1); + /* renamed from: c reason: collision with root package name */ + public int f250c; + public int d; + public int e; + public int f; + public Integer g; + public final int h; + public final int i; + + /* compiled from: MediaCursorAdapter.kt */ + public final class a extends i implements View.OnClickListener { + public Media o; + public final AnimatorSet p; + public final AnimatorSet q; + public final c r; + + /* renamed from: s reason: collision with root package name */ + public final /* synthetic */ h f251s; + + /* compiled from: MediaCursorAdapter.kt */ + /* renamed from: c.b.a.d.h$a$a reason: collision with other inner class name */ + public static final class C0053a extends o implements Function1 { + public final /* synthetic */ boolean $isAnimationRequested; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public C0053a(boolean z2) { + super(1); + this.$isAnimationRequested = z2; + } + + public final void a(AnimatorSet animatorSet) { + m.checkNotNullParameter(animatorSet, "animation"); + animatorSet.start(); + if (!this.$isAnimationRequested) { + animatorSet.end(); + } + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(AnimatorSet animatorSet) { + a(animatorSet); + return Unit.a; + } + } + + /* JADX WARNING: Illegal instructions before constructor call */ + public a(h hVar, c cVar) { + super(r4); + m.checkNotNullParameter(cVar, "binding"); + this.f251s = hVar; + FrameLayout frameLayout = cVar.a; + m.checkNotNullExpressionValue(frameLayout, "binding.root"); + this.r = cVar; + cVar.a.setOnClickListener(this); + FrameLayout frameLayout2 = cVar.a; + m.checkNotNullExpressionValue(frameLayout2, "binding.root"); + Animator loadAnimator = AnimatorInflater.loadAnimator(frameLayout2.getContext(), R.a.selection_shrink); + Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); + AnimatorSet animatorSet = (AnimatorSet) loadAnimator; + this.p = animatorSet; + animatorSet.setTarget(cVar.b); + FrameLayout frameLayout3 = cVar.a; + m.checkNotNullExpressionValue(frameLayout3, "binding.root"); + Animator loadAnimator2 = AnimatorInflater.loadAnimator(frameLayout3.getContext(), R.a.selection_grow); + Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); + AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; + this.q = animatorSet2; + animatorSet2.setTarget(cVar.b); + } + + @Override // c.b.a.d.i + public SimpleDraweeView a() { + SimpleDraweeView simpleDraweeView = this.r.f255c; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); + return simpleDraweeView; + } + + public final void d(boolean z2, boolean z3) { + FrameLayout frameLayout = this.r.a; + m.checkNotNullExpressionValue(frameLayout, "binding.root"); + frameLayout.setSelected(z2); + C0053a aVar = new C0053a(z3); + if (z2) { + SimpleDraweeView simpleDraweeView = this.r.d; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.itemCheckIndicator"); + simpleDraweeView.setVisibility(0); + FrameLayout frameLayout2 = this.r.b; + m.checkNotNullExpressionValue(frameLayout2, "binding.contentContainer"); + if (frameLayout2.getScaleX() == 1.0f) { + aVar.a(this.p); + return; + } + return; + } + SimpleDraweeView simpleDraweeView2 = this.r.d; + m.checkNotNullExpressionValue(simpleDraweeView2, "binding.itemCheckIndicator"); + simpleDraweeView2.setVisibility(8); + FrameLayout frameLayout3 = this.r.b; + m.checkNotNullExpressionValue(frameLayout3, "binding.contentContainer"); + if (frameLayout3.getScaleX() != 1.0f) { + aVar.a(this.q); + } + } + + @Override // android.view.View.OnClickListener + public void onClick(View view) { + m.checkNotNullParameter(view, "v"); + SelectionCoordinator selectionCoordinator = this.f251s.a; + Media media = this.o; + int adapterPosition = getAdapterPosition(); + Objects.requireNonNull(selectionCoordinator); + if (media != null && !selectionCoordinator.d(media)) { + selectionCoordinator.c(media, adapterPosition); + } + } } - /* renamed from: a */ - public final Sequence invoke(File file) { - Sequence asSequence; - m.checkNotNullParameter(file, "$this$getFileList"); - File[] listFiles = file.listFiles(); - return (listFiles == null || (asSequence = k.asSequence(listFiles)) == null) ? n.emptySequence() : asSequence; + /* compiled from: MediaCursorAdapter.kt */ + public static final class b extends AsyncQueryHandler { + public final /* synthetic */ h a; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public b(h hVar, ContentResolver contentResolver) { + super(contentResolver); + this.a = hVar; + } + + @Override // android.content.AsyncQueryHandler + public void onQueryComplete(int i, Object obj, Cursor cursor) { + m.checkNotNullParameter(obj, "cookie"); + if (cursor != null) { + h hVar = this.a; + hVar.f250c = cursor.getColumnIndex("_id"); + hVar.d = cursor.getColumnIndex("_data"); + hVar.e = cursor.getColumnIndex("_display_name"); + hVar.f = cursor.getColumnIndex("media_type"); + if (Build.VERSION.SDK_INT >= 29) { + hVar.g = Integer.valueOf(cursor.getColumnIndex("duration")); + } + hVar.b = cursor; + this.a.notifyDataSetChanged(); + } + } + } + + public h(SelectionCoordinator selectionCoordinator, int i, int i2) { + m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); + this.h = i; + this.i = i2; + Objects.requireNonNull(selectionCoordinator); + m.checkNotNullParameter(this, "adapter"); + selectionCoordinator.a = this; + this.a = selectionCoordinator; + setHasStableIds(true); + } + + public final Media a(int i) { + String str; + Cursor cursor = this.b; + Media media = null; + r1 = null; + Long l = null; + if (cursor != null) { + cursor.moveToPosition(i); + long j = cursor.getLong(this.f250c); + boolean z2 = cursor.getInt(this.f) == 3; + Uri withAppendedPath = z2 ? Uri.withAppendedPath(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)) : Uri.withAppendedPath(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)); + String str2 = z2 ? "vid" : "img"; + Integer num = this.g; + if (z2 && num != null) { + l = Long.valueOf(cursor.getLong(num.intValue())); + } + m.checkNotNullExpressionValue(withAppendedPath, "fileUri"); + String string = cursor.getString(this.e); + if (string != null) { + str = string; + } else { + str = str2 + '-' + j; + } + media = new Media(j, withAppendedPath, str, cursor.getString(this.d), z2, l); + } + return media; + } + + public final void b(ContentResolver contentResolver) { + m.checkNotNullParameter(contentResolver, "contentResolver"); + int i = Build.VERSION.SDK_INT; + new b(this, contentResolver).startQuery(1, this, MediaStore.Files.getContentUri("external"), i >= 29 ? new String[]{"_id", "_data", "_display_name", "media_type", "duration"} : new String[]{"_id", "_data", "_display_name", "media_type"}, i >= 29 ? "media_type = 1 OR media_type = 3" : "media_type = 1", null, "date_added DESC"); + } + + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public int getItemCount() { + Cursor cursor = this.b; + if (cursor != null) { + return cursor.getCount(); + } + return 0; + } + + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public long getItemId(int i) { + Media a2 = a(i); + if (a2 != null) { + return a2.getId(); + } + return -1; + } + + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public void onAttachedToRecyclerView(RecyclerView recyclerView) { + m.checkNotNullParameter(recyclerView, "recyclerView"); + super.onAttachedToRecyclerView(recyclerView); + Context context = recyclerView.getContext(); + m.checkNotNullExpressionValue(context, "recyclerView.context"); + ContentResolver contentResolver = context.getContentResolver(); + m.checkNotNullExpressionValue(contentResolver, "recyclerView.context.contentResolver"); + b(contentResolver); + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [androidx.recyclerview.widget.RecyclerView$ViewHolder, int] */ + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public void onBindViewHolder(a aVar, int i) { + Long l; + a aVar2 = aVar; + m.checkNotNullParameter(aVar2, "holder"); + Media a2 = a(i); + aVar2.o = a2; + FrameLayout frameLayout = aVar2.r.a; + m.checkNotNullExpressionValue(frameLayout, "binding.root"); + Context context = frameLayout.getContext(); + int i2 = 0; + if (a2 != null) { + aVar2.d(aVar2.f251s.a.a(a2, aVar2.getAdapterPosition()), false); + } + aVar2.c(a2, Integer.valueOf(aVar2.f251s.h), Integer.valueOf(aVar2.f251s.i)); + boolean z2 = true; + if (a2 == null || !a2.i) { + z2 = false; + } + TextView textView = aVar2.r.e; + m.checkNotNullExpressionValue(textView, "binding.itemVideoIndicator"); + if (!z2) { + i2 = 8; + } + textView.setVisibility(i2); + if (z2) { + TextView textView2 = aVar2.r.e; + m.checkNotNullExpressionValue(textView2, "binding.itemVideoIndicator"); + Drawable background = textView2.getBackground(); + m.checkNotNullExpressionValue(background, "binding.itemVideoIndicator.background"); + background.setAlpha(127); + long longValue = (a2 == null || (l = a2.j) == null) ? 0 : l.longValue(); + TextView textView3 = aVar2.r.e; + m.checkNotNullExpressionValue(textView3, "binding.itemVideoIndicator"); + textView3.setText(longValue > 0 ? TimeUtils.toFriendlyStringSimple$default(TimeUtils.INSTANCE, longValue, null, null, 6, null) : context.getString(R.h.video)); + } + SimpleDraweeView simpleDraweeView = aVar2.r.f255c; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); + simpleDraweeView.setContentDescription(context.getString(z2 ? R.h.video : R.h.image)); + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [androidx.recyclerview.widget.RecyclerView$ViewHolder, int, java.util.List] */ + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public void onBindViewHolder(a aVar, int i, List list) { + SelectionCoordinator.a aVar2; + Object obj; + a aVar3 = aVar; + m.checkNotNullParameter(aVar3, "holder"); + m.checkNotNullParameter(list, "payloads"); + Iterator it = list.iterator(); + while (true) { + aVar2 = null; + if (!it.hasNext()) { + obj = null; + break; + } + obj = it.next(); + if (obj instanceof SelectionCoordinator.a) { + break; + } + } + if (obj != null) { + if (obj instanceof SelectionCoordinator.a) { + aVar2 = obj; + } + SelectionCoordinator.a aVar4 = aVar2; + if (aVar4 != null) { + aVar3.d(aVar4.b, true); + return; + } + } + super.onBindViewHolder(aVar3, i, list); + } + + /* Return type fixed from 'androidx.recyclerview.widget.RecyclerView$ViewHolder' to match base method */ + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public a onCreateViewHolder(ViewGroup viewGroup, int i) { + m.checkNotNullParameter(viewGroup, "parent"); + View inflate = LayoutInflater.from(viewGroup.getContext()).inflate(R.g.view_grid_image, viewGroup, false); + int i2 = R.f.content_container; + FrameLayout frameLayout = (FrameLayout) inflate.findViewById(i2); + if (frameLayout != null) { + i2 = R.f.content_iv; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(i2); + if (simpleDraweeView != null) { + i2 = R.f.item_check_indicator; + SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(i2); + if (simpleDraweeView2 != null) { + i2 = R.f.item_video_indicator; + TextView textView = (TextView) inflate.findViewById(i2); + if (textView != null) { + c cVar = new c((FrameLayout) inflate, frameLayout, simpleDraweeView, simpleDraweeView2, textView); + m.checkNotNullExpressionValue(cVar, "ViewGridImageBinding.inf….context), parent, false)"); + return new a(this, cVar); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i2))); + } + + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public void onDetachedFromRecyclerView(RecyclerView recyclerView) { + m.checkNotNullParameter(recyclerView, "recyclerView"); + Cursor cursor = this.b; + if (cursor != null) { + cursor.close(); + } + super.onDetachedFromRecyclerView(recyclerView); + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [androidx.recyclerview.widget.RecyclerView$ViewHolder] */ + @Override // androidx.recyclerview.widget.RecyclerView.Adapter + public void onViewRecycled(a aVar) { + a aVar2 = aVar; + m.checkNotNullParameter(aVar2, "holder"); + super.onViewRecycled(aVar2); + aVar2.b(); } } diff --git a/app/src/main/java/c/b/a/d/i.java b/app/src/main/java/c/b/a/d/i.java index 5ab06d96d1..6251342a65 100644 --- a/app/src/main/java/c/b/a/d/i.java +++ b/app/src/main/java/c/b/a/d/i.java @@ -1,379 +1,216 @@ package c.b.a.d; -import android.animation.Animator; -import android.animation.AnimatorInflater; -import android.animation.AnimatorSet; -import android.content.AsyncQueryHandler; import android.content.ContentResolver; +import android.content.ContentUris; import android.content.Context; import android.database.Cursor; -import android.graphics.drawable.Drawable; +import android.graphics.Bitmap; +import android.graphics.drawable.BitmapDrawable; +import android.graphics.drawable.ColorDrawable; import android.net.Uri; +import android.os.AsyncTask; import android.os.Build; +import android.os.CancellationSignal; import android.provider.MediaStore; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; -import android.widget.FrameLayout; -import android.widget.TextView; +import androidx.annotation.RequiresApi; +import androidx.core.app.NotificationCompat; import androidx.recyclerview.widget.RecyclerView; -import c.b.a.e.c; -import c0.z.d.m; -import c0.z.d.o; -import com.discord.utilities.time.TimeUtils; +import c.f.g.e.r; +import c.f.g.e.s; +import com.discord.utilities.color.ColorCompat; +import com.facebook.drawee.drawable.ScalingUtils$ScaleType; +import com.facebook.drawee.generic.GenericDraweeHierarchy; import com.facebook.drawee.view.SimpleDraweeView; import com.lytefast.flexinput.R; import com.lytefast.flexinput.model.Media; -import com.lytefast.flexinput.utils.SelectionCoordinator; -import java.util.Iterator; -import java.util.List; -import java.util.Objects; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; -/* compiled from: MediaCursorAdapter.kt */ -public final class i extends RecyclerView.Adapter { - public final SelectionCoordinator a; - public Cursor b; +import kotlin.jvm.internal.DefaultConstructorMarker; +import kotlinx.coroutines.CoroutineDispatcher; +import kotlinx.coroutines.Job; +import s.a.a.n; +import s.a.j0; +import s.a.w0; +/* compiled from: ThumbnailViewHolder.kt */ +public abstract class i extends RecyclerView.ViewHolder { + public static int i; + public static int j; + public static ColorDrawable k; + public static final a l = new a(null); + public b m; + public c n; - /* renamed from: c reason: collision with root package name */ - public int f257c; - public int d; - public int e; - public int f; - public Integer g; - public final int h; - public final int i; + /* compiled from: ThumbnailViewHolder.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } - /* compiled from: MediaCursorAdapter.kt */ - public final class a extends j implements View.OnClickListener { - public Media o; - public final AnimatorSet p; - public final AnimatorSet q; + public static final boolean a(a aVar) { + return Build.VERSION.SDK_INT >= 29; + } + } - /* renamed from: r reason: collision with root package name */ - public final c f258r; - public final /* synthetic */ i s; + /* compiled from: ThumbnailViewHolder.kt */ + @RequiresApi(29) + public static final class b { + public Job a; + public CancellationSignal b; - /* compiled from: MediaCursorAdapter.kt */ - /* renamed from: c.b.a.d.i$a$a reason: collision with other inner class name */ - public static final class C0053a extends o implements Function1 { - public final /* synthetic */ boolean $isAnimationRequested; + /* renamed from: c reason: collision with root package name */ + public Bitmap f252c; + public final ContentResolver d; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0053a(boolean z2) { - super(1); - this.$isAnimationRequested = z2; - } + public b(ContentResolver contentResolver) { + m.checkNotNullParameter(contentResolver, "contentResolver"); + this.d = contentResolver; + } - public final void a(AnimatorSet animatorSet) { - m.checkNotNullParameter(animatorSet, "animation"); - animatorSet.start(); - if (!this.$isAnimationRequested) { - animatorSet.end(); + public final void a() { + if (a.a(i.l)) { + Job job = this.a; + if (job != null) { + c.q.a.k.a.k(job, null, 1, null); + } + CancellationSignal cancellationSignal = this.b; + if (cancellationSignal != null) { + cancellationSignal.cancel(); } } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(AnimatorSet animatorSet) { - a(animatorSet); - return Unit.a; + Bitmap bitmap = this.f252c; + if (bitmap != null) { + bitmap.recycle(); } + this.f252c = null; + } + } + + /* compiled from: ThumbnailViewHolder.kt */ + public static final class c { + public final ContentResolver a; + + public c(ContentResolver contentResolver) { + m.checkNotNullParameter(contentResolver, "contentResolver"); + this.a = contentResolver; + } + } + + /* compiled from: ThumbnailViewHolder.kt */ + public static final class d extends o implements Function1 { + public final /* synthetic */ i this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public d(i iVar) { + super(1); + this.this$0 = iVar; } - /* JADX WARNING: Illegal instructions before constructor call */ - public a(i iVar, c cVar) { - super(r4); - m.checkNotNullParameter(cVar, "binding"); - this.s = iVar; - FrameLayout frameLayout = cVar.a; - m.checkNotNullExpressionValue(frameLayout, "binding.root"); - this.f258r = cVar; - cVar.a.setOnClickListener(this); - FrameLayout frameLayout2 = cVar.a; - m.checkNotNullExpressionValue(frameLayout2, "binding.root"); - Animator loadAnimator = AnimatorInflater.loadAnimator(frameLayout2.getContext(), R.a.selection_shrink); - Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); - AnimatorSet animatorSet = (AnimatorSet) loadAnimator; - this.p = animatorSet; - animatorSet.setTarget(cVar.b); - FrameLayout frameLayout3 = cVar.a; - m.checkNotNullExpressionValue(frameLayout3, "binding.root"); - Animator loadAnimator2 = AnimatorInflater.loadAnimator(frameLayout3.getContext(), R.a.selection_grow); - Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); - AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; - this.q = animatorSet2; - animatorSet2.setTarget(cVar.b); + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(Bitmap bitmap) { + BitmapDrawable bitmapDrawable = new BitmapDrawable(this.this$0.a().getResources(), bitmap); + GenericDraweeHierarchy hierarchy = this.this$0.a().getHierarchy(); + ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; + ScalingUtils$ScaleType scalingUtils$ScaleType2 = s.l; + hierarchy.o(1, bitmapDrawable); + hierarchy.l(1).r(scalingUtils$ScaleType2); + return Unit.a; } + } - @Override // c.b.a.d.j - public SimpleDraweeView a() { - SimpleDraweeView simpleDraweeView = this.f258r.f261c; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); - return simpleDraweeView; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public i(View view) { + super(view); + m.checkNotNullParameter(view, "itemView"); + if (Build.VERSION.SDK_INT >= 29) { + Context context = view.getContext(); + m.checkNotNullExpressionValue(context, "itemView.context"); + ContentResolver contentResolver = context.getContentResolver(); + m.checkNotNullExpressionValue(contentResolver, "itemView.context.contentResolver"); + this.m = new b(contentResolver); + return; } + Context context2 = view.getContext(); + m.checkNotNullExpressionValue(context2, "itemView.context"); + ContentResolver contentResolver2 = context2.getContentResolver(); + m.checkNotNullExpressionValue(contentResolver2, "itemView.context.contentResolver"); + this.n = new c(contentResolver2); + } - public final void d(boolean z2, boolean z3) { - FrameLayout frameLayout = this.f258r.a; - m.checkNotNullExpressionValue(frameLayout, "binding.root"); - frameLayout.setSelected(z2); - C0053a aVar = new C0053a(z3); - if (z2) { - SimpleDraweeView simpleDraweeView = this.f258r.d; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.itemCheckIndicator"); - simpleDraweeView.setVisibility(0); - FrameLayout frameLayout2 = this.f258r.b; - m.checkNotNullExpressionValue(frameLayout2, "binding.contentContainer"); - if (frameLayout2.getScaleX() == 1.0f) { - aVar.a(this.p); + public abstract SimpleDraweeView a(); + + public final void b() { + b bVar; + if ((Build.VERSION.SDK_INT >= 29) && (bVar = this.m) != null) { + bVar.a(); + } + } + + /* JADX WARNING: Code restructure failed: missing block: B:30:0x00c9, code lost: + r13 = move-exception; + */ + /* JADX WARNING: Code restructure failed: missing block: B:31:0x00ca, code lost: + d0.y.b.closeFinally(r0, r12); + */ + /* JADX WARNING: Code restructure failed: missing block: B:32:0x00cd, code lost: + throw r13; + */ + public final void c(Media media, Integer num, Integer num2) { + if (k == null) { + View view = this.itemView; + m.checkNotNullExpressionValue(view, "itemView"); + k = new ColorDrawable(ColorCompat.getThemedColor(view, R.b.flexInputDialogBackground)); + } + if (num != null) { + i = num.intValue(); + } + if (num2 != null) { + j = num2.intValue(); + } + if (media != null) { + Uri uri = null; + if (Build.VERSION.SDK_INT >= 29) { + ColorDrawable colorDrawable = k; + ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; + a().getHierarchy().q(colorDrawable, r.l); + b bVar = this.m; + if (bVar != null) { + Uri uri2 = media.getUri(); + d dVar = new d(this); + m.checkNotNullParameter(uri2, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); + m.checkNotNullParameter(dVar, "onGenerate"); + bVar.a(); + w0 w0Var = w0.i; + CoroutineDispatcher coroutineDispatcher = j0.a; + bVar.a = c.q.a.k.a.H(w0Var, n.b, null, new j(bVar, uri2, dVar, null), 2, null); return; } return; } - SimpleDraweeView simpleDraweeView2 = this.f258r.d; - m.checkNotNullExpressionValue(simpleDraweeView2, "binding.itemCheckIndicator"); - simpleDraweeView2.setVisibility(8); - FrameLayout frameLayout3 = this.f258r.b; - m.checkNotNullExpressionValue(frameLayout3, "binding.contentContainer"); - if (frameLayout3.getScaleX() != 1.0f) { - aVar.a(this.q); - } - } - - @Override // android.view.View.OnClickListener - public void onClick(View view) { - m.checkNotNullParameter(view, "v"); - SelectionCoordinator selectionCoordinator = this.s.a; - Media media = this.o; - int adapterPosition = getAdapterPosition(); - Objects.requireNonNull(selectionCoordinator); - if (media != null && !selectionCoordinator.d(media)) { - selectionCoordinator.c(media, adapterPosition); - } - } - } - - /* compiled from: MediaCursorAdapter.kt */ - public static final class b extends AsyncQueryHandler { - public final /* synthetic */ i a; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(i iVar, ContentResolver contentResolver) { - super(contentResolver); - this.a = iVar; - } - - @Override // android.content.AsyncQueryHandler - public void onQueryComplete(int i, Object obj, Cursor cursor) { - m.checkNotNullParameter(obj, "cookie"); - if (cursor != null) { - i iVar = this.a; - iVar.f257c = cursor.getColumnIndex("_id"); - iVar.d = cursor.getColumnIndex("_data"); - iVar.e = cursor.getColumnIndex("_display_name"); - iVar.f = cursor.getColumnIndex("media_type"); - if (Build.VERSION.SDK_INT >= 29) { - iVar.g = Integer.valueOf(cursor.getColumnIndex("duration")); - } - iVar.b = cursor; - this.a.notifyDataSetChanged(); - } - } - } - - public i(SelectionCoordinator selectionCoordinator, int i, int i2) { - m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); - this.h = i; - this.i = i2; - Objects.requireNonNull(selectionCoordinator); - m.checkNotNullParameter(this, "adapter"); - selectionCoordinator.a = this; - this.a = selectionCoordinator; - setHasStableIds(true); - } - - public final Media a(int i) { - String str; - Cursor cursor = this.b; - Media media = null; - r1 = null; - Long l = null; - if (cursor != null) { - cursor.moveToPosition(i); - long j = cursor.getLong(this.f257c); - boolean z2 = cursor.getInt(this.f) == 3; - Uri withAppendedPath = z2 ? Uri.withAppendedPath(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)) : Uri.withAppendedPath(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)); - String str2 = z2 ? "vid" : "img"; - Integer num = this.g; - if (z2 && num != null) { - l = Long.valueOf(cursor.getLong(num.intValue())); - } - m.checkNotNullExpressionValue(withAppendedPath, "fileUri"); - String string = cursor.getString(this.e); - if (string != null) { - str = string; - } else { - str = str2 + '-' + j; - } - media = new Media(j, withAppendedPath, str, cursor.getString(this.d), z2, l); - } - return media; - } - - public final void b(ContentResolver contentResolver) { - m.checkNotNullParameter(contentResolver, "contentResolver"); - int i = Build.VERSION.SDK_INT; - new b(this, contentResolver).startQuery(1, this, MediaStore.Files.getContentUri("external"), i >= 29 ? new String[]{"_id", "_data", "_display_name", "media_type", "duration"} : new String[]{"_id", "_data", "_display_name", "media_type"}, i >= 29 ? "media_type = 1 OR media_type = 3" : "media_type = 1", null, "date_added DESC"); - } - - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public int getItemCount() { - Cursor cursor = this.b; - if (cursor != null) { - return cursor.getCount(); - } - return 0; - } - - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public long getItemId(int i) { - Media a2 = a(i); - if (a2 != null) { - return a2.getId(); - } - return -1; - } - - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public void onAttachedToRecyclerView(RecyclerView recyclerView) { - m.checkNotNullParameter(recyclerView, "recyclerView"); - super.onAttachedToRecyclerView(recyclerView); - Context context = recyclerView.getContext(); - m.checkNotNullExpressionValue(context, "recyclerView.context"); - ContentResolver contentResolver = context.getContentResolver(); - m.checkNotNullExpressionValue(contentResolver, "recyclerView.context.contentResolver"); - b(contentResolver); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [androidx.recyclerview.widget.RecyclerView$ViewHolder, int] */ - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public void onBindViewHolder(a aVar, int i) { - Long l; - a aVar2 = aVar; - m.checkNotNullParameter(aVar2, "holder"); - Media a2 = a(i); - aVar2.o = a2; - FrameLayout frameLayout = aVar2.f258r.a; - m.checkNotNullExpressionValue(frameLayout, "binding.root"); - Context context = frameLayout.getContext(); - int i2 = 0; - if (a2 != null) { - aVar2.d(aVar2.s.a.a(a2, aVar2.getAdapterPosition()), false); - } - aVar2.c(a2, Integer.valueOf(aVar2.s.h), Integer.valueOf(aVar2.s.i)); - boolean z2 = true; - if (a2 == null || !a2.i) { - z2 = false; - } - TextView textView = aVar2.f258r.e; - m.checkNotNullExpressionValue(textView, "binding.itemVideoIndicator"); - if (!z2) { - i2 = 8; - } - textView.setVisibility(i2); - if (z2) { - TextView textView2 = aVar2.f258r.e; - m.checkNotNullExpressionValue(textView2, "binding.itemVideoIndicator"); - Drawable background = textView2.getBackground(); - m.checkNotNullExpressionValue(background, "binding.itemVideoIndicator.background"); - background.setAlpha(127); - long longValue = (a2 == null || (l = a2.j) == null) ? 0 : l.longValue(); - TextView textView3 = aVar2.f258r.e; - m.checkNotNullExpressionValue(textView3, "binding.itemVideoIndicator"); - textView3.setText(longValue > 0 ? TimeUtils.toFriendlyStringSimple$default(TimeUtils.INSTANCE, longValue, null, null, 6, null) : context.getString(R.g.video)); - } - SimpleDraweeView simpleDraweeView = aVar2.f258r.f261c; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); - simpleDraweeView.setContentDescription(context.getString(z2 ? R.g.video : R.g.image)); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [androidx.recyclerview.widget.RecyclerView$ViewHolder, int, java.util.List] */ - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public void onBindViewHolder(a aVar, int i, List list) { - SelectionCoordinator.a aVar2; - Object obj; - a aVar3 = aVar; - m.checkNotNullParameter(aVar3, "holder"); - m.checkNotNullParameter(list, "payloads"); - Iterator it = list.iterator(); - while (true) { - aVar2 = null; - if (!it.hasNext()) { - obj = null; - break; - } - obj = it.next(); - if (obj instanceof SelectionCoordinator.a) { - break; - } - } - if (obj != null) { - if (obj instanceof SelectionCoordinator.a) { - aVar2 = obj; - } - SelectionCoordinator.a aVar4 = aVar2; - if (aVar4 != null) { - aVar3.d(aVar4.b, true); - return; - } - } - super.onBindViewHolder(aVar3, i, list); - } - - /* Return type fixed from 'androidx.recyclerview.widget.RecyclerView$ViewHolder' to match base method */ - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public a onCreateViewHolder(ViewGroup viewGroup, int i) { - m.checkNotNullParameter(viewGroup, "parent"); - View inflate = LayoutInflater.from(viewGroup.getContext()).inflate(R.f.view_grid_image, viewGroup, false); - int i2 = R.e.content_container; - FrameLayout frameLayout = (FrameLayout) inflate.findViewById(i2); - if (frameLayout != null) { - i2 = R.e.content_iv; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(i2); - if (simpleDraweeView != null) { - i2 = R.e.item_check_indicator; - SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(i2); - if (simpleDraweeView2 != null) { - i2 = R.e.item_video_indicator; - TextView textView = (TextView) inflate.findViewById(i2); - if (textView != null) { - c cVar = new c((FrameLayout) inflate, frameLayout, simpleDraweeView, simpleDraweeView2, textView); - m.checkNotNullExpressionValue(cVar, "ViewGridImageBinding.inf….context), parent, false)"); - return new a(this, cVar); + c cVar = this.n; + if (cVar != null) { + long id2 = media.getId(); + Uri uri3 = media.getUri(); + m.checkNotNullParameter(uri3, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); + m mVar = new m(id2); + Cursor query = cVar.a.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id = ? AND KIND = ?", new String[]{String.valueOf(id2), String.valueOf(1)}, null); + if (query == null || !query.moveToFirst()) { + ContentResolver contentResolver = cVar.a; + m.checkNotNullParameter(contentResolver, "contentResolver"); + AsyncTask.execute(new l(mVar, contentResolver)); + if (query != null) { + query.close(); } + } else { + uri3 = ContentUris.withAppendedId(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, query.getLong(0)); + d0.y.b.closeFinally(query, null); } + uri = uri3; } + a().setImageURI(uri, a().getContext()); } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i2))); - } - - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public void onDetachedFromRecyclerView(RecyclerView recyclerView) { - m.checkNotNullParameter(recyclerView, "recyclerView"); - Cursor cursor = this.b; - if (cursor != null) { - cursor.close(); - } - super.onDetachedFromRecyclerView(recyclerView); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [androidx.recyclerview.widget.RecyclerView$ViewHolder] */ - @Override // androidx.recyclerview.widget.RecyclerView.Adapter - public void onViewRecycled(a aVar) { - a aVar2 = aVar; - m.checkNotNullParameter(aVar2, "holder"); - super.onViewRecycled(aVar2); - aVar2.b(); } } diff --git a/app/src/main/java/c/b/a/d/j.java b/app/src/main/java/c/b/a/d/j.java index 2a3d9524f7..0a2444a273 100644 --- a/app/src/main/java/c/b/a/d/j.java +++ b/app/src/main/java/c/b/a/d/j.java @@ -1,216 +1,82 @@ package c.b.a.d; import android.content.ContentResolver; -import android.content.ContentUris; -import android.content.Context; -import android.database.Cursor; import android.graphics.Bitmap; -import android.graphics.drawable.BitmapDrawable; -import android.graphics.drawable.ColorDrawable; import android.net.Uri; -import android.os.AsyncTask; -import android.os.Build; import android.os.CancellationSignal; -import android.provider.MediaStore; -import android.view.View; -import androidx.annotation.RequiresApi; -import androidx.core.app.NotificationCompat; -import androidx.recyclerview.widget.RecyclerView; -import c.f.g.e.r; -import c.f.g.e.s; -import c0.z.d.m; -import c0.z.d.o; -import com.discord.utilities.color.ColorCompat; -import com.facebook.drawee.drawable.ScalingUtils$ScaleType; -import com.facebook.drawee.generic.GenericDraweeHierarchy; -import com.facebook.drawee.view.SimpleDraweeView; -import com.lytefast.flexinput.R; -import com.lytefast.flexinput.model.Media; +import c.b.a.d.i; +import c.q.a.k.a; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.w.i.a.k; +import d0.z.d.m; +import java.util.Objects; import kotlin.Unit; +import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function1; -import kotlin.jvm.internal.DefaultConstructorMarker; -import kotlinx.coroutines.CoroutineDispatcher; -import kotlinx.coroutines.Job; -import r.a.a.n; -import r.a.j0; -import r.a.w0; +import kotlin.jvm.functions.Function2; +import kotlinx.coroutines.CoroutineScope; +import s.a.j0; /* compiled from: ThumbnailViewHolder.kt */ -public abstract class j extends RecyclerView.ViewHolder { - public static int i; - public static int j; - public static ColorDrawable k; - public static final a l = new a(null); - public b m; - public c n; - - /* compiled from: ThumbnailViewHolder.kt */ - public static final class a { - public a(DefaultConstructorMarker defaultConstructorMarker) { - } - - public static final boolean a(a aVar) { - return Build.VERSION.SDK_INT >= 29; - } - } - - /* compiled from: ThumbnailViewHolder.kt */ - @RequiresApi(29) - public static final class b { - public Job a; - public CancellationSignal b; - - /* renamed from: c reason: collision with root package name */ - public Bitmap f259c; - public final ContentResolver d; - - public b(ContentResolver contentResolver) { - m.checkNotNullParameter(contentResolver, "contentResolver"); - this.d = contentResolver; - } - - public final void a() { - if (a.a(j.l)) { - Job job = this.a; - if (job != null) { - c.q.a.k.a.k(job, null, 1, null); - } - CancellationSignal cancellationSignal = this.b; - if (cancellationSignal != null) { - cancellationSignal.cancel(); - } - } - Bitmap bitmap = this.f259c; - if (bitmap != null) { - bitmap.recycle(); - } - this.f259c = null; - } - } - - /* compiled from: ThumbnailViewHolder.kt */ - public static final class c { - public final ContentResolver a; - - public c(ContentResolver contentResolver) { - m.checkNotNullParameter(contentResolver, "contentResolver"); - this.a = contentResolver; - } - } - - /* compiled from: ThumbnailViewHolder.kt */ - public static final class d extends o implements Function1 { - public final /* synthetic */ j this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public d(j jVar) { - super(1); - this.this$0 = jVar; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(Bitmap bitmap) { - BitmapDrawable bitmapDrawable = new BitmapDrawable(this.this$0.a().getResources(), bitmap); - GenericDraweeHierarchy hierarchy = this.this$0.a().getHierarchy(); - ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; - ScalingUtils$ScaleType scalingUtils$ScaleType2 = s.l; - hierarchy.o(1, bitmapDrawable); - hierarchy.l(1).r(scalingUtils$ScaleType2); - return Unit.a; - } - } +@e(c = "com.lytefast.flexinput.adapters.ThumbnailViewHolder$ThumbnailBitmapGenerator$generate$1", f = "ThumbnailViewHolder.kt", l = {102}, m = "invokeSuspend") +public final class j extends k implements Function2, Object> { + public final /* synthetic */ Function1 $onGenerate; + public final /* synthetic */ Uri $uri; + public Object L$0; + public int label; + public final /* synthetic */ i.b this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public j(View view) { - super(view); - m.checkNotNullParameter(view, "itemView"); - if (Build.VERSION.SDK_INT >= 29) { - Context context = view.getContext(); - m.checkNotNullExpressionValue(context, "itemView.context"); - ContentResolver contentResolver = context.getContentResolver(); - m.checkNotNullExpressionValue(contentResolver, "itemView.context.contentResolver"); - this.m = new b(contentResolver); - return; - } - Context context2 = view.getContext(); - m.checkNotNullExpressionValue(context2, "itemView.context"); - ContentResolver contentResolver2 = context2.getContentResolver(); - m.checkNotNullExpressionValue(contentResolver2, "itemView.context.contentResolver"); - this.n = new c(contentResolver2); + public j(i.b bVar, Uri uri, Function1 function1, Continuation continuation) { + super(2, continuation); + this.this$0 = bVar; + this.$uri = uri; + this.$onGenerate = function1; } - public abstract SimpleDraweeView a(); - - public final void b() { - b bVar; - if ((Build.VERSION.SDK_INT >= 29) && (bVar = this.m) != null) { - bVar.a(); - } + @Override // d0.w.i.a.a + public final Continuation create(Object obj, Continuation continuation) { + m.checkNotNullParameter(continuation, "completion"); + return new j(this.this$0, this.$uri, this.$onGenerate, continuation); } - /* JADX WARNING: Code restructure failed: missing block: B:30:0x00c9, code lost: - r13 = move-exception; - */ - /* JADX WARNING: Code restructure failed: missing block: B:31:0x00ca, code lost: - c0.y.b.closeFinally(r0, r12); - */ - /* JADX WARNING: Code restructure failed: missing block: B:32:0x00cd, code lost: - throw r13; - */ - public final void c(Media media, Integer num, Integer num2) { - if (k == null) { - View view = this.itemView; - m.checkNotNullExpressionValue(view, "itemView"); - k = new ColorDrawable(ColorCompat.getThemedColor(view, R.b.flexInputDialogBackground)); - } - if (num != null) { - i = num.intValue(); - } - if (num2 != null) { - j = num2.intValue(); - } - if (media != null) { - Uri uri = null; - if (Build.VERSION.SDK_INT >= 29) { - ColorDrawable colorDrawable = k; - ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; - a().getHierarchy().q(colorDrawable, r.l); - b bVar = this.m; - if (bVar != null) { - Uri uri2 = media.getUri(); - d dVar = new d(this); - m.checkNotNullParameter(uri2, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); - m.checkNotNullParameter(dVar, "onGenerate"); - bVar.a(); - w0 w0Var = w0.i; - CoroutineDispatcher coroutineDispatcher = j0.a; - bVar.a = c.q.a.k.a.H(w0Var, n.b, null, new k(bVar, uri2, dVar, null), 2, null); - return; - } - return; + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { + Continuation continuation2 = continuation; + m.checkNotNullParameter(continuation2, "completion"); + return new j(this.this$0, this.$uri, this.$onGenerate, continuation2).invokeSuspend(Unit.a); + } + + @Override // d0.w.i.a.a + public final Object invokeSuspend(Object obj) { + i.b bVar; + Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); + int i = this.label; + if (i == 0) { + l.throwOnFailure(obj); + this.this$0.b = new CancellationSignal(); + i.b bVar2 = this.this$0; + ContentResolver contentResolver = bVar2.d; + Uri uri = this.$uri; + this.L$0 = bVar2; + this.label = 1; + Objects.requireNonNull(bVar2); + Object j02 = a.j0(j0.b, new k(bVar2, contentResolver, uri, null), this); + if (j02 == coroutine_suspended) { + return coroutine_suspended; } - c cVar = this.n; - if (cVar != null) { - long id2 = media.getId(); - Uri uri3 = media.getUri(); - m.checkNotNullParameter(uri3, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); - n nVar = new n(id2); - Cursor query = cVar.a.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id = ? AND KIND = ?", new String[]{String.valueOf(id2), String.valueOf(1)}, null); - if (query == null || !query.moveToFirst()) { - ContentResolver contentResolver = cVar.a; - m.checkNotNullParameter(contentResolver, "contentResolver"); - AsyncTask.execute(new m(nVar, contentResolver)); - if (query != null) { - query.close(); - } - } else { - uri3 = ContentUris.withAppendedId(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, query.getLong(0)); - c0.y.b.closeFinally(query, null); - } - uri = uri3; - } - a().setImageURI(uri, a().getContext()); + bVar = bVar2; + obj = j02; + } else if (i == 1) { + bVar = (i.b) this.L$0; + l.throwOnFailure(obj); + } else { + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } + bVar.f252c = (Bitmap) obj; + this.$onGenerate.invoke(this.this$0.f252c); + return Unit.a; } } diff --git a/app/src/main/java/c/b/a/d/k.java b/app/src/main/java/c/b/a/d/k.java index 1d6a179fab..e4c9629a89 100644 --- a/app/src/main/java/c/b/a/d/k.java +++ b/app/src/main/java/c/b/a/d/k.java @@ -3,79 +3,58 @@ package c.b.a.d; import android.content.ContentResolver; import android.graphics.Bitmap; import android.net.Uri; -import android.os.CancellationSignal; -import c.b.a.d.j; -import c.q.a.k.a; -import c0.l; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.z.d.m; -import java.util.Objects; +import android.util.Size; +import c.b.a.d.i; +import d0.l; +import d0.w.h.c; +import d0.w.i.a.e; +import d0.z.d.m; import kotlin.Unit; import kotlin.coroutines.Continuation; -import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineScope; -import r.a.j0; /* compiled from: ThumbnailViewHolder.kt */ -@e(c = "com.lytefast.flexinput.adapters.ThumbnailViewHolder$ThumbnailBitmapGenerator$generate$1", f = "ThumbnailViewHolder.kt", l = {103}, m = "invokeSuspend") -public final class k extends c0.w.i.a.k implements Function2, Object> { - public final /* synthetic */ Function1 $onGenerate; +@e(c = "com.lytefast.flexinput.adapters.ThumbnailViewHolder$ThumbnailBitmapGenerator$getThumbnailQ$2", f = "ThumbnailViewHolder.kt", l = {}, m = "invokeSuspend") +public final class k extends d0.w.i.a.k implements Function2, Object> { + public final /* synthetic */ ContentResolver $contentResolver; public final /* synthetic */ Uri $uri; - public Object L$0; public int label; - public final /* synthetic */ j.b this$0; + public final /* synthetic */ i.b this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public k(j.b bVar, Uri uri, Function1 function1, Continuation continuation) { + public k(i.b bVar, ContentResolver contentResolver, Uri uri, Continuation continuation) { super(2, continuation); this.this$0 = bVar; + this.$contentResolver = contentResolver; this.$uri = uri; - this.$onGenerate = function1; } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Continuation create(Object obj, Continuation continuation) { m.checkNotNullParameter(continuation, "completion"); - return new k(this.this$0, this.$uri, this.$onGenerate, continuation); + return new k(this.this$0, this.$contentResolver, this.$uri, continuation); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function2 - public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { - Continuation continuation2 = continuation; + public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { + Continuation continuation2 = continuation; m.checkNotNullParameter(continuation2, "completion"); - return new k(this.this$0, this.$uri, this.$onGenerate, continuation2).invokeSuspend(Unit.a); + return new k(this.this$0, this.$contentResolver, this.$uri, continuation2).invokeSuspend(Unit.a); } - @Override // c0.w.i.a.a + @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { - j.b bVar; - Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); - int i = this.label; - if (i == 0) { + c.getCOROUTINE_SUSPENDED(); + if (this.label == 0) { l.throwOnFailure(obj); - this.this$0.b = new CancellationSignal(); - j.b bVar2 = this.this$0; - ContentResolver contentResolver = bVar2.d; - Uri uri = this.$uri; - this.L$0 = bVar2; - this.label = 1; - Objects.requireNonNull(bVar2); - Object j0 = a.j0(j0.b, new l(bVar2, contentResolver, uri, null), this); - if (j0 == coroutine_suspended) { - return coroutine_suspended; + try { + return this.$contentResolver.loadThumbnail(this.$uri, new Size(i.i, i.j), this.this$0.b); + } catch (Exception unused) { + return null; } - bVar = bVar2; - obj = j0; - } else if (i == 1) { - bVar = (j.b) this.L$0; - l.throwOnFailure(obj); } else { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } - bVar.f259c = (Bitmap) obj; - this.$onGenerate.invoke(this.this$0.f259c); - return Unit.a; } } diff --git a/app/src/main/java/c/b/a/d/l.java b/app/src/main/java/c/b/a/d/l.java index ac1f19f979..ee94cf62d1 100644 --- a/app/src/main/java/c/b/a/d/l.java +++ b/app/src/main/java/c/b/a/d/l.java @@ -1,60 +1,30 @@ package c.b.a.d; import android.content.ContentResolver; -import android.graphics.Bitmap; -import android.net.Uri; -import android.util.Size; -import c.b.a.d.j; -import c0.w.h.c; -import c0.w.i.a.e; -import c0.w.i.a.k; -import c0.z.d.m; -import kotlin.Unit; -import kotlin.coroutines.Continuation; -import kotlin.jvm.functions.Function2; -import kotlinx.coroutines.CoroutineScope; +import android.provider.MediaStore; +import android.util.Log; +import c.d.b.a.a; +import com.lytefast.flexinput.model.Media; /* compiled from: ThumbnailViewHolder.kt */ -@e(c = "com.lytefast.flexinput.adapters.ThumbnailViewHolder$ThumbnailBitmapGenerator$getThumbnailQ$2", f = "ThumbnailViewHolder.kt", l = {}, m = "invokeSuspend") -public final class l extends k implements Function2, Object> { - public final /* synthetic */ ContentResolver $contentResolver; - public final /* synthetic */ Uri $uri; - public int label; - public final /* synthetic */ j.b this$0; +public final class l implements Runnable { + public final /* synthetic */ m i; + public final /* synthetic */ ContentResolver j; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public l(j.b bVar, ContentResolver contentResolver, Uri uri, Continuation continuation) { - super(2, continuation); - this.this$0 = bVar; - this.$contentResolver = contentResolver; - this.$uri = uri; + public l(m mVar, ContentResolver contentResolver) { + this.i = mVar; + this.j = contentResolver; } - @Override // c0.w.i.a.a - public final Continuation create(Object obj, Continuation continuation) { - m.checkNotNullParameter(continuation, "completion"); - return new l(this.this$0, this.$contentResolver, this.$uri, continuation); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { - Continuation continuation2 = continuation; - m.checkNotNullParameter(continuation2, "completion"); - return new l(this.this$0, this.$contentResolver, this.$uri, continuation2).invokeSuspend(Unit.a); - } - - @Override // c0.w.i.a.a - public final Object invokeSuspend(Object obj) { - c.getCOROUTINE_SUSPENDED(); - if (this.label == 0) { - c0.l.throwOnFailure(obj); - try { - return this.$contentResolver.loadThumbnail(this.$uri, new Size(j.i, j.j), this.this$0.b); - } catch (Exception unused) { - return null; - } - } else { - throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); + @Override // java.lang.Runnable + public final void run() { + try { + MediaStore.Images.Thumbnails.getThumbnail(this.j, this.i.$id, 1, null); + } catch (Exception unused) { + String name = Media.class.getName(); + StringBuilder O = a.O("Error generating thumbnail for photo "); + O.append(this.i.$id); + O.append('.'); + Log.v(name, O.toString()); } } } diff --git a/app/src/main/java/c/b/a/d/m.java b/app/src/main/java/c/b/a/d/m.java index 0dcd707406..a26a58331a 100644 --- a/app/src/main/java/c/b/a/d/m.java +++ b/app/src/main/java/c/b/a/d/m.java @@ -1,30 +1,27 @@ package c.b.a.d; import android.content.ContentResolver; -import android.provider.MediaStore; -import android.util.Log; -import c.d.b.a.a; -import com.lytefast.flexinput.model.Media; +import android.os.AsyncTask; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; /* compiled from: ThumbnailViewHolder.kt */ -public final class m implements Runnable { - public final /* synthetic */ n i; - public final /* synthetic */ ContentResolver j; +public final class m extends o implements Function1 { + public final /* synthetic */ long $id; - public m(n nVar, ContentResolver contentResolver) { - this.i = nVar; - this.j = contentResolver; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public m(long j) { + super(1); + this.$id = j; } - @Override // java.lang.Runnable - public final void run() { - try { - MediaStore.Images.Thumbnails.getThumbnail(this.j, this.i.$id, 1, null); - } catch (Exception unused) { - String name = Media.class.getName(); - StringBuilder O = a.O("Error generating thumbnail for photo "); - O.append(this.i.$id); - O.append('.'); - Log.v(name, O.toString()); - } + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(ContentResolver contentResolver) { + ContentResolver contentResolver2 = contentResolver; + d0.z.d.m.checkNotNullParameter(contentResolver2, "contentResolver"); + AsyncTask.execute(new l(this, contentResolver2)); + return Unit.a; } } diff --git a/app/src/main/java/c/b/a/d/n.java b/app/src/main/java/c/b/a/d/n.java deleted file mode 100644 index e7c4d70ee6..0000000000 --- a/app/src/main/java/c/b/a/d/n.java +++ /dev/null @@ -1,28 +0,0 @@ -package c.b.a.d; - -import android.content.ContentResolver; -import android.os.AsyncTask; -import c0.z.d.m; -import c0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: ThumbnailViewHolder.kt */ -public final class n extends o implements Function1 { - public final /* synthetic */ long $id; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public n(long j) { - super(1); - this.$id = j; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(ContentResolver contentResolver) { - ContentResolver contentResolver2 = contentResolver; - m.checkNotNullParameter(contentResolver2, "contentResolver"); - AsyncTask.execute(new m(this, contentResolver2)); - return Unit.a; - } -} diff --git a/app/src/main/java/c/b/a/e/a.java b/app/src/main/java/c/b/a/e/a.java index b36c99b82b..5db7f837ef 100644 --- a/app/src/main/java/c/b/a/e/a.java +++ b/app/src/main/java/c/b/a/e/a.java @@ -19,7 +19,7 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f260c; + public final LinearLayout f253c; @NonNull public final RecyclerView d; @NonNull @@ -52,7 +52,7 @@ public final class a implements ViewBinding { public a(@NonNull LinearLayout linearLayout, @NonNull AppCompatImageButton appCompatImageButton, @NonNull LinearLayout linearLayout2, @NonNull RecyclerView recyclerView, @NonNull TextView textView, @NonNull LinearLayout linearLayout3, @NonNull FrameLayout frameLayout, @NonNull AppCompatImageButton appCompatImageButton2, @NonNull AppCompatImageButton appCompatImageButton3, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout2, @NonNull FrameLayout frameLayout3, @NonNull AppCompatImageButton appCompatImageButton4, @NonNull AppCompatImageButton appCompatImageButton5, @NonNull LinearLayout linearLayout4, @NonNull LinearLayout linearLayout5, @NonNull FrameLayout frameLayout4, @NonNull ImageView imageView2, @NonNull FlexEditText flexEditText) { this.a = linearLayout; this.b = appCompatImageButton; - this.f260c = linearLayout2; + this.f253c = linearLayout2; this.d = recyclerView; this.e = textView; this.f = linearLayout3; diff --git a/app/src/main/java/c/b/a/e/b.java b/app/src/main/java/c/b/a/e/b.java index 69076b9eda..197c8a9671 100644 --- a/app/src/main/java/c/b/a/e/b.java +++ b/app/src/main/java/c/b/a/e/b.java @@ -2,15 +2,30 @@ package c.b.a.e; import android.view.View; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewAttachmentPreviewItemBinding */ public final class b implements ViewBinding { @NonNull - public final SimpleDraweeView a; + public final ConstraintLayout a; + @NonNull + public final SimpleDraweeView b; + @NonNull - public b(@NonNull SimpleDraweeView simpleDraweeView) { - this.a = simpleDraweeView; + /* renamed from: c reason: collision with root package name */ + public final SimpleDraweeView f254c; + @NonNull + public final View d; + @NonNull + public final SimpleDraweeView e; + + public b(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull View view, @NonNull SimpleDraweeView simpleDraweeView3) { + this.a = constraintLayout; + this.b = simpleDraweeView; + this.f254c = simpleDraweeView2; + this.d = view; + this.e = simpleDraweeView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/b/a/e/c.java b/app/src/main/java/c/b/a/e/c.java index e1a1a4969e..406c6c7f9a 100644 --- a/app/src/main/java/c/b/a/e/c.java +++ b/app/src/main/java/c/b/a/e/c.java @@ -15,7 +15,7 @@ public final class c implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f261c; + public final SimpleDraweeView f255c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class c implements ViewBinding { public c(@NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) { this.a = frameLayout; this.b = frameLayout2; - this.f261c = simpleDraweeView; + this.f255c = simpleDraweeView; this.d = simpleDraweeView2; this.e = textView; } diff --git a/app/src/main/java/c/b/a/f/b.java b/app/src/main/java/c/b/a/f/b.java index 336d89d32d..a5f21a91d1 100644 --- a/app/src/main/java/c/b/a/f/b.java +++ b/app/src/main/java/c/b/a/f/b.java @@ -5,9 +5,9 @@ import android.net.Uri; import android.os.Environment; import androidx.core.content.FileProvider; import c.d.b.a.a; -import c0.z.d.m; import com.lytefast.flexinput.R; import com.lytefast.flexinput.managers.FileManager; +import d0.z.d.m; import java.io.File; import java.text.SimpleDateFormat; import java.util.Date; @@ -18,7 +18,7 @@ public class b implements FileManager { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f262c; + public final String f256c; public b(Context context, String str, String str2, int i) { String str3; @@ -29,7 +29,7 @@ public class b implements FileManager { str3 = null; } if ((i & 4) != 0) { - str4 = context.getString(R.g.discord); + str4 = context.getString(R.h.discord); m.checkNotNullExpressionValue(str4, "context.getString(R.string.discord)"); } m.checkNotNullParameter(context, "context"); @@ -37,7 +37,7 @@ public class b implements FileManager { m.checkNotNullParameter(str4, "imageDirName"); this.a = context; this.b = str3; - this.f262c = str4; + this.f256c = str4; } @Override // com.lytefast.flexinput.managers.FileManager @@ -53,7 +53,7 @@ public class b implements FileManager { public File b() { String format = new SimpleDateFormat("yyyyMMdd_HHmmss", Locale.getDefault()).format(new Date()); Context context = this.a; - File file = new File(context.getExternalFilesDir(Environment.DIRECTORY_PICTURES), this.f262c); + File file = new File(context.getExternalFilesDir(Environment.DIRECTORY_PICTURES), this.f256c); file.mkdirs(); if (!file.exists()) { file = context.getFilesDir(); diff --git a/app/src/main/java/c/b/a/g/a.java b/app/src/main/java/c/b/a/g/a.java index 680d3c5056..6baa1909fb 100644 --- a/app/src/main/java/c/b/a/g/a.java +++ b/app/src/main/java/c/b/a/g/a.java @@ -1,8 +1,8 @@ package c.b.a.g; import android.net.Uri; -import c0.z.d.m; import com.lytefast.flexinput.model.Attachment; +import d0.z.d.m; import java.io.File; /* compiled from: FileUtils.kt */ public final class a { @@ -12,6 +12,6 @@ public final class a { m.checkNotNullExpressionValue(fromFile, "Uri.fromFile(this)"); String name = file.getName(); m.checkNotNullExpressionValue(name, "this.name"); - return new Attachment<>((long) file.hashCode(), fromFile, name, file); + return new Attachment<>((long) file.hashCode(), fromFile, name, file, false, 16, null); } } diff --git a/app/src/main/java/c/b/a/h/a.java b/app/src/main/java/c/b/a/h/a.java index 93fa411821..c954e3ec06 100644 --- a/app/src/main/java/c/b/a/h/a.java +++ b/app/src/main/java/c/b/a/h/a.java @@ -2,7 +2,7 @@ package c.b.a.h; import androidx.annotation.StringRes; import androidx.core.app.NotificationCompat; -import c0.z.d.m; +import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: FlexInputEvent.kt */ public abstract class a { diff --git a/app/src/main/java/c/b/a/i/a.java b/app/src/main/java/c/b/a/i/a.java index d4c93cf0d8..888aedcbe0 100644 --- a/app/src/main/java/c/b/a/i/a.java +++ b/app/src/main/java/c/b/a/i/a.java @@ -4,10 +4,10 @@ import android.content.ContentResolver; import android.content.Context; import androidx.core.os.EnvironmentCompat; import androidx.core.view.inputmethod.InputContentInfoCompat; -import c0.z.d.m; -import c0.z.d.o; import com.lytefast.flexinput.model.Attachment; import com.lytefast.flexinput.widget.FlexEditText; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: FlexEditText.kt */ @@ -31,7 +31,7 @@ public final class a extends o implements Function1 wVar.a()) { Log.w("CeaUtil", "Skipping remainder of malformed SEI NAL unit."); - i = wVar.f972c; + i = wVar.f919c; } else if (I1 == 4 && I12 >= 8) { - int s = wVar.s(); + int s2 = wVar.s(); int x2 = wVar.x(); int f = x2 == 49 ? wVar.f() : 0; - int s2 = wVar.s(); + int s3 = wVar.s(); if (x2 == 47) { wVar.E(1); } - boolean z3 = s == 181 && (x2 == 49 || x2 == 47) && s2 == 3; + boolean z3 = s2 == 181 && (x2 == 49 || x2 == 47) && s3 == 3; if (x2 == 49) { if (f != 1195456820) { z2 = false; @@ -686,10 +686,10 @@ public class d { } public static void M(long j, c.i.a.c.i2.w wVar, c.i.a.c.a2.w[] wVarArr) { - int s = wVar.s(); - if ((s & 64) != 0) { + int s2 = wVar.s(); + if ((s2 & 64) != 0) { wVar.E(1); - int i = (s & 31) * 3; + int i = (s2 & 31) * 3; int i2 = wVar.b; for (c.i.a.c.a2.w wVar2 : wVarArr) { wVar.D(i2); @@ -795,13 +795,13 @@ public class d { } public static final RenderContext P1(Function1 function1, Object... objArr) { - c0.z.d.m.checkNotNullParameter(function1, "init"); - c0.z.d.m.checkNotNullParameter(objArr, "orderedArguments"); + d0.z.d.m.checkNotNullParameter(function1, "init"); + d0.z.d.m.checkNotNullParameter(objArr, "orderedArguments"); RenderContext renderContext = new RenderContext(); function1.invoke(renderContext); if (!(objArr.length == 0)) { if (!(!renderContext.a.isEmpty())) { - renderContext.f2506c = k.toList(objArr); + renderContext.f2096c = k.toList(objArr); } else { throw new IllegalArgumentException("must provide named arguments OR formatArgs, not both."); } @@ -834,11 +834,11 @@ public class d { } public static final MediaSource R(MediaType mediaType, String str, String str2) { - c0.z.d.m.checkNotNullParameter(mediaType, "mediaType"); - c0.z.d.m.checkNotNullParameter(str, "progressiveMediaUri"); - c0.z.d.m.checkNotNullParameter(str2, "featureTag"); + d0.z.d.m.checkNotNullParameter(mediaType, "mediaType"); + d0.z.d.m.checkNotNullParameter(str, "progressiveMediaUri"); + d0.z.d.m.checkNotNullParameter(str2, "featureTag"); Uri parse = Uri.parse(str); - c0.z.d.m.checkNotNullExpressionValue(parse, "Uri.parse(progressiveMediaUri)"); + d0.z.d.m.checkNotNullExpressionValue(parse, "Uri.parse(progressiveMediaUri)"); return new MediaSource(parse, str2, mediaType); } @@ -1429,7 +1429,7 @@ public class d { URL url = tresult2.b; if (url != null) { Z("CctTransportBackend", "Following redirect to: %s", url); - tinput = new d.a(tresult2.b, tinput2.b, tinput2.f632c); + tinput = new d.a(tresult2.b, tinput2.b, tinput2.f600c); } else { tinput = null; } @@ -1542,7 +1542,7 @@ public class d { } public static final boolean X0(Context context) { - c0.z.d.m.checkNotNullParameter(context, "$this$isLtr"); + d0.z.d.m.checkNotNullParameter(context, "$this$isLtr"); return TextUtilsCompat.getLayoutDirectionFromLocale(Locale.getDefault()) == 0; } @@ -1553,7 +1553,7 @@ public class d { drawable.setAlpha(i); } if (eVar.b) { - drawable.setColorFilter(eVar.f408c); + drawable.setColorFilter(eVar.f392c); } int i2 = eVar.d; boolean z2 = false; @@ -1575,7 +1575,7 @@ public class d { } public static final boolean Y0(VoiceState voiceState) { - c0.z.d.m.checkNotNullParameter(voiceState, "$this$isMutedByAnySource"); + d0.z.d.m.checkNotNullParameter(voiceState, "$this$isMutedByAnySource"); return voiceState.h() || voiceState.e() || voiceState.l(); } @@ -1592,7 +1592,7 @@ public class d { } public static final boolean Z0(StageInstance stageInstance) { - c0.z.d.m.checkNotNullParameter(stageInstance, "$this$isPublic"); + d0.z.d.m.checkNotNullParameter(stageInstance, "$this$isPublic"); return stageInstance.e() == StageInstancePrivacyLevel.PUBLIC; } @@ -1618,7 +1618,7 @@ public class d { } public static final boolean a1(VoiceState voiceState) { - c0.z.d.m.checkNotNullParameter(voiceState, "$this$isRemoveSignal"); + d0.z.d.m.checkNotNullParameter(voiceState, "$this$isRemoveSignal"); return voiceState.a() == null; } @@ -1750,7 +1750,7 @@ public class d { int i9 = eVar2.o; eVar2.w(); max = Math.max(i9, eVar2.n); - f2 = eVar == null ? eVar.f458c : (float) i; + f2 = eVar == null ? eVar.f436c : (float) i; while (((float) (max / i5)) > f2) { eVar2.w(); i5 = eVar2.k == c.f.i.b.a ? i5 * 2 : i5 + 1; @@ -1776,8 +1776,8 @@ public class d { } public static final void c1(String str, String str2) { - c0.z.d.m.checkNotNullParameter(str, "tag"); - c0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); + d0.z.d.m.checkNotNullParameter(str, "tag"); + d0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); Logger.d$default(LoggingProvider.INSTANCE.get(), str, str2, null, 4, null); } @@ -1816,13 +1816,13 @@ public class d { } public static final void d1(String str, String str2, Throwable th) { - c0.z.d.m.checkNotNullParameter(str, "tag"); - c0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); + d0.z.d.m.checkNotNullParameter(str, "tag"); + d0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); Logger.e$default(LoggingProvider.INSTANCE.get(), str, str2, th, null, 8, null); } public static final

Bundle d2(P p) { - c0.z.d.m.checkNotNullParameter(p, "$this$toBundle"); + d0.z.d.m.checkNotNullParameter(p, "$this$toBundle"); Bundle bundle = new Bundle(); bundle.putParcelable("intent_args_key", p); return bundle; @@ -1837,8 +1837,8 @@ public class d { } public static final void e1(String str, String str2) { - c0.z.d.m.checkNotNullParameter(str, "tag"); - c0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); + d0.z.d.m.checkNotNullParameter(str, "tag"); + d0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); Logger.i$default(LoggingProvider.INSTANCE.get(), str, str2, null, 4, null); } @@ -1861,15 +1861,15 @@ public class d { } public static final void f1(String str, String str2) { - c0.z.d.m.checkNotNullParameter(str, "tag"); - c0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); + d0.z.d.m.checkNotNullParameter(str, "tag"); + d0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); Logger.v$default(LoggingProvider.INSTANCE.get(), str, str2, null, 4, null); } public static final

Intent f2(P p) { - c0.z.d.m.checkNotNullParameter(p, "$this$toIntent"); + d0.z.d.m.checkNotNullParameter(p, "$this$toIntent"); Intent putExtra = new Intent().putExtra("intent_args_key", p); - c0.z.d.m.checkNotNullExpressionValue(putExtra, "Intent().putExtra(INTENT_ARGS, this)"); + d0.z.d.m.checkNotNullExpressionValue(putExtra, "Intent().putExtra(INTENT_ARGS, this)"); return putExtra; } @@ -1889,8 +1889,8 @@ public class d { } public static final void g1(String str, String str2) { - c0.z.d.m.checkNotNullParameter(str, "tag"); - c0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); + d0.z.d.m.checkNotNullParameter(str, "tag"); + d0.z.d.m.checkNotNullParameter(str2, NotificationCompat.CATEGORY_MESSAGE); Logger.w$default(LoggingProvider.INSTANCE.get(), str, str2, null, 4, null); } @@ -2124,10 +2124,10 @@ public class d { } else if (index == R.a.GenericDraweeHierarchy_overlayImage) { aVar.b(w0(context2, obtainStyledAttributes, index)); } else if (index == R.a.GenericDraweeHierarchy_roundAsCircle) { - if (aVar.f428r == null) { - aVar.f428r = new c.f.g.f.c(); + if (aVar.r == null) { + aVar.r = new c.f.g.f.c(); } - aVar.f428r.b = obtainStyledAttributes.getBoolean(index, false); + aVar.r.b = obtainStyledAttributes.getBoolean(index, false); } else if (index == R.a.GenericDraweeHierarchy_roundedCornerRadius) { i7 = obtainStyledAttributes.getDimensionPixelSize(index, i7); } else if (index == R.a.GenericDraweeHierarchy_roundTopLeft) { @@ -2153,16 +2153,16 @@ public class d { if (index == R.a.GenericDraweeHierarchy_roundBottomEnd) { z16 = obtainStyledAttributes.getBoolean(index, z16); } else if (index == R.a.GenericDraweeHierarchy_roundWithOverlayColor) { - if (aVar.f428r == null) { - aVar.f428r = new c.f.g.f.c(); + if (aVar.r == null) { + aVar.r = new c.f.g.f.c(); } - aVar.f428r.b(obtainStyledAttributes.getColor(index, 0)); + aVar.r.b(obtainStyledAttributes.getColor(index, 0)); } else { if (index == R.a.GenericDraweeHierarchy_roundingBorderWidth) { - if (aVar.f428r == null) { - aVar.f428r = new c.f.g.f.c(); + if (aVar.r == null) { + aVar.r = new c.f.g.f.c(); } - c.f.g.f.c cVar = aVar.f428r; + c.f.g.f.c cVar = aVar.r; float dimensionPixelSize = (float) obtainStyledAttributes.getDimensionPixelSize(index, 0); Objects.requireNonNull(cVar); if (dimensionPixelSize >= 0.0f) { @@ -2177,15 +2177,15 @@ public class d { } else { i4 = i7; if (index == R.a.GenericDraweeHierarchy_roundingBorderColor) { - if (aVar.f428r == null) { - aVar.f428r = new c.f.g.f.c(); + if (aVar.r == null) { + aVar.r = new c.f.g.f.c(); } - aVar.f428r.f = obtainStyledAttributes.getColor(index, 0); + aVar.r.f = obtainStyledAttributes.getColor(index, 0); } else if (index == R.a.GenericDraweeHierarchy_roundingBorderPadding) { - if (aVar.f428r == null) { - aVar.f428r = new c.f.g.f.c(); + if (aVar.r == null) { + aVar.r = new c.f.g.f.c(); } - c.f.g.f.c cVar2 = aVar.f428r; + c.f.g.f.c cVar2 = aVar.r; float dimensionPixelSize2 = (float) obtainStyledAttributes.getDimensionPixelSize(index, 0); Objects.requireNonNull(cVar2); l(dimensionPixelSize2 >= 0.0f, "the padding cannot be < 0"); @@ -2295,18 +2295,18 @@ public class d { aVar.l = new c.f.g.e.c(aVar.l, i); } if (i2 > 0) { - if (aVar.f428r == null) { - aVar.f428r = new c.f.g.f.c(); + if (aVar.r == null) { + aVar.r = new c.f.g.f.c(); } - c.f.g.f.c cVar3 = aVar.f428r; + c.f.g.f.c cVar3 = aVar.r; float f = z4 ? (float) i2 : 0.0f; float f2 = z5 ? (float) i2 : 0.0f; float f3 = z3 ? (float) i2 : 0.0f; float f4 = z2 ? (float) i2 : 0.0f; - if (cVar3.f429c == null) { - cVar3.f429c = new float[8]; + if (cVar3.f408c == null) { + cVar3.f408c = new float[8]; } - float[] fArr = cVar3.f429c; + float[] fArr = cVar3.f408c; fArr[1] = f; fArr[0] = f; fArr[3] = f2; @@ -2494,11 +2494,11 @@ public class d { while (true) { long j26 = j25 + 1; C1(fileChannel, allocate, 1, j25); - short s = (short) (allocate.get() & 255); - if (s == 0) { + short s2 = (short) (allocate.get() & 255); + if (s2 == 0) { break; } - sb.append((char) s); + sb.append((char) s2); j25 = j26; } strArr[i5] = sb.toString(); @@ -2648,7 +2648,7 @@ public class d { } public static final Integer n1(JsonReader jsonReader) { - c0.z.d.m.checkNotNullParameter(jsonReader, "$this$nextIntOrNull"); + d0.z.d.m.checkNotNullParameter(jsonReader, "$this$nextIntOrNull"); if (jsonReader.N() != JsonToken.NULL) { return Integer.valueOf(jsonReader.z()); } @@ -2907,7 +2907,7 @@ public class d { } ArrayList arrayList3 = new ArrayList<>(); int i2 = wVar2.b; - int i3 = wVar2.f972c; + int i3 = wVar2.f919c; while (i2 < i3) { int f2 = wVar2.f() + i2; if (f2 > i2 && f2 <= i3) { @@ -3133,7 +3133,7 @@ public class d { @Nullable public static c.i.a.c.a2.h0.j v1(byte[] bArr) { c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(bArr); - if (wVar.f972c < 32) { + if (wVar.f919c < 32) { return null; } wVar.D(0); @@ -3201,7 +3201,7 @@ public class d { return null; } if (uuid.equals(v1.a)) { - return v1.f744c; + return v1.f706c; } Log.w("PsshAtomUtil", "UUID mismatch. Expected: " + uuid + ", got: " + v1.a + "."); return null; @@ -3317,15 +3317,15 @@ public class d { break; } wVar.E(3); - int r2 = wVar.r(); - int i3 = r2 + 10; + int r = wVar.r(); + int i3 = r + 10; if (metadata == null) { byte[] bArr = new byte[i3]; System.arraycopy(wVar.a, 0, bArr, 0, 10); - iVar.n(bArr, 10, r2); + iVar.n(bArr, 10, r); metadata = new c.i.a.c.c2.k.b(aVar).d(bArr, i3); } else { - iVar.g(r2); + iVar.g(r); } i2 += i3; } catch (EOFException unused) { @@ -3360,8 +3360,8 @@ public class d { } public static final Integer z0(Intent intent, String str) { - c0.z.d.m.checkNotNullParameter(intent, "$this$getIntExtraOrNull"); - c0.z.d.m.checkNotNullParameter(str, "key"); + d0.z.d.m.checkNotNullParameter(intent, "$this$getIntExtraOrNull"); + d0.z.d.m.checkNotNullParameter(str, "key"); Integer valueOf = Integer.valueOf(intent.getIntExtra(str, Integer.MIN_VALUE)); if (!(valueOf.intValue() == Integer.MIN_VALUE)) { return valueOf; diff --git a/app/src/main/java/c/c/a/a0/h.java b/app/src/main/java/c/c/a/a0/h.java index 06005b304e..2506bb24e4 100644 --- a/app/src/main/java/c/c/a/a0/h.java +++ b/app/src/main/java/c/c/a/a0/h.java @@ -36,9 +36,9 @@ public class h implements h0 { f2 = (float) cVar.p(); break; case 3: - int r2 = cVar.r(); - if (r2 <= 2 && r2 >= 0) { - i = b.com$airbnb$lottie$model$DocumentData$Justification$s$values()[r2]; + int r = cVar.r(); + if (r <= 2 && r >= 0) { + i = b.com$airbnb$lottie$model$DocumentData$Justification$s$values()[r]; break; } else { i = 3; diff --git a/app/src/main/java/c/c/a/a0/i0/c.java b/app/src/main/java/c/c/a/a0/i0/c.java index 1eb73aadaf..f733d612e5 100644 --- a/app/src/main/java/c/c/a/a0/i0/c.java +++ b/app/src/main/java/c/c/a/a0/i0/c.java @@ -1,7 +1,7 @@ package c.c.a.a0.i0; -import f0.e; -import f0.o; +import g0.e; +import g0.o; import java.io.Closeable; import java.io.IOException; import java.util.Arrays; diff --git a/app/src/main/java/c/c/a/a0/i0/d.java b/app/src/main/java/c/c/a/a0/i0/d.java index 92d839f080..c3791a6a05 100644 --- a/app/src/main/java/c/c/a/a0/i0/d.java +++ b/app/src/main/java/c/c/a/a0/i0/d.java @@ -3,8 +3,8 @@ package c.c.a.a0.i0; import androidx.annotation.Nullable; import c.c.a.a0.i0.c; import c.d.b.a.a; -import f0.e; -import f0.g; +import g0.e; +import g0.g; import java.io.EOFException; import java.io.IOException; import java.util.Objects; @@ -15,24 +15,22 @@ public final class d extends c { public static final ByteString o = ByteString.h("\"\\"); public static final ByteString p = ByteString.h("{}[]:, \n\t\r\f/\\;#="); public static final ByteString q = ByteString.h("\n\r"); + public static final ByteString r = ByteString.h("*/"); - /* renamed from: r reason: collision with root package name */ - public static final ByteString f265r = ByteString.h("*/"); - public final g s; + /* renamed from: s reason: collision with root package name */ + public final g f259s; public final e t; public int u = 0; public long v; - - /* renamed from: w reason: collision with root package name */ - public int f266w; + public int w; @Nullable /* renamed from: x reason: collision with root package name */ - public String f267x; + public String f260x; public d(g gVar) { Objects.requireNonNull(gVar, "source == null"); - this.s = gVar; + this.f259s = gVar; this.t = gVar.g(); x(6); } @@ -102,7 +100,7 @@ public final class d extends c { } else if (i2 == 8 || i2 == 12) { T(n); } else if (i2 == 17) { - this.t.skip((long) this.f266w); + this.t.skip((long) this.w); } else if (i2 == 18) { StringBuilder O3 = a.O("Expected a value but was "); O3.append(w()); @@ -173,7 +171,7 @@ public final class d extends c { if (r1 != 7) goto L_0x0210; */ /* JADX WARNING: Code restructure failed: missing block: B:139:0x01db, code lost: - r17.f266w = r5; + r17.w = r5; r15 = 17; r17.u = 17; */ @@ -309,7 +307,7 @@ public final class d extends c { boolean z3 = false; while (true) { int i6 = i5 + 1; - if (!this.s.j((long) i6)) { + if (!this.f259s.j((long) i6)) { break; } byte r4 = this.t.r((long) i5); @@ -394,11 +392,11 @@ public final class d extends c { while (true) { if (i9 < length) { int i10 = i9 + 1; - if (!this.s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { + if (!this.f259s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { break; } i9 = i10; - } else if (!this.s.j((long) (length + 1)) || !M(this.t.r((long) length))) { + } else if (!this.f259s.j((long) (length + 1)) || !M(this.t.r((long) length))) { this.t.skip((long) length); this.u = i; } @@ -474,14 +472,14 @@ public final class d extends c { int i = 0; while (true) { int i2 = i + 1; - if (this.s.j((long) i2)) { + if (this.f259s.j((long) i2)) { byte r2 = this.t.r((long) i); if (r2 == 10 || r2 == 32 || r2 == 13 || r2 == 9) { i = i2; } else { this.t.skip((long) (i2 - 1)); if (r2 == 47) { - if (!this.s.j(2)) { + if (!this.f259s.j(2)) { return r2; } H(); @@ -504,7 +502,7 @@ public final class d extends c { public final String Q(ByteString byteString) throws IOException { StringBuilder sb = null; while (true) { - long D = this.s.D(byteString); + long D = this.f259s.D(byteString); if (D == -1) { G("Unterminated string"); throw null; @@ -528,14 +526,14 @@ public final class d extends c { } public final String R() throws IOException { - long D = this.s.D(p); + long D = this.f259s.D(p); return D != -1 ? this.t.H(D) : this.t.G(); } public final char S() throws IOException { int i; int i2; - if (this.s.j(1)) { + if (this.f259s.j(1)) { byte readByte = this.t.readByte(); if (readByte == 10 || readByte == 34 || readByte == 39 || readByte == 47 || readByte == 92) { return (char) readByte; @@ -560,7 +558,7 @@ public final class d extends c { O.append((char) readByte); G(O.toString()); throw null; - } else if (this.s.j(4)) { + } else if (this.f259s.j(4)) { char c2 = 0; for (int i3 = 0; i3 < 4; i3++) { byte r2 = this.t.r((long) i3); @@ -597,7 +595,7 @@ public final class d extends c { public final void T(ByteString byteString) throws IOException { while (true) { - long D = this.s.D(byteString); + long D = this.f259s.D(byteString); if (D == -1) { G("Unterminated string"); throw null; @@ -612,7 +610,7 @@ public final class d extends c { } public final void U() throws IOException { - long D = this.s.D(p); + long D = this.f259s.D(p); e eVar = this.t; if (D == -1) { D = eVar.j; @@ -686,7 +684,7 @@ public final class d extends c { this.j = 1; e eVar = this.t; eVar.skip(eVar.j); - this.s.close(); + this.f259s.close(); } @Override // c.c.a.a0.i0.c @@ -762,13 +760,13 @@ public final class d extends c { return (double) this.v; } if (i == 17) { - this.f267x = this.t.H((long) this.f266w); + this.f260x = this.t.H((long) this.w); } else if (i == 9) { - this.f267x = Q(o); + this.f260x = Q(o); } else if (i == 8) { - this.f267x = Q(n); + this.f260x = Q(n); } else if (i == 10) { - this.f267x = R(); + this.f260x = R(); } else if (i != 11) { StringBuilder O = a.O("Expected a double but was "); O.append(w()); @@ -778,11 +776,11 @@ public final class d extends c { } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f267x); + double parseDouble = Double.parseDouble(this.f260x); if (Double.isNaN(parseDouble) || Double.isInfinite(parseDouble)) { throw new b("JSON forbids NaN and infinities: " + parseDouble + " at path " + getPath()); } - this.f267x = null; + this.f260x = null; this.u = 0; int[] iArr2 = this.m; int i3 = this.j - 1; @@ -790,7 +788,7 @@ public final class d extends c { return parseDouble; } catch (NumberFormatException unused) { StringBuilder O2 = a.O("Expected a double but was "); - O2.append(this.f267x); + O2.append(this.f260x); O2.append(" at path "); O2.append(getPath()); throw new a(O2.toString()); @@ -820,10 +818,10 @@ public final class d extends c { throw new a(O.toString()); } if (i == 17) { - this.f267x = this.t.H((long) this.f266w); + this.f260x = this.t.H((long) this.w); } else if (i == 9 || i == 8) { String Q = i == 9 ? Q(o) : Q(n); - this.f267x = Q; + this.f260x = Q; try { int parseInt = Integer.parseInt(Q); this.u = 0; @@ -842,10 +840,10 @@ public final class d extends c { } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f267x); + double parseDouble = Double.parseDouble(this.f260x); int i5 = (int) parseDouble; if (((double) i5) == parseDouble) { - this.f267x = null; + this.f260x = null; this.u = 0; int[] iArr3 = this.m; int i6 = this.j - 1; @@ -853,13 +851,13 @@ public final class d extends c { return i5; } StringBuilder O3 = a.O("Expected an int but was "); - O3.append(this.f267x); + O3.append(this.f260x); O3.append(" at path "); O3.append(getPath()); throw new a(O3.toString()); } catch (NumberFormatException unused2) { StringBuilder O4 = a.O("Expected an int but was "); - O4.append(this.f267x); + O4.append(this.f260x); O4.append(" at path "); O4.append(getPath()); throw new a(O4.toString()); @@ -880,7 +878,7 @@ public final class d extends c { } else if (i == 12) { str = Q(n); } else if (i == 15) { - str = this.f267x; + str = this.f260x; } else { StringBuilder O = a.O("Expected a name but was "); O.append(w()); @@ -907,12 +905,12 @@ public final class d extends c { } else if (i == 8) { str = Q(n); } else if (i == 11) { - str = this.f267x; - this.f267x = null; + str = this.f260x; + this.f260x = null; } else if (i == 16) { str = Long.toString(this.v); } else if (i == 17) { - str = this.t.H((long) this.f266w); + str = this.t.H((long) this.w); } else { StringBuilder O = a.O("Expected a string but was "); O.append(w()); @@ -930,7 +928,7 @@ public final class d extends c { @Override // java.lang.Object public String toString() { StringBuilder O = a.O("JsonReader("); - O.append(this.s); + O.append(this.f259s); O.append(")"); return O.toString(); } @@ -985,20 +983,20 @@ public final class d extends c { return -1; } if (i == 15) { - return K(this.f267x, aVar); + return K(this.f260x, aVar); } - int u0 = this.s.u0(aVar.b); + int u0 = this.f259s.u0(aVar.b); if (u0 != -1) { this.u = 0; this.l[this.j - 1] = aVar.a[u0]; return u0; } String str = this.l[this.j - 1]; - String s = s(); - int K = K(s, aVar); + String s2 = s(); + int K = K(s2, aVar); if (K == -1) { this.u = 15; - this.f267x = s; + this.f260x = s2; this.l[this.j - 1] = str; } return K; diff --git a/app/src/main/java/c/c/a/a0/n.java b/app/src/main/java/c/c/a/a0/n.java index d774d316c4..19f5ffbba5 100644 --- a/app/src/main/java/c/c/a/a0/n.java +++ b/app/src/main/java/c/c/a/a0/n.java @@ -7,5 +7,5 @@ public class n { public static final c.a b = c.a.a("p", "k"); /* renamed from: c reason: collision with root package name */ - public static final c.a f268c = c.a.a("n", "v"); + public static final c.a f261c = c.a.a("n", "v"); } diff --git a/app/src/main/java/c/c/a/a0/p.java b/app/src/main/java/c/c/a/a0/p.java index 5f2873bb81..e26be57f33 100644 --- a/app/src/main/java/c/c/a/a0/p.java +++ b/app/src/main/java/c/c/a/a0/p.java @@ -80,8 +80,8 @@ public class p { } public static float d(c cVar) throws IOException { - c.b w2 = cVar.w(); - int ordinal = w2.ordinal(); + c.b w = cVar.w(); + int ordinal = w.ordinal(); if (ordinal == 0) { cVar.a(); float p = (float) cVar.p(); @@ -93,7 +93,7 @@ public class p { } else if (ordinal == 6) { return (float) cVar.p(); } else { - throw new IllegalArgumentException("Unknown value for token of type " + w2); + throw new IllegalArgumentException("Unknown value for token of type " + w); } } } diff --git a/app/src/main/java/c/c/a/a0/q.java b/app/src/main/java/c/c/a/a0/q.java index dbff2c8d41..df2d3c6fdd 100644 --- a/app/src/main/java/c/c/a/a0/q.java +++ b/app/src/main/java/c/c/a/a0/q.java @@ -19,7 +19,7 @@ public class q { public static SparseArrayCompat> b; /* renamed from: c reason: collision with root package name */ - public static c.a f269c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); + public static c.a f262c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); public static a a(c cVar, d dVar, float f, h0 h0Var, boolean z2) throws IOException { T t; @@ -40,7 +40,7 @@ public class q { boolean z3 = false; float f2 = 0.0f; while (cVar.e()) { - switch (cVar.z(f269c)) { + switch (cVar.z(f262c)) { case 0: f2 = (float) cVar.p(); break; diff --git a/app/src/main/java/c/c/a/a0/r.java b/app/src/main/java/c/c/a/a0/r.java index 1e923b6976..4c75bb92c3 100644 --- a/app/src/main/java/c/c/a/a0/r.java +++ b/app/src/main/java/c/c/a/a0/r.java @@ -54,15 +54,15 @@ public class r { i2++; a aVar2 = (a) list.get(i2); aVar.f = Float.valueOf(aVar2.e); - if (aVar.f274c == null && (t = aVar2.b) != null) { - aVar.f274c = t; + if (aVar.f267c == null && (t = aVar2.b) != null) { + aVar.f267c = t; if (aVar instanceof h) { ((h) aVar).e(); } } } a aVar3 = (a) list.get(i); - if ((aVar3.b == null || aVar3.f274c == null) && list.size() > 1) { + if ((aVar3.b == null || aVar3.f267c == null) && list.size() > 1) { list.remove(aVar3); } } diff --git a/app/src/main/java/c/c/a/a0/s.java b/app/src/main/java/c/c/a/a0/s.java index d5445d79e7..7243bf9077 100644 --- a/app/src/main/java/c/c/a/a0/s.java +++ b/app/src/main/java/c/c/a/a0/s.java @@ -20,7 +20,7 @@ public class s { public static final c.a b = c.a.a("d", "a"); /* renamed from: c reason: collision with root package name */ - public static final c.a f270c = c.a.a("nm"); + public static final c.a f263c = c.a.a("nm"); /* JADX DEBUG: Failed to insert an additional move for type inference into block B:226:0x0303 */ /* JADX DEBUG: Multi-variable search result rejected for r6v10, resolved type: c.c.a.y.k.d */ @@ -92,8 +92,8 @@ public class s { case 3: str2 = str4; j = j3; - int r2 = cVar.r(); - aVar = r2 < 6 ? e.a.values()[r2] : e.a.UNKNOWN; + int r = cVar.r(); + aVar = r < 6 ? e.a.values()[r] : e.a.UNKNOWN; j3 = j; str4 = str2; i = 1; @@ -150,13 +150,13 @@ public class s { int i8 = 0; boolean z4 = false; while (cVar.e()) { - String s = cVar.s(); - s.hashCode(); - int hashCode = s.hashCode(); + String s2 = cVar.s(); + s2.hashCode(); + int hashCode = s2.hashCode(); if (hashCode != 111) { if (hashCode != 3588) { if (hashCode != 104433) { - if (hashCode == 3357091 && s.equals("mode")) { + if (hashCode == 3357091 && s2.equals("mode")) { c2 = 3; if (c2 == 0) { dVar2 = d.s1(cVar, dVar); @@ -182,7 +182,7 @@ public class s { } else if (c3 == 2) { i8 = 4; } else if (c3 != 3) { - c.c.a.b0.c.b("Unknown mask mode " + s + ". Defaulting to Add."); + c.c.a.b0.c.b("Unknown mask mode " + s2 + ". Defaulting to Add."); } else { i8 = 2; } @@ -215,21 +215,21 @@ public class s { j3 = j3; dVar2 = dVar2; } - } else if (s.equals("inv")) { + } else if (s2.equals("inv")) { c2 = 2; if (c2 == 0) { } j3 = j3; dVar2 = dVar2; } - } else if (s.equals("pt")) { + } else if (s2.equals("pt")) { c2 = 1; if (c2 == 0) { } j3 = j3; dVar2 = dVar2; } - } else if (s.equals("o")) { + } else if (s2.equals("o")) { c2 = 0; if (c2 == 0) { } @@ -342,7 +342,7 @@ public class s { while (cVar.e()) { cVar.b(); while (cVar.e()) { - if (cVar.z(f270c) != 0) { + if (cVar.z(f263c) != 0) { cVar.B(); cVar.C(); } else { diff --git a/app/src/main/java/c/c/a/a0/t.java b/app/src/main/java/c/c/a/a0/t.java index b7e6383a4a..7ccd9172d2 100644 --- a/app/src/main/java/c/c/a/a0/t.java +++ b/app/src/main/java/c/c/a/a0/t.java @@ -21,7 +21,7 @@ public class t { public static c.a b = c.a.a(ModelAuditLogEntry.CHANGE_KEY_ID, "layers", "w", "h", "p", "u"); /* renamed from: c reason: collision with root package name */ - public static final c.a f271c = c.a.a("list"); + public static final c.a f264c = c.a.a("list"); public static final c.a d = c.a.a("cm", "tm", "dr"); public static d a(c cVar) throws IOException { @@ -177,7 +177,7 @@ public class t { f2 = f6; cVar.b(); while (cVar.e()) { - if (cVar.z(f271c) != 0) { + if (cVar.z(f264c) != 0) { cVar.B(); cVar.C(); } else { @@ -344,7 +344,7 @@ public class t { dVar.m = f4; dVar.i = arrayList3; dVar.h = longSparseArray; - dVar.f275c = hashMap; + dVar.f268c = hashMap; dVar.d = hashMap2; dVar.g = sparseArrayCompat2; dVar.e = hashMap3; diff --git a/app/src/main/java/c/c/a/a0/w.java b/app/src/main/java/c/c/a/a0/w.java index a824f59df9..f2c330d191 100644 --- a/app/src/main/java/c/c/a/a0/w.java +++ b/app/src/main/java/c/c/a/a0/w.java @@ -10,20 +10,20 @@ public class w implements h0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.c.a.a0.h0 public PointF a(c cVar, float f) throws IOException { - c.b w2 = cVar.w(); - if (w2 == c.b.BEGIN_ARRAY) { + c.b w = cVar.w(); + if (w == c.b.BEGIN_ARRAY) { return p.b(cVar, f); } - if (w2 == c.b.BEGIN_OBJECT) { + if (w == c.b.BEGIN_OBJECT) { return p.b(cVar, f); } - if (w2 == c.b.NUMBER) { + if (w == c.b.NUMBER) { PointF pointF = new PointF(((float) cVar.p()) * f, ((float) cVar.p()) * f); while (cVar.e()) { cVar.C(); } return pointF; } - throw new IllegalArgumentException("Cannot convert json to point. Next token is " + w2); + throw new IllegalArgumentException("Cannot convert json to point. Next token is " + w); } } diff --git a/app/src/main/java/c/c/a/b0/d.java b/app/src/main/java/c/c/a/b0/d.java index 869caa3be7..71ded2675c 100644 --- a/app/src/main/java/c/c/a/b0/d.java +++ b/app/src/main/java/c/c/a/b0/d.java @@ -19,11 +19,11 @@ public class d extends a implements Choreographer.FrameCallback { public float p = -2.14748365E9f; public float q = 2.14748365E9f; @Nullable - - /* renamed from: r reason: collision with root package name */ - public c.c.a.d f272r; + public c.c.a.d r; @VisibleForTesting - public boolean s = false; + + /* renamed from: s reason: collision with root package name */ + public boolean f265s = false; @Override // android.animation.ValueAnimator, android.animation.Animator @MainThread @@ -37,8 +37,8 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.view.Choreographer.FrameCallback public void doFrame(long j) { l(); - c.c.a.d dVar = this.f272r; - if (dVar != null && this.s) { + c.c.a.d dVar = this.r; + if (dVar != null && this.f265s) { long j2 = this.m; long j3 = 0; if (j2 != 0) { @@ -77,7 +77,7 @@ public class d extends a implements Choreographer.FrameCallback { b(k()); } } - if (this.f272r != null) { + if (this.r != null) { float f3 = this.n; if (f3 < this.p || f3 > this.q) { throw new IllegalStateException(String.format("Frame must be [%f,%f]. It is %f", Float.valueOf(this.p), Float.valueOf(this.q), Float.valueOf(this.n))); @@ -99,7 +99,7 @@ public class d extends a implements Choreographer.FrameCallback { float j; float i; float j2; - if (this.f272r == null) { + if (this.r == null) { return 0.0f; } if (k()) { @@ -121,7 +121,7 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.animation.ValueAnimator, android.animation.Animator public long getDuration() { - c.c.a.d dVar = this.f272r; + c.c.a.d dVar = this.r; if (dVar == null) { return 0; } @@ -130,7 +130,7 @@ public class d extends a implements Choreographer.FrameCallback { @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) public float h() { - c.c.a.d dVar = this.f272r; + c.c.a.d dVar = this.r; if (dVar == null) { return 0.0f; } @@ -140,7 +140,7 @@ public class d extends a implements Choreographer.FrameCallback { } public float i() { - c.c.a.d dVar = this.f272r; + c.c.a.d dVar = this.r; if (dVar == null) { return 0.0f; } @@ -150,11 +150,11 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.animation.ValueAnimator, android.animation.Animator public boolean isRunning() { - return this.s; + return this.f265s; } public float j() { - c.c.a.d dVar = this.f272r; + c.c.a.d dVar = this.r; if (dVar == null) { return 0.0f; } @@ -167,7 +167,7 @@ public class d extends a implements Choreographer.FrameCallback { } public void l() { - if (this.s) { + if (this.f265s) { Choreographer.getInstance().removeFrameCallback(this); Choreographer.getInstance().postFrameCallback(this); } @@ -176,7 +176,7 @@ public class d extends a implements Choreographer.FrameCallback { @MainThread public void m() { Choreographer.getInstance().removeFrameCallback(this); - this.s = false; + this.f265s = false; } public void n(float f) { @@ -189,7 +189,7 @@ public class d extends a implements Choreographer.FrameCallback { public void o(float f, float f2) { if (f <= f2) { - c.c.a.d dVar = this.f272r; + c.c.a.d dVar = this.r; float f3 = dVar == null ? -3.4028235E38f : dVar.k; float f4 = dVar == null ? Float.MAX_VALUE : dVar.l; this.p = f.b(f, f3, f4); diff --git a/app/src/main/java/c/c/a/b0/g.java b/app/src/main/java/c/c/a/b0/g.java index f52991740d..04fa3a86b6 100644 --- a/app/src/main/java/c/c/a/b0/g.java +++ b/app/src/main/java/c/c/a/b0/g.java @@ -17,7 +17,7 @@ public final class g { public static final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public static final Path f273c = new Path(); + public static final Path f266c = new Path(); public static final float[] d = new float[4]; public static final float e = ((float) (Math.sqrt(2.0d) / 2.0d)); public static float f = -1.0f; @@ -59,12 +59,12 @@ public final class g { path2.reset(); pathMeasure.getSegment(min, max, path2, true); if (max > length) { - Path path3 = f273c; + Path path3 = f266c; path3.reset(); pathMeasure.getSegment(0.0f, max % length, path3, true); path2.addPath(path3); } else if (min < 0.0f) { - Path path4 = f273c; + Path path4 = f266c; path4.reset(); pathMeasure.getSegment(min + length, length, path4, true); path2.addPath(path4); diff --git a/app/src/main/java/c/c/a/c0/a.java b/app/src/main/java/c/c/a/c0/a.java index a0a6970065..f99b8906f6 100644 --- a/app/src/main/java/c/c/a/c0/a.java +++ b/app/src/main/java/c/c/a/c0/a.java @@ -14,7 +14,7 @@ public class a { @Nullable /* renamed from: c reason: collision with root package name */ - public T f274c; + public T f267c; @Nullable public final Interpolator d; public final float e; @@ -40,7 +40,7 @@ public class a { this.n = null; this.a = dVar; this.b = t; - this.f274c = t2; + this.f267c = t2; this.d = interpolator; this.e = f; this.f = f2; @@ -57,7 +57,7 @@ public class a { this.n = null; this.a = null; this.b = t; - this.f274c = t; + this.f267c = t; this.d = null; this.e = Float.MIN_VALUE; this.f = Float.valueOf(Float.MAX_VALUE); @@ -100,7 +100,7 @@ public class a { StringBuilder O = c.d.b.a.a.O("Keyframe{startValue="); O.append((Object) this.b); O.append(", endValue="); - O.append((Object) this.f274c); + O.append((Object) this.f267c); O.append(", startFrame="); O.append(this.e); O.append(", endFrame="); diff --git a/app/src/main/java/c/c/a/d.java b/app/src/main/java/c/c/a/d.java index 4ddca19cf6..b3d636bf6d 100644 --- a/app/src/main/java/c/c/a/d.java +++ b/app/src/main/java/c/c/a/d.java @@ -17,7 +17,7 @@ public class d { public final HashSet b = new HashSet<>(); /* renamed from: c reason: collision with root package name */ - public Map> f275c; + public Map> f268c; public Map d; public Map e; public List f; diff --git a/app/src/main/java/c/c/a/e.java b/app/src/main/java/c/c/a/e.java index 3b7a307b36..33113e55e6 100644 --- a/app/src/main/java/c/c/a/e.java +++ b/app/src/main/java/c/c/a/e.java @@ -10,11 +10,11 @@ import c.c.a.a0.i0.d; import c.c.a.a0.t; import c.c.a.b0.g; import c.c.a.y.h; -import c0.z.d.m; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; -import f0.n; -import f0.r; -import f0.y; +import d0.z.d.m; +import g0.n; +import g0.r; +import g0.y; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; diff --git a/app/src/main/java/c/c/a/f.java b/app/src/main/java/c/c/a/f.java index 99251ce0a5..039325ca2a 100644 --- a/app/src/main/java/c/c/a/f.java +++ b/app/src/main/java/c/c/a/f.java @@ -31,7 +31,7 @@ public class f implements Callable> { Pair pair; c cVar = new c(this.i, this.j, this.k); a aVar = a.ZIP; - b bVar = cVar.f361c; + b bVar = cVar.f348c; d dVar = null; if (bVar != null) { String str = cVar.b; diff --git a/app/src/main/java/c/c/a/j.java b/app/src/main/java/c/c/a/j.java index 4e868d7127..eaf9da3adb 100644 --- a/app/src/main/java/c/c/a/j.java +++ b/app/src/main/java/c/c/a/j.java @@ -39,29 +39,27 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Nullable public ImageView.ScaleType q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public c.c.a.x.b f276r; + public c.c.a.x.b r; @Nullable - public String s; + + /* renamed from: s reason: collision with root package name */ + public String f269s; @Nullable public b t; @Nullable public c.c.a.x.a u; public boolean v; @Nullable - - /* renamed from: w reason: collision with root package name */ - public c.c.a.y.m.c f277w; + public c.c.a.y.m.c w; /* renamed from: x reason: collision with root package name */ - public int f278x; + public int f270x; /* renamed from: y reason: collision with root package name */ - public boolean f279y; + public boolean f271y; /* renamed from: z reason: collision with root package name */ - public boolean f280z; + public boolean f272z; /* compiled from: LottieDrawable */ public class a implements o { @@ -127,17 +125,17 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final /* synthetic */ Object b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c.c.a.c0.c f282c; + public final /* synthetic */ c.c.a.c0.c f274c; public e(c.c.a.y.f fVar, Object obj, c.c.a.c0.c cVar) { this.a = fVar; this.b = obj; - this.f282c = cVar; + this.f274c = cVar; } @Override // c.c.a.j.o public void a(d dVar) { - j.this.a(this.a, this.b, this.f282c); + j.this.a(this.a, this.b, this.f274c); } } @@ -149,7 +147,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { j jVar = j.this; - c.c.a.y.m.c cVar = jVar.f277w; + c.c.a.y.m.c cVar = jVar.w; if (cVar != null) { cVar.o(jVar.k.h()); } @@ -278,7 +276,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { this.o = new ArrayList<>(); f fVar = new f(); this.p = fVar; - this.f278x = 255; + this.f270x = 255; this.A = true; this.B = false; dVar.i.add(fVar); @@ -286,7 +284,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public void a(c.c.a.y.f fVar, T t, c.c.a.c0.c cVar) { List list; - c.c.a.y.m.c cVar2 = this.f277w; + c.c.a.y.m.c cVar2 = this.w; if (cVar2 == null) { this.o.add(new e(fVar, t, cVar)); return; @@ -295,7 +293,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (fVar == c.c.a.y.f.a) { cVar2.g(t, cVar); } else { - c.c.a.y.g gVar = fVar.f325c; + c.c.a.y.g gVar = fVar.f313c; if (gVar != null) { gVar.g(t, cVar); } else { @@ -304,11 +302,11 @@ public class j extends Drawable implements Drawable.Callback, Animatable { list = Collections.emptyList(); } else { ArrayList arrayList = new ArrayList(); - this.f277w.c(fVar, 0, arrayList, new c.c.a.y.f(new String[0])); + this.w.c(fVar, 0, arrayList, new c.c.a.y.f(new String[0])); list = arrayList; } for (int i2 = 0; i2 < list.size(); i2++) { - ((c.c.a.y.f) list.get(i2)).f325c.g(t, cVar); + ((c.c.a.y.f) list.get(i2)).f313c.g(t, cVar); } z2 = true ^ list.isEmpty(); } @@ -327,19 +325,19 @@ public class j extends Drawable implements Drawable.Callback, Animatable { Rect rect = dVar.j; c.c.a.y.m.e eVar = new c.c.a.y.m.e(Collections.emptyList(), dVar, "__container", -1, e.a.PRE_COMP, -1, null, Collections.emptyList(), new c.c.a.y.k.l(null, null, null, null, null, null, null, null, null), 0, 0, 0, 0.0f, 0.0f, rect.width(), rect.height(), null, null, Collections.emptyList(), 1, null, false); d dVar2 = this.j; - this.f277w = new c.c.a.y.m.c(this, eVar, dVar2.i, dVar2); + this.w = new c.c.a.y.m.c(this, eVar, dVar2.i, dVar2); } public void c() { c.c.a.b0.d dVar = this.k; - if (dVar.s) { + if (dVar.f265s) { dVar.cancel(); } this.j = null; - this.f277w = null; - this.f276r = null; + this.w = null; + this.r = null; c.c.a.b0.d dVar2 = this.k; - dVar2.f272r = null; + dVar2.r = null; dVar2.p = -2.14748365E9f; dVar2.q = 2.14748365E9f; invalidateSelf(); @@ -350,7 +348,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { float f3; int i2 = -1; if (ImageView.ScaleType.FIT_XY == this.q) { - if (this.f277w != null) { + if (this.w != null) { Rect bounds = getBounds(); float width = ((float) bounds.width()) / ((float) this.j.j.width()); float height = ((float) bounds.height()) / ((float) this.j.j.height()); @@ -375,12 +373,12 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.i.reset(); this.i.preScale(width, height); - this.f277w.f(canvas, this.i, this.f278x); + this.w.f(canvas, this.i, this.f270x); if (i2 > 0) { canvas.restoreToCount(i2); } } - } else if (this.f277w != null) { + } else if (this.w != null) { float f6 = this.l; float min2 = Math.min(((float) canvas.getWidth()) / ((float) this.j.j.width()), ((float) canvas.getHeight()) / ((float) this.j.j.height())); if (f6 > min2) { @@ -401,7 +399,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.i.reset(); this.i.preScale(min2, min2); - this.f277w.f(canvas, this.i, this.f278x); + this.w.f(canvas, this.i, this.f270x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -438,7 +436,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f278x; + return this.f270x; } @Override // android.graphics.drawable.Drawable @@ -473,7 +471,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (dVar == null) { return false; } - return dVar.s; + return dVar.f265s; } @Override // android.graphics.drawable.Drawable.Callback @@ -502,13 +500,13 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @MainThread public void j() { - if (this.f277w == null) { + if (this.w == null) { this.o.add(new g()); return; } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.s = true; + dVar.f265s = true; boolean k2 = dVar.k(); for (Animator.AnimatorListener animatorListener : dVar.j) { if (Build.VERSION.SDK_INT >= 26) { @@ -530,13 +528,13 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @MainThread public void k() { - if (this.f277w == null) { + if (this.w == null) { this.o.add(new h()); return; } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.s = true; + dVar.f265s = true; dVar.l(); dVar.m = 0; if (dVar.k() && dVar.n == dVar.j()) { @@ -576,7 +574,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - m((int) (d2.b + d2.f326c)); + m((int) (d2.b + d2.f314c)); return; } throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); @@ -608,7 +606,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { int i2 = (int) d2.b; - p(i2, ((int) d2.f326c) + i2); + p(i2, ((int) d2.f314c) + i2); return; } throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); @@ -647,7 +645,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public void setAlpha(@IntRange(from = 0, to = 255) int i2) { - this.f278x = i2; + this.f270x = i2; invalidateSelf(); } diff --git a/app/src/main/java/c/c/a/k.java b/app/src/main/java/c/c/a/k.java index d7e3028244..ce8d78b745 100644 --- a/app/src/main/java/c/c/a/k.java +++ b/app/src/main/java/c/c/a/k.java @@ -9,7 +9,7 @@ public class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f283c; + public final String f275c; public final String d; @Nullable public Bitmap e; @@ -18,7 +18,7 @@ public class k { public k(int i, int i2, String str, String str2, String str3) { this.a = i; this.b = i2; - this.f283c = str; + this.f275c = str; this.d = str2; } } diff --git a/app/src/main/java/c/c/a/o.java b/app/src/main/java/c/c/a/o.java index c10d6b92d3..c5af4cd64f 100644 --- a/app/src/main/java/c/c/a/o.java +++ b/app/src/main/java/c/c/a/o.java @@ -13,7 +13,7 @@ public interface o { public static final Integer b = 2; /* renamed from: c reason: collision with root package name */ - public static final Integer f284c = 3; + public static final Integer f276c = 3; public static final Integer d = 4; public static final PointF e = new PointF(); public static final PointF f = new PointF(); @@ -28,25 +28,23 @@ public interface o { public static final Float o = Float.valueOf(2.0f); public static final Float p = Float.valueOf(3.0f); public static final Float q = Float.valueOf(4.0f); + public static final Float r = Float.valueOf(5.0f); - /* renamed from: r reason: collision with root package name */ - public static final Float f285r = Float.valueOf(5.0f); - public static final Float s = Float.valueOf(6.0f); + /* renamed from: s reason: collision with root package name */ + public static final Float f277s = Float.valueOf(6.0f); public static final Float t = Float.valueOf(7.0f); public static final Float u = Float.valueOf(8.0f); public static final Float v = Float.valueOf(9.0f); - - /* renamed from: w reason: collision with root package name */ - public static final Float f286w = Float.valueOf(10.0f); + public static final Float w = Float.valueOf(10.0f); /* renamed from: x reason: collision with root package name */ - public static final Float f287x = Float.valueOf(11.0f); + public static final Float f278x = Float.valueOf(11.0f); /* renamed from: y reason: collision with root package name */ - public static final Float f288y = Float.valueOf(12.0f); + public static final Float f279y = Float.valueOf(12.0f); /* renamed from: z reason: collision with root package name */ - public static final Float f289z = Float.valueOf(12.1f); + public static final Float f280z = Float.valueOf(12.1f); static { Float valueOf = Float.valueOf(0.0f); diff --git a/app/src/main/java/c/c/a/q.java b/app/src/main/java/c/c/a/q.java index 184cf5e780..b7d27d36d2 100644 --- a/app/src/main/java/c/c/a/q.java +++ b/app/src/main/java/c/c/a/q.java @@ -31,7 +31,7 @@ public class q implements Runnable { r rVar2 = this.i; Throwable th = pVar.b; synchronized (rVar2) { - ArrayList arrayList = new ArrayList(rVar2.f290c); + ArrayList arrayList = new ArrayList(rVar2.f281c); if (arrayList.isEmpty()) { c.c("Lottie encountered an error but no failure listener was added:", th); return; diff --git a/app/src/main/java/c/c/a/r.java b/app/src/main/java/c/c/a/r.java index 3283ea9ac4..c155437304 100644 --- a/app/src/main/java/c/c/a/r.java +++ b/app/src/main/java/c/c/a/r.java @@ -17,7 +17,7 @@ public class r { public final Set> b = new LinkedHashSet(1); /* renamed from: c reason: collision with root package name */ - public final Set> f290c = new LinkedHashSet(1); + public final Set> f281c = new LinkedHashSet(1); public final Handler d = new Handler(Looper.getMainLooper()); @Nullable public volatile p e = null; @@ -49,7 +49,7 @@ public class r { if (!(this.e == null || this.e.b == null)) { lVar.a(this.e.b); } - this.f290c.add(lVar); + this.f281c.add(lVar); return this; } diff --git a/app/src/main/java/c/c/a/s.java b/app/src/main/java/c/c/a/s.java index 59f7c94488..43c128f5f1 100644 --- a/app/src/main/java/c/c/a/s.java +++ b/app/src/main/java/c/c/a/s.java @@ -11,7 +11,7 @@ public class s { public final Set b = new ArraySet(); /* renamed from: c reason: collision with root package name */ - public final Map f291c = new HashMap(); + public final Map f282c = new HashMap(); /* compiled from: PerformanceTracker */ public interface a { diff --git a/app/src/main/java/c/c/a/w/b/a.java b/app/src/main/java/c/c/a/w/b/a.java index bffd30f66f..c275bef1f3 100644 --- a/app/src/main/java/c/c/a/w/b/a.java +++ b/app/src/main/java/c/c/a/w/b/a.java @@ -27,7 +27,7 @@ public abstract class a implements a.b, k, e { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f292c = new Path(); + public final Path f283c = new Path(); public final RectF d = new RectF(); public final j e; public final c.c.a.y.m.b f; @@ -106,7 +106,7 @@ public abstract class a implements a.b, k, e { c cVar = list.get(size); if (cVar instanceof s) { s sVar2 = (s) cVar; - if (sVar2.f308c == 2) { + if (sVar2.f297c == 2) { sVar = sVar2; } } @@ -119,7 +119,7 @@ public abstract class a implements a.b, k, e { c cVar2 = list2.get(size2); if (cVar2 instanceof s) { s sVar3 = (s) cVar2; - if (sVar3.f308c == 2) { + if (sVar3.f297c == 2) { if (bVar != null) { this.g.add(bVar); } @@ -249,15 +249,15 @@ public abstract class a implements a.b, k, e { int size3 = bVar.a.size() - 1; float f3 = 0.0f; while (size3 >= 0) { - this.f292c.set(bVar.a.get(size3).getPath()); - this.f292c.transform(matrix); - this.a.setPath(this.f292c, z2); + this.f283c.set(bVar.a.get(size3).getPath()); + this.f283c.transform(matrix); + this.a.setPath(this.f283c, z2); float length2 = this.a.getLength(); if (floatValue3 > length) { float f4 = floatValue3 - length; if (f4 < f3 + length2 && f3 < f4) { - g.a(this.f292c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); - canvas.drawPath(this.f292c, this.i); + g.a(this.f283c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); + canvas.drawPath(this.f283c, this.i); f3 += length2; size3--; z2 = false; @@ -267,10 +267,10 @@ public abstract class a implements a.b, k, e { float f5 = f3 + length2; if (f5 >= floatValue2 && f3 <= floatValue3) { if (f5 > floatValue3 || floatValue2 >= f3) { - g.a(this.f292c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); - canvas.drawPath(this.f292c, this.i); + g.a(this.f283c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); + canvas.drawPath(this.f283c, this.i); } else { - canvas.drawPath(this.f292c, this.i); + canvas.drawPath(this.f283c, this.i); } } f3 += length2; diff --git a/app/src/main/java/c/c/a/w/b/d.java b/app/src/main/java/c/c/a/w/b/d.java index 2972aebea4..ccc67c3511 100644 --- a/app/src/main/java/c/c/a/w/b/d.java +++ b/app/src/main/java/c/c/a/w/b/d.java @@ -23,7 +23,7 @@ public class d implements e, m, a.b, g { public RectF b; /* renamed from: c reason: collision with root package name */ - public final Matrix f293c; + public final Matrix f284c; public final Path d; public final RectF e; public final String f; @@ -40,7 +40,7 @@ public class d implements e, m, a.b, g { this(jVar, bVar, r3, r4, r5, r6); l lVar; String str = mVar.a; - boolean z2 = mVar.f339c; + boolean z2 = mVar.f327c; List list = mVar.b; ArrayList arrayList = new ArrayList(list.size()); int i = 0; @@ -68,7 +68,7 @@ public class d implements e, m, a.b, g { public d(j jVar, b bVar, String str, boolean z2, List list, @Nullable l lVar) { this.a = new c.c.a.w.a(); this.b = new RectF(); - this.f293c = new Matrix(); + this.f284c = new Matrix(); this.d = new Path(); this.e = new RectF(); this.f = str; @@ -143,16 +143,16 @@ public class d implements e, m, a.b, g { @Override // c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { - this.f293c.set(matrix); + this.f284c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f293c.preConcat(oVar.e()); + this.f284c.preConcat(oVar.e()); } this.e.set(0.0f, 0.0f, 0.0f, 0.0f); for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof e) { - ((e) cVar).d(this.e, this.f293c, z2); + ((e) cVar).d(this.e, this.f284c, z2); rectF.union(this.e); } } @@ -175,15 +175,15 @@ public class d implements e, m, a.b, g { public void f(Canvas canvas, Matrix matrix, int i) { boolean z2; if (!this.g) { - this.f293c.set(matrix); + this.f284c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f293c.preConcat(oVar.e()); + this.f284c.preConcat(oVar.e()); a aVar = this.k.j; i = (int) ((((((float) (aVar == null ? 100 : aVar.e().intValue())) / 100.0f) * ((float) i)) / 255.0f) * 255.0f); } boolean z3 = false; - if (this.i.f280z) { + if (this.i.f272z) { int i2 = 0; int i3 = 0; while (true) { @@ -203,7 +203,7 @@ public class d implements e, m, a.b, g { } if (z3) { this.b.set(0.0f, 0.0f, 0.0f, 0.0f); - d(this.b, this.f293c, true); + d(this.b, this.f284c, true); this.a.setAlpha(i); c.c.a.b0.g.f(canvas, this.b, this.a, 31); } @@ -213,7 +213,7 @@ public class d implements e, m, a.b, g { for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof e) { - ((e) cVar).f(canvas, this.f293c, i); + ((e) cVar).f(canvas, this.f284c, i); } } if (z3) { @@ -237,10 +237,10 @@ public class d implements e, m, a.b, g { @Override // c.c.a.w.b.m public Path getPath() { - this.f293c.reset(); + this.f284c.reset(); o oVar = this.k; if (oVar != null) { - this.f293c.set(oVar.e()); + this.f284c.set(oVar.e()); } this.d.reset(); if (this.g) { @@ -249,7 +249,7 @@ public class d implements e, m, a.b, g { for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof m) { - this.d.addPath(((m) cVar).getPath(), this.f293c); + this.d.addPath(((m) cVar).getPath(), this.f284c); } } return this.d; diff --git a/app/src/main/java/c/c/a/w/b/f.java b/app/src/main/java/c/c/a/w/b/f.java index 179e76ee83..5cc21c6631 100644 --- a/app/src/main/java/c/c/a/w/b/f.java +++ b/app/src/main/java/c/c/a/w/b/f.java @@ -15,7 +15,7 @@ public class f implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f294c; + public final j f285c; public final a d; public final a e; public final c.c.a.y.l.a f; @@ -24,8 +24,8 @@ public class f implements m, a.b, k { public f(j jVar, b bVar, c.c.a.y.l.a aVar) { this.b = aVar.a; - this.f294c = jVar; - a a = aVar.f329c.a(); + this.f285c = jVar; + a a = aVar.f317c.a(); this.d = a; a a2 = aVar.b.a(); this.e = a2; @@ -39,7 +39,7 @@ public class f implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.h = false; - this.f294c.invalidateSelf(); + this.f285c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -48,7 +48,7 @@ public class f implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f308c == 1) { + if (sVar.f297c == 1) { this.g.a.add(sVar); sVar.b.add(this); } diff --git a/app/src/main/java/c/c/a/w/b/g.java b/app/src/main/java/c/c/a/w/b/g.java index dfdf51d795..cde63d58a3 100644 --- a/app/src/main/java/c/c/a/w/b/g.java +++ b/app/src/main/java/c/c/a/w/b/g.java @@ -23,7 +23,7 @@ public class g implements e, a.b, k { public final Paint b = new c.c.a.w.a(1); /* renamed from: c reason: collision with root package name */ - public final b f295c; + public final b f286c; public final String d; public final boolean e; public final List f = new ArrayList(); @@ -36,8 +36,8 @@ public class g implements e, a.b, k { public g(j jVar, b bVar, l lVar) { Path path = new Path(); this.a = path; - this.f295c = bVar; - this.d = lVar.f338c; + this.f286c = bVar; + this.d = lVar.f326c; this.e = lVar.f; this.j = jVar; if (lVar.d == null || lVar.e == null) { @@ -121,7 +121,7 @@ public class g implements e, a.b, k { } else if (t == o.C) { a aVar3 = this.i; if (aVar3 != null) { - this.f295c.u.remove(aVar3); + this.f286c.u.remove(aVar3); } if (cVar == 0) { this.i = null; @@ -130,7 +130,7 @@ public class g implements e, a.b, k { p pVar = new p(cVar, null); this.i = pVar; pVar.a.add(this); - this.f295c.e(this.i); + this.f286c.e(this.i); } } diff --git a/app/src/main/java/c/c/a/w/b/h.java b/app/src/main/java/c/c/a/w/b/h.java index 3d94807f3e..5aa0508035 100644 --- a/app/src/main/java/c/c/a/w/b/h.java +++ b/app/src/main/java/c/c/a/w/b/h.java @@ -30,7 +30,7 @@ public class h implements e, a.b, k { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final b f296c; + public final b f287c; public final LongSparseArray d = new LongSparseArray<>(); public final LongSparseArray e = new LongSparseArray<>(); public final Path f; @@ -47,9 +47,7 @@ public class h implements e, a.b, k { @Nullable public p p; public final j q; - - /* renamed from: r reason: collision with root package name */ - public final int f297r; + public final int r; public h(j jVar, b bVar, d dVar) { Path path = new Path(); @@ -57,14 +55,14 @@ public class h implements e, a.b, k { this.g = new c.c.a.w.a(1); this.h = new RectF(); this.i = new ArrayList(); - this.f296c = bVar; + this.f287c = bVar; this.a = dVar.g; this.b = dVar.h; this.q = jVar; this.j = dVar.a; path.setFillType(dVar.b); - this.f297r = (int) (jVar.j.b() / 32.0f); - a a = dVar.f330c.a(); + this.r = (int) (jVar.j.b() / 32.0f); + a a = dVar.f318c.a(); this.k = a; a.a.add(this); bVar.e(a); @@ -195,7 +193,7 @@ public class h implements e, a.b, k { } else if (t == o.C) { a aVar2 = this.o; if (aVar2 != null) { - this.f296c.u.remove(aVar2); + this.f287c.u.remove(aVar2); } if (cVar == 0) { this.o = null; @@ -204,11 +202,11 @@ public class h implements e, a.b, k { p pVar = new p(cVar, null); this.o = pVar; pVar.a.add(this); - this.f296c.e(this.o); + this.f287c.e(this.o); } else if (t == o.D) { p pVar2 = this.p; if (pVar2 != null) { - this.f296c.u.remove(pVar2); + this.f287c.u.remove(pVar2); } if (cVar == 0) { this.p = null; @@ -217,7 +215,7 @@ public class h implements e, a.b, k { p pVar3 = new p(cVar, null); this.p = pVar3; pVar3.a.add(this); - this.f296c.e(this.p); + this.f287c.e(this.p); } } @@ -227,9 +225,9 @@ public class h implements e, a.b, k { } public final int h() { - int round = Math.round(this.m.d * ((float) this.f297r)); - int round2 = Math.round(this.n.d * ((float) this.f297r)); - int round3 = Math.round(this.k.d * ((float) this.f297r)); + int round = Math.round(this.m.d * ((float) this.r)); + int round2 = Math.round(this.n.d * ((float) this.r)); + int round3 = Math.round(this.k.d * ((float) this.r)); int i = 17; if (round != 0) { i = 527 * round; diff --git a/app/src/main/java/c/c/a/w/b/i.java b/app/src/main/java/c/c/a/w/b/i.java index 948f31cb5d..d82d6bf043 100644 --- a/app/src/main/java/c/c/a/w/b/i.java +++ b/app/src/main/java/c/c/a/w/b/i.java @@ -21,23 +21,21 @@ public class i extends a { public final String o; public final boolean p; public final LongSparseArray q = new LongSparseArray<>(); + public final LongSparseArray r = new LongSparseArray<>(); - /* renamed from: r reason: collision with root package name */ - public final LongSparseArray f298r = new LongSparseArray<>(); - public final RectF s = new RectF(); + /* renamed from: s reason: collision with root package name */ + public final RectF f288s = new RectF(); public final int t; public final int u; public final a v; - - /* renamed from: w reason: collision with root package name */ - public final a f299w; + public final a w; /* renamed from: x reason: collision with root package name */ - public final a f300x; + public final a f289x; @Nullable /* renamed from: y reason: collision with root package name */ - public p f301y; + public p f290y; public i(j jVar, b bVar, e eVar) { super(jVar, bVar, c.c.a.y.b.k(eVar.h), c.c.a.y.b.l(eVar.i), eVar.j, eVar.d, eVar.g, eVar.k, eVar.l); @@ -45,22 +43,22 @@ public class i extends a { this.t = eVar.b; this.p = eVar.m; this.u = (int) (jVar.j.b() / 32.0f); - a a = eVar.f331c.a(); + a a = eVar.f319c.a(); this.v = a; a.a.add(this); bVar.e(a); a a2 = eVar.e.a(); - this.f299w = a2; + this.w = a2; a2.a.add(this); bVar.e(a2); a a3 = eVar.f.a(); - this.f300x = a3; + this.f289x = a3; a3.a.add(this); bVar.e(a3); } public final int[] e(int[] iArr) { - p pVar = this.f301y; + p pVar = this.f290y; if (pVar != null) { Integer[] numArr = (Integer[]) pVar.e(); int i = 0; @@ -87,30 +85,30 @@ public class i extends a { public void f(Canvas canvas, Matrix matrix, int i) { RadialGradient radialGradient; if (!this.p) { - d(this.s, matrix, false); + d(this.f288s, matrix, false); if (this.t == 1) { long h = (long) h(); radialGradient = this.q.get(h); if (radialGradient == null) { - PointF e = this.f299w.e(); - PointF e2 = this.f300x.e(); + PointF e = this.w.e(); + PointF e2 = this.f289x.e(); c e3 = this.v.e(); radialGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.b), e3.a, Shader.TileMode.CLAMP); this.q.put(h, radialGradient); } } else { long h2 = (long) h(); - radialGradient = this.f298r.get(h2); + radialGradient = this.r.get(h2); if (radialGradient == null) { - PointF e4 = this.f299w.e(); - PointF e5 = this.f300x.e(); + PointF e4 = this.w.e(); + PointF e5 = this.f289x.e(); c e6 = this.v.e(); int[] e7 = e(e6.b); float[] fArr = e6.a; float f = e4.x; float f2 = e4.y; radialGradient = new RadialGradient(f, f2, (float) Math.hypot((double) (e5.x - f), (double) (e5.y - f2)), e7, fArr, Shader.TileMode.CLAMP); - this.f298r.put(h2, radialGradient); + this.r.put(h2, radialGradient); } } radialGradient.setLocalMatrix(matrix); @@ -125,18 +123,18 @@ public class i extends a { public void g(T t, @Nullable c.c.a.c0.c cVar) { super.g(t, cVar); if (t == o.D) { - p pVar = this.f301y; + p pVar = this.f290y; if (pVar != null) { this.f.u.remove(pVar); } if (cVar == null) { - this.f301y = null; + this.f290y = null; return; } p pVar2 = new p(cVar, null); - this.f301y = pVar2; + this.f290y = pVar2; pVar2.a.add(this); - this.f.e(this.f301y); + this.f.e(this.f290y); } } @@ -146,8 +144,8 @@ public class i extends a { } public final int h() { - int round = Math.round(this.f299w.d * ((float) this.u)); - int round2 = Math.round(this.f300x.d * ((float) this.u)); + int round = Math.round(this.w.d * ((float) this.u)); + int round2 = Math.round(this.f289x.d * ((float) this.u)); int round3 = Math.round(this.v.d * ((float) this.u)); int i = 17; if (round != 0) { diff --git a/app/src/main/java/c/c/a/w/b/l.java b/app/src/main/java/c/c/a/w/b/l.java index fa0f857568..192f76af5d 100644 --- a/app/src/main/java/c/c/a/w/b/l.java +++ b/app/src/main/java/c/c/a/w/b/l.java @@ -15,7 +15,7 @@ public class l implements m, j { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f302c = new Path(); + public final Path f291c = new Path(); public final List d = new ArrayList(); public final g e; @@ -40,8 +40,8 @@ public class l implements m, j { if (oVar != null) { matrix2 = oVar.e(); } else { - dVar.f293c.reset(); - matrix2 = dVar.f293c; + dVar.f284c.reset(); + matrix2 = dVar.f284c; } path.transform(matrix2); this.b.addPath(path); @@ -60,8 +60,8 @@ public class l implements m, j { if (oVar2 != null) { matrix = oVar2.e(); } else { - dVar2.f293c.reset(); - matrix = dVar2.f293c; + dVar2.f284c.reset(); + matrix = dVar2.f284c; } path2.transform(matrix); this.a.addPath(path2); @@ -69,7 +69,7 @@ public class l implements m, j { } else { this.a.set(mVar2.getPath()); } - this.f302c.op(this.a, this.b, op); + this.f291c.op(this.a, this.b, op); } @Override // c.c.a.w.b.c @@ -94,15 +94,15 @@ public class l implements m, j { @Override // c.c.a.w.b.m public Path getPath() { - this.f302c.reset(); + this.f291c.reset(); g gVar = this.e; - if (gVar.f333c) { - return this.f302c; + if (gVar.f321c) { + return this.f291c; } int ordinal = gVar.b.ordinal(); if (ordinal == 0) { for (int i = 0; i < this.d.size(); i++) { - this.f302c.addPath(this.d.get(i).getPath()); + this.f291c.addPath(this.d.get(i).getPath()); } } else if (ordinal == 1) { a(Path.Op.UNION); @@ -113,6 +113,6 @@ public class l implements m, j { } else if (ordinal == 4) { a(Path.Op.XOR); } - return this.f302c; + return this.f291c; } } diff --git a/app/src/main/java/c/c/a/w/b/n.java b/app/src/main/java/c/c/a/w/b/n.java index 5c62f3759b..fb6cbf1fa5 100644 --- a/app/src/main/java/c/c/a/w/b/n.java +++ b/app/src/main/java/c/c/a/w/b/n.java @@ -18,7 +18,7 @@ public class n implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f303c; + public final j f292c; public final h.a d; public final boolean e; public final a f; @@ -34,12 +34,12 @@ public class n implements m, a.b, k { public boolean n; public n(j jVar, b bVar, h hVar) { - this.f303c = jVar; + this.f292c = jVar; this.b = hVar.a; h.a aVar = hVar.b; this.d = aVar; this.e = hVar.j; - a a = hVar.f334c.a(); + a a = hVar.f322c.a(); this.f = a; a a2 = hVar.d.a(); this.g = a2; @@ -80,7 +80,7 @@ public class n implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.n = false; - this.f303c.invalidateSelf(); + this.f292c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -89,7 +89,7 @@ public class n implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f308c == 1) { + if (sVar.f297c == 1) { this.m.a.add(sVar); sVar.b.add(this); } @@ -108,7 +108,7 @@ public class n implements m, a.b, k { public void g(T t, @Nullable c cVar) { a aVar; a aVar2; - if (t == o.s) { + if (t == o.f277s) { a aVar3 = this.f; c cVar2 = aVar3.e; aVar3.e = cVar; @@ -127,10 +127,10 @@ public class n implements m, a.b, k { a aVar6 = this.j; c cVar6 = aVar6.e; aVar6.e = cVar; - } else if (t == o.f286w && (aVar = this.k) != null) { + } else if (t == o.w && (aVar = this.k) != null) { c cVar7 = aVar.e; aVar.e = cVar; - } else if (t == o.f287x) { + } else if (t == o.f278x) { a aVar7 = this.l; c cVar8 = aVar7.e; aVar7.e = cVar; diff --git a/app/src/main/java/c/c/a/w/b/o.java b/app/src/main/java/c/c/a/w/b/o.java index 8afb971d48..a9b4f31c41 100644 --- a/app/src/main/java/c/c/a/w/b/o.java +++ b/app/src/main/java/c/c/a/w/b/o.java @@ -17,7 +17,7 @@ public class o implements a.b, k, m { public final RectF b = new RectF(); /* renamed from: c reason: collision with root package name */ - public final String f304c; + public final String f293c; public final boolean d; public final j e; public final a f; @@ -27,12 +27,12 @@ public class o implements a.b, k, m { public boolean j; public o(j jVar, b bVar, i iVar) { - this.f304c = iVar.a; + this.f293c = iVar.a; this.d = iVar.e; this.e = jVar; a a = iVar.b.a(); this.f = a; - a a2 = iVar.f335c.a(); + a a2 = iVar.f323c.a(); this.g = a2; a a3 = iVar.d.a(); this.h = a3; @@ -56,7 +56,7 @@ public class o implements a.b, k, m { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f308c == 1) { + if (sVar.f297c == 1) { this.i.a.add(sVar); sVar.b.add(this); } @@ -90,7 +90,7 @@ public class o implements a.b, k, m { @Override // c.c.a.w.b.c public String getName() { - return this.f304c; + return this.f293c; } @Override // c.c.a.w.b.m diff --git a/app/src/main/java/c/c/a/w/b/p.java b/app/src/main/java/c/c/a/w/b/p.java index 7a069da84c..6bdac65c75 100644 --- a/app/src/main/java/c/c/a/w/b/p.java +++ b/app/src/main/java/c/c/a/w/b/p.java @@ -23,7 +23,7 @@ public class p implements e, m, j, a.b, k { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final j f305c; + public final j f294c; public final b d; public final String e; public final boolean f; @@ -33,7 +33,7 @@ public class p implements e, m, j, a.b, k { public d j; public p(j jVar, b bVar, c.c.a.y.l.j jVar2) { - this.f305c = jVar; + this.f294c = jVar; this.d = bVar; this.e = jVar2.a; this.f = jVar2.e; @@ -41,7 +41,7 @@ public class p implements e, m, j, a.b, k { this.g = a; bVar.e(a); a.a.add(this); - a a2 = jVar2.f336c.a(); + a a2 = jVar2.f324c.a(); this.h = a2; bVar.e(a2); a2.a.add(this); @@ -55,7 +55,7 @@ public class p implements e, m, j, a.b, k { @Override // c.c.a.w.c.a.b public void a() { - this.f305c.invalidateSelf(); + this.f294c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -84,7 +84,7 @@ public class p implements e, m, j, a.b, k { listIterator.remove(); } Collections.reverse(arrayList); - this.j = new d(this.f305c, this.d, "Repeater", this.f, arrayList, null); + this.j = new d(this.f294c, this.d, "Repeater", this.f, arrayList, null); } } @@ -111,7 +111,7 @@ public class p implements e, m, j, a.b, k { a aVar = this.g; c cVar2 = aVar.e; aVar.e = cVar; - } else if (t == c.c.a.o.f285r) { + } else if (t == c.c.a.o.r) { a aVar2 = this.h; c cVar3 = aVar2.e; aVar2.e = cVar; diff --git a/app/src/main/java/c/c/a/w/b/q.java b/app/src/main/java/c/c/a/w/b/q.java index 07ca9e538e..4d46b9a0bf 100644 --- a/app/src/main/java/c/c/a/w/b/q.java +++ b/app/src/main/java/c/c/a/w/b/q.java @@ -13,15 +13,15 @@ public class q implements m, a.b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final j f306c; + public final j f295c; public final a d; public boolean e; public b f = new b(); public q(j jVar, b bVar, n nVar) { this.b = nVar.d; - this.f306c = jVar; - a a = nVar.f340c.a(); + this.f295c = jVar; + a a = nVar.f328c.a(); this.d = a; bVar.e(a); a.a.add(this); @@ -30,7 +30,7 @@ public class q implements m, a.b { @Override // c.c.a.w.c.a.b public void a() { this.e = false; - this.f306c.invalidateSelf(); + this.f295c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -39,7 +39,7 @@ public class q implements m, a.b { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f308c == 1) { + if (sVar.f297c == 1) { this.f.a.add(sVar); sVar.b.add(this); } diff --git a/app/src/main/java/c/c/a/w/b/r.java b/app/src/main/java/c/c/a/w/b/r.java index aacf6b9324..50f874fd3a 100644 --- a/app/src/main/java/c/c/a/w/b/r.java +++ b/app/src/main/java/c/c/a/w/b/r.java @@ -16,19 +16,19 @@ public class r extends a { public final b o; public final String p; public final boolean q; - - /* renamed from: r reason: collision with root package name */ - public final a f307r; + public final a r; @Nullable - public a s; + + /* renamed from: s reason: collision with root package name */ + public a f296s; public r(j jVar, b bVar, o oVar) { - super(jVar, bVar, c.c.a.y.b.k(oVar.g), c.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.f341c, oVar.b); + super(jVar, bVar, c.c.a.y.b.k(oVar.g), c.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.f329c, oVar.b); this.o = bVar; this.p = oVar.a; this.q = oVar.j; a a = oVar.d.a(); - this.f307r = a; + this.r = a; a.a.add(this); bVar.e(a); } @@ -37,9 +37,9 @@ public class r extends a { public void f(Canvas canvas, Matrix matrix, int i) { if (!this.q) { Paint paint = this.i; - c.c.a.w.c.b bVar = (c.c.a.w.c.b) this.f307r; + c.c.a.w.c.b bVar = (c.c.a.w.c.b) this.r; paint.setColor(bVar.j(bVar.a(), bVar.c())); - a aVar = this.s; + a aVar = this.f296s; if (aVar != null) { this.i.setColorFilter(aVar.e()); } @@ -53,22 +53,22 @@ public class r extends a { public void g(T t, @Nullable c cVar) { super.g(t, cVar); if (t == c.c.a.o.b) { - a aVar = this.f307r; + a aVar = this.r; c cVar2 = aVar.e; aVar.e = cVar; } else if (t == c.c.a.o.C) { - a aVar2 = this.s; + a aVar2 = this.f296s; if (aVar2 != null) { this.o.u.remove(aVar2); } if (cVar == 0) { - this.s = null; + this.f296s = null; return; } p pVar = new p(cVar, null); - this.s = pVar; + this.f296s = pVar; pVar.a.add(this); - this.o.e(this.f307r); + this.o.e(this.r); } } diff --git a/app/src/main/java/c/c/a/w/b/s.java b/app/src/main/java/c/c/a/w/b/s.java index 2725ddf45f..13d18733e9 100644 --- a/app/src/main/java/c/c/a/w/b/s.java +++ b/app/src/main/java/c/c/a/w/b/s.java @@ -11,15 +11,15 @@ public class s implements c, a.b { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final int f308c; + public final int f297c; public final a d; public final a e; public final a f; public s(b bVar, p pVar) { this.a = pVar.f; - this.f308c = pVar.b; - a a = pVar.f342c.a(); + this.f297c = pVar.b; + a a = pVar.f330c.a(); this.d = a; a a2 = pVar.d.a(); this.e = a2; diff --git a/app/src/main/java/c/c/a/w/c/a.java b/app/src/main/java/c/c/a/w/c/a.java index 09c8bc89cc..f7e54875e5 100644 --- a/app/src/main/java/c/c/a/w/c/a.java +++ b/app/src/main/java/c/c/a/w/c/a.java @@ -12,7 +12,7 @@ public abstract class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public final d f309c; + public final d f298c; public float d = 0.0f; @Nullable public c.c.a.c0.c e; @@ -86,7 +86,7 @@ public abstract class a { public c.c.a.c0.a b; /* renamed from: c reason: collision with root package name */ - public c.c.a.c0.a f310c = null; + public c.c.a.c0.a f299c = null; public float d = -1.0f; public e(List> list) { @@ -96,12 +96,12 @@ public abstract class a { @Override // c.c.a.w.c.a.d public boolean a(float f) { - c.c.a.c0.a aVar = this.f310c; + c.c.a.c0.a aVar = this.f299c; c.c.a.c0.a aVar2 = this.b; if (aVar == aVar2 && this.d == f) { return true; } - this.f310c = aVar2; + this.f299c = aVar2; this.d = f; return false; } @@ -205,11 +205,11 @@ public abstract class a { } else { dVar = list.size() == 1 ? new f<>(list) : new e<>(list); } - this.f309c = dVar; + this.f298c = dVar; } public c.c.a.c0.a a() { - c.c.a.c0.a b2 = this.f309c.b(); + c.c.a.c0.a b2 = this.f298c.b(); c.c.a.c.a("BaseKeyframeAnimation#getCurrentKeyframe"); return b2; } @@ -217,7 +217,7 @@ public abstract class a { @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) public float b() { if (this.h == -1.0f) { - this.h = this.f309c.d(); + this.h = this.f298c.d(); } return this.h; } @@ -243,7 +243,7 @@ public abstract class a { public A e() { float c2 = c(); - if (this.e == null && this.f309c.a(c2)) { + if (this.e == null && this.f298c.a(c2)) { return this.f; } A f2 = f(a(), c2); @@ -260,14 +260,14 @@ public abstract class a { } public void h(@FloatRange(from = 0.0d, to = 1.0d) float f2) { - if (!this.f309c.isEmpty()) { + if (!this.f298c.isEmpty()) { if (this.g == -1.0f) { - this.g = this.f309c.e(); + this.g = this.f298c.e(); } float f3 = this.g; if (f2 < f3) { if (f3 == -1.0f) { - this.g = this.f309c.e(); + this.g = this.f298c.e(); } f2 = this.g; } else if (f2 > b()) { @@ -275,7 +275,7 @@ public abstract class a { } if (f2 != this.d) { this.d = f2; - if (this.f309c.c(f2)) { + if (this.f298c.c(f2)) { g(); } } diff --git a/app/src/main/java/c/c/a/w/c/b.java b/app/src/main/java/c/c/a/w/c/b.java index c45093d9f2..5cc791dc61 100644 --- a/app/src/main/java/c/c/a/w/c/b.java +++ b/app/src/main/java/c/c/a/w/c/b.java @@ -19,11 +19,11 @@ public class b extends f { public int j(a aVar, float f) { Integer num; Integer num2 = aVar.b; - if (num2 == null || aVar.f274c == null) { + if (num2 == null || aVar.f267c == null) { throw new IllegalStateException("Missing values for keyframe."); } int intValue = num2.intValue(); - int intValue2 = aVar.f274c.intValue(); + int intValue2 = aVar.f267c.intValue(); c cVar = this.e; return (cVar == 0 || (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), Integer.valueOf(intValue), Integer.valueOf(intValue2), f, d(), this.d)) == null) ? d.k0(f.b(f, 0.0f, 1.0f), intValue, intValue2) : num.intValue(); } diff --git a/app/src/main/java/c/c/a/w/c/c.java b/app/src/main/java/c/c/a/w/c/c.java index 8333033640..c87322cac1 100644 --- a/app/src/main/java/c/c/a/w/c/c.java +++ b/app/src/main/java/c/c/a/w/c/c.java @@ -20,11 +20,11 @@ public class c extends f { public float k(a aVar, float f) { Float f2; - if (aVar.b == null || aVar.f274c == null) { + if (aVar.b == null || aVar.f267c == null) { throw new IllegalStateException("Missing values for keyframe."); } c.c.a.c0.c cVar = this.e; - if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f274c, f, d(), this.d)) != null) { + if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f267c, f, d(), this.d)) != null) { return f2.floatValue(); } if (aVar.g == -3987645.8f) { @@ -32,7 +32,7 @@ public class c extends f { } float f3 = aVar.g; if (aVar.h == -3987645.8f) { - aVar.h = aVar.f274c.floatValue(); + aVar.h = aVar.f267c.floatValue(); } return f.e(f3, aVar.h, f); } diff --git a/app/src/main/java/c/c/a/w/c/d.java b/app/src/main/java/c/c/a/w/c/d.java index 4ee0a60816..4ae35ddfd0 100644 --- a/app/src/main/java/c/c/a/w/c/d.java +++ b/app/src/main/java/c/c/a/w/c/d.java @@ -21,7 +21,7 @@ public class d extends f { public Object f(a aVar, float f) { c cVar = this.i; c cVar2 = aVar.b; - c cVar3 = aVar.f274c; + c cVar3 = aVar.f267c; Objects.requireNonNull(cVar); if (cVar2.b.length == cVar3.b.length) { for (int i = 0; i < cVar2.b.length; i++) { diff --git a/app/src/main/java/c/c/a/w/c/e.java b/app/src/main/java/c/c/a/w/c/e.java index 20f28fd477..6ad8c5edde 100644 --- a/app/src/main/java/c/c/a/w/c/e.java +++ b/app/src/main/java/c/c/a/w/c/e.java @@ -18,11 +18,11 @@ public class e extends f { public int j(a aVar, float f) { Integer num; - if (aVar.b == null || aVar.f274c == null) { + if (aVar.b == null || aVar.f267c == null) { throw new IllegalStateException("Missing values for keyframe."); } c cVar = this.e; - if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f274c, f, d(), this.d)) != null) { + if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f267c, f, d(), this.d)) != null) { return num.intValue(); } if (aVar.i == 784923401) { @@ -30,7 +30,7 @@ public class e extends f { } int i = aVar.i; if (aVar.j == 784923401) { - aVar.j = aVar.f274c.intValue(); + aVar.j = aVar.f267c.intValue(); } int i2 = aVar.j; PointF pointF = f.a; diff --git a/app/src/main/java/c/c/a/w/c/g.java b/app/src/main/java/c/c/a/w/c/g.java index 5aaa6e9fcc..f74c5c5962 100644 --- a/app/src/main/java/c/c/a/w/c/g.java +++ b/app/src/main/java/c/c/a/w/c/g.java @@ -11,15 +11,15 @@ public class g { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f311c; + public final List f300c; public g(List list) { - this.f311c = list; + this.f300c = list; this.a = new ArrayList(list.size()); this.b = new ArrayList(list.size()); for (int i = 0; i < list.size(); i++) { this.a.add(list.get(i).b.a()); - this.b.add(list.get(i).f332c.a()); + this.b.add(list.get(i).f320c.a()); } } } diff --git a/app/src/main/java/c/c/a/w/c/h.java b/app/src/main/java/c/c/a/w/c/h.java index aaaf6f5017..7490144544 100644 --- a/app/src/main/java/c/c/a/w/c/h.java +++ b/app/src/main/java/c/c/a/w/c/h.java @@ -14,16 +14,16 @@ public class h extends a { public final a p; public h(d dVar, a aVar) { - super(dVar, aVar.b, aVar.f274c, aVar.d, aVar.e, aVar.f); + super(dVar, aVar.b, aVar.f267c, aVar.d, aVar.e, aVar.f); this.p = aVar; e(); } public void e() { PointF pointF; - PointF pointF2 = this.f274c; + PointF pointF2 = this.f267c; boolean z2 = (pointF2 == null || (pointF = this.b) == null || !pointF.equals(pointF2.x, pointF2.y)) ? false : true; - PointF pointF3 = this.f274c; + PointF pointF3 = this.f267c; if (pointF3 != null && !z2) { PointF pointF4 = this.b; PointF pointF5 = pointF3; diff --git a/app/src/main/java/c/c/a/w/c/i.java b/app/src/main/java/c/c/a/w/c/i.java index 81d8cc2c96..498cf58f6b 100644 --- a/app/src/main/java/c/c/a/w/c/i.java +++ b/app/src/main/java/c/c/a/w/c/i.java @@ -29,7 +29,7 @@ public class i extends f { return aVar.b; } c cVar = this.e; - if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f274c, d(), f, this.d)) != null) { + if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f267c, d(), f, this.d)) != null) { return pointF; } if (this.k != hVar) { diff --git a/app/src/main/java/c/c/a/w/c/j.java b/app/src/main/java/c/c/a/w/c/j.java index a141fa10e2..3dfa23db78 100644 --- a/app/src/main/java/c/c/a/w/c/j.java +++ b/app/src/main/java/c/c/a/w/c/j.java @@ -17,7 +17,7 @@ public class j extends f { PointF pointF; PointF pointF2; PointF pointF3 = aVar.b; - if (pointF3 == null || (pointF = aVar.f274c) == null) { + if (pointF3 == null || (pointF = aVar.f267c) == null) { throw new IllegalStateException("Missing values for keyframe."); } PointF pointF4 = pointF3; diff --git a/app/src/main/java/c/c/a/w/c/k.java b/app/src/main/java/c/c/a/w/c/k.java index 2195af835e..474ead1a6c 100644 --- a/app/src/main/java/c/c/a/w/c/k.java +++ b/app/src/main/java/c/c/a/w/c/k.java @@ -18,7 +18,7 @@ public class k extends f { d dVar; d dVar2; d dVar3 = aVar.b; - if (dVar3 == null || (dVar = aVar.f274c) == null) { + if (dVar3 == null || (dVar = aVar.f267c) == null) { throw new IllegalStateException("Missing values for keyframe."); } d dVar4 = dVar3; diff --git a/app/src/main/java/c/c/a/w/c/l.java b/app/src/main/java/c/c/a/w/c/l.java index faf6e3d4cb..e3ae0c931b 100644 --- a/app/src/main/java/c/c/a/w/c/l.java +++ b/app/src/main/java/c/c/a/w/c/l.java @@ -21,12 +21,12 @@ public class l extends a { @Override // c.c.a.w.c.a public Path f(a aVar, float f) { k kVar = aVar.b; - k kVar2 = aVar.f274c; + k kVar2 = aVar.f267c; k kVar3 = this.i; if (kVar3.b == null) { kVar3.b = new PointF(); } - kVar3.f337c = kVar.f337c || kVar2.f337c; + kVar3.f325c = kVar.f325c || kVar2.f325c; if (kVar.a.size() != kVar2.a.size()) { StringBuilder O = c.d.b.a.a.O("Curves must have the same number of control points. Shape 1: "); O.append(kVar.a.size()); @@ -58,13 +58,13 @@ public class l extends a { c.c.a.y.a aVar3 = kVar2.a.get(size3); PointF pointF3 = aVar2.a; PointF pointF4 = aVar2.b; - PointF pointF5 = aVar2.f315c; + PointF pointF5 = aVar2.f304c; PointF pointF6 = aVar3.a; PointF pointF7 = aVar3.b; - PointF pointF8 = aVar3.f315c; + PointF pointF8 = aVar3.f304c; kVar3.a.get(size3).a.set(f.e(pointF3.x, pointF6.x, f), f.e(pointF3.y, pointF6.y, f)); kVar3.a.get(size3).b.set(f.e(pointF4.x, pointF7.x, f), f.e(pointF4.y, pointF7.y, f)); - kVar3.a.get(size3).f315c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); + kVar3.a.get(size3).f304c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); } k kVar4 = this.i; Path path = this.j; @@ -76,7 +76,7 @@ public class l extends a { c.c.a.y.a aVar4 = kVar4.a.get(i); PointF pointF10 = aVar4.a; PointF pointF11 = aVar4.b; - PointF pointF12 = aVar4.f315c; + PointF pointF12 = aVar4.f304c; if (!pointF10.equals(f.a) || !pointF11.equals(pointF12)) { path.cubicTo(pointF10.x, pointF10.y, pointF11.x, pointF11.y, pointF12.x, pointF12.y); } else { @@ -84,7 +84,7 @@ public class l extends a { } f.a.set(pointF12.x, pointF12.y); } - if (kVar4.f337c) { + if (kVar4.f325c) { path.close(); } return this.j; diff --git a/app/src/main/java/c/c/a/w/c/o.java b/app/src/main/java/c/c/a/w/c/o.java index 195aba1c4a..fe3c85128c 100644 --- a/app/src/main/java/c/c/a/w/c/o.java +++ b/app/src/main/java/c/c/a/w/c/o.java @@ -19,7 +19,7 @@ public class o { public final Matrix b; /* renamed from: c reason: collision with root package name */ - public final Matrix f312c; + public final Matrix f301c; public final Matrix d; public final float[] e; @NonNull @@ -46,7 +46,7 @@ public class o { this.f = eVar == null ? null : eVar.a(); m mVar = lVar.b; this.g = mVar == null ? null : mVar.a(); - g gVar = lVar.f328c; + g gVar = lVar.f316c; this.h = gVar == null ? null : gVar.a(); b bVar = lVar.d; this.i = bVar == null ? null : bVar.a(); @@ -55,12 +55,12 @@ public class o { this.k = cVar; if (cVar != null) { this.b = new Matrix(); - this.f312c = new Matrix(); + this.f301c = new Matrix(); this.d = new Matrix(); this.e = new float[9]; } else { this.b = null; - this.f312c = null; + this.f301c = null; this.d = null; this.e = null; } @@ -178,7 +178,7 @@ public class o { c cVar7 = aVar6.e; aVar6.e = cVar; return true; - } else if (t == c.c.a.o.f284c) { + } else if (t == c.c.a.o.f276c) { a aVar7 = this.j; if (aVar7 == null) { this.j = new p(cVar, 100); @@ -187,8 +187,8 @@ public class o { c cVar8 = aVar7.e; aVar7.e = cVar; return true; - } else if (t != c.c.a.o.f288y || (aVar2 = this.m) == null) { - if (t != c.c.a.o.f289z || (aVar = this.n) == null) { + } else if (t != c.c.a.o.f279y || (aVar2 = this.m) == null) { + if (t != c.c.a.o.f280z || (aVar = this.n) == null) { if (t == c.c.a.o.m && (cVar3 = this.k) != null) { if (cVar3 == null) { this.k = new c(Collections.singletonList(new c.c.a.c0.a(Float.valueOf(0.0f)))); @@ -269,7 +269,7 @@ public class o { fArr2[3] = (float) Math.tan(Math.toRadians((double) this.k.j())); fArr2[4] = 1.0f; fArr2[8] = 1.0f; - this.f312c.setValues(fArr2); + this.f301c.setValues(fArr2); d(); float[] fArr3 = this.e; fArr3[0] = cos; @@ -278,8 +278,8 @@ public class o { fArr3[4] = cos; fArr3[8] = 1.0f; this.d.setValues(fArr3); - this.f312c.preConcat(this.b); - this.d.preConcat(this.f312c); + this.f301c.preConcat(this.b); + this.d.preConcat(this.f301c); this.a.preConcat(this.d); } a aVar3 = this.h; diff --git a/app/src/main/java/c/c/a/x/a.java b/app/src/main/java/c/c/a/x/a.java index ae21d65234..e39bfb75b9 100644 --- a/app/src/main/java/c/c/a/x/a.java +++ b/app/src/main/java/c/c/a/x/a.java @@ -14,7 +14,7 @@ public class a { public final Map, Typeface> b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public final Map f313c = new HashMap(); + public final Map f302c = new HashMap(); public final AssetManager d; public String e = ".ttf"; diff --git a/app/src/main/java/c/c/a/x/b.java b/app/src/main/java/c/c/a/x/b.java index e300a101ed..92a6e5545e 100644 --- a/app/src/main/java/c/c/a/x/b.java +++ b/app/src/main/java/c/c/a/x/b.java @@ -18,17 +18,17 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public String f314c; + public String f303c; @Nullable public c.c.a.b d; public final Map e; public b(Drawable.Callback callback, String str, c.c.a.b bVar, Map map) { - this.f314c = str; + this.f303c = str; if (!TextUtils.isEmpty(str)) { - String str2 = this.f314c; + String str2 = this.f303c; if (str2.charAt(str2.length() - 1) != '/') { - this.f314c = a.F(new StringBuilder(), this.f314c, MentionUtilsKt.SLASH_CHAR); + this.f303c = a.F(new StringBuilder(), this.f303c, MentionUtilsKt.SLASH_CHAR); } } if (!(callback instanceof View)) { diff --git a/app/src/main/java/c/c/a/y/a.java b/app/src/main/java/c/c/a/y/a.java index f828a26cdf..40f55162ae 100644 --- a/app/src/main/java/c/c/a/y/a.java +++ b/app/src/main/java/c/c/a/y/a.java @@ -9,17 +9,17 @@ public class a { public final PointF b; /* renamed from: c reason: collision with root package name */ - public final PointF f315c; + public final PointF f304c; public a() { this.a = new PointF(); this.b = new PointF(); - this.f315c = new PointF(); + this.f304c = new PointF(); } public a(PointF pointF, PointF pointF2, PointF pointF3) { this.a = pointF; this.b = pointF2; - this.f315c = pointF3; + this.f304c = pointF3; } } diff --git a/app/src/main/java/c/c/a/y/b.java b/app/src/main/java/c/c/a/y/b.java index 58057e04fe..dd0282cdab 100644 --- a/app/src/main/java/c/c/a/y/b.java +++ b/app/src/main/java/c/c/a/y/b.java @@ -21,7 +21,7 @@ public /* synthetic */ class b { public static /* synthetic */ int[] b; /* renamed from: c reason: collision with root package name */ - public static /* synthetic */ int[] f316c; + public static /* synthetic */ int[] f305c; public static /* synthetic */ int[] d; public static /* synthetic */ int[] e; public static /* synthetic */ int[] f; @@ -36,25 +36,23 @@ public /* synthetic */ class b { public static /* synthetic */ int[] o; public static /* synthetic */ int[] p; public static /* synthetic */ int[] q; + public static /* synthetic */ int[] r; - /* renamed from: r reason: collision with root package name */ - public static /* synthetic */ int[] f317r; - public static /* synthetic */ int[] s; + /* renamed from: s reason: collision with root package name */ + public static /* synthetic */ int[] f306s; public static /* synthetic */ int[] t; public static /* synthetic */ int[] u; public static /* synthetic */ int[] v; - - /* renamed from: w reason: collision with root package name */ - public static /* synthetic */ int[] f318w; + public static /* synthetic */ int[] w; /* renamed from: x reason: collision with root package name */ - public static /* synthetic */ int[] f319x; + public static /* synthetic */ int[] f307x; /* renamed from: y reason: collision with root package name */ - public static /* synthetic */ int[] f320y; + public static /* synthetic */ int[] f308y; /* renamed from: z reason: collision with root package name */ - public static /* synthetic */ int[] f321z; + public static /* synthetic */ int[] f309z; public static synchronized /* synthetic */ int[] a() { int[] iArr; @@ -138,10 +136,10 @@ public /* synthetic */ class b { public static synchronized /* synthetic */ int[] f() { int[] iArr; synchronized (b.class) { - if (f318w == null) { - f318w = i(13); + if (w == null) { + w = i(13); } - iArr = f318w; + iArr = w; } return iArr; } diff --git a/app/src/main/java/c/c/a/y/c.java b/app/src/main/java/c/c/a/y/c.java index cfe3c998aa..04afab1e95 100644 --- a/app/src/main/java/c/c/a/y/c.java +++ b/app/src/main/java/c/c/a/y/c.java @@ -10,7 +10,7 @@ public class c { public final String b; /* renamed from: c reason: collision with root package name */ - public final float f322c; + public final float f310c; public final int d; public final int e; public final float f; @@ -25,7 +25,7 @@ public class c { public c(String str, String str2, float f, int i, int i2, float f2, float f3, @ColorInt int i3, @ColorInt int i4, float f4, boolean z2) { this.a = str; this.b = str2; - this.f322c = f; + this.f310c = f; this.d = i; this.e = i2; this.f = f2; @@ -38,7 +38,7 @@ public class c { public int hashCode() { String str = this.b; - int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f322c)) * 31)) * 31) + this.e; + int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f310c)) * 31)) * 31) + this.e; long floatToRawIntBits = (long) Float.floatToRawIntBits(this.f); return (((h * 31) + ((int) (floatToRawIntBits ^ (floatToRawIntBits >>> 32)))) * 31) + this.h; } diff --git a/app/src/main/java/c/c/a/y/d.java b/app/src/main/java/c/c/a/y/d.java index 3883eb17b0..7ddc748397 100644 --- a/app/src/main/java/c/c/a/y/d.java +++ b/app/src/main/java/c/c/a/y/d.java @@ -8,11 +8,11 @@ public class d { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f323c; + public final String f311c; public d(String str, String str2, String str3, float f) { this.a = str; this.b = str2; - this.f323c = str3; + this.f311c = str3; } } diff --git a/app/src/main/java/c/c/a/y/e.java b/app/src/main/java/c/c/a/y/e.java index 4cdcf743d6..82a1001fb8 100644 --- a/app/src/main/java/c/c/a/y/e.java +++ b/app/src/main/java/c/c/a/y/e.java @@ -11,14 +11,14 @@ public class e { public final char b; /* renamed from: c reason: collision with root package name */ - public final double f324c; + public final double f312c; public final String d; public final String e; public e(List list, char c2, double d, double d2, String str, String str2) { this.a = list; this.b = c2; - this.f324c = d2; + this.f312c = d2; this.d = str; this.e = str2; } diff --git a/app/src/main/java/c/c/a/y/f.java b/app/src/main/java/c/c/a/y/f.java index cdb70a388e..d32a26c6c2 100644 --- a/app/src/main/java/c/c/a/y/f.java +++ b/app/src/main/java/c/c/a/y/f.java @@ -14,11 +14,11 @@ public class f { @Nullable /* renamed from: c reason: collision with root package name */ - public g f325c; + public g f313c; public f(f fVar) { this.b = new ArrayList(fVar.b); - this.f325c = fVar.f325c; + this.f313c = fVar.f313c; } public f(String... strArr) { @@ -91,7 +91,7 @@ public class f { @RestrictTo({RestrictTo.Scope.LIBRARY}) public f g(g gVar) { f fVar = new f(this); - fVar.f325c = gVar; + fVar.f313c = gVar; return fVar; } @@ -99,7 +99,7 @@ public class f { StringBuilder O = a.O("KeyPath{keys="); O.append(this.b); O.append(",resolved="); - O.append(this.f325c != null); + O.append(this.f313c != null); O.append('}'); return O.toString(); } diff --git a/app/src/main/java/c/c/a/y/i.java b/app/src/main/java/c/c/a/y/i.java index cc1629b68a..3ebc2ed530 100644 --- a/app/src/main/java/c/c/a/y/i.java +++ b/app/src/main/java/c/c/a/y/i.java @@ -5,11 +5,11 @@ public class i { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f326c; + public final float f314c; public i(String str, float f, float f2) { this.a = str; - this.f326c = f2; + this.f314c = f2; this.b = f; } } diff --git a/app/src/main/java/c/c/a/y/j.java b/app/src/main/java/c/c/a/y/j.java index 318bb94e70..b3e03c7488 100644 --- a/app/src/main/java/c/c/a/y/j.java +++ b/app/src/main/java/c/c/a/y/j.java @@ -22,9 +22,9 @@ public class j { if (!(f == obj2 || (f != 0 && f.equals(obj2)))) { return false; } - S s = pair.second; + S s2 = pair.second; Object obj3 = this.b; - return s == obj3 || (s != 0 && s.equals(obj3)); + return s2 == obj3 || (s2 != 0 && s2.equals(obj3)); } public int hashCode() { diff --git a/app/src/main/java/c/c/a/y/k/k.java b/app/src/main/java/c/c/a/y/k/k.java index c556ca9c4a..8a089d116e 100644 --- a/app/src/main/java/c/c/a/y/k/k.java +++ b/app/src/main/java/c/c/a/y/k/k.java @@ -10,14 +10,14 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f327c; + public final b f315c; @Nullable public final b d; public k(@Nullable a aVar, @Nullable a aVar2, @Nullable b bVar, @Nullable b bVar2) { this.a = aVar; this.b = aVar2; - this.f327c = bVar; + this.f315c = bVar; this.d = bVar2; } } diff --git a/app/src/main/java/c/c/a/y/k/l.java b/app/src/main/java/c/c/a/y/k/l.java index dadbb0ccbd..afcd3082f7 100644 --- a/app/src/main/java/c/c/a/y/k/l.java +++ b/app/src/main/java/c/c/a/y/k/l.java @@ -14,7 +14,7 @@ public class l implements b { @Nullable /* renamed from: c reason: collision with root package name */ - public final g f328c; + public final g f316c; @Nullable public final b d; @Nullable @@ -35,7 +35,7 @@ public class l implements b { public l(@Nullable e eVar, @Nullable m mVar, @Nullable g gVar, @Nullable b bVar, @Nullable d dVar, @Nullable b bVar2, @Nullable b bVar3, @Nullable b bVar4, @Nullable b bVar5) { this.a = eVar; this.b = mVar; - this.f328c = gVar; + this.f316c = gVar; this.d = bVar; this.e = dVar; this.h = bVar2; diff --git a/app/src/main/java/c/c/a/y/l/a.java b/app/src/main/java/c/c/a/y/l/a.java index d6b9555ef3..3bd717b7c9 100644 --- a/app/src/main/java/c/c/a/y/l/a.java +++ b/app/src/main/java/c/c/a/y/l/a.java @@ -12,14 +12,14 @@ public class a implements b { public final m b; /* renamed from: c reason: collision with root package name */ - public final f f329c; + public final f f317c; public final boolean d; public final boolean e; public a(String str, m mVar, f fVar, boolean z2, boolean z3) { this.a = str; this.b = mVar; - this.f329c = fVar; + this.f317c = fVar; this.d = z2; this.e = z3; } diff --git a/app/src/main/java/c/c/a/y/l/d.java b/app/src/main/java/c/c/a/y/l/d.java index c568ab226d..8cf1283e6e 100644 --- a/app/src/main/java/c/c/a/y/l/d.java +++ b/app/src/main/java/c/c/a/y/l/d.java @@ -12,7 +12,7 @@ public class d implements b { public final Path.FillType b; /* renamed from: c reason: collision with root package name */ - public final c f330c; + public final c f318c; public final c.c.a.y.k.d d; public final f e; public final f f; @@ -22,7 +22,7 @@ public class d implements b { public d(String str, int i, Path.FillType fillType, c cVar, c.c.a.y.k.d dVar, f fVar, f fVar2, b bVar, b bVar2, boolean z2) { this.a = i; this.b = fillType; - this.f330c = cVar; + this.f318c = cVar; this.d = dVar; this.e = fVar; this.f = fVar2; diff --git a/app/src/main/java/c/c/a/y/l/e.java b/app/src/main/java/c/c/a/y/l/e.java index ab147e35dd..729e623cc7 100644 --- a/app/src/main/java/c/c/a/y/l/e.java +++ b/app/src/main/java/c/c/a/y/l/e.java @@ -14,7 +14,7 @@ public class e implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final c f331c; + public final c f319c; public final d d; public final f e; public final f f; @@ -31,7 +31,7 @@ public class e implements b { public e(String str, int i, c cVar, d dVar, f fVar, f fVar2, b bVar, int i2, int i3, float f, List list, @Nullable b bVar2, boolean z2) { this.a = str; this.b = i; - this.f331c = cVar; + this.f319c = cVar; this.d = dVar; this.e = fVar; this.f = fVar2; diff --git a/app/src/main/java/c/c/a/y/l/f.java b/app/src/main/java/c/c/a/y/l/f.java index c9b57a568c..48830e2a3d 100644 --- a/app/src/main/java/c/c/a/y/l/f.java +++ b/app/src/main/java/c/c/a/y/l/f.java @@ -8,13 +8,13 @@ public class f { public final h b; /* renamed from: c reason: collision with root package name */ - public final d f332c; + public final d f320c; public final boolean d; public f(int i, h hVar, d dVar, boolean z2) { this.a = i; this.b = hVar; - this.f332c = dVar; + this.f320c = dVar; this.d = z2; } } diff --git a/app/src/main/java/c/c/a/y/l/g.java b/app/src/main/java/c/c/a/y/l/g.java index fef877ee4d..0bb4c80d23 100644 --- a/app/src/main/java/c/c/a/y/l/g.java +++ b/app/src/main/java/c/c/a/y/l/g.java @@ -11,7 +11,7 @@ public class g implements b { public final a b; /* renamed from: c reason: collision with root package name */ - public final boolean f333c; + public final boolean f321c; /* compiled from: MergePaths */ public enum a { @@ -25,7 +25,7 @@ public class g implements b { public g(String str, a aVar, boolean z2) { this.a = str; this.b = aVar; - this.f333c = z2; + this.f321c = z2; } @Override // c.c.a.y.l.b diff --git a/app/src/main/java/c/c/a/y/l/h.java b/app/src/main/java/c/c/a/y/l/h.java index 12983ebdbf..6534c81600 100644 --- a/app/src/main/java/c/c/a/y/l/h.java +++ b/app/src/main/java/c/c/a/y/l/h.java @@ -12,7 +12,7 @@ public class h implements b { public final a b; /* renamed from: c reason: collision with root package name */ - public final b f334c; + public final b f322c; public final m d; public final b e; public final b f; @@ -47,7 +47,7 @@ public class h implements b { public h(String str, a aVar, b bVar, m mVar, b bVar2, b bVar3, b bVar4, b bVar5, b bVar6, boolean z2) { this.a = str; this.b = aVar; - this.f334c = bVar; + this.f322c = bVar; this.d = mVar; this.e = bVar2; this.f = bVar3; diff --git a/app/src/main/java/c/c/a/y/l/i.java b/app/src/main/java/c/c/a/y/l/i.java index dbf18c627d..fee8f6fdcd 100644 --- a/app/src/main/java/c/c/a/y/l/i.java +++ b/app/src/main/java/c/c/a/y/l/i.java @@ -14,14 +14,14 @@ public class i implements b { public final m b; /* renamed from: c reason: collision with root package name */ - public final f f335c; + public final f f323c; public final b d; public final boolean e; public i(String str, m mVar, f fVar, b bVar, boolean z2) { this.a = str; this.b = mVar; - this.f335c = fVar; + this.f323c = fVar; this.d = bVar; this.e = z2; } @@ -35,7 +35,7 @@ public class i implements b { StringBuilder O = a.O("RectangleShape{position="); O.append(this.b); O.append(", size="); - O.append(this.f335c); + O.append(this.f323c); O.append('}'); return O.toString(); } diff --git a/app/src/main/java/c/c/a/y/l/j.java b/app/src/main/java/c/c/a/y/l/j.java index c0bcf2ee16..9506c5312b 100644 --- a/app/src/main/java/c/c/a/y/l/j.java +++ b/app/src/main/java/c/c/a/y/l/j.java @@ -11,14 +11,14 @@ public class j implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final b f336c; + public final b f324c; public final l d; public final boolean e; public j(String str, b bVar, b bVar2, l lVar, boolean z2) { this.a = str; this.b = bVar; - this.f336c = bVar2; + this.f324c = bVar2; this.d = lVar; this.e = z2; } diff --git a/app/src/main/java/c/c/a/y/l/k.java b/app/src/main/java/c/c/a/y/l/k.java index 53e4f2b980..dced1d08bd 100644 --- a/app/src/main/java/c/c/a/y/l/k.java +++ b/app/src/main/java/c/c/a/y/l/k.java @@ -10,7 +10,7 @@ public class k { public PointF b; /* renamed from: c reason: collision with root package name */ - public boolean f337c; + public boolean f325c; public k() { this.a = new ArrayList(); @@ -18,7 +18,7 @@ public class k { public k(PointF pointF, boolean z2, List list) { this.b = pointF; - this.f337c = z2; + this.f325c = z2; this.a = new ArrayList(list); } @@ -26,7 +26,7 @@ public class k { StringBuilder O = c.d.b.a.a.O("ShapeData{numCurves="); O.append(this.a.size()); O.append("closed="); - O.append(this.f337c); + O.append(this.f325c); O.append('}'); return O.toString(); } diff --git a/app/src/main/java/c/c/a/y/l/l.java b/app/src/main/java/c/c/a/y/l/l.java index f34f3be059..738c41424c 100644 --- a/app/src/main/java/c/c/a/y/l/l.java +++ b/app/src/main/java/c/c/a/y/l/l.java @@ -14,7 +14,7 @@ public class l implements b { public final Path.FillType b; /* renamed from: c reason: collision with root package name */ - public final String f338c; + public final String f326c; @Nullable public final a d; @Nullable @@ -22,7 +22,7 @@ public class l implements b { public final boolean f; public l(String str, boolean z2, Path.FillType fillType, @Nullable a aVar, @Nullable d dVar, boolean z3) { - this.f338c = str; + this.f326c = str; this.a = z2; this.b = fillType; this.d = aVar; diff --git a/app/src/main/java/c/c/a/y/l/m.java b/app/src/main/java/c/c/a/y/l/m.java index d84f4662e9..4bbf1d3245 100644 --- a/app/src/main/java/c/c/a/y/l/m.java +++ b/app/src/main/java/c/c/a/y/l/m.java @@ -13,12 +13,12 @@ public class m implements b { public final List b; /* renamed from: c reason: collision with root package name */ - public final boolean f339c; + public final boolean f327c; public m(String str, List list, boolean z2) { this.a = str; this.b = list; - this.f339c = z2; + this.f327c = z2; } @Override // c.c.a.y.l.b diff --git a/app/src/main/java/c/c/a/y/l/n.java b/app/src/main/java/c/c/a/y/l/n.java index b54718a791..623efad67b 100644 --- a/app/src/main/java/c/c/a/y/l/n.java +++ b/app/src/main/java/c/c/a/y/l/n.java @@ -12,13 +12,13 @@ public class n implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f340c; + public final h f328c; public final boolean d; public n(String str, int i, h hVar, boolean z2) { this.a = str; this.b = i; - this.f340c = hVar; + this.f328c = hVar; this.d = z2; } diff --git a/app/src/main/java/c/c/a/y/l/o.java b/app/src/main/java/c/c/a/y/l/o.java index c8188d1652..6640036ae0 100644 --- a/app/src/main/java/c/c/a/y/l/o.java +++ b/app/src/main/java/c/c/a/y/l/o.java @@ -15,7 +15,7 @@ public class o implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final List f341c; + public final List f329c; public final a d; public final d e; public final b f; @@ -28,7 +28,7 @@ public class o implements b { public o(String str, @Nullable b bVar, List list, a aVar, d dVar, b bVar2, int i, int i2, float f, boolean z2) { this.a = str; this.b = bVar; - this.f341c = list; + this.f329c = list; this.d = aVar; this.e = dVar; this.f = bVar2; diff --git a/app/src/main/java/c/c/a/y/l/p.java b/app/src/main/java/c/c/a/y/l/p.java index 27e276f46f..f9b8f7fc54 100644 --- a/app/src/main/java/c/c/a/y/l/p.java +++ b/app/src/main/java/c/c/a/y/l/p.java @@ -11,7 +11,7 @@ public class p implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final b f342c; + public final b f330c; public final b d; public final b e; public final boolean f; @@ -19,7 +19,7 @@ public class p implements b { public p(String str, int i, b bVar, b bVar2, b bVar3, boolean z2) { this.a = str; this.b = i; - this.f342c = bVar; + this.f330c = bVar; this.d = bVar2; this.e = bVar3; this.f = z2; @@ -32,7 +32,7 @@ public class p implements b { public String toString() { StringBuilder O = a.O("Trim Path: {start: "); - O.append(this.f342c); + O.append(this.f330c); O.append(", end: "); O.append(this.d); O.append(", offset: "); diff --git a/app/src/main/java/c/c/a/y/m/a.java b/app/src/main/java/c/c/a/y/m/a.java index 654ce2e873..5acbe8a4ff 100644 --- a/app/src/main/java/c/c/a/y/m/a.java +++ b/app/src/main/java/c/c/a/y/m/a.java @@ -13,8 +13,8 @@ public class a implements a.b { public void a() { b bVar = this.a; boolean z2 = bVar.q.j() == 1.0f; - if (z2 != bVar.f345w) { - bVar.f345w = z2; + if (z2 != bVar.w) { + bVar.w = z2; bVar.n.invalidateSelf(); } } diff --git a/app/src/main/java/c/c/a/y/m/b.java b/app/src/main/java/c/c/a/y/m/b.java index 4e1fac1a29..00a0ed2174 100644 --- a/app/src/main/java/c/c/a/y/m/b.java +++ b/app/src/main/java/c/c/a/y/m/b.java @@ -34,7 +34,7 @@ public abstract class b implements e, a.b, g { public final Matrix b = new Matrix(); /* renamed from: c reason: collision with root package name */ - public final Paint f343c; + public final Paint f331c; public final Paint d; public final Paint e; public final Paint f; @@ -52,21 +52,19 @@ public abstract class b implements e, a.b, g { @Nullable public c q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public b f344r; + public b r; @Nullable - public b s; + + /* renamed from: s reason: collision with root package name */ + public b f332s; public List t; public final List> u; public final o v; - - /* renamed from: w reason: collision with root package name */ - public boolean f345w; + public boolean w; public b(j jVar, e eVar) { boolean z2 = true; - this.f343c = new c.c.a.w.a(1); + this.f331c = new c.c.a.w.a(1); this.d = new c.c.a.w.a(1, PorterDuff.Mode.DST_IN); this.e = new c.c.a.w.a(1, PorterDuff.Mode.DST_OUT); c.c.a.w.a aVar = new c.c.a.w.a(1); @@ -78,10 +76,10 @@ public abstract class b implements e, a.b, g { this.k = new RectF(); this.m = new Matrix(); this.u = new ArrayList(); - this.f345w = true; + this.w = true; this.n = jVar; this.o = eVar; - this.l = c.d.b.a.a.G(new StringBuilder(), eVar.f352c, "#draw"); + this.l = c.d.b.a.a.G(new StringBuilder(), eVar.f339c, "#draw"); if (eVar.u == 3) { aVar.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_OUT)); } else { @@ -127,15 +125,15 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.y.g public void c(c.c.a.y.f fVar, int i, List list, c.c.a.y.f fVar2) { - if (fVar.e(this.o.f352c, i)) { - if (!"__container".equals(this.o.f352c)) { - fVar2 = fVar2.a(this.o.f352c); - if (fVar.c(this.o.f352c, i)) { + if (fVar.e(this.o.f339c, i)) { + if (!"__container".equals(this.o.f339c)) { + fVar2 = fVar2.a(this.o.f339c); + if (fVar.c(this.o.f339c, i)) { list.add(fVar2.g(this)); } } - if (fVar.f(this.o.f352c, i)) { - n(fVar, fVar.d(this.o.f352c, i) + i, list, fVar2); + if (fVar.f(this.o.f339c, i)) { + n(fVar, fVar.d(this.o.f339c, i) + i, list, fVar2); } } } @@ -153,7 +151,7 @@ public abstract class b implements e, a.b, g { this.m.preConcat(this.t.get(size).v.e()); } } else { - b bVar = this.s; + b bVar = this.f332s; if (bVar != null) { this.m.preConcat(bVar.v.e()); } @@ -176,7 +174,7 @@ public abstract class b implements e, a.b, g { public void f(Canvas canvas, Matrix matrix, int i) { boolean z2; String str = this.l; - if (!this.f345w || this.o.v) { + if (!this.w || this.o.v) { c.c.a.c.a(str); return; } @@ -198,7 +196,7 @@ public abstract class b implements e, a.b, g { int i3 = 3; if (l() && this.o.u != 3) { this.j.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f344r.d(this.j, matrix, true); + this.r.d(this.j, matrix, true); if (!rectF.intersect(this.j)) { rectF.set(0.0f, 0.0f, 0.0f, 0.0f); } @@ -209,11 +207,11 @@ public abstract class b implements e, a.b, g { this.i.set(0.0f, 0.0f, 0.0f, 0.0f); int i4 = 2; if (k()) { - int size2 = this.p.f311c.size(); + int size2 = this.p.f300c.size(); int i5 = 0; while (true) { if (i5 < size2) { - f fVar = this.p.f311c.get(i5); + f fVar = this.p.f300c.get(i5); this.a.set(this.p.a.get(i5).e()); this.a.transform(matrix2); int h = c.c.a.y.b.h(fVar.a); @@ -259,8 +257,8 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#computeBounds"); if (!this.h.isEmpty()) { - this.f343c.setAlpha(255); - c.c.a.b0.g.f(canvas, this.h, this.f343c, 31); + this.f331c.setAlpha(255); + c.c.a.b0.g.f(canvas, this.h, this.f331c, 31); c.c.a.c.a("Layer#saveLayer"); i(canvas); j(canvas, this.b, intValue); @@ -273,21 +271,21 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#saveLayer"); int i6 = 0; - while (i6 < this.p.f311c.size()) { - f fVar2 = this.p.f311c.get(i6); + while (i6 < this.p.f300c.size()) { + f fVar2 = this.p.f300c.get(i6); a aVar2 = this.p.a.get(i6); a aVar3 = this.p.b.get(i6); int h2 = c.c.a.y.b.h(fVar2.a); if (h2 != 0) { if (h2 == i2) { if (i6 == 0) { - this.f343c.setColor(ViewCompat.MEASURED_STATE_MASK); - this.f343c.setAlpha(255); - canvas.drawRect(this.h, this.f343c); + this.f331c.setColor(ViewCompat.MEASURED_STATE_MASK); + this.f331c.setAlpha(255); + canvas.drawRect(this.h, this.f331c); } if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.e, 31); - canvas.drawRect(this.h, this.f343c); + canvas.drawRect(this.h, this.f331c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -303,18 +301,18 @@ public abstract class b implements e, a.b, g { if (!this.p.a.isEmpty()) { int i7 = 0; while (true) { - if (i7 >= this.p.f311c.size()) { + if (i7 >= this.p.f300c.size()) { z2 = true; break; - } else if (this.p.f311c.get(i7).a != 4) { + } else if (this.p.f300c.get(i7).a != 4) { break; } else { i7++; } } if (!z2) { - this.f343c.setAlpha(255); - canvas.drawRect(this.h, this.f343c); + this.f331c.setAlpha(255); + canvas.drawRect(this.h, this.f331c); } } z2 = false; @@ -323,7 +321,7 @@ public abstract class b implements e, a.b, g { } } else if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.d, 31); - canvas.drawRect(this.h, this.f343c); + canvas.drawRect(this.h, this.f331c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -333,23 +331,23 @@ public abstract class b implements e, a.b, g { c.c.a.b0.g.f(canvas, this.h, this.d, 31); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f343c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f343c); + this.f331c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f331c); canvas.restore(); } } else if (fVar2.d) { - c.c.a.b0.g.f(canvas, this.h, this.f343c, 31); - canvas.drawRect(this.h, this.f343c); + c.c.a.b0.g.f(canvas, this.h, this.f331c, 31); + canvas.drawRect(this.h, this.f331c); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f343c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + this.f331c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); canvas.drawPath(this.a, this.e); canvas.restore(); } else { this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f343c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f343c); + this.f331c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f331c); } i6++; i2 = 1; @@ -361,7 +359,7 @@ public abstract class b implements e, a.b, g { c.c.a.b0.g.f(canvas, this.h, this.f, 19); c.c.a.c.a("Layer#saveLayer"); i(canvas); - this.f344r.f(canvas, matrix, intValue); + this.r.f(canvas, matrix, intValue); canvas.restore(); c.c.a.c.a("Layer#restoreLayer"); c.c.a.c.a("Layer#drawMatte"); @@ -388,17 +386,17 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.w.b.c public String getName() { - return this.o.f352c; + return this.o.f339c; } public final void h() { if (this.t == null) { - if (this.s == null) { + if (this.f332s == null) { this.t = Collections.emptyList(); return; } this.t = new ArrayList(); - for (b bVar = this.s; bVar != null; bVar = bVar.s) { + for (b bVar = this.f332s; bVar != null; bVar = bVar.f332s) { this.t.add(bVar); } } @@ -418,17 +416,17 @@ public abstract class b implements e, a.b, g { } public boolean l() { - return this.f344r != null; + return this.r != null; } public final void m(float f) { s sVar = this.n.j.a; - String str = this.o.f352c; + String str = this.o.f339c; if (sVar.a) { - c.c.a.b0.e eVar = sVar.f291c.get(str); + c.c.a.b0.e eVar = sVar.f282c.get(str); if (eVar == null) { eVar = new c.c.a.b0.e(); - sVar.f291c.put(str, eVar); + sVar.f282c.put(str, eVar); } float f2 = eVar.a + f; eVar.a = f2; @@ -500,7 +498,7 @@ public abstract class b implements e, a.b, g { if (cVar3 != null) { cVar3.h(f / f2); } - b bVar = this.f344r; + b bVar = this.r; if (bVar != null) { bVar.o(bVar.o.m * f); } @@ -510,8 +508,8 @@ public abstract class b implements e, a.b, g { } public final void p(boolean z2) { - if (z2 != this.f345w) { - this.f345w = z2; + if (z2 != this.w) { + this.w = z2; this.n.invalidateSelf(); } } diff --git a/app/src/main/java/c/c/a/y/m/c.java b/app/src/main/java/c/c/a/y/m/c.java index cbe26a0950..cebfbd70db 100644 --- a/app/src/main/java/c/c/a/y/m/c.java +++ b/app/src/main/java/c/c/a/y/m/c.java @@ -24,27 +24,27 @@ public class c extends b { @Nullable /* renamed from: x reason: collision with root package name */ - public a f346x; + public a f333x; /* renamed from: y reason: collision with root package name */ - public final List f347y = new ArrayList(); + public final List f334y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public final RectF f348z = new RectF(); + public final RectF f335z = new RectF(); public c(j jVar, e eVar, List list, d dVar) { super(jVar, eVar); int i; b bVar; b bVar2; - b bVar3 = eVar.s; + b bVar3 = eVar.f340s; if (bVar3 != null) { a a = bVar3.a(); - this.f346x = a; + this.f333x = a; e(a); - this.f346x.a.add(this); + this.f333x.a.add(this); } else { - this.f346x = null; + this.f333x = null; } LongSparseArray longSparseArray = new LongSparseArray(dVar.i.size()); int size = list.size() - 1; @@ -56,7 +56,7 @@ public class c extends b { e eVar2 = list.get(size); int ordinal = eVar2.e.ordinal(); if (ordinal == 0) { - bVar2 = new c(jVar, eVar2, dVar.f275c.get(eVar2.g), dVar); + bVar2 = new c(jVar, eVar2, dVar.f268c.get(eVar2.g), dVar); } else if (ordinal == 1) { bVar2 = new h(jVar, eVar2); } else if (ordinal == 2) { @@ -76,10 +76,10 @@ public class c extends b { if (bVar2 != null) { longSparseArray.put(bVar2.o.d, bVar2); if (bVar4 != null) { - bVar4.f344r = bVar2; + bVar4.r = bVar2; bVar4 = null; } else { - this.f347y.add(0, bVar2); + this.f334y.add(0, bVar2); int h = c.c.a.y.b.h(eVar2.u); if (h == 1 || h == 2) { bVar4 = bVar2; @@ -91,7 +91,7 @@ public class c extends b { for (i = 0; i < longSparseArray.size(); i++) { b bVar5 = (b) longSparseArray.get(longSparseArray.keyAt(i)); if (!(bVar5 == null || (bVar = (b) longSparseArray.get(bVar5.o.f)) == null)) { - bVar5.s = bVar; + bVar5.f332s = bVar; } } } @@ -99,10 +99,10 @@ public class c extends b { @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - for (int size = this.f347y.size() - 1; size >= 0; size--) { - this.f348z.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f347y.get(size).d(this.f348z, this.m, true); - rectF.union(this.f348z); + for (int size = this.f334y.size() - 1; size >= 0; size--) { + this.f335z.set(0.0f, 0.0f, 0.0f, 0.0f); + this.f334y.get(size).d(this.f335z, this.m, true); + rectF.union(this.f335z); } } @@ -113,7 +113,7 @@ public class c extends b { return; } if (cVar == null) { - a aVar = this.f346x; + a aVar = this.f333x; if (aVar != null) { aVar.i(null); return; @@ -121,9 +121,9 @@ public class c extends b { return; } p pVar = new p(cVar, null); - this.f346x = pVar; + this.f333x = pVar; pVar.a.add(this); - e(this.f346x); + e(this.f333x); } @Override // c.c.a.y.m.b @@ -132,7 +132,7 @@ public class c extends b { e eVar = this.o; rectF.set(0.0f, 0.0f, (float) eVar.o, (float) eVar.p); matrix.mapRect(this.A); - boolean z2 = this.n.f280z && this.f347y.size() > 1 && i != 255; + boolean z2 = this.n.f272z && this.f334y.size() > 1 && i != 255; if (z2) { this.B.setAlpha(i); g.f(canvas, this.A, this.B, 31); @@ -142,9 +142,9 @@ public class c extends b { if (z2) { i = 255; } - for (int size = this.f347y.size() - 1; size >= 0; size--) { + for (int size = this.f334y.size() - 1; size >= 0; size--) { if (!this.A.isEmpty() ? canvas.clipRect(this.A) : true) { - this.f347y.get(size).f(canvas, matrix, i); + this.f334y.get(size).f(canvas, matrix, i); } } canvas.restore(); @@ -153,18 +153,18 @@ public class c extends b { @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - for (int i2 = 0; i2 < this.f347y.size(); i2++) { - this.f347y.get(i2).c(fVar, i, list, fVar2); + for (int i2 = 0; i2 < this.f334y.size(); i2++) { + this.f334y.get(i2).c(fVar, i, list, fVar2); } } @Override // c.c.a.y.m.b public void o(@FloatRange(from = 0.0d, to = 1.0d) float f) { super.o(f); - if (this.f346x != null) { - f = ((this.f346x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); + if (this.f333x != null) { + f = ((this.f333x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); } - if (this.f346x == null) { + if (this.f333x == null) { e eVar = this.o; f -= eVar.n / eVar.b.c(); } @@ -172,11 +172,11 @@ public class c extends b { if (f2 != 0.0f) { f /= f2; } - int size = this.f347y.size(); + int size = this.f334y.size(); while (true) { size--; if (size >= 0) { - this.f347y.get(size).o(f); + this.f334y.get(size).o(f); } else { return; } diff --git a/app/src/main/java/c/c/a/y/m/d.java b/app/src/main/java/c/c/a/y/m/d.java index 00f806776b..de7899252a 100644 --- a/app/src/main/java/c/c/a/y/m/d.java +++ b/app/src/main/java/c/c/a/y/m/d.java @@ -30,13 +30,13 @@ public class d extends b { public a A; /* renamed from: x reason: collision with root package name */ - public final Paint f349x = new c.c.a.w.a(3); + public final Paint f336x = new c.c.a.w.a(3); /* renamed from: y reason: collision with root package name */ - public final Rect f350y = new Rect(); + public final Rect f337y = new Rect(); /* renamed from: z reason: collision with root package name */ - public final Rect f351z = new Rect(); + public final Rect f338z = new Rect(); public d(j jVar, e eVar) { super(jVar, eVar); @@ -70,16 +70,16 @@ public class d extends b { Bitmap q = q(); if (q != null && !q.isRecycled()) { float c2 = g.c(); - this.f349x.setAlpha(i); + this.f336x.setAlpha(i); a aVar = this.A; if (aVar != null) { - this.f349x.setColorFilter(aVar.e()); + this.f336x.setColorFilter(aVar.e()); } canvas.save(); canvas.concat(matrix); - this.f350y.set(0, 0, q.getWidth(), q.getHeight()); - this.f351z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); - canvas.drawBitmap(q, this.f350y, this.f351z, this.f349x); + this.f337y.set(0, 0, q.getWidth(), q.getHeight()); + this.f338z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); + canvas.drawBitmap(q, this.f337y, this.f338z, this.f336x); canvas.restore(); } } @@ -93,18 +93,18 @@ public class d extends b { if (jVar.getCallback() == null) { bVar = null; } else { - b bVar2 = jVar.f276r; + b bVar2 = jVar.r; if (bVar2 != null) { Drawable.Callback callback = jVar.getCallback(); Context context = (callback != null && (callback instanceof View)) ? ((View) callback).getContext() : null; if (!((context == null && bVar2.b == null) || bVar2.b.equals(context))) { - jVar.f276r = null; + jVar.r = null; } } - if (jVar.f276r == null) { - jVar.f276r = new b(jVar.getCallback(), jVar.s, jVar.t, jVar.j.d); + if (jVar.r == null) { + jVar.r = new b(jVar.getCallback(), jVar.f269s, jVar.t, jVar.j.d); } - bVar = jVar.f276r; + bVar = jVar.r; } if (bVar == null || (kVar = bVar.e.get(str)) == null) { return null; @@ -128,8 +128,8 @@ public class d extends b { options.inDensity = 160; if (!str2.startsWith("data:") || str2.indexOf("base64,") <= 0) { try { - if (!TextUtils.isEmpty(bVar.f314c)) { - Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f314c + str2), null, options), kVar.a, kVar.b); + if (!TextUtils.isEmpty(bVar.f303c)) { + Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f303c + str2), null, options), kVar.a, kVar.b); bVar.a(str, e); return e; } diff --git a/app/src/main/java/c/c/a/y/m/e.java b/app/src/main/java/c/c/a/y/m/e.java index 871d2803e0..794188714a 100644 --- a/app/src/main/java/c/c/a/y/m/e.java +++ b/app/src/main/java/c/c/a/y/m/e.java @@ -15,7 +15,7 @@ public class e { public final d b; /* renamed from: c reason: collision with root package name */ - public final String f352c; + public final String f339c; public final long d; public final a e; public final long f; @@ -33,11 +33,11 @@ public class e { @Nullable public final j q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public final k f353r; + public final k r; @Nullable - public final c.c.a.y.k.b s; + + /* renamed from: s reason: collision with root package name */ + public final c.c.a.y.k.b f340s; public final List> t; public final int u; public final boolean v; @@ -57,7 +57,7 @@ public class e { public e(List list, d dVar, String str, long j, a aVar, long j2, @Nullable String str2, List list2, l lVar, int i, int i2, int i3, float f, float f2, int i4, int i5, @Nullable j jVar, @Nullable k kVar, List list3, int i6, @Nullable c.c.a.y.k.b bVar, boolean z2) { this.a = list; this.b = dVar; - this.f352c = str; + this.f339c = str; this.d = j; this.e = aVar; this.f = j2; @@ -72,25 +72,25 @@ public class e { this.o = i4; this.p = i5; this.q = jVar; - this.f353r = kVar; + this.r = kVar; this.t = list3; this.u = i6; - this.s = bVar; + this.f340s = bVar; this.v = z2; } public String a(String str) { StringBuilder O = c.d.b.a.a.O(str); - O.append(this.f352c); + O.append(this.f339c); O.append("\n"); e e = this.b.e(this.f); if (e != null) { O.append("\t\tParents: "); - O.append(e.f352c); + O.append(e.f339c); e e2 = this.b.e(e.f); while (e2 != null) { O.append("->"); - O.append(e2.f352c); + O.append(e2.f339c); e2 = this.b.e(e2.f); } O.append(str); diff --git a/app/src/main/java/c/c/a/y/m/g.java b/app/src/main/java/c/c/a/y/m/g.java index 86a4c449b0..9bebe70bac 100644 --- a/app/src/main/java/c/c/a/y/m/g.java +++ b/app/src/main/java/c/c/a/y/m/g.java @@ -14,28 +14,28 @@ import java.util.List; public class g extends b { /* renamed from: x reason: collision with root package name */ - public final d f354x; + public final d f341x; public g(j jVar, e eVar) { super(jVar, eVar); d dVar = new d(jVar, this, new m("__container", eVar.a, false)); - this.f354x = dVar; + this.f341x = dVar; dVar.b(Collections.emptyList(), Collections.emptyList()); } @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - this.f354x.d(rectF, this.m, z2); + this.f341x.d(rectF, this.m, z2); } @Override // c.c.a.y.m.b public void j(@NonNull Canvas canvas, Matrix matrix, int i) { - this.f354x.f(canvas, matrix, i); + this.f341x.f(canvas, matrix, i); } @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - this.f354x.c(fVar, i, list, fVar2); + this.f341x.c(fVar, i, list, fVar2); } } diff --git a/app/src/main/java/c/c/a/y/m/h.java b/app/src/main/java/c/c/a/y/m/h.java index a7909acbd6..4a70ac8bcc 100644 --- a/app/src/main/java/c/c/a/y/m/h.java +++ b/app/src/main/java/c/c/a/y/m/h.java @@ -21,19 +21,19 @@ public class h extends b { public a C; /* renamed from: x reason: collision with root package name */ - public final RectF f355x = new RectF(); + public final RectF f342x = new RectF(); /* renamed from: y reason: collision with root package name */ - public final Paint f356y; + public final Paint f343y; /* renamed from: z reason: collision with root package name */ - public final float[] f357z; + public final float[] f344z; public h(j jVar, e eVar) { super(jVar, eVar); c.c.a.w.a aVar = new c.c.a.w.a(); - this.f356y = aVar; - this.f357z = new float[8]; + this.f343y = aVar; + this.f344z = new float[8]; this.A = new Path(); this.B = eVar; aVar.setAlpha(0); @@ -44,11 +44,11 @@ public class h extends b { @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - RectF rectF2 = this.f355x; + RectF rectF2 = this.f342x; e eVar = this.B; rectF2.set(0.0f, 0.0f, (float) eVar.j, (float) eVar.k); - this.m.mapRect(this.f355x); - rectF.set(this.f355x); + this.m.mapRect(this.f342x); + rectF.set(this.f342x); } @Override // c.c.a.y.m.b, c.c.a.y.g @@ -70,13 +70,13 @@ public class h extends b { if (alpha != 0) { a aVar = this.v.j; int intValue = (int) ((((((float) alpha) / 255.0f) * ((float) (aVar == null ? 100 : aVar.e().intValue()))) / 100.0f) * (((float) i) / 255.0f) * 255.0f); - this.f356y.setAlpha(intValue); + this.f343y.setAlpha(intValue); a aVar2 = this.C; if (aVar2 != null) { - this.f356y.setColorFilter(aVar2.e()); + this.f343y.setColorFilter(aVar2.e()); } if (intValue > 0) { - float[] fArr = this.f357z; + float[] fArr = this.f344z; fArr[0] = 0.0f; fArr[1] = 0.0f; e eVar = this.B; @@ -91,22 +91,22 @@ public class h extends b { matrix.mapPoints(fArr); this.A.reset(); Path path = this.A; - float[] fArr2 = this.f357z; + float[] fArr2 = this.f344z; path.moveTo(fArr2[0], fArr2[1]); Path path2 = this.A; - float[] fArr3 = this.f357z; + float[] fArr3 = this.f344z; path2.lineTo(fArr3[2], fArr3[3]); Path path3 = this.A; - float[] fArr4 = this.f357z; + float[] fArr4 = this.f344z; path3.lineTo(fArr4[4], fArr4[5]); Path path4 = this.A; - float[] fArr5 = this.f357z; + float[] fArr5 = this.f344z; path4.lineTo(fArr5[6], fArr5[7]); Path path5 = this.A; - float[] fArr6 = this.f357z; + float[] fArr6 = this.f344z; path5.lineTo(fArr6[0], fArr6[1]); this.A.close(); - canvas.drawPath(this.A, this.f356y); + canvas.drawPath(this.A, this.f343y); } } } diff --git a/app/src/main/java/c/c/a/y/m/i.java b/app/src/main/java/c/c/a/y/m/i.java index bacd87ad69..516902f01c 100644 --- a/app/src/main/java/c/c/a/y/m/i.java +++ b/app/src/main/java/c/c/a/y/m/i.java @@ -53,13 +53,13 @@ public class i extends b { public c.c.a.w.c.a P; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f358x = new StringBuilder(2); + public final StringBuilder f345x = new StringBuilder(2); /* renamed from: y reason: collision with root package name */ - public final RectF f359y = new RectF(); + public final RectF f346y = new RectF(); /* renamed from: z reason: collision with root package name */ - public final Matrix f360z = new Matrix(); + public final Matrix f347z = new Matrix(); /* compiled from: TextLayer */ public class a extends Paint { @@ -89,7 +89,7 @@ public class i extends b { this.E = nVar; nVar.a.add(this); e(nVar); - k kVar = eVar.f353r; + k kVar = eVar.r; if (!(kVar == null || (aVar2 = kVar.a) == null)) { c.c.a.w.c.a a2 = aVar2.a(); this.H = a2; @@ -102,7 +102,7 @@ public class i extends b { a3.a.add(this); e(this.J); } - if (!(kVar == null || (bVar2 = kVar.f327c) == null)) { + if (!(kVar == null || (bVar2 = kVar.f315c) == null)) { c.c.a.w.c.a a4 = bVar2.a(); this.L = a4; a4.a.add(this); @@ -258,7 +258,7 @@ public class i extends b { } if (this.F.j.g.size() > 0) { c.c.a.w.c.a aVar9 = this.P; - float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f322c) / 100.0f; + float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f310c) / 100.0f; float d = g.d(matrix); String str4 = e.a; float c2 = g.c() * e.f; @@ -270,14 +270,14 @@ public class i extends b { float f4 = 0.0f; int i5 = 0; while (i5 < str5.length()) { - e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f323c)); + e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f311c)); if (eVar == null) { f3 = c2; i3 = i4; str3 = str5; } else { str3 = str5; - double d2 = eVar.f324c; + double d2 = eVar.f312c; f3 = c2; i3 = i4; f4 = (float) ((d2 * ((double) floatValue) * ((double) g.c()) * ((double) d)) + ((double) f4)); @@ -294,7 +294,7 @@ public class i extends b { int i6 = 0; while (i6 < str6.length()) { String str7 = str6; - e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f323c)); + e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f311c)); if (eVar2 == null) { list = t; i2 = size; @@ -326,11 +326,11 @@ public class i extends b { int i8 = 0; while (i8 < list2.size()) { Path path = list2.get(i8).getPath(); - path.computeBounds(this.f359y, false); - this.f360z.set(matrix); - this.f360z.preTranslate(0.0f, (-e.g) * g.c()); - this.f360z.preScale(floatValue, floatValue); - path.transform(this.f360z); + path.computeBounds(this.f346y, false); + this.f347z.set(matrix); + this.f347z.preTranslate(0.0f, (-e.g) * g.c()); + this.f347z.preScale(floatValue, floatValue); + path.transform(this.f347z); if (e.k) { s(path, this.A, canvas); s(path, this.B, canvas); @@ -341,7 +341,7 @@ public class i extends b { i8++; list2 = list2; } - float c3 = g.c() * ((float) eVar2.f324c) * floatValue * d; + float c3 = g.c() * ((float) eVar2.f312c) * floatValue * d; float f5 = ((float) e.e) / 10.0f; c.c.a.w.c.a aVar10 = this.O; if (aVar10 != null) { @@ -369,7 +369,7 @@ public class i extends b { float d3 = g.d(matrix); j jVar = this.F; ?? r6 = dVar.a; - ?? r3 = dVar.f323c; + ?? r3 = dVar.f311c; Typeface typeface = null; if (jVar.getCallback() == null) { aVar = null; @@ -385,12 +385,12 @@ public class i extends b { jVar2.b = r3; typeface = aVar.b.get(jVar2); if (typeface == null) { - Typeface typeface2 = aVar.f313c.get(r6); + Typeface typeface2 = aVar.f302c.get(r6); if (typeface2 == null) { StringBuilder S = c.d.b.a.a.S("fonts/", r6); S.append(aVar.e); typeface2 = Typeface.createFromAsset(aVar.d, S.toString()); - aVar.f313c.put(r6, typeface2); + aVar.f302c.put(r6, typeface2); } boolean contains = r3.contains("Italic"); boolean contains2 = r3.contains("Bold"); @@ -404,7 +404,7 @@ public class i extends b { Objects.requireNonNull(this.F); this.A.setTypeface(typeface); c.c.a.w.c.a aVar12 = this.P; - this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f322c)); + this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f310c)); this.B.setTypeface(this.A.getTypeface()); this.B.setTextSize(this.A.getTextSize()); float c4 = g.c() * e.f; @@ -430,14 +430,14 @@ public class i extends b { if (this.D.containsKey(j)) { str = this.D.get(j); } else { - this.f358x.setLength(0); + this.f345x.setLength(0); int i12 = i11; while (i12 < charCount) { int codePointAt3 = str9.codePointAt(i12); - this.f358x.appendCodePoint(codePointAt3); + this.f345x.appendCodePoint(codePointAt3); i12 += Character.charCount(codePointAt3); } - String sb = this.f358x.toString(); + String sb = this.f345x.toString(); this.D.put(j, sb); str = sb; } diff --git a/app/src/main/java/c/c/a/z/c.java b/app/src/main/java/c/c/a/z/c.java index 58362e5ec1..e238d9b168 100644 --- a/app/src/main/java/c/c/a/z/c.java +++ b/app/src/main/java/c/c/a/z/c.java @@ -24,16 +24,16 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f361c; + public final b f348c; public c(Context context, String str, @Nullable String str2) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = str; if (str2 == null) { - this.f361c = null; + this.f348c = null; } else { - this.f361c = new b(applicationContext); + this.f348c = new b(applicationContext); } } @@ -107,15 +107,15 @@ public class c { if (contentType.contains("application/zip")) { c.c.a.b0.c.a("Handling zip response."); aVar = a.ZIP; - b bVar = this.f361c; + b bVar = this.f348c; pVar = bVar == null ? e.d(new ZipInputStream(httpURLConnection.getInputStream()), null) : e.d(new ZipInputStream(new FileInputStream(bVar.c(this.b, httpURLConnection.getInputStream(), aVar))), this.b); } else { c.c.a.b0.c.a("Received json response."); aVar = a.JSON; - b bVar2 = this.f361c; + b bVar2 = this.f348c; pVar = bVar2 == null ? e.b(httpURLConnection.getInputStream(), null) : e.b(new FileInputStream(new File(bVar2.c(this.b, httpURLConnection.getInputStream(), aVar).getAbsolutePath())), this.b); } - b bVar3 = this.f361c; + b bVar3 = this.f348c; if (!(bVar3 == null || pVar.a == null)) { File file = new File(bVar3.b(), b.a(this.b, aVar, true)); File file2 = new File(file.getAbsolutePath().replace(".temp", "")); diff --git a/app/src/main/java/c/d/a/a/a.java b/app/src/main/java/c/d/a/a/a.java index 43d002877e..a7a9a39d2b 100644 --- a/app/src/main/java/c/d/a/a/a.java +++ b/app/src/main/java/c/d/a/a/a.java @@ -16,11 +16,13 @@ import android.text.TextUtils; import androidx.annotation.AnyThread; import androidx.annotation.Nullable; import c.i.a.f.h.n.d; +import c.i.a.f.h.n.k; +import c.i.a.f.h.n.l; +import c.i.a.f.h.n.m; import com.android.billingclient.api.BillingClient; import com.android.billingclient.api.BillingFlowParams; import com.android.billingclient.api.BillingResult; import com.android.billingclient.api.ProxyBillingActivity; -import com.android.billingclient.api.Purchase; import com.android.billingclient.api.SkuDetails; import java.util.ArrayList; import java.util.Arrays; @@ -41,11 +43,11 @@ public class a extends BillingClient { public final String b; /* renamed from: c reason: collision with root package name */ - public final Handler f362c; - public volatile q d; + public final Handler f349c; + public volatile s d; public Context e; public volatile d f; - public volatile l g; + public volatile n g; public boolean h; public int i; public boolean j; @@ -58,7 +60,7 @@ public class a extends BillingClient { public ExecutorService q; @AnyThread - public a(@Nullable String str, boolean z2, Context context, f fVar) { + public a(@Nullable String str, boolean z2, Context context, g gVar) { String str2; try { str2 = (String) Class.forName("c.d.a.b.a").getField("VERSION_NAME").get(null); @@ -66,21 +68,21 @@ public class a extends BillingClient { str2 = "4.0.0"; } this.a = 0; - this.f362c = new Handler(Looper.getMainLooper()); + this.f349c = new Handler(Looper.getMainLooper()); this.i = 0; this.b = str2; Context applicationContext = context.getApplicationContext(); this.e = applicationContext; - this.d = new q(applicationContext, fVar); + this.d = new s(applicationContext, gVar); this.p = z2; } @Override // com.android.billingclient.api.BillingClient public final void a(d dVar, e eVar) { - if (!c()) { - eVar.onConsumeResponse(n.j, dVar.a); - } else if (k(new r(this, dVar, eVar), 30000, new v(eVar, dVar), h()) == null) { - eVar.onConsumeResponse(j(), dVar.a); + if (!d()) { + eVar.onConsumeResponse(p.j, dVar.a); + } else if (l(new t(this, dVar, eVar), 30000, new x(eVar, dVar), i()) == null) { + eVar.onConsumeResponse(k(), dVar.a); } } @@ -90,10 +92,10 @@ public class a extends BillingClient { try { this.d.a(); if (this.g != null) { - l lVar = this.g; - synchronized (lVar.i) { - lVar.k = null; - lVar.j = true; + n nVar = this.g; + synchronized (nVar.i) { + nVar.k = null; + nVar.j = true; } } if (!(this.g == null || this.f == null)) { @@ -119,7 +121,12 @@ public class a extends BillingClient { } @Override // com.android.billingclient.api.BillingClient - public final boolean c() { + public final int c() { + return this.a; + } + + @Override // com.android.billingclient.api.BillingClient + public final boolean d() { return (this.a != 2 || this.f == null || this.g == null) ? false : true; } @@ -132,7 +139,7 @@ public class a extends BillingClient { /* JADX WARNING: Failed to process nested try/catch */ /* JADX WARNING: Removed duplicated region for block: B:152:? A[ExcHandler: Exception (unused java.lang.Exception), SYNTHETIC, Splitter:B:134:0x0387] */ @Override // com.android.billingclient.api.BillingClient - public final BillingResult d(Activity activity, BillingFlowParams billingFlowParams) { + public final BillingResult e(Activity activity, BillingFlowParams billingFlowParams) { String str; String str2; String str3; @@ -144,9 +151,9 @@ public class a extends BillingClient { boolean z2; String str8; String str9; - if (!c()) { - BillingResult billingResult = n.j; - i(billingResult); + if (!d()) { + BillingResult billingResult = p.j; + j(billingResult); return billingResult; } Objects.requireNonNull(billingFlowParams); @@ -157,13 +164,13 @@ public class a extends BillingClient { String str10 = "BillingClient"; if (e.equals("subs") && !this.h) { c.i.a.f.h.n.a.f(str10, "Current client doesn't support subscriptions."); - BillingResult billingResult2 = n.l; - i(billingResult2); + BillingResult billingResult2 = p.l; + j(billingResult2); return billingResult2; } else if (((!billingFlowParams.g && billingFlowParams.b == null && billingFlowParams.d == null && billingFlowParams.e == 0 && !billingFlowParams.a) ? false : true) && !this.j) { c.i.a.f.h.n.a.f(str10, "Current client doesn't support extra params for buy intent."); - BillingResult billingResult3 = n.f; - i(billingResult3); + BillingResult billingResult3 = p.f; + j(billingResult3); return billingResult3; } else if (arrayList.size() <= 1 || this.o) { String str11 = ""; @@ -208,8 +215,8 @@ public class a extends BillingClient { if (!TextUtils.isEmpty(null)) { bundle.putStringArrayList("skusToReplace", new ArrayList<>(Arrays.asList(null))); } - if (!TextUtils.isEmpty(billingFlowParams.f1946c)) { - bundle.putString("oldSkuPurchaseToken", billingFlowParams.f1946c); + if (!TextUtils.isEmpty(billingFlowParams.f1548c)) { + bundle.putString("oldSkuPurchaseToken", billingFlowParams.f1548c); } if (!TextUtils.isEmpty(null)) { bundle.putString("oldSkuPurchaseId", null); @@ -266,8 +273,8 @@ public class a extends BillingClient { } if (z5) { if (!this.m) { - BillingResult billingResult4 = n.g; - i(billingResult4); + BillingResult billingResult4 = p.g; + j(billingResult4); return billingResult4; } bundle.putStringArrayList("SKU_OFFER_ID_TOKEN_LIST", arrayList3); @@ -311,13 +318,13 @@ public class a extends BillingClient { bundle.putString("proxyPackageVersion", "package not found"); } } - future = k(new y(this, (!this.n || !z2) ? this.k ? 9 : billingFlowParams.g ? 7 : 6 : 15, skuDetails, e, billingFlowParams, bundle), 5000, null, this.f362c); + future = l(new b0(this, (!this.n || !z2) ? this.k ? 9 : billingFlowParams.g ? 7 : 6 : 15, skuDetails, e, billingFlowParams, bundle), 5000, null, this.f349c); } else { str = "BUY_INTENT"; str4 = "; try to reconnect"; str2 = str10; str3 = str12; - future = k(new s(this, skuDetails, e), 5000, null, this.f362c); + future = l(new u(this, skuDetails, e), 5000, null, this.f349c); } try { Bundle bundle2 = (Bundle) future.get(5000, TimeUnit.MILLISECONDS); @@ -333,13 +340,13 @@ public class a extends BillingClient { BillingResult billingResult5 = new BillingResult(); billingResult5.a = a; billingResult5.b = d; - i(billingResult5); + j(billingResult5); return billingResult5; } Intent intent = new Intent(activity, ProxyBillingActivity.class); intent.putExtra(str, (PendingIntent) bundle2.getParcelable(str)); activity.startActivity(intent); - return n.i; + return p.i; } catch (CancellationException | TimeoutException unused3) { str7 = str4; str5 = str3; @@ -348,8 +355,8 @@ public class a extends BillingClient { sb3.append(str5); sb3.append(str7); c.i.a.f.h.n.a.f(str6, sb3.toString()); - BillingResult billingResult6 = n.k; - i(billingResult6); + BillingResult billingResult6 = p.k; + j(billingResult6); return billingResult6; } catch (Exception unused4) { StringBuilder sb4 = new StringBuilder(String.valueOf(str3).length() + 69); @@ -357,8 +364,8 @@ public class a extends BillingClient { sb4.append(str3); sb4.append(str4); c.i.a.f.h.n.a.f(str6, sb4.toString()); - BillingResult billingResult7 = n.j; - i(billingResult7); + BillingResult billingResult7 = p.j; + j(billingResult7); return billingResult7; } } catch (CancellationException | TimeoutException unused5) { @@ -370,90 +377,90 @@ public class a extends BillingClient { sb3.append(str5); sb3.append(str7); c.i.a.f.h.n.a.f(str6, sb3.toString()); - BillingResult billingResult6 = n.k; - i(billingResult6); + BillingResult billingResult6 = p.k; + j(billingResult6); return billingResult6; } catch (Exception unused6) { } } else { c.i.a.f.h.n.a.f(str10, "Current client doesn't support multi-item purchases."); - BillingResult billingResult8 = n.m; - i(billingResult8); + BillingResult billingResult8 = p.m; + j(billingResult8); return billingResult8; } } @Override // com.android.billingclient.api.BillingClient - public final Purchase.a e(String str) { - if (!c()) { - return new Purchase.a(n.j, null); - } - if (TextUtils.isEmpty(str)) { + public void f(String str, f fVar) { + if (!d()) { + BillingResult billingResult = p.j; + m mVar = k.j; + fVar.onQueryPurchasesResponse(billingResult, l.k); + } else if (TextUtils.isEmpty(str)) { c.i.a.f.h.n.a.f("BillingClient", "Please provide a valid SKU type."); - return new Purchase.a(n.e, null); - } - try { - return (Purchase.a) k(new z(this, str), 5000, null, this.f362c).get(5000, TimeUnit.MILLISECONDS); - } catch (CancellationException | TimeoutException unused) { - return new Purchase.a(n.k, null); - } catch (Exception unused2) { - return new Purchase.a(n.h, null); + BillingResult billingResult2 = p.e; + m mVar2 = k.j; + fVar.onQueryPurchasesResponse(billingResult2, l.k); + } else if (l(new j(this, str, fVar), 30000, new y(fVar), i()) == null) { + BillingResult k = k(); + m mVar3 = k.j; + fVar.onQueryPurchasesResponse(k, l.k); } } @Override // com.android.billingclient.api.BillingClient - public final void f(g gVar, h hVar) { - if (!c()) { - hVar.onSkuDetailsResponse(n.j, null); + public final void g(h hVar, i iVar) { + if (!d()) { + iVar.onSkuDetailsResponse(p.j, null); return; } - String str = gVar.a; - List list = gVar.b; + String str = hVar.a; + List list = hVar.b; if (TextUtils.isEmpty(str)) { c.i.a.f.h.n.a.f("BillingClient", "Please fix the input params. SKU type can't be empty."); - hVar.onSkuDetailsResponse(n.e, null); + iVar.onSkuDetailsResponse(p.e, null); } else if (list != null) { ArrayList arrayList = new ArrayList(); for (String str2 : list) { if (!TextUtils.isEmpty(str2)) { - arrayList.add(new o(str2)); + arrayList.add(new q(str2)); } else { throw new IllegalArgumentException("SKU must be set."); } } - if (k(new t(this, str, arrayList, hVar), 30000, new w(hVar), h()) == null) { - hVar.onSkuDetailsResponse(j(), null); + if (l(new v(this, str, arrayList, iVar), 30000, new z(iVar), i()) == null) { + iVar.onSkuDetailsResponse(k(), null); } } else { c.i.a.f.h.n.a.f("BillingClient", "Please fix the input params. The list of SKUs can't be empty - set SKU list or SkuWithOffer list."); - hVar.onSkuDetailsResponse(n.d, null); + iVar.onSkuDetailsResponse(p.d, null); } } @Override // com.android.billingclient.api.BillingClient - public final void g(b bVar) { + public final void h(b bVar) { ServiceInfo serviceInfo; - if (c()) { + if (d()) { c.i.a.f.h.n.a.e("BillingClient", "Service connection is valid. No need to re-initialize."); - bVar.onBillingSetupFinished(n.i); + bVar.onBillingSetupFinished(p.i); } else if (this.a == 1) { c.i.a.f.h.n.a.f("BillingClient", "Client is already in the process of connecting to billing service."); - bVar.onBillingSetupFinished(n.f363c); + bVar.onBillingSetupFinished(p.f350c); } else if (this.a == 3) { c.i.a.f.h.n.a.f("BillingClient", "Client was already closed and can't be reused. Please create another instance."); - bVar.onBillingSetupFinished(n.j); + bVar.onBillingSetupFinished(p.j); } else { this.a = 1; - q qVar = this.d; - p pVar = qVar.b; - Context context = qVar.a; + s sVar = this.d; + r rVar = sVar.b; + Context context = sVar.a; IntentFilter intentFilter = new IntentFilter("com.android.vending.billing.PURCHASES_UPDATED"); - if (!pVar.b) { - context.registerReceiver(pVar.f364c.b, intentFilter); - pVar.b = true; + if (!rVar.b) { + context.registerReceiver(rVar.f351c.b, intentFilter); + rVar.b = true; } c.i.a.f.h.n.a.e("BillingClient", "Starting in-app billing setup."); - this.g = new l(this, bVar); + this.g = new n(this, bVar); Intent intent = new Intent("com.android.vending.billing.InAppBillingService.BIND"); intent.setPackage("com.android.vending"); List queryIntentServices = this.e.getPackageManager().queryIntentServices(intent, 0); @@ -476,35 +483,35 @@ public class a extends BillingClient { } this.a = 0; c.i.a.f.h.n.a.e("BillingClient", "Billing service unavailable on device."); - bVar.onBillingSetupFinished(n.b); + bVar.onBillingSetupFinished(p.b); } } - public final Handler h() { - return Looper.myLooper() == null ? this.f362c : new Handler(Looper.myLooper()); + public final Handler i() { + return Looper.myLooper() == null ? this.f349c : new Handler(Looper.myLooper()); } - public final BillingResult i(BillingResult billingResult) { + public final BillingResult j(BillingResult billingResult) { if (Thread.interrupted()) { return billingResult; } - this.f362c.post(new u(this, billingResult)); + this.f349c.post(new w(this, billingResult)); return billingResult; } - public final BillingResult j() { - return (this.a == 0 || this.a == 3) ? n.j : n.h; + public final BillingResult k() { + return (this.a == 0 || this.a == 3) ? p.j : p.h; } @Nullable - public final Future k(Callable callable, long j, @Nullable Runnable runnable, Handler handler) { + public final Future l(Callable callable, long j, @Nullable Runnable runnable, Handler handler) { long j2 = (long) (((double) j) * 0.95d); if (this.q == null) { - this.q = Executors.newFixedThreadPool(c.i.a.f.h.n.a.a, new i(this)); + this.q = Executors.newFixedThreadPool(c.i.a.f.h.n.a.a, new k(this)); } try { Future submit = this.q.submit(callable); - handler.postDelayed(new x(submit, runnable), j2); + handler.postDelayed(new a0(submit, runnable), j2); return submit; } catch (Exception e) { String valueOf = String.valueOf(e); diff --git a/app/src/main/java/c/d/a/a/a0.java b/app/src/main/java/c/d/a/a/a0.java new file mode 100644 index 0000000000..23ab80f042 --- /dev/null +++ b/app/src/main/java/c/d/a/a/a0.java @@ -0,0 +1,27 @@ +package c.d.a.a; + +import c.i.a.f.h.n.a; +import java.util.concurrent.Future; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final /* synthetic */ class a0 implements Runnable { + public final /* synthetic */ Future i; + public final /* synthetic */ Runnable j; + + public /* synthetic */ a0(Future future, Runnable runnable) { + this.i = future; + this.j = runnable; + } + + @Override // java.lang.Runnable + public final void run() { + Future future = this.i; + Runnable runnable = this.j; + if (!future.isDone() && !future.isCancelled()) { + future.cancel(true); + a.f("BillingClient", "Async task is taking too long, cancel it!"); + if (runnable != null) { + runnable.run(); + } + } + } +} diff --git a/app/src/main/java/c/d/a/a/b0.java b/app/src/main/java/c/d/a/a/b0.java new file mode 100644 index 0000000000..3eb789fed2 --- /dev/null +++ b/app/src/main/java/c/d/a/a/b0.java @@ -0,0 +1,32 @@ +package c.d.a.a; + +import android.os.Bundle; +import com.android.billingclient.api.BillingFlowParams; +import com.android.billingclient.api.SkuDetails; +import java.util.concurrent.Callable; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final /* synthetic */ class b0 implements Callable { + public final /* synthetic */ a i; + public final /* synthetic */ int j; + public final /* synthetic */ SkuDetails k; + public final /* synthetic */ String l; + public final /* synthetic */ BillingFlowParams m; + public final /* synthetic */ Bundle n; + + public /* synthetic */ b0(a aVar, int i, SkuDetails skuDetails, String str, BillingFlowParams billingFlowParams, Bundle bundle) { + this.i = aVar; + this.j = i; + this.k = skuDetails; + this.l = str; + this.m = billingFlowParams; + this.n = bundle; + } + + @Override // java.util.concurrent.Callable + public final Object call() { + a aVar = this.i; + int i = this.j; + SkuDetails skuDetails = this.k; + return aVar.f.e0(i, aVar.e.getPackageName(), skuDetails.d(), this.l, null, this.n); + } +} diff --git a/app/src/main/java/c/d/a/a/f.java b/app/src/main/java/c/d/a/a/f.java index 3c2d3405c2..23418c605e 100644 --- a/app/src/main/java/c/d/a/a/f.java +++ b/app/src/main/java/c/d/a/a/f.java @@ -1,11 +1,10 @@ package c.d.a.a; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; import com.android.billingclient.api.BillingResult; import com.android.billingclient.api.Purchase; import java.util.List; /* compiled from: com.android.billingclient:billing@@4.0.0 */ public interface f { - void onPurchasesUpdated(@NonNull BillingResult billingResult, @Nullable List list); + void onQueryPurchasesResponse(@NonNull BillingResult billingResult, @NonNull List list); } diff --git a/app/src/main/java/c/d/a/a/g.java b/app/src/main/java/c/d/a/a/g.java index bc94a91569..3d16950b6b 100644 --- a/app/src/main/java/c/d/a/a/g.java +++ b/app/src/main/java/c/d/a/a/g.java @@ -1,8 +1,11 @@ package c.d.a.a; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import com.android.billingclient.api.BillingResult; +import com.android.billingclient.api.Purchase; import java.util.List; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public class g { - public String a; - public List b; +public interface g { + void onPurchasesUpdated(@NonNull BillingResult billingResult, @Nullable List list); } diff --git a/app/src/main/java/c/d/a/a/h.java b/app/src/main/java/c/d/a/a/h.java index 7ffeb38658..d454cec795 100644 --- a/app/src/main/java/c/d/a/a/h.java +++ b/app/src/main/java/c/d/a/a/h.java @@ -1,11 +1,8 @@ package c.d.a.a; -import androidx.annotation.NonNull; -import androidx.annotation.Nullable; -import com.android.billingclient.api.BillingResult; -import com.android.billingclient.api.SkuDetails; import java.util.List; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public interface h { - void onSkuDetailsResponse(@NonNull BillingResult billingResult, @Nullable List list); +public class h { + public String a; + public List b; } diff --git a/app/src/main/java/c/d/a/a/i.java b/app/src/main/java/c/d/a/a/i.java index edf649bbd1..3e49ff9cfc 100644 --- a/app/src/main/java/c/d/a/a/i.java +++ b/app/src/main/java/c/d/a/a/i.java @@ -1,24 +1,11 @@ package c.d.a.a; -import java.util.concurrent.Executors; -import java.util.concurrent.ThreadFactory; -import java.util.concurrent.atomic.AtomicInteger; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import com.android.billingclient.api.BillingResult; +import com.android.billingclient.api.SkuDetails; +import java.util.List; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final class i implements ThreadFactory { - public final ThreadFactory i = Executors.defaultThreadFactory(); - public final AtomicInteger j = new AtomicInteger(1); - - public i(a aVar) { - } - - @Override // java.util.concurrent.ThreadFactory - public final Thread newThread(Runnable runnable) { - Thread newThread = this.i.newThread(runnable); - int andIncrement = this.j.getAndIncrement(); - StringBuilder sb = new StringBuilder(30); - sb.append("PlayBillingLibrary-"); - sb.append(andIncrement); - newThread.setName(sb.toString()); - return newThread; - } +public interface i { + void onSkuDetailsResponse(@NonNull BillingResult billingResult, @Nullable List list); } diff --git a/app/src/main/java/c/d/a/a/j.java b/app/src/main/java/c/d/a/a/j.java index a7fc308ac6..d1c36cde29 100644 --- a/app/src/main/java/c/d/a/a/j.java +++ b/app/src/main/java/c/d/a/a/j.java @@ -1,17 +1,141 @@ package c.d.a.a; -/* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class j implements Runnable { - public final /* synthetic */ l i; - public /* synthetic */ j(l lVar) { - this.i = lVar; +import android.os.Bundle; +import android.text.TextUtils; +import c.i.a.f.h.n.a; +import c.i.a.f.h.n.k; +import c.i.a.f.h.n.l; +import c.i.a.f.h.n.m; +import com.android.billingclient.api.BillingResult; +import com.android.billingclient.api.Purchase; +import java.util.ArrayList; +import java.util.List; +import java.util.concurrent.Callable; +import org.json.JSONException; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final class j implements Callable { + public final /* synthetic */ String i; + public final /* synthetic */ f j; + public final /* synthetic */ a k; + + public j(a aVar, String str, f fVar) { + this.k = aVar; + this.i = str; + this.j = fVar; } - @Override // java.lang.Runnable - public final void run() { - l lVar = this.i; - lVar.l.a = 0; - lVar.l.f = null; - lVar.a(n.k); + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // java.util.concurrent.Callable + public final Void call() throws Exception { + Purchase.a aVar; + a aVar2 = this.k; + String str = this.i; + String valueOf = String.valueOf(str); + a.e("BillingClient", valueOf.length() != 0 ? "Querying owned items, item type: ".concat(valueOf) : new String("Querying owned items, item type: ")); + ArrayList arrayList = new ArrayList(); + boolean z2 = aVar2.k; + boolean z3 = aVar2.p; + String str2 = aVar2.b; + Bundle bundle = new Bundle(); + bundle.putString("playBillingLibraryVersion", str2); + int i = 1; + if (z2 && z3) { + bundle.putBoolean("enablePendingPurchases", true); + } + String str3 = null; + while (true) { + try { + Bundle s0 = aVar2.k ? aVar2.f.s0(9, aVar2.e.getPackageName(), str, str3, bundle) : aVar2.f.F(3, aVar2.e.getPackageName(), str, str3); + BillingResult billingResult = p.h; + if (s0 == null) { + Object[] objArr = new Object[i]; + objArr[0] = "getPurchase()"; + a.f("BillingClient", String.format("%s got null owned items list", objArr)); + } else { + int a = a.a(s0, "BillingClient"); + String d = a.d(s0, "BillingClient"); + BillingResult billingResult2 = new BillingResult(); + billingResult2.a = a; + billingResult2.b = d; + if (a != 0) { + a.f("BillingClient", String.format("%s failed. Response code: %s", "getPurchase()", Integer.valueOf(a))); + billingResult = billingResult2; + i = 1; + } else if (!s0.containsKey("INAPP_PURCHASE_ITEM_LIST") || !s0.containsKey("INAPP_PURCHASE_DATA_LIST") || !s0.containsKey("INAPP_DATA_SIGNATURE_LIST")) { + i = 1; + a.f("BillingClient", String.format("Bundle returned from %s doesn't contain required fields.", "getPurchase()")); + } else { + ArrayList stringArrayList = s0.getStringArrayList("INAPP_PURCHASE_ITEM_LIST"); + ArrayList stringArrayList2 = s0.getStringArrayList("INAPP_PURCHASE_DATA_LIST"); + ArrayList stringArrayList3 = s0.getStringArrayList("INAPP_DATA_SIGNATURE_LIST"); + if (stringArrayList == null) { + i = 1; + a.f("BillingClient", String.format("Bundle returned from %s contains null SKUs list.", "getPurchase()")); + } else { + i = 1; + if (stringArrayList2 == null) { + a.f("BillingClient", String.format("Bundle returned from %s contains null purchases list.", "getPurchase()")); + } else if (stringArrayList3 == null) { + a.f("BillingClient", String.format("Bundle returned from %s contains null signatures list.", "getPurchase()")); + } else { + billingResult = p.i; + } + } + } + } + if (billingResult != p.i) { + aVar = new Purchase.a(billingResult, null); + break; + } + ArrayList stringArrayList4 = s0.getStringArrayList("INAPP_PURCHASE_ITEM_LIST"); + ArrayList stringArrayList5 = s0.getStringArrayList("INAPP_PURCHASE_DATA_LIST"); + ArrayList stringArrayList6 = s0.getStringArrayList("INAPP_DATA_SIGNATURE_LIST"); + for (int i2 = 0; i2 < stringArrayList5.size(); i2++) { + String str4 = stringArrayList5.get(i2); + String str5 = stringArrayList6.get(i2); + String valueOf2 = String.valueOf(stringArrayList4.get(i2)); + a.e("BillingClient", valueOf2.length() != 0 ? "Sku is owned: ".concat(valueOf2) : new String("Sku is owned: ")); + try { + Purchase purchase = new Purchase(str4, str5); + if (TextUtils.isEmpty(purchase.a())) { + a.f("BillingClient", "BUG: empty/null token!"); + } + arrayList.add(purchase); + } catch (JSONException e) { + String valueOf3 = String.valueOf(e); + StringBuilder sb = new StringBuilder(valueOf3.length() + 48); + sb.append("Got an exception trying to decode the purchase: "); + sb.append(valueOf3); + a.f("BillingClient", sb.toString()); + aVar = new Purchase.a(p.h, null); + } + } + str3 = s0.getString("INAPP_CONTINUATION_TOKEN"); + String valueOf4 = String.valueOf(str3); + a.e("BillingClient", valueOf4.length() != 0 ? "Continuation token: ".concat(valueOf4) : new String("Continuation token: ")); + if (TextUtils.isEmpty(str3)) { + aVar = new Purchase.a(p.i, arrayList); + break; + } + } catch (Exception e2) { + String valueOf5 = String.valueOf(e2); + StringBuilder sb2 = new StringBuilder(valueOf5.length() + 57); + sb2.append("Got exception trying to get purchases: "); + sb2.append(valueOf5); + sb2.append("; try to reconnect"); + a.f("BillingClient", sb2.toString()); + aVar = new Purchase.a(p.j, null); + } + } + List list = aVar.a; + if (list != null) { + this.j.onQueryPurchasesResponse(aVar.b, list); + return null; + } + f fVar = this.j; + BillingResult billingResult3 = aVar.b; + m mVar = k.j; + fVar.onQueryPurchasesResponse(billingResult3, l.k); + return null; } } diff --git a/app/src/main/java/c/d/a/a/k.java b/app/src/main/java/c/d/a/a/k.java index 861b0dc0a7..6dbf8a94c9 100644 --- a/app/src/main/java/c/d/a/a/k.java +++ b/app/src/main/java/c/d/a/a/k.java @@ -1,105 +1,24 @@ package c.d.a.a; -import c.i.a.f.h.n.a; -import java.util.Objects; -import java.util.concurrent.Callable; +import java.util.concurrent.Executors; +import java.util.concurrent.ThreadFactory; +import java.util.concurrent.atomic.AtomicInteger; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class k implements Callable { - public final /* synthetic */ l i; +public final class k implements ThreadFactory { + public final ThreadFactory i = Executors.defaultThreadFactory(); + public final AtomicInteger j = new AtomicInteger(1); - public /* synthetic */ k(l lVar) { - this.i = lVar; + public k(a aVar) { } - /* JADX WARNING: Removed duplicated region for block: B:67:0x00c6 */ - /* JADX WARNING: Removed duplicated region for block: B:68:0x00cc */ - @Override // java.util.concurrent.Callable - public final Object call() { - int i; - l lVar = this.i; - synchronized (lVar.i) { - if (!lVar.j) { - int i2 = 3; - try { - String packageName = lVar.l.e.getPackageName(); - int i3 = 16; - i = 3; - while (true) { - if (i3 < 3) { - i3 = 0; - break; - } - try { - i = lVar.l.f.N(i3, packageName, "subs"); - if (i == 0) { - break; - } - i3--; - } catch (Exception unused) { - i2 = i; - a.f("BillingClient", "Exception while checking if billing is supported; try to reconnect"); - lVar.l.a = 0; - lVar.l.f = null; - i = i2; - if (i == 0) { - } - return null; - } - } - Objects.requireNonNull(lVar.l); - boolean z2 = true; - lVar.l.h = i3 >= 3; - if (i3 < 3) { - a.e("BillingClient", "In-app billing API does not support subscription on this device."); - } - int i4 = 16; - while (true) { - if (i4 < 3) { - break; - } - i = lVar.l.f.N(i4, packageName, "inapp"); - if (i == 0) { - lVar.l.i = i4; - break; - } - i4--; - } - a aVar = lVar.l; - int i5 = aVar.i; - aVar.o = i5 >= 16; - aVar.n = i5 >= 15; - aVar.m = i5 >= 14; - aVar.l = i5 >= 10; - aVar.k = i5 >= 9; - if (i5 < 6) { - z2 = false; - } - aVar.j = z2; - if (i5 < 3) { - a.f("BillingClient", "In-app billing API version 3 is not supported on this device."); - } - if (i == 0) { - lVar.l.a = 2; - } else { - lVar.l.a = 0; - lVar.l.f = null; - } - } catch (Exception unused2) { - a.f("BillingClient", "Exception while checking if billing is supported; try to reconnect"); - lVar.l.a = 0; - lVar.l.f = null; - i = i2; - if (i == 0) { - } - return null; - } - if (i == 0) { - lVar.a(n.i); - } else { - lVar.a(n.a); - } - } - } - return null; + @Override // java.util.concurrent.ThreadFactory + public final Thread newThread(Runnable runnable) { + Thread newThread = this.i.newThread(runnable); + int andIncrement = this.j.getAndIncrement(); + StringBuilder sb = new StringBuilder(30); + sb.append("PlayBillingLibrary-"); + sb.append(andIncrement); + newThread.setName(sb.toString()); + return newThread; } } diff --git a/app/src/main/java/c/d/a/a/l.java b/app/src/main/java/c/d/a/a/l.java index 6bcd46ca7e..04722fef60 100644 --- a/app/src/main/java/c/d/a/a/l.java +++ b/app/src/main/java/c/d/a/a/l.java @@ -1,64 +1,17 @@ package c.d.a.a; - -import android.content.ComponentName; -import android.content.ServiceConnection; -import android.os.IBinder; -import android.os.IInterface; -import c.i.a.f.h.n.a; -import c.i.a.f.h.n.b; -import c.i.a.f.h.n.c; -import c.i.a.f.h.n.d; -import com.android.billingclient.api.BillingResult; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final class l implements ServiceConnection { - public final Object i = new Object(); - public boolean j = false; - public b k; - public final /* synthetic */ a l; +public final /* synthetic */ class l implements Runnable { + public final /* synthetic */ n i; - public /* synthetic */ l(a aVar, b bVar) { - this.l = aVar; - this.k = bVar; + public /* synthetic */ l(n nVar) { + this.i = nVar; } - public final void a(BillingResult billingResult) { - synchronized (this.i) { - b bVar = this.k; - if (bVar != null) { - bVar.onBillingSetupFinished(billingResult); - } - } - } - - @Override // android.content.ServiceConnection - public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { - d dVar; - a.e("BillingClient", "Billing service connected."); - a aVar = this.l; - int i = c.a; - if (iBinder == null) { - dVar = null; - } else { - IInterface queryLocalInterface = iBinder.queryLocalInterface("com.android.vending.billing.IInAppBillingService"); - dVar = queryLocalInterface instanceof d ? (d) queryLocalInterface : new b(iBinder); - } - aVar.f = dVar; - a aVar2 = this.l; - if (aVar2.k(new k(this), 30000, new j(this), aVar2.h()) == null) { - a(this.l.j()); - } - } - - @Override // android.content.ServiceConnection - public final void onServiceDisconnected(ComponentName componentName) { - a.f("BillingClient", "Billing service disconnected."); - this.l.f = null; - this.l.a = 0; - synchronized (this.i) { - b bVar = this.k; - if (bVar != null) { - bVar.onBillingServiceDisconnected(); - } - } + @Override // java.lang.Runnable + public final void run() { + n nVar = this.i; + nVar.l.a = 0; + nVar.l.f = null; + nVar.a(p.k); } } diff --git a/app/src/main/java/c/d/a/a/m.java b/app/src/main/java/c/d/a/a/m.java new file mode 100644 index 0000000000..bcfda00709 --- /dev/null +++ b/app/src/main/java/c/d/a/a/m.java @@ -0,0 +1,105 @@ +package c.d.a.a; + +import c.i.a.f.h.n.a; +import java.util.Objects; +import java.util.concurrent.Callable; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final /* synthetic */ class m implements Callable { + public final /* synthetic */ n i; + + public /* synthetic */ m(n nVar) { + this.i = nVar; + } + + /* JADX WARNING: Removed duplicated region for block: B:67:0x00c6 */ + /* JADX WARNING: Removed duplicated region for block: B:68:0x00cc */ + @Override // java.util.concurrent.Callable + public final Object call() { + int i; + n nVar = this.i; + synchronized (nVar.i) { + if (!nVar.j) { + int i2 = 3; + try { + String packageName = nVar.l.e.getPackageName(); + int i3 = 16; + i = 3; + while (true) { + if (i3 < 3) { + i3 = 0; + break; + } + try { + i = nVar.l.f.N(i3, packageName, "subs"); + if (i == 0) { + break; + } + i3--; + } catch (Exception unused) { + i2 = i; + a.f("BillingClient", "Exception while checking if billing is supported; try to reconnect"); + nVar.l.a = 0; + nVar.l.f = null; + i = i2; + if (i == 0) { + } + return null; + } + } + Objects.requireNonNull(nVar.l); + boolean z2 = true; + nVar.l.h = i3 >= 3; + if (i3 < 3) { + a.e("BillingClient", "In-app billing API does not support subscription on this device."); + } + int i4 = 16; + while (true) { + if (i4 < 3) { + break; + } + i = nVar.l.f.N(i4, packageName, "inapp"); + if (i == 0) { + nVar.l.i = i4; + break; + } + i4--; + } + a aVar = nVar.l; + int i5 = aVar.i; + aVar.o = i5 >= 16; + aVar.n = i5 >= 15; + aVar.m = i5 >= 14; + aVar.l = i5 >= 10; + aVar.k = i5 >= 9; + if (i5 < 6) { + z2 = false; + } + aVar.j = z2; + if (i5 < 3) { + a.f("BillingClient", "In-app billing API version 3 is not supported on this device."); + } + if (i == 0) { + nVar.l.a = 2; + } else { + nVar.l.a = 0; + nVar.l.f = null; + } + } catch (Exception unused2) { + a.f("BillingClient", "Exception while checking if billing is supported; try to reconnect"); + nVar.l.a = 0; + nVar.l.f = null; + i = i2; + if (i == 0) { + } + return null; + } + if (i == 0) { + nVar.a(p.i); + } else { + nVar.a(p.a); + } + } + } + return null; + } +} diff --git a/app/src/main/java/c/d/a/a/n.java b/app/src/main/java/c/d/a/a/n.java index 109d77d721..0614f09b81 100644 --- a/app/src/main/java/c/d/a/a/n.java +++ b/app/src/main/java/c/d/a/a/n.java @@ -1,103 +1,64 @@ package c.d.a.a; +import android.content.ComponentName; +import android.content.ServiceConnection; +import android.os.IBinder; +import android.os.IInterface; +import c.i.a.f.h.n.a; +import c.i.a.f.h.n.b; +import c.i.a.f.h.n.c; +import c.i.a.f.h.n.d; import com.android.billingclient.api.BillingResult; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final class n { - public static final BillingResult a; - public static final BillingResult b; +public final class n implements ServiceConnection { + public final Object i = new Object(); + public boolean j = false; + public b k; + public final /* synthetic */ a l; - /* renamed from: c reason: collision with root package name */ - public static final BillingResult f363c; - public static final BillingResult d; - public static final BillingResult e; - public static final BillingResult f; - public static final BillingResult g; - public static final BillingResult h; - public static final BillingResult i; - public static final BillingResult j; - public static final BillingResult k; - public static final BillingResult l; - public static final BillingResult m; + public /* synthetic */ n(a aVar, b bVar) { + this.l = aVar; + this.k = bVar; + } - static { - BillingResult billingResult = new BillingResult(); - billingResult.a = 3; - billingResult.b = "Google Play In-app Billing API version is less than 3"; - a = billingResult; - BillingResult billingResult2 = new BillingResult(); - billingResult2.a = 3; - billingResult2.b = "Google Play In-app Billing API version is less than 9"; - BillingResult billingResult3 = new BillingResult(); - billingResult3.a = 3; - billingResult3.b = "Billing service unavailable on device."; - b = billingResult3; - BillingResult billingResult4 = new BillingResult(); - billingResult4.a = 5; - billingResult4.b = "Client is already in the process of connecting to billing service."; - f363c = billingResult4; - BillingResult billingResult5 = new BillingResult(); - billingResult5.a = 3; - billingResult5.b = "Play Store version installed does not support cross selling products."; - BillingResult billingResult6 = new BillingResult(); - billingResult6.a = 5; - billingResult6.b = "The list of SKUs can't be empty."; - d = billingResult6; - BillingResult billingResult7 = new BillingResult(); - billingResult7.a = 5; - billingResult7.b = "SKU type can't be empty."; - e = billingResult7; - BillingResult billingResult8 = new BillingResult(); - billingResult8.a = -2; - billingResult8.b = "Client does not support extra params."; - f = billingResult8; - BillingResult billingResult9 = new BillingResult(); - billingResult9.a = -2; - billingResult9.b = "Client does not support the feature."; - g = billingResult9; - BillingResult billingResult10 = new BillingResult(); - billingResult10.a = -2; - billingResult10.b = "Client does not support get purchase history."; - BillingResult billingResult11 = new BillingResult(); - billingResult11.a = 5; - billingResult11.b = "Invalid purchase token."; - BillingResult billingResult12 = new BillingResult(); - billingResult12.a = 6; - billingResult12.b = "An internal error occurred."; - h = billingResult12; - BillingResult billingResult13 = new BillingResult(); - billingResult13.a = 4; - billingResult13.b = "Item is unavailable for purchase."; - BillingResult billingResult14 = new BillingResult(); - billingResult14.a = 5; - billingResult14.b = "SKU can't be null."; - BillingResult billingResult15 = new BillingResult(); - billingResult15.a = 5; - billingResult15.b = "SKU type can't be null."; - BillingResult billingResult16 = new BillingResult(); - billingResult16.a = 0; - billingResult16.b = ""; - i = billingResult16; - BillingResult billingResult17 = new BillingResult(); - billingResult17.a = -1; - billingResult17.b = "Service connection is disconnected."; - j = billingResult17; - BillingResult billingResult18 = new BillingResult(); - billingResult18.a = -3; - billingResult18.b = "Timeout communicating with service."; - k = billingResult18; - BillingResult billingResult19 = new BillingResult(); - billingResult19.a = -2; - billingResult19.b = "Client doesn't support subscriptions."; - l = billingResult19; - BillingResult billingResult20 = new BillingResult(); - billingResult20.a = -2; - billingResult20.b = "Client doesn't support subscriptions update."; - BillingResult billingResult21 = new BillingResult(); - billingResult21.a = -2; - billingResult21.b = "Client doesn't support multi-item purchases."; - m = billingResult21; - BillingResult billingResult22 = new BillingResult(); - billingResult22.a = 5; - billingResult22.b = "Unknown feature"; + public final void a(BillingResult billingResult) { + synchronized (this.i) { + b bVar = this.k; + if (bVar != null) { + bVar.onBillingSetupFinished(billingResult); + } + } + } + + @Override // android.content.ServiceConnection + public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { + d dVar; + a.e("BillingClient", "Billing service connected."); + a aVar = this.l; + int i = c.a; + if (iBinder == null) { + dVar = null; + } else { + IInterface queryLocalInterface = iBinder.queryLocalInterface("com.android.vending.billing.IInAppBillingService"); + dVar = queryLocalInterface instanceof d ? (d) queryLocalInterface : new b(iBinder); + } + aVar.f = dVar; + a aVar2 = this.l; + if (aVar2.l(new m(this), 30000, new l(this), aVar2.i()) == null) { + a(this.l.k()); + } + } + + @Override // android.content.ServiceConnection + public final void onServiceDisconnected(ComponentName componentName) { + a.f("BillingClient", "Billing service disconnected."); + this.l.f = null; + this.l.a = 0; + synchronized (this.i) { + b bVar = this.k; + if (bVar != null) { + bVar.onBillingServiceDisconnected(); + } + } } } diff --git a/app/src/main/java/c/d/a/a/o.java b/app/src/main/java/c/d/a/a/o.java deleted file mode 100644 index 59f932716b..0000000000 --- a/app/src/main/java/c/d/a/a/o.java +++ /dev/null @@ -1,9 +0,0 @@ -package c.d.a.a; -/* compiled from: com.android.billingclient:billing@@4.0.0 */ -public class o { - public final String a; - - public /* synthetic */ o(String str) { - this.a = str; - } -} diff --git a/app/src/main/java/c/d/a/a/p.java b/app/src/main/java/c/d/a/a/p.java index 8449474674..925504bfde 100644 --- a/app/src/main/java/c/d/a/a/p.java +++ b/app/src/main/java/c/d/a/a/p.java @@ -1,55 +1,103 @@ package c.d.a.a; -import android.content.BroadcastReceiver; -import android.content.Context; -import android.content.Intent; -import android.os.Bundle; -import c.i.a.f.h.n.a; import com.android.billingclient.api.BillingResult; -import com.android.billingclient.api.Purchase; -import java.util.ArrayList; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final class p extends BroadcastReceiver { - public final f a; - public boolean b; +public final class p { + public static final BillingResult a; + public static final BillingResult b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ q f364c; + public static final BillingResult f350c; + public static final BillingResult d; + public static final BillingResult e; + public static final BillingResult f; + public static final BillingResult g; + public static final BillingResult h; + public static final BillingResult i; + public static final BillingResult j; + public static final BillingResult k; + public static final BillingResult l; + public static final BillingResult m; - public /* synthetic */ p(q qVar, f fVar) { - this.f364c = qVar; - this.a = fVar; - } - - @Override // android.content.BroadcastReceiver - public final void onReceive(Context context, Intent intent) { - BillingResult c2 = a.c(intent, "BillingBroadcastManager"); - Bundle extras = intent.getExtras(); - ArrayList arrayList = null; - if (extras != null) { - ArrayList stringArrayList = extras.getStringArrayList("INAPP_PURCHASE_DATA_LIST"); - ArrayList stringArrayList2 = extras.getStringArrayList("INAPP_DATA_SIGNATURE_LIST"); - ArrayList arrayList2 = new ArrayList(); - if (stringArrayList == null || stringArrayList2 == null) { - a.f("BillingHelper", "Couldn't find purchase lists, trying to find single data."); - Purchase g = a.g(extras.getString("INAPP_PURCHASE_DATA"), extras.getString("INAPP_DATA_SIGNATURE")); - if (g == null) { - a.f("BillingHelper", "Couldn't find single purchase data as well."); - } else { - arrayList2.add(g); - } - } else { - int i = 0; - while (i < stringArrayList.size() && i < stringArrayList2.size()) { - Purchase g2 = a.g(stringArrayList.get(i), stringArrayList2.get(i)); - if (g2 != null) { - arrayList2.add(g2); - } - i++; - } - } - arrayList = arrayList2; - } - this.a.onPurchasesUpdated(c2, arrayList); + static { + BillingResult billingResult = new BillingResult(); + billingResult.a = 3; + billingResult.b = "Google Play In-app Billing API version is less than 3"; + a = billingResult; + BillingResult billingResult2 = new BillingResult(); + billingResult2.a = 3; + billingResult2.b = "Google Play In-app Billing API version is less than 9"; + BillingResult billingResult3 = new BillingResult(); + billingResult3.a = 3; + billingResult3.b = "Billing service unavailable on device."; + b = billingResult3; + BillingResult billingResult4 = new BillingResult(); + billingResult4.a = 5; + billingResult4.b = "Client is already in the process of connecting to billing service."; + f350c = billingResult4; + BillingResult billingResult5 = new BillingResult(); + billingResult5.a = 3; + billingResult5.b = "Play Store version installed does not support cross selling products."; + BillingResult billingResult6 = new BillingResult(); + billingResult6.a = 5; + billingResult6.b = "The list of SKUs can't be empty."; + d = billingResult6; + BillingResult billingResult7 = new BillingResult(); + billingResult7.a = 5; + billingResult7.b = "SKU type can't be empty."; + e = billingResult7; + BillingResult billingResult8 = new BillingResult(); + billingResult8.a = -2; + billingResult8.b = "Client does not support extra params."; + f = billingResult8; + BillingResult billingResult9 = new BillingResult(); + billingResult9.a = -2; + billingResult9.b = "Client does not support the feature."; + g = billingResult9; + BillingResult billingResult10 = new BillingResult(); + billingResult10.a = -2; + billingResult10.b = "Client does not support get purchase history."; + BillingResult billingResult11 = new BillingResult(); + billingResult11.a = 5; + billingResult11.b = "Invalid purchase token."; + BillingResult billingResult12 = new BillingResult(); + billingResult12.a = 6; + billingResult12.b = "An internal error occurred."; + h = billingResult12; + BillingResult billingResult13 = new BillingResult(); + billingResult13.a = 4; + billingResult13.b = "Item is unavailable for purchase."; + BillingResult billingResult14 = new BillingResult(); + billingResult14.a = 5; + billingResult14.b = "SKU can't be null."; + BillingResult billingResult15 = new BillingResult(); + billingResult15.a = 5; + billingResult15.b = "SKU type can't be null."; + BillingResult billingResult16 = new BillingResult(); + billingResult16.a = 0; + billingResult16.b = ""; + i = billingResult16; + BillingResult billingResult17 = new BillingResult(); + billingResult17.a = -1; + billingResult17.b = "Service connection is disconnected."; + j = billingResult17; + BillingResult billingResult18 = new BillingResult(); + billingResult18.a = -3; + billingResult18.b = "Timeout communicating with service."; + k = billingResult18; + BillingResult billingResult19 = new BillingResult(); + billingResult19.a = -2; + billingResult19.b = "Client doesn't support subscriptions."; + l = billingResult19; + BillingResult billingResult20 = new BillingResult(); + billingResult20.a = -2; + billingResult20.b = "Client doesn't support subscriptions update."; + BillingResult billingResult21 = new BillingResult(); + billingResult21.a = -2; + billingResult21.b = "Client doesn't support multi-item purchases."; + m = billingResult21; + BillingResult billingResult22 = new BillingResult(); + billingResult22.a = 5; + billingResult22.b = "Unknown feature"; } } diff --git a/app/src/main/java/c/d/a/a/q.java b/app/src/main/java/c/d/a/a/q.java index aaf86046bd..194a58ffae 100644 --- a/app/src/main/java/c/d/a/a/q.java +++ b/app/src/main/java/c/d/a/a/q.java @@ -1,25 +1,9 @@ package c.d.a.a; - -import android.content.Context; -import c.i.a.f.h.n.a; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final class q { - public final Context a; - public final p b; +public class q { + public final String a; - public q(Context context, f fVar) { - this.a = context; - this.b = new p(this, fVar); - } - - public final void a() { - p pVar = this.b; - Context context = this.a; - if (pVar.b) { - context.unregisterReceiver(pVar.f364c.b); - pVar.b = false; - return; - } - a.f("BillingBroadcastManager", "Receiver is not registered."); + public /* synthetic */ q(String str) { + this.a = str; } } diff --git a/app/src/main/java/c/d/a/a/r.java b/app/src/main/java/c/d/a/a/r.java index ed4526cb88..5de500cfa3 100644 --- a/app/src/main/java/c/d/a/a/r.java +++ b/app/src/main/java/c/d/a/a/r.java @@ -1,73 +1,55 @@ package c.d.a.a; +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; import android.os.Bundle; import c.i.a.f.h.n.a; -import c.i.a.f.h.n.d; import com.android.billingclient.api.BillingResult; -import java.util.Objects; -import java.util.concurrent.Callable; +import com.android.billingclient.api.Purchase; +import java.util.ArrayList; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class r implements Callable { - public final /* synthetic */ a i; - public final /* synthetic */ d j; - public final /* synthetic */ e k; +public final class r extends BroadcastReceiver { + public final g a; + public boolean b; - public /* synthetic */ r(a aVar, d dVar, e eVar) { - this.i = aVar; - this.j = dVar; - this.k = eVar; + /* renamed from: c reason: collision with root package name */ + public final /* synthetic */ s f351c; + + public /* synthetic */ r(s sVar, g gVar) { + this.f351c = sVar; + this.a = gVar; } - @Override // java.util.concurrent.Callable - public final Object call() { - int i; - String str; - a aVar = this.i; - d dVar = this.j; - e eVar = this.k; - Objects.requireNonNull(aVar); - String str2 = dVar.a; - try { - String valueOf = String.valueOf(str2); - a.e("BillingClient", valueOf.length() != 0 ? "Consuming purchase with token: ".concat(valueOf) : new String("Consuming purchase with token: ")); - if (aVar.k) { - d dVar2 = aVar.f; - String packageName = aVar.e.getPackageName(); - boolean z2 = aVar.k; - String str3 = aVar.b; - Bundle bundle = new Bundle(); - if (z2) { - bundle.putString("playBillingLibraryVersion", str3); + @Override // android.content.BroadcastReceiver + public final void onReceive(Context context, Intent intent) { + BillingResult c2 = a.c(intent, "BillingBroadcastManager"); + Bundle extras = intent.getExtras(); + ArrayList arrayList = null; + if (extras != null) { + ArrayList stringArrayList = extras.getStringArrayList("INAPP_PURCHASE_DATA_LIST"); + ArrayList stringArrayList2 = extras.getStringArrayList("INAPP_DATA_SIGNATURE_LIST"); + ArrayList arrayList2 = new ArrayList(); + if (stringArrayList == null || stringArrayList2 == null) { + a.f("BillingHelper", "Couldn't find purchase lists, trying to find single data."); + Purchase g = a.g(extras.getString("INAPP_PURCHASE_DATA"), extras.getString("INAPP_DATA_SIGNATURE")); + if (g == null) { + a.f("BillingHelper", "Couldn't find single purchase data as well."); + } else { + arrayList2.add(g); } - Bundle q = dVar2.q(9, packageName, str2, bundle); - i = q.getInt("RESPONSE_CODE"); - str = a.d(q, "BillingClient"); } else { - i = aVar.f.p(3, aVar.e.getPackageName(), str2); - str = ""; + int i = 0; + while (i < stringArrayList.size() && i < stringArrayList2.size()) { + Purchase g2 = a.g(stringArrayList.get(i), stringArrayList2.get(i)); + if (g2 != null) { + arrayList2.add(g2); + } + i++; + } } - BillingResult billingResult = new BillingResult(); - billingResult.a = i; - billingResult.b = str; - if (i == 0) { - a.e("BillingClient", "Successfully consumed purchase."); - eVar.onConsumeResponse(billingResult, str2); - return null; - } - StringBuilder sb = new StringBuilder(63); - sb.append("Error consuming purchase with token. Response code: "); - sb.append(i); - a.f("BillingClient", sb.toString()); - eVar.onConsumeResponse(billingResult, str2); - return null; - } catch (Exception e) { - String valueOf2 = String.valueOf(e); - StringBuilder sb2 = new StringBuilder(valueOf2.length() + 30); - sb2.append("Error consuming purchase; ex: "); - sb2.append(valueOf2); - a.f("BillingClient", sb2.toString()); - eVar.onConsumeResponse(n.j, str2); - return null; + arrayList = arrayList2; } + this.a.onPurchasesUpdated(c2, arrayList); } } diff --git a/app/src/main/java/c/d/a/a/s.java b/app/src/main/java/c/d/a/a/s.java index eff237a9c0..808d0dcb00 100644 --- a/app/src/main/java/c/d/a/a/s.java +++ b/app/src/main/java/c/d/a/a/s.java @@ -1,23 +1,25 @@ package c.d.a.a; -import com.android.billingclient.api.SkuDetails; -import java.util.concurrent.Callable; +import android.content.Context; +import c.i.a.f.h.n.a; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class s implements Callable { - public final /* synthetic */ a i; - public final /* synthetic */ SkuDetails j; - public final /* synthetic */ String k; +public final class s { + public final Context a; + public final r b; - public /* synthetic */ s(a aVar, SkuDetails skuDetails, String str) { - this.i = aVar; - this.j = skuDetails; - this.k = str; + public s(Context context, g gVar) { + this.a = context; + this.b = new r(this, gVar); } - @Override // java.util.concurrent.Callable - public final Object call() { - a aVar = this.i; - SkuDetails skuDetails = this.j; - return aVar.f.G(3, aVar.e.getPackageName(), skuDetails.d(), this.k, null); + public final void a() { + r rVar = this.b; + Context context = this.a; + if (rVar.b) { + context.unregisterReceiver(rVar.f351c.b); + rVar.b = false; + return; + } + a.f("BillingBroadcastManager", "Receiver is not registered."); } } diff --git a/app/src/main/java/c/d/a/a/t.java b/app/src/main/java/c/d/a/a/t.java index 91a86b786b..101d895b1a 100644 --- a/app/src/main/java/c/d/a/a/t.java +++ b/app/src/main/java/c/d/a/a/t.java @@ -2,132 +2,72 @@ package c.d.a.a; import android.os.Bundle; import c.i.a.f.h.n.a; +import c.i.a.f.h.n.d; import com.android.billingclient.api.BillingResult; -import com.android.billingclient.api.SkuDetails; -import java.util.ArrayList; -import java.util.List; import java.util.Objects; import java.util.concurrent.Callable; -import org.json.JSONException; /* compiled from: com.android.billingclient:billing@@4.0.0 */ public final /* synthetic */ class t implements Callable { public final /* synthetic */ a i; - public final /* synthetic */ String j; - public final /* synthetic */ List k; - public final /* synthetic */ h l; + public final /* synthetic */ d j; + public final /* synthetic */ e k; - public /* synthetic */ t(a aVar, String str, List list, h hVar) { + public /* synthetic */ t(a aVar, d dVar, e eVar) { this.i = aVar; - this.j = str; - this.k = list; - this.l = hVar; + this.j = dVar; + this.k = eVar; } - /* JADX WARNING: Code restructure failed: missing block: B:26:0x00cd, code lost: - r14 = 4; - r0 = "Item is unavailable for purchase."; - */ @Override // java.util.concurrent.Callable public final Object call() { - String str; int i; - Bundle bundle; - int i2; + String str; a aVar = this.i; - String str2 = this.j; - List list = this.k; - h hVar = this.l; + d dVar = this.j; + e eVar = this.k; Objects.requireNonNull(aVar); - ArrayList arrayList = new ArrayList(); - int size = list.size(); - int i3 = 0; - while (true) { - if (i3 >= size) { + String str2 = dVar.a; + try { + String valueOf = String.valueOf(str2); + a.e("BillingClient", valueOf.length() != 0 ? "Consuming purchase with token: ".concat(valueOf) : new String("Consuming purchase with token: ")); + if (aVar.k) { + d dVar2 = aVar.f; + String packageName = aVar.e.getPackageName(); + boolean z2 = aVar.k; + String str3 = aVar.b; + Bundle bundle = new Bundle(); + if (z2) { + bundle.putString("playBillingLibraryVersion", str3); + } + Bundle q = dVar2.q(9, packageName, str2, bundle); + i = q.getInt("RESPONSE_CODE"); + str = a.d(q, "BillingClient"); + } else { + i = aVar.f.p(3, aVar.e.getPackageName(), str2); str = ""; - i = 0; - break; } - int i4 = i3 + 20; - ArrayList arrayList2 = new ArrayList(list.subList(i3, i4 > size ? size : i4)); - ArrayList arrayList3 = new ArrayList<>(); - int size2 = arrayList2.size(); - for (int i5 = 0; i5 < size2; i5++) { - arrayList3.add(((o) arrayList2.get(i5)).a); - } - Bundle bundle2 = new Bundle(); - bundle2.putStringArrayList("ITEM_ID_LIST", arrayList3); - bundle2.putString("playBillingLibraryVersion", aVar.b); - try { - if (aVar.l) { - i2 = i4; - bundle = aVar.f.n(10, aVar.e.getPackageName(), str2, bundle2, a.b(aVar.i, aVar.p, aVar.b, null, arrayList2)); - } else { - i2 = i4; - bundle = aVar.f.g0(3, aVar.e.getPackageName(), str2, bundle2); - } - if (bundle == null) { - a.f("BillingClient", "querySkuDetailsAsync got null sku details list"); - break; - } else if (!bundle.containsKey("DETAILS_LIST")) { - i = a.a(bundle, "BillingClient"); - str = a.d(bundle, "BillingClient"); - if (i != 0) { - StringBuilder sb = new StringBuilder(50); - sb.append("getSkuDetails() failed. Response code: "); - sb.append(i); - a.f("BillingClient", sb.toString()); - } else { - a.f("BillingClient", "getSkuDetails() returned a bundle with neither an error nor a detail list."); - } - } else { - ArrayList stringArrayList = bundle.getStringArrayList("DETAILS_LIST"); - if (stringArrayList == null) { - a.f("BillingClient", "querySkuDetailsAsync got null response list"); - break; - } - for (int i6 = 0; i6 < stringArrayList.size(); i6++) { - try { - SkuDetails skuDetails = new SkuDetails(stringArrayList.get(i6)); - String valueOf = String.valueOf(skuDetails); - StringBuilder sb2 = new StringBuilder(valueOf.length() + 17); - sb2.append("Got sku details: "); - sb2.append(valueOf); - a.e("BillingClient", sb2.toString()); - arrayList.add(skuDetails); - } catch (JSONException unused) { - a.f("BillingClient", "Got a JSON exception trying to decode SkuDetails."); - str = "Error trying to decode SkuDetails."; - arrayList = null; - i = 6; - BillingResult billingResult = new BillingResult(); - billingResult.a = i; - billingResult.b = str; - hVar.onSkuDetailsResponse(billingResult, arrayList); - return null; - } - } - i3 = i2; - } - } catch (Exception e) { - String valueOf2 = String.valueOf(e); - StringBuilder sb3 = new StringBuilder(valueOf2.length() + 63); - sb3.append("querySkuDetailsAsync got a remote exception (try to reconnect)."); - sb3.append(valueOf2); - a.f("BillingClient", sb3.toString()); - i = -1; - str = "Service connection is disconnected."; + BillingResult billingResult = new BillingResult(); + billingResult.a = i; + billingResult.b = str; + if (i == 0) { + a.e("BillingClient", "Successfully consumed purchase."); + eVar.onConsumeResponse(billingResult, str2); + return null; } + StringBuilder sb = new StringBuilder(63); + sb.append("Error consuming purchase with token. Response code: "); + sb.append(i); + a.f("BillingClient", sb.toString()); + eVar.onConsumeResponse(billingResult, str2); + return null; + } catch (Exception e) { + String valueOf2 = String.valueOf(e); + StringBuilder sb2 = new StringBuilder(valueOf2.length() + 30); + sb2.append("Error consuming purchase; ex: "); + sb2.append(valueOf2); + a.f("BillingClient", sb2.toString()); + eVar.onConsumeResponse(p.j, str2); + return null; } - BillingResult billingResult = new BillingResult(); - billingResult.a = i; - billingResult.b = str; - hVar.onSkuDetailsResponse(billingResult, arrayList); - return null; - arrayList = null; - BillingResult billingResult = new BillingResult(); - billingResult.a = i; - billingResult.b = str; - hVar.onSkuDetailsResponse(billingResult, arrayList); - return null; } } diff --git a/app/src/main/java/c/d/a/a/u.java b/app/src/main/java/c/d/a/a/u.java index 6e8bbf0d65..b13576bd67 100644 --- a/app/src/main/java/c/d/a/a/u.java +++ b/app/src/main/java/c/d/a/a/u.java @@ -1,19 +1,23 @@ package c.d.a.a; -import com.android.billingclient.api.BillingResult; +import com.android.billingclient.api.SkuDetails; +import java.util.concurrent.Callable; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class u implements Runnable { +public final /* synthetic */ class u implements Callable { public final /* synthetic */ a i; - public final /* synthetic */ BillingResult j; + public final /* synthetic */ SkuDetails j; + public final /* synthetic */ String k; - public /* synthetic */ u(a aVar, BillingResult billingResult) { + public /* synthetic */ u(a aVar, SkuDetails skuDetails, String str) { this.i = aVar; - this.j = billingResult; + this.j = skuDetails; + this.k = str; } - @Override // java.lang.Runnable - public final void run() { + @Override // java.util.concurrent.Callable + public final Object call() { a aVar = this.i; - aVar.d.b.a.onPurchasesUpdated(this.j, null); + SkuDetails skuDetails = this.j; + return aVar.f.G(3, aVar.e.getPackageName(), skuDetails.d(), this.k, null); } } diff --git a/app/src/main/java/c/d/a/a/v.java b/app/src/main/java/c/d/a/a/v.java index e49c6f13ce..646f389d0d 100644 --- a/app/src/main/java/c/d/a/a/v.java +++ b/app/src/main/java/c/d/a/a/v.java @@ -1,16 +1,133 @@ package c.d.a.a; -/* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class v implements Runnable { - public final /* synthetic */ e i; - public final /* synthetic */ d j; - public /* synthetic */ v(e eVar, d dVar) { - this.i = eVar; - this.j = dVar; +import android.os.Bundle; +import c.i.a.f.h.n.a; +import com.android.billingclient.api.BillingResult; +import com.android.billingclient.api.SkuDetails; +import java.util.ArrayList; +import java.util.List; +import java.util.Objects; +import java.util.concurrent.Callable; +import org.json.JSONException; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final /* synthetic */ class v implements Callable { + public final /* synthetic */ a i; + public final /* synthetic */ String j; + public final /* synthetic */ List k; + public final /* synthetic */ i l; + + public /* synthetic */ v(a aVar, String str, List list, i iVar) { + this.i = aVar; + this.j = str; + this.k = list; + this.l = iVar; } - @Override // java.lang.Runnable - public final void run() { - this.i.onConsumeResponse(n.k, this.j.a); + /* JADX WARNING: Code restructure failed: missing block: B:26:0x00cd, code lost: + r14 = 4; + r0 = "Item is unavailable for purchase."; + */ + @Override // java.util.concurrent.Callable + public final Object call() { + String str; + int i; + Bundle bundle; + int i2; + a aVar = this.i; + String str2 = this.j; + List list = this.k; + i iVar = this.l; + Objects.requireNonNull(aVar); + ArrayList arrayList = new ArrayList(); + int size = list.size(); + int i3 = 0; + while (true) { + if (i3 >= size) { + str = ""; + i = 0; + break; + } + int i4 = i3 + 20; + ArrayList arrayList2 = new ArrayList(list.subList(i3, i4 > size ? size : i4)); + ArrayList arrayList3 = new ArrayList<>(); + int size2 = arrayList2.size(); + for (int i5 = 0; i5 < size2; i5++) { + arrayList3.add(((q) arrayList2.get(i5)).a); + } + Bundle bundle2 = new Bundle(); + bundle2.putStringArrayList("ITEM_ID_LIST", arrayList3); + bundle2.putString("playBillingLibraryVersion", aVar.b); + try { + if (aVar.l) { + i2 = i4; + bundle = aVar.f.n(10, aVar.e.getPackageName(), str2, bundle2, a.b(aVar.i, aVar.p, aVar.b, null, arrayList2)); + } else { + i2 = i4; + bundle = aVar.f.g0(3, aVar.e.getPackageName(), str2, bundle2); + } + if (bundle == null) { + a.f("BillingClient", "querySkuDetailsAsync got null sku details list"); + break; + } else if (!bundle.containsKey("DETAILS_LIST")) { + i = a.a(bundle, "BillingClient"); + str = a.d(bundle, "BillingClient"); + if (i != 0) { + StringBuilder sb = new StringBuilder(50); + sb.append("getSkuDetails() failed. Response code: "); + sb.append(i); + a.f("BillingClient", sb.toString()); + } else { + a.f("BillingClient", "getSkuDetails() returned a bundle with neither an error nor a detail list."); + } + } else { + ArrayList stringArrayList = bundle.getStringArrayList("DETAILS_LIST"); + if (stringArrayList == null) { + a.f("BillingClient", "querySkuDetailsAsync got null response list"); + break; + } + for (int i6 = 0; i6 < stringArrayList.size(); i6++) { + try { + SkuDetails skuDetails = new SkuDetails(stringArrayList.get(i6)); + String valueOf = String.valueOf(skuDetails); + StringBuilder sb2 = new StringBuilder(valueOf.length() + 17); + sb2.append("Got sku details: "); + sb2.append(valueOf); + a.e("BillingClient", sb2.toString()); + arrayList.add(skuDetails); + } catch (JSONException unused) { + a.f("BillingClient", "Got a JSON exception trying to decode SkuDetails."); + str = "Error trying to decode SkuDetails."; + arrayList = null; + i = 6; + BillingResult billingResult = new BillingResult(); + billingResult.a = i; + billingResult.b = str; + iVar.onSkuDetailsResponse(billingResult, arrayList); + return null; + } + } + i3 = i2; + } + } catch (Exception e) { + String valueOf2 = String.valueOf(e); + StringBuilder sb3 = new StringBuilder(valueOf2.length() + 63); + sb3.append("querySkuDetailsAsync got a remote exception (try to reconnect)."); + sb3.append(valueOf2); + a.f("BillingClient", sb3.toString()); + i = -1; + str = "Service connection is disconnected."; + } + } + BillingResult billingResult = new BillingResult(); + billingResult.a = i; + billingResult.b = str; + iVar.onSkuDetailsResponse(billingResult, arrayList); + return null; + arrayList = null; + BillingResult billingResult = new BillingResult(); + billingResult.a = i; + billingResult.b = str; + iVar.onSkuDetailsResponse(billingResult, arrayList); + return null; } } diff --git a/app/src/main/java/c/d/a/a/w.java b/app/src/main/java/c/d/a/a/w.java index 474115f4dd..e8685c1fab 100644 --- a/app/src/main/java/c/d/a/a/w.java +++ b/app/src/main/java/c/d/a/a/w.java @@ -1,14 +1,19 @@ package c.d.a.a; + +import com.android.billingclient.api.BillingResult; /* compiled from: com.android.billingclient:billing@@4.0.0 */ public final /* synthetic */ class w implements Runnable { - public final /* synthetic */ h i; + public final /* synthetic */ a i; + public final /* synthetic */ BillingResult j; - public /* synthetic */ w(h hVar) { - this.i = hVar; + public /* synthetic */ w(a aVar, BillingResult billingResult) { + this.i = aVar; + this.j = billingResult; } @Override // java.lang.Runnable public final void run() { - this.i.onSkuDetailsResponse(n.k, null); + a aVar = this.i; + aVar.d.b.a.onPurchasesUpdated(this.j, null); } } diff --git a/app/src/main/java/c/d/a/a/x.java b/app/src/main/java/c/d/a/a/x.java index 4e567d2475..e99c7ab2fb 100644 --- a/app/src/main/java/c/d/a/a/x.java +++ b/app/src/main/java/c/d/a/a/x.java @@ -1,27 +1,16 @@ package c.d.a.a; - -import c.i.a.f.h.n.a; -import java.util.concurrent.Future; /* compiled from: com.android.billingclient:billing@@4.0.0 */ public final /* synthetic */ class x implements Runnable { - public final /* synthetic */ Future i; - public final /* synthetic */ Runnable j; + public final /* synthetic */ e i; + public final /* synthetic */ d j; - public /* synthetic */ x(Future future, Runnable runnable) { - this.i = future; - this.j = runnable; + public /* synthetic */ x(e eVar, d dVar) { + this.i = eVar; + this.j = dVar; } @Override // java.lang.Runnable public final void run() { - Future future = this.i; - Runnable runnable = this.j; - if (!future.isDone() && !future.isCancelled()) { - future.cancel(true); - a.f("BillingClient", "Async task is taking too long, cancel it!"); - if (runnable != null) { - runnable.run(); - } - } + this.i.onConsumeResponse(p.k, this.j.a); } } diff --git a/app/src/main/java/c/d/a/a/y.java b/app/src/main/java/c/d/a/a/y.java index abc1540418..b7d714c3e7 100644 --- a/app/src/main/java/c/d/a/a/y.java +++ b/app/src/main/java/c/d/a/a/y.java @@ -1,32 +1,22 @@ package c.d.a.a; -import android.os.Bundle; -import com.android.billingclient.api.BillingFlowParams; -import com.android.billingclient.api.SkuDetails; -import java.util.concurrent.Callable; +import c.i.a.f.h.n.k; +import c.i.a.f.h.n.l; +import c.i.a.f.h.n.m; +import com.android.billingclient.api.BillingResult; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final /* synthetic */ class y implements Callable { - public final /* synthetic */ a i; - public final /* synthetic */ int j; - public final /* synthetic */ SkuDetails k; - public final /* synthetic */ String l; - public final /* synthetic */ BillingFlowParams m; - public final /* synthetic */ Bundle n; +public final /* synthetic */ class y implements Runnable { + public final /* synthetic */ f i; - public /* synthetic */ y(a aVar, int i, SkuDetails skuDetails, String str, BillingFlowParams billingFlowParams, Bundle bundle) { - this.i = aVar; - this.j = i; - this.k = skuDetails; - this.l = str; - this.m = billingFlowParams; - this.n = bundle; + public /* synthetic */ y(f fVar) { + this.i = fVar; } - @Override // java.util.concurrent.Callable - public final Object call() { - a aVar = this.i; - int i = this.j; - SkuDetails skuDetails = this.k; - return aVar.f.e0(i, aVar.e.getPackageName(), skuDetails.d(), this.l, null, this.n); + @Override // java.lang.Runnable + public final void run() { + f fVar = this.i; + BillingResult billingResult = p.k; + m mVar = k.j; + fVar.onQueryPurchasesResponse(billingResult, l.k); } } diff --git a/app/src/main/java/c/d/a/a/z.java b/app/src/main/java/c/d/a/a/z.java index 718a91b6bb..dc04f0c4d1 100644 --- a/app/src/main/java/c/d/a/a/z.java +++ b/app/src/main/java/c/d/a/a/z.java @@ -1,120 +1,14 @@ package c.d.a.a; - -import android.os.Bundle; -import android.text.TextUtils; -import c.i.a.f.h.n.a; -import com.android.billingclient.api.BillingResult; -import com.android.billingclient.api.Purchase; -import java.util.ArrayList; -import java.util.concurrent.Callable; -import org.json.JSONException; /* compiled from: com.android.billingclient:billing@@4.0.0 */ -public final class z implements Callable { - public final /* synthetic */ String i; - public final /* synthetic */ a j; +public final /* synthetic */ class z implements Runnable { + public final /* synthetic */ i i; - public z(a aVar, String str) { - this.j = aVar; - this.i = str; + public /* synthetic */ z(i iVar) { + this.i = iVar; } - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // java.util.concurrent.Callable - public final Purchase.a call() throws Exception { - a aVar = this.j; - String str = this.i; - String valueOf = String.valueOf(str); - a.e("BillingClient", valueOf.length() != 0 ? "Querying owned items, item type: ".concat(valueOf) : new String("Querying owned items, item type: ")); - ArrayList arrayList = new ArrayList(); - boolean z2 = aVar.k; - boolean z3 = aVar.p; - String str2 = aVar.b; - Bundle bundle = new Bundle(); - bundle.putString("playBillingLibraryVersion", str2); - int i = 1; - if (z2 && z3) { - bundle.putBoolean("enablePendingPurchases", true); - } - String str3 = null; - do { - try { - Bundle s0 = aVar.k ? aVar.f.s0(9, aVar.e.getPackageName(), str, str3, bundle) : aVar.f.F(3, aVar.e.getPackageName(), str, str3); - BillingResult billingResult = n.h; - if (s0 == null) { - Object[] objArr = new Object[i]; - objArr[0] = "getPurchase()"; - a.f("BillingClient", String.format("%s got null owned items list", objArr)); - } else { - int a = a.a(s0, "BillingClient"); - String d = a.d(s0, "BillingClient"); - BillingResult billingResult2 = new BillingResult(); - billingResult2.a = a; - billingResult2.b = d; - if (a != 0) { - a.f("BillingClient", String.format("%s failed. Response code: %s", "getPurchase()", Integer.valueOf(a))); - billingResult = billingResult2; - i = 1; - } else if (!s0.containsKey("INAPP_PURCHASE_ITEM_LIST") || !s0.containsKey("INAPP_PURCHASE_DATA_LIST") || !s0.containsKey("INAPP_DATA_SIGNATURE_LIST")) { - i = 1; - a.f("BillingClient", String.format("Bundle returned from %s doesn't contain required fields.", "getPurchase()")); - } else { - ArrayList stringArrayList = s0.getStringArrayList("INAPP_PURCHASE_ITEM_LIST"); - ArrayList stringArrayList2 = s0.getStringArrayList("INAPP_PURCHASE_DATA_LIST"); - ArrayList stringArrayList3 = s0.getStringArrayList("INAPP_DATA_SIGNATURE_LIST"); - if (stringArrayList == null) { - i = 1; - a.f("BillingClient", String.format("Bundle returned from %s contains null SKUs list.", "getPurchase()")); - } else { - i = 1; - if (stringArrayList2 == null) { - a.f("BillingClient", String.format("Bundle returned from %s contains null purchases list.", "getPurchase()")); - } else if (stringArrayList3 == null) { - a.f("BillingClient", String.format("Bundle returned from %s contains null signatures list.", "getPurchase()")); - } else { - billingResult = n.i; - } - } - } - } - if (billingResult != n.i) { - return new Purchase.a(billingResult, null); - } - ArrayList stringArrayList4 = s0.getStringArrayList("INAPP_PURCHASE_ITEM_LIST"); - ArrayList stringArrayList5 = s0.getStringArrayList("INAPP_PURCHASE_DATA_LIST"); - ArrayList stringArrayList6 = s0.getStringArrayList("INAPP_DATA_SIGNATURE_LIST"); - for (int i2 = 0; i2 < stringArrayList5.size(); i2++) { - String str4 = stringArrayList5.get(i2); - String str5 = stringArrayList6.get(i2); - String valueOf2 = String.valueOf(stringArrayList4.get(i2)); - a.e("BillingClient", valueOf2.length() != 0 ? "Sku is owned: ".concat(valueOf2) : new String("Sku is owned: ")); - try { - Purchase purchase = new Purchase(str4, str5); - if (TextUtils.isEmpty(purchase.a())) { - a.f("BillingClient", "BUG: empty/null token!"); - } - arrayList.add(purchase); - } catch (JSONException e) { - String valueOf3 = String.valueOf(e); - StringBuilder sb = new StringBuilder(valueOf3.length() + 48); - sb.append("Got an exception trying to decode the purchase: "); - sb.append(valueOf3); - a.f("BillingClient", sb.toString()); - return new Purchase.a(n.h, null); - } - } - str3 = s0.getString("INAPP_CONTINUATION_TOKEN"); - String valueOf4 = String.valueOf(str3); - a.e("BillingClient", valueOf4.length() != 0 ? "Continuation token: ".concat(valueOf4) : new String("Continuation token: ")); - } catch (Exception e2) { - String valueOf5 = String.valueOf(e2); - StringBuilder sb2 = new StringBuilder(valueOf5.length() + 57); - sb2.append("Got exception trying to get purchases: "); - sb2.append(valueOf5); - sb2.append("; try to reconnect"); - a.f("BillingClient", sb2.toString()); - return new Purchase.a(n.j, null); - } - } while (!TextUtils.isEmpty(str3)); - return new Purchase.a(n.i, arrayList); + @Override // java.lang.Runnable + public final void run() { + this.i.onSkuDetailsResponse(p.k, null); } } diff --git a/app/src/main/java/c/d/b/a/a.java b/app/src/main/java/c/d/b/a/a.java index 05ebbc3993..e5054f86fe 100644 --- a/app/src/main/java/c/d/b/a/a.java +++ b/app/src/main/java/c/d/b/a/a.java @@ -14,22 +14,22 @@ import androidx.recyclerview.widget.RecyclerView; import c.a.i.g4; import c.a.q.o0.e; import c.i.c.m.d.b; -import c0.e0.g; -import c0.e0.p.d.m0.f.z.b; -import c0.e0.p.d.m0.n.n1.i; -import c0.o; -import c0.z.d.a0; -import c0.z.d.l; -import c0.z.d.m; -import c0.z.d.y; import com.discord.api.channel.Channel; import com.discord.models.domain.Model; import com.discord.models.guild.Guild; import com.discord.models.user.User; import com.esotericsoftware.kryo.KryoException; import com.google.android.exoplayer2.Format; -import g0.a.a.c; -import g0.a.a.v; +import d0.e0.g; +import d0.e0.p.d.m0.f.z.b; +import d0.e0.p.d.m0.n.n1.i; +import d0.o; +import d0.z.d.a0; +import d0.z.d.l; +import d0.z.d.m; +import d0.z.d.y; +import h0.a.a.c; +import h0.a.a.v; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Arrays; @@ -385,7 +385,7 @@ public class a { return str + j; } - public static boolean q0(b.C0241b bVar, int i, String str) { + public static boolean q0(b.C0259b bVar, int i, String str) { Boolean bool = bVar.get(i); m.checkNotNullExpressionValue(bool, str); return bool.booleanValue(); diff --git a/app/src/main/java/c/e/b/a.java b/app/src/main/java/c/e/b/a.java index 997022c89a..3b642c1a1c 100644 --- a/app/src/main/java/c/e/b/a.java +++ b/app/src/main/java/c/e/b/a.java @@ -10,7 +10,7 @@ public class a extends ClassLoader { public static final ClassLoader b; /* renamed from: c reason: collision with root package name */ - public static volatile a f365c; + public static volatile a f352c; public static volatile Method d; static { @@ -19,7 +19,7 @@ public class a extends ClassLoader { classLoader = ClassLoader.getSystemClassLoader(); } b = classLoader; - f365c = new a(classLoader); + f352c = new a(classLoader); } public a(ClassLoader classLoader) { @@ -33,14 +33,14 @@ public class a extends ClassLoader { } ClassLoader classLoader2 = b; if (classLoader2.equals(classLoader)) { - if (f365c == null) { + if (f352c == null) { synchronized (a) { - if (f365c == null) { - f365c = new a(classLoader2); + if (f352c == null) { + f352c = new a(classLoader2); } } } - return f365c; + return f352c; } WeakHashMap> weakHashMap = a; synchronized (weakHashMap) { diff --git a/app/src/main/java/c/e/b/b.java b/app/src/main/java/c/e/b/b.java index 510894236f..9e4829770b 100644 --- a/app/src/main/java/c/e/b/b.java +++ b/app/src/main/java/c/e/b/b.java @@ -2,8 +2,8 @@ package c.e.b; import c.d.b.a.a; import com.discord.widgets.chat.input.MentionUtilsKt; -import g0.a.a.f; -import g0.a.a.q; +import h0.a.a.f; +import h0.a.a.q; import java.lang.reflect.Modifier; import java.util.Objects; /* compiled from: ConstructorAccess */ diff --git a/app/src/main/java/c/e/b/c.java b/app/src/main/java/c/e/b/c.java index 419fc34ea1..4832112600 100644 --- a/app/src/main/java/c/e/b/c.java +++ b/app/src/main/java/c/e/b/c.java @@ -4,10 +4,10 @@ import c.d.b.a.a; import com.discord.widgets.chat.input.MentionUtilsKt; import com.google.android.material.behavior.HideBottomViewOnScrollBehavior; import com.google.android.material.snackbar.BaseTransientBottomBar; -import g0.a.a.f; -import g0.a.a.p; -import g0.a.a.q; -import g0.a.a.w; +import h0.a.a.f; +import h0.a.a.p; +import h0.a.a.q; +import h0.a.a.w; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.ArrayList; @@ -77,8 +77,8 @@ public abstract class c { q(fVar, replace2, arrayList, w.i); n(fVar, replace2, arrayList, w.g); q(fVar, replace2, arrayList, w.g); - n(fVar, replace2, arrayList, w.f3066c); - q(fVar, replace2, arrayList, w.f3066c); + n(fVar, replace2, arrayList, w.f2897c); + q(fVar, replace2, arrayList, w.f2897c); o(fVar, replace2, arrayList); cls2 = b.a(u, fVar.b()); } @@ -493,7 +493,7 @@ public abstract class c { public abstract void A(Object obj, int i, long j); - public abstract void B(Object obj, int i, short s); + public abstract void B(Object obj, int i, short s2); public abstract Object b(Object obj, int i); diff --git a/app/src/main/java/c/e/b/d.java b/app/src/main/java/c/e/b/d.java index 35cd5c588b..db847cd708 100644 --- a/app/src/main/java/c/e/b/d.java +++ b/app/src/main/java/c/e/b/d.java @@ -2,10 +2,10 @@ package c.e.b; import c.d.b.a.a; import com.discord.widgets.chat.input.MentionUtilsKt; -import g0.a.a.f; -import g0.a.a.p; -import g0.a.a.q; -import g0.a.a.w; +import h0.a.a.f; +import h0.a.a.p; +import h0.a.a.q; +import h0.a.a.w; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; diff --git a/app/src/main/java/c/f/b/b/a.java b/app/src/main/java/c/f/b/b/a.java index ff303e8bec..3f052285ed 100644 --- a/app/src/main/java/c/f/b/b/a.java +++ b/app/src/main/java/c/f/b/b/a.java @@ -23,7 +23,7 @@ public class a implements c { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final File f366c; + public final File f353c; public final boolean d; public final File e; public final c.f.b.a.a f; @@ -60,7 +60,7 @@ public class a implements c { public final c.f.a.a b; /* renamed from: c reason: collision with root package name */ - public long f367c = -1; + public long f354c = -1; public long d = -1; public c(String str, File file, C0059a aVar) { @@ -84,10 +84,10 @@ public class a implements c { @Override // c.f.b.b.c.a public long getSize() { - if (this.f367c < 0) { - this.f367c = this.b.a(); + if (this.f354c < 0) { + this.f354c = this.b.a(); } - return this.f367c; + return this.f354c; } } @@ -169,7 +169,7 @@ public class a implements c { try { c.f.d.d.b bVar = new c.f.d.d.b(fileOutputStream); h hVar = (h) gVar; - hVar.b.f453c.a(hVar.a.e(), bVar); + hVar.b.f431c.a(hVar.a.e(), bVar); bVar.flush(); long j = bVar.i; fileOutputStream.close(); @@ -233,7 +233,7 @@ public class a implements c { @Override // c.f.d.c.a public void c(File file) { - if (!a.this.f366c.equals(file) && !this.a) { + if (!a.this.f353c.equals(file) && !this.a) { file.delete(); } if (this.a && file.equals(a.this.e)) { @@ -246,7 +246,7 @@ public class a implements c { /* JADX WARNING: Removed duplicated region for block: B:19:0x0069 A[SYNTHETIC, Splitter:B:19:0x0069] */ public a(File file, int i, c.f.b.a.a aVar) { boolean z2; - this.f366c = file; + this.f353c = file; boolean z3 = false; try { File externalStorageDirectory = Environment.getExternalStorageDirectory(); @@ -257,12 +257,12 @@ public class a implements c { Objects.requireNonNull((c.f.b.a.d) aVar); } this.d = z2; - File file2 = new File(this.f366c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f353c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f366c.exists()) { + if (this.f353c.exists()) { if (!file2.exists()) { - c.c.a.a0.d.b0(this.f366c); + c.c.a.a0.d.b0(this.f353c); } if (z3) { try { @@ -287,10 +287,10 @@ public class a implements c { } z2 = false; this.d = z2; - File file2 = new File(this.f366c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f353c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f366c.exists()) { + if (this.f353c.exists()) { } z3 = true; if (z3) { @@ -333,7 +333,7 @@ public class a implements c { @Override // c.f.b.b.c public void a() { - c.c.a.a0.d.n2(this.f366c, new g(null)); + c.c.a.a0.d.n2(this.f353c, new g(null)); } @Override // c.f.b.b.c diff --git a/app/src/main/java/c/f/b/b/d.java b/app/src/main/java/c/f/b/b/d.java index 69f620bb1f..8abc64e8ee 100644 --- a/app/src/main/java/c/f/b/b/d.java +++ b/app/src/main/java/c/f/b/b/d.java @@ -27,7 +27,7 @@ public class d implements h { public static final long b = TimeUnit.MINUTES.toMillis(30); /* renamed from: c reason: collision with root package name */ - public final long f369c; + public final long f356c; public final long d; public final CountDownLatch e; public long f; @@ -66,7 +66,7 @@ public class d implements h { public long b = -1; /* renamed from: c reason: collision with root package name */ - public long f370c = -1; + public long f357c = -1; public synchronized long a() { return this.b; @@ -75,7 +75,7 @@ public class d implements h { public synchronized void b(long j, long j2) { if (this.a) { this.b += j; - this.f370c += j2; + this.f357c += j2; } } } @@ -86,19 +86,19 @@ public class d implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f371c; + public final long f358c; public c(long j, long j2, long j3) { this.a = j; this.b = j2; - this.f371c = j3; + this.f358c = j3; } } public d(c cVar, g gVar, c cVar2, c.f.b.a.b bVar, c.f.b.a.a aVar, c.f.d.a.a aVar2, Executor executor, boolean z2) { c.f.d.i.a aVar3; - this.f369c = cVar2.b; - long j = cVar2.f371c; + this.f356c = cVar2.b; + long j = cVar2.f358c; this.d = j; this.f = j; c.f.d.i.a aVar4 = c.f.d.i.a.a; @@ -316,7 +316,7 @@ public class d implements h { } b bVar2 = this.o; synchronized (bVar2) { - j = bVar2.f370c; + j = bVar2.f357c; } long j7 = (long) i; if (!(j == j7 && this.o.a() == j6)) { @@ -327,7 +327,7 @@ public class d implements h { } b bVar3 = this.o; synchronized (bVar3) { - bVar3.f370c = j7; + bVar3.f357c = j7; bVar3.b = j6; bVar3.a = true; } @@ -374,7 +374,7 @@ public class d implements h { b bVar = this.o; synchronized (bVar) { bVar.a = false; - bVar.f370c = -1; + bVar.f357c = -1; bVar.b = -1; } e(); @@ -403,13 +403,13 @@ public class d implements h { aVar.h.unlock(); } } - StatFs statFs = c2 == 1 ? aVar.f377c : aVar.e; + StatFs statFs = c2 == 1 ? aVar.f364c : aVar.e; long availableBlocksLong = statFs != null ? statFs.getAvailableBlocksLong() * statFs.getBlockSizeLong() : 0; if (availableBlocksLong > 0 && availableBlocksLong >= a2) { z2 = false; } if (z2) { - this.f = this.f369c; + this.f = this.f356c; } else { this.f = this.d; } diff --git a/app/src/main/java/c/f/b/b/e.java b/app/src/main/java/c/f/b/b/e.java index e6b0645044..0bf4375c14 100644 --- a/app/src/main/java/c/f/b/b/e.java +++ b/app/src/main/java/c/f/b/b/e.java @@ -15,7 +15,7 @@ public class e implements c { public final Supplier b; /* renamed from: c reason: collision with root package name */ - public final String f372c; + public final String f359c; public final c.f.b.a.a d; @VisibleForTesting public volatile a e = new a(null, null); @@ -37,7 +37,7 @@ public class e implements c { this.a = i; this.d = aVar; this.b = supplier; - this.f372c = str; + this.f359c = str; } @Override // c.f.b.b.c @@ -80,7 +80,7 @@ public class e implements c { } public final void h() throws IOException { - File file = new File(this.b.get(), this.f372c); + File file = new File(this.b.get(), this.f359c); try { d.l1(file); file.getAbsolutePath(); diff --git a/app/src/main/java/c/f/b/b/i.java b/app/src/main/java/c/f/b/b/i.java index 7acdbf12fa..68dde1b434 100644 --- a/app/src/main/java/c/f/b/b/i.java +++ b/app/src/main/java/c/f/b/b/i.java @@ -7,7 +7,7 @@ public class i { public static i b; /* renamed from: c reason: collision with root package name */ - public static int f373c; + public static int f360c; public CacheKey d; public i e; @@ -19,16 +19,16 @@ public class i { } b = iVar.e; iVar.e = null; - f373c--; + f360c--; return iVar; } } public void b() { synchronized (a) { - int i = f373c; + int i = f360c; if (i < 5) { - f373c = i + 1; + f360c = i + 1; i iVar = b; if (iVar != null) { this.e = iVar; diff --git a/app/src/main/java/c/f/d/d/i.java b/app/src/main/java/c/f/d/d/i.java index 6342296dfb..34c1d8e334 100644 --- a/app/src/main/java/c/f/d/d/i.java +++ b/app/src/main/java/c/f/d/d/i.java @@ -8,7 +8,7 @@ public final class i { public final a b; /* renamed from: c reason: collision with root package name */ - public a f374c; + public a f361c; /* compiled from: Objects */ public static final class a { @@ -16,7 +16,7 @@ public final class i { public Object b; /* renamed from: c reason: collision with root package name */ - public a f375c; + public a f362c; public a(h hVar) { } @@ -25,7 +25,7 @@ public final class i { public i(String str, h hVar) { a aVar = new a(null); this.b = aVar; - this.f374c = aVar; + this.f361c = aVar; this.a = str; } @@ -41,8 +41,8 @@ public final class i { public final i c(String str, Object obj) { a aVar = new a(null); - this.f374c.f375c = aVar; - this.f374c = aVar; + this.f361c.f362c = aVar; + this.f361c = aVar; aVar.b = obj; Objects.requireNonNull(str); aVar.a = str; @@ -53,7 +53,7 @@ public final class i { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f375c; + a aVar = this.b.f362c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -69,7 +69,7 @@ public final class i { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f375c; + aVar = aVar.f362c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/f/d/f/b.java b/app/src/main/java/c/f/d/f/b.java index 440dcb5cbf..f7c88036ad 100644 --- a/app/src/main/java/c/f/d/f/b.java +++ b/app/src/main/java/c/f/d/f/b.java @@ -9,5 +9,5 @@ public class b { public static final Map b = f.of("image/heif", "heif", "image/heic", "heic"); /* renamed from: c reason: collision with root package name */ - public static final Map f376c = f.of("heif", "image/heif", "heic", "image/heic"); + public static final Map f363c = f.of("heif", "image/heif", "heic", "image/heic"); } diff --git a/app/src/main/java/c/f/d/i/a.java b/app/src/main/java/c/f/d/i/a.java index 86a844a576..03692d3e11 100644 --- a/app/src/main/java/c/f/d/i/a.java +++ b/app/src/main/java/c/f/d/i/a.java @@ -14,7 +14,7 @@ public class a { public static final long b = TimeUnit.MINUTES.toMillis(2); /* renamed from: c reason: collision with root package name */ - public volatile StatFs f377c = null; + public volatile StatFs f364c = null; public volatile File d; public volatile StatFs e = null; public volatile File f; @@ -39,7 +39,7 @@ public class a { } public final void b() { - this.f377c = c(this.f377c, this.d); + this.f364c = c(this.f364c, this.d); this.e = c(this.e, this.f); this.g = SystemClock.uptimeMillis(); } diff --git a/app/src/main/java/c/f/d/m/c.java b/app/src/main/java/c/f/d/m/c.java index a1ede78825..26cd7909ce 100644 --- a/app/src/main/java/c/f/d/m/c.java +++ b/app/src/main/java/c/f/d/m/c.java @@ -7,7 +7,7 @@ public class c { public static boolean b = false; /* renamed from: c reason: collision with root package name */ - public static final byte[] f378c = a("RIFF"); + public static final byte[] f365c = a("RIFF"); public static final byte[] d = a("WEBP"); public static final byte[] e = a("VP8 "); public static final byte[] f = a("VP8L"); @@ -22,7 +22,7 @@ public class c { } public static boolean b(byte[] bArr, int i, int i2) { - return i2 >= 20 && d(bArr, i, f378c) && d(bArr, i + 8, d); + return i2 >= 20 && d(bArr, i, f365c) && d(bArr, i + 8, d); } public static b c() { diff --git a/app/src/main/java/c/f/e/c.java b/app/src/main/java/c/f/e/c.java index 5a0336d963..090b30a7a6 100644 --- a/app/src/main/java/c/f/e/c.java +++ b/app/src/main/java/c/f/e/c.java @@ -13,7 +13,7 @@ public abstract class c implements DataSource { public int b = 1; /* renamed from: c reason: collision with root package name */ - public boolean f379c = false; + public boolean f366c = false; public T d = null; public Throwable e = null; public float f = 0.0f; @@ -43,10 +43,10 @@ public abstract class c implements DataSource { public boolean close() { T t; synchronized (this) { - if (this.f379c) { + if (this.f366c) { return false; } - this.f379c = true; + this.f366c = true; t = this.d; this.d = null; } @@ -77,7 +77,7 @@ public abstract class c implements DataSource { boolean z2; Objects.requireNonNull(executor); synchronized (this) { - if (!this.f379c) { + if (!this.f366c) { z2 = true; if (this.b == 1) { this.g.add(Pair.create(fVar, executor)); @@ -114,7 +114,7 @@ public abstract class c implements DataSource { } public synchronized boolean i() { - return this.f379c; + return this.f366c; } public final void j() { @@ -131,7 +131,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = true; - if (!this.f379c) { + if (!this.f366c) { if (this.b == 1) { this.b = 3; this.e = th; @@ -150,7 +150,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = false; - if (!this.f379c) { + if (!this.f366c) { if (this.b == 1) { if (f >= this.f) { this.f = f; @@ -201,7 +201,7 @@ public abstract class c implements DataSource { synchronized (this) { try { boolean z3 = true; - if (!this.f379c) { + if (!this.f366c) { if (this.b == 1) { if (z2) { this.b = 2; diff --git a/app/src/main/java/c/f/g/a/a/c.java b/app/src/main/java/c/f/g/a/a/c.java index be48dc60f5..c7650ee54b 100644 --- a/app/src/main/java/c/f/g/a/a/c.java +++ b/app/src/main/java/c/f/g/a/a/c.java @@ -46,19 +46,19 @@ public class c extends AbstractDraweeController, I public ImageRequest K; /* renamed from: x reason: collision with root package name */ - public final a f380x; + public final a f367x; /* renamed from: y reason: collision with root package name */ - public final e f381y; + public final e f368y; /* renamed from: z reason: collision with root package name */ - public final w f382z; + public final w f369z; public c(Resources resources, c.f.g.b.a aVar, a aVar2, Executor executor, w wVar, e eVar) { super(aVar, executor, null, null); - this.f380x = new a(resources, aVar2); - this.f381y = eVar; - this.f382z = wVar; + this.f367x = new a(resources, aVar2); + this.f368y = eVar; + this.f369z = wVar; } public synchronized void F(b bVar) { @@ -114,7 +114,7 @@ public class c extends AbstractDraweeController, I } fVar2.j.add(eVar); this.E.d(true); - h hVar = this.E.f385c; + h hVar = this.E.f372c; hVar.f = abstractDraweeControllerBuilder.h; hVar.g = null; hVar.h = abstractDraweeControllerBuilder.i; @@ -235,11 +235,11 @@ public class c extends AbstractDraweeController, I try { c.f.j.r.b.b(); d.B(CloseableReference.z(closeableReference2)); - c.f.j.j.c w2 = closeableReference2.w(); - K(w2); - Drawable J = J(this.D, w2); - if (J == null && (J = J(this.f381y, w2)) == null && (J = this.f380x.b(w2)) == null) { - throw new UnsupportedOperationException("Unrecognized image class: " + w2); + c.f.j.j.c w = closeableReference2.w(); + K(w); + Drawable J = J(this.D, w); + if (J == null && (J = J(this.f368y, w)) == null && (J = this.f367x.b(w)) == null) { + throw new UnsupportedOperationException("Unrecognized image class: " + w); } c.f.j.r.b.b(); return J; @@ -254,7 +254,7 @@ public class c extends AbstractDraweeController, I public CloseableReference h() { c.f.j.r.b.b(); try { - w wVar = this.f382z; + w wVar = this.f369z; if (wVar != null) { CacheKey cacheKey = this.A; if (cacheKey != null) { @@ -311,13 +311,13 @@ public class c extends AbstractDraweeController, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2681c) == null) { + if (imageRequest == null || (uri = imageRequest.f2264c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2681c : null; + uri = imageRequest3 != null ? imageRequest3.f2264c : null; } if (imageRequest2 != null) { - return imageRequest2.f2681c; + return imageRequest2.f2264c; } return null; } diff --git a/app/src/main/java/c/f/g/a/a/d.java b/app/src/main/java/c/f/g/a/a/d.java index 9c0bc628da..b397236640 100644 --- a/app/src/main/java/c/f/g/a/a/d.java +++ b/app/src/main/java/c/f/g/a/a/d.java @@ -85,12 +85,12 @@ public class d extends AbstractDraweeControllerBuilder supplier = fVar.g; if (supplier != null) { cVar2.C = supplier.get().booleanValue(); diff --git a/app/src/main/java/c/f/g/a/a/e.java b/app/src/main/java/c/f/g/a/a/e.java index f81b383b7c..4718bdc0a8 100644 --- a/app/src/main/java/c/f/g/a/a/e.java +++ b/app/src/main/java/c/f/g/a/a/e.java @@ -18,7 +18,7 @@ public class e implements Supplier { public final h b; /* renamed from: c reason: collision with root package name */ - public final f f383c; + public final f f370c; public e(Context context) { a aVar; @@ -31,7 +31,7 @@ public class e implements Supplier { h hVar = lVar.l; this.b = hVar; f fVar = new f(); - this.f383c = fVar; + this.f370c = fVar; Resources resources = context.getResources(); synchronized (a.class) { if (a.a == null) { @@ -48,7 +48,7 @@ public class e implements Supplier { w wVar = hVar.e; fVar.a = resources; fVar.b = aVar; - fVar.f384c = a; + fVar.f371c = a; fVar.d = fVar2; fVar.e = wVar; fVar.f = null; @@ -57,7 +57,7 @@ public class e implements Supplier { /* renamed from: a */ public d get() { - d dVar = new d(this.a, this.f383c, this.b, null, null); + d dVar = new d(this.a, this.f370c, this.b, null, null); dVar.q = null; return dVar; } diff --git a/app/src/main/java/c/f/g/a/a/f.java b/app/src/main/java/c/f/g/a/a/f.java index afb3c9fd8f..79dc03f4e1 100644 --- a/app/src/main/java/c/f/g/a/a/f.java +++ b/app/src/main/java/c/f/g/a/a/f.java @@ -14,7 +14,7 @@ public class f { public a b; /* renamed from: c reason: collision with root package name */ - public c.f.j.i.a f384c; + public c.f.j.i.a f371c; public Executor d; public w e; public e f; diff --git a/app/src/main/java/c/f/g/a/a/h/f.java b/app/src/main/java/c/f/g/a/a/h/f.java index a563b1e692..de78c6326d 100644 --- a/app/src/main/java/c/f/g/a/a/h/f.java +++ b/app/src/main/java/c/f/g/a/a/h/f.java @@ -13,7 +13,7 @@ public class f implements g { public final b b; /* renamed from: c reason: collision with root package name */ - public final h f385c = new h(); + public final h f372c = new h(); public final Supplier d; public c e; public b f; @@ -46,8 +46,8 @@ public class f implements g { if (!(!this.k || (list = this.j) == null || list.isEmpty())) { if (!(i != 3 || (aVar = this.a.k) == null || aVar.e() == null)) { Rect bounds = aVar.e().getBounds(); - this.f385c.s = bounds.width(); - this.f385c.t = bounds.height(); + this.f372c.f374s = bounds.width(); + this.f372c.t = bounds.height(); } d b = hVar.b(); for (e eVar : this.j) { @@ -62,9 +62,9 @@ public class f implements g { list.clear(); } d(false); - h hVar = this.f385c; + h hVar = this.f372c; hVar.b = null; - hVar.f386c = null; + hVar.f373c = null; hVar.d = null; hVar.e = null; hVar.f = null; @@ -72,12 +72,12 @@ public class f implements g { hVar.h = null; hVar.p = 1; hVar.q = null; - hVar.f387r = false; - hVar.s = -1; + hVar.r = false; + hVar.f374s = -1; hVar.t = -1; hVar.u = null; hVar.v = -1; - hVar.f388w = -1; + hVar.w = -1; hVar.A = null; hVar.a(); } @@ -90,13 +90,13 @@ public class f implements g { this.k = z2; if (z2) { if (this.h == null) { - this.h = new a(this.b, this.f385c, this, this.d, l.a); + this.h = new a(this.b, this.f372c, this, this.d, l.a); } if (this.g == null) { - this.g = new c.f.g.a.a.h.i.c(this.b, this.f385c); + this.g = new c.f.g.a.a.h.i.c(this.b, this.f372c); } if (this.f == null) { - this.f = new c.f.g.a.a.h.i.b(this.f385c, this); + this.f = new c.f.g.a.a.h.i.b(this.f372c, this); } c cVar = this.e; if (cVar == null) { diff --git a/app/src/main/java/c/f/g/a/a/h/h.java b/app/src/main/java/c/f/g/a/a/h/h.java index 10a600b4c1..f5cf01be6a 100644 --- a/app/src/main/java/c/f/g/a/a/h/h.java +++ b/app/src/main/java/c/f/g/a/a/h/h.java @@ -10,7 +10,7 @@ public class h { public String b; /* renamed from: c reason: collision with root package name */ - public ImageRequest f386c; + public ImageRequest f373c; public Object d; public ImageInfo e; public ImageRequest f; @@ -25,25 +25,23 @@ public class h { public long o = -1; public int p = 1; public String q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f387r; - public int s = -1; + /* renamed from: s reason: collision with root package name */ + public int f374s = -1; public int t = -1; public Throwable u; public int v = -1; - - /* renamed from: w reason: collision with root package name */ - public int f388w = -1; + public int w = -1; /* renamed from: x reason: collision with root package name */ - public long f389x = -1; + public long f375x = -1; /* renamed from: y reason: collision with root package name */ - public long f390y = -1; + public long f376y = -1; /* renamed from: z reason: collision with root package name */ - public long f391z = -1; + public long f377z = -1; public void a() { this.n = -1; @@ -52,12 +50,12 @@ public class h { this.k = -1; this.l = -1; this.m = -1; - this.f389x = -1; - this.f390y = -1; - this.f391z = -1; + this.f375x = -1; + this.f376y = -1; + this.f377z = -1; } public d b() { - return new d(this.a, this.b, this.f386c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.f387r, this.s, this.t, this.u, this.f388w, this.f389x, this.f390y, null, this.f391z, this.A); + return new d(this.a, this.b, this.f373c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f374s, this.t, this.u, this.w, this.f375x, this.f376y, null, this.f377z, this.A); } } diff --git a/app/src/main/java/c/f/g/a/a/h/i/a.java b/app/src/main/java/c/f/g/a/a/h/i/a.java index 8d0101905b..76f7e670c0 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/a.java +++ b/app/src/main/java/c/f/g/a/a/h/i/a.java @@ -19,7 +19,7 @@ public class a extends c.f.h.b.a.a { public final h b; /* renamed from: c reason: collision with root package name */ - public final g f392c; + public final g f378c; public final Supplier d; public final Supplier e; public Handler f; @@ -51,7 +51,7 @@ public class a extends c.f.h.b.a.a { public a(b bVar, h hVar, g gVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = hVar; - this.f392c = gVar; + this.f378c = gVar; this.d = supplier; this.e = supplier2; } @@ -66,8 +66,8 @@ public class a extends c.f.h.b.a.a { e.d = obj; e.A = aVar; g(e, 0); - e.f388w = 1; - e.f389x = now; + e.w = 1; + e.f375x = now; h(e, 1); } @@ -80,8 +80,8 @@ public class a extends c.f.h.b.a.a { e.a = str; e.u = th; g(e, 5); - e.f388w = 2; - e.f390y = now; + e.w = 2; + e.f376y = now; h(e, 2); } @@ -96,8 +96,8 @@ public class a extends c.f.h.b.a.a { e.m = now; g(e, 4); } - e.f388w = 2; - e.f390y = now; + e.w = 2; + e.f376y = now; h(e, 2); } @@ -126,7 +126,7 @@ public class a extends c.f.h.b.a.a { handlerThread.start(); Looper looper = handlerThread.getLooper(); Objects.requireNonNull(looper); - this.f = new HandlerC0061a(looper, this.f392c); + this.f = new HandlerC0061a(looper, this.f378c); } } } @@ -144,7 +144,7 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f392c).b(hVar, i); + ((f) this.f378c).b(hVar, i); } public final void h(h hVar, int i) { @@ -158,6 +158,6 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f392c).a(hVar, i); + ((f) this.f378c).a(hVar, i); } } diff --git a/app/src/main/java/c/f/g/a/a/h/i/c.java b/app/src/main/java/c/f/g/a/a/h/i/c.java index 30f6e066b7..1abbbe5a7b 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/c.java +++ b/app/src/main/java/c/f/g/a/a/h/i/c.java @@ -18,28 +18,28 @@ public class c extends a { public void a(ImageRequest imageRequest, Object obj, String str, boolean z2) { this.b.n = this.a.now(); h hVar = this.b; - hVar.f386c = imageRequest; + hVar.f373c = imageRequest; hVar.d = obj; hVar.b = str; - hVar.f387r = z2; + hVar.r = z2; } @Override // c.f.j.k.a, c.f.j.k.e public void c(ImageRequest imageRequest, String str, boolean z2) { this.b.o = this.a.now(); h hVar = this.b; - hVar.f386c = imageRequest; + hVar.f373c = imageRequest; hVar.b = str; - hVar.f387r = z2; + hVar.r = z2; } @Override // c.f.j.k.a, c.f.j.k.e public void g(ImageRequest imageRequest, String str, Throwable th, boolean z2) { this.b.o = this.a.now(); h hVar = this.b; - hVar.f386c = imageRequest; + hVar.f373c = imageRequest; hVar.b = str; - hVar.f387r = z2; + hVar.r = z2; } @Override // c.f.j.k.a, c.f.j.k.e diff --git a/app/src/main/java/c/f/g/b/b.java b/app/src/main/java/c/f/g/b/b.java index 232b80267d..e19cc2f1f8 100644 --- a/app/src/main/java/c/f/g/b/b.java +++ b/app/src/main/java/c/f/g/b/b.java @@ -11,7 +11,7 @@ public class b extends a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final Handler f393c = new Handler(Looper.getMainLooper()); + public final Handler f379c = new Handler(Looper.getMainLooper()); public ArrayList d = new ArrayList<>(); public ArrayList e = new ArrayList<>(); public final Runnable f = new a(); diff --git a/app/src/main/java/c/f/g/b/c.java b/app/src/main/java/c/f/g/b/c.java index f33ccf0bf6..45217ce158 100644 --- a/app/src/main/java/c/f/g/b/c.java +++ b/app/src/main/java/c/f/g/b/c.java @@ -8,7 +8,7 @@ public class c { public static boolean b = true; /* renamed from: c reason: collision with root package name */ - public final Queue f394c = new ArrayBlockingQueue(20); + public final Queue f380c = new ArrayBlockingQueue(20); /* compiled from: DraweeEventTracker */ public enum a { @@ -40,14 +40,14 @@ public class c { public void a(a aVar) { if (b) { - if (this.f394c.size() + 1 > 20) { - this.f394c.poll(); + if (this.f380c.size() + 1 > 20) { + this.f380c.poll(); } - this.f394c.add(aVar); + this.f380c.add(aVar); } } public String toString() { - return this.f394c.toString(); + return this.f380c.toString(); } } diff --git a/app/src/main/java/c/f/g/b/d.java b/app/src/main/java/c/f/g/b/d.java index cf65756f97..3d38b35f72 100644 --- a/app/src/main/java/c/f/g/b/d.java +++ b/app/src/main/java/c/f/g/b/d.java @@ -5,5 +5,5 @@ public class d { public int b = 4; /* renamed from: c reason: collision with root package name */ - public int f400c = 0; + public int f385c = 0; } diff --git a/app/src/main/java/c/f/g/c/b.java b/app/src/main/java/c/f/g/c/b.java index 23e769cc44..c9af6a3905 100644 --- a/app/src/main/java/c/f/g/c/b.java +++ b/app/src/main/java/c/f/g/c/b.java @@ -12,7 +12,7 @@ public class b implements Supplier> { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Object f401c; + public final /* synthetic */ Object f386c; public final /* synthetic */ Object d; public final /* synthetic */ AbstractDraweeControllerBuilder.b e; public final /* synthetic */ AbstractDraweeControllerBuilder f; @@ -21,19 +21,19 @@ public class b implements Supplier> { this.f = abstractDraweeControllerBuilder; this.a = draweeController; this.b = str; - this.f401c = obj; + this.f386c = obj; this.d = obj2; this.e = bVar; } @Override // com.facebook.common.internal.Supplier public Object get() { - return this.f.b(this.a, this.b, this.f401c, this.d, this.e); + return this.f.b(this.a, this.b, this.f386c, this.d, this.e); } public String toString() { i g2 = d.g2(this); - g2.c("request", this.f401c.toString()); + g2.c("request", this.f386c.toString()); return g2.toString(); } } diff --git a/app/src/main/java/c/f/g/d/a.java b/app/src/main/java/c/f/g/d/a.java index b78f1b85f7..00402dd5cf 100644 --- a/app/src/main/java/c/f/g/d/a.java +++ b/app/src/main/java/c/f/g/d/a.java @@ -28,25 +28,23 @@ public class a extends Drawable implements b { public int o; public int p; public int q = 80; + public final Paint r = new Paint(1); - /* renamed from: r reason: collision with root package name */ - public final Paint f402r = new Paint(1); - public final Matrix s = new Matrix(); + /* renamed from: s reason: collision with root package name */ + public final Matrix f387s = new Matrix(); public final Rect t = new Rect(); public final RectF u = new RectF(); public int v; - - /* renamed from: w reason: collision with root package name */ - public int f403w; + public int w; /* renamed from: x reason: collision with root package name */ - public int f404x; + public int f388x; /* renamed from: y reason: collision with root package name */ - public int f405y; + public int f389y; /* renamed from: z reason: collision with root package name */ - public int f406z; + public int f390z; public a() { c(); @@ -58,17 +56,17 @@ public class a extends Drawable implements b { public final void a(Canvas canvas, String str, String str2, int i) { String u = c.d.b.a.a.u(str, ": "); - float measureText = this.f402r.measureText(u); - float measureText2 = this.f402r.measureText(str2); - this.f402r.setColor(1711276032); - int i2 = this.f405y; - int i3 = this.f406z; - canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f404x + 8), this.f402r); - this.f402r.setColor(-1); - canvas.drawText(u, (float) this.f405y, (float) this.f406z, this.f402r); - this.f402r.setColor(i); - canvas.drawText(str2, ((float) this.f405y) + measureText, (float) this.f406z, this.f402r); - this.f406z += this.f404x; + float measureText = this.r.measureText(u); + float measureText2 = this.r.measureText(str2); + this.r.setColor(1711276032); + int i2 = this.f389y; + int i3 = this.f390z; + canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f388x + 8), this.r); + this.r.setColor(-1); + canvas.drawText(u, (float) this.f389y, (float) this.f390z, this.r); + this.r.setColor(i); + canvas.drawText(str2, ((float) this.f389y) + measureText, (float) this.f390z, this.r); + this.f390z += this.f388x; } public void c() { @@ -101,18 +99,18 @@ public class a extends Drawable implements b { long j; String str; Rect bounds = getBounds(); - this.f402r.setStyle(Paint.Style.STROKE); - this.f402r.setStrokeWidth(2.0f); - this.f402r.setColor(-26624); - canvas.drawRect((float) bounds.left, (float) bounds.top, (float) bounds.right, (float) bounds.bottom, this.f402r); - this.f402r.setStyle(Paint.Style.FILL); - this.f402r.setColor(0); - canvas.drawRect((float) bounds.left, (float) bounds.top, (float) bounds.right, (float) bounds.bottom, this.f402r); - this.f402r.setStyle(Paint.Style.FILL); - this.f402r.setStrokeWidth(0.0f); - this.f402r.setColor(-1); - this.f405y = this.v; - this.f406z = this.f403w; + this.r.setStyle(Paint.Style.STROKE); + this.r.setStrokeWidth(2.0f); + this.r.setColor(-26624); + canvas.drawRect((float) bounds.left, (float) bounds.top, (float) bounds.right, (float) bounds.bottom, this.r); + this.r.setStyle(Paint.Style.FILL); + this.r.setColor(0); + canvas.drawRect((float) bounds.left, (float) bounds.top, (float) bounds.right, (float) bounds.bottom, this.r); + this.r.setStyle(Paint.Style.FILL); + this.r.setStrokeWidth(0.0f); + this.r.setColor(-1); + this.f389y = this.v; + this.f390z = this.w; a(canvas, "ID", this.i, -1); a(canvas, "D", b("%dx%d", Integer.valueOf(bounds.width()), Integer.valueOf(bounds.height())), -1); int i4 = this.j; @@ -127,14 +125,14 @@ public class a extends Drawable implements b { rect.left = 0; rect.right = width; rect.bottom = height; - this.s.reset(); - scalingUtils$ScaleType2.a(this.s, this.t, i4, i5, 0.0f, 0.0f); + this.f387s.reset(); + scalingUtils$ScaleType2.a(this.f387s, this.t, i4, i5, 0.0f, 0.0f); RectF rectF = this.u; rectF.top = 0.0f; rectF.left = 0.0f; rectF.right = (float) i4; rectF.bottom = (float) i5; - this.s.mapRect(rectF); + this.f387s.mapRect(rectF); width = Math.min(width, (int) this.u.width()); height = Math.min(height, (int) this.u.height()); } @@ -221,15 +219,15 @@ public class a extends Drawable implements b { public void onBoundsChange(Rect rect) { super.onBoundsChange(rect); int min = Math.min(40, Math.max(10, Math.min(rect.width() / 8, rect.height() / 9))); - this.f402r.setTextSize((float) min); + this.r.setTextSize((float) min); int i = min + 8; - this.f404x = i; + this.f388x = i; int i2 = this.q; if (i2 == 80) { - this.f404x = i * -1; + this.f388x = i * -1; } this.v = rect.left + 10; - this.f403w = i2 == 80 ? rect.bottom - 10 : rect.top + 10 + 10; + this.w = i2 == 80 ? rect.bottom - 10 : rect.top + 10 + 10; } @Override // android.graphics.drawable.Drawable diff --git a/app/src/main/java/c/f/g/d/b/a.java b/app/src/main/java/c/f/g/d/b/a.java index 819d6fc8d8..9e5c5ed594 100644 --- a/app/src/main/java/c/f/g/d/b/a.java +++ b/app/src/main/java/c/f/g/d/b/a.java @@ -8,17 +8,17 @@ public class a extends c { public long b = -1; /* renamed from: c reason: collision with root package name */ - public b f407c; + public b f391c; public a(b bVar) { - this.f407c = bVar; + this.f391c = bVar; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener public void onFinalImageSet(String str, Object obj, Animatable animatable) { long currentTimeMillis = System.currentTimeMillis(); this.b = currentTimeMillis; - b bVar = this.f407c; + b bVar = this.f391c; if (bVar != null) { c.f.g.d.a aVar = (c.f.g.d.a) bVar; aVar.A = currentTimeMillis - this.a; diff --git a/app/src/main/java/c/f/g/e/b.java b/app/src/main/java/c/f/g/e/b.java index 73ef19b018..f1e3b36f51 100644 --- a/app/src/main/java/c/f/g/e/b.java +++ b/app/src/main/java/c/f/g/e/b.java @@ -326,7 +326,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.j; - eVar.f408c = colorFilter; + eVar.f392c = colorFilter; eVar.b = true; int i = 0; while (true) { diff --git a/app/src/main/java/c/f/g/e/e.java b/app/src/main/java/c/f/g/e/e.java index cc589b1746..8cfee5b8b4 100644 --- a/app/src/main/java/c/f/g/e/e.java +++ b/app/src/main/java/c/f/g/e/e.java @@ -7,7 +7,7 @@ public class e { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public ColorFilter f408c = null; + public ColorFilter f392c = null; public int d = -1; public int e = -1; } diff --git a/app/src/main/java/c/f/g/e/f.java b/app/src/main/java/c/f/g/e/f.java index 14cdcd120c..8ea9077079 100644 --- a/app/src/main/java/c/f/g/e/f.java +++ b/app/src/main/java/c/f/g/e/f.java @@ -16,31 +16,29 @@ public class f extends b { public a C; public boolean D; public final Drawable[] q; + public final boolean r; - /* renamed from: r reason: collision with root package name */ - public final boolean f409r; - public final int s; + /* renamed from: s reason: collision with root package name */ + public final int f393s; public final int t; @VisibleForTesting public int u; @VisibleForTesting public int v; @VisibleForTesting - - /* renamed from: w reason: collision with root package name */ - public long f410w; + public long w; @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public int[] f411x; + public int[] f394x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public int[] f412y; + public int[] f395y; @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public int f413z; + public int f396z; /* compiled from: FadeDrawable */ public interface a { @@ -51,20 +49,20 @@ public class f extends b { d.C(drawableArr.length >= 1, "At least one layer required!"); this.q = drawableArr; int[] iArr = new int[drawableArr.length]; - this.f411x = iArr; - this.f412y = new int[drawableArr.length]; - this.f413z = 255; + this.f394x = iArr; + this.f395y = new int[drawableArr.length]; + this.f396z = 255; this.A = new boolean[drawableArr.length]; this.B = 0; - this.f409r = z2; + this.r = z2; int i2 = z2 ? 255 : 0; - this.s = i2; + this.f393s = i2; this.t = i; this.u = 2; Arrays.fill(iArr, i2); - this.f411x[0] = 255; - Arrays.fill(this.f412y, i2); - this.f412y[0] = 255; + this.f394x[0] = 255; + Arrays.fill(this.f395y, i2); + this.f395y[0] = 255; Arrays.fill(this.A, z2); this.A[0] = true; } @@ -76,8 +74,8 @@ public class f extends b { int i2 = this.u; int i3 = 2; if (i2 == 0) { - System.arraycopy(this.f412y, 0, this.f411x, 0, this.q.length); - this.f410w = SystemClock.uptimeMillis(); + System.arraycopy(this.f395y, 0, this.f394x, 0, this.q.length); + this.w = SystemClock.uptimeMillis(); z2 = i(this.v == 0 ? 1.0f : 0.0f); if (!this.D && (i = this.t) >= 0) { boolean[] zArr = this.A; @@ -97,7 +95,7 @@ public class f extends b { z2 = true; } else { d.B(this.v > 0); - z2 = i(((float) (SystemClock.uptimeMillis() - this.f410w)) / ((float) this.v)); + z2 = i(((float) (SystemClock.uptimeMillis() - this.w)) / ((float) this.v)); if (!z2) { i3 = 1; } @@ -110,7 +108,7 @@ public class f extends b { break; } Drawable drawable = drawableArr[i4]; - int ceil = (int) Math.ceil(((double) (this.f412y[i4] * this.f413z)) / 255.0d); + int ceil = (int) Math.ceil(((double) (this.f395y[i4] * this.f396z)) / 255.0d); if (drawable != null && ceil > 0) { this.B++; drawable.mutate().setAlpha(ceil); @@ -142,14 +140,14 @@ public class f extends b { public void g() { this.u = 2; for (int i = 0; i < this.q.length; i++) { - this.f412y[i] = this.A[i] ? 255 : 0; + this.f395y[i] = this.A[i] ? 255 : 0; } invalidateSelf(); } @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f413z; + return this.f396z; } public final boolean i(float f) { @@ -157,8 +155,8 @@ public class f extends b { for (int i = 0; i < this.q.length; i++) { boolean[] zArr = this.A; int i2 = zArr[i] ? 1 : -1; - int[] iArr = this.f412y; - iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f411x[i])); + int[] iArr = this.f395y; + iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f394x[i])); if (iArr[i] < 0) { iArr[i] = 0; } @@ -184,8 +182,8 @@ public class f extends b { @Override // c.f.g.e.b, android.graphics.drawable.Drawable public void setAlpha(int i) { - if (this.f413z != i) { - this.f413z = i; + if (this.f396z != i) { + this.f396z = i; invalidateSelf(); } } diff --git a/app/src/main/java/c/f/g/e/g.java b/app/src/main/java/c/f/g/e/g.java index e8a2f57b38..054297832e 100644 --- a/app/src/main/java/c/f/g/e/g.java +++ b/app/src/main/java/c/f/g/e/g.java @@ -177,7 +177,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.k; - eVar.f408c = colorFilter; + eVar.f392c = colorFilter; eVar.b = true; Drawable drawable = this.j; if (drawable != null) { diff --git a/app/src/main/java/c/f/g/e/l.java b/app/src/main/java/c/f/g/e/l.java index 4277687cf8..61d7c21f19 100644 --- a/app/src/main/java/c/f/g/e/l.java +++ b/app/src/main/java/c/f/g/e/l.java @@ -24,18 +24,16 @@ public class l extends Drawable implements j { public float o = 0.0f; public int p = 0; public boolean q = false; - - /* renamed from: r reason: collision with root package name */ - public boolean f414r = false; + public boolean r = false; @VisibleForTesting - public final Path s = new Path(); + + /* renamed from: s reason: collision with root package name */ + public final Path f397s = new Path(); @VisibleForTesting public final Path t = new Path(); public int u = 0; public final RectF v = new RectF(); - - /* renamed from: w reason: collision with root package name */ - public int f415w = 255; + public int w = 255; public l(int i) { if (this.u != i) { @@ -60,7 +58,7 @@ public class l extends Drawable implements j { public final void b() { float[] fArr; float[] fArr2; - this.s.reset(); + this.f397s.reset(); this.t.reset(); this.v.set(getBounds()); RectF rectF = this.v; @@ -87,7 +85,7 @@ public class l extends Drawable implements j { float f3 = this.o + (this.q ? this.n : 0.0f); this.v.inset(f3, f3); if (this.m) { - this.s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); + this.f397s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); } else if (this.q) { if (this.k == null) { this.k = new float[8]; @@ -100,9 +98,9 @@ public class l extends Drawable implements j { fArr[i] = this.i[i] - this.n; i++; } - this.s.addRoundRect(this.v, fArr, Path.Direction.CW); + this.f397s.addRoundRect(this.v, fArr, Path.Direction.CW); } else { - this.s.addRoundRect(this.v, this.i, Path.Direction.CW); + this.f397s.addRoundRect(this.v, this.i, Path.Direction.CW); } float f4 = -f3; this.v.inset(f4, f4); @@ -117,12 +115,12 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public void draw(Canvas canvas) { - this.l.setColor(d.m1(this.u, this.f415w)); + this.l.setColor(d.m1(this.u, this.w)); this.l.setStyle(Paint.Style.FILL); - this.l.setFilterBitmap(this.f414r); - canvas.drawPath(this.s, this.l); + this.l.setFilterBitmap(this.r); + canvas.drawPath(this.f397s, this.l); if (this.n != 0.0f) { - this.l.setColor(d.m1(this.p, this.f415w)); + this.l.setColor(d.m1(this.p, this.w)); this.l.setStyle(Paint.Style.STROKE); this.l.setStrokeWidth(this.n); canvas.drawPath(this.t, this.l); @@ -131,8 +129,8 @@ public class l extends Drawable implements j { @Override // c.f.g.e.j public void e(boolean z2) { - if (this.f414r != z2) { - this.f414r = z2; + if (this.r != z2) { + this.r = z2; invalidateSelf(); } } @@ -148,12 +146,12 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f415w; + return this.w; } @Override // android.graphics.drawable.Drawable public int getOpacity() { - int m1 = d.m1(this.u, this.f415w) >>> 24; + int m1 = d.m1(this.u, this.w) >>> 24; if (m1 == 255) { return -1; } @@ -197,8 +195,8 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public void setAlpha(int i) { - if (i != this.f415w) { - this.f415w = i; + if (i != this.w) { + this.w = i; invalidateSelf(); } } diff --git a/app/src/main/java/c/f/g/e/m.java b/app/src/main/java/c/f/g/e/m.java index d561c9bb0e..d0a5f4b1bb 100644 --- a/app/src/main/java/c/f/g/e/m.java +++ b/app/src/main/java/c/f/g/e/m.java @@ -23,26 +23,24 @@ public class m extends g implements j { public Matrix p; public final float[] q = new float[8]; @VisibleForTesting - - /* renamed from: r reason: collision with root package name */ - public final float[] f416r = new float[8]; + public final float[] r = new float[8]; @VisibleForTesting - public final Paint s = new Paint(1); + + /* renamed from: s reason: collision with root package name */ + public final Paint f398s = new Paint(1); public boolean t = false; public float u = 0.0f; public int v = 0; - - /* renamed from: w reason: collision with root package name */ - public int f417w = 0; + public int w = 0; /* renamed from: x reason: collision with root package name */ - public float f418x = 0.0f; + public float f399x = 0.0f; /* renamed from: y reason: collision with root package name */ - public boolean f419y = false; + public boolean f400y = false; /* renamed from: z reason: collision with root package name */ - public boolean f420z = false; + public boolean f401z = false; public m(Drawable drawable) { super(drawable); @@ -68,7 +66,7 @@ public class m extends g implements j { this.n.set(getBounds()); int h = b.h(this.m); if (h == 0) { - if (this.f419y) { + if (this.f400y) { RectF rectF = this.o; if (rectF == null) { this.o = new RectF(this.n); @@ -94,32 +92,32 @@ public class m extends g implements j { drawable2.draw(canvas); } } - this.s.setStyle(Paint.Style.FILL); - this.s.setColor(this.f417w); - this.s.setStrokeWidth(0.0f); - this.s.setFilterBitmap(this.f420z); + this.f398s.setStyle(Paint.Style.FILL); + this.f398s.setColor(this.w); + this.f398s.setStrokeWidth(0.0f); + this.f398s.setFilterBitmap(this.f401z); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.A, this.s); + canvas.drawPath(this.A, this.f398s); if (this.t) { float width = ((this.n.width() - this.n.height()) + this.u) / 2.0f; float height = ((this.n.height() - this.n.width()) + this.u) / 2.0f; if (width > 0.0f) { RectF rectF3 = this.n; float f2 = rectF3.left; - canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.s); + canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f398s); RectF rectF4 = this.n; float f3 = rectF4.right; - canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.s); + canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f398s); } if (height > 0.0f) { RectF rectF5 = this.n; float f4 = rectF5.left; float f5 = rectF5.top; - canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.s); + canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f398s); RectF rectF6 = this.n; float f6 = rectF6.left; float f7 = rectF6.bottom; - canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.s); + canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f398s); } } } else if (h == 1) { @@ -132,32 +130,32 @@ public class m extends g implements j { canvas.restoreToCount(save2); } if (this.v != 0) { - this.s.setStyle(Paint.Style.STROKE); - this.s.setColor(this.v); - this.s.setStrokeWidth(this.u); + this.f398s.setStyle(Paint.Style.STROKE); + this.f398s.setColor(this.v); + this.f398s.setStrokeWidth(this.u); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.B, this.s); + canvas.drawPath(this.B, this.f398s); } } @Override // c.f.g.e.j public void e(boolean z2) { - if (this.f420z != z2) { - this.f420z = z2; + if (this.f401z != z2) { + this.f401z = z2; invalidateSelf(); } } @Override // c.f.g.e.j public void f(boolean z2) { - this.f419y = z2; + this.f400y = z2; p(); invalidateSelf(); } @Override // c.f.g.e.j public void i(float f) { - this.f418x = f; + this.f399x = f; p(); invalidateSelf(); } @@ -196,7 +194,7 @@ public class m extends g implements j { this.B.reset(); this.C.set(getBounds()); RectF rectF = this.C; - float f = this.f418x; + float f = this.f399x; rectF.inset(f, f); if (this.m == 1) { this.A.addRect(this.C, Path.Direction.CW); @@ -207,7 +205,7 @@ public class m extends g implements j { this.A.addRoundRect(this.C, this.q, Path.Direction.CW); } RectF rectF2 = this.C; - float f2 = -this.f418x; + float f2 = -this.f399x; rectF2.inset(f2, f2); RectF rectF3 = this.C; float f3 = this.u / 2.0f; @@ -217,11 +215,11 @@ public class m extends g implements j { } else { int i = 0; while (true) { - fArr = this.f416r; + fArr = this.r; if (i >= fArr.length) { break; } - fArr[i] = (this.q[i] + this.f418x) - (this.u / 2.0f); + fArr[i] = (this.q[i] + this.f399x) - (this.u / 2.0f); i++; } this.B.addRoundRect(this.C, fArr, Path.Direction.CW); diff --git a/app/src/main/java/c/f/g/e/n.java b/app/src/main/java/c/f/g/e/n.java index 84d9665648..8996a7f0dc 100644 --- a/app/src/main/java/c/f/g/e/n.java +++ b/app/src/main/java/c/f/g/e/n.java @@ -47,12 +47,12 @@ public abstract class n extends Drawable implements j, d0 { public final Path p = new Path(); public final float[] q = new float[8]; @VisibleForTesting - - /* renamed from: r reason: collision with root package name */ - public final float[] f421r = new float[8]; + public final float[] r = new float[8]; @Nullable @VisibleForTesting - public float[] s; + + /* renamed from: s reason: collision with root package name */ + public float[] f402s; @VisibleForTesting public final RectF t = new RectF(); @VisibleForTesting @@ -60,22 +60,20 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting public final RectF v = new RectF(); @VisibleForTesting - - /* renamed from: w reason: collision with root package name */ - public final RectF f422w = new RectF(); + public final RectF w = new RectF(); @Nullable @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public RectF f423x; + public RectF f403x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public final Matrix f424y = new Matrix(); + public final Matrix f404y = new Matrix(); @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public final Matrix f425z = new Matrix(); + public final Matrix f405z = new Matrix(); public n(Drawable drawable) { this.i = drawable; @@ -149,7 +147,7 @@ public abstract class n extends Drawable implements j, d0 { } else { int i = 0; while (true) { - fArr = this.f421r; + fArr = this.r; if (i >= fArr.length) { break; } @@ -167,13 +165,13 @@ public abstract class n extends Drawable implements j, d0 { if (this.j) { this.m.addCircle(this.t.centerX(), this.t.centerY(), Math.min(this.t.width(), this.t.height()) / 2.0f, Path.Direction.CW); } else if (this.H) { - if (this.s == null) { - this.s = new float[8]; + if (this.f402s == null) { + this.f402s = new float[8]; } - for (int i2 = 0; i2 < this.f421r.length; i2++) { - this.s[i2] = this.q[i2] - this.l; + for (int i2 = 0; i2 < this.r.length; i2++) { + this.f402s[i2] = this.q[i2] - this.l; } - this.m.addRoundRect(this.t, this.s, Path.Direction.CW); + this.m.addRoundRect(this.t, this.f402s, Path.Direction.CW); } else { this.m.addRoundRect(this.t, this.q, Path.Direction.CW); } @@ -223,38 +221,38 @@ public abstract class n extends Drawable implements j, d0 { this.t.set(getBounds()); } this.v.set(0.0f, 0.0f, (float) getIntrinsicWidth(), (float) getIntrinsicHeight()); - this.f422w.set(this.i.getBounds()); - this.f424y.setRectToRect(this.v, this.f422w, Matrix.ScaleToFit.FILL); + this.w.set(this.i.getBounds()); + this.f404y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); if (this.H) { - RectF rectF = this.f423x; + RectF rectF = this.f403x; if (rectF == null) { - this.f423x = new RectF(this.t); + this.f403x = new RectF(this.t); } else { rectF.set(this.t); } - RectF rectF2 = this.f423x; + RectF rectF2 = this.f403x; float f = this.l; rectF2.inset(f, f); if (this.D == null) { this.D = new Matrix(); } - this.D.setRectToRect(this.t, this.f423x, Matrix.ScaleToFit.FILL); + this.D.setRectToRect(this.t, this.f403x, Matrix.ScaleToFit.FILL); } else { Matrix matrix2 = this.D; if (matrix2 != null) { matrix2.reset(); } } - if (!this.A.equals(this.B) || !this.f424y.equals(this.f425z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { + if (!this.A.equals(this.B) || !this.f404y.equals(this.f405z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { this.n = true; this.A.invert(this.C); this.F.set(this.A); if (this.H) { this.F.postConcat(this.D); } - this.F.preConcat(this.f424y); + this.F.preConcat(this.f404y); this.B.set(this.A); - this.f425z.set(this.f424y); + this.f405z.set(this.f404y); if (this.H) { Matrix matrix3 = this.E; if (matrix3 == null) { diff --git a/app/src/main/java/c/f/g/e/p.java b/app/src/main/java/c/f/g/e/p.java index 38fadcca52..3948c8e7aa 100644 --- a/app/src/main/java/c/f/g/e/p.java +++ b/app/src/main/java/c/f/g/e/p.java @@ -21,10 +21,10 @@ public class p extends g { @VisibleForTesting public int q = 0; @VisibleForTesting + public Matrix r; - /* renamed from: r reason: collision with root package name */ - public Matrix f426r; - public Matrix s = new Matrix(); + /* renamed from: s reason: collision with root package name */ + public Matrix f406s = new Matrix(); public p(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { super(drawable); @@ -35,7 +35,7 @@ public class p extends g { public void d(Matrix matrix) { n(matrix); q(); - Matrix matrix2 = this.f426r; + Matrix matrix2 = this.r; if (matrix2 != null) { matrix.preConcat(matrix2); } @@ -44,10 +44,10 @@ public class p extends g { @Override // c.f.g.e.g, android.graphics.drawable.Drawable public void draw(Canvas canvas) { q(); - if (this.f426r != null) { + if (this.r != null) { int save = canvas.save(); canvas.clipRect(getBounds()); - canvas.concat(this.f426r); + canvas.concat(this.r); Drawable drawable = this.j; if (drawable != null) { drawable.draw(canvas); @@ -85,24 +85,24 @@ public class p extends g { this.q = intrinsicHeight; if (intrinsicWidth <= 0 || intrinsicHeight <= 0) { drawable.setBounds(bounds); - this.f426r = null; + this.r = null; } else if (intrinsicWidth == width && intrinsicHeight == height) { drawable.setBounds(bounds); - this.f426r = null; + this.r = null; } else { ScalingUtils$ScaleType scalingUtils$ScaleType = this.m; ScalingUtils$ScaleType scalingUtils$ScaleType2 = ScalingUtils$ScaleType.a; if (scalingUtils$ScaleType == z.l) { drawable.setBounds(bounds); - this.f426r = null; + this.r = null; return; } drawable.setBounds(0, 0, intrinsicWidth, intrinsicHeight); ScalingUtils$ScaleType scalingUtils$ScaleType3 = this.m; - Matrix matrix = this.s; + Matrix matrix = this.f406s; PointF pointF = this.o; scalingUtils$ScaleType3.a(matrix, bounds, intrinsicWidth, intrinsicHeight, pointF != null ? pointF.x : 0.5f, pointF != null ? pointF.y : 0.5f); - this.f426r = this.s; + this.r = this.f406s; } } diff --git a/app/src/main/java/c/f/g/f/a.java b/app/src/main/java/c/f/g/f/a.java index caf752ef05..d51eb4fdcb 100644 --- a/app/src/main/java/c/f/g/f/a.java +++ b/app/src/main/java/c/f/g/f/a.java @@ -15,7 +15,7 @@ public class a { public static final ScalingUtils$ScaleType b = s.l; /* renamed from: c reason: collision with root package name */ - public Resources f427c; + public Resources f407c; public int d = 300; public float e = 0.0f; public Drawable f = null; @@ -30,16 +30,14 @@ public class a { public Drawable o; public List p; public Drawable q; - - /* renamed from: r reason: collision with root package name */ - public c f428r; + public c r; static { ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; } public a(Resources resources) { - this.f427c = resources; + this.f407c = resources; ScalingUtils$ScaleType scalingUtils$ScaleType = a; this.g = scalingUtils$ScaleType; this.h = null; @@ -52,7 +50,7 @@ public class a { this.o = null; this.p = null; this.q = null; - this.f428r = null; + this.r = null; } public GenericDraweeHierarchy a() { diff --git a/app/src/main/java/c/f/g/f/b.java b/app/src/main/java/c/f/g/f/b.java index a6435d10e6..9cc3895555 100644 --- a/app/src/main/java/c/f/g/f/b.java +++ b/app/src/main/java/c/f/g/f/b.java @@ -30,7 +30,7 @@ public class b extends g implements f0 { if (!draweeHolder.a) { a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString()); draweeHolder.b = true; - draweeHolder.f2672c = true; + draweeHolder.f2255c = true; draweeHolder.b(); } } diff --git a/app/src/main/java/c/f/g/f/c.java b/app/src/main/java/c/f/g/f/c.java index 07c1c6717d..c381ffef01 100644 --- a/app/src/main/java/c/f/g/f/c.java +++ b/app/src/main/java/c/f/g/f/c.java @@ -9,7 +9,7 @@ public class c { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public float[] f429c = null; + public float[] f408c = null; public int d = 0; public float e = 0.0f; public int f = 0; @@ -18,10 +18,10 @@ public class c { public static c a(float f) { c cVar = new c(); - if (cVar.f429c == null) { - cVar.f429c = new float[8]; + if (cVar.f408c == null) { + cVar.f408c = new float[8]; } - Arrays.fill(cVar.f429c, f); + Arrays.fill(cVar.f408c, f); return cVar; } @@ -40,7 +40,7 @@ public class c { } c cVar = (c) obj; if (this.b == cVar.b && this.d == cVar.d && Float.compare(cVar.e, this.e) == 0 && this.f == cVar.f && Float.compare(cVar.g, this.g) == 0 && this.a == cVar.a && this.h == cVar.h) { - return Arrays.equals(this.f429c, cVar.f429c); + return Arrays.equals(this.f408c, cVar.f408c); } return false; } @@ -48,7 +48,7 @@ public class c { public int hashCode() { int i = this.a; int h = (((i != 0 ? b.h(i) : 0) * 31) + (this.b ? 1 : 0)) * 31; - float[] fArr = this.f429c; + float[] fArr = this.f408c; int hashCode = (((h + (fArr != null ? Arrays.hashCode(fArr) : 0)) * 31) + this.d) * 31; float f = this.e; int floatToIntBits = (((hashCode + (f != 0.0f ? Float.floatToIntBits(f) : 0)) * 31) + this.f) * 31; diff --git a/app/src/main/java/c/f/g/f/d.java b/app/src/main/java/c/f/g/f/d.java index 9b8836125c..65dad5a711 100644 --- a/app/src/main/java/c/f/g/f/d.java +++ b/app/src/main/java/c/f/g/f/d.java @@ -42,7 +42,7 @@ public class d { public static void b(j jVar, c cVar) { jVar.c(cVar.b); - jVar.m(cVar.f429c); + jVar.m(cVar.f408c); jVar.a(cVar.f, cVar.e); jVar.i(cVar.g); jVar.f(false); @@ -87,7 +87,7 @@ public class d { if (cVar.a == 1) { m mVar = new m(drawable); b(mVar, cVar); - mVar.f417w = cVar.d; + mVar.w = cVar.d; mVar.invalidateSelf(); b.b(); return mVar; diff --git a/app/src/main/java/c/f/g/g/a.java b/app/src/main/java/c/f/g/g/a.java index d29da5d6fd..46c7e96889 100644 --- a/app/src/main/java/c/f/g/g/a.java +++ b/app/src/main/java/c/f/g/g/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public boolean f430c = false; + public boolean f409c = false; @VisibleForTesting public boolean d = false; @VisibleForTesting diff --git a/app/src/main/java/c/f/h/a/a/c.java b/app/src/main/java/c/f/h/a/a/c.java index 905f8f584c..e4c3d04756 100644 --- a/app/src/main/java/c/f/h/a/a/c.java +++ b/app/src/main/java/c/f/h/a/a/c.java @@ -10,7 +10,7 @@ public class c extends b { public final c.f.d.k.b b; /* renamed from: c reason: collision with root package name */ - public final ScheduledExecutorService f431c; + public final ScheduledExecutorService f410c; public boolean d = false; public long e; public b f; @@ -51,13 +51,13 @@ public class c extends b { super(t); this.f = bVar; this.b = bVar2; - this.f431c = scheduledExecutorService; + this.f410c = scheduledExecutorService; } public final synchronized void c() { if (!this.d) { this.d = true; - this.f431c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); + this.f410c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); } } diff --git a/app/src/main/java/c/f/h/a/b/a.java b/app/src/main/java/c/f/h/a/b/a.java index 1c88555964..5e920f4e8a 100644 --- a/app/src/main/java/c/f/h/a/b/a.java +++ b/app/src/main/java/c/f/h/a/b/a.java @@ -20,7 +20,7 @@ public class a implements c.f.h.a.a.a, c.b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f432c; + public final d f411c; public final c d; public final c.f.h.a.b.e.a e; public final b f; @@ -33,7 +33,7 @@ public class a implements c.f.h.a.a.a, c.b { public a(PlatformBitmapFactory platformBitmapFactory, b bVar, d dVar, c cVar, c.f.h.a.b.e.a aVar, b bVar2) { this.a = platformBitmapFactory; this.b = bVar; - this.f432c = dVar; + this.f411c = dVar; this.d = cVar; this.e = aVar; this.f = bVar2; @@ -43,12 +43,12 @@ public class a implements c.f.h.a.a.a, c.b { @Override // c.f.h.a.a.d public int a() { - return this.f432c.a(); + return this.f411c.a(); } @Override // c.f.h.a.a.d public int b() { - return this.f432c.b(); + return this.f411c.b(); } @Override // c.f.h.a.a.c.b @@ -68,7 +68,7 @@ public class a implements c.f.h.a.a.a, c.b { @Override // c.f.h.a.a.d public int e(int i) { - return this.f432c.e(i); + return this.f411c.e(i); } @Override // c.f.h.a.a.a @@ -86,12 +86,12 @@ public class a implements c.f.h.a.a.a, c.b { this.h = rect; c.f.h.a.b.f.b bVar = (c.f.h.a.b.f.b) this.d; c.f.j.a.c.a aVar = (c.f.j.a.c.a) bVar.b; - if (!c.f.j.a.c.a.a(aVar.f449c, rect).equals(aVar.d)) { + if (!c.f.j.a.c.a.a(aVar.f427c, rect).equals(aVar.d)) { aVar = new c.f.j.a.c.a(aVar.a, aVar.b, rect, aVar.i); } if (aVar != bVar.b) { bVar.b = aVar; - bVar.f435c = new c.f.j.a.c.d(aVar, bVar.d); + bVar.f414c = new c.f.j.a.c.d(aVar, bVar.d); } n(); } @@ -214,14 +214,14 @@ public class a implements c.f.h.a.a.a, c.b { } public final void n() { - int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f449c.getWidth(); + int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f427c.getWidth(); this.i = width; int i = -1; if (width == -1) { Rect rect = this.h; this.i = rect == null ? -1 : rect.width(); } - int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f449c.getHeight(); + int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f427c.getHeight(); this.j = height; if (height == -1) { Rect rect2 = this.h; diff --git a/app/src/main/java/c/f/h/a/b/d/b.java b/app/src/main/java/c/f/h/a/b/d/b.java index 6e55b878e1..53009f3d04 100644 --- a/app/src/main/java/c/f/h/a/b/d/b.java +++ b/app/src/main/java/c/f/h/a/b/d/b.java @@ -17,7 +17,7 @@ public class b implements c.f.h.a.b.b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final SparseArray> f433c = new SparseArray<>(); + public final SparseArray> f412c = new SparseArray<>(); public CloseableReference d; public b(c cVar, boolean z2) { @@ -92,10 +92,10 @@ public class b implements c.f.h.a.b.b { return; } c cVar = this.a; - CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f450c); + CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f428c); if (CloseableReference.z(c2)) { - closeableReference2 = this.f433c.get(i); - this.f433c.put(i, c2); + closeableReference2 = this.f412c.get(i); + this.f412c.put(i, c2); int i3 = a.a; } C.close(); @@ -121,13 +121,13 @@ public class b implements c.f.h.a.b.b { closeableReference.close(); } this.d = null; - for (int i = 0; i < this.f433c.size(); i++) { - CloseableReference valueAt = this.f433c.valueAt(i); + for (int i = 0; i < this.f412c.size(); i++) { + CloseableReference valueAt = this.f412c.valueAt(i); if (valueAt != null) { valueAt.close(); } } - this.f433c.clear(); + this.f412c.clear(); } @Override // c.f.h.a.b.b @@ -141,9 +141,9 @@ public class b implements c.f.h.a.b.b { public synchronized void e(int i, CloseableReference closeableReference, int i2) { Objects.requireNonNull(closeableReference); synchronized (this) { - CloseableReference closeableReference2 = this.f433c.get(i); + CloseableReference closeableReference2 = this.f412c.get(i); if (closeableReference2 != null) { - this.f433c.delete(i); + this.f412c.delete(i); Class cls = CloseableReference.i; closeableReference2.close(); int i3 = a.a; @@ -155,7 +155,7 @@ public class b implements c.f.h.a.b.b { if (C != null) { closeableReference3 = this.d; c cVar = this.a; - this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f450c); + this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f428c); } if (C != null) { C.close(); diff --git a/app/src/main/java/c/f/h/a/b/e/c.java b/app/src/main/java/c/f/h/a/b/e/c.java index 24f81ab5fc..21f11a4e5b 100644 --- a/app/src/main/java/c/f/h/a/b/e/c.java +++ b/app/src/main/java/c/f/h/a/b/e/c.java @@ -12,7 +12,7 @@ public class c implements b { public final c.f.h.a.b.c b; /* renamed from: c reason: collision with root package name */ - public final Bitmap.Config f434c; + public final Bitmap.Config f413c; public final ExecutorService d; public final SparseArray e = new SparseArray<>(); @@ -41,7 +41,7 @@ public class c implements b { return false; } else { try { - closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f434c); + closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f413c); i3 = -1; } catch (RuntimeException e) { c.f.d.e.a.l(c.class, "Failed to create frame bitmap", e); @@ -106,7 +106,7 @@ public class c implements b { public c(PlatformBitmapFactory platformBitmapFactory, c.f.h.a.b.c cVar, Bitmap.Config config, ExecutorService executorService) { this.a = platformBitmapFactory; this.b = cVar; - this.f434c = config; + this.f413c = config; this.d = executorService; } } diff --git a/app/src/main/java/c/f/h/a/b/f/a.java b/app/src/main/java/c/f/h/a/b/f/a.java index fc21eb5546..5aa72238fb 100644 --- a/app/src/main/java/c/f/h/a/b/f/a.java +++ b/app/src/main/java/c/f/h/a/b/f/a.java @@ -16,7 +16,7 @@ public class a implements d { @Override // c.f.h.a.a.d public int b() { - return ((c.f.j.a.c.a) this.a).f449c.b(); + return ((c.f.j.a.c.a) this.a).f427c.b(); } @Override // c.f.h.a.a.d diff --git a/app/src/main/java/c/f/h/a/b/f/b.java b/app/src/main/java/c/f/h/a/b/f/b.java index 05f1d0cfed..d162dc6b09 100644 --- a/app/src/main/java/c/f/h/a/b/f/b.java +++ b/app/src/main/java/c/f/h/a/b/f/b.java @@ -10,7 +10,7 @@ public class b implements c { public c.f.j.a.a.a b; /* renamed from: c reason: collision with root package name */ - public d f435c; + public d f414c; public final d.a d; /* compiled from: AnimatedDrawableBackendFrameRenderer */ @@ -33,12 +33,12 @@ public class b implements c { this.d = aVar2; this.a = bVar; this.b = aVar; - this.f435c = new d(aVar, aVar2); + this.f414c = new d(aVar, aVar2); } public boolean a(int i, Bitmap bitmap) { try { - this.f435c.d(i, bitmap); + this.f414c.d(i, bitmap); return true; } catch (IllegalStateException e) { c.f.d.e.a.d(b.class, e, "Rendering of frame unsuccessful. Frame number: %d", Integer.valueOf(i)); diff --git a/app/src/main/java/c/f/h/a/c/a.java b/app/src/main/java/c/f/h/a/c/a.java index cdcd3f0764..40875cc39b 100644 --- a/app/src/main/java/c/f/h/a/c/a.java +++ b/app/src/main/java/c/f/h/a/c/a.java @@ -19,22 +19,20 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public long o; public long p; public int q; + public long r; - /* renamed from: r reason: collision with root package name */ - public long f436r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f415s; public int t; public long u; public int v; - - /* renamed from: w reason: collision with root package name */ - public volatile b f437w; + public volatile b w; /* renamed from: x reason: collision with root package name */ - public e f438x; + public e f416x; /* renamed from: y reason: collision with root package name */ - public final Runnable f439y; + public final Runnable f417y; /* compiled from: AnimatedDrawable2 */ /* renamed from: c.f.h.a.c.a$a reason: collision with other inner class name */ @@ -45,7 +43,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // java.lang.Runnable public void run() { a aVar = a.this; - aVar.unscheduleSelf(aVar.f439y); + aVar.unscheduleSelf(aVar.f417y); a.this.invalidateSelf(); } } @@ -56,8 +54,8 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public a(c.f.h.a.a.a aVar) { this.u = 8; - this.f437w = j; - this.f439y = new RunnableC0064a(); + this.w = j; + this.f417y = new RunnableC0064a(); this.k = aVar; this.l = aVar == null ? null : new c.f.h.a.e.a(aVar); } @@ -84,14 +82,14 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { int a = b == 0 ? aVar.a(0) : ((aVar.a.b() == 0) || max / b < ((long) aVar.a.b())) ? aVar.a(max % b) : -1; if (a == -1) { a = this.k.a() - 1; - Objects.requireNonNull(this.f437w); + Objects.requireNonNull(this.w); this.m = false; } else if (a == 0 && this.q != -1 && uptimeMillis >= this.p) { - Objects.requireNonNull(this.f437w); + Objects.requireNonNull(this.w); } boolean j3 = this.k.j(this, canvas, a); if (j3) { - Objects.requireNonNull(this.f437w); + Objects.requireNonNull(this.w); this.q = a; } if (!j3) { @@ -118,9 +116,9 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { if (j2 == -1) { long j7 = this.n + j2 + this.u; this.p = j7; - scheduleSelf(this.f439y, j7); + scheduleSelf(this.f417y, j7); } else { - Objects.requireNonNull(this.f437w); + Objects.requireNonNull(this.w); this.m = false; } } @@ -180,10 +178,10 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setAlpha(int i2) { - if (this.f438x == null) { - this.f438x = new e(); + if (this.f416x == null) { + this.f416x = new e(); } - this.f438x.a = i2; + this.f416x.a = i2; c.f.h.a.a.a aVar = this.k; if (aVar != null) { aVar.f(i2); @@ -192,11 +190,11 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { - if (this.f438x == null) { - this.f438x = new e(); + if (this.f416x == null) { + this.f416x = new e(); } - e eVar = this.f438x; - eVar.f408c = colorFilter; + e eVar = this.f416x; + eVar.f392c = colorFilter; eVar.b = true; c.f.h.a.a.a aVar = this.k; if (aVar != null) { @@ -210,13 +208,13 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { if (!this.m && (aVar = this.k) != null && aVar.a() > 1) { this.m = true; long uptimeMillis = SystemClock.uptimeMillis(); - long j2 = uptimeMillis - this.f436r; + long j2 = uptimeMillis - this.r; this.n = j2; this.p = j2; - this.o = uptimeMillis - this.s; + this.o = uptimeMillis - this.f415s; this.q = this.t; invalidateSelf(); - Objects.requireNonNull(this.f437w); + Objects.requireNonNull(this.w); } } @@ -224,16 +222,16 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public void stop() { if (this.m) { long uptimeMillis = SystemClock.uptimeMillis(); - this.f436r = uptimeMillis - this.n; - this.s = uptimeMillis - this.o; + this.r = uptimeMillis - this.n; + this.f415s = uptimeMillis - this.o; this.t = this.q; this.m = false; this.n = 0; this.p = 0; this.o = -1; this.q = -1; - unscheduleSelf(this.f439y); - Objects.requireNonNull(this.f437w); + unscheduleSelf(this.f417y); + Objects.requireNonNull(this.w); } } } diff --git a/app/src/main/java/c/f/h/a/d/e.java b/app/src/main/java/c/f/h/a/d/e.java index 837a8c3461..da9e2f2d29 100644 --- a/app/src/main/java/c/f/h/a/d/e.java +++ b/app/src/main/java/c/f/h/a/d/e.java @@ -19,7 +19,7 @@ public class e implements a { public final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public final ExecutorService f440c; + public final ExecutorService f418c; public final c.f.d.k.b d; public final PlatformBitmapFactory e; public final m f; @@ -29,7 +29,7 @@ public class e implements a { public e(b bVar, ScheduledExecutorService scheduledExecutorService, ExecutorService executorService, c.f.d.k.b bVar2, PlatformBitmapFactory platformBitmapFactory, m mVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = scheduledExecutorService; - this.f440c = executorService; + this.f418c = executorService; this.d = bVar2; this.e = platformBitmapFactory; this.f = mVar; @@ -67,7 +67,7 @@ public class e implements a { intValue = this.h.get().intValue(); if (intValue <= 0) { d dVar2 = new d(intValue); - cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f440c); + cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f418c); dVar = dVar2; } else { dVar = null; diff --git a/app/src/main/java/c/f/h/b/a/b.java b/app/src/main/java/c/f/h/b/a/b.java index b56eccd1d7..86c5d0cfb3 100644 --- a/app/src/main/java/c/f/h/b/a/b.java +++ b/app/src/main/java/c/f/h/b/a/b.java @@ -10,7 +10,7 @@ public interface b { public Map b; /* renamed from: c reason: collision with root package name */ - public Map f441c; + public Map f419c; public Map d; public Object e; } diff --git a/app/src/main/java/c/f/i/a.java b/app/src/main/java/c/f/i/a.java index 62b9e65143..0263f52948 100644 --- a/app/src/main/java/c/f/i/a.java +++ b/app/src/main/java/c/f/i/a.java @@ -9,7 +9,7 @@ public class a implements c.a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f442c; + public static final byte[] f420c; public static final int d; public static final byte[] e = d.f("GIF87a"); public static final byte[] f = d.f("GIF89a"); @@ -29,7 +29,7 @@ public class a implements c.a { a = bArr; b = bArr.length; byte[] bArr2 = {-119, 80, 78, 71, 13, 10, 26, 10}; - f442c = bArr2; + f420c = bArr2; d = bArr2.length; byte[] f2 = d.f("BM"); g = f2; @@ -91,12 +91,12 @@ public class a implements c.a { if (i2 >= bArr3.length && d.L0(bArr, bArr3, 0)) { return b.a; } - byte[] bArr4 = f442c; + byte[] bArr4 = f420c; if (i2 >= bArr4.length && d.L0(bArr, bArr4, 0)) { return b.b; } if (i2 >= 6 && (d.L0(bArr, e, 0) || d.L0(bArr, f, 0))) { - return b.f443c; + return b.f421c; } byte[] bArr5 = g; if (i2 < bArr5.length ? false : d.L0(bArr, bArr5, 0)) { diff --git a/app/src/main/java/c/f/i/b.java b/app/src/main/java/c/f/i/b.java index 87fd74d6ad..8b3e8c3aa8 100644 --- a/app/src/main/java/c/f/i/b.java +++ b/app/src/main/java/c/f/i/b.java @@ -7,7 +7,7 @@ public final class b { public static final c b = new c("PNG", "png"); /* renamed from: c reason: collision with root package name */ - public static final c f443c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); + public static final c f421c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); public static final c d = new c("BMP", "bmp"); public static final c e = new c("ICO", "ico"); public static final c f = new c("WEBP_SIMPLE", "webp"); diff --git a/app/src/main/java/c/f/i/d.java b/app/src/main/java/c/f/i/d.java index 4c8815f730..6a300a1f79 100644 --- a/app/src/main/java/c/f/i/d.java +++ b/app/src/main/java/c/f/i/d.java @@ -12,7 +12,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public List f444c; + public List f422c; public final c.a d = new a(); public d() { @@ -41,7 +41,7 @@ public class d { if (!(b == null || b == c.a)) { return b; } - List list = c2.f444c; + List list = c2.f422c; if (list != null) { for (c.a aVar : list) { c b2 = aVar.b(bArr, i); @@ -75,7 +75,7 @@ public class d { public final void d() { this.b = this.d.a(); - List list = this.f444c; + List list = this.f422c; if (list != null) { for (c.a aVar : list) { this.b = Math.max(this.b, aVar.a()); diff --git a/app/src/main/java/c/f/j/a/a/b.java b/app/src/main/java/c/f/j/a/a/b.java index 86a873e134..522c6186da 100644 --- a/app/src/main/java/c/f/j/a/a/b.java +++ b/app/src/main/java/c/f/j/a/a/b.java @@ -5,7 +5,7 @@ public class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f445c; + public final int f423c; public final int d; public final int e; public final int f; @@ -13,7 +13,7 @@ public class b { public b(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i2; this.b = i3; - this.f445c = i4; + this.f423c = i4; this.d = i5; this.e = i6; this.f = i7; diff --git a/app/src/main/java/c/f/j/a/a/e.java b/app/src/main/java/c/f/j/a/a/e.java index 20355802a0..fa1778de35 100644 --- a/app/src/main/java/c/f/j/a/a/e.java +++ b/app/src/main/java/c/f/j/a/a/e.java @@ -11,7 +11,7 @@ public class e { public CloseableReference b; /* renamed from: c reason: collision with root package name */ - public List> f446c; + public List> f424c; public a d; public e(f fVar) { @@ -19,7 +19,7 @@ public class e { Objects.requireNonNull(cVar); this.a = cVar; this.b = CloseableReference.p(fVar.b); - this.f446c = CloseableReference.r(fVar.f447c); + this.f424c = CloseableReference.r(fVar.f425c); this.d = fVar.e; } } diff --git a/app/src/main/java/c/f/j/a/a/f.java b/app/src/main/java/c/f/j/a/a/f.java index 5ff31c02cd..51f85a099c 100644 --- a/app/src/main/java/c/f/j/a/a/f.java +++ b/app/src/main/java/c/f/j/a/a/f.java @@ -10,7 +10,7 @@ public class f { public CloseableReference b; /* renamed from: c reason: collision with root package name */ - public List> f447c; + public List> f425c; public int d; public a e; @@ -26,8 +26,8 @@ public class f { closeableReference.close(); } this.b = null; - CloseableReference.t(this.f447c); - this.f447c = null; + CloseableReference.t(this.f425c); + this.f425c = null; return eVar; } catch (Throwable th) { CloseableReference closeableReference2 = this.b; @@ -36,8 +36,8 @@ public class f { closeableReference2.close(); } this.b = null; - CloseableReference.t(this.f447c); - this.f447c = null; + CloseableReference.t(this.f425c); + this.f425c = null; throw th; } } diff --git a/app/src/main/java/c/f/j/a/b/e.java b/app/src/main/java/c/f/j/a/b/e.java index 046af0f92a..94b9ad0076 100644 --- a/app/src/main/java/c/f/j/a/b/e.java +++ b/app/src/main/java/c/f/j/a/b/e.java @@ -14,7 +14,7 @@ public class e implements d { public static c b; /* renamed from: c reason: collision with root package name */ - public final b f448c; + public final b f426c; public final PlatformBitmapFactory d; static { @@ -34,7 +34,7 @@ public class e implements d { } public e(b bVar, PlatformBitmapFactory platformBitmapFactory) { - this.f448c = bVar; + this.f426c = bVar; this.d = platformBitmapFactory; } @@ -44,7 +44,7 @@ public class e implements d { f fVar = new f(cVar); fVar.b = CloseableReference.p(null); fVar.d = 0; - fVar.f447c = CloseableReference.r(null); + fVar.f425c = CloseableReference.r(null); fVar.e = null; a aVar = new a(fVar.a()); CloseableReference.t(null); diff --git a/app/src/main/java/c/f/j/a/c/a.java b/app/src/main/java/c/f/j/a/c/a.java index 620b513b7d..847bec8313 100644 --- a/app/src/main/java/c/f/j/a/c/a.java +++ b/app/src/main/java/c/f/j/a/c/a.java @@ -15,7 +15,7 @@ public class a implements c.f.j.a.a.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final c f449c; + public final c f427c; public final Rect d; public final int[] e; public final b[] f; @@ -28,7 +28,7 @@ public class a implements c.f.j.a.a.a { this.a = aVar; this.b = eVar; c cVar = eVar.a; - this.f449c = cVar; + this.f427c = cVar; int[] h = cVar.h(); this.e = h; Objects.requireNonNull(aVar); @@ -51,11 +51,11 @@ public class a implements c.f.j.a.a.a { iArr3[i4] = i3; i3 += iArr2[i4]; } - this.d = a(this.f449c, rect); + this.d = a(this.f427c, rect); this.i = z2; - this.f = new b[this.f449c.a()]; - for (int i5 = 0; i5 < this.f449c.a(); i5++) { - this.f[i5] = this.f449c.f(i5); + this.f = new b[this.f427c.a()]; + for (int i5 = 0; i5 < this.f427c.a(); i5++) { + this.f[i5] = this.f427c.f(i5); } } @@ -64,7 +64,7 @@ public class a implements c.f.j.a.a.a { } public int b() { - return this.f449c.a(); + return this.f427c.a(); } public final synchronized Bitmap c(int i, int i2) { @@ -86,9 +86,9 @@ public class a implements c.f.j.a.a.a { } public void d(int i, Canvas canvas) { - d d = this.f449c.d(i); + d d = this.f427c.d(i); try { - if (this.f449c.e()) { + if (this.f427c.e()) { f(canvas, d); } else { e(canvas, d); @@ -127,8 +127,8 @@ public class a implements c.f.j.a.a.a { } public final void f(Canvas canvas, d dVar) { - double width = ((double) this.d.width()) / ((double) this.f449c.getWidth()); - double height = ((double) this.d.height()) / ((double) this.f449c.getHeight()); + double width = ((double) this.d.width()) / ((double) this.f427c.getWidth()); + double height = ((double) this.d.height()) / ((double) this.f427c.getHeight()); int round = (int) Math.round(((double) dVar.getWidth()) * width); int round2 = (int) Math.round(((double) dVar.getHeight()) * height); int b = (int) (((double) dVar.b()) * width); diff --git a/app/src/main/java/c/f/j/a/c/c.java b/app/src/main/java/c/f/j/a/c/c.java index 2f967b228f..f9de72fd77 100644 --- a/app/src/main/java/c/f/j/a/c/c.java +++ b/app/src/main/java/c/f/j/a/c/c.java @@ -13,7 +13,7 @@ public class c { public final m b; /* renamed from: c reason: collision with root package name */ - public final m.b f450c = new a(); + public final m.b f428c = new a(); public final LinkedHashSet d = new LinkedHashSet<>(); /* compiled from: AnimatedFrameCache */ diff --git a/app/src/main/java/c/f/j/a/c/d.java b/app/src/main/java/c/f/j/a/c/d.java index 1a85d8b027..06f3b5a7d3 100644 --- a/app/src/main/java/c/f/j/a/c/d.java +++ b/app/src/main/java/c/f/j/a/c/d.java @@ -14,7 +14,7 @@ public class d { public final a b; /* renamed from: c reason: collision with root package name */ - public final Paint f451c; + public final Paint f429c; /* compiled from: AnimatedImageCompositor */ public interface a { @@ -27,7 +27,7 @@ public class d { this.a = aVar; this.b = aVar2; Paint paint = new Paint(); - this.f451c = paint; + this.f429c = paint; paint.setColor(0); paint.setStyle(Paint.Style.FILL); paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC)); @@ -36,11 +36,11 @@ public class d { public final void a(Canvas canvas, b bVar) { int i = bVar.a; int i2 = bVar.b; - canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f445c), (float) (i2 + bVar.d), this.f451c); + canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f423c), (float) (i2 + bVar.d), this.f429c); } public final boolean b(b bVar) { - return bVar.a == 0 && bVar.b == 0 && bVar.f445c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); + return bVar.a == 0 && bVar.b == 0 && bVar.f423c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); } public final boolean c(int i) { diff --git a/app/src/main/java/c/f/j/c/b.java b/app/src/main/java/c/f/j/c/b.java index bffdfe79c4..1db522cde3 100644 --- a/app/src/main/java/c/f/j/c/b.java +++ b/app/src/main/java/c/f/j/c/b.java @@ -12,7 +12,7 @@ public class b implements CacheKey { public final e b; /* renamed from: c reason: collision with root package name */ - public final f f452c; + public final f f430c; public final c.f.j.d.b d; public final CacheKey e; public final String f; @@ -23,7 +23,7 @@ public class b implements CacheKey { Objects.requireNonNull(str); this.a = str; this.b = eVar; - this.f452c = fVar; + this.f430c = fVar; this.d = bVar; this.e = cacheKey; this.f = str2; @@ -56,7 +56,7 @@ public class b implements CacheKey { return false; } b bVar = (b) obj; - return this.g == bVar.g && this.a.equals(bVar.a) && d.i0(this.b, bVar.b) && d.i0(this.f452c, bVar.f452c) && d.i0(this.d, bVar.d) && d.i0(this.e, bVar.e) && d.i0(this.f, bVar.f); + return this.g == bVar.g && this.a.equals(bVar.a) && d.i0(this.b, bVar.b) && d.i0(this.f430c, bVar.f430c) && d.i0(this.d, bVar.d) && d.i0(this.e, bVar.e) && d.i0(this.f, bVar.f); } @Override // com.facebook.cache.common.CacheKey @@ -65,6 +65,6 @@ public class b implements CacheKey { } public String toString() { - return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.b, this.f452c, this.d, this.e, this.f, Integer.valueOf(this.g)); + return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.b, this.f430c, this.d, this.e, this.f, Integer.valueOf(this.g)); } } diff --git a/app/src/main/java/c/f/j/c/f.java b/app/src/main/java/c/f/j/c/f.java index 6248c94d05..b6dddc9929 100644 --- a/app/src/main/java/c/f/j/c/f.java +++ b/app/src/main/java/c/f/j/c/f.java @@ -22,7 +22,7 @@ public class f { public final g b; /* renamed from: c reason: collision with root package name */ - public final j f453c; + public final j f431c; public final Executor d; public final Executor e; public final a0 f = new a0(); @@ -68,7 +68,7 @@ public class f { public f(h hVar, g gVar, j jVar, Executor executor, Executor executor2, r rVar) { this.a = hVar; this.b = gVar; - this.f453c = jVar; + this.f431c = jVar; this.d = executor; this.e = executor2; this.g = rVar; @@ -147,17 +147,17 @@ public class f { } } - /* JADX DEBUG: Type inference failed for r1v9. Raw type applied. Possible types: y.g, y.g */ - /* JADX DEBUG: Type inference failed for r1v10. Raw type applied. Possible types: y.g, y.g */ - public final y.g d(CacheKey cacheKey, e eVar) { + /* JADX DEBUG: Type inference failed for r1v9. Raw type applied. Possible types: z.g, z.g */ + /* JADX DEBUG: Type inference failed for r1v10. Raw type applied. Possible types: z.g, z.g */ + public final z.g d(CacheKey cacheKey, e eVar) { cacheKey.b(); int i = c.f.d.e.a.a; Objects.requireNonNull((z) this.g); - Executor executor = y.g.a; + Executor executor = z.g.a; if (eVar instanceof Boolean) { - return ((Boolean) eVar).booleanValue() ? y.g.f3155c : y.g.d; + return ((Boolean) eVar).booleanValue() ? z.g.f2978c : z.g.d; } - y.g gVar = new y.g<>(); + z.g gVar = new z.g<>(); if (gVar.h(eVar)) { return gVar; } @@ -165,21 +165,21 @@ public class f { } /* JADX INFO: finally extract failed */ - public y.g e(CacheKey cacheKey, AtomicBoolean atomicBoolean) { - y.g gVar; + public z.g e(CacheKey cacheKey, AtomicBoolean atomicBoolean) { + z.g gVar; try { b.b(); e a2 = this.f.a(cacheKey); if (a2 != null) { - y.g d = d(cacheKey, a2); + z.g d = d(cacheKey, a2); b.b(); return d; } try { - gVar = y.g.a(new e(this, null, atomicBoolean, cacheKey), this.d); + gVar = z.g.a(new e(this, null, atomicBoolean, cacheKey), this.d); } catch (Exception e) { c.f.d.e.a.n(f.class, e, "Failed to schedule disk-cache read for %s", ((c.f.b.a.f) cacheKey).a); - gVar = y.g.c(e); + gVar = z.g.c(e); } b.b(); return gVar; diff --git a/app/src/main/java/c/f/j/c/l.java b/app/src/main/java/c/f/j/c/l.java index 60c7c3b28a..c5a27f8f83 100644 --- a/app/src/main/java/c/f/j/c/l.java +++ b/app/src/main/java/c/f/j/c/l.java @@ -11,7 +11,7 @@ public class l { public final LinkedHashMap b = new LinkedHashMap<>(); /* renamed from: c reason: collision with root package name */ - public int f454c = 0; + public int f432c = 0; public l(b0 b0Var) { this.a = b0Var; @@ -22,7 +22,7 @@ public class l { } public synchronized int b() { - return this.f454c; + return this.f432c; } public final int c(V v) { @@ -35,16 +35,16 @@ public class l { public synchronized V d(K k, V v) { V remove; remove = this.b.remove(k); - this.f454c -= c(remove); + this.f432c -= c(remove); this.b.put(k, v); - this.f454c += c(v); + this.f432c += c(v); return remove; } public synchronized V e(K k) { V remove; remove = this.b.remove(k); - this.f454c -= c(remove); + this.f432c -= c(remove); return remove; } @@ -58,7 +58,7 @@ public class l { next.getKey(); } arrayList.add(next.getValue()); - this.f454c -= c(next.getValue()); + this.f432c -= c(next.getValue()); it.remove(); } return arrayList; diff --git a/app/src/main/java/c/f/j/c/m.java b/app/src/main/java/c/f/j/c/m.java index f65346ea39..ea08a4d5fc 100644 --- a/app/src/main/java/c/f/j/c/m.java +++ b/app/src/main/java/c/f/j/c/m.java @@ -13,7 +13,7 @@ public interface m extends w, c.f.d.g.b { public final CloseableReference b; /* renamed from: c reason: collision with root package name */ - public int f455c = 0; + public int f433c = 0; public boolean d = false; public final b e; diff --git a/app/src/main/java/c/f/j/c/n.java b/app/src/main/java/c/f/j/c/n.java index 153cd7346b..1bed3765c2 100644 --- a/app/src/main/java/c/f/j/c/n.java +++ b/app/src/main/java/c/f/j/c/n.java @@ -9,11 +9,11 @@ public class n implements i { public static n a; public CacheKey a(ImageRequest imageRequest, Object obj) { - return new b(imageRequest.f2681c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2264c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2681c.toString()); + return new f(imageRequest.f2264c.toString()); } public CacheKey c(ImageRequest imageRequest, Object obj) { @@ -28,6 +28,6 @@ public class n implements i { cacheKey = null; str = null; } - return new b(imageRequest.f2681c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2264c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); } } diff --git a/app/src/main/java/c/f/j/c/v.java b/app/src/main/java/c/f/j/c/v.java index d19976d2e1..410f32ec02 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -23,7 +23,7 @@ public class v implements m, w { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public final l> f456c; + public final l> f434c; public final b0 d; public final Supplier e; public MemoryCacheParams f; @@ -49,8 +49,8 @@ public class v implements m, w { synchronized (vVar) { synchronized (vVar) { z2 = false; - d.B(aVar.f455c > 0); - aVar.f455c--; + d.B(aVar.f433c > 0); + aVar.f433c--; } CloseableReference.s(vVar.o(aVar)); if (!z2) { @@ -63,7 +63,7 @@ public class v implements m, w { vVar.j(); } synchronized (vVar) { - if (!aVar.d && aVar.f455c == 0) { + if (!aVar.d && aVar.f433c == 0) { vVar.b.d(aVar.a, aVar); z2 = true; } @@ -81,7 +81,7 @@ public class v implements m, w { new WeakHashMap(); this.d = b0Var; this.b = new l<>(new u(this, b0Var)); - this.f456c = new l<>(new u(this, b0Var)); + this.f434c = new l<>(new u(this, b0Var)); this.e = supplier; MemoryCacheParams memoryCacheParams = supplier.get(); d.y(memoryCacheParams, "mMemoryCacheParamsSupplier returned null"); @@ -111,9 +111,9 @@ public class v implements m, w { e = this.b.e(k); z2 = false; if (e != null) { - m.a e2 = this.f456c.e(k); + m.a e2 = this.f434c.e(k); Objects.requireNonNull(e2); - if (e2.f455c == 0) { + if (e2.f433c == 0) { z2 = true; } d.B(z2); @@ -140,7 +140,7 @@ public class v implements m, w { m(); synchronized (this) { m.a e = this.b.e(k); - m.a e2 = this.f456c.e(k); + m.a e2 = this.f434c.e(k); closeableReference2 = null; if (e2 != null) { g(e2); @@ -148,9 +148,9 @@ public class v implements m, w { } else { closeableReference3 = null; } - V w2 = closeableReference.w(); + V w = closeableReference.w(); synchronized (this) { - int a2 = this.d.a(w2); + int a2 = this.d.a(w); z2 = true; if (a2 > this.f.e || e() > this.f.b - 1 || f() > this.f.a - a2) { z2 = false; @@ -165,7 +165,7 @@ public class v implements m, w { } if (z2) { m.a aVar = new m.a<>(k, closeableReference, bVar); - this.f456c.d(k, aVar); + this.f434c.d(k, aVar); closeableReference2 = n(aVar); } if (closeableReference3 != null) { @@ -178,7 +178,7 @@ public class v implements m, w { @Override // c.f.j.c.w public synchronized boolean contains(K k) { boolean containsKey; - l> lVar = this.f456c; + l> lVar = this.f434c; synchronized (lVar) { containsKey = lVar.b.containsKey(k); } @@ -191,7 +191,7 @@ public class v implements m, w { ArrayList> f2; synchronized (this) { f = this.b.f(jVar); - f2 = this.f456c.f(jVar); + f2 = this.f434c.f(jVar); h(f2); } i(f2); @@ -202,11 +202,11 @@ public class v implements m, w { } public synchronized int e() { - return this.f456c.a() - this.b.a(); + return this.f434c.a() - this.b.a(); } public synchronized int f() { - return this.f456c.b() - this.b.b(); + return this.f434c.b() - this.b.b(); } public final synchronized void g(m.a aVar) { @@ -223,7 +223,7 @@ public class v implements m, w { CloseableReference closeableReference = null; synchronized (this) { e = this.b.e(k); - l> lVar = this.f456c; + l> lVar = this.f434c; synchronized (lVar) { aVar = lVar.b.get(k); } @@ -262,7 +262,7 @@ public class v implements m, w { MemoryCacheParams memoryCacheParams = this.f; int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e()); MemoryCacheParams memoryCacheParams2 = this.f; - p = p(min, Math.min(memoryCacheParams2.f2674c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2257c, memoryCacheParams2.a - f())); h(p); } i(p); @@ -290,7 +290,7 @@ public class v implements m, w { public final synchronized CloseableReference n(m.a aVar) { synchronized (this) { d.B(!aVar.d); - aVar.f455c++; + aVar.f433c++; } return CloseableReference.G(aVar.b.w(), new a(aVar)); return CloseableReference.G(aVar.b.w(), new a(aVar)); @@ -298,7 +298,7 @@ public class v implements m, w { public final synchronized CloseableReference o(m.a aVar) { Objects.requireNonNull(aVar); - return (!aVar.d || aVar.f455c != 0) ? null : aVar.b; + return (!aVar.d || aVar.f433c != 0) ? null : aVar.b; } public final synchronized ArrayList> p(int i, int i2) { @@ -319,7 +319,7 @@ public class v implements m, w { } if (next != null) { this.b.e(next); - arrayList.add(this.f456c.e(next)); + arrayList.add(this.f434c.e(next)); } else { throw new IllegalStateException(String.format("key is null, but exclusiveEntries count: %d, size: %d", Integer.valueOf(this.b.a()), Integer.valueOf(this.b.b()))); } diff --git a/app/src/main/java/c/f/j/d/b.java b/app/src/main/java/c/f/j/d/b.java index 551f0bd181..632f78484c 100644 --- a/app/src/main/java/c/f/j/d/b.java +++ b/app/src/main/java/c/f/j/d/b.java @@ -10,7 +10,7 @@ public class b { public final int b = 100; /* renamed from: c reason: collision with root package name */ - public final int f457c = Integer.MAX_VALUE; + public final int f435c = Integer.MAX_VALUE; public final Bitmap.Config d; public b(c cVar) { @@ -25,18 +25,18 @@ public class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f457c == bVar.f457c && this.d == bVar.d; + return this.b == bVar.b && this.f435c == bVar.f435c && this.d == bVar.d; } public int hashCode() { - return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f457c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; + return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f435c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; } public String toString() { StringBuilder O = a.O("ImageDecodeOptions{"); i g2 = d.g2(this); g2.a("minDecodeIntervalMs", this.b); - g2.a("maxDimensionPx", this.f457c); + g2.a("maxDimensionPx", this.f435c); g2.b("decodePreviewFrame", false); g2.b("useLastFrameForPreview", false); g2.b("decodeAllFrames", false); diff --git a/app/src/main/java/c/f/j/d/e.java b/app/src/main/java/c/f/j/d/e.java index 1112faac4e..733750a78e 100644 --- a/app/src/main/java/c/f/j/d/e.java +++ b/app/src/main/java/c/f/j/d/e.java @@ -7,7 +7,7 @@ public class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f458c; + public final float f436c; public final float d; public e(int i, int i2) { @@ -16,7 +16,7 @@ public class e { d.j(Boolean.valueOf(i2 <= 0 ? false : z2)); this.a = i; this.b = i2; - this.f458c = 2048.0f; + this.f436c = 2048.0f; this.d = 0.6666667f; } diff --git a/app/src/main/java/c/f/j/d/f.java b/app/src/main/java/c/f/j/d/f.java index 7836e2d098..1f8cd9ad98 100644 --- a/app/src/main/java/c/f/j/d/f.java +++ b/app/src/main/java/c/f/j/d/f.java @@ -8,27 +8,27 @@ public class f { public static final f b = new f(-1, true); /* renamed from: c reason: collision with root package name */ - public final int f459c; + public final int f437c; public final boolean d; public f(int i, boolean z2) { - this.f459c = i; + this.f437c = i; this.d = z2; } public int a() { if (!c()) { - return this.f459c; + return this.f437c; } throw new IllegalStateException("Rotation is set to use EXIF"); } public boolean b() { - return this.f459c != -2; + return this.f437c != -2; } public boolean c() { - return this.f459c == -1; + return this.f437c == -1; } public boolean equals(@Nullable Object obj) { @@ -39,14 +39,14 @@ public class f { return false; } f fVar = (f) obj; - return this.f459c == fVar.f459c && this.d == fVar.d; + return this.f437c == fVar.f437c && this.d == fVar.d; } public int hashCode() { - return d.N0(Integer.valueOf(this.f459c), Boolean.valueOf(this.d)); + return d.N0(Integer.valueOf(this.f437c), Boolean.valueOf(this.d)); } public String toString() { - return String.format(null, "%d defer:%b", Integer.valueOf(this.f459c), Boolean.valueOf(this.d)); + return String.format(null, "%d defer:%b", Integer.valueOf(this.f437c), Boolean.valueOf(this.d)); } } diff --git a/app/src/main/java/c/f/j/e/b.java b/app/src/main/java/c/f/j/e/b.java index 6b829ed18b..2036278066 100644 --- a/app/src/main/java/c/f/j/e/b.java +++ b/app/src/main/java/c/f/j/e/b.java @@ -9,13 +9,13 @@ public class b implements e { public final Executor b; /* renamed from: c reason: collision with root package name */ - public final Executor f460c; + public final Executor f438c; public final Executor d; public final ScheduledExecutorService e; public b(int i) { this.b = Executors.newFixedThreadPool(i, new n(10, "FrescoDecodeExecutor", true)); - this.f460c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); + this.f438c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); this.e = Executors.newScheduledThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); this.d = Executors.newFixedThreadPool(1, new n(10, "FrescoLightWeightBackgroundExecutor", true)); } @@ -32,7 +32,7 @@ public class b implements e { @Override // c.f.j.e.e public Executor c() { - return this.f460c; + return this.f438c; } @Override // c.f.j.e.e diff --git a/app/src/main/java/c/f/j/e/c.java b/app/src/main/java/c/f/j/e/c.java index e1e6c0a07d..a5ba56044d 100644 --- a/app/src/main/java/c/f/j/e/c.java +++ b/app/src/main/java/c/f/j/e/c.java @@ -17,7 +17,7 @@ public class c implements f { public h a(DiskCacheConfig diskCacheConfig) { Objects.requireNonNull(this.a); - e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2661c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2245c, diskCacheConfig.b, diskCacheConfig.h); ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor(); return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false); } diff --git a/app/src/main/java/c/f/j/e/h.java b/app/src/main/java/c/f/j/e/h.java index ea55e3e0f1..a740ee4426 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -27,7 +27,7 @@ public class h { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f461c; + public final d f439c; public final Supplier d; public final w e; public final w f; @@ -45,7 +45,7 @@ public class h { public h(p pVar, Set set, Set set2, Supplier supplier, w wVar, w wVar2, f fVar, f fVar2, i iVar, f1 f1Var, Supplier supplier2, Supplier supplier3, a aVar, j jVar) { this.a = pVar; this.b = new c.f.j.k.c(set); - this.f461c = new b(set2); + this.f439c = new b(set2); this.d = supplier; this.e = wVar; this.f = wVar2; @@ -73,10 +73,10 @@ public class h { c.f.j.k.c cVar2; c.f.j.r.b.b(); if (eVar == null) { - e eVar3 = imageRequest.f2682r; + e eVar3 = imageRequest.r; if (eVar3 == null) { eVar2 = this.b; - b0 b0Var = new b0(eVar2, this.f461c); + b0 b0Var = new b0(eVar2, this.f439c); aVar = this.k; if (aVar != null) { aVar.a(obj, false); @@ -84,7 +84,7 @@ public class h { ImageRequest.c f = ImageRequest.c.f(imageRequest.m, cVar); String valueOf = String.valueOf(this.i.getAndIncrement()); if (!imageRequest.f) { - if (c.f.d.l.b.e(imageRequest.f2681c)) { + if (c.f.d.l.b.e(imageRequest.f2264c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); @@ -102,10 +102,10 @@ public class h { } cVar2 = new c.f.j.k.c(this.b, eVar3); } else { - e eVar4 = imageRequest.f2682r; + e eVar4 = imageRequest.r; if (eVar4 == null) { eVar2 = new c.f.j.k.c(this.b, eVar); - b0 b0Var = new b0(eVar2, this.f461c); + b0 b0Var = new b0(eVar2, this.f439c); aVar = this.k; if (aVar != null) { } @@ -123,7 +123,7 @@ public class h { cVar2 = new c.f.j.k.c(this.b, eVar, eVar4); } eVar2 = cVar2; - b0 b0Var = new b0(eVar2, this.f461c); + b0 b0Var = new b0(eVar2, this.f439c); aVar = this.k; if (aVar != null) { } diff --git a/app/src/main/java/c/f/j/e/j.java b/app/src/main/java/c/f/j/e/j.java index e0d0b46981..b2c637397a 100644 --- a/app/src/main/java/c/f/j/e/j.java +++ b/app/src/main/java/c/f/j/e/j.java @@ -31,7 +31,7 @@ public class j { public final Bitmap.Config b; /* renamed from: c reason: collision with root package name */ - public final Supplier f462c; + public final Supplier f440c; public final w.a d; public final i e; public final Context f; @@ -46,25 +46,23 @@ public class j { public final n0 o; public final int p; public final x q; + public final c.f.j.h.c r; - /* renamed from: r reason: collision with root package name */ - public final c.f.j.h.c f463r; - public final Set s; + /* renamed from: s reason: collision with root package name */ + public final Set f441s; public final Set t; public final boolean u; public final DiskCacheConfig v; - - /* renamed from: w reason: collision with root package name */ - public final k f464w; + public final k w; /* renamed from: x reason: collision with root package name */ - public final boolean f465x; + public final boolean f442x; /* renamed from: y reason: collision with root package name */ - public final c.f.j.g.a f466y; + public final c.f.j.g.a f443y; /* renamed from: z reason: collision with root package name */ - public final c.f.j.c.a f467z; + public final c.f.j.c.a f444z; /* compiled from: ImagePipelineConfig */ public static class a { @@ -72,7 +70,7 @@ public class j { public final Context b; /* renamed from: c reason: collision with root package name */ - public boolean f468c = false; + public boolean f445c = false; public DiskCacheConfig d; public DiskCacheConfig e; public final k.b f = new k.b(this); @@ -96,9 +94,9 @@ public class j { n nVar; z zVar; c.f.j.r.b.b(); - this.f464w = new k(aVar.f, null); + this.w = new k(aVar.f, null); Supplier supplier = aVar.a; - this.f462c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; + this.f440c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; this.d = new c.f.j.c.c(); this.b = Bitmap.Config.ARGB_8888; synchronized (n.class) { @@ -112,7 +110,7 @@ public class j { Objects.requireNonNull(context); this.f = context; this.h = new c(new d()); - this.g = aVar.f468c; + this.g = aVar.f445c; this.i = new o(); synchronized (z.class) { if (z.a == null) { @@ -142,16 +140,16 @@ public class j { c.f.j.r.b.b(); x xVar = new x(new c.f.j.l.w(new w.b(null), null)); this.q = xVar; - this.f463r = new c.f.j.h.e(); - this.s = new HashSet(); + this.r = new c.f.j.h.e(); + this.f441s = new HashSet(); this.t = new HashSet(); this.u = true; DiskCacheConfig diskCacheConfig2 = aVar.e; this.v = diskCacheConfig2 != null ? diskCacheConfig2 : diskCacheConfig; this.j = new b(xVar.b()); - this.f465x = aVar.g; - this.f466y = aVar.h; - this.f467z = new c.f.j.c.k(); + this.f442x = aVar.g; + this.f443y = aVar.h; + this.f444z = new c.f.j.c.k(); c.f.j.r.b.b(); } } diff --git a/app/src/main/java/c/f/j/e/k.java b/app/src/main/java/c/f/j/e/k.java index b51efdb682..b79d0c08e6 100644 --- a/app/src/main/java/c/f/j/e/k.java +++ b/app/src/main/java/c/f/j/e/k.java @@ -9,7 +9,7 @@ public class k { public final d b = new c(); /* renamed from: c reason: collision with root package name */ - public final boolean f469c; + public final boolean f446c; public final Supplier d; public boolean e; public final boolean f; @@ -21,7 +21,7 @@ public class k { public boolean b; /* renamed from: c reason: collision with root package name */ - public Supplier f470c = new c.f.d.d.k(Boolean.FALSE); + public Supplier f447c = new c.f.d.d.k(Boolean.FALSE); public b(j.a aVar) { this.a = aVar; @@ -38,8 +38,8 @@ public class k { public k(b bVar, a aVar) { Objects.requireNonNull(bVar); - this.f469c = bVar.b; - this.d = bVar.f470c; + this.f446c = bVar.b; + this.d = bVar.f447c; this.e = true; this.f = true; this.g = 20; diff --git a/app/src/main/java/c/f/j/e/l.java b/app/src/main/java/c/f/j/e/l.java index f8c6ecd761..92b7ada555 100644 --- a/app/src/main/java/c/f/j/e/l.java +++ b/app/src/main/java/c/f/j/e/l.java @@ -44,7 +44,7 @@ public class l { public final f1 b; /* renamed from: c reason: collision with root package name */ - public final j f471c; + public final j f448c; public final a d; public m e; public s f; @@ -59,21 +59,21 @@ public class l { public p o; public f p; public h q; + public PlatformBitmapFactory r; - /* renamed from: r reason: collision with root package name */ - public PlatformBitmapFactory f472r; - public d s; + /* renamed from: s reason: collision with root package name */ + public d f449s; public a t; public l(j jVar) { c.f.j.r.b.b(); Objects.requireNonNull(jVar); - this.f471c = jVar; - Objects.requireNonNull(jVar.f464w); + this.f448c = jVar; + Objects.requireNonNull(jVar.w); this.b = new g1(jVar.j.b()); - Objects.requireNonNull(jVar.f464w); + Objects.requireNonNull(jVar.w); CloseableReference.j = 0; - this.d = new a(jVar.f466y); + this.d = new a(jVar.f443y); c.f.j.r.b.b(); } @@ -89,48 +89,48 @@ public class l { public final h a() { b bVar; if (Build.VERSION.SDK_INT >= 24) { - Objects.requireNonNull(this.f471c.f464w); + Objects.requireNonNull(this.f448c.w); } if (this.o == null) { - ContentResolver contentResolver = this.f471c.f.getApplicationContext().getContentResolver(); + ContentResolver contentResolver = this.f448c.f.getApplicationContext().getContentResolver(); if (this.n == null) { - j jVar = this.f471c; - k.d dVar = jVar.f464w.b; + j jVar = this.f448c; + k.d dVar = jVar.w.b; Context context = jVar.f; c.f.d.g.a f = jVar.q.f(); if (this.k == null) { - Objects.requireNonNull(this.f471c); + Objects.requireNonNull(this.f448c); a b = b(); b bVar2 = null; if (b != null) { - bVar2 = b.b(this.f471c.b); - bVar = b.c(this.f471c.b); + bVar2 = b.b(this.f448c.b); + bVar = b.c(this.f448c.b); } else { bVar = null; } - Objects.requireNonNull(this.f471c); + Objects.requireNonNull(this.f448c); this.k = new c.f.j.h.a(bVar2, bVar, h()); } b bVar3 = this.k; - j jVar2 = this.f471c; - c.f.j.h.c cVar = jVar2.f463r; + j jVar2 = this.f448c; + c.f.j.h.c cVar = jVar2.r; boolean z2 = jVar2.g; boolean z3 = jVar2.u; - Objects.requireNonNull(jVar2.f464w); - j jVar3 = this.f471c; + Objects.requireNonNull(jVar2.w); + j jVar3 = this.f448c; e eVar = jVar3.j; g d = jVar3.q.d(0); - this.f471c.q.e(); + this.f448c.q.e(); s d2 = d(); s e = e(); f f2 = f(); f i = i(); - i iVar = this.f471c.e; + i iVar = this.f448c.e; PlatformBitmapFactory g = g(); - Objects.requireNonNull(this.f471c.f464w); - Objects.requireNonNull(this.f471c.f464w); - Objects.requireNonNull(this.f471c.f464w); - k kVar = this.f471c.f464w; + Objects.requireNonNull(this.f448c.w); + Objects.requireNonNull(this.f448c.w); + Objects.requireNonNull(this.f448c.w); + k kVar = this.f448c.w; int i2 = kVar.a; a aVar = this.d; int i3 = kVar.g; @@ -138,50 +138,50 @@ public class l { this.n = new o(context, f, bVar3, cVar, z2, z3, false, eVar, d, d2, e, f2, i, iVar, g, 0, 0, false, i2, aVar, false, i3); } o oVar = this.n; - j jVar4 = this.f471c; + j jVar4 = this.f448c; n0 n0Var = jVar4.o; boolean z4 = jVar4.u; - Objects.requireNonNull(jVar4.f464w); + Objects.requireNonNull(jVar4.w); f1 f1Var = this.b; - j jVar5 = this.f471c; + j jVar5 = this.f448c; boolean z5 = jVar5.g; - Objects.requireNonNull(jVar5.f464w); - j jVar6 = this.f471c; - boolean z6 = jVar6.f465x; + Objects.requireNonNull(jVar5.w); + j jVar6 = this.f448c; + boolean z6 = jVar6.f442x; if (this.m == null) { - Objects.requireNonNull(jVar6.f464w); - k kVar2 = this.f471c.f464w; + Objects.requireNonNull(jVar6.w); + k kVar2 = this.f448c.w; this.m = new e(kVar2.a, false, null, null, kVar2.f); } c.f.j.s.c cVar2 = this.m; - Objects.requireNonNull(this.f471c.f464w); - Objects.requireNonNull(this.f471c.f464w); - Objects.requireNonNull(this.f471c.f464w); - Objects.requireNonNull(this.f471c.f464w); + Objects.requireNonNull(this.f448c.w); + Objects.requireNonNull(this.f448c.w); + Objects.requireNonNull(this.f448c.w); + Objects.requireNonNull(this.f448c.w); this.o = new p(contentResolver, oVar, n0Var, z4, false, f1Var, z5, false, false, z6, cVar2, false, false, false, false); } p pVar = this.o; - Set unmodifiableSet = Collections.unmodifiableSet(this.f471c.s); - Set unmodifiableSet2 = Collections.unmodifiableSet(this.f471c.t); - Supplier supplier = this.f471c.l; + Set unmodifiableSet = Collections.unmodifiableSet(this.f448c.f441s); + Set unmodifiableSet2 = Collections.unmodifiableSet(this.f448c.t); + Supplier supplier = this.f448c.l; s d3 = d(); s e2 = e(); f f3 = f(); f i4 = i(); - j jVar7 = this.f471c; + j jVar7 = this.f448c; i iVar2 = jVar7.e; f1 f1Var2 = this.b; - Supplier supplier2 = jVar7.f464w.d; + Supplier supplier2 = jVar7.w.d; Objects.requireNonNull(jVar7); - return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f471c); + return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f448c); } public final a b() { if (this.t == null) { PlatformBitmapFactory g = g(); - e eVar = this.f471c.j; + e eVar = this.f448c.j; m c2 = c(); - boolean z2 = this.f471c.f464w.f469c; + boolean z2 = this.f448c.w.f446c; if (!c.f.j.a.b.b.a) { try { c.f.j.a.b.b.b = (a) Class.forName("com.facebook.fresco.animation.factory.AnimatedFactoryV2Impl").getConstructor(PlatformBitmapFactory.class, e.class, m.class, Boolean.TYPE).newInstance(g, eVar, c2, Boolean.valueOf(z2)); @@ -198,9 +198,9 @@ public class l { public m c() { if (this.e == null) { - j jVar = this.f471c; - c.f.j.c.a aVar = jVar.f467z; - Supplier supplier = jVar.f462c; + j jVar = this.f448c; + c.f.j.c.a aVar = jVar.f444z; + Supplier supplier = jVar.f440c; c.f.d.g.c cVar = jVar.n; w.a aVar2 = jVar.d; c.f.j.c.k kVar = (c.f.j.c.k) aVar; @@ -215,7 +215,7 @@ public class l { public s d() { if (this.f == null) { m c2 = c(); - r rVar = this.f471c.k; + r rVar = this.f448c.k; Objects.requireNonNull((z) rVar); this.f = new s<>(c2, new t(rVar)); } @@ -224,9 +224,9 @@ public class l { public s e() { if (this.h == null) { - Objects.requireNonNull(this.f471c); + Objects.requireNonNull(this.f448c); if (this.g == null) { - j jVar = this.f471c; + j jVar = this.f448c; Supplier supplier = jVar.i; c.f.d.g.c cVar = jVar.n; v vVar = new v(new p(), new y(), supplier, null); @@ -234,7 +234,7 @@ public class l { this.g = vVar; } m mVar = this.g; - r rVar = this.f471c.k; + r rVar = this.f448c.k; Objects.requireNonNull((z) rVar); this.h = new s<>(mVar, new q(rVar)); } @@ -244,33 +244,33 @@ public class l { public f f() { if (this.i == null) { if (this.j == null) { - j jVar = this.f471c; + j jVar = this.f448c; this.j = ((c) jVar.h).a(jVar.m); } h hVar = this.j; - j jVar2 = this.f471c; + j jVar2 = this.f448c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.i = new f(hVar, xVar.d(0), this.f471c.q.e(), this.f471c.j.e(), this.f471c.j.d(), this.f471c.k); + this.i = new f(hVar, xVar.d(0), this.f448c.q.e(), this.f448c.j.e(), this.f448c.j.d(), this.f448c.k); } return this.i; } public PlatformBitmapFactory g() { - if (this.f472r == null) { - x xVar = this.f471c.q; + if (this.r == null) { + x xVar = this.f448c.q; h(); - this.f472r = new c.f.j.b.a(xVar.a(), this.d); + this.r = new c.f.j.b.a(xVar.a(), this.d); } - return this.f472r; + return this.r; } public d h() { d dVar; - if (this.s == null) { - j jVar = this.f471c; + if (this.f449s == null) { + j jVar = this.f448c; x xVar = jVar.q; - Objects.requireNonNull(jVar.f464w); + Objects.requireNonNull(jVar.w); if (Build.VERSION.SDK_INT >= 26) { int b = xVar.b(); dVar = new c.f.j.n.c(xVar.a(), b, new Pools.SynchronizedPool(b)); @@ -278,22 +278,22 @@ public class l { int b2 = xVar.b(); dVar = new c.f.j.n.a(xVar.a(), b2, new Pools.SynchronizedPool(b2)); } - this.s = dVar; + this.f449s = dVar; } - return this.s; + return this.f449s; } public final f i() { if (this.p == null) { if (this.q == null) { - j jVar = this.f471c; + j jVar = this.f448c; this.q = ((c) jVar.h).a(jVar.v); } h hVar = this.q; - j jVar2 = this.f471c; + j jVar2 = this.f448c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.p = new f(hVar, xVar.d(0), this.f471c.q.e(), this.f471c.j.e(), this.f471c.j.d(), this.f471c.k); + this.p = new f(hVar, xVar.d(0), this.f448c.q.e(), this.f448c.j.e(), this.f448c.j.d(), this.f448c.k); } return this.p; } diff --git a/app/src/main/java/c/f/j/e/o.java b/app/src/main/java/c/f/j/e/o.java index faa7d6c60d..a9836da90e 100644 --- a/app/src/main/java/c/f/j/e/o.java +++ b/app/src/main/java/c/f/j/e/o.java @@ -24,7 +24,7 @@ public class o { public Resources b; /* renamed from: c reason: collision with root package name */ - public AssetManager f473c; + public AssetManager f450c; public final a d; public final b e; public final c f; @@ -39,27 +39,25 @@ public class o { public final w o; public final i p; public final d q; + public final d r; - /* renamed from: r reason: collision with root package name */ - public final d f474r; - public final PlatformBitmapFactory s; + /* renamed from: s reason: collision with root package name */ + public final PlatformBitmapFactory f451s; public final int t; public final int u; public boolean v; - - /* renamed from: w reason: collision with root package name */ - public final a f475w; + public final a w; /* renamed from: x reason: collision with root package name */ - public final int f476x; + public final int f452x; /* renamed from: y reason: collision with root package name */ - public final boolean f477y; + public final boolean f453y; public o(Context context, a aVar, b bVar, c cVar, boolean z2, boolean z3, boolean z4, e eVar, g gVar, w wVar, w wVar2, f fVar, f fVar2, i iVar, PlatformBitmapFactory platformBitmapFactory, int i, int i2, boolean z5, int i3, a aVar2, boolean z6, int i4) { this.a = context.getApplicationContext().getContentResolver(); this.b = context.getApplicationContext().getResources(); - this.f473c = context.getApplicationContext().getAssets(); + this.f450c = context.getApplicationContext().getAssets(); this.d = aVar; this.e = bVar; this.f = cVar; @@ -73,15 +71,15 @@ public class o { this.l = fVar; this.m = fVar2; this.p = iVar; - this.s = platformBitmapFactory; + this.f451s = platformBitmapFactory; this.q = new d<>(i4); - this.f474r = new d<>(i4); + this.r = new d<>(i4); this.t = i; this.u = i2; this.v = z5; - this.f476x = i3; - this.f475w = aVar2; - this.f477y = z6; + this.f452x = i3; + this.w = aVar2; + this.f453y = z6; } public b1 a(v0 v0Var, boolean z2, c.f.j.s.c cVar) { diff --git a/app/src/main/java/c/f/j/e/p.java b/app/src/main/java/c/f/j/e/p.java index 447442f474..3651937c07 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -56,7 +56,7 @@ public class p { public final o b; /* renamed from: c reason: collision with root package name */ - public final n0 f478c; + public final n0 f454c; public final boolean d; public final boolean e; public final f1 f; @@ -80,12 +80,12 @@ public class p { public v0> q; @Nullable @VisibleForTesting - - /* renamed from: r reason: collision with root package name */ - public v0> f479r; + public v0> r; @Nullable @VisibleForTesting - public v0> s; + + /* renamed from: s reason: collision with root package name */ + public v0> f455s; @Nullable @VisibleForTesting public v0> t; @@ -96,21 +96,19 @@ public class p { @VisibleForTesting public v0> v; @VisibleForTesting - - /* renamed from: w reason: collision with root package name */ - public Map>, v0>> f480w = new HashMap(); + public Map>, v0>> w = new HashMap(); @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public Map>, v0>> f481x; + public Map>, v0>> f456x; public p(ContentResolver contentResolver, o oVar, n0 n0Var, boolean z2, boolean z3, f1 f1Var, boolean z4, boolean z5, boolean z6, boolean z7, c cVar, boolean z8, boolean z9, boolean z10, boolean z11) { this.a = contentResolver; this.b = oVar; - this.f478c = n0Var; + this.f454c = n0Var; this.d = z2; new HashMap(); - this.f481x = new HashMap(); + this.f456x = new HashMap(); this.f = f1Var; this.g = z4; this.h = z5; @@ -127,7 +125,7 @@ public class p { if (this.o == null) { b.b(); o oVar = this.b; - v0 m = m(new m0(oVar.k, oVar.d, this.f478c)); + v0 m = m(new m0(oVar.k, oVar.d, this.f454c)); Objects.requireNonNull(m); a aVar = new a(m); this.o = aVar; @@ -155,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2681c; + Uri uri = imageRequest.f2264c; d.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -223,13 +221,13 @@ public class p { b.b(); if (imageRequest.q != null) { synchronized (this) { - v0> v0Var = this.f480w.get(r0Var); + v0> v0Var = this.w.get(r0Var); if (v0Var == null) { o oVar3 = this.b; - s0 s0Var = new s0(r0Var, oVar3.s, oVar3.j.c()); + s0 s0Var = new s0(r0Var, oVar3.f451s, oVar3.j.c()); o oVar4 = this.b; r0 r0Var2 = new r0(oVar4.o, oVar4.p, s0Var); - this.f480w.put(r0Var, r0Var2); + this.w.put(r0Var, r0Var2); r0Var = r0Var2; } else { r0Var = v0Var; @@ -238,18 +236,18 @@ public class p { } if (this.h) { synchronized (this) { - v0> v0Var2 = this.f481x.get(r0Var); + v0> v0Var2 = this.f456x.get(r0Var); if (v0Var2 == null) { o oVar5 = this.b; i iVar = new i(r0Var, oVar5.t, oVar5.u, oVar5.v); - this.f481x.put(r0Var, iVar); + this.f456x.put(r0Var, iVar); r0Var = iVar; } else { r0Var = v0Var2; } } } - if (this.m && imageRequest.s > 0) { + if (this.m && imageRequest.f2265s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } @@ -266,29 +264,29 @@ public class p { public final synchronized v0> d() { if (this.t == null) { o oVar = this.b; - this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f473c)); + this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f450c)); } return this.t; } public final synchronized v0> e() { - if (this.f479r == null) { + if (this.r == null) { o oVar = this.b; e0 e0Var = new e0(oVar.j.e(), oVar.k, oVar.a); o oVar2 = this.b; Objects.requireNonNull(oVar2); o oVar3 = this.b; - this.f479r = l(e0Var, new j1[]{new f0(oVar2.j.e(), oVar2.k, oVar2.a), new LocalExifThumbnailProducer(oVar3.j.f(), oVar3.k, oVar3.a)}); + this.r = l(e0Var, new j1[]{new f0(oVar2.j.e(), oVar2.k, oVar2.a), new LocalExifThumbnailProducer(oVar3.j.f(), oVar3.k, oVar3.a)}); } - return this.f479r; + return this.r; } public final synchronized v0> f() { - if (this.s == null) { + if (this.f455s == null) { o oVar = this.b; - this.s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); + this.f455s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); } - return this.s; + return this.f455s; } public final synchronized v0> g() { @@ -320,7 +318,7 @@ public class p { o oVar3 = this.b; w wVar2 = oVar3.o; c.f.j.c.i iVar2 = oVar3.p; - return new j(oVar3.n, oVar3.l, oVar3.m, iVar2, oVar3.q, oVar3.f474r, new f(wVar2, iVar2, e1Var)); + return new j(oVar3.n, oVar3.l, oVar3.m, iVar2, oVar3.q, oVar3.r, new f(wVar2, iVar2, e1Var)); } o oVar4 = this.b; return new f(oVar4.o, oVar4.p, e1Var); @@ -329,7 +327,7 @@ public class p { public final v0> j(v0 v0Var) { b.b(); o oVar = this.b; - v0> i = i(new n(oVar.d, oVar.j.a(), oVar.e, oVar.f, oVar.g, oVar.h, oVar.i, v0Var, oVar.f476x, oVar.f475w, null, l.a)); + v0> i = i(new n(oVar.d, oVar.j.a(), oVar.e, oVar.f, oVar.g, oVar.h, oVar.i, v0Var, oVar.f452x, oVar.w, null, l.a)); b.b(); return i; } @@ -369,8 +367,8 @@ public class p { c.f.j.c.i iVar2 = oVar4.p; v vVar = new v(wVar, iVar2, v0Var); if (!this.l) { - return new u(iVar2, oVar4.f477y, vVar); + return new u(iVar2, oVar4.f453y, vVar); } - return new u(iVar2, oVar4.f477y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.f474r, vVar)); + return new u(iVar2, oVar4.f453y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); } } diff --git a/app/src/main/java/c/f/j/h/a.java b/app/src/main/java/c/f/j/h/a.java index 55d7267aa9..37abe50900 100644 --- a/app/src/main/java/c/f/j/h/a.java +++ b/app/src/main/java/c/f/j/h/a.java @@ -16,7 +16,7 @@ public class a implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f482c; + public final d f457c; public final b d = new C0066a(); /* compiled from: DefaultImageDecoder */ @@ -31,7 +31,7 @@ public class a implements b { c.f.i.c cVar = eVar.k; if (cVar == c.f.i.b.a) { a aVar = a.this; - CloseableReference b = aVar.f482c.b(eVar, bVar.d, null, i, null); + CloseableReference b = aVar.f457c.b(eVar, bVar.d, null, i, null); try { aVar.c(null, b); eVar.w(); @@ -41,7 +41,7 @@ public class a implements b { } finally { b.close(); } - } else if (cVar == c.f.i.b.f443c) { + } else if (cVar == c.f.i.b.f421c) { a aVar2 = a.this; Objects.requireNonNull(aVar2); eVar.w(); @@ -68,7 +68,7 @@ public class a implements b { public a(b bVar, b bVar2, d dVar) { this.a = bVar; this.b = bVar2; - this.f482c = dVar; + this.f457c = dVar; } @Override // c.f.j.h.b @@ -83,7 +83,7 @@ public class a implements b { } public c.f.j.j.d b(e eVar, b bVar) { - CloseableReference a = this.f482c.a(eVar, bVar.d, null, null); + CloseableReference a = this.f457c.a(eVar, bVar.d, null, null); try { c(null, a); i iVar = h.a; diff --git a/app/src/main/java/c/f/j/h/d.java b/app/src/main/java/c/f/j/h/d.java index 0f29a8c84e..74a2255405 100644 --- a/app/src/main/java/c/f/j/h/d.java +++ b/app/src/main/java/c/f/j/h/d.java @@ -13,7 +13,7 @@ public class d { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f483c = 0; + public int f458c = 0; public int d = 0; public int e = 0; public int f = 0; @@ -39,8 +39,8 @@ public class d { if (this.a == 6 || (read = inputStream.read()) == -1) { break; } - int i2 = this.f483c + 1; - this.f483c = i2; + int i2 = this.f458c + 1; + this.f458c = i2; if (this.g) { this.a = 6; this.g = false; @@ -58,7 +58,7 @@ public class d { } else { int i4 = ((this.b << 8) + read) - 2; c.c.a.a0.d.b2(inputStream, (long) i4); - this.f483c += i4; + this.f458c += i4; this.a = 2; } } else if (read == 255) { @@ -117,12 +117,12 @@ public class d { } public boolean b(e eVar) { - if (this.a == 6 || eVar.f() <= this.f483c) { + if (this.a == 6 || eVar.f() <= this.f458c) { return false; } f fVar = new f(eVar.e(), this.h.get(16384), this.h); try { - c.c.a.a0.d.b2(fVar, (long) this.f483c); + c.c.a.a0.d.b2(fVar, (long) this.f458c); boolean a = a(fVar); c.f.d.d.a.b(fVar); return a; diff --git a/app/src/main/java/c/f/j/j/a.java b/app/src/main/java/c/f/j/j/a.java index b0c4454c0f..99108718a8 100644 --- a/app/src/main/java/c/f/j/j/a.java +++ b/app/src/main/java/c/f/j/j/a.java @@ -35,8 +35,8 @@ public class a extends c { closeableReference.close(); } eVar.b = null; - CloseableReference.t(eVar.f446c); - eVar.f446c = null; + CloseableReference.t(eVar.f424c); + eVar.f424c = null; } } diff --git a/app/src/main/java/c/f/j/j/e.java b/app/src/main/java/c/f/j/j/e.java index c41e97f497..92c6e9655d 100644 --- a/app/src/main/java/c/f/j/j/e.java +++ b/app/src/main/java/c/f/j/j/e.java @@ -28,10 +28,10 @@ public class e implements Closeable { public int o = -1; public int p = 1; public int q = -1; + public a r; - /* renamed from: r reason: collision with root package name */ - public a f484r; - public ColorSpace s; + /* renamed from: s reason: collision with root package name */ + public ColorSpace f459s; public boolean t; public e(Supplier supplier, int i) { @@ -95,9 +95,9 @@ public class e implements Closeable { this.m = eVar.m; this.p = eVar.p; this.q = eVar.f(); - this.f484r = eVar.f484r; + this.r = eVar.r; eVar.w(); - this.s = eVar.s; + this.f459s = eVar.f459s; this.t = eVar.t; } @@ -247,7 +247,7 @@ public class e implements Closeable { try { InputStream e6 = e(); c.f.k.b a = c.f.k.a.a(e6); - this.s = a.b; + this.f459s = a.b; Pair pair3 = a.a; if (pair3 != null) { this.n = ((Integer) pair3.first).intValue(); diff --git a/app/src/main/java/c/f/j/j/h.java b/app/src/main/java/c/f/j/j/h.java index f17375ff45..1fc9bed95c 100644 --- a/app/src/main/java/c/f/j/j/h.java +++ b/app/src/main/java/c/f/j/j/h.java @@ -5,12 +5,12 @@ public class h implements i { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f485c; + public boolean f460c; public boolean d; public h(int i, boolean z2, boolean z3) { this.b = i; - this.f485c = z2; + this.f460c = z2; this.d = z3; } @@ -22,12 +22,12 @@ public class h implements i { return false; } h hVar = (h) obj; - return this.b == hVar.b && this.f485c == hVar.f485c && this.d == hVar.d; + return this.b == hVar.b && this.f460c == hVar.f460c && this.d == hVar.d; } public int hashCode() { int i = 0; - int i2 = this.b ^ (this.f485c ? 4194304 : 0); + int i2 = this.b ^ (this.f460c ? 4194304 : 0); if (this.d) { i = 8388608; } diff --git a/app/src/main/java/c/f/j/l/b.java b/app/src/main/java/c/f/j/l/b.java index 92da72878b..d7b6c4cf0c 100644 --- a/app/src/main/java/c/f/j/l/b.java +++ b/app/src/main/java/c/f/j/l/b.java @@ -9,7 +9,7 @@ public class b { public long b; /* renamed from: c reason: collision with root package name */ - public final int f486c; + public final int f461c; public final int d; public final f e; @@ -34,7 +34,7 @@ public class b { boolean z2 = true; d.j(Boolean.valueOf(i > 0)); d.j(Boolean.valueOf(i2 <= 0 ? false : z2)); - this.f486c = i; + this.f461c = i; this.d = i2; this.e = new a(); } diff --git a/app/src/main/java/c/f/j/l/c.java b/app/src/main/java/c/f/j/l/c.java index 20001c9543..c246b4fc3c 100644 --- a/app/src/main/java/c/f/j/l/c.java +++ b/app/src/main/java/c/f/j/l/c.java @@ -7,7 +7,7 @@ public class c { public static int b = 384; /* renamed from: c reason: collision with root package name */ - public static volatile b f487c; + public static volatile b f462c; static { int min = (int) Math.min(Runtime.getRuntime().maxMemory(), 2147483647L); diff --git a/app/src/main/java/c/f/j/l/e.java b/app/src/main/java/c/f/j/l/e.java index 6c82d87fd1..0ef78111ac 100644 --- a/app/src/main/java/c/f/j/l/e.java +++ b/app/src/main/java/c/f/j/l/e.java @@ -15,7 +15,7 @@ public class e extends q { if (bVar == null) { obj = null; } else { - obj = bVar.f490c.pollFirst(); + obj = bVar.f465c.pollFirst(); gVar.a(bVar); } } diff --git a/app/src/main/java/c/f/j/l/f.java b/app/src/main/java/c/f/j/l/f.java index b202d46219..24645e5907 100644 --- a/app/src/main/java/c/f/j/l/f.java +++ b/app/src/main/java/c/f/j/l/f.java @@ -13,7 +13,7 @@ public class f { public final int b; /* renamed from: c reason: collision with root package name */ - public final Queue f488c; + public final Queue f463c; public final boolean d; public int e; @@ -24,13 +24,13 @@ public class f { d.B(i3 < 0 ? false : z3); this.a = i; this.b = i2; - this.f488c = new LinkedList(); + this.f463c = new LinkedList(); this.e = i3; this.d = z2; } public void a(V v) { - this.f488c.add(v); + this.f463c.add(v); } public void b() { @@ -39,7 +39,7 @@ public class f { } public V c() { - return (V) this.f488c.poll(); + return (V) this.f463c.poll(); } public void d(V v) { diff --git a/app/src/main/java/c/f/j/l/g.java b/app/src/main/java/c/f/j/l/g.java index e055b90cbf..864e3dbcea 100644 --- a/app/src/main/java/c/f/j/l/g.java +++ b/app/src/main/java/c/f/j/l/g.java @@ -11,7 +11,7 @@ public class g { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public b f489c; + public b f464c; /* compiled from: BucketMap */ @VisibleForTesting @@ -20,12 +20,12 @@ public class g { public int b; /* renamed from: c reason: collision with root package name */ - public LinkedList f490c; + public LinkedList f465c; public b d; public b(b bVar, int i, LinkedList linkedList, b bVar2, a aVar) { this.b = i; - this.f490c = linkedList; + this.f465c = linkedList; this.d = null; } @@ -42,7 +42,7 @@ public class g { b bVar2 = (b) this.b; if (bVar2 == null) { this.b = bVar; - this.f489c = bVar; + this.f464c = bVar; return; } bVar.d = bVar2; @@ -65,8 +65,8 @@ public class g { if (bVar == this.b) { this.b = bVar3; } - if (bVar == this.f489c) { - this.f489c = bVar2; + if (bVar == this.f464c) { + this.f464c = bVar2; } } } diff --git a/app/src/main/java/c/f/j/l/o.java b/app/src/main/java/c/f/j/l/o.java index b22ac22be5..aa64a610a9 100644 --- a/app/src/main/java/c/f/j/l/o.java +++ b/app/src/main/java/c/f/j/l/o.java @@ -10,7 +10,7 @@ public class o extends BasePool implements a { public o(c cVar, y yVar, z zVar) { super(cVar, yVar, zVar); - SparseIntArray sparseIntArray = yVar.f494c; + SparseIntArray sparseIntArray = yVar.f469c; this.k = new int[sparseIntArray.size()]; for (int i = 0; i < sparseIntArray.size(); i++) { this.k[i] = sparseIntArray.keyAt(i); diff --git a/app/src/main/java/c/f/j/l/p.java b/app/src/main/java/c/f/j/l/p.java index bcd30c6a10..969fd5e791 100644 --- a/app/src/main/java/c/f/j/l/p.java +++ b/app/src/main/java/c/f/j/l/p.java @@ -11,13 +11,13 @@ public class p implements d { public final int b; /* renamed from: c reason: collision with root package name */ - public int f491c; + public int f466c; public final z d; public int e; public p(int i, int i2, z zVar, c cVar) { this.b = i; - this.f491c = i2; + this.f466c = i2; this.d = zVar; } @@ -62,7 +62,7 @@ public class p implements d { boolean add; Bitmap bitmap = (Bitmap) obj; int b = this.a.b(bitmap); - if (b <= this.f491c) { + if (b <= this.f466c) { this.d.g(b); e eVar = (e) this.a; Objects.requireNonNull(eVar); @@ -80,7 +80,7 @@ public class p implements d { gVar.a.put(b2, bVar2); bVar = bVar2; } - bVar.f490c.addLast(bitmap); + bVar.f465c.addLast(bitmap); gVar.a(bVar); } } diff --git a/app/src/main/java/c/f/j/l/q.java b/app/src/main/java/c/f/j/l/q.java index 1f60478c40..d8aebc39d3 100644 --- a/app/src/main/java/c/f/j/l/q.java +++ b/app/src/main/java/c/f/j/l/q.java @@ -16,12 +16,12 @@ public abstract class q { T t; g gVar = this.b; synchronized (gVar) { - g.b bVar = gVar.f489c; + g.b bVar = gVar.f464c; if (bVar == null) { t = null; } else { - T pollLast = bVar.f490c.pollLast(); - if (bVar.f490c.isEmpty()) { + T pollLast = bVar.f465c.pollLast(); + if (bVar.f465c.isEmpty()) { gVar.b(bVar); gVar.a.remove(bVar.b); } diff --git a/app/src/main/java/c/f/j/l/s.java b/app/src/main/java/c/f/j/l/s.java index 3df685f0ee..c79ab14fc1 100644 --- a/app/src/main/java/c/f/j/l/s.java +++ b/app/src/main/java/c/f/j/l/s.java @@ -9,7 +9,7 @@ public abstract class s extends BasePool { public s(c cVar, y yVar, z zVar) { super(cVar, yVar, zVar); - SparseIntArray sparseIntArray = yVar.f494c; + SparseIntArray sparseIntArray = yVar.f469c; this.k = new int[sparseIntArray.size()]; int i = 0; while (true) { diff --git a/app/src/main/java/c/f/j/l/w.java b/app/src/main/java/c/f/j/l/w.java index de498aa23f..280b97c608 100644 --- a/app/src/main/java/c/f/j/l/w.java +++ b/app/src/main/java/c/f/j/l/w.java @@ -9,7 +9,7 @@ public class w { public final z b = v.h(); /* renamed from: c reason: collision with root package name */ - public final y f492c; + public final y f467c; public final c d; public final y e; public final z f; @@ -32,7 +32,7 @@ public class w { for (int i3 = 131072; i3 <= 4194304; i3 *= 2) { sparseIntArray.put(i3, i); } - this.f492c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); + this.f467c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); this.d = d.b(); SparseIntArray sparseIntArray2 = new SparseIntArray(); sparseIntArray2.put(1024, 5); diff --git a/app/src/main/java/c/f/j/l/x.java b/app/src/main/java/c/f/j/l/x.java index 3ee420e78f..92776d01dc 100644 --- a/app/src/main/java/c/f/j/l/x.java +++ b/app/src/main/java/c/f/j/l/x.java @@ -14,7 +14,7 @@ public class x { public s b; /* renamed from: c reason: collision with root package name */ - public d f493c; + public d f468c; public s d; public s e; public g f; @@ -26,7 +26,7 @@ public class x { } public d a() { - if (this.f493c == null) { + if (this.f468c == null) { String str = this.a.i; char c2 = 65535; switch (str.hashCode()) { @@ -62,27 +62,27 @@ public class x { break; } if (c2 == 0) { - this.f493c = new l(); + this.f468c = new l(); } else if (c2 == 1) { - this.f493c = new m(); + this.f468c = new m(); } else if (c2 == 2) { Objects.requireNonNull(this.a); int i = this.a.j; v h = v.h(); Objects.requireNonNull(this.a); - this.f493c = new p(0, i, h, null); + this.f468c = new p(0, i, h, null); } else if (c2 != 3) { w wVar = this.a; - this.f493c = new h(wVar.d, wVar.a, wVar.b, false); + this.f468c = new h(wVar.d, wVar.a, wVar.b, false); } else { - this.f493c = new h(this.a.d, j.a(), this.a.b, false); + this.f468c = new h(this.a.d, j.a(), this.a.b, false); } } - return this.f493c; + return this.f468c; } public int b() { - return this.a.f492c.d; + return this.a.f467c.d; } public final s c(int i) { diff --git a/app/src/main/java/c/f/j/l/y.java b/app/src/main/java/c/f/j/l/y.java index b1c94c7fe9..9996c88395 100644 --- a/app/src/main/java/c/f/j/l/y.java +++ b/app/src/main/java/c/f/j/l/y.java @@ -8,7 +8,7 @@ public class y { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseIntArray f494c; + public final SparseIntArray f469c; public final int d; public y(int i, int i2, SparseIntArray sparseIntArray) { @@ -19,7 +19,7 @@ public class y { d.B(i >= 0 && i2 >= i); this.b = i; this.a = i2; - this.f494c = sparseIntArray; + this.f469c = sparseIntArray; this.d = i5; } } diff --git a/app/src/main/java/c/f/j/n/b.java b/app/src/main/java/c/f/j/n/b.java index fabdcc9d41..6f4c03eff2 100644 --- a/app/src/main/java/c/f/j/n/b.java +++ b/app/src/main/java/c/f/j/n/b.java @@ -28,12 +28,12 @@ public abstract class b implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final PreverificationHelper f495c; + public final PreverificationHelper f470c; @VisibleForTesting public final Pools.SynchronizedPool d; public b(d dVar, int i, Pools.SynchronizedPool synchronizedPool) { - this.f495c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; + this.f470c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; this.b = dVar; this.d = synchronizedPool; for (int i2 = 0; i2 < i; i2++) { @@ -82,8 +82,8 @@ public abstract class b implements d { boolean z3 = false; if ((cVar == c.f.i.b.a || cVar == c.f.i.b.l) && eVar.j == null) { Objects.requireNonNull(eVar.i); - PooledByteBuffer w2 = eVar.i.w(); - if (!(w2.h(i - 2) == -1 && w2.h(i - 1) == -39)) { + PooledByteBuffer w = eVar.i.w(); + if (!(w.h(i - 2) == -1 && w.h(i - 1) == -39)) { z2 = false; e = e(eVar, config); e2 = eVar.e(); @@ -159,7 +159,7 @@ public abstract class b implements d { i2 = rect.height() / options.inSampleSize; } int i3 = Build.VERSION.SDK_INT; - boolean z2 = i3 >= 26 && (preverificationHelper = this.f495c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); + boolean z2 = i3 >= 26 && (preverificationHelper = this.f470c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); BitmapRegionDecoder bitmapRegionDecoder2 = null; if (rect != null || !z2) { if (rect != null && z2) { diff --git a/app/src/main/java/c/f/j/p/a0.java b/app/src/main/java/c/f/j/p/a0.java index 5ffc0f94be..237cb2a472 100644 --- a/app/src/main/java/c/f/j/p/a0.java +++ b/app/src/main/java/c/f/j/p/a0.java @@ -17,7 +17,7 @@ public class a0 extends c { public final ExecutorService b = Executors.newFixedThreadPool(3); /* renamed from: c reason: collision with root package name */ - public final b f496c; + public final b f471c; /* compiled from: HttpUrlConnectionNetworkFetcher */ public static class a extends x { @@ -32,7 +32,7 @@ public class a0 extends c { public a0(int i) { RealtimeSinceBootClock realtimeSinceBootClock = RealtimeSinceBootClock.get(); - this.f496c = realtimeSinceBootClock; + this.f471c = realtimeSinceBootClock; this.a = i; } diff --git a/app/src/main/java/c/f/j/p/a1.java b/app/src/main/java/c/f/j/p/a1.java index 2fe35f3f21..68cc5b24fb 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -10,16 +10,16 @@ import java.util.concurrent.Executor; public class a1 extends g0 { /* renamed from: c reason: collision with root package name */ - public final ContentResolver f497c; + public final ContentResolver f472c; public a1(Executor executor, g gVar, ContentResolver contentResolver) { super(executor, gVar); - this.f497c = contentResolver; + this.f472c = contentResolver; } @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f497c.openInputStream(imageRequest.f2681c), -1); + return c(this.f472c.openInputStream(imageRequest.f2264c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/b0.java b/app/src/main/java/c/f/j/p/b0.java index 230f0fac86..89b160fdb0 100644 --- a/app/src/main/java/c/f/j/p/b0.java +++ b/app/src/main/java/c/f/j/p/b0.java @@ -9,13 +9,13 @@ public class b0 implements d, y0 { public final y0 b; /* renamed from: c reason: collision with root package name */ - public final e f498c; + public final e f473c; public final d d; public b0(e eVar, d dVar) { this.a = eVar; this.b = dVar; - this.f498c = eVar; + this.f473c = eVar; this.d = dVar; } @@ -33,7 +33,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void b(w0 w0Var) { - e eVar = this.f498c; + e eVar = this.f473c; if (eVar != null) { eVar.a(w0Var.e(), w0Var.b(), w0Var.getId(), w0Var.k()); } @@ -81,7 +81,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void f(w0 w0Var) { - e eVar = this.f498c; + e eVar = this.f473c; if (eVar != null) { eVar.c(w0Var.e(), w0Var.getId(), w0Var.k()); } @@ -101,7 +101,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void h(w0 w0Var, Throwable th) { - e eVar = this.f498c; + e eVar = this.f473c; if (eVar != null) { eVar.g(w0Var.e(), w0Var.getId(), th, w0Var.k()); } @@ -113,7 +113,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void i(w0 w0Var) { - e eVar = this.f498c; + e eVar = this.f473c; if (eVar != null) { eVar.k(w0Var.getId()); } diff --git a/app/src/main/java/c/f/j/p/b1.java b/app/src/main/java/c/f/j/p/b1.java index cd496ba3de..479c3d3c3d 100644 --- a/app/src/main/java/c/f/j/p/b1.java +++ b/app/src/main/java/c/f/j/p/b1.java @@ -20,7 +20,7 @@ public class b1 implements v0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final v0 f499c; + public final v0 f474c; public final boolean d; public final c e; @@ -28,7 +28,7 @@ public class b1 implements v0 { public class a extends p { /* renamed from: c reason: collision with root package name */ - public final boolean f500c; + public final boolean f475c; public final c d; public final w0 e; public boolean f = false; @@ -45,7 +45,7 @@ public class b1 implements v0 { a aVar = a.this; c cVar = aVar.d; eVar.w(); - c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f500c); + c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f475c); Objects.requireNonNull(createImageTranscoder); aVar.e.o().e(aVar.e, "ResizeAndRotateProducer"); ImageRequest e = aVar.e.e(); @@ -116,7 +116,7 @@ public class b1 implements v0 { super(lVar); this.e = w0Var; Objects.requireNonNull(w0Var.e()); - this.f500c = z2; + this.f475c = z2; this.d = cVar; this.g = new c0(b1.this.a, new C0068a(b1.this), 100); w0Var.f(new b(b1.this, lVar)); @@ -139,7 +139,7 @@ public class b1 implements v0 { eVar.w(); c.f.i.c cVar = eVar.k; ImageRequest e2 = this.e.e(); - c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f500c); + c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f475c); Objects.requireNonNull(createImageTranscoder); eVar.w(); if (eVar.k == c.f.i.c.a) { @@ -246,7 +246,7 @@ public class b1 implements v0 { Objects.requireNonNull(gVar); this.b = gVar; Objects.requireNonNull(v0Var); - this.f499c = v0Var; + this.f474c = v0Var; Objects.requireNonNull(cVar); this.e = cVar; this.d = z2; @@ -254,6 +254,6 @@ public class b1 implements v0 { @Override // c.f.j.p.v0 public void b(l lVar, w0 w0Var) { - this.f499c.b(new a(lVar, w0Var, this.d, this.e), w0Var); + this.f474c.b(new a(lVar, w0Var, this.d, this.e), w0Var); } } diff --git a/app/src/main/java/c/f/j/p/c0.java b/app/src/main/java/c/f/j/p/c0.java index ad30a4a836..3c6c23eede 100644 --- a/app/src/main/java/c/f/j/p/c0.java +++ b/app/src/main/java/c/f/j/p/c0.java @@ -14,7 +14,7 @@ public class c0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final Runnable f501c = new a(); + public final Runnable f476c = new a(); public final Runnable d = new b(); public final int e; @VisibleForTesting @@ -69,7 +69,7 @@ public class c0 { @Override // java.lang.Runnable public void run() { c0 c0Var = c0.this; - c0Var.a.execute(c0Var.f501c); + c0Var.a.execute(c0Var.f476c); } } diff --git a/app/src/main/java/c/f/j/p/d.java b/app/src/main/java/c/f/j/p/d.java index 3dfda528a6..0792bb8154 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -18,7 +18,7 @@ public class d implements w0 { public final ImageRequest b; /* renamed from: c reason: collision with root package name */ - public final String f502c; + public final String f477c; public final String d; public final y0 e; public final Object f; @@ -41,11 +41,11 @@ public class d implements w0 { public d(ImageRequest imageRequest, String str, String str2, y0 y0Var, Object obj, ImageRequest.c cVar, boolean z2, boolean z3, c.f.j.d.d dVar, j jVar) { this.b = imageRequest; - this.f502c = str; + this.f477c = str; HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2681c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2264c); this.d = str2; this.e = y0Var; this.f = obj; @@ -128,7 +128,7 @@ public class d implements w0 { @Override // c.f.j.p.w0 public String getId() { - return this.f502c; + return this.f477c; } @Override // c.f.j.p.w0 diff --git a/app/src/main/java/c/f/j/p/d0.java b/app/src/main/java/c/f/j/p/d0.java index 564ea511c3..03d19c8a18 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -12,11 +12,11 @@ import java.util.concurrent.Executor; public class d0 extends g0 { /* renamed from: c reason: collision with root package name */ - public final AssetManager f503c; + public final AssetManager f478c; public d0(Executor executor, g gVar, AssetManager assetManager) { super(executor, gVar); - this.f503c = assetManager; + this.f478c = assetManager; } /* JADX WARNING: Code restructure failed: missing block: B:12:0x0031, code lost: @@ -25,10 +25,10 @@ public class d0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream open = this.f503c.open(imageRequest.f2681c.getPath().substring(1), 2); + InputStream open = this.f478c.open(imageRequest.f2264c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f503c.openFd(imageRequest.f2681c.getPath().substring(1)); + assetFileDescriptor = this.f478c.openFd(imageRequest.f2264c.getPath().substring(1)); i = (int) assetFileDescriptor.getLength(); } catch (IOException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/e0.java b/app/src/main/java/c/f/j/p/e0.java index 565c01e5ef..c178632d53 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -17,7 +17,7 @@ import java.util.concurrent.Executor; public class e0 extends g0 { /* renamed from: c reason: collision with root package name */ - public static final String[] f504c = {"_id", "_data"}; + public static final String[] f479c = {"_id", "_data"}; public final ContentResolver d; public e0(Executor executor, g gVar, ContentResolver contentResolver) { @@ -28,7 +28,7 @@ public class e0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { InputStream inputStream; - Uri uri = imageRequest.f2681c; + Uri uri = imageRequest.f2264c; Uri uri2 = b.a; boolean z2 = false; if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) { @@ -54,7 +54,7 @@ public class e0 extends g0 { return c(inputStream, -1); } if (b.b(uri)) { - Cursor query = this.d.query(uri, f504c, null, null, null); + Cursor query = this.d.query(uri, f479c, null, null, null); e eVar = null; if (query != null) { try { diff --git a/app/src/main/java/c/f/j/p/f0.java b/app/src/main/java/c/f/j/p/f0.java index 44dce92706..976f559ee4 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -20,7 +20,7 @@ import java.util.concurrent.Executor; public class f0 extends g0 implements j1 { /* renamed from: c reason: collision with root package name */ - public static final String[] f505c = {"_id", "_data"}; + public static final String[] f480c = {"_id", "_data"}; public static final String[] d = {"_data"}; public static final Rect e = new Rect(0, 0, 512, 384); public static final Rect f = new Rect(0, 0, 96, 96); @@ -42,8 +42,8 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2681c; - if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f505c, null, null, null)) == null) { + Uri uri = imageRequest.f2264c; + if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f480c, null, null, null)) == null) { return null; } try { diff --git a/app/src/main/java/c/f/j/p/h.java b/app/src/main/java/c/f/j/p/h.java index 7aa3585103..aba71964d8 100644 --- a/app/src/main/java/c/f/j/p/h.java +++ b/app/src/main/java/c/f/j/p/h.java @@ -16,19 +16,19 @@ public class h implements v0> { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0> f506c; + public final v0> f481c; /* compiled from: BitmapMemoryCacheProducer */ public class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ CacheKey f507c; + public final /* synthetic */ CacheKey f482c; public final /* synthetic */ boolean d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(l lVar, CacheKey cacheKey, boolean z2) { super(lVar); - this.f507c = cacheKey; + this.f482c = cacheKey; this.d = z2; } @@ -48,7 +48,7 @@ public class h implements v0> { } else if (closeableReference2.w().d() || b.m(i, 8)) { this.b.b(closeableReference2, i); } else { - if (!e && (closeableReference = h.this.a.get(this.f507c)) != null) { + if (!e && (closeableReference = h.this.a.get(this.f482c)) != null) { try { c.f.j.j.i b = closeableReference2.w().b(); c.f.j.j.i b2 = closeableReference.w().b(); @@ -61,7 +61,7 @@ public class h implements v0> { } } if (this.d) { - closeableReference3 = h.this.a.a(this.f507c, closeableReference2); + closeableReference3 = h.this.a.a(this.f482c, closeableReference2); } if (e) { try { @@ -93,7 +93,7 @@ public class h implements v0> { public h(w wVar, i iVar, v0> v0Var) { this.a = wVar; this.b = iVar; - this.f506c = v0Var; + this.f481c = v0Var; } /* JADX INFO: finally extract failed */ @@ -137,7 +137,7 @@ public class h implements v0> { } o.j(w0Var, d, map); b.b(); - this.f506c.b(e, w0Var); + this.f481c.b(e, w0Var); b.b(); b.b(); } catch (Throwable th) { diff --git a/app/src/main/java/c/f/j/p/h1.java b/app/src/main/java/c/f/j/p/h1.java index 0f447ec851..8be291bd9f 100644 --- a/app/src/main/java/c/f/j/p/h1.java +++ b/app/src/main/java/c/f/j/p/h1.java @@ -10,7 +10,7 @@ public class h1 implements v0 { public int b = 0; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue, w0>> f508c = new ConcurrentLinkedQueue<>(); + public final ConcurrentLinkedQueue, w0>> f483c = new ConcurrentLinkedQueue<>(); public final Executor d; /* compiled from: ThrottlingProducer */ @@ -62,7 +62,7 @@ public class h1 implements v0 { public final void n() { Pair, w0> poll; synchronized (h1.this) { - poll = h1.this.f508c.poll(); + poll = h1.this.f483c.poll(); if (poll == null) { h1 h1Var = h1.this; h1Var.b--; @@ -89,7 +89,7 @@ public class h1 implements v0 { int i = this.b; z2 = true; if (i >= 5) { - this.f508c.add(Pair.create(lVar, w0Var)); + this.f483c.add(Pair.create(lVar, w0Var)); } else { this.b = i + 1; z2 = false; diff --git a/app/src/main/java/c/f/j/p/i.java b/app/src/main/java/c/f/j/p/i.java index d0b2784066..4fed4dd01f 100644 --- a/app/src/main/java/c/f/j/p/i.java +++ b/app/src/main/java/c/f/j/p/i.java @@ -11,19 +11,19 @@ public class i implements v0> { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f510c; + public final int f485c; public final boolean d; /* compiled from: BitmapPrepareProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final int f511c; + public final int f486c; public final int d; public a(l> lVar, int i, int i2) { super(lVar); - this.f511c = i; + this.f486c = i; this.d = i2; } @@ -34,7 +34,7 @@ public class i implements v0> { CloseableReference closeableReference = (CloseableReference) obj; if (closeableReference != null && closeableReference.x()) { c cVar = (c) closeableReference.w(); - if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f511c && height <= this.d) { + if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f486c && height <= this.d) { bitmap.prepareToDraw(); } } @@ -47,14 +47,14 @@ public class i implements v0> { Objects.requireNonNull(v0Var); this.a = v0Var; this.b = i; - this.f510c = i2; + this.f485c = i2; this.d = z2; } @Override // c.f.j.p.v0 public void b(l> lVar, w0 w0Var) { if (!w0Var.k() || this.d) { - this.a.b(new a(lVar, this.b, this.f510c), w0Var); + this.a.b(new a(lVar, this.b, this.f485c), w0Var); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/i0.java b/app/src/main/java/c/f/j/p/i0.java index f5bf05b004..ee6465637e 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -12,11 +12,11 @@ import java.util.concurrent.Executor; public class i0 extends g0 { /* renamed from: c reason: collision with root package name */ - public final Resources f512c; + public final Resources f487c; public i0(Executor executor, g gVar, Resources resources) { super(executor, gVar); - this.f512c = resources; + this.f487c = resources; } /* JADX WARNING: Code restructure failed: missing block: B:12:0x0038, code lost: @@ -25,10 +25,10 @@ public class i0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream openRawResource = this.f512c.openRawResource(Integer.parseInt(imageRequest.f2681c.getPath().substring(1))); + InputStream openRawResource = this.f487c.openRawResource(Integer.parseInt(imageRequest.f2264c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f512c.openRawResourceFd(Integer.parseInt(imageRequest.f2681c.getPath().substring(1))); + assetFileDescriptor = this.f487c.openRawResourceFd(Integer.parseInt(imageRequest.f2264c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/i1.java b/app/src/main/java/c/f/j/p/i1.java index 96114f30ce..98b6c1be81 100644 --- a/app/src/main/java/c/f/j/p/i1.java +++ b/app/src/main/java/c/f/j/p/i1.java @@ -11,20 +11,20 @@ public class i1 implements v0 { public class a extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f513c; + public final w0 f488c; public final int d; public final c.f.j.d.e e; public a(l lVar, w0 w0Var, int i) { super(lVar); - this.f513c = w0Var; + this.f488c = w0Var; this.d = i; this.e = w0Var.e().i; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - if (!i1.this.c(this.d + 1, this.b, this.f513c)) { + if (!i1.this.c(this.d + 1, this.b, this.f488c)) { this.b.c(th); } } @@ -38,7 +38,7 @@ public class i1 implements v0 { if (eVar != null) { eVar.close(); } - if (!i1.this.c(this.d + 1, this.b, this.f513c)) { + if (!i1.this.c(this.d + 1, this.b, this.f488c)) { this.b.b(null, 1); } } diff --git a/app/src/main/java/c/f/j/p/j.java b/app/src/main/java/c/f/j/p/j.java index 017f8ffbfd..ac3f4caf2d 100644 --- a/app/src/main/java/c/f/j/p/j.java +++ b/app/src/main/java/c/f/j/p/j.java @@ -18,7 +18,7 @@ public class j implements v0> { public final f b; /* renamed from: c reason: collision with root package name */ - public final f f514c; + public final f f489c; public final i d; public final v0> e; public final d f; @@ -28,7 +28,7 @@ public class j implements v0> { public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final w0 f515c; + public final w0 f490c; public final w d; public final f e; public final f f; @@ -38,7 +38,7 @@ public class j implements v0> { public a(l> lVar, w0 w0Var, w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2) { super(lVar); - this.f515c = w0Var; + this.f490c = w0Var; this.d = wVar; this.e = fVar; this.f = fVar2; @@ -55,11 +55,11 @@ public class j implements v0> { b.b(); if (!b.f(i) && closeableReference != null) { if (!b.l(i, 8)) { - ImageRequest e = this.f515c.e(); - ((n) this.g).b(e, this.f515c.b()); - if (this.f515c.l("origin").equals("memory_bitmap")) { - Objects.requireNonNull(this.f515c.g().f464w); - Objects.requireNonNull(this.f515c.g().f464w); + ImageRequest e = this.f490c.e(); + ((n) this.g).b(e, this.f490c.b()); + if (this.f490c.l("origin").equals("memory_bitmap")) { + Objects.requireNonNull(this.f490c.g().w); + Objects.requireNonNull(this.f490c.g().w); } this.b.b(closeableReference, i); b.b(); @@ -77,7 +77,7 @@ public class j implements v0> { public j(w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2, v0> v0Var) { this.a = wVar; this.b = fVar; - this.f514c = fVar2; + this.f489c = fVar2; this.d = iVar; this.f = dVar; this.g = dVar2; @@ -90,7 +90,7 @@ public class j implements v0> { b.b(); y0 o = w0Var.o(); o.e(w0Var, "BitmapProbeProducer"); - a aVar = new a(lVar, w0Var, this.a, this.b, this.f514c, this.d, this.f, this.g); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f489c, this.d, this.f, this.g); o.j(w0Var, "BitmapProbeProducer", null); b.b(); this.e.b(aVar, w0Var); diff --git a/app/src/main/java/c/f/j/p/j0.java b/app/src/main/java/c/f/j/p/j0.java index 85c3478785..832341cd1a 100644 --- a/app/src/main/java/c/f/j/p/j0.java +++ b/app/src/main/java/c/f/j/p/j0.java @@ -83,7 +83,7 @@ public class j0 implements v0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2681c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2264c, "r"); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); bitmap = mediaMetadataRetriever.getFrameAtTime(-1); @@ -141,7 +141,7 @@ public class j0 implements v0> { String str; Uri uri; Objects.requireNonNull(j0Var); - Uri uri2 = imageRequest.f2681c; + Uri uri2 = imageRequest.f2264c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } diff --git a/app/src/main/java/c/f/j/p/k.java b/app/src/main/java/c/f/j/p/k.java index cb442d7607..ed8cf32463 100644 --- a/app/src/main/java/c/f/j/p/k.java +++ b/app/src/main/java/c/f/j/p/k.java @@ -12,22 +12,22 @@ public class k implements v0 { public class b extends p { /* renamed from: c reason: collision with root package name */ - public w0 f516c; + public w0 f491c; public b(l lVar, w0 w0Var, a aVar) { super(lVar); - this.f516c = w0Var; + this.f491c = w0Var; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - k.this.b.b(this.b, this.f516c); + k.this.b.b(this.b, this.f491c); } @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - ImageRequest e = this.f516c.e(); + ImageRequest e = this.f491c.e(); boolean e2 = b.e(i); boolean W0 = d.W0(eVar, e.i); if (eVar != null && (W0 || e.g)) { @@ -41,7 +41,7 @@ public class k implements v0 { if (eVar != null) { eVar.close(); } - k.this.b.b(this.b, this.f516c); + k.this.b.b(this.b, this.f491c); } } } diff --git a/app/src/main/java/c/f/j/p/k0.java b/app/src/main/java/c/f/j/p/k0.java index 3288de6d03..472173c18f 100644 --- a/app/src/main/java/c/f/j/p/k0.java +++ b/app/src/main/java/c/f/j/p/k0.java @@ -19,7 +19,7 @@ public abstract class k0 implements v0 { public final v0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f517c; + public final boolean f492c; public final String d; public final String e; @@ -30,7 +30,7 @@ public abstract class k0 implements v0 { public final CopyOnWriteArraySet, w0>> b = new CopyOnWriteArraySet<>(); /* renamed from: c reason: collision with root package name */ - public T f518c; + public T f493c; public float d; public int e; public d f; @@ -51,8 +51,8 @@ public abstract class k0 implements v0 { if (bVar.g == this) { bVar.g = null; bVar.f = null; - bVar.b(bVar.f518c); - bVar.f518c = null; + bVar.b(bVar.f493c); + bVar.f493c = null; bVar.i(c.f.d.l.a.UNSET); } } @@ -135,7 +135,7 @@ public abstract class k0 implements v0 { k = k(); l = l(); j = j(); - closeable = this.f518c; + closeable = this.f493c; f = this.d; i = this.e; } @@ -144,7 +144,7 @@ public abstract class k0 implements v0 { d.r(j); synchronized (create) { synchronized (this) { - if (closeable != this.f518c) { + if (closeable != this.f493c) { closeable = null; } else if (closeable != null) { closeable = k0.this.c(closeable); @@ -216,8 +216,8 @@ public abstract class k0 implements v0 { it = this.b.iterator(); this.b.clear(); k0.this.e(this.a, this); - b(this.f518c); - this.f518c = null; + b(this.f493c); + this.f493c = null; } else { return; } @@ -237,12 +237,12 @@ public abstract class k0 implements v0 { int size; synchronized (this) { if (this.g == aVar) { - b(this.f518c); - this.f518c = null; + b(this.f493c); + this.f493c = null; it = this.b.iterator(); size = this.b.size(); if (b.f(i)) { - this.f518c = k0.this.c(t); + this.f493c = k0.this.c(t); this.e = i; } else { this.b.clear(); @@ -364,7 +364,7 @@ public abstract class k0 implements v0 { public k0(v0 v0Var, String str, String str2) { this.b = v0Var; this.a = new HashMap(); - this.f517c = false; + this.f492c = false; this.d = str; this.e = str2; } @@ -372,7 +372,7 @@ public abstract class k0 implements v0 { public k0(v0 v0Var, String str, String str2, boolean z2) { this.b = v0Var; this.a = new HashMap(); - this.f517c = z2; + this.f492c = z2; this.d = str; this.e = str2; } diff --git a/app/src/main/java/c/f/j/p/l0.java b/app/src/main/java/c/f/j/p/l0.java index 920de66260..e8b2dc8258 100644 --- a/app/src/main/java/c/f/j/p/l0.java +++ b/app/src/main/java/c/f/j/p/l0.java @@ -42,7 +42,7 @@ public class l0 extends e { d.t(list3); d.r(list2); if (dVar != null) { - if (!k0.this.f517c || dVar.k()) { + if (!k0.this.f492c || dVar.k()) { dVar.u(); } else { d.t(dVar.v(d.LOW)); diff --git a/app/src/main/java/c/f/j/p/m.java b/app/src/main/java/c/f/j/p/m.java index 8056822aec..5399f30605 100644 --- a/app/src/main/java/c/f/j/p/m.java +++ b/app/src/main/java/c/f/j/p/m.java @@ -18,7 +18,7 @@ public class m extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { boolean z2; - String uri = imageRequest.f2681c.toString(); + String uri = imageRequest.f2264c.toString(); d.j(Boolean.valueOf(uri.substring(0, 5).equals("data:"))); int indexOf = uri.indexOf(44); String substring = uri.substring(indexOf + 1, uri.length()); diff --git a/app/src/main/java/c/f/j/p/m0.java b/app/src/main/java/c/f/j/p/m0.java index ec6820e25d..235313b78c 100644 --- a/app/src/main/java/c/f/j/p/m0.java +++ b/app/src/main/java/c/f/j/p/m0.java @@ -20,7 +20,7 @@ public class m0 implements v0 { public final c.f.d.g.a b; /* renamed from: c reason: collision with root package name */ - public final n0 f519c; + public final n0 f494c; /* compiled from: NetworkFetchProducer */ public class a implements n0.a { @@ -51,11 +51,11 @@ public class m0 implements v0 { try { int read = inputStream.read(bArr); if (read < 0) { - n0 n0Var = m0Var.f519c; + n0 n0Var = m0Var.f494c; int i2 = ((MemoryPooledByteBufferOutputStream) e).k; a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - ((a0.a) xVar).f = a0Var.f496c.now(); + ((a0.a) xVar).f = a0Var.f471c.now(); m0Var.c(e, xVar); m0Var.b.release(bArr); e.close(); @@ -79,7 +79,7 @@ public class m0 implements v0 { public m0(g gVar, c.f.d.g.a aVar, n0 n0Var) { this.a = gVar; this.b = aVar; - this.f519c = n0Var; + this.f494c = n0Var; } /* JADX WARNING: Removed duplicated region for block: B:12:0x002c */ @@ -91,7 +91,7 @@ public class m0 implements v0 { try { e eVar2 = new e(C); try { - eVar2.f484r = null; + eVar2.r = null; eVar2.p(); w0Var.h(f.NETWORK); lVar.b(eVar2, i); @@ -123,13 +123,13 @@ public class m0 implements v0 { @Override // c.f.j.p.v0 public void b(l lVar, w0 w0Var) { w0Var.o().e(w0Var, "NetworkFetchProducer"); - Objects.requireNonNull((a0) this.f519c); + Objects.requireNonNull((a0) this.f494c); a0.a aVar = new a0.a(lVar, w0Var); - n0 n0Var = this.f519c; + n0 n0Var = this.f494c; a aVar2 = new a(aVar); a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - aVar.d = a0Var.f496c.now(); + aVar.d = a0Var.f471c.now(); w0Var.f(new z(a0Var, a0Var.b.submit(new y(a0Var, aVar, aVar2)), aVar2)); } @@ -139,7 +139,7 @@ public class m0 implements v0 { if (!xVar.a().g(xVar.b, "NetworkFetchProducer")) { hashMap = null; } else { - Objects.requireNonNull((a0) this.f519c); + Objects.requireNonNull((a0) this.f494c); a0.a aVar = (a0.a) xVar; hashMap = new HashMap(4); hashMap.put("queue_time", Long.toString(aVar.e - aVar.d)); @@ -160,11 +160,11 @@ public class m0 implements v0 { if (!xVar.b.p()) { z2 = false; } else { - Objects.requireNonNull(this.f519c); + Objects.requireNonNull(this.f494c); z2 = true; } - if (z2 && uptimeMillis - xVar.f539c >= 100) { - xVar.f539c = uptimeMillis; + if (z2 && uptimeMillis - xVar.f514c >= 100) { + xVar.f514c = uptimeMillis; xVar.a().a(xVar.b, "NetworkFetchProducer", "intermediate_result"); e(iVar, 0, null, xVar.a, xVar.b); } diff --git a/app/src/main/java/c/f/j/p/n.java b/app/src/main/java/c/f/j/p/n.java index be832bd0b3..6cde720bc4 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -24,7 +24,7 @@ public class n implements v0> { public final Executor b; /* renamed from: c reason: collision with root package name */ - public final c.f.j.h.b f520c; + public final c.f.j.h.b f495c; public final c.f.j.h.c d; public final v0 e; public final boolean f; @@ -111,7 +111,7 @@ public class n implements v0> { public abstract class c extends p> { /* renamed from: c reason: collision with root package name */ - public final w0 f521c; + public final w0 f496c; public final y0 d; public final c.f.j.d.b e; public boolean f = false; @@ -136,16 +136,16 @@ public class n implements v0> { Exception e; int i2 = i; if (eVar != null) { - w0 w0Var = c.this.f521c; + w0 w0Var = c.this.f496c; eVar.w(); w0Var.d("image_format", eVar.k.b); if (n.this.f || !b.m(i2, 16)) { ImageRequest e2 = this.a.e(); - if (n.this.g || !c.f.d.l.b.e(e2.f2681c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2264c)) { eVar.p = c.c.a.a0.d.c0(e2.j, e2.i, eVar, this.b); } } - Objects.requireNonNull(this.a.g().f464w); + Objects.requireNonNull(this.a.g().w); c cVar2 = c.this; Objects.requireNonNull(cVar2); eVar.w(); @@ -168,7 +168,7 @@ public class n implements v0> { boolean e3 = b.e(i); boolean z3 = e3 && !b.m(i2, 8); boolean m = b.m(i2, 4); - c.f.j.d.e eVar2 = cVar2.f521c.e().i; + c.f.j.d.e eVar2 = cVar2.f496c.e().i; if (eVar2 != null) { str = eVar2.a + "x" + eVar2.b; } else { @@ -179,22 +179,22 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f521c.e().f2681c); + String valueOf2 = String.valueOf(cVar2.f496c.e().f2264c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); - cVar2.d.e(cVar2.f521c, "DecodeProducer"); + cVar2.d.e(cVar2.f496c, "DecodeProducer"); try { cVar = cVar2.t(eVar, f, p); try { if (eVar.p != 1) { i2 |= 16; } - cVar2.d.j(cVar2.f521c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.j(cVar2.f496c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.v(eVar, cVar); cVar2.s(cVar, i2); } catch (Exception e4) { e = e4; - cVar2.d.k(cVar2.f521c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f496c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -205,7 +205,7 @@ public class n implements v0> { } catch (Exception e6) { e = e6; cVar = null; - cVar2.d.k(cVar2.f521c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f496c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -237,7 +237,7 @@ public class n implements v0> { @Override // c.f.j.p.e, c.f.j.p.x0 public void b() { - if (c.this.f521c.p()) { + if (c.this.f496c.p()) { c.this.g.d(); } } @@ -245,7 +245,7 @@ public class n implements v0> { public c(l> lVar, w0 w0Var, boolean z2, int i) { super(lVar); - this.f521c = w0Var; + this.f496c = w0Var; this.d = w0Var.o(); c.f.j.d.b bVar = w0Var.e().h; this.e = bVar; @@ -284,7 +284,7 @@ public class n implements v0> { } if (w(eVar, i)) { boolean m = b.m(i, 4); - if (e || m || this.f521c.p()) { + if (e || m || this.f496c.p()) { this.g.d(); } } @@ -301,11 +301,11 @@ public class n implements v0> { } public final Map n(c.f.j.j.c cVar, long j, i iVar, boolean z2, String str, String str2, String str3, String str4) { - if (!this.d.g(this.f521c, "DecodeProducer")) { + if (!this.d.g(this.f496c, "DecodeProducer")) { return null; } String valueOf = String.valueOf(j); - String valueOf2 = String.valueOf(((h) iVar).f485c); + String valueOf2 = String.valueOf(((h) iVar).f460c); String valueOf3 = String.valueOf(z2); if (cVar instanceof c.f.j.j.d) { Bitmap bitmap = ((c.f.j.j.d) cVar).l; @@ -372,12 +372,12 @@ public class n implements v0> { n nVar = n.this; boolean z2 = nVar.k != null && nVar.l.get().booleanValue(); try { - return n.this.f520c.a(eVar, i, iVar, this.e); + return n.this.f495c.a(eVar, i, iVar, this.e); } catch (OutOfMemoryError e) { if (z2) { n.this.k.run(); System.gc(); - return n.this.f520c.a(eVar, i, iVar, this.e); + return n.this.f495c.a(eVar, i, iVar, this.e); } throw e; } @@ -396,19 +396,19 @@ public class n implements v0> { } public final void v(e eVar, c.f.j.j.c cVar) { - w0 w0Var = this.f521c; + w0 w0Var = this.f496c; eVar.w(); w0Var.d("encoded_width", Integer.valueOf(eVar.n)); - w0 w0Var2 = this.f521c; + w0 w0Var2 = this.f496c; eVar.w(); w0Var2.d("encoded_height", Integer.valueOf(eVar.o)); - this.f521c.d("encoded_size", Integer.valueOf(eVar.f())); + this.f496c.d("encoded_size", Integer.valueOf(eVar.f())); if (cVar instanceof c.f.j.j.b) { Bitmap f = ((c.f.j.j.b) cVar).f(); - this.f521c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); + this.f496c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); } if (cVar != null) { - cVar.e(this.f521c.a()); + cVar.e(this.f496c.a()); } } @@ -421,7 +421,7 @@ public class n implements v0> { Objects.requireNonNull(executor); this.b = executor; Objects.requireNonNull(bVar); - this.f520c = bVar; + this.f495c = bVar; Objects.requireNonNull(cVar); this.d = cVar; this.f = z2; @@ -439,7 +439,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2681c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); + this.e.b(!c.f.d.l.b.e(w0Var.e().f2264c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var); c.f.j.r.b.b(); } catch (Throwable th) { c.f.j.r.b.b(); diff --git a/app/src/main/java/c/f/j/p/o.java b/app/src/main/java/c/f/j/p/o.java index efcc5f9580..8b78b2555a 100644 --- a/app/src/main/java/c/f/j/p/o.java +++ b/app/src/main/java/c/f/j/p/o.java @@ -36,7 +36,7 @@ public class o implements v0> { ImageRequest e = w0Var.e(); ScheduledExecutorService scheduledExecutorService = this.b; if (scheduledExecutorService != null) { - scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2265s, TimeUnit.MILLISECONDS); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/o0.java b/app/src/main/java/c/f/j/p/o0.java index af965bf031..9ecfb7a8b7 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -7,15 +7,15 @@ import com.facebook.cache.common.CacheKey; import com.facebook.imagepipeline.request.ImageRequest; import com.facebook.imagepipeline.request.ImageRequestBuilder; import java.util.concurrent.CancellationException; -import y.c; -import y.g; +import z.c; +import z.g; /* compiled from: PartialDiskCacheProducer */ public class o0 implements c { public final /* synthetic */ y0 a; public final /* synthetic */ w0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l f523c; + public final /* synthetic */ l f498c; public final /* synthetic */ CacheKey d; public final /* synthetic */ q0 e; @@ -23,13 +23,13 @@ public class o0 implements c { this.e = q0Var; this.a = y0Var; this.b = w0Var; - this.f523c = lVar; + this.f498c = lVar; this.d = cacheKey; } /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [y.g] */ - @Override // y.c + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [z.g] */ + @Override // z.c public Void a(g gVar) throws Exception { boolean z2; e eVar; @@ -39,10 +39,10 @@ public class o0 implements c { boolean z3 = false; if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { this.a.d(this.b, "PartialDiskCacheProducer", null); - this.f523c.d(); + this.f498c.d(); } else if (gVar.e()) { this.a.k(this.b, "PartialDiskCacheProducer", gVar.d(), null); - q0.c(this.e, this.f523c, this.b, this.d, null); + q0.c(this.e, this.f498c, this.b, this.d, null); } else { synchronized (gVar.e) { eVar = gVar.h; @@ -54,17 +54,17 @@ public class o0 implements c { y0Var.j(w0Var, "PartialDiskCacheProducer", q0.d(y0Var, w0Var, true, eVar2.f())); int f = eVar2.f() - 1; d.j(Boolean.valueOf(f > 0)); - eVar2.f484r = new a(0, f); + eVar2.r = new a(0, f); int f2 = eVar2.f(); ImageRequest e = this.b.e(); a aVar = e.k; if (aVar != null && aVar.a >= 0 && f >= aVar.b) { this.b.i("disk", "partial"); this.a.c(this.b, "PartialDiskCacheProducer", true); - this.f523c.b(eVar2, 9); + this.f498c.b(eVar2, 9); } else { - this.f523c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2681c); + this.f498c.b(eVar2, 8); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2264c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,24 +73,24 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2683c = e.i; - b.n = e.f2682r; + b.f2266c = e.i; + b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.s; + b.p = e.f2265s; int i = f2 - 1; if (i >= 0) { z3 = true; } d.j(Boolean.valueOf(z3)); b.o = new a(i, Integer.MAX_VALUE); - q0.c(this.e, this.f523c, new c1(b.a(), this.b), this.d, eVar2); + q0.c(this.e, this.f498c, new c1(b.a(), this.b), this.d, eVar2); } } else { y0 y0Var2 = this.a; w0 w0Var2 = this.b; y0Var2.j(w0Var2, "PartialDiskCacheProducer", q0.d(y0Var2, w0Var2, false, 0)); - q0.c(this.e, this.f523c, this.b, this.d, eVar2); + q0.c(this.e, this.f498c, this.b, this.d, eVar2); } } return null; diff --git a/app/src/main/java/c/f/j/p/q.java b/app/src/main/java/c/f/j/p/q.java index 18c2d6cf83..bfd58a0ba2 100644 --- a/app/src/main/java/c/f/j/p/q.java +++ b/app/src/main/java/c/f/j/p/q.java @@ -2,27 +2,27 @@ package c.f.j.p; import c.f.j.j.e; import java.util.concurrent.CancellationException; -import y.c; -import y.g; +import z.c; +import z.g; /* compiled from: DiskCacheReadProducer */ public class q implements c { public final /* synthetic */ y0 a; public final /* synthetic */ w0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l f524c; + public final /* synthetic */ l f499c; public final /* synthetic */ s d; public q(s sVar, y0 y0Var, w0 w0Var, l lVar) { this.d = sVar; this.a = y0Var; this.b = w0Var; - this.f524c = lVar; + this.f499c = lVar; } /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [y.g] */ - @Override // y.c + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [z.g] */ + @Override // z.c public Void a(g gVar) throws Exception { boolean z2; e eVar; @@ -31,10 +31,10 @@ public class q implements c { } if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { this.a.d(this.b, "DiskCacheProducer", null); - this.f524c.d(); + this.f499c.d(); } else if (gVar.e()) { this.a.k(this.b, "DiskCacheProducer", gVar.d(), null); - this.d.d.b(this.f524c, this.b); + this.d.d.b(this.f499c, this.b); } else { synchronized (gVar.e) { eVar = gVar.h; @@ -46,14 +46,14 @@ public class q implements c { y0Var.j(w0Var, "DiskCacheProducer", s.c(y0Var, w0Var, true, eVar2.f())); this.a.c(this.b, "DiskCacheProducer", true); this.b.n("disk"); - this.f524c.a(1.0f); - this.f524c.b(eVar2, 1); + this.f499c.a(1.0f); + this.f499c.b(eVar2, 1); eVar2.close(); } else { y0 y0Var2 = this.a; w0 w0Var2 = this.b; y0Var2.j(w0Var2, "DiskCacheProducer", s.c(y0Var2, w0Var2, false, 0)); - this.d.d.b(this.f524c, this.b); + this.d.d.b(this.f499c, this.b); } } return null; diff --git a/app/src/main/java/c/f/j/p/q0.java b/app/src/main/java/c/f/j/p/q0.java index e8f26c6a2d..e3d6013dee 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -24,7 +24,7 @@ public class q0 implements v0 { public final i b; /* renamed from: c reason: collision with root package name */ - public final g f525c; + public final g f500c; public final c.f.d.g.a d; public final v0 e; @@ -32,7 +32,7 @@ public class q0 implements v0 { public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final f f526c; + public final f f501c; public final CacheKey d; public final g e; public final c.f.d.g.a f; @@ -40,7 +40,7 @@ public class q0 implements v0 { public a(l lVar, f fVar, CacheKey cacheKey, g gVar, c.f.d.g.a aVar, e eVar, o0 o0Var) { super(lVar); - this.f526c = fVar; + this.f501c = fVar; this.d = cacheKey; this.e = gVar; this.f = aVar; @@ -52,11 +52,11 @@ public class q0 implements v0 { e eVar = (e) obj; if (!b.f(i)) { e eVar2 = this.g; - if (eVar2 == null || eVar.f484r == null) { + if (eVar2 == null || eVar.r == null) { if (b.m(i, 8) && b.e(i)) { eVar.w(); if (eVar.k != c.a) { - this.f526c.f(this.d, eVar); + this.f501c.f(this.d, eVar); this.b.b(eVar, i); return; } @@ -76,16 +76,16 @@ public class q0 implements v0 { } eVar.close(); this.g.close(); - f fVar = this.f526c; + f fVar = this.f501c; CacheKey cacheKey = this.d; Objects.requireNonNull(fVar); Objects.requireNonNull(cacheKey); fVar.f.c(cacheKey); try { - y.g.a(new c.f.j.c.g(fVar, null, cacheKey), fVar.e); + z.g.a(new c.f.j.c.g(fVar, null, cacheKey), fVar.e); } catch (Exception e2) { c.f.d.e.a.n(f.class, e2, "Failed to schedule disk-cache remove for %s", cacheKey.b()); - y.g.c(e2); + z.g.c(e2); } } } @@ -114,8 +114,8 @@ public class q0 implements v0 { } public final c.f.d.g.i o(e eVar, e eVar2) throws IOException { - c.f.d.g.i e = this.e.e(eVar2.f() + eVar2.f484r.a); - n(eVar.e(), e, eVar2.f484r.a); + c.f.d.g.i e = this.e.e(eVar2.f() + eVar2.r.a); + n(eVar.e(), e, eVar2.r.a); n(eVar2.e(), e, eVar2.f()); return e; } @@ -160,13 +160,13 @@ public class q0 implements v0 { public q0(f fVar, i iVar, g gVar, c.f.d.g.a aVar, v0 v0Var) { this.a = fVar; this.b = iVar; - this.f525c = gVar; + this.f500c = gVar; this.d = aVar; this.e = v0Var; } public static void c(q0 q0Var, l lVar, w0 w0Var, CacheKey cacheKey, e eVar) { - q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f525c, q0Var.d, eVar, null), w0Var); + q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f500c, q0Var.d, eVar, null), w0Var); } @VisibleForTesting @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2681c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2264c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); i iVar = this.b; w0Var.b(); Objects.requireNonNull((n) iVar); diff --git a/app/src/main/java/c/f/j/p/r0.java b/app/src/main/java/c/f/j/p/r0.java index 1007e9f7f1..1b0b944529 100644 --- a/app/src/main/java/c/f/j/p/r0.java +++ b/app/src/main/java/c/f/j/p/r0.java @@ -16,20 +16,20 @@ public class r0 implements v0> { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0> f527c; + public final v0> f502c; /* compiled from: PostprocessedBitmapMemoryCacheProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final CacheKey f528c; + public final CacheKey f503c; public final boolean d; public final w e; public final boolean f; public a(l> lVar, CacheKey cacheKey, boolean z2, w wVar, boolean z3) { super(lVar); - this.f528c = cacheKey; + this.f503c = cacheKey; this.d = z2; this.e = wVar; this.f = z3; @@ -45,7 +45,7 @@ public class r0 implements v0> { } } else if (!b.f(i) || this.d) { if (this.f) { - closeableReference2 = this.e.a(this.f528c, closeableReference); + closeableReference2 = this.e.a(this.f503c, closeableReference); } try { this.b.a(1.0f); @@ -67,7 +67,7 @@ public class r0 implements v0> { public r0(w wVar, i iVar, v0> v0Var) { this.a = wVar; this.b = iVar; - this.f527c = v0Var; + this.f502c = v0Var; } @Override // c.f.j.p.v0 @@ -77,7 +77,7 @@ public class r0 implements v0> { Object b = w0Var.b(); b bVar = e.q; if (bVar == null || bVar.getPostprocessorCacheKey() == null) { - this.f527c.b(lVar, w0Var); + this.f502c.b(lVar, w0Var); return; } o.e(w0Var, "PostprocessedBitmapMemoryCacheProducer"); @@ -101,6 +101,6 @@ public class r0 implements v0> { map = f.of("cached_value_found", "false"); } o.j(w0Var, "PostprocessedBitmapMemoryCacheProducer", map); - this.f527c.b(aVar, w0Var); + this.f502c.b(aVar, w0Var); } } diff --git a/app/src/main/java/c/f/j/p/s.java b/app/src/main/java/c/f/j/p/s.java index 47c17683ea..4800f79174 100644 --- a/app/src/main/java/c/f/j/p/s.java +++ b/app/src/main/java/c/f/j/p/s.java @@ -15,13 +15,13 @@ public class s implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f529c; + public final i f504c; public final v0 d; public s(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f529c = iVar; + this.f504c = iVar; this.d = v0Var; } @@ -39,7 +39,7 @@ public class s implements v0 { boolean z2 = true; if (e.n) { w0Var.o().e(w0Var, "DiskCacheProducer"); - CacheKey b = ((n) this.f529c).b(e, w0Var.b()); + CacheKey b = ((n) this.f504c).b(e, w0Var.b()); if (e.b != ImageRequest.b.SMALL) { z2 = false; } diff --git a/app/src/main/java/c/f/j/p/s0.java b/app/src/main/java/c/f/j/p/s0.java index a6d57508da..2f6f317099 100644 --- a/app/src/main/java/c/f/j/p/s0.java +++ b/app/src/main/java/c/f/j/p/s0.java @@ -13,13 +13,13 @@ public class s0 implements v0> { public final PlatformBitmapFactory b; /* renamed from: c reason: collision with root package name */ - public final Executor f530c; + public final Executor f505c; /* compiled from: PostprocessorProducer */ public class b extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final y0 f531c; + public final y0 f506c; public final w0 d; public final c.f.j.q.b e; public boolean f; @@ -44,7 +44,7 @@ public class s0 implements v0> { public b(l> lVar, y0 y0Var, c.f.j.q.b bVar, w0 w0Var) { super(lVar); - this.f531c = y0Var; + this.f506c = y0Var; this.e = bVar; this.d = w0Var; w0Var.f(new a(s0.this)); @@ -57,21 +57,21 @@ public class s0 implements v0> { bVar.q(closeableReference, i); return; } - bVar.f531c.e(bVar.d, "PostprocessorProducer"); + bVar.f506c.e(bVar.d, "PostprocessorProducer"); try { - CloseableReference r2 = bVar.r((c.f.j.j.c) closeableReference.w()); + CloseableReference r = bVar.r((c.f.j.j.c) closeableReference.w()); try { - y0 y0Var = bVar.f531c; + y0 y0Var = bVar.f506c; w0 w0Var = bVar.d; y0Var.j(w0Var, "PostprocessorProducer", bVar.p(y0Var, w0Var, bVar.e)); - bVar.q(r2, i); + bVar.q(r, i); } finally { - if (r2 != null) { - r2.close(); + if (r != null) { + r.close(); } } } catch (Exception e) { - y0 y0Var2 = bVar.f531c; + y0 y0Var2 = bVar.f506c; w0 w0Var2 = bVar.d; y0Var2.k(w0Var2, "PostprocessorProducer", e, bVar.p(y0Var2, w0Var2, bVar.e)); if (bVar.o()) { @@ -97,7 +97,7 @@ public class s0 implements v0> { @Override // c.f.j.p.b public void i(Object obj, int i) { CloseableReference closeableReference; - boolean s; + boolean s2; CloseableReference closeableReference2 = (CloseableReference) obj; if (CloseableReference.z(closeableReference2)) { synchronized (this) { @@ -106,7 +106,7 @@ public class s0 implements v0> { this.g = CloseableReference.p(closeableReference2); this.h = i; this.i = true; - s = s(); + s2 = s(); } else { return; } @@ -114,8 +114,8 @@ public class s0 implements v0> { if (closeableReference != null) { closeableReference.close(); } - if (s) { - s0.this.f530c.execute(new t0(this)); + if (s2) { + s0.this.f505c.execute(new t0(this)); } } else if (b.e(i)) { q(null, i); @@ -195,7 +195,7 @@ public class s0 implements v0> { public class c extends p, CloseableReference> implements c.f.j.q.d { /* renamed from: c reason: collision with root package name */ - public boolean f532c = false; + public boolean f507c = false; public CloseableReference d = null; public c(s0 s0Var, b bVar, c.f.j.q.c cVar, w0 w0Var, a aVar) { @@ -224,7 +224,7 @@ public class s0 implements v0> { CloseableReference closeableReference = (CloseableReference) obj; if (!b.f(i)) { synchronized (this) { - if (!this.f532c) { + if (!this.f507c) { CloseableReference closeableReference2 = this.d; this.d = CloseableReference.p(closeableReference); if (closeableReference2 != null) { @@ -233,7 +233,7 @@ public class s0 implements v0> { } } synchronized (this) { - if (!this.f532c) { + if (!this.f507c) { p = CloseableReference.p(this.d); } else { return; @@ -252,12 +252,12 @@ public class s0 implements v0> { public final boolean n() { CloseableReference closeableReference; synchronized (this) { - if (this.f532c) { + if (this.f507c) { return false; } closeableReference = this.d; this.d = null; - this.f532c = true; + this.f507c = true; } Class cls = CloseableReference.i; if (closeableReference != null) { @@ -287,7 +287,7 @@ public class s0 implements v0> { this.a = v0Var; this.b = platformBitmapFactory; Objects.requireNonNull(executor); - this.f530c = executor; + this.f505c = executor; } @Override // c.f.j.p.v0 diff --git a/app/src/main/java/c/f/j/p/t.java b/app/src/main/java/c/f/j/p/t.java index 48cfba1d7e..161bb34552 100644 --- a/app/src/main/java/c/f/j/p/t.java +++ b/app/src/main/java/c/f/j/p/t.java @@ -13,21 +13,21 @@ public class t implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f533c; + public final i f508c; public final v0 d; /* compiled from: DiskCacheWriteProducer */ public static class b extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f534c; + public final w0 f509c; public final f d; public final f e; public final i f; public b(l lVar, w0 w0Var, f fVar, f fVar2, i iVar, a aVar) { super(lVar); - this.f534c = w0Var; + this.f509c = w0Var; this.d = fVar; this.e = fVar2; this.f = iVar; @@ -36,23 +36,23 @@ public class t implements v0 { @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - this.f534c.o().e(this.f534c, "DiskCacheWriteProducer"); + this.f509c.o().e(this.f509c, "DiskCacheWriteProducer"); if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f534c.e(); - CacheKey b = ((n) this.f).b(e, this.f534c.b()); + ImageRequest e = this.f509c.e(); + CacheKey b = ((n) this.f).b(e, this.f509c.b()); if (e.b == ImageRequest.b.SMALL) { this.e.f(b, eVar); } else { this.d.f(b, eVar); } - this.f534c.o().j(this.f534c, "DiskCacheWriteProducer", null); + this.f509c.o().j(this.f509c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); return; } } - this.f534c.o().j(this.f534c, "DiskCacheWriteProducer", null); + this.f509c.o().j(this.f509c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); } } @@ -60,7 +60,7 @@ public class t implements v0 { public t(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f533c = iVar; + this.f508c = iVar; this.d = v0Var; } @@ -72,7 +72,7 @@ public class t implements v0 { return; } if (w0Var.e().n) { - lVar = new b(lVar, w0Var, this.a, this.b, this.f533c, null); + lVar = new b(lVar, w0Var, this.a, this.b, this.f508c, null); } this.d.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/t0.java b/app/src/main/java/c/f/j/p/t0.java index ecc74d175c..71bc595aa5 100644 --- a/app/src/main/java/c/f/j/p/t0.java +++ b/app/src/main/java/c/f/j/p/t0.java @@ -15,7 +15,7 @@ public class t0 implements Runnable { public void run() { CloseableReference closeableReference; int i; - boolean s; + boolean s2; synchronized (this.i) { s0.b bVar = this.i; closeableReference = bVar.g; @@ -37,10 +37,10 @@ public class t0 implements Runnable { s0.b bVar2 = this.i; synchronized (bVar2) { bVar2.j = false; - s = bVar2.s(); + s2 = bVar2.s(); } - if (s) { - s0.this.f530c.execute(new t0(bVar2)); + if (s2) { + s0.this.f505c.execute(new t0(bVar2)); } } } diff --git a/app/src/main/java/c/f/j/p/v.java b/app/src/main/java/c/f/j/p/v.java index 5409fecd32..1d09010c49 100644 --- a/app/src/main/java/c/f/j/p/v.java +++ b/app/src/main/java/c/f/j/p/v.java @@ -18,20 +18,20 @@ public class v implements v0 { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0 f535c; + public final v0 f510c; /* compiled from: EncodedMemoryCacheProducer */ public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w f536c; + public final w f511c; public final CacheKey d; public final boolean e; public final boolean f; public a(l lVar, w wVar, CacheKey cacheKey, boolean z2, boolean z3) { super(lVar); - this.f536c = wVar; + this.f511c = wVar; this.d = cacheKey; this.e = z2; this.f = z3; @@ -51,7 +51,7 @@ public class v implements v0 { CloseableReference closeableReference = null; try { if (this.f && this.e) { - closeableReference = this.f536c.a(this.d, c2); + closeableReference = this.f511c.a(this.d, c2); } if (closeableReference != null) { try { @@ -88,7 +88,7 @@ public class v implements v0 { public v(w wVar, i iVar, v0 v0Var) { this.a = wVar; this.b = iVar; - this.f535c = v0Var; + this.f510c = v0Var; } /* JADX INFO: finally extract failed */ @@ -138,12 +138,12 @@ public class v implements v0 { } b.b(); } else { - a aVar = new a(lVar, this.a, b, w0Var.e().o, w0Var.g().f464w.e); + a aVar = new a(lVar, this.a, b, w0Var.e().o, w0Var.g().w.e); if (o.g(w0Var, "EncodedMemoryCacheProducer")) { map = f.of("cached_value_found", "false"); } o.j(w0Var, "EncodedMemoryCacheProducer", map); - this.f535c.b(aVar, w0Var); + this.f510c.b(aVar, w0Var); Class cls3 = CloseableReference.i; if (closeableReference != null) { closeableReference.close(); diff --git a/app/src/main/java/c/f/j/p/w.java b/app/src/main/java/c/f/j/p/w.java index 9e981030f0..26170f04c3 100644 --- a/app/src/main/java/c/f/j/p/w.java +++ b/app/src/main/java/c/f/j/p/w.java @@ -15,7 +15,7 @@ public class w implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f537c; + public final i f512c; public final v0 d; public final d e; public final d f; @@ -24,7 +24,7 @@ public class w implements v0 { public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f538c; + public final w0 f513c; public final f d; public final f e; public final i f; @@ -33,7 +33,7 @@ public class w implements v0 { public a(l lVar, w0 w0Var, f fVar, f fVar2, i iVar, d dVar, d dVar2) { super(lVar); - this.f538c = w0Var; + this.f513c = w0Var; this.d = fVar; this.e = fVar2; this.f = iVar; @@ -50,15 +50,15 @@ public class w implements v0 { if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f538c.e(); - CacheKey b = ((n) this.f).b(e, this.f538c.b()); + ImageRequest e = this.f513c.e(); + CacheKey b = ((n) this.f).b(e, this.f513c.b()); this.g.a(b); - if (this.f538c.l("origin").equals("memory_encoded")) { + if (this.f513c.l("origin").equals("memory_encoded")) { if (!this.h.b(b)) { (e.b == ImageRequest.b.SMALL ? this.e : this.d).c(b); this.h.a(b); } - } else if (this.f538c.l("origin").equals("disk")) { + } else if (this.f513c.l("origin").equals("disk")) { this.h.a(b); } this.b.b(eVar, i); @@ -77,7 +77,7 @@ public class w implements v0 { public w(f fVar, f fVar2, i iVar, d dVar, d dVar2, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f537c = iVar; + this.f512c = iVar; this.e = dVar; this.f = dVar2; this.d = v0Var; @@ -89,7 +89,7 @@ public class w implements v0 { b.b(); y0 o = w0Var.o(); o.e(w0Var, "EncodedProbeProducer"); - a aVar = new a(lVar, w0Var, this.a, this.b, this.f537c, this.e, this.f); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f512c, this.e, this.f); o.j(w0Var, "EncodedProbeProducer", null); b.b(); this.d.b(aVar, w0Var); diff --git a/app/src/main/java/c/f/j/p/x.java b/app/src/main/java/c/f/j/p/x.java index 54e12d0a72..a91ee78bfd 100644 --- a/app/src/main/java/c/f/j/p/x.java +++ b/app/src/main/java/c/f/j/p/x.java @@ -7,7 +7,7 @@ public class x { public final w0 b; /* renamed from: c reason: collision with root package name */ - public long f539c = 0; + public long f514c = 0; public x(l lVar, w0 w0Var) { this.a = lVar; diff --git a/app/src/main/java/c/f/j/p/y.java b/app/src/main/java/c/f/j/p/y.java index 57ed3b41b5..161f6f72b4 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,9 +34,9 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2681c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2264c, 5); try { - aVar.e = a0Var.f496c.now(); + aVar.e = a0Var.f471c.now(); if (httpURLConnection != null) { inputStream = httpURLConnection.getInputStream(); ((m0.a) aVar2).b(inputStream, -1); diff --git a/app/src/main/java/c/f/j/s/d.java b/app/src/main/java/c/f/j/s/d.java index af7684af93..9868934281 100644 --- a/app/src/main/java/c/f/j/s/d.java +++ b/app/src/main/java/c/f/j/s/d.java @@ -73,7 +73,7 @@ public class d { float f = (float) i; float f2 = (float) i2; float max = Math.max(((float) eVar.a) / f, ((float) eVar.b) / f2); - float f3 = eVar.f458c; + float f3 = eVar.f436c; if (f * max > f3) { max = f3 / f; } diff --git a/app/src/main/java/c/f/l/a/a.java b/app/src/main/java/c/f/l/a/a.java index 63ff970cef..29656903ca 100644 --- a/app/src/main/java/c/f/l/a/a.java +++ b/app/src/main/java/c/f/l/a/a.java @@ -8,7 +8,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public final int[] f540c = new int[2]; + public final int[] f515c = new int[2]; public final float[] d = new float[2]; public final float[] e = new float[2]; public final float[] f = new float[2]; @@ -28,7 +28,7 @@ public class a { this.a = false; this.b = 0; for (int i = 0; i < 2; i++) { - this.f540c[i] = -1; + this.f515c[i] = -1; } } diff --git a/app/src/main/java/c/f/l/b/a.java b/app/src/main/java/c/f/l/b/a.java index 20c7acfcdc..76e6015ae1 100644 --- a/app/src/main/java/c/f/l/b/a.java +++ b/app/src/main/java/c/f/l/b/a.java @@ -13,9 +13,7 @@ public abstract class a extends c { public final float[] o = new float[9]; public final float[] p = new float[9]; public final Matrix q = new Matrix(); - - /* renamed from: r reason: collision with root package name */ - public final Matrix f541r = new Matrix(); + public final Matrix r = new Matrix(); public a(b bVar) { super(bVar); @@ -47,7 +45,7 @@ public abstract class a extends c { public void j() { c.f.d.e.a.i(m(), ModelAuditLogEntry.CHANGE_KEY_PERMISSIONS_RESET); o(); - this.f541r.reset(); + this.r.reset(); this.q.reset(); super.j(); } @@ -86,7 +84,7 @@ public abstract class a extends c { if (j <= 0) { c.f.d.e.a.i(m(), "setTransformImmediate"); o(); - this.f541r.set(matrix2); + this.r.set(matrix2); c.f.d.e.a.i(c.class, "setTransform"); this.h.set(matrix2); i(); diff --git a/app/src/main/java/c/f/l/b/b.java b/app/src/main/java/c/f/l/b/b.java index e3a1b685b8..7ef640d3e5 100644 --- a/app/src/main/java/c/f/l/b/b.java +++ b/app/src/main/java/c/f/l/b/b.java @@ -11,7 +11,9 @@ import c.c.a.a0.d; import java.util.Objects; /* compiled from: AnimatedZoomableController */ public class b extends a { - public final ValueAnimator s; + + /* renamed from: s reason: collision with root package name */ + public final ValueAnimator f516s; /* compiled from: AnimatedZoomableController */ public class a implements ValueAnimator.AnimatorUpdateListener { @@ -21,14 +23,14 @@ public class b extends a { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { b bVar = b.this; - Matrix matrix = bVar.f541r; + Matrix matrix = bVar.r; float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue(); for (int i = 0; i < 9; i++) { bVar.p[i] = (bVar.o[i] * floatValue) + ((1.0f - floatValue) * bVar.n[i]); } matrix.setValues(bVar.p); b bVar2 = b.this; - Matrix matrix2 = bVar2.f541r; + Matrix matrix2 = bVar2.r; c.f.d.e.a.i(c.class, "setTransform"); bVar2.h.set(matrix2); bVar2.i(); @@ -75,7 +77,7 @@ public class b extends a { public b(c.f.l.a.b bVar) { super(bVar); ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f); - this.s = ofFloat; + this.f516s = ofFloat; ofFloat.setInterpolator(new DecelerateInterpolator()); } @@ -92,12 +94,12 @@ public class b extends a { d.j(Boolean.valueOf(j > 0)); d.B(!this.m); this.m = true; - this.s.setDuration(j); + this.f516s.setDuration(j); this.h.getValues(this.n); matrix.getValues(this.o); - this.s.addUpdateListener(new a()); - this.s.addListener(new C0071b(runnable)); - this.s.start(); + this.f516s.addUpdateListener(new a()); + this.f516s.addListener(new C0071b(runnable)); + this.f516s.start(); } @Override // c.f.l.b.a @@ -105,9 +107,9 @@ public class b extends a { public void o() { if (this.m) { c.f.d.e.a.i(b.class, "stopAnimation"); - this.s.cancel(); - this.s.removeAllUpdateListeners(); - this.s.removeAllListeners(); + this.f516s.cancel(); + this.f516s.removeAllUpdateListeners(); + this.f516s.removeAllListeners(); } } } diff --git a/app/src/main/java/c/f/l/b/c.java b/app/src/main/java/c/f/l/b/c.java index 2713f92ea5..fdd8c3a32d 100644 --- a/app/src/main/java/c/f/l/b/c.java +++ b/app/src/main/java/c/f/l/b/c.java @@ -16,7 +16,7 @@ public class c implements e, b.a { public e.a b = null; /* renamed from: c reason: collision with root package name */ - public boolean f542c = false; + public boolean f517c = false; public final RectF d = new RectF(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -183,7 +183,7 @@ public class c implements e, b.a { motionEvent.getAction(); int i = c.f.d.e.a.a; int i2 = 0; - if (!this.f542c) { + if (!this.f517c) { return false; } c.f.l.a.a aVar3 = this.a.a; @@ -192,7 +192,7 @@ public class c implements e, b.a { if (!(actionMasked == 0 || actionMasked == 1)) { if (actionMasked == 2) { while (i2 < 2) { - int findPointerIndex = motionEvent.findPointerIndex(aVar3.f540c[i2]); + int findPointerIndex = motionEvent.findPointerIndex(aVar3.f515c[i2]); if (findPointerIndex != -1) { aVar3.f[i2] = motionEvent.getX(findPointerIndex); aVar3.g[i2] = motionEvent.getY(findPointerIndex); @@ -224,9 +224,9 @@ public class c implements e, b.a { i3 = -1; } if (i3 == -1) { - aVar3.f540c[i2] = -1; + aVar3.f515c[i2] = -1; } else { - aVar3.f540c[i2] = motionEvent.getPointerId(i3); + aVar3.f515c[i2] = motionEvent.getPointerId(i3); float[] fArr = aVar3.f; float[] fArr2 = aVar3.d; float x2 = motionEvent.getX(i3); @@ -250,7 +250,7 @@ public class c implements e, b.a { public final void i() { this.h.mapRect(this.f, this.e); e.a aVar = this.b; - if (aVar != null && this.f542c) { + if (aVar != null && this.f517c) { ZoomableDraweeView zoomableDraweeView = ZoomableDraweeView.this; zoomableDraweeView.getLogTag(); zoomableDraweeView.hashCode(); @@ -271,7 +271,7 @@ public class c implements e, b.a { } public void k(boolean z2) { - this.f542c = z2; + this.f517c = z2; if (!z2) { j(); } diff --git a/app/src/main/java/c/f/m/a.java b/app/src/main/java/c/f/m/a.java index 620ba03a8b..9601f59024 100644 --- a/app/src/main/java/c/f/m/a.java +++ b/app/src/main/java/c/f/m/a.java @@ -19,7 +19,7 @@ public class a extends f { public C0072a(f fVar) throws IOException { super(fVar); - this.m = new File(a.this.f544c.getApplicationInfo().nativeLibraryDir); + this.m = new File(a.this.f519c.getApplicationInfo().nativeLibraryDir); this.n = a.this.h; } } @@ -40,7 +40,7 @@ public class a extends f { obtain.writeByte((byte) 2); obtain.writeString(canonicalFile.getPath()); obtain.writeLong(canonicalFile.lastModified()); - Context context = this.f544c; + Context context = this.f519c; PackageManager packageManager = context.getPackageManager(); if (packageManager != null) { try { @@ -52,7 +52,7 @@ public class a extends f { obtain.writeByte((byte) 0); return obtain.marshall(); } - String str = this.f544c.getApplicationInfo().nativeLibraryDir; + String str = this.f519c.getApplicationInfo().nativeLibraryDir; if (str == null) { obtain.writeByte((byte) 1); byte[] marshall = obtain.marshall(); diff --git a/app/src/main/java/c/f/m/b.java b/app/src/main/java/c/f/m/b.java index 84612d3cbe..1d7ce9c50e 100644 --- a/app/src/main/java/c/f/m/b.java +++ b/app/src/main/java/c/f/m/b.java @@ -12,7 +12,7 @@ public class b extends l { public int b; /* renamed from: c reason: collision with root package name */ - public c f543c; + public c f518c; public b(Context context, int i) { Context applicationContext = context.getApplicationContext(); @@ -22,7 +22,7 @@ public class b extends l { this.a = context; } this.b = i; - this.f543c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); + this.f518c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); } public static File d(Context context) { @@ -31,16 +31,16 @@ public class b extends l { @Override // c.f.m.l public int a(String str, int i, StrictMode.ThreadPolicy threadPolicy) throws IOException { - return this.f543c.a(str, i, threadPolicy); + return this.f518c.a(str, i, threadPolicy); } @Override // c.f.m.l public void b(int i) throws IOException { - this.f543c.b(i); + this.f518c.b(i); } public boolean c() throws IOException { - File file = this.f543c.a; + File file = this.f518c.a; Context e = e(); File d = d(e); if (file.equals(d)) { @@ -49,7 +49,7 @@ public class b extends l { Log.d("SoLoader", "Native library directory updated from " + file + " to " + d); int i = this.b | 1; this.b = i; - this.f543c = new c(d, i); + this.f518c = new c(d, i); this.a = e; return true; } @@ -65,6 +65,6 @@ public class b extends l { @Override // c.f.m.l public String toString() { - return this.f543c.toString(); + return this.f518c.toString(); } } diff --git a/app/src/main/java/c/f/m/e.java b/app/src/main/java/c/f/m/e.java index c284e50029..974a2e7088 100644 --- a/app/src/main/java/c/f/m/e.java +++ b/app/src/main/java/c/f/m/e.java @@ -77,7 +77,7 @@ public final class e extends m { */ public b(e eVar, m mVar) throws IOException { boolean z2; - Context context = eVar.f544c; + Context context = eVar.f519c; StringBuilder O = c.d.b.a.a.O("/data/local/tmp/exopackage/"); O.append(context.getPackageName()); O.append("/native-libs/"); diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 7e6c385bdb..2d2b9500fc 100644 --- a/app/src/main/java/c/f/m/j.java +++ b/app/src/main/java/c/f/m/j.java @@ -12,7 +12,7 @@ public class j implements b { boolean z2; boolean contains; int i2 = ((i & 1) != 0 ? 16 : 0) | 0; - ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2685c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2268c; reentrantReadWriteLock.readLock().lock(); try { if (SoLoader.d == null) { @@ -49,7 +49,7 @@ public class j implements b { continue; } catch (UnsatisfiedLinkError e) { int i3 = SoLoader.e; - SoLoader.f2685c.writeLock().lock(); + SoLoader.f2268c.writeLock().lock(); try { if (SoLoader.g == null || !SoLoader.g.c()) { z2 = false; @@ -58,21 +58,21 @@ public class j implements b { SoLoader.e = SoLoader.e + 1; z2 = true; } - SoLoader.f2685c.writeLock().unlock(); + SoLoader.f2268c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2685c.writeLock().unlock(); + SoLoader.f2268c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2685c.readLock().unlock(); + SoLoader.f2268c.readLock().unlock(); } } } diff --git a/app/src/main/java/c/f/m/m.java b/app/src/main/java/c/f/m/m.java index 9fd74b8ed7..898cf5e6be 100644 --- a/app/src/main/java/c/f/m/m.java +++ b/app/src/main/java/c/f/m/m.java @@ -20,7 +20,7 @@ import java.util.Objects; public abstract class m extends c { /* renamed from: c reason: collision with root package name */ - public final Context f544c; + public final Context f519c; public String d; public final Map e = new HashMap(); @@ -186,7 +186,7 @@ public abstract class m extends c { public m(Context context, String str) { super(new File(context.getApplicationInfo().dataDir + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + str), 1); - this.f544c = context; + this.f519c = context; } /* JADX WARNING: Code restructure failed: missing block: B:10:?, code lost: diff --git a/app/src/main/java/c/g/a/a/i.java b/app/src/main/java/c/g/a/a/i.java index 894cd268bc..4935fbbf68 100644 --- a/app/src/main/java/c/g/a/a/i.java +++ b/app/src/main/java/c/g/a/a/i.java @@ -31,11 +31,11 @@ public @interface i { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f545c; + public final int f520c; public b(int i, int i2) { this.b = i; - this.f545c = i2; + this.f520c = i2; } public boolean equals(Object obj) { @@ -46,15 +46,15 @@ public @interface i { return false; } b bVar = (b) obj; - return bVar.b == this.b && bVar.f545c == this.f545c; + return bVar.b == this.b && bVar.f520c == this.f520c; } public int hashCode() { - return this.f545c + this.b; + return this.f520c + this.b; } public String toString() { - return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f545c)); + return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f520c)); } } @@ -122,7 +122,7 @@ public @interface i { b bVar = this._features; Objects.requireNonNull(bVar); int ordinal = 1 << aVar.ordinal(); - if ((bVar.f545c & ordinal) != 0) { + if ((bVar.f520c & ordinal) != 0) { return Boolean.FALSE; } if ((ordinal & bVar.b) != 0) { @@ -235,15 +235,15 @@ public @interface i { } else { b bVar2 = dVar._features; if (bVar2 != null) { - int i2 = bVar2.f545c; + int i2 = bVar2.f520c; int i3 = bVar2.b; if (!(i2 == 0 && i3 == 0)) { int i4 = bVar.b; - if (i4 == 0 && bVar.f545c == 0) { + if (i4 == 0 && bVar.f520c == 0) { bVar = bVar2; } else { int i5 = ((~i2) & i4) | i3; - int i6 = bVar.f545c; + int i6 = bVar.f520c; int i7 = i2 | ((~i3) & i6); if (!(i5 == i4 && i7 == i6)) { bVar = new b(i5, i7); diff --git a/app/src/main/java/c/g/a/b/a.java b/app/src/main/java/c/g/a/b/a.java index b2052f15bb..67e0b18b2a 100644 --- a/app/src/main/java/c/g/a/b/a.java +++ b/app/src/main/java/c/g/a/b/a.java @@ -181,7 +181,7 @@ public final class a implements Serializable { if (!aVar._name.equals(str)) { aVar = b.b; if (!aVar._name.equals(str)) { - aVar = b.f547c; + aVar = b.f522c; if (!aVar._name.equals(str)) { aVar = b.d; if (!aVar._name.equals(str)) { diff --git a/app/src/main/java/c/g/a/b/b.java b/app/src/main/java/c/g/a/b/b.java index 8fb653a654..fdf2a2c0a9 100644 --- a/app/src/main/java/c/g/a/b/b.java +++ b/app/src/main/java/c/g/a/b/b.java @@ -8,14 +8,14 @@ public final class b { public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f547c; + public static final a f522c; public static final a d; static { a aVar = new a("MIME", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", true, '=', 76); a = aVar; b = new a(aVar, "MIME-NO-LINEFEEDS", Integer.MAX_VALUE); - f547c = new a(aVar, "PEM", true, '=', 64); + f522c = new a(aVar, "PEM", true, '=', 64); StringBuilder sb = new StringBuilder("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"); sb.setCharAt(sb.indexOf(BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX), '-'); sb.setCharAt(sb.indexOf(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN), '_'); diff --git a/app/src/main/java/c/g/a/b/d.java b/app/src/main/java/c/g/a/b/d.java index 0c0971e731..7c3f0a01e2 100644 --- a/app/src/main/java/c/g/a/b/d.java +++ b/app/src/main/java/c/g/a/b/d.java @@ -77,8 +77,8 @@ public abstract class d implements Closeable, Flushable { public abstract void N(BigInteger bigInteger) throws IOException; - public void Q(short s) throws IOException { - H(s); + public void Q(short s2) throws IOException { + H(s2); } public abstract void R(char c2) throws IOException; diff --git a/app/src/main/java/c/g/a/b/p/a.java b/app/src/main/java/c/g/a/b/p/a.java index 6e0da188f9..e0d695955f 100644 --- a/app/src/main/java/c/g/a/b/p/a.java +++ b/app/src/main/java/c/g/a/b/p/a.java @@ -7,7 +7,7 @@ public final class a { public static final byte[] b; /* renamed from: c reason: collision with root package name */ - public static final int[] f553c; + public static final int[] f527c; public static final int[] d; public static final int[] e; public static final int[] f; @@ -34,7 +34,7 @@ public final class a { } iArr[34] = 1; iArr[92] = 1; - f553c = iArr; + f527c = iArr; int length2 = iArr.length; int[] iArr2 = new int[length2]; System.arraycopy(iArr, 0, iArr2, 0, length2); diff --git a/app/src/main/java/c/g/a/b/p/c.java b/app/src/main/java/c/g/a/b/p/c.java index a4f63b7df9..d966d7b36b 100644 --- a/app/src/main/java/c/g/a/b/p/c.java +++ b/app/src/main/java/c/g/a/b/p/c.java @@ -7,12 +7,12 @@ public class c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final a f554c; + public final a f528c; public byte[] d; public char[] e; public c(a aVar, Object obj, boolean z2) { - this.f554c = aVar; + this.f528c = aVar; this.a = obj; this.b = z2; } @@ -21,7 +21,7 @@ public class c { byte[] bArr2 = this.d; if (bArr == bArr2 || bArr.length >= bArr2.length) { this.d = null; - this.f554c.f564c.set(3, bArr); + this.f528c.f537c.set(3, bArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); diff --git a/app/src/main/java/c/g/a/b/p/e.java b/app/src/main/java/c/g/a/b/p/e.java index 745fc2e600..d2db8a855c 100644 --- a/app/src/main/java/c/g/a/b/p/e.java +++ b/app/src/main/java/c/g/a/b/p/e.java @@ -118,7 +118,7 @@ public final class e { if (str2 != null) { cArr3 = str2.toCharArray(); } else { - int i4 = kVar.f565c; + int i4 = kVar.f538c; if (i4 >= 0) { cArr3 = k.a; } else { diff --git a/app/src/main/java/c/g/a/b/p/g.java b/app/src/main/java/c/g/a/b/p/g.java index 7bd17471f2..10313eab13 100644 --- a/app/src/main/java/c/g/a/b/p/g.java +++ b/app/src/main/java/c/g/a/b/p/g.java @@ -5,7 +5,7 @@ public final class g { public static final String b = String.valueOf(Long.MIN_VALUE); /* renamed from: c reason: collision with root package name */ - public static final int[] f555c = new int[1000]; + public static final int[] f529c = new int[1000]; static { int i = 0; @@ -13,7 +13,7 @@ public final class g { for (int i3 = 0; i3 < 10; i3++) { int i4 = 0; while (i4 < 10) { - f555c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); + f529c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); i4++; i++; } @@ -22,7 +22,7 @@ public final class g { } public static int a(int i, char[] cArr, int i2) { - int i3 = f555c[i]; + int i3 = f529c[i]; int i4 = i2 + 1; cArr[i2] = (char) (i3 >> 16); int i5 = i4 + 1; @@ -33,7 +33,7 @@ public final class g { } public static int b(int i, char[] cArr, int i2) { - int i3 = f555c[i]; + int i3 = f529c[i]; if (i > 9) { if (i > 99) { cArr[i2] = (char) (i3 >> 16); @@ -51,7 +51,7 @@ public final class g { int i3 = i / 1000; int i4 = i - (i3 * 1000); int i5 = i3 / 1000; - int[] iArr = f555c; + int[] iArr = f529c; int i6 = iArr[i5]; int i7 = i2 + 1; cArr[i2] = (char) (i6 >> 16); @@ -145,7 +145,7 @@ public final class g { int i6 = i4 - (i5 * 1000); int i7 = i5 / 1000; int b2 = b(i7, cArr, i); - int[] iArr = f555c; + int[] iArr = f529c; int i8 = iArr[i5 - (i7 * 1000)]; int i9 = b2 + 1; cArr[b2] = (char) (i8 >> 16); @@ -165,7 +165,7 @@ public final class g { } else { int i15 = i4 / 1000; int i16 = i4 - (i15 * 1000); - int[] iArr2 = f555c; + int[] iArr2 = f529c; int i17 = iArr2[i15]; if (i15 > 9) { if (i15 > 99) { diff --git a/app/src/main/java/c/g/a/b/p/i.java b/app/src/main/java/c/g/a/b/p/i.java index 9b3bac85ee..8b938d0f9b 100644 --- a/app/src/main/java/c/g/a/b/p/i.java +++ b/app/src/main/java/c/g/a/b/p/i.java @@ -51,7 +51,7 @@ public final class i extends Writer { public void write(int i) { k kVar = this.i; char c2 = (char) i; - if (kVar.f565c >= 0) { + if (kVar.f538c >= 0) { kVar.f(16); } kVar.i = null; diff --git a/app/src/main/java/c/g/a/b/q/a.java b/app/src/main/java/c/g/a/b/q/a.java index fb3f020fa1..f7df38eca9 100644 --- a/app/src/main/java/c/g/a/b/q/a.java +++ b/app/src/main/java/c/g/a/b/q/a.java @@ -7,7 +7,7 @@ public class a { public String b; /* renamed from: c reason: collision with root package name */ - public String f556c; + public String f530c; public HashSet d; public a(Object obj) { diff --git a/app/src/main/java/c/g/a/b/q/b.java b/app/src/main/java/c/g/a/b/q/b.java index 4ebf5a102f..001681eb38 100644 --- a/app/src/main/java/c/g/a/b/q/b.java +++ b/app/src/main/java/c/g/a/b/q/b.java @@ -11,17 +11,17 @@ import java.io.IOException; /* compiled from: JsonGeneratorImpl */ public abstract class b extends a { public static final int[] q = c.g.a.b.p.a.f; + public final c r; - /* renamed from: r reason: collision with root package name */ - public final c f557r; - public int[] s = q; + /* renamed from: s reason: collision with root package name */ + public int[] f531s = q; public int t; public k u = d.i; public boolean v; public b(c cVar, int i, i iVar) { super(i, iVar); - this.f557r = cVar; + this.r = cVar; if (d.a.ESCAPE_NON_ASCII.g(i)) { this.t = 127; } diff --git a/app/src/main/java/c/g/a/b/q/c.java b/app/src/main/java/c/g/a/b/q/c.java index 82b0a3399f..094b56f23f 100644 --- a/app/src/main/java/c/g/a/b/q/c.java +++ b/app/src/main/java/c/g/a/b/q/c.java @@ -10,7 +10,7 @@ import java.util.HashSet; public class c extends g { /* renamed from: c reason: collision with root package name */ - public final c f558c; + public final c f532c; public a d; public c e; public String f; @@ -19,14 +19,14 @@ public class c extends g { public c(int i, c cVar, a aVar) { this.a = i; - this.f558c = cVar; + this.f532c = cVar; this.d = aVar; this.b = -1; } public c(int i, c cVar, a aVar, Object obj) { this.a = i; - this.f558c = cVar; + this.f532c = cVar; this.d = aVar; this.b = -1; this.g = obj; @@ -99,7 +99,7 @@ public class c extends g { a aVar = this.d; if (aVar != null) { aVar.b = null; - aVar.f556c = null; + aVar.f530c = null; aVar.d = null; } return this; @@ -114,7 +114,7 @@ public class c extends g { a aVar = this.d; if (aVar != null) { aVar.b = null; - aVar.f556c = null; + aVar.f530c = null; aVar.d = null; } return this; @@ -135,15 +135,15 @@ public class c extends g { aVar.b = str; } else { if (!str.equals(str2)) { - String str3 = aVar.f556c; + String str3 = aVar.f530c; if (str3 == null) { - aVar.f556c = str; + aVar.f530c = str; } else if (!str.equals(str3)) { if (aVar.d == null) { HashSet hashSet = new HashSet<>(16); aVar.d = hashSet; hashSet.add(aVar.b); - aVar.d.add(aVar.f556c); + aVar.d.add(aVar.f530c); } z2 = !aVar.d.add(str); if (z2) { diff --git a/app/src/main/java/c/g/a/b/q/d.java b/app/src/main/java/c/g/a/b/q/d.java index 9dc8a933e5..7e7aa4616a 100644 --- a/app/src/main/java/c/g/a/b/q/d.java +++ b/app/src/main/java/c/g/a/b/q/d.java @@ -19,33 +19,31 @@ import java.util.Arrays; import java.util.Objects; /* compiled from: WriterBasedJsonGenerator */ public class d extends b { - - /* renamed from: w reason: collision with root package name */ - public static final char[] f559w = ((char[]) a.a.clone()); + public static final char[] w = ((char[]) a.a.clone()); public int A; public int B; public int C; public char[] D; /* renamed from: x reason: collision with root package name */ - public final Writer f560x; + public final Writer f533x; /* renamed from: y reason: collision with root package name */ - public char f561y; + public char f534y; /* renamed from: z reason: collision with root package name */ - public char[] f562z; + public char[] f535z; public d(c cVar, int i, i iVar, Writer writer, char c2) { super(cVar, i, iVar); int[] iArr; - this.f560x = writer; + this.f533x = writer; if (cVar.e == null) { - char[] a = cVar.f554c.a(1, 0); + char[] a = cVar.f528c.a(1, 0); cVar.e = a; - this.f562z = a; + this.f535z = a; this.C = a.length; - this.f561y = c2; + this.f534y = c2; if (c2 != '\"') { if (c2 == '\"') { iArr = a.f; @@ -61,7 +59,7 @@ public class d extends b { } iArr = iArr2; } - this.s = iArr; + this.f531s = iArr; return; } return; @@ -75,7 +73,7 @@ public class d extends b { if (this.B + 2 > this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i3 = this.B; int i4 = i3 + 1; this.B = i4; @@ -87,7 +85,7 @@ public class d extends b { B0(); } int i5 = this.B; - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i6 = i5 + 1; cArr2[i5] = '\\'; int i7 = i6 + 1; @@ -95,7 +93,7 @@ public class d extends b { if (c2 > 255) { int i8 = 255 & (c2 >> '\b'); int i9 = i7 + 1; - char[] cArr3 = f559w; + char[] cArr3 = w; cArr2[i7] = cArr3[i8 >> 4]; i2 = i9 + 1; cArr2[i9] = cArr3[i8 & 15]; @@ -107,7 +105,7 @@ public class d extends b { cArr2[i10] = '0'; } int i11 = i2 + 1; - char[] cArr4 = f559w; + char[] cArr4 = w; cArr2[i2] = cArr4[c2 >> 4]; cArr2[i11] = cArr4[c2 & 15]; this.B = i11 + 1; @@ -130,7 +128,7 @@ public class d extends b { if (i3 > 0) { this.A = 0; this.B = 0; - this.f560x.write(this.f562z, i2, i3); + this.f533x.write(this.f535z, i2, i3); } } @@ -156,7 +154,7 @@ public class d extends b { cArr2 = z0(); } cArr2[1] = (char) i3; - this.f560x.write(cArr2, 0, 2); + this.f533x.write(cArr2, 0, 2); return i; } int i5 = i - 2; @@ -175,18 +173,18 @@ public class d extends b { if (c2 > 255) { int i6 = (c2 >> '\b') & 255; int i7 = c2 & 255; - char[] cArr4 = f559w; + char[] cArr4 = w; cArr3[10] = cArr4[i6 >> 4]; cArr3[11] = cArr4[i6 & 15]; cArr3[12] = cArr4[i7 >> 4]; cArr3[13] = cArr4[i7 & 15]; - this.f560x.write(cArr3, 8, 6); + this.f533x.write(cArr3, 8, 6); return i; } - char[] cArr5 = f559w; + char[] cArr5 = w; cArr3[6] = cArr5[c2 >> 4]; cArr3[7] = cArr5[c2 & 15]; - this.f560x.write(cArr3, 2, 6); + this.f533x.write(cArr3, 2, 6); return i; } else { int i8 = i - 6; @@ -197,7 +195,7 @@ public class d extends b { if (c2 > 255) { int i11 = (c2 >> '\b') & 255; int i12 = i10 + 1; - char[] cArr6 = f559w; + char[] cArr6 = w; cArr[i10] = cArr6[i11 >> 4]; i4 = i12 + 1; cArr[i12] = cArr6[i11 & 15]; @@ -209,7 +207,7 @@ public class d extends b { cArr[i13] = '0'; } int i14 = i4 + 1; - char[] cArr7 = f559w; + char[] cArr7 = w; cArr[i4] = cArr7[c2 >> 4]; cArr[i14] = cArr7[c2 & 15]; return i14 - 5; @@ -223,7 +221,7 @@ public class d extends b { if (i3 >= 2) { int i4 = i3 - 2; this.A = i4; - char[] cArr = this.f562z; + char[] cArr = this.f535z; cArr[i4] = '\\'; cArr[i4 + 1] = (char) i; return; @@ -234,11 +232,11 @@ public class d extends b { } this.A = this.B; cArr2[1] = (char) i; - this.f560x.write(cArr2, 0, 2); + this.f533x.write(cArr2, 0, 2); } else if (i != -2) { int i5 = this.B; if (i5 >= 6) { - char[] cArr3 = this.f562z; + char[] cArr3 = this.f535z; int i6 = i5 - 6; this.A = i6; cArr3[i6] = '\\'; @@ -247,7 +245,7 @@ public class d extends b { if (c2 > 255) { int i8 = (c2 >> '\b') & 255; int i9 = i7 + 1; - char[] cArr4 = f559w; + char[] cArr4 = w; cArr3[i9] = cArr4[i8 >> 4]; i2 = i9 + 1; cArr3[i2] = cArr4[i8 & 15]; @@ -259,7 +257,7 @@ public class d extends b { cArr3[i2] = '0'; } int i11 = i2 + 1; - char[] cArr5 = f559w; + char[] cArr5 = w; cArr3[i11] = cArr5[c2 >> 4]; cArr3[i11 + 1] = cArr5[c2 & 15]; return; @@ -272,18 +270,18 @@ public class d extends b { if (c2 > 255) { int i12 = (c2 >> '\b') & 255; int i13 = c2 & 255; - char[] cArr7 = f559w; + char[] cArr7 = w; cArr6[10] = cArr7[i12 >> 4]; cArr6[11] = cArr7[i12 & 15]; cArr6[12] = cArr7[i13 >> 4]; cArr6[13] = cArr7[i13 & 15]; - this.f560x.write(cArr6, 8, 6); + this.f533x.write(cArr6, 8, 6); return; } - char[] cArr8 = f559w; + char[] cArr8 = w; cArr6[6] = cArr8[c2 >> 4]; cArr6[7] = cArr8[c2 & 15]; - this.f560x.write(cArr6, 2, 6); + this.f533x.write(cArr6, 2, 6); } else { Objects.requireNonNull(null); throw null; @@ -336,11 +334,11 @@ public class d extends b { int i8 = i7 + 1; i4 = i8 + 1; i6 += 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f562z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f535z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -362,7 +360,7 @@ public class d extends b { i2 = 1; } int i11 = i6 + i2; - this.B = aVar.c(i10, i2, this.f562z, this.B); + this.B = aVar.c(i10, i2, this.f535z, this.B); return i11; } @@ -407,11 +405,11 @@ public class d extends b { int i8 = i7 + 1; i5 = i8 + 1; i -= 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f562z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f535z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -432,7 +430,7 @@ public class d extends b { } else { i3 = 1; } - this.B = aVar.c(i10, i3, this.f562z, this.B); + this.B = aVar.c(i10, i3, this.f535z, this.B); return i - i3; } @@ -443,22 +441,22 @@ public class d extends b { if (this.B + 13 >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i2 = this.B; int i3 = i2 + 1; this.B = i3; - cArr[i2] = this.f561y; + cArr[i2] = this.f534y; int d = g.d(i, cArr, i3); this.B = d; - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; this.B = d + 1; - cArr2[d] = this.f561y; + cArr2[d] = this.f534y; return; } if (this.B + 11 >= this.C) { B0(); } - this.B = g.d(i, this.f562z, this.B); + this.B = g.d(i, this.f535z, this.B); } public final void H0() throws IOException { @@ -466,7 +464,7 @@ public class d extends b { B0(); } int i = this.B; - char[] cArr = this.f562z; + char[] cArr = this.f535z; cArr[i] = 'n'; int i2 = i + 1; cArr[i2] = 'u'; @@ -484,40 +482,40 @@ public class d extends b { if (this.B + 23 >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f561y; + cArr[i] = this.f534y; int e = g.e(j, cArr, i2); this.B = e; - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; this.B = e + 1; - cArr2[e] = this.f561y; + cArr2[e] = this.f534y; return; } if (this.B + 21 >= this.C) { B0(); } - this.B = g.e(j, this.f562z, this.B); + this.B = g.e(j, this.f535z, this.B); } public final void I0(String str) throws IOException { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; - cArr[i] = this.f561y; + cArr[i] = this.f534y; T(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f561y; + cArr2[i2] = this.f534y; } /* JADX WARNING: Code restructure failed: missing block: B:67:0x010a, code lost: @@ -528,10 +526,10 @@ public class d extends b { if (r4 <= 0) goto L_0x0114; */ /* JADX WARNING: Code restructure failed: missing block: B:69:0x010f, code lost: - r18.f560x.write(r3, r5, r4); + r18.f533x.write(r3, r5, r4); */ /* JADX WARNING: Code restructure failed: missing block: B:70:0x0114, code lost: - r3 = r18.f562z; + r3 = r18.f535z; r4 = r18.B; r18.B = r4 + 1; r3 = r3[r4]; @@ -561,17 +559,17 @@ public class d extends b { i7 = length2 - i6; } int i8 = i6 + i7; - str.getChars(i6, i8, this.f562z, 0); + str.getChars(i6, i8, this.f535z, 0); int i9 = this.t; if (i9 != 0) { - int[] iArr = this.s; + int[] iArr = this.f531s; int min = Math.min(iArr.length, i9 + 1); int i10 = 0; int i11 = 0; int i12 = 0; while (i10 < i7) { while (true) { - cArr3 = this.f562z; + cArr3 = this.f535z; c4 = cArr3[i10]; if (c4 >= min) { if (c4 > i9) { @@ -592,24 +590,24 @@ public class d extends b { i4 = i11; int i13 = i10 - i12; if (i13 > 0) { - this.f560x.write(cArr3, i12, i13); + this.f533x.write(cArr3, i12, i13); if (i10 >= i7) { break; } } int i14 = i10 + 1; - i12 = C0(this.f562z, i14, i7, c4, i4); + i12 = C0(this.f535z, i14, i7, c4, i4); i11 = i4; i10 = i14; } } else { - int[] iArr2 = this.s; + int[] iArr2 = this.f531s; int length3 = iArr2.length; int i15 = 0; int i16 = 0; while (i15 < i7) { do { - cArr2 = this.f562z; + cArr2 = this.f535z; c3 = cArr2[i15]; if (c3 < length3 && iArr2[c3] != 0) { break; @@ -618,13 +616,13 @@ public class d extends b { } while (i15 < i7); int i17 = i15 - i16; if (i17 > 0) { - this.f560x.write(cArr2, i16, i17); + this.f533x.write(cArr2, i16, i17); if (i15 >= i7) { break; } } int i18 = i15 + 1; - i16 = C0(this.f562z, i18, i7, c3, iArr2[c3]); + i16 = C0(this.f535z, i18, i7, c3, iArr2[c3]); i15 = i18; } } @@ -638,15 +636,15 @@ public class d extends b { if (this.B + length > i5) { B0(); } - str.getChars(0, length, this.f562z, this.B); + str.getChars(0, length, this.f535z, this.B); int i19 = this.t; if (i19 != 0) { int i20 = this.B + length; - int[] iArr3 = this.s; + int[] iArr3 = this.f531s; int min2 = Math.min(iArr3.length, i19 + 1); while (this.B < i20) { while (true) { - cArr = this.f562z; + cArr = this.f535z; i = this.B; c2 = cArr[i]; if (c2 < min2) { @@ -673,7 +671,7 @@ public class d extends b { int i21 = this.A; int i22 = i - i21; if (i22 > 0) { - this.f560x.write(cArr, i21, i22); + this.f533x.write(cArr, i21, i22); } this.B++; D0(c2, i3); @@ -681,11 +679,11 @@ public class d extends b { return; } int i23 = this.B + length; - int[] iArr4 = this.s; + int[] iArr4 = this.f531s; int length4 = iArr4.length; while (this.B < i23) { while (true) { - char[] cArr4 = this.f562z; + char[] cArr4 = this.f535z; int i24 = this.B; char c5 = cArr4[i24]; if (c5 < length4 && iArr4[c5] != 0) { @@ -738,28 +736,28 @@ public class d extends b { } @Override // c.g.a.b.d - public void Q(short s) throws IOException { + public void Q(short s2) throws IOException { v0("write a number"); if (this.o) { if (this.B + 8 >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f561y; - int d = g.d(s, cArr, i2); + cArr[i] = this.f534y; + int d = g.d(s2, cArr, i2); this.B = d; - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; this.B = d + 1; - cArr2[d] = this.f561y; + cArr2[d] = this.f534y; return; } if (this.B + 6 >= this.C) { B0(); } - this.B = g.d(s, this.f562z, this.B); + this.B = g.d(s2, this.f535z, this.B); } @Override // c.g.a.b.d @@ -767,7 +765,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -775,7 +773,7 @@ public class d extends b { @Override // c.g.a.b.d public void S(k kVar) throws IOException { - int b = kVar.b(this.f562z, this.B); + int b = kVar.b(this.f535z, this.B); if (b < 0) { T(kVar.getValue()); } else { @@ -792,14 +790,14 @@ public class d extends b { i = this.C - this.B; } if (i >= length) { - str.getChars(0, length, this.f562z, this.B); + str.getChars(0, length, this.f535z, this.B); this.B += length; return; } int i2 = this.C; int i3 = this.B; int i4 = i2 - i3; - str.getChars(0, i4, this.f562z, i3); + str.getChars(0, i4, this.f535z, i3); this.B += i4; B0(); int length2 = str.length() - i4; @@ -807,14 +805,14 @@ public class d extends b { int i5 = this.C; if (length2 > i5) { int i6 = i4 + i5; - str.getChars(i4, i6, this.f562z, 0); + str.getChars(i4, i6, this.f535z, 0); this.A = 0; this.B = i5; B0(); length2 -= i5; i4 = i6; } else { - str.getChars(i4, i4 + length2, this.f562z, 0); + str.getChars(i4, i4 + length2, this.f535z, 0); this.A = 0; this.B = length2; return; @@ -828,12 +826,12 @@ public class d extends b { if (i2 > this.C - this.B) { B0(); } - System.arraycopy(cArr, i, this.f562z, this.B, i2); + System.arraycopy(cArr, i, this.f535z, this.B, i2); this.B += i2; return; } B0(); - this.f560x.write(cArr, i, i2); + this.f533x.write(cArr, i, i2); } @Override // c.g.a.b.d @@ -848,7 +846,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -866,7 +864,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -884,7 +882,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i2 = this.B; this.B = i2 + 1; cArr[i2] = '['; @@ -902,7 +900,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -910,7 +908,7 @@ public class d extends b { @Override // c.g.a.b.d, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - if (this.f562z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { + if (this.f535z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { while (true) { c cVar = this.p; if (!cVar.b()) { @@ -926,22 +924,22 @@ public class d extends b { B0(); this.A = 0; this.B = 0; - if (this.f560x != null) { - if (this.f557r.b || d(d.a.AUTO_CLOSE_TARGET)) { - this.f560x.close(); + if (this.f533x != null) { + if (this.r.b || d(d.a.AUTO_CLOSE_TARGET)) { + this.f533x.close(); } else if (d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f560x.flush(); + this.f533x.flush(); } } - char[] cArr = this.f562z; + char[] cArr = this.f535z; if (cArr != null) { - this.f562z = null; - c cVar2 = this.f557r; + this.f535z = null; + c cVar2 = this.r; Objects.requireNonNull(cVar2); char[] cArr2 = cVar2.e; if (cArr == cArr2 || cArr.length >= cArr2.length) { cVar2.e = null; - cVar2.f554c.d.set(1, cArr); + cVar2.f528c.d.set(1, cArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); @@ -960,7 +958,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -972,19 +970,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i2 = this.B; this.B = i2 + 1; - cArr[i2] = this.f561y; - c cVar = this.f557r; + cArr[i2] = this.f534y; + c cVar = this.r; if (cVar.d == null) { - c.g.a.b.t.a aVar2 = cVar.f554c; + c.g.a.b.t.a aVar2 = cVar.f528c; Objects.requireNonNull(aVar2); int i3 = c.g.a.b.t.a.a[3]; if (i3 <= 0) { i3 = 0; } - byte[] andSet = aVar2.f564c.getAndSet(3, null); + byte[] andSet = aVar2.f537c.getAndSet(3, null); if (andSet == null || andSet.length < i3) { andSet = new byte[i3]; } @@ -993,7 +991,7 @@ public class d extends b { try { i = F0(aVar, inputStream, andSet); } catch (Throwable th) { - this.f557r.a(andSet); + this.r.a(andSet); throw th; } } else { @@ -1002,14 +1000,14 @@ public class d extends b { throw new JsonGenerationException("Too few bytes available: missing " + G0 + " bytes (out of " + i + ")", this); } } - this.f557r.a(andSet); + this.r.a(andSet); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i4 = this.B; this.B = i4 + 1; - cArr2[i4] = this.f561y; + cArr2[i4] = this.f534y; return i; } throw new IllegalStateException("Trying to call same allocXxx() method second time"); @@ -1018,8 +1016,8 @@ public class d extends b { @Override // java.io.Flushable public void flush() throws IOException { B0(); - if (this.f560x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f560x.flush(); + if (this.f533x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { + this.f533x.flush(); } } @@ -1029,11 +1027,11 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f561y; + cArr[i] = this.f534y; int c2 = kVar.c(cArr, i2); if (c2 < 0) { char[] a = kVar.a(); @@ -1042,19 +1040,19 @@ public class d extends b { if (length > this.C - this.B) { B0(); } - System.arraycopy(a, 0, this.f562z, this.B, length); + System.arraycopy(a, 0, this.f535z, this.B, length); this.B += length; } else { B0(); - this.f560x.write(a, 0, length); + this.f533x.write(a, 0, length); } if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f561y; + cArr2[i3] = this.f534y; return; } int i4 = this.B + c2; @@ -1062,10 +1060,10 @@ public class d extends b { if (i4 >= this.C) { B0(); } - char[] cArr3 = this.f562z; + char[] cArr3 = this.f535z; int i5 = this.B; this.B = i5 + 1; - cArr3[i5] = this.f561y; + cArr3[i5] = this.f534y; } @Override // c.g.a.b.d @@ -1078,18 +1076,18 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; - cArr[i] = this.f561y; + cArr[i] = this.f534y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f561y; + cArr2[i2] = this.f534y; } @Override // c.g.a.b.d @@ -1099,14 +1097,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f561y; + cArr2[i3] = this.f534y; int i4 = this.t; if (i4 != 0) { int i5 = i2 + i; - int[] iArr = this.s; + int[] iArr = this.f531s; int min = Math.min(iArr.length, i4 + 1); int i6 = 0; while (i < i5) { @@ -1135,12 +1133,12 @@ public class d extends b { B0(); } if (i8 > 0) { - System.arraycopy(cArr, i, this.f562z, this.B, i8); + System.arraycopy(cArr, i, this.f535z, this.B, i8); this.B += i8; } } else { B0(); - this.f560x.write(cArr, i, i8); + this.f533x.write(cArr, i, i8); } if (i7 >= i5) { break; @@ -1150,7 +1148,7 @@ public class d extends b { } } else { int i9 = i2 + i; - int[] iArr2 = this.s; + int[] iArr2 = this.f531s; int length = iArr2.length; while (i < i9) { int i10 = i; @@ -1167,12 +1165,12 @@ public class d extends b { B0(); } if (i11 > 0) { - System.arraycopy(cArr, i, this.f562z, this.B, i11); + System.arraycopy(cArr, i, this.f535z, this.B, i11); this.B += i11; } } else { B0(); - this.f560x.write(cArr, i, i11); + this.f533x.write(cArr, i, i11); } if (i10 >= i9) { break; @@ -1185,10 +1183,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f562z; + char[] cArr3 = this.f535z; int i12 = this.B; this.B = i12 + 1; - cArr3[i12] = this.f561y; + cArr3[i12] = this.f534y; } @Override // c.g.a.b.d @@ -1197,10 +1195,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i3 = this.B; this.B = i3 + 1; - cArr[i3] = this.f561y; + cArr[i3] = this.f534y; int i4 = i2 + i; int i5 = i4 - 3; int i6 = this.C - 6; @@ -1212,11 +1210,11 @@ public class d extends b { int i7 = i + 1; int i8 = i7 + 1; int i9 = i8 + 1; - int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f562z, this.B); + int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f535z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i10 = b + 1; this.B = i10; cArr2[b] = '\\'; @@ -1236,15 +1234,15 @@ public class d extends b { if (i11 == 2) { i13 |= (bArr[i12] & 255) << 8; } - this.B = aVar.c(i13, i11, this.f562z, this.B); + this.B = aVar.c(i13, i11, this.f535z, this.B); } if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f562z; + char[] cArr3 = this.f535z; int i14 = this.B; this.B = i14 + 1; - cArr3[i14] = this.f561y; + cArr3[i14] = this.f534y; } @Override // c.g.a.b.d @@ -1255,7 +1253,7 @@ public class d extends b { B0(); } int i2 = this.B; - char[] cArr = this.f562z; + char[] cArr = this.f535z; if (z2) { cArr[i2] = 't'; int i3 = i2 + 1; @@ -1288,14 +1286,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = ']'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f558c; + this.p = cVar.f532c; return; } StringBuilder O = c.d.b.a.a.O("Current context not Array but "); @@ -1329,7 +1327,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -1364,14 +1362,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; cArr[i] = '}'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f558c; + this.p = cVar.f532c; return; } StringBuilder O = c.d.b.a.a.O("Current context not Object but "); @@ -1399,25 +1397,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; - cArr[i] = this.f561y; + cArr[i] = this.f534y; U(a, 0, a.length); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f561y; + cArr2[i2] = this.f534y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f562z; + char[] cArr3 = this.f535z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1427,11 +1425,11 @@ public class d extends b { U(a2, 0, a2.length); return; } - char[] cArr4 = this.f562z; + char[] cArr4 = this.f535z; int i4 = this.B; int i5 = i4 + 1; this.B = i5; - cArr4[i4] = this.f561y; + cArr4[i4] = this.f534y; int c2 = kVar.c(cArr4, i5); if (c2 < 0) { char[] a3 = kVar.a(); @@ -1439,10 +1437,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f562z; + char[] cArr5 = this.f535z; int i6 = this.B; this.B = i6 + 1; - cArr5[i6] = this.f561y; + cArr5[i6] = this.f534y; return; } int i7 = this.B + c2; @@ -1450,10 +1448,10 @@ public class d extends b { if (i7 >= this.C) { B0(); } - char[] cArr6 = this.f562z; + char[] cArr6 = this.f535z; int i8 = this.B; this.B = i8 + 1; - cArr6[i8] = this.f561y; + cArr6[i8] = this.f534y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); @@ -1478,25 +1476,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f562z; + char[] cArr = this.f535z; int i = this.B; this.B = i + 1; - cArr[i] = this.f561y; + cArr[i] = this.f534y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f562z; + char[] cArr2 = this.f535z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f561y; + cArr2[i2] = this.f534y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f562z; + char[] cArr3 = this.f535z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1505,18 +1503,18 @@ public class d extends b { J0(str); return; } - char[] cArr4 = this.f562z; + char[] cArr4 = this.f535z; int i4 = this.B; this.B = i4 + 1; - cArr4[i4] = this.f561y; + cArr4[i4] = this.f534y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f562z; + char[] cArr5 = this.f535z; int i5 = this.B; this.B = i5 + 1; - cArr5[i5] = this.f561y; + cArr5[i5] = this.f534y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); diff --git a/app/src/main/java/c/g/a/b/s/b.java b/app/src/main/java/c/g/a/b/s/b.java index ebc984a88a..64564e6474 100644 --- a/app/src/main/java/c/g/a/b/s/b.java +++ b/app/src/main/java/c/g/a/b/s/b.java @@ -7,7 +7,7 @@ public class b { public Class b; /* renamed from: c reason: collision with root package name */ - public Object f563c = null; + public Object f536c = null; public String d; public int e; public h f; diff --git a/app/src/main/java/c/g/a/b/t/a.java b/app/src/main/java/c/g/a/b/t/a.java index 35681ae135..3538b33033 100644 --- a/app/src/main/java/c/g/a/b/t/a.java +++ b/app/src/main/java/c/g/a/b/t/a.java @@ -8,7 +8,7 @@ public class a { public static final int[] b = {SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 200, 200}; /* renamed from: c reason: collision with root package name */ - public final AtomicReferenceArray f564c = new AtomicReferenceArray<>(4); + public final AtomicReferenceArray f537c = new AtomicReferenceArray<>(4); public final AtomicReferenceArray d = new AtomicReferenceArray<>(4); public char[] a(int i, int i2) { diff --git a/app/src/main/java/c/g/a/b/t/k.java b/app/src/main/java/c/g/a/b/t/k.java index 3327eb37eb..25d6808a32 100644 --- a/app/src/main/java/c/g/a/b/t/k.java +++ b/app/src/main/java/c/g/a/b/t/k.java @@ -7,7 +7,7 @@ public final class k { public final a b; /* renamed from: c reason: collision with root package name */ - public int f565c; + public int f538c; public ArrayList d; public boolean e; public int f; @@ -24,11 +24,11 @@ public final class k { this.b = null; this.g = cArr; this.h = cArr.length; - this.f565c = -1; + this.f538c = -1; } public void a(String str, int i, int i2) { - if (this.f565c >= 0) { + if (this.f538c >= 0) { f(i2); } this.i = null; @@ -64,7 +64,7 @@ public final class k { } public void b(char[] cArr, int i, int i2) { - if (this.f565c >= 0) { + if (this.f538c >= 0) { f(i2); } this.i = null; @@ -99,7 +99,7 @@ public final class k { this.i = new String(this.j); } else { String str = ""; - if (this.f565c >= 0) { + if (this.f538c >= 0) { this.i = str; return str; } @@ -168,7 +168,7 @@ public final class k { } public final void f(int i) { - this.f565c = -1; + this.f538c = -1; int i2 = i + 0; char[] cArr = this.g; if (cArr == null || i2 > cArr.length) { diff --git a/app/src/main/java/c/g/a/c/c0/a0.java b/app/src/main/java/c/g/a/c/c0/a0.java index b8ac88f326..a28b4c9118 100644 --- a/app/src/main/java/c/g/a/c/c0/a0.java +++ b/app/src/main/java/c/g/a/c/c0/a0.java @@ -11,7 +11,7 @@ public class a0 { public final t b; /* renamed from: c reason: collision with root package name */ - public final Class> f566c; + public final Class> f539c; public final Class d; public final Class e; public final boolean f; @@ -19,7 +19,7 @@ public class a0 { public a0(t tVar, Class cls, Class> cls2, boolean z2, Class cls3) { this.b = tVar; this.e = cls; - this.f566c = cls2; + this.f539c = cls2; this.f = z2; this.d = cls3 == null ? n0.class : cls3; } @@ -30,7 +30,7 @@ public class a0 { O.append(", scope="); O.append(d.u(this.e)); O.append(", generatorType="); - O.append(d.u(this.f566c)); + O.append(d.u(this.f539c)); O.append(", alwaysAsId="); O.append(this.f); return O.toString(); diff --git a/app/src/main/java/c/g/a/c/c0/b0.java b/app/src/main/java/c/g/a/c/c0/b0.java index 88bcbc9fa8..5cdcd864e2 100644 --- a/app/src/main/java/c/g/a/c/c0/b0.java +++ b/app/src/main/java/c/g/a/c/c0/b0.java @@ -32,7 +32,7 @@ public class b0 { public final a b; /* renamed from: c reason: collision with root package name */ - public final boolean f567c; + public final boolean f540c; public final j d; public final c e; public final g0 f; @@ -47,15 +47,15 @@ public class b0 { public LinkedList o; public LinkedList p; public LinkedList q; + public LinkedList r; - /* renamed from: r reason: collision with root package name */ - public LinkedList f568r; - public HashSet s; + /* renamed from: s reason: collision with root package name */ + public HashSet f541s; public LinkedHashMap t; public b0(l lVar, boolean z2, j jVar, c cVar, a aVar) { this.a = lVar; - this.f567c = z2; + this.f540c = z2; this.d = jVar; this.e = cVar; if (lVar.p()) { @@ -93,7 +93,7 @@ public class b0 { String str = n._simpleName; c0Var = map.get(str); if (c0Var == null) { - c0Var = new c0(this.a, this.g, this.f567c, n); + c0Var = new c0(this.a, this.g, this.f540c, n); map.put(str, c0Var); } } @@ -108,11 +108,11 @@ public class b0 { } public void c(String str) { - if (!this.f567c && str != null) { - if (this.s == null) { - this.s = new HashSet<>(); + if (!this.f540c && str != null) { + if (this.f541s == null) { + this.f541s = new HashSet<>(); } - this.s.add(str); + this.f541s.add(str); } } @@ -139,7 +139,7 @@ public class b0 { if (c0Var != null) { return c0Var; } - c0 c0Var2 = new c0(this.a, this.g, this.f567c, t.a(str)); + c0 c0Var2 = new c0(this.a, this.g, this.f540c, t.a(str)); map.put(str, c0Var2); return c0Var2; } @@ -195,7 +195,7 @@ public class b0 { boolean z12; LinkedHashMap linkedHashMap = new LinkedHashMap<>(); c.g.a.c.b bVar = this.g; - boolean z13 = !this.f567c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); + boolean z13 = !this.f540c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); boolean q = this.a.q(p.PROPAGATE_TRANSIENT_MARKER); for (g gVar : this.e.g()) { Boolean bool = Boolean.TRUE; @@ -206,10 +206,10 @@ public class b0 { this.q.add(gVar); } if (bool.equals(bVar.W(gVar))) { - if (this.f568r == null) { - this.f568r = new LinkedList<>(); + if (this.r == null) { + this.r = new LinkedList<>(); } - this.f568r.add(gVar); + this.r.add(gVar); } else { boolean equals = bool.equals(bVar.S(gVar)); boolean equals2 = bool.equals(bVar.U(gVar)); @@ -241,7 +241,7 @@ public class b0 { } this.l.put(E, e); } - t o = this.f567c ? bVar.o(gVar) : bVar.n(gVar); + t o = this.f540c ? bVar.o(gVar) : bVar.n(gVar); boolean z14 = o != null; if (!z14 || !o.d()) { tVar3 = o; @@ -295,10 +295,10 @@ public class b0 { } this.q.add(next); } else if (bool2.equals(bVar2.W(next))) { - if (this.f568r == null) { - this.f568r = new LinkedList<>(); + if (this.r == null) { + this.r = new LinkedList<>(); } - this.f568r.add(next); + this.r.add(next); } else { t o3 = bVar2.o(next); boolean z16 = o3 != null; @@ -341,7 +341,7 @@ public class b0 { String b = b(i); boolean Z2 = bVar2.Z(next); c0 f3 = f(linkedHashMap, b); - f3.f572r = new c0.d<>(next, f3.f572r, tVar, z6, z7, Z2); + f3.r = new c0.d<>(next, f3.r, tVar, z6, z7, Z2); } } } else if (o2 == 1) { @@ -379,7 +379,7 @@ public class b0 { String b2 = b(i2); boolean Z3 = bVar3.Z(next); c0 f4 = f(linkedHashMap, b2); - f4.s = new c0.d<>(next, f4.s, tVar2, z8, z9, Z3); + f4.f544s = new c0.d<>(next, f4.f544s, tVar2, z8, z9, Z3); } else if (o2 == 2 && Boolean.TRUE.equals(this.g.U(next))) { if (this.o == null) { this.o = new LinkedList<>(); @@ -388,7 +388,7 @@ public class b0 { } } c cVar = this.e; - Boolean bool3 = cVar.f570w; + Boolean bool3 = cVar.w; if (bool3 == null) { Class cls = cVar.k; Annotation[] annotationArr = d.a; @@ -396,12 +396,12 @@ public class b0 { if ((d.t(cls) ? null : cls.getEnclosingClass()) != null) { z5 = true; bool3 = Boolean.valueOf(z5); - cVar.f570w = bool3; + cVar.w = bool3; } } z5 = false; bool3 = Boolean.valueOf(z5); - cVar.f570w = bool3; + cVar.w = bool3; } if (!bool3.booleanValue() && this.h) { for (e eVar : this.e.f().b) { @@ -413,7 +413,7 @@ public class b0 { a(linkedHashMap, eVar.m(i4)); } } - for (j jVar : this.e.f().f571c) { + for (j jVar : this.e.f().f543c) { if (this.k == null) { this.k = new LinkedList<>(); } @@ -426,16 +426,16 @@ public class b0 { Iterator it2 = linkedHashMap.values().iterator(); while (it2.hasNext()) { c0 next2 = it2.next(); - if (!(next2.z(next2.p) || next2.z(next2.f572r) || next2.z(next2.s) || next2.z(next2.q))) { + if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f544s) || next2.z(next2.q))) { it2.remove(); - } else if (next2.y(next2.p) || next2.y(next2.f572r) || next2.y(next2.s) || next2.y(next2.q)) { + } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f544s) || next2.y(next2.q)) { if (!next2.u()) { it2.remove(); c(next2.p()); } else { next2.p = next2.G(next2.p); - next2.f572r = next2.G(next2.f572r); - next2.s = next2.G(next2.s); + next2.r = next2.G(next2.r); + next2.f544s = next2.G(next2.f544s); next2.q = next2.G(next2.q); if (!next2.f()) { c(next2.p()); @@ -445,10 +445,10 @@ public class b0 { } boolean q2 = this.a.q(p.INFER_PROPERTY_MUTATORS); for (c0 c0Var2 : linkedHashMap.values()) { - b0 b0Var = this.f567c ? null : this; + b0 b0Var = this.f540c ? null : this; u.a aVar6 = u.a.AUTO; c.g.a.c.b bVar4 = c0Var2.m; - if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.f572r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.f572r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { + if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.f544s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.f544s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { aVar = null; } if (aVar != null) { @@ -462,22 +462,22 @@ public class b0 { b0Var.c(tVar4._simpleName); } } - c0Var2.s = null; + c0Var2.f544s = null; c0Var2.q = null; if (!c0Var2.k) { c0Var2.p = null; } } else if (ordinal == 2) { - c0Var2.f572r = null; + c0Var2.r = null; if (c0Var2.k) { c0Var2.p = null; } } else if (ordinal != 3) { - c0Var2.f572r = c0Var2.H(c0Var2.f572r); + c0Var2.r = c0Var2.H(c0Var2.r); c0Var2.q = c0Var2.H(c0Var2.q); - if (!q2 || c0Var2.f572r == null) { + if (!q2 || c0Var2.r == null) { c0Var2.p = c0Var2.H(c0Var2.p); - c0Var2.s = c0Var2.H(c0Var2.s); + c0Var2.f544s = c0Var2.H(c0Var2.f544s); } } } @@ -496,8 +496,8 @@ public class b0 { } else { HashMap hashMap = new HashMap(); value.B(L, hashMap, value.p); - value.B(L, hashMap, value.f572r); - value.B(L, hashMap, value.s); + value.B(L, hashMap, value.r); + value.B(L, hashMap, value.f544s); value.B(L, hashMap, value.q); linkedList.addAll(hashMap.values()); } @@ -514,7 +514,7 @@ public class b0 { } else { c0Var4.K(c0Var3); } - if (g(c0Var3, this.k) && (hashSet = this.s) != null) { + if (g(c0Var3, this.k) && (hashSet = this.f541s) != null) { hashSet.remove(p); } } @@ -530,28 +530,28 @@ public class b0 { } } for (c0 c0Var5 : linkedHashMap.values()) { - if (this.f567c) { - c0.d dVar9 = c0Var5.f572r; + if (this.f540c) { + c0.d dVar9 = c0Var5.r; if (dVar9 != null) { - c0Var5.f572r = c0Var5.A(c0Var5.f572r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.s)); + c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f544s)); } else { c0.d dVar10 = c0Var5.p; if (dVar10 != null) { - c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.s)); + c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f544s)); } } } else { c0.d dVar11 = c0Var5.q; if (dVar11 != null) { - c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.s, c0Var5.p, c0Var5.f572r)); + c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f544s, c0Var5.p, c0Var5.r)); } else { - c0.d dVar12 = c0Var5.s; + c0.d dVar12 = c0Var5.f544s; if (dVar12 != null) { - c0Var5.s = c0Var5.A(c0Var5.s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.f572r)); + c0Var5.f544s = c0Var5.A(c0Var5.f544s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); } else { c0.d dVar13 = c0Var5.p; if (dVar13 != null) { - c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar13, c0Var5.f572r)); + c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar13, c0Var5.r)); } } } @@ -559,8 +559,8 @@ public class b0 { } for (c0 c0Var6 : linkedHashMap.values()) { c0Var6.p = c0Var6.J(c0Var6.p); - c0Var6.f572r = c0Var6.J(c0Var6.f572r); - c0Var6.s = c0Var6.J(c0Var6.s); + c0Var6.r = c0Var6.J(c0Var6.r); + c0Var6.f544s = c0Var6.J(c0Var6.f544s); c0Var6.q = c0Var6.J(c0Var6.q); } Object p2 = this.g.p(this.e); @@ -589,9 +589,9 @@ public class b0 { linkedHashMap.clear(); for (c0 c0Var7 : c0VarArr) { t tVar5 = c0Var7.n; - if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.f572r) || c0Var7.w(c0Var7.s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { - if (this.f567c) { - if (c0Var7.f572r != null) { + if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f544s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { + if (this.f540c) { + if (c0Var7.r != null) { str = uVar.c(this.a, c0Var7.n(), tVar5._simpleName); } else if (c0Var7.p != null) { str = uVar.b(this.a, c0Var7.l(), tVar5._simpleName); @@ -615,13 +615,13 @@ public class b0 { } g(c0Var7, this.k); } else { - if (c0Var7.s != null) { + if (c0Var7.f544s != null) { str = uVar.d(this.a, c0Var7.s(), tVar5._simpleName); } else if (c0Var7.q != null) { str = uVar.a(this.a, c0Var7.k(), tVar5._simpleName); } else if (c0Var7.p != null) { str = uVar.b(this.a, c0Var7.l(), tVar5._simpleName); - } else if (c0Var7.f572r != null) { + } else if (c0Var7.r != null) { str = uVar.c(this.a, c0Var7.n(), tVar5._simpleName); } if (str != null) { diff --git a/app/src/main/java/c/g/a/c/c0/c.java b/app/src/main/java/c/g/a/c/c0/c.java index a009271ba0..03dd4278f6 100644 --- a/app/src/main/java/c/g/a/c/c0/c.java +++ b/app/src/main/java/c/g/a/c/c0/c.java @@ -32,16 +32,14 @@ public final class c extends b implements e0 { public final n o; public final t.a p; public final Class q; + public final boolean r; - /* renamed from: r reason: collision with root package name */ - public final boolean f569r; - public final c.g.a.c.i0.a s; + /* renamed from: s reason: collision with root package name */ + public final c.g.a.c.i0.a f542s; public a t; public l u; public List v; - - /* renamed from: w reason: collision with root package name */ - public transient Boolean f570w; + public transient Boolean w; /* compiled from: AnnotatedClass */ public static final class a { @@ -49,12 +47,12 @@ public final class c extends b implements e0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f571c; + public final List f543c; public a(e eVar, List list, List list2) { this.a = eVar; this.b = list; - this.f571c = list2; + this.f543c = list2; } } @@ -63,12 +61,12 @@ public final class c extends b implements e0 { this.k = cls; this.m = list; this.q = cls2; - this.s = aVar; + this.f542s = aVar; this.l = mVar; this.n = bVar; this.p = aVar2; this.o = nVar; - this.f569r = z2; + this.r = z2; } public c(Class cls) { @@ -76,12 +74,12 @@ public final class c extends b implements e0 { this.k = cls; this.m = Collections.emptyList(); this.q = null; - this.s = o.a; + this.f542s = o.a; this.l = m.k; this.n = null; this.p = null; this.o = null; - this.f569r = false; + this.r = false; } @Override // c.g.a.c.c0.e0 @@ -91,7 +89,7 @@ public final class c extends b implements e0 { @Override // c.g.a.c.c0.b public A b(Class cls) { - return (A) this.s.a(cls); + return (A) this.f542s.a(cls); } @Override // c.g.a.c.c0.b @@ -153,7 +151,7 @@ public final class c extends b implements e0 { b bVar = this.n; n nVar = this.o; Class cls = this.q; - f fVar = new f(bVar, this, this.f569r | (cls != null)); + f fVar = new f(bVar, this, this.r | (cls != null)); if (!jVar2.w()) { d.a[] l = d.l(jVar2._class); aVar = null; @@ -366,7 +364,7 @@ public final class c extends b implements e0 { } if (fVar.e) { e eVar = fVar.f; - if (eVar != null && fVar.f581c.Z(eVar)) { + if (eVar != null && fVar.f553c.Z(eVar)) { fVar.f = null; } int size2 = list.size(); @@ -374,7 +372,7 @@ public final class c extends b implements e0 { size2--; if (size2 < 0) { break; - } else if (fVar.f581c.Z((i) list.get(size2))) { + } else if (fVar.f553c.Z((i) list.get(size2))) { list.remove(size2); } } @@ -383,7 +381,7 @@ public final class c extends b implements e0 { size3--; if (size3 < 0) { break; - } else if (fVar.f581c.Z((i) list2.get(size3))) { + } else if (fVar.f553c.Z((i) list2.get(size3))) { list2.remove(size3); } } @@ -468,13 +466,13 @@ public final class c extends b implements e0 { if (jVar == null) { list = Collections.emptyList(); } else { - Map f = new h(this.n, this.o, this.p, this.f569r).f(this, jVar, null); + Map f = new h(this.n, this.o, this.p, this.r).f(this, jVar, null); if (f == null) { list = Collections.emptyList(); } else { ArrayList arrayList = new ArrayList(f.size()); for (h.a aVar : f.values()) { - arrayList.add(new g(aVar.a, aVar.b, aVar.f575c.b())); + arrayList.add(new g(aVar.a, aVar.b, aVar.f547c.b())); } list = arrayList; } @@ -498,7 +496,7 @@ public final class c extends b implements e0 { n nVar = this.o; List list = this.m; Class cls = this.q; - k kVar = new k(bVar, aVar, this.f569r); + k kVar = new k(bVar, aVar, this.r); LinkedHashMap linkedHashMap = new LinkedHashMap(); kVar.f(this, jVar._class, linkedHashMap, cls); Iterator it = list.iterator(); @@ -521,15 +519,15 @@ public final class c extends b implements e0 { kVar.g(this, jVar._class, linkedHashMap, a2); z2 = true; } - if (z2 && kVar.f581c != null && !linkedHashMap.isEmpty()) { + if (z2 && kVar.f553c != null && !linkedHashMap.isEmpty()) { for (Map.Entry entry : linkedHashMap.entrySet()) { y yVar = (y) entry.getKey(); - if ("hashCode".equals(yVar.b) && yVar.f583c.length == 0) { + if ("hashCode".equals(yVar.b) && yVar.f555c.length == 0) { try { Method declaredMethod = Object.class.getDeclaredMethod(yVar.b, new Class[0]); if (declaredMethod != null) { k.a aVar4 = (k.a) entry.getValue(); - aVar4.f576c = kVar.d(aVar4.f576c, declaredMethod.getDeclaredAnnotations()); + aVar4.f548c = kVar.d(aVar4.f548c, declaredMethod.getDeclaredAnnotations()); aVar4.b = declaredMethod; } } catch (Exception unused) { @@ -544,7 +542,7 @@ public final class c extends b implements e0 { for (Map.Entry entry2 : linkedHashMap.entrySet()) { k.a aVar5 = (k.a) entry2.getValue(); Method method = aVar5.b; - j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f576c.b(), null); + j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f548c.b(), null); if (jVar2 != null) { linkedHashMap2.put(entry2.getKey(), jVar2); } diff --git a/app/src/main/java/c/g/a/c/c0/c0.java b/app/src/main/java/c/g/a/c/c0/c0.java index c104986b64..0588420f0c 100644 --- a/app/src/main/java/c/g/a/c/c0/c0.java +++ b/app/src/main/java/c/g/a/c/c0/c0.java @@ -26,10 +26,10 @@ public class c0 extends s implements Comparable { public final t o; public d p; public d q; + public d r; - /* renamed from: r reason: collision with root package name */ - public d f572r; - public d s; + /* renamed from: s reason: collision with root package name */ + public d f544s; public transient s t; public transient b.a u; @@ -75,7 +75,7 @@ public class c0 extends s implements Comparable { public final d b; /* renamed from: c reason: collision with root package name */ - public final t f573c; + public final t f545c; public final boolean d; public final boolean e; public final boolean f; @@ -84,7 +84,7 @@ public class c0 extends s implements Comparable { this.a = t; this.b = dVar; t tVar2 = (tVar == null || tVar.d()) ? null : tVar; - this.f573c = tVar2; + this.f545c = tVar2; if (z2) { if (tVar2 == null) { throw new IllegalArgumentException("Cannot pass true for 'explName' if name is null/empty"); @@ -108,10 +108,10 @@ public class c0 extends s implements Comparable { return this; } d b = dVar.b(); - if (this.f573c != null) { - return b.f573c == null ? c(null) : c(b); + if (this.f545c != null) { + return b.f545c == null ? c(null) : c(b); } - if (b.f573c != null) { + if (b.f545c != null) { return b; } boolean z2 = this.e; @@ -119,7 +119,7 @@ public class c0 extends s implements Comparable { } public d c(d dVar) { - return dVar == this.b ? this : new d<>(this.a, dVar, this.f573c, this.d, this.e, this.f); + return dVar == this.b ? this : new d<>(this.a, dVar, this.f545c, this.d, this.e, this.f); } public d d() { @@ -136,7 +136,7 @@ public class c0 extends s implements Comparable { } public d e() { - return this.b == null ? this : new d<>(this.a, null, this.f573c, this.d, this.e, this.f); + return this.b == null ? this : new d<>(this.a, null, this.f545c, this.d, this.e, this.f); } public d f() { @@ -168,8 +168,8 @@ public class c0 extends s implements Comparable { this.n = tVar; this.p = c0Var.p; this.q = c0Var.q; - this.f572r = c0Var.f572r; - this.s = c0Var.s; + this.r = c0Var.r; + this.f544s = c0Var.f544s; this.k = c0Var.k; } @@ -206,12 +206,12 @@ public class c0 extends s implements Comparable { if (dVar2 != null) { dVar = dVar.c(A(dVar2, pVar)); } - return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f573c, dVar.d, dVar.e, dVar.f); + return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f545c, dVar.d, dVar.e, dVar.f); } public final void B(Collection collection, Map map, d dVar) { for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.b) { - t tVar = dVar2.f573c; + t tVar = dVar2.f545c; if (dVar2.d && tVar != null) { c0 c0Var = map.get(tVar); if (c0Var == null) { @@ -220,10 +220,10 @@ public class c0 extends s implements Comparable { } if (dVar == this.p) { c0Var.p = dVar2.c(c0Var.p); - } else if (dVar == this.f572r) { - c0Var.f572r = dVar2.c(c0Var.f572r); - } else if (dVar == this.s) { - c0Var.s = dVar2.c(c0Var.s); + } else if (dVar == this.r) { + c0Var.r = dVar2.c(c0Var.r); + } else if (dVar == this.f544s) { + c0Var.f544s = dVar2.c(c0Var.f544s); } else if (dVar == this.q) { c0Var.q = dVar2.c(c0Var.q); } else { @@ -245,11 +245,11 @@ public class c0 extends s implements Comparable { public final Set C(d dVar, Set set) { while (dVar != null) { - if (dVar.d && dVar.f573c != null) { + if (dVar.d && dVar.f545c != null) { if (set == null) { set = new HashSet<>(); } - set.add(dVar.f573c); + set.add(dVar.f545c); } dVar = dVar.b; } @@ -306,12 +306,12 @@ public class c0 extends s implements Comparable { public void K(c0 c0Var) { this.p = N(this.p, c0Var.p); this.q = N(this.q, c0Var.q); - this.f572r = N(this.f572r, c0Var.f572r); - this.s = N(this.s, c0Var.s); + this.r = N(this.r, c0Var.r); + this.f544s = N(this.f544s, c0Var.f544s); } public Set L() { - Set C = C(this.q, C(this.s, C(this.f572r, C(this.p, null)))); + Set C = C(this.q, C(this.f544s, C(this.r, C(this.p, null)))); return C == null ? Collections.emptySet() : C; } @@ -323,7 +323,7 @@ public class c0 extends s implements Comparable { return null; } if (this.k) { - d dVar3 = this.f572r; + d dVar3 = this.r; if (dVar3 != null) { t = eVar.a(dVar3.a); } @@ -332,7 +332,7 @@ public class c0 extends s implements Comparable { if (dVar4 != null) { t = eVar.a(dVar4.a); } - if (t == null && (dVar2 = this.s) != null) { + if (t == null && (dVar2 = this.f544s) != null) { t = eVar.a(dVar2.a); } } @@ -355,7 +355,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public boolean f() { - return (this.q == null && this.s == null && this.p == null) ? false : true; + return (this.q == null && this.f544s == null && this.p == null) ? false : true; } @Override // c.g.a.c.c0.s @@ -440,7 +440,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public j n() { - d dVar = this.f572r; + d dVar = this.r; if (dVar == null) { return null; } @@ -479,7 +479,7 @@ public class c0 extends s implements Comparable { throw new IllegalArgumentException(O.toString()); } } - this.f572r = dVar.e(); + this.r = dVar.e(); return dVar.a; } @@ -495,7 +495,7 @@ public class c0 extends s implements Comparable { if (this.t == null) { h0 h0Var2 = null; if (this.k) { - d dVar = this.f572r; + d dVar = this.r; if (dVar != null) { jVar = dVar.a; } else { @@ -508,18 +508,18 @@ public class c0 extends s implements Comparable { this.t = s.k; } else { Boolean a02 = this.m.a0(jVar); - String w2 = this.m.w(jVar); + String w = this.m.w(jVar); Integer B = this.m.B(jVar); String v = this.m.v(jVar); if (a02 == null && B == null && v == null) { s sVar = s.k; - if (w2 != null) { - sVar = new s(sVar._required, w2, sVar._index, sVar._defaultValue, sVar.l, sVar._valueNulls, sVar._contentNulls); + if (w != null) { + sVar = new s(sVar._required, w, sVar._index, sVar._defaultValue, sVar.l, sVar._valueNulls, sVar._contentNulls); } this.t = sVar; } else { s sVar2 = s.i; - this.t = (w2 == null && B == null && v == null) ? a02 == null ? s.k : a02.booleanValue() ? s.i : s.j : new s(a02, w2, B, v, null, null, null); + this.t = (w == null && B == null && v == null) ? a02 == null ? s.k : a02.booleanValue() ? s.i : s.j : new s(a02, w, B, v, null, null, null); } if (!this.k) { s sVar3 = this.t; @@ -581,7 +581,7 @@ public class c0 extends s implements Comparable { if (dVar3 != null) { jVar = dVar3.a; } else { - d dVar4 = this.s; + d dVar4 = this.f544s; if (dVar4 != null) { jVar = dVar4.a; } else { @@ -589,7 +589,7 @@ public class c0 extends s implements Comparable { if (dVar5 != null) { jVar = dVar5.a; } else { - d dVar6 = this.f572r; + d dVar6 = this.r; if (dVar6 != null) { jVar = dVar6.a; } @@ -636,9 +636,9 @@ public class c0 extends s implements Comparable { } else { b k = k(); if (k == null) { - j s = s(); - if (s != null) { - jVar = s.n(0); + j s2 = s(); + if (s2 != null) { + jVar = s2.n(0); } else { k = l(); } @@ -650,7 +650,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public j s() { - d dVar = this.s; + d dVar = this.f544s; if (dVar == null) { return null; } @@ -698,7 +698,7 @@ public class c0 extends s implements Comparable { throw new IllegalArgumentException(String.format("Conflicting setter definitions for property \"%s\": %s vs %s", p(), dVar.a.h(), dVar2.a.h())); } } - this.s = dVar.e(); + this.f544s = dVar.e(); return dVar.a; } @@ -721,16 +721,16 @@ public class c0 extends s implements Comparable { O.append(", field(s): "); O.append(this.p); O.append(", getter(s): "); - O.append(this.f572r); + O.append(this.r); O.append(", setter(s): "); - O.append(this.s); + O.append(this.f544s); O.append("]"); return O.toString(); } @Override // c.g.a.c.c0.s public boolean u() { - return x(this.p) || x(this.f572r) || x(this.s) || w(this.q); + return x(this.p) || x(this.r) || x(this.f544s) || w(this.q); } @Override // c.g.a.c.c0.s @@ -741,7 +741,7 @@ public class c0 extends s implements Comparable { public final boolean w(d dVar) { while (dVar != null) { - if (dVar.f573c != null && dVar.d) { + if (dVar.f545c != null && dVar.d) { return true; } dVar = dVar.b; @@ -751,7 +751,7 @@ public class c0 extends s implements Comparable { public final boolean x(d dVar) { while (dVar != null) { - t tVar = dVar.f573c; + t tVar = dVar.f545c; if (tVar != null && tVar.c()) { return true; } diff --git a/app/src/main/java/c/g/a/c/c0/d.java b/app/src/main/java/c/g/a/c/c0/d.java index 2c1db002cf..b480477eb6 100644 --- a/app/src/main/java/c/g/a/c/c0/d.java +++ b/app/src/main/java/c/g/a/c/c0/d.java @@ -21,7 +21,7 @@ public class d { public static final Class b = Map.class; /* renamed from: c reason: collision with root package name */ - public final l f574c; + public final l f546c; public final b d; public final t.a e; public final m f; @@ -31,7 +31,7 @@ public class d { public final boolean j; public d(l lVar, j jVar, t.a aVar) { - this.f574c = lVar; + this.f546c = lVar; this.g = jVar; Class cls = jVar._class; this.h = cls; @@ -45,7 +45,7 @@ public class d { } public d(l lVar, Class cls, t.a aVar) { - this.f574c = lVar; + this.f546c = lVar; Class cls2 = null; this.g = null; this.h = cls; @@ -168,7 +168,7 @@ public class d { if (!(z2 || this.j)) { return o.a; } - o oVar = o.a.f577c; + o oVar = o.a.f549c; Class cls = this.i; if (cls != null) { oVar = b(oVar, this.h, cls); diff --git a/app/src/main/java/c/g/a/c/c0/f.java b/app/src/main/java/c/g/a/c/c0/f.java index 67d7208141..5d02a6effa 100644 --- a/app/src/main/java/c/g/a/c/c0/f.java +++ b/app/src/main/java/c/g/a/c/c0/f.java @@ -59,7 +59,7 @@ public final class f extends u { int length = annotationArr.length; p[] pVarArr = new p[length]; for (int i = 0; i < length; i++) { - o b = b(o.a.f577c, annotationArr[i]); + o b = b(o.a.f549c, annotationArr[i]); if (annotationArr2 != null) { b = b(b, annotationArr2[i]); } @@ -70,7 +70,7 @@ public final class f extends u { public j j(Method method, e0 e0Var, Method method2) { int length = method.getParameterTypes().length; - if (this.f581c == null) { + if (this.f553c == null) { return new j(e0Var, method, new p(), u.a(length)); } if (length == 0) { @@ -89,16 +89,16 @@ public final class f extends u { Annotation[][] annotationArr; p[] i; int a = aVar.a(); - if (this.f581c == null) { + if (this.f553c == null) { return new e(this.d, aVar.a, new p(), u.a(a)); } if (a == 0) { return new e(this.d, aVar.a, g(aVar, aVar2), u.a); } - Annotation[][] annotationArr2 = aVar.f612c; + Annotation[][] annotationArr2 = aVar.f582c; if (annotationArr2 == null) { annotationArr2 = aVar.a.getParameterAnnotations(); - aVar.f612c = annotationArr2; + aVar.f582c = annotationArr2; } Annotation[][] annotationArr3 = 0; if (a != annotationArr2.length) { @@ -124,10 +124,10 @@ public final class f extends u { } } else { if (aVar2 != null) { - Annotation[][] annotationArr4 = aVar2.f612c; + Annotation[][] annotationArr4 = aVar2.f582c; if (annotationArr4 == null) { annotationArr4 = aVar2.a.getParameterAnnotations(); - aVar2.f612c = annotationArr4; + aVar2.f582c = annotationArr4; } annotationArr3 = annotationArr4; } diff --git a/app/src/main/java/c/g/a/c/c0/h.java b/app/src/main/java/c/g/a/c/c0/h.java index 68d20eb59a..f5ec1349aa 100644 --- a/app/src/main/java/c/g/a/c/c0/h.java +++ b/app/src/main/java/c/g/a/c/c0/h.java @@ -25,7 +25,7 @@ public class h extends u { public final Field b; /* renamed from: c reason: collision with root package name */ - public o f575c = o.a.f577c; + public o f547c = o.a.f549c; public a(e0 e0Var, Field field) { this.a = e0Var; @@ -58,7 +58,7 @@ public class h extends u { } a aVar3 = new a(e0Var, field); if (this.f) { - aVar3.f575c = b(aVar3.f575c, field.getDeclaredAnnotations()); + aVar3.f547c = b(aVar3.f547c, field.getDeclaredAnnotations()); } f.put(field.getName(), aVar3); } @@ -69,7 +69,7 @@ public class h extends u { Field[] declaredFields2 = ((Class) it.next()).getDeclaredFields(); for (Field field2 : declaredFields2) { if (g(field2) && (aVar2 = f.get(field2.getName())) != null) { - aVar2.f575c = b(aVar2.f575c, field2.getDeclaredAnnotations()); + aVar2.f547c = b(aVar2.f547c, field2.getDeclaredAnnotations()); } } } diff --git a/app/src/main/java/c/g/a/c/c0/k.java b/app/src/main/java/c/g/a/c/c0/k.java index 7d07b05842..c2e5f16084 100644 --- a/app/src/main/java/c/g/a/c/c0/k.java +++ b/app/src/main/java/c/g/a/c/c0/k.java @@ -22,12 +22,12 @@ public class k extends u { public Method b; /* renamed from: c reason: collision with root package name */ - public o f576c; + public o f548c; public a(e0 e0Var, Method method, o oVar) { this.a = e0Var; this.b = method; - this.f576c = oVar; + this.f548c = oVar; } } @@ -52,10 +52,10 @@ public class k extends u { y yVar = new y(method); a aVar = map.get(yVar); if (aVar == null) { - map.put(yVar, new a(e0Var, method, this.f581c == null ? o.a.f577c : c(method.getDeclaredAnnotations()))); + map.put(yVar, new a(e0Var, method, this.f553c == null ? o.a.f549c : c(method.getDeclaredAnnotations()))); } else { if (this.e) { - aVar.f576c = d(aVar.f576c, method.getDeclaredAnnotations()); + aVar.f548c = d(aVar.f548c, method.getDeclaredAnnotations()); } Method method2 = aVar.b; if (method2 == null) { @@ -72,7 +72,7 @@ public class k extends u { public void g(e0 e0Var, Class cls, Map map, Class cls2) { List list; - if (this.f581c != null) { + if (this.f553c != null) { Annotation[] annotationArr = d.a; if (cls2 == cls || cls2 == Object.class) { list = Collections.emptyList(); @@ -90,7 +90,7 @@ public class k extends u { if (aVar == null) { map.put(yVar, new a(e0Var, null, c(declaredAnnotations))); } else { - aVar.f576c = d(aVar.f576c, declaredAnnotations); + aVar.f548c = d(aVar.f548c, declaredAnnotations); } } } diff --git a/app/src/main/java/c/g/a/c/c0/o.java b/app/src/main/java/c/g/a/c/c0/o.java index f575ae2ea3..6bcc570bd2 100644 --- a/app/src/main/java/c/g/a/c/c0/o.java +++ b/app/src/main/java/c/g/a/c/c0/o.java @@ -14,7 +14,7 @@ public abstract class o { public static class a extends o { /* renamed from: c reason: collision with root package name */ - public static final a f577c = new a(null); + public static final a f549c = new a(null); public a(Object obj) { super(null); @@ -45,26 +45,26 @@ public abstract class o { public static class b extends o { /* renamed from: c reason: collision with root package name */ - public final HashMap, Annotation> f578c; + public final HashMap, Annotation> f550c; public b(Object obj, Class cls, Annotation annotation, Class cls2, Annotation annotation2) { super(obj); HashMap, Annotation> hashMap = new HashMap<>(); - this.f578c = hashMap; + this.f550c = hashMap; hashMap.put(cls, annotation); hashMap.put(cls2, annotation2); } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { - this.f578c.put(annotation.annotationType(), annotation); + this.f550c.put(annotation.annotationType(), annotation); return this; } @Override // c.g.a.c.c0.o public p b() { p pVar = new p(); - for (Annotation annotation : this.f578c.values()) { + for (Annotation annotation : this.f550c.values()) { if (pVar.i == null) { pVar.i = new HashMap<>(); } @@ -78,10 +78,10 @@ public abstract class o { @Override // c.g.a.c.c0.o public c.g.a.c.i0.a c() { - if (this.f578c.size() != 2) { - return new p(this.f578c); + if (this.f550c.size() != 2) { + return new p(this.f550c); } - Iterator, Annotation>> it = this.f578c.entrySet().iterator(); + Iterator, Annotation>> it = this.f550c.entrySet().iterator(); Map.Entry, Annotation> next = it.next(); Map.Entry, Annotation> next2 = it.next(); return new f(next.getKey(), next.getValue(), next2.getKey(), next2.getValue()); @@ -89,7 +89,7 @@ public abstract class o { @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return this.f578c.containsKey(annotation.annotationType()); + return this.f550c.containsKey(annotation.annotationType()); } } @@ -137,19 +137,19 @@ public abstract class o { public static class e extends o { /* renamed from: c reason: collision with root package name */ - public Class f579c; + public Class f551c; public Annotation d; public e(Object obj, Class cls, Annotation annotation) { super(obj); - this.f579c = cls; + this.f551c = cls; this.d = annotation; } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { Class annotationType = annotation.annotationType(); - Class cls = this.f579c; + Class cls = this.f551c; if (cls != annotationType) { return new b(this.b, cls, this.d, annotationType, annotation); } @@ -159,7 +159,7 @@ public abstract class o { @Override // c.g.a.c.c0.o public p b() { - Class cls = this.f579c; + Class cls = this.f551c; Annotation annotation = this.d; HashMap hashMap = new HashMap(4); hashMap.put(cls, annotation); @@ -168,12 +168,12 @@ public abstract class o { @Override // c.g.a.c.c0.o public c.g.a.c.i0.a c() { - return new d(this.f579c, this.d); + return new d(this.f551c, this.d); } @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return annotation.annotationType() == this.f579c; + return annotation.annotationType() == this.f551c; } } diff --git a/app/src/main/java/c/g/a/c/c0/q.java b/app/src/main/java/c/g/a/c/c0/q.java index 09d45ef680..c618955bd0 100644 --- a/app/src/main/java/c/g/a/c/c0/q.java +++ b/app/src/main/java/c/g/a/c/c0/q.java @@ -15,7 +15,7 @@ public class q extends c { public static final Class[] b = new Class[0]; /* renamed from: c reason: collision with root package name */ - public final b0 f580c; + public final b0 f552c; public final l d; public final b e; public final c f; @@ -29,7 +29,7 @@ public class q extends c { super(r0); j jVar = b0Var.d; c cVar = b0Var.e; - this.f580c = b0Var; + this.f552c = b0Var; l lVar = b0Var.a; this.d = lVar; if (lVar == null) { @@ -38,13 +38,13 @@ public class q extends c { this.e = lVar.e(); } this.f = cVar; - a0 r2 = b0Var.g.r(b0Var.e); - this.j = r2 != null ? b0Var.g.s(b0Var.e, r2) : r2; + a0 r = b0Var.g.r(b0Var.e); + this.j = r != null ? b0Var.g.s(b0Var.e, r) : r; } public q(l lVar, j jVar, c cVar, List list) { super(jVar); - this.f580c = null; + this.f552c = null; this.d = lVar; if (lVar == null) { this.e = null; @@ -72,21 +72,21 @@ public class q extends c { @Override // c.g.a.c.c public i b() { - b0 b0Var = this.f580c; + b0 b0Var = this.f552c; if (b0Var == null) { return null; } if (!b0Var.i) { b0Var.h(); } - LinkedList linkedList = b0Var.f568r; + LinkedList linkedList = b0Var.r; if (linkedList == null) { return null; } if (linkedList.size() <= 1) { - return b0Var.f568r.get(0); + return b0Var.r.get(0); } - b0Var.i("Multiple 'as-value' properties defined (%s vs %s)", b0Var.f568r.get(0), b0Var.f568r.get(1)); + b0Var.i("Multiple 'as-value' properties defined (%s vs %s)", b0Var.r.get(0), b0Var.r.get(1)); throw null; } @@ -99,7 +99,7 @@ public class q extends c { public List d() { if (this.i == null) { - b0 b0Var = this.f580c; + b0 b0Var = this.f552c; if (!b0Var.i) { b0Var.h(); } diff --git a/app/src/main/java/c/g/a/c/c0/u.java b/app/src/main/java/c/g/a/c/c0/u.java index 5f8069ab4f..244ce6c261 100644 --- a/app/src/main/java/c/g/a/c/c0/u.java +++ b/app/src/main/java/c/g/a/c/c0/u.java @@ -12,10 +12,10 @@ public class u { public static final Annotation[] b = new Annotation[0]; /* renamed from: c reason: collision with root package name */ - public final b f581c; + public final b f553c; public u(b bVar) { - this.f581c = bVar; + this.f553c = bVar; } public static p[] a(int i) { @@ -32,7 +32,7 @@ public class u { public final o b(o oVar, Annotation[] annotationArr) { for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f581c.b0(annotation)) { + if (this.f553c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -40,10 +40,10 @@ public class u { } public final o c(Annotation[] annotationArr) { - o oVar = o.a.f577c; + o oVar = o.a.f549c; for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f581c.b0(annotation)) { + if (this.f553c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -54,12 +54,12 @@ public class u { for (Annotation annotation : annotationArr) { if (!oVar.d(annotation)) { oVar = oVar.a(annotation); - if (this.f581c.b0(annotation)) { + if (this.f553c.b0(annotation)) { Annotation[] i = d.i(annotation.annotationType()); for (Annotation annotation2 : i) { if (!((annotation2 instanceof Target) || (annotation2 instanceof Retention)) && !oVar.d(annotation2)) { oVar = oVar.a(annotation2); - if (this.f581c.b0(annotation2)) { + if (this.f553c.b0(annotation2)) { oVar = e(oVar, annotation2); } } @@ -74,7 +74,7 @@ public class u { Annotation[] i = d.i(annotation.annotationType()); for (Annotation annotation2 : i) { if (!((annotation2 instanceof Target) || (annotation2 instanceof Retention))) { - if (!this.f581c.b0(annotation2)) { + if (!this.f553c.b0(annotation2)) { oVar = oVar.a(annotation2); } else if (!oVar.d(annotation2)) { oVar = e(oVar.a(annotation2), annotation2); diff --git a/app/src/main/java/c/g/a/c/c0/v.java b/app/src/main/java/c/g/a/c/c0/v.java index 3f987144b2..0fa49cbfd6 100644 --- a/app/src/main/java/c/g/a/c/c0/v.java +++ b/app/src/main/java/c/g/a/c/c0/v.java @@ -26,7 +26,7 @@ public abstract class v implements d, Serializable { i.d i = lVar.i(cls); b e = lVar.e(); i.d h = (e == null || (member = getMember()) == null) ? null : e.h(member); - return i == null ? h == null ? d.f584c : h : h == null ? i : i.k(h); + return i == null ? h == null ? d.f556c : h : h == null ? i : i.k(h); } @Override // c.g.a.c.d diff --git a/app/src/main/java/c/g/a/c/c0/w.java b/app/src/main/java/c/g/a/c/c0/w.java index 9cb8e9fa1c..dee8e100a3 100644 --- a/app/src/main/java/c/g/a/c/c0/w.java +++ b/app/src/main/java/c/g/a/c/c0/w.java @@ -14,7 +14,7 @@ public class w extends a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f582c; + public final String f554c; public final String d; public final String e; @@ -45,7 +45,7 @@ public class w extends a { c.g.a.c.d0.a aVar = c.g.a.c.d0.a.a; Objects.requireNonNull(aVar); try { - Object[] objArr = (Object[]) aVar.f585c.invoke(cls, new Object[0]); + Object[] objArr = (Object[]) aVar.f557c.invoke(cls, new Object[0]); int length = objArr.length; String[] strArr = new String[length]; for (int i = 0; i < objArr.length; i++) { @@ -77,7 +77,7 @@ public class w extends a { public w(l lVar, c cVar, String str, String str2, String str3, a aVar) { this.b = lVar.q(p.USE_STD_BEAN_NAMING); this.e = str; - this.f582c = str2; + this.f554c = str2; this.d = str3; this.a = aVar; } @@ -105,7 +105,7 @@ public class w extends a { @Override // c.g.a.c.c0.a public String c(j jVar, String str) { - String str2 = this.f582c; + String str2 = this.f554c; if (str2 == null || !str.startsWith(str2)) { return null; } @@ -124,7 +124,7 @@ public class w extends a { } else if ("getMetaClass".equals(str) && jVar.d().getName().startsWith("groovy.lang")) { return null; } - return this.b ? e(str, this.f582c.length()) : d(str, this.f582c.length()); + return this.b ? e(str, this.f554c.length()) : d(str, this.f554c.length()); } public String d(String str, int i) { diff --git a/app/src/main/java/c/g/a/c/c0/x.java b/app/src/main/java/c/g/a/c/c0/x.java index a96cdb4b0d..0a4da214ea 100644 --- a/app/src/main/java/c/g/a/c/c0/x.java +++ b/app/src/main/java/c/g/a/c/c0/x.java @@ -356,7 +356,7 @@ public class x extends b implements Serializable { @Override // c.g.a.c.b public void a(l lVar, c cVar, List list) { - c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.s.a(c.g.a.c.y.b.class); + c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f542s.a(c.g.a.c.y.b.class); if (bVar != null) { boolean prepend = bVar.prepend(); b.a[] attrs = bVar.attrs(); @@ -371,11 +371,11 @@ public class x extends b implements Serializable { b.a aVar = attrs[i2]; c.g.a.c.s sVar = aVar.required() ? c.g.a.c.s.i : c.g.a.c.s.j; String value = aVar.value(); - c.g.a.c.t j0 = j0(aVar.propName(), aVar.propNamespace()); - if (!j0.c()) { - j0 = c.g.a.c.t.a(value); + c.g.a.c.t j02 = j0(aVar.propName(), aVar.propNamespace()); + if (!j02.c()) { + j02 = c.g.a.c.t.a(value); } - a aVar2 = new a(value, c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, value, jVar), j0, sVar, aVar.include()), cVar.s, jVar); + a aVar2 = new a(value, c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, value, jVar), j02, sVar, aVar.include()), cVar.f542s, jVar); if (prepend) { list.add(i2, aVar2); } else { @@ -389,12 +389,12 @@ public class x extends b implements Serializable { for (int i3 = 0; i3 < length2; i3++) { b.AbstractC0078b bVar2 = props[i3]; c.g.a.c.s sVar2 = bVar2.required() ? c.g.a.c.s.i : c.g.a.c.s.j; - c.g.a.c.t j02 = j0(bVar2.name(), bVar2.namespace()); + c.g.a.c.t j03 = j0(bVar2.name(), bVar2.namespace()); j d = lVar.d(bVar2.type()); - c.g.a.c.i0.q w2 = c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, j02._simpleName, d), j02, sVar2, bVar2.include()); + c.g.a.c.i0.q w = c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, j03._simpleName, d), j03, sVar2, bVar2.include()); Class value2 = bVar2.value(); Objects.requireNonNull(lVar._base); - c.g.a.c.g0.s k2 = ((c.g.a.c.g0.s) c.g.a.c.i0.d.g(value2, lVar.b())).k(lVar, cVar, w2, d); + c.g.a.c.g0.s k2 = ((c.g.a.c.g0.s) c.g.a.c.i0.d.g(value2, lVar.b())).k(lVar, cVar, w, d); if (prepend) { list.add(i3, k2); } else { @@ -900,7 +900,7 @@ public class x extends b implements Serializable { a0Var = a0.a; } boolean alwaysAsId = lVar.alwaysAsId(); - return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f566c, alwaysAsId, a0Var.d); + return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f539c, alwaysAsId, a0Var.d); } @Override // c.g.a.c.b diff --git a/app/src/main/java/c/g/a/c/c0/y.java b/app/src/main/java/c/g/a/c/c0/y.java index 3d73d07753..fb5b20f05b 100644 --- a/app/src/main/java/c/g/a/c/c0/y.java +++ b/app/src/main/java/c/g/a/c/c0/y.java @@ -9,19 +9,19 @@ public final class y { public final String b; /* renamed from: c reason: collision with root package name */ - public final Class[] f583c; + public final Class[] f555c; public y(Constructor constructor) { Class[] parameterTypes = constructor.getParameterTypes(); this.b = ""; - this.f583c = parameterTypes == null ? a : parameterTypes; + this.f555c = parameterTypes == null ? a : parameterTypes; } public y(Method method) { String name = method.getName(); Class[] parameterTypes = method.getParameterTypes(); this.b = name; - this.f583c = parameterTypes == null ? a : parameterTypes; + this.f555c = parameterTypes == null ? a : parameterTypes; } public boolean equals(Object obj) { @@ -35,13 +35,13 @@ public final class y { if (!this.b.equals(yVar.b)) { return false; } - Class[] clsArr = yVar.f583c; - int length = this.f583c.length; + Class[] clsArr = yVar.f555c; + int length = this.f555c.length; if (clsArr.length != length) { return false; } for (int i = 0; i < length; i++) { - if (clsArr[i] != this.f583c[i]) { + if (clsArr[i] != this.f555c[i]) { return false; } } @@ -49,13 +49,13 @@ public final class y { } public int hashCode() { - return this.b.hashCode() + this.f583c.length; + return this.b.hashCode() + this.f555c.length; } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append("("); - return a.z(sb, this.f583c.length, "-args)"); + return a.z(sb, this.f555c.length, "-args)"); } } diff --git a/app/src/main/java/c/g/a/c/d.java b/app/src/main/java/c/g/a/c/d.java index e4dc4c86ff..fe8982ff25 100644 --- a/app/src/main/java/c/g/a/c/d.java +++ b/app/src/main/java/c/g/a/c/d.java @@ -8,7 +8,7 @@ import java.io.Serializable; public interface d { /* renamed from: c reason: collision with root package name */ - public static final i.d f584c = new i.d("", i.c.ANY, "", "", i.b.a, null); + public static final i.d f556c = new i.d("", i.c.ANY, "", "", i.b.a, null); /* compiled from: BeanProperty */ public static class a implements d, Serializable { diff --git a/app/src/main/java/c/g/a/c/d0/a.java b/app/src/main/java/c/g/a/c/d0/a.java index 3fedc9b398..d1446229f0 100644 --- a/app/src/main/java/c/g/a/c/d0/a.java +++ b/app/src/main/java/c/g/a/c/d0/a.java @@ -7,7 +7,7 @@ public class a { public static final RuntimeException b; /* renamed from: c reason: collision with root package name */ - public final Method f585c; + public final Method f557c; public final Method d; static { @@ -25,7 +25,7 @@ public class a { public a() throws RuntimeException { try { - this.f585c = Class.class.getMethod("getRecordComponents", new Class[0]); + this.f557c = Class.class.getMethod("getRecordComponents", new Class[0]); Class cls = Class.forName("java.lang.reflect.RecordComponent"); this.d = cls.getMethod("getName", new Class[0]); cls.getMethod("getType", new Class[0]); diff --git a/app/src/main/java/c/g/a/c/e.java b/app/src/main/java/c/g/a/c/e.java index c59f12d01d..7db2641b4e 100644 --- a/app/src/main/java/c/g/a/c/e.java +++ b/app/src/main/java/c/g/a/c/e.java @@ -51,7 +51,7 @@ public abstract class e { public abstract n d(); public i0 e(b bVar, a0 a0Var) throws JsonMappingException { - Class> cls = a0Var.f566c; + Class> cls = a0Var.f539c; v vVar = ((x) this)._config; Objects.requireNonNull(vVar._base); return ((i0) d.g(cls, vVar.b())).b(a0Var.e); diff --git a/app/src/main/java/c/g/a/c/e0/h/b.java b/app/src/main/java/c/g/a/c/e0/h/b.java index 32b8491830..34bc4ce494 100644 --- a/app/src/main/java/c/g/a/c/e0/h/b.java +++ b/app/src/main/java/c/g/a/c/e0/h/b.java @@ -16,6 +16,6 @@ public class b extends d { /* renamed from: i */ public b h(d dVar) { - return this.b == dVar ? this : new b(this.a, dVar, this.f587c); + return this.b == dVar ? this : new b(this.a, dVar, this.f559c); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/c.java b/app/src/main/java/c/g/a/c/e0/h/c.java index b431c16ab1..1610b2616c 100644 --- a/app/src/main/java/c/g/a/c/e0/h/c.java +++ b/app/src/main/java/c/g/a/c/e0/h/c.java @@ -8,21 +8,21 @@ import c.g.a.c.e0.g; public class c extends m { /* renamed from: c reason: collision with root package name */ - public final String f586c; + public final String f558c; public c(e eVar, d dVar, String str) { super(eVar, dVar); - this.f586c = str; + this.f558c = str; } @Override // c.g.a.c.e0.g public g a(d dVar) { - return this.b == dVar ? this : new c(this.a, dVar, this.f586c); + return this.b == dVar ? this : new c(this.a, dVar, this.f558c); } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f586c; + return this.f558c; } @Override // c.g.a.c.e0.g diff --git a/app/src/main/java/c/g/a/c/e0/h/d.java b/app/src/main/java/c/g/a/c/e0/h/d.java index 2e37ef43ab..675e9dfd66 100644 --- a/app/src/main/java/c/g/a/c/e0/h/d.java +++ b/app/src/main/java/c/g/a/c/e0/h/d.java @@ -6,16 +6,16 @@ import c.g.a.c.e0.e; public class d extends a { /* renamed from: c reason: collision with root package name */ - public final String f587c; + public final String f559c; public d(e eVar, c.g.a.c.d dVar, String str) { super(eVar, dVar); - this.f587c = str; + this.f559c = str; } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f587c; + return this.f559c; } @Override // c.g.a.c.e0.h.a, c.g.a.c.e0.g @@ -25,6 +25,6 @@ public class d extends a { /* renamed from: h */ public d g(c.g.a.c.d dVar) { - return this.b == dVar ? this : new d(this.a, dVar, this.f587c); + return this.b == dVar ? this : new d(this.a, dVar, this.f559c); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/f.java b/app/src/main/java/c/g/a/c/e0/h/f.java index 93c00a81a1..2852a4d5b9 100644 --- a/app/src/main/java/c/g/a/c/e0/h/f.java +++ b/app/src/main/java/c/g/a/c/e0/h/f.java @@ -90,7 +90,7 @@ public class f extends k { if (!enumMap.isEmpty()) { cls2 = ((Enum) enumMap.keySet().iterator().next()).getDeclaringClass(); } else { - Field field2 = d.b.a.f613c; + Field field2 = d.b.a.f583c; if (field2 != null) { try { cls2 = (Class) field2.get(enumMap); @@ -103,7 +103,7 @@ public class f extends k { } Objects.requireNonNull(nVar); if (EnumMap.class == Properties.class) { - jVar2 = n.f608x; + jVar2 = n.f578x; jVar = jVar2; } else { m mVar3 = n.k; diff --git a/app/src/main/java/c/g/a/c/e0/h/h.java b/app/src/main/java/c/g/a/c/e0/h/h.java index 61f9aaf5bd..298a2ec6db 100644 --- a/app/src/main/java/c/g/a/c/e0/h/h.java +++ b/app/src/main/java/c/g/a/c/e0/h/h.java @@ -7,23 +7,23 @@ import c.g.a.c.j; public class h extends f { /* renamed from: c reason: collision with root package name */ - public final String f588c; + public final String f560c; public h(j jVar, n nVar, c cVar) { super(jVar, nVar, cVar); String name = jVar._class.getName(); int lastIndexOf = name.lastIndexOf(46); if (lastIndexOf < 0) { - this.f588c = "."; + this.f560c = "."; return; } - this.f588c = name.substring(0, lastIndexOf + 1); + this.f560c = name.substring(0, lastIndexOf + 1); name.substring(0, lastIndexOf); } @Override // c.g.a.c.e0.h.f, c.g.a.c.e0.e public String a(Object obj) { String name = obj.getClass().getName(); - return name.startsWith(this.f588c) ? name.substring(this.f588c.length() - 1) : name; + return name.startsWith(this.f560c) ? name.substring(this.f560c.length() - 1) : name; } } diff --git a/app/src/main/java/c/g/a/c/e0/h/l.java b/app/src/main/java/c/g/a/c/e0/h/l.java index 39a21ecc1f..ea9955d512 100644 --- a/app/src/main/java/c/g/a/c/e0/h/l.java +++ b/app/src/main/java/c/g/a/c/e0/h/l.java @@ -11,13 +11,13 @@ import java.util.concurrent.ConcurrentHashMap; public class l extends k { /* renamed from: c reason: collision with root package name */ - public final c.g.a.c.z.l f589c; + public final c.g.a.c.z.l f561c; public final ConcurrentHashMap d; public final Map e; public l(c.g.a.c.z.l lVar, j jVar, ConcurrentHashMap concurrentHashMap, HashMap hashMap) { super(jVar, lVar._base._typeFactory); - this.f589c = lVar; + this.f561c = lVar; this.d = concurrentHashMap; this.e = hashMap; lVar.q(p.ACCEPT_CASE_INSENSITIVE_VALUES); @@ -47,8 +47,8 @@ public class l extends k { String str = this.d.get(name); if (str == null) { Class cls2 = this.a.b(null, cls, n.k)._class; - if (this.f589c.p()) { - str = this.f589c.e().O(((q) this.f589c.o(cls2)).f); + if (this.f561c.p()) { + str = this.f561c.e().O(((q) this.f561c.o(cls2)).f); } if (str == null) { str = d(cls2); diff --git a/app/src/main/java/c/g/a/c/e0/h/m.java b/app/src/main/java/c/g/a/c/e0/h/m.java index 05270bae7b..48a01d71ce 100644 --- a/app/src/main/java/c/g/a/c/e0/h/m.java +++ b/app/src/main/java/c/g/a/c/e0/h/m.java @@ -24,13 +24,13 @@ public abstract class m extends g { @Override // c.g.a.c.e0.g public b e(c.g.a.b.d dVar, b bVar) throws IOException { - if (bVar.f563c == null) { + if (bVar.f536c == null) { Object obj = bVar.a; Class cls = bVar.b; - bVar.f563c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); + bVar.f536c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); } Objects.requireNonNull(dVar); - Object obj2 = bVar.f563c; + Object obj2 = bVar.f536c; h hVar = bVar.f; String valueOf = obj2 instanceof String ? (String) obj2 : String.valueOf(obj2); bVar.g = true; @@ -81,7 +81,7 @@ public abstract class m extends g { if (h != 4) { dVar.w(); } else { - Object obj = bVar.f563c; + Object obj = bVar.f536c; String valueOf = obj instanceof String ? (String) obj : String.valueOf(obj); dVar.z(bVar.d); dVar.l0(valueOf); diff --git a/app/src/main/java/c/g/a/c/g0/a.java b/app/src/main/java/c/g/a/c/g0/a.java index 3be54f56c2..1eed85c023 100644 --- a/app/src/main/java/c/g/a/c/g0/a.java +++ b/app/src/main/java/c/g/a/c/g0/a.java @@ -12,13 +12,13 @@ public class a { public final i b; /* renamed from: c reason: collision with root package name */ - public n f590c; + public n f562c; public t d; public a(d dVar, i iVar, n nVar) { this.b = iVar; this.a = dVar; - this.f590c = nVar; + this.f562c = nVar; if (nVar instanceof t) { this.d = (t) nVar; } @@ -32,7 +32,7 @@ public class a { if (tVar != null) { tVar.u((Map) j, dVar, xVar); } else { - this.f590c.f(j, dVar, xVar); + this.f562c.f(j, dVar, xVar); } } else { xVar.f(this.a.getType(), String.format("Value returned by 'any-getter' %s() not java.util.Map but %s", this.b.c(), j.getClass().getName())); diff --git a/app/src/main/java/c/g/a/c/g0/b.java b/app/src/main/java/c/g/a/c/g0/b.java index d37cdfb783..0485124906 100644 --- a/app/src/main/java/c/g/a/c/g0/b.java +++ b/app/src/main/java/c/g/a/c/g0/b.java @@ -210,7 +210,7 @@ public abstract class b extends q implements Serializable { H = aVar; } if (H == null) { - c.g.a.c.c0.b0 b0Var = qVar.f580c; + c.g.a.c.c0.b0 b0Var = qVar.f552c; if (b0Var != null) { if (!b0Var.i) { b0Var.h(); diff --git a/app/src/main/java/c/g/a/c/g0/c.java b/app/src/main/java/c/g/a/c/g0/c.java index 7fd77afb1b..812188fb57 100644 --- a/app/src/main/java/c/g/a/c/g0/c.java +++ b/app/src/main/java/c/g/a/c/g0/c.java @@ -141,8 +141,8 @@ public class c extends n implements Serializable { n q = xVar.q(k, this); dVar = new l.d(q, lVar.b(k._class, q)); } else { - n r2 = xVar.r(cls, this); - dVar = new l.d(r2, lVar.b(cls, r2)); + n r = xVar.r(cls, this); + dVar = new l.d(r, lVar.b(cls, r)); } l lVar2 = dVar.b; if (lVar != lVar2) { diff --git a/app/src/main/java/c/g/a/c/g0/e.java b/app/src/main/java/c/g/a/c/g0/e.java index 947c793ea8..f16cbbcaa9 100644 --- a/app/src/main/java/c/g/a/c/g0/e.java +++ b/app/src/main/java/c/g/a/c/g0/e.java @@ -14,7 +14,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public v f591c; + public v f563c; public List d = Collections.emptyList(); public c[] e; public a f; @@ -28,20 +28,20 @@ public class e { public n a() { c[] cVarArr; - if (this.h != null && this.f591c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { - this.h.f(this.f591c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + if (this.h != null && this.f563c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + this.h.f(this.f563c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } a aVar = this.f; if (aVar != null) { - aVar.b.f(this.f591c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + aVar.b.f(this.f563c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } List list = this.d; if (list != null && !list.isEmpty()) { List list2 = this.d; cVarArr = (c[]) list2.toArray(new c[list2.size()]); - if (this.f591c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + if (this.f563c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { for (c cVar : cVarArr) { - cVar._member.f(this.f591c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + cVar._member.f(this.f563c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } } } else if (this.f == null && this.i == null) { diff --git a/app/src/main/java/c/g/a/c/g0/f.java b/app/src/main/java/c/g/a/c/g0/f.java index 7233030788..83d1108bb5 100644 --- a/app/src/main/java/c/g/a/c/g0/f.java +++ b/app/src/main/java/c/g/a/c/g0/f.java @@ -265,11 +265,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.s, e, y2, c2, a, z3, obj, i); - q = lVar.f592c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f542s, e, y2, c2, a, z3, obj, i); + q = lVar.f564c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f592c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); if (Q == null) { } } @@ -313,12 +313,12 @@ public class f extends b implements Serializable { } i = qVar2.g; } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.s, e, y2, c2, a, z3, obj, i); - q = lVar.f592c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f542s, e, y2, c2, a, z3, obj, i); + q = lVar.f564c.q(iVar); if (q != null) { cVar2.e(xVar.H(iVar, q)); } - c.g.a.c.i0.n Q = lVar.f592c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); return Q == null ? new c.g.a.c.g0.t.s(cVar2, Q) : cVar2; } } @@ -335,11 +335,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.s, e, y2, c2, a, z3, obj, i); - q = lVar.f592c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f542s, e, y2, c2, a, z3, obj, i); + q = lVar.f564c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f592c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); if (Q == null) { } } @@ -348,11 +348,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.s, e, y2, c2, a, z3, obj, i); - q = lVar.f592c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f542s, e, y2, c2, a, z3, obj, i); + q = lVar.f564c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f592c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); if (Q == null) { } } else { @@ -366,11 +366,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.s, e, y2, c2, a, z3, obj, i); - q = lVar.f592c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f542s, e, y2, c2, a, z3, obj, i); + q = lVar.f564c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f592c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); if (Q == null) { } } else { @@ -380,11 +380,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.s, e, y2, c2, a, z3, obj, i); - q = lVar.f592c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f542s, e, y2, c2, a, z3, obj, i); + q = lVar.f564c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f592c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); if (Q == null) { } } @@ -522,19 +522,19 @@ public class f extends b implements Serializable { } if (nVar6 == null && (nVar6 = e(xVar, gVar3, cVar5)) == null) { Object g2 = vVar.e().g(qVar.f); - n.a s = vVar.s(Map.class, qVar.f); - Set d = s == null ? null : s.d(); + n.a s2 = vVar.s(Map.class, qVar.f); + Set d = s2 == null ? null : s2.d(); c.g.a.c.c0.c cVar9 = qVar.f; b e = vVar.e(); q.a A = e == null ? null : e.A(vVar, cVar9); - c.g.a.c.g0.u.t s2 = c.g.a.c.g0.u.t.s(d, A == null ? null : A._included, gVar3, z11, gVar2, H2, nVar5, g2); - j jVar3 = s2._valueType; + c.g.a.c.g0.u.t s3 = c.g.a.c.g0.u.t.s(d, A == null ? null : A._included, gVar3, z11, gVar2, H2, nVar5, g2); + j jVar3 = s3._valueType; p.b d2 = d(xVar, cVar5, jVar3, Map.class); p.a aVar5 = d2 == null ? aVar4 : d2._contentInclusion; if (aVar5 == aVar4 || aVar5 == aVar3) { - nVar = s2; + nVar = s3; if (!xVar.D(w.WRITE_NULL_MAP_VALUES)) { - nVar = s2.v(null, true); + nVar = s3.v(null, true); } } else { int ordinal2 = aVar5.ordinal(); @@ -544,7 +544,7 @@ public class f extends b implements Serializable { } z12 = true; obj3 = null; - nVar = s2.v(obj3, z12); + nVar = s3.v(obj3, z12); } else if (ordinal2 == 3) { obj3 = c.g.a.c.g0.u.t.k; } else if (ordinal2 != 4) { @@ -552,12 +552,12 @@ public class f extends b implements Serializable { obj3 = xVar.A(null, d2._contentFilter); if (obj3 != null) { z12 = xVar.B(obj3); - nVar = s2.v(obj3, z12); + nVar = s3.v(obj3, z12); } } z12 = true; obj3 = null; - nVar = s2.v(obj3, z12); + nVar = s3.v(obj3, z12); } else { obj3 = c.c.a.a0.d.v0(jVar3); if (obj3 != null && obj3.getClass().isArray()) { @@ -565,7 +565,7 @@ public class f extends b implements Serializable { } } z12 = true; - nVar = s2.v(obj3, z12); + nVar = s3.v(obj3, z12); } } else { nVar = nVar6; @@ -960,7 +960,7 @@ public class f extends b implements Serializable { } else { v vVar9 = xVar._config; e eVar2 = new e(cVar3); - eVar2.f591c = vVar9; + eVar2.f563c = vVar9; c.g.a.c.c0.q qVar3 = (c.g.a.c.c0.q) cVar3; List d5 = qVar3.d(); v vVar10 = xVar._config; @@ -972,15 +972,15 @@ public class f extends b implements Serializable { if (next.j() == null) { it2.remove(); } else { - Class r2 = next.r(); - Boolean bool = (Boolean) hashMap.get(r2); + Class r = next.r(); + Boolean bool = (Boolean) hashMap.get(r); if (bool == null) { - vVar10.f(r2); - bool = e2.c0(((c.g.a.c.c0.q) vVar10.o(r2)).f); + vVar10.f(r); + bool = e2.c0(((c.g.a.c.c0.q) vVar10.o(r)).f); if (bool == null) { bool = Boolean.FALSE; } - hashMap.put(r2, bool); + hashMap.put(r, bool); } if (bool.booleanValue()) { it2.remove(); @@ -1084,8 +1084,8 @@ public class f extends b implements Serializable { Objects.requireNonNull((g) bVar14.next()); } } - n.a s3 = vVar9.s(cVar3.a._class, qVar3.f); - Set d6 = s3 != null ? s3.d() : null; + n.a s4 = vVar9.s(cVar3.a._class, qVar3.f); + Set d6 = s4 != null ? s4.d() : null; Class cls11 = cVar3.a._class; c.g.a.c.c0.c cVar13 = qVar3.f; b e3 = vVar9.e(); @@ -1109,7 +1109,7 @@ public class f extends b implements Serializable { if (a0Var == null) { jVar2 = null; } else { - Class> cls12 = a0Var.f566c; + Class> cls12 = a0Var.f539c; if (cls12 == l0.class) { String str4 = a0Var.b._simpleName; int size3 = arrayList.size(); @@ -1133,7 +1133,7 @@ public class f extends b implements Serializable { eVar2.i = jVar2; eVar2.d = arrayList; eVar2.g = vVar9.e().g(qVar3.f); - b0 b0Var = qVar3.f580c; + b0 b0Var = qVar3.f552c; if (b0Var != null) { if (!b0Var.i) { b0Var.h(); @@ -1148,7 +1148,7 @@ public class f extends b implements Serializable { throw null; } if (iVar == null) { - b0 b0Var2 = qVar3.f580c; + b0 b0Var2 = qVar3.f552c; if (!b0Var2.i) { b0Var2.h(); } @@ -1233,7 +1233,7 @@ public class f extends b implements Serializable { nVar = CharSequence.class.isAssignableFrom(cls13) ? t0.j : null; } if (nVar == null) { - if (qVar3.f.s.size() > 0) { + if (qVar3.f.f542s.size() > 0) { nVar = new d(eVar2.b.a, eVar2, c.g.a.c.g0.u.d.j, null); } } diff --git a/app/src/main/java/c/g/a/c/g0/j.java b/app/src/main/java/c/g/a/c/g0/j.java index 0265737f56..029e998857 100644 --- a/app/src/main/java/c/g/a/c/g0/j.java +++ b/app/src/main/java/c/g/a/c/g0/j.java @@ -164,13 +164,13 @@ public abstract class j extends x implements Serializable { m mVar = this._knownSerializers; m.a aVar = mVar.a[mVar.b & (cls.getName().hashCode() + 1)]; if (aVar != null) { - if (!(aVar.f596c == cls && aVar.e)) { + if (!(aVar.f568c == cls && aVar.e)) { while (true) { aVar = aVar.b; if (aVar == null) { break; } - if (aVar.f596c != cls || !aVar.e) { + if (aVar.f568c != cls || !aVar.e) { z2 = false; continue; } else { diff --git a/app/src/main/java/c/g/a/c/g0/l.java b/app/src/main/java/c/g/a/c/g0/l.java index 0620f99f14..377d20c922 100644 --- a/app/src/main/java/c/g/a/c/g0/l.java +++ b/app/src/main/java/c/g/a/c/g0/l.java @@ -14,7 +14,7 @@ public class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final b f592c; + public final b f564c; public Object d; public final p.b e; public final boolean f; @@ -30,11 +30,11 @@ public class l { p.b bVar3 = vVar._configOverrides._defaultInclusion; this.e = bVar3 == null ? bVar2 : bVar3.a(bVar2); this.f = bVar2._valueInclusion == p.a.NON_DEFAULT; - this.f592c = vVar.e(); + this.f564c = vVar.e(); } public j a(c.g.a.c.c0.b bVar, boolean z2, j jVar) throws JsonMappingException { - j e02 = this.f592c.e0(this.a, bVar, jVar); + j e02 = this.f564c.e0(this.a, bVar, jVar); boolean z3 = true; if (e02 != jVar) { Class cls = e02._class; @@ -51,7 +51,7 @@ public class l { z2 = true; jVar = e02; } - e.b K = this.f592c.K(bVar); + e.b K = this.f564c.K(bVar); if (!(K == null || K == e.b.DEFAULT_TYPING)) { if (K != e.b.STATIC) { z3 = false; diff --git a/app/src/main/java/c/g/a/c/g0/t/b.java b/app/src/main/java/c/g/a/c/g0/t/b.java index c38e81f996..ce8edc7606 100644 --- a/app/src/main/java/c/g/a/c/g0/t/b.java +++ b/app/src/main/java/c/g/a/c/g0/t/b.java @@ -58,11 +58,11 @@ public class b extends d { p(obj, dVar, xVar, gVar); return; } - c.g.a.b.s.b r2 = r(gVar, obj, h.START_ARRAY); - gVar.e(dVar, r2); + c.g.a.b.s.b r = r(gVar, obj, h.START_ARRAY); + gVar.e(dVar, r); dVar.e(obj); z(obj, dVar, xVar); - gVar.f(dVar, r2); + gVar.f(dVar, r); } @Override // c.g.a.c.n diff --git a/app/src/main/java/c/g/a/c/g0/t/j.java b/app/src/main/java/c/g/a/c/g0/t/j.java index b915acb95c..d132cfb037 100644 --- a/app/src/main/java/c/g/a/c/g0/t/j.java +++ b/app/src/main/java/c/g/a/c/g0/t/j.java @@ -10,14 +10,14 @@ public final class j { public final k b; /* renamed from: c reason: collision with root package name */ - public final i0 f593c; + public final i0 f565c; public final n d; public final boolean e; public j(c.g.a.c.j jVar, k kVar, i0 i0Var, n nVar, boolean z2) { this.a = jVar; this.b = kVar; - this.f593c = i0Var; + this.f565c = i0Var; this.d = nVar; this.e = z2; } diff --git a/app/src/main/java/c/g/a/c/g0/t/l.java b/app/src/main/java/c/g/a/c/g0/t/l.java index 62f5c3c1b1..bd6072e596 100644 --- a/app/src/main/java/c/g/a/c/g0/t/l.java +++ b/app/src/main/java/c/g/a/c/g0/t/l.java @@ -14,7 +14,7 @@ public abstract class l { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Class f594c; + public final Class f566c; public final n d; public final n e; @@ -22,13 +22,13 @@ public abstract class l { super(lVar); this.b = cls; this.d = nVar; - this.f594c = cls2; + this.f566c = cls2; this.e = nVar2; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new c(this, new f[]{new f(this.b, this.d), new f(this.f594c, this.e), new f(cls, nVar)}); + return new c(this, new f[]{new f(this.b, this.d), new f(this.f566c, this.e), new f(cls, nVar)}); } @Override // c.g.a.c.g0.t.l @@ -36,7 +36,7 @@ public abstract class l { if (cls == this.b) { return this.d; } - if (cls == this.f594c) { + if (cls == this.f566c) { return this.e; } return null; @@ -190,23 +190,23 @@ public abstract class l { public final Class b; /* renamed from: c reason: collision with root package name */ - public final n f595c; + public final n f567c; public e(l lVar, Class cls, n nVar) { super(lVar); this.b = cls; - this.f595c = nVar; + this.f567c = nVar; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new a(this, this.b, this.f595c, cls, nVar); + return new a(this, this.b, this.f567c, cls, nVar); } @Override // c.g.a.c.g0.t.l public n c(Class cls) { if (cls == this.b) { - return this.f595c; + return this.f567c; } return null; } diff --git a/app/src/main/java/c/g/a/c/g0/t/m.java b/app/src/main/java/c/g/a/c/g0/t/m.java index 02a6f4a6b9..21c62cdf15 100644 --- a/app/src/main/java/c/g/a/c/g0/t/m.java +++ b/app/src/main/java/c/g/a/c/g0/t/m.java @@ -15,7 +15,7 @@ public final class m { public final a b; /* renamed from: c reason: collision with root package name */ - public final Class f596c; + public final Class f568c; public final j d; public final boolean e; @@ -23,8 +23,8 @@ public final class m { this.b = aVar; this.a = nVar; this.e = uVar.d; - this.f596c = uVar.b; - this.d = uVar.f616c; + this.f568c = uVar.b; + this.d = uVar.f586c; } } @@ -75,7 +75,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f596c == cls && !aVar.e) { + if (aVar.f568c == cls && !aVar.e) { return aVar.a; } do { @@ -83,7 +83,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f596c != cls || aVar.e) { + if (aVar.f568c != cls || aVar.e) { z2 = false; continue; } else { diff --git a/app/src/main/java/c/g/a/c/g0/t/u.java b/app/src/main/java/c/g/a/c/g0/t/u.java index fd06602919..b648df5bb5 100644 --- a/app/src/main/java/c/g/a/c/g0/t/u.java +++ b/app/src/main/java/c/g/a/c/g0/t/u.java @@ -11,7 +11,7 @@ public final class u { public Object b; /* renamed from: c reason: collision with root package name */ - public boolean f597c = false; + public boolean f569c = false; public u(i0 i0Var) { this.a = i0Var; @@ -21,7 +21,7 @@ public final class u { if (this.b == null) { return false; } - if (!this.f597c && !jVar.e) { + if (!this.f569c && !jVar.e) { return false; } Objects.requireNonNull(dVar); diff --git a/app/src/main/java/c/g/a/c/g0/u/d.java b/app/src/main/java/c/g/a/c/g0/u/d.java index b488b4358d..f69036c07c 100644 --- a/app/src/main/java/c/g/a/c/g0/u/d.java +++ b/app/src/main/java/c/g/a/c/g0/u/d.java @@ -139,7 +139,7 @@ public abstract class d extends q0 implements i, o { d dVar2; c.g.a.c.g0.t.j jVar; Object obj2; - a0 s; + a0 s2; b v = xVar.v(); c[] cVarArr = null; c.g.a.c.c0.i member = (dVar == null || v == null) ? null : dVar.getMember(); @@ -168,19 +168,19 @@ public abstract class d extends q0 implements i, o { if (member != null) { set = v.x(vVar, member).d(); set2 = v.A(vVar, member)._included; - a0 r2 = v.r(member); - if (r2 != null) { - a0 s2 = v.s(member, r2); - Class> cls2 = s2.f566c; + a0 r = v.r(member); + if (r != null) { + a0 s3 = v.s(member, r); + Class> cls2 = s3.f539c; j jVar3 = xVar.d().i(xVar.b(cls2), i0.class)[0]; if (cls2 == l0.class) { - String str = s2.b._simpleName; + String str = s3.b._simpleName; int length = this._props.length; i = 0; while (i != length) { c cVar2 = this._props[i]; if (str.equals(cVar2._name._value)) { - jVar2 = c.g.a.c.g0.t.j.a(cVar2._declaredType, null, new k(s2, cVar2), s2.f); + jVar2 = c.g.a.c.g0.t.j.a(cVar2._declaredType, null, new k(s3, cVar2), s3.f); obj = v.g(member); if (obj == null || ((obj2 = this._propertyFilterId) != null && obj.equals(obj2))) { obj = null; @@ -197,12 +197,12 @@ public abstract class d extends q0 implements i, o { xVar.f(jVar4, String.format("Invalid Object Id definition for %s: cannot find property with name %s", objArr)); throw null; } - jVar2 = c.g.a.c.g0.t.j.a(jVar3, s2.b, xVar.e(member, s2), s2.f); - } else if (!(jVar2 == null || (s = v.s(member, null)) == null)) { + jVar2 = c.g.a.c.g0.t.j.a(jVar3, s3.b, xVar.e(member, s3), s3.f); + } else if (!(jVar2 == null || (s2 = v.s(member, null)) == null)) { jVar2 = this._objectIdWriter; - boolean z2 = s.f; + boolean z2 = s2.f; if (z2 != jVar2.e) { - jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f593c, jVar2.d, z2); + jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f565c, jVar2.d, z2); } } i = 0; @@ -231,7 +231,7 @@ public abstract class d extends q0 implements i, o { } else { dVar2 = this; } - if (!(jVar2 == null || (jVar = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f593c, xVar.t(jVar2.a, dVar), jVar2.e)) == this._objectIdWriter)) { + if (!(jVar2 == null || (jVar = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f565c, xVar.t(jVar2.a, dVar), jVar2.e)) == this._objectIdWriter)) { dVar2 = dVar2.x(jVar); } if ((set != null && !set.isEmpty()) || set2 != null) { @@ -308,10 +308,10 @@ public abstract class d extends q0 implements i, o { } a aVar = this._anyGetterWriter; if (aVar != null) { - c.g.a.c.n nVar3 = aVar.f590c; + c.g.a.c.n nVar3 = aVar.f562c; if (nVar3 instanceof c.g.a.c.g0.i) { c.g.a.c.n y2 = xVar.y(nVar3, aVar.a); - aVar.f590c = y2; + aVar.f562c = y2; if (y2 instanceof t) { aVar.d = (t) y2; } @@ -327,8 +327,8 @@ public abstract class d extends q0 implements i, o { return; } dVar.e(obj); - c.g.a.b.s.b r2 = r(gVar, obj, c.g.a.b.h.START_OBJECT); - gVar.e(dVar, r2); + c.g.a.b.s.b r = r(gVar, obj, c.g.a.b.h.START_OBJECT); + gVar.e(dVar, r); Object obj2 = this._propertyFilterId; if (obj2 != null) { if (this._filteredProps != null) { @@ -338,7 +338,7 @@ public abstract class d extends q0 implements i, o { throw null; } u(obj, dVar, xVar); - gVar.f(dVar, r2); + gVar.f(dVar, r); } @Override // c.g.a.c.n @@ -348,7 +348,7 @@ public abstract class d extends q0 implements i, o { public final void p(Object obj, c.g.a.b.d dVar, x xVar, g gVar) throws IOException { c.g.a.c.g0.t.j jVar = this._objectIdWriter; - u p = xVar.p(obj, jVar.f593c); + u p = xVar.p(obj, jVar.f565c); if (!p.a(dVar, xVar, jVar)) { if (p.b == null) { p.b = p.a.c(obj); @@ -359,9 +359,9 @@ public abstract class d extends q0 implements i, o { return; } c.g.a.c.g0.t.j jVar2 = this._objectIdWriter; - c.g.a.b.s.b r2 = r(gVar, obj, c.g.a.b.h.START_OBJECT); - gVar.e(dVar, r2); - p.f597c = true; + c.g.a.b.s.b r = r(gVar, obj, c.g.a.b.h.START_OBJECT); + gVar.e(dVar, r); + p.f569c = true; Objects.requireNonNull(dVar); c.g.a.b.k kVar = jVar2.b; if (kVar != null) { @@ -371,7 +371,7 @@ public abstract class d extends q0 implements i, o { Object obj3 = this._propertyFilterId; if (obj3 == null) { u(obj, dVar, xVar); - gVar.f(dVar, r2); + gVar.f(dVar, r); return; } m(xVar, obj3, obj); @@ -381,7 +381,7 @@ public abstract class d extends q0 implements i, o { public final void q(Object obj, c.g.a.b.d dVar, x xVar, boolean z2) throws IOException { c.g.a.c.g0.t.j jVar = this._objectIdWriter; - u p = xVar.p(obj, jVar.f593c); + u p = xVar.p(obj, jVar.f565c); if (!p.a(dVar, xVar, jVar)) { if (p.b == null) { p.b = p.a.c(obj); @@ -394,7 +394,7 @@ public abstract class d extends q0 implements i, o { if (z2) { dVar.e0(obj); } - p.f597c = true; + p.f569c = true; c.g.a.b.k kVar = jVar.b; if (kVar != null) { dVar.x(kVar); @@ -424,7 +424,7 @@ public abstract class d extends q0 implements i, o { j2 = ""; } c.g.a.b.s.b d = gVar.d(obj, hVar); - d.f563c = j2; + d.f536c = j2; return d; } diff --git a/app/src/main/java/c/g/a/c/g0/u/f0.java b/app/src/main/java/c/g/a/c/g0/u/f0.java index d37891de5d..fa93461ae4 100644 --- a/app/src/main/java/c/g/a/c/g0/u/f0.java +++ b/app/src/main/java/c/g/a/c/g0/u/f0.java @@ -181,17 +181,17 @@ public abstract class f0 extends q0 implements i { @Override // c.g.a.c.n public void f(T t, c.g.a.b.d dVar, x xVar) throws IOException { - Object r2 = r(t); - if (r2 != null) { + Object r = r(t); + if (r != null) { c.g.a.c.n nVar = this._valueSerializer; if (nVar == null) { - nVar = p(xVar, r2.getClass()); + nVar = p(xVar, r.getClass()); } g gVar = this._valueTypeSerializer; if (gVar != null) { - nVar.g(r2, dVar, xVar, gVar); + nVar.g(r, dVar, xVar, gVar); } else { - nVar.f(r2, dVar, xVar); + nVar.f(r, dVar, xVar); } } else if (this._unwrapper == null) { xVar.l(dVar); @@ -200,13 +200,13 @@ public abstract class f0 extends q0 implements i { @Override // c.g.a.c.n public void g(T t, c.g.a.b.d dVar, x xVar, g gVar) throws IOException { - Object r2 = r(t); - if (r2 != null) { + Object r = r(t); + if (r != null) { c.g.a.c.n nVar = this._valueSerializer; if (nVar == null) { - nVar = p(xVar, r2.getClass()); + nVar = p(xVar, r.getClass()); } - nVar.g(r2, dVar, xVar, gVar); + nVar.g(r, dVar, xVar, gVar); } else if (this._unwrapper == null) { xVar.l(dVar); } diff --git a/app/src/main/java/c/g/a/c/g0/u/i0.java b/app/src/main/java/c/g/a/c/g0/u/i0.java index 1f155a0d7b..f732e4d80b 100644 --- a/app/src/main/java/c/g/a/c/g0/u/i0.java +++ b/app/src/main/java/c/g/a/c/g0/u/i0.java @@ -418,8 +418,8 @@ public class i0 { } public void u(short[] sArr, c.g.a.b.d dVar) throws IOException { - for (short s : sArr) { - dVar.H(s); + for (short s2 : sArr) { + dVar.H(s2); } } } diff --git a/app/src/main/java/c/g/a/c/g0/u/s.java b/app/src/main/java/c/g/a/c/g0/u/s.java index 1a77432a71..d8400db9ce 100644 --- a/app/src/main/java/c/g/a/c/g0/u/s.java +++ b/app/src/main/java/c/g/a/c/g0/u/s.java @@ -187,9 +187,9 @@ public class s extends q0 implements i { this.j = lVar.b(k._class, q); return q; } - n r2 = xVar.r(cls, this._property); - this.j = this.j.b(cls, r2); - return r2; + n r = xVar.r(cls, this._property); + this.j = this.j.b(cls, r); + return r; } public s q(d dVar, g gVar, n nVar, boolean z2) { diff --git a/app/src/main/java/c/g/a/c/g0/u/t.java b/app/src/main/java/c/g/a/c/g0/u/t.java index 22340dcbec..acf0f49af5 100644 --- a/app/src/main/java/c/g/a/c/g0/u/t.java +++ b/app/src/main/java/c/g/a/c/g0/u/t.java @@ -295,9 +295,9 @@ public class t extends h> implements i { for (Object obj4 : map.values()) { if (obj4 != null) { try { - c.g.a.c.n r2 = r(xVar, obj4); + c.g.a.c.n r = r(xVar, obj4); if (z2) { - if (!r2.d(xVar, obj4)) { + if (!r.d(xVar, obj4)) { return false; } } else if (obj2 == null || !obj2.equals(map)) { diff --git a/app/src/main/java/c/g/a/c/h0/c.java b/app/src/main/java/c/g/a/c/h0/c.java index e64637a1a0..da447cacbd 100644 --- a/app/src/main/java/c/g/a/c/h0/c.java +++ b/app/src/main/java/c/g/a/c/h0/c.java @@ -8,7 +8,7 @@ public final class c { public final Class b; /* renamed from: c reason: collision with root package name */ - public ArrayList f603c; + public ArrayList f574c; public c(c cVar, Class cls) { this.a = cVar; @@ -22,7 +22,7 @@ public final class c { public String toString() { StringBuilder O = a.O("[ClassStack (self-refs: "); - ArrayList arrayList = this.f603c; + ArrayList arrayList = this.f574c; O.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); O.append(')'); for (c cVar = this; cVar != null; cVar = cVar.a) { diff --git a/app/src/main/java/c/g/a/c/h0/m.java b/app/src/main/java/c/g/a/c/h0/m.java index 13f4bc5cf4..2961ac0920 100644 --- a/app/src/main/java/c/g/a/c/h0/m.java +++ b/app/src/main/java/c/g/a/c/h0/m.java @@ -30,12 +30,12 @@ public class m implements Serializable { public final j[] b; /* renamed from: c reason: collision with root package name */ - public final int f604c; + public final int f575c; public a(Class cls, j[] jVarArr, int i) { this.a = cls; this.b = jVarArr; - this.f604c = i; + this.f575c = i; } public boolean equals(Object obj) { @@ -46,7 +46,7 @@ public class m implements Serializable { return false; } a aVar = (a) obj; - if (this.f604c == aVar.f604c && this.a == aVar.a) { + if (this.f575c == aVar.f575c && this.a == aVar.a) { j[] jVarArr = aVar.b; int length = this.b.length; if (length == jVarArr.length) { @@ -62,7 +62,7 @@ public class m implements Serializable { } public int hashCode() { - return this.f604c; + return this.f575c; } public String toString() { @@ -76,7 +76,7 @@ public class m implements Serializable { public static final TypeVariable[] b = Collection.class.getTypeParameters(); /* renamed from: c reason: collision with root package name */ - public static final TypeVariable[] f605c = Iterable.class.getTypeParameters(); + public static final TypeVariable[] f576c = Iterable.class.getTypeParameters(); public static final TypeVariable[] d = List.class.getTypeParameters(); public static final TypeVariable[] e = ArrayList.class.getTypeParameters(); public static final TypeVariable[] f = Map.class.getTypeParameters(); @@ -115,7 +115,7 @@ public class m implements Serializable { public static m b(Class cls, j jVar) { TypeVariable[] typeVariableArr = b.a; - TypeVariable[] typeParameters = cls == Collection.class ? b.b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.f605c : cls.getTypeParameters(); + TypeVariable[] typeParameters = cls == Collection.class ? b.b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.f576c : cls.getTypeParameters(); int length = typeParameters == null ? 0 : typeParameters.length; if (length == 1) { return new m(new String[]{typeParameters[0].getName()}, new j[]{jVar}, null); diff --git a/app/src/main/java/c/g/a/c/h0/n.java b/app/src/main/java/c/g/a/c/h0/n.java index 056d50c885..ae5540fe1e 100644 --- a/app/src/main/java/c/g/a/c/h0/n.java +++ b/app/src/main/java/c/g/a/c/h0/n.java @@ -42,26 +42,24 @@ public class n implements Serializable { public static final Class o = Class.class; public static final Class p = Enum.class; public static final Class q = l.class; + public static final Class r; - /* renamed from: r reason: collision with root package name */ - public static final Class f606r; - public static final Class s; + /* renamed from: s reason: collision with root package name */ + public static final Class f577s; private static final long serialVersionUID = 1; public static final Class t; public static final k u; public static final k v; - - /* renamed from: w reason: collision with root package name */ - public static final k f607w; + public static final k w; /* renamed from: x reason: collision with root package name */ - public static final k f608x = new k(String.class); + public static final k f578x = new k(String.class); /* renamed from: y reason: collision with root package name */ - public static final k f609y = new k(Object.class); + public static final k f579y = new k(Object.class); /* renamed from: z reason: collision with root package name */ - public static final k f610z = new k(Comparable.class); + public static final k f580z = new k(Comparable.class); public final ClassLoader _classLoader = null; public final o[] _modifiers = null; public final p _parser = new p(this); @@ -69,38 +67,38 @@ public class n implements Serializable { static { Class cls = Boolean.TYPE; - f606r = cls; + r = cls; Class cls2 = Integer.TYPE; - s = cls2; + f577s = cls2; Class cls3 = Long.TYPE; t = cls3; u = new k(cls); v = new k(cls2); - f607w = new k(cls3); + w = new k(cls3); } public static j k() { Objects.requireNonNull(j); - return f609y; + return f579y; } public j a(Class cls) { if (cls.isPrimitive()) { - if (cls == f606r) { + if (cls == r) { return u; } - if (cls == s) { + if (cls == f577s) { return v; } if (cls == t) { - return f607w; + return w; } return null; } else if (cls == l) { - return f608x; + return f578x; } else { if (cls == m) { - return f609y; + return f579y; } if (cls == q) { return C; @@ -121,7 +119,7 @@ public class n implements Serializable { if (cls == p) { jVar = A; } else if (cls == n) { - jVar = f610z; + jVar = f580z; } else if (cls == o) { jVar = B; } else { @@ -151,7 +149,7 @@ public class n implements Serializable { if (e != null) { jVar = e; } else if (mVar.h(name)) { - jVar = f609y; + jVar = f579y; } else { m l2 = mVar.l(name); synchronized (typeVariable) { @@ -225,10 +223,10 @@ public class n implements Serializable { } if (cVar3 != null) { j jVar7 = new j(cls, k); - if (cVar3.f603c == null) { - cVar3.f603c = new ArrayList<>(); + if (cVar3.f574c == null) { + cVar3.f574c = new ArrayList<>(); } - cVar3.f603c.add(jVar7); + cVar3.f574c.add(jVar7); return jVar7; } cVar2 = new c(cVar, cls); @@ -247,7 +245,7 @@ public class n implements Serializable { e = e(cVar2, cls, mVar); } if (cls == Properties.class) { - k kVar3 = f608x; + k kVar3 = f578x; jVar6 = g.Q(cls, mVar, b, e, kVar3, kVar3); } else if (b != null) { jVar6 = b.C(cls, mVar, b, e); @@ -256,12 +254,12 @@ public class n implements Serializable { m mVar2 = mVar == null ? k : mVar; if (cls == Map.class) { if (cls == Properties.class) { - kVar2 = f608x; + kVar2 = f578x; } else { List g = mVar2.g(); int size = g.size(); if (size == 0) { - kVar2 = f609y; + kVar2 = f579y; } else if (size != 2) { Object[] objArr = new Object[4]; objArr[0] = d.u(cls); @@ -281,7 +279,7 @@ public class n implements Serializable { } else if (cls == Collection.class) { List g2 = mVar2.g(); if (g2.isEmpty()) { - jVar4 = f609y; + jVar4 = f579y; } else if (g2.size() == 1) { jVar4 = g2.get(0); } else { @@ -292,7 +290,7 @@ public class n implements Serializable { if (cls == AtomicReference.class) { List g3 = mVar2.g(); if (g3.isEmpty()) { - jVar3 = f609y; + jVar3 = f579y; } else if (g3.size() == 1) { jVar3 = g3.get(0); } else { @@ -335,7 +333,7 @@ public class n implements Serializable { jVar = jVar6; } } - ArrayList arrayList = cVar2.f603c; + ArrayList arrayList = cVar2.f574c; if (arrayList != null) { Iterator it = arrayList.iterator(); while (it.hasNext()) { diff --git a/app/src/main/java/c/g/a/c/i0/d.java b/app/src/main/java/c/g/a/c/i0/d.java index cca247fbb5..abfc1d6967 100644 --- a/app/src/main/java/c/g/a/c/i0/d.java +++ b/app/src/main/java/c/g/a/c/i0/d.java @@ -26,7 +26,7 @@ public final class d { public static final a[] b = new a[0]; /* renamed from: c reason: collision with root package name */ - public static final Iterator f611c = Collections.emptyIterator(); + public static final Iterator f581c = Collections.emptyIterator(); /* compiled from: ClassUtil */ public static final class a { @@ -34,7 +34,7 @@ public final class d { public transient Annotation[] b; /* renamed from: c reason: collision with root package name */ - public transient Annotation[][] f612c; + public transient Annotation[][] f582c; public int d = -1; public a(Constructor constructor) { @@ -58,7 +58,7 @@ public final class d { public final Field b = a(EnumSet.class, "elementType", Class.class); /* renamed from: c reason: collision with root package name */ - public final Field f613c = a(EnumMap.class, "elementType", Class.class); + public final Field f583c = a(EnumMap.class, "elementType", Class.class); public static Field a(Class cls, String str, Class cls2) { Field field; diff --git a/app/src/main/java/c/g/a/c/i0/r.java b/app/src/main/java/c/g/a/c/i0/r.java index f67eb9c64d..a7612feaea 100644 --- a/app/src/main/java/c/g/a/c/i0/r.java +++ b/app/src/main/java/c/g/a/c/i0/r.java @@ -30,10 +30,10 @@ public class r extends DateFormat { public final Locale _locale; private boolean _tzSerializedWithColon; public transient TimeZone q; + public transient Calendar r; - /* renamed from: r reason: collision with root package name */ - public transient Calendar f614r; - public transient DateFormat s; + /* renamed from: s reason: collision with root package name */ + public transient DateFormat f584s; static { try { @@ -100,10 +100,10 @@ public class r extends DateFormat { } public Calendar b(TimeZone timeZone) { - Calendar calendar = this.f614r; + Calendar calendar = this.r; if (calendar == null) { calendar = (Calendar) p.clone(); - this.f614r = calendar; + this.r = calendar; } if (!calendar.getTimeZone().equals(timeZone)) { calendar.setTimeZone(timeZone); @@ -318,7 +318,7 @@ public class r extends DateFormat { throw new ParseException(String.format("Timestamp value %s out of 64-bit value range", str), parsePosition.getErrorIndex()); } } - if (this.s == null) { + if (this.f584s == null) { DateFormat dateFormat2 = n; TimeZone timeZone = this.q; Locale locale = this._locale; @@ -338,9 +338,9 @@ public class r extends DateFormat { if (bool != null) { dateFormat.setLenient(bool.booleanValue()); } - this.s = dateFormat; + this.f584s = dateFormat; } - return this.s.parse(str, parsePosition); + return this.f584s.parse(str, parsePosition); } } @@ -399,14 +399,14 @@ public class r extends DateFormat { Boolean bool = this._lenient; if (!(valueOf == bool || (valueOf != null && valueOf.equals(bool)))) { this._lenient = valueOf; - this.s = null; + this.f584s = null; } } @Override // java.text.DateFormat public void setTimeZone(TimeZone timeZone) { if (!timeZone.equals(this.q)) { - this.s = null; + this.f584s = null; this.q = timeZone; } } diff --git a/app/src/main/java/c/g/a/c/i0/s.java b/app/src/main/java/c/g/a/c/i0/s.java index 1183591b71..856fdf26c7 100644 --- a/app/src/main/java/c/g/a/c/i0/s.java +++ b/app/src/main/java/c/g/a/c/i0/s.java @@ -101,8 +101,8 @@ public class s extends d { } @Override // c.g.a.b.d - public void Q(short s) throws IOException { - q0(h.VALUE_NUMBER_INT, Short.valueOf(s)); + public void Q(short s2) throws IOException { + q0(h.VALUE_NUMBER_INT, Short.valueOf(s2)); throw null; } diff --git a/app/src/main/java/c/g/a/c/i0/t.java b/app/src/main/java/c/g/a/c/i0/t.java index bb54169b56..40d524ee81 100644 --- a/app/src/main/java/c/g/a/c/i0/t.java +++ b/app/src/main/java/c/g/a/c/i0/t.java @@ -6,7 +6,7 @@ import c.g.a.b.g; public class t extends g { /* renamed from: c reason: collision with root package name */ - public final g f615c = null; + public final g f585c = null; public final e d = e.i; public String e; public Object f; diff --git a/app/src/main/java/c/g/a/c/i0/u.java b/app/src/main/java/c/g/a/c/i0/u.java index 2e23462060..3b6cd8842c 100644 --- a/app/src/main/java/c/g/a/c/i0/u.java +++ b/app/src/main/java/c/g/a/c/i0/u.java @@ -8,14 +8,14 @@ public class u { public Class b; /* renamed from: c reason: collision with root package name */ - public j f616c; + public j f586c; public boolean d; public u() { } public u(j jVar, boolean z2) { - this.f616c = jVar; + this.f586c = jVar; this.b = null; this.d = z2; this.a = z2 ? jVar._hash - 2 : jVar._hash - 1; @@ -23,7 +23,7 @@ public class u { public u(Class cls, boolean z2) { this.b = cls; - this.f616c = null; + this.f586c = null; this.d = z2; this.a = z2 ? cls.getName().hashCode() + 1 : cls.getName().hashCode(); } @@ -43,7 +43,7 @@ public class u { return false; } Class cls = this.b; - return cls != null ? uVar.b == cls : this.f616c.equals(uVar.f616c); + return cls != null ? uVar.b == cls : this.f586c.equals(uVar.f586c); } public final int hashCode() { @@ -57,7 +57,7 @@ public class u { return a.K(O, this.d, "}"); } StringBuilder O2 = a.O("{type: "); - O2.append(this.f616c); + O2.append(this.f586c); O2.append(", typed? "); return a.K(O2, this.d, "}"); } diff --git a/app/src/main/java/c/g/a/c/l.java b/app/src/main/java/c/g/a/c/l.java index 7cabb2d641..db12d2f42f 100644 --- a/app/src/main/java/c/g/a/c/l.java +++ b/app/src/main/java/c/g/a/c/l.java @@ -8,6 +8,6 @@ public abstract class l extends m.a implements Iterable { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ @Override // java.lang.Iterable public final Iterator iterator() { - return d.f611c; + return d.f581c; } } diff --git a/app/src/main/java/c/h/a/a/a.java b/app/src/main/java/c/h/a/a/a.java index 86f836d11d..e1119005e9 100644 --- a/app/src/main/java/c/h/a/a/a.java +++ b/app/src/main/java/c/h/a/a/a.java @@ -15,15 +15,15 @@ public class a implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f627c; + public ScriptIntrinsicBlur f595c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f627c.setInput(this.d); - this.f627c.forEach(this.e); + this.f595c.setInput(this.d); + this.f595c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -34,7 +34,7 @@ public class a implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f627c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f595c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -49,7 +49,7 @@ public class a implements c { throw e; } } - this.f627c.setRadius(f); + this.f595c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -68,10 +68,10 @@ public class a implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f627c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f595c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f627c = null; + this.f595c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/h/a/a/b.java b/app/src/main/java/c/h/a/a/b.java index cf3b194bea..1473aa6a56 100644 --- a/app/src/main/java/c/h/a/a/b.java +++ b/app/src/main/java/c/h/a/a/b.java @@ -13,15 +13,15 @@ public class b implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f628c; + public ScriptIntrinsicBlur f596c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f628c.setInput(this.d); - this.f628c.forEach(this.e); + this.f596c.setInput(this.d); + this.f596c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -32,7 +32,7 @@ public class b implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f628c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f596c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -47,7 +47,7 @@ public class b implements c { throw e; } } - this.f628c.setRadius(f); + this.f596c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -66,10 +66,10 @@ public class b implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f628c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f596c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f628c = null; + this.f596c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/h/a/a/e.java b/app/src/main/java/c/h/a/a/e.java index d9e66d1255..339b6ac941 100644 --- a/app/src/main/java/c/h/a/a/e.java +++ b/app/src/main/java/c/h/a/a/e.java @@ -13,15 +13,15 @@ public class e implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f629c; + public ScriptIntrinsicBlur f597c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f629c.setInput(this.d); - this.f629c.forEach(this.e); + this.f597c.setInput(this.d); + this.f597c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -32,7 +32,7 @@ public class e implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f629c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f597c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -47,7 +47,7 @@ public class e implements c { throw e; } } - this.f629c.setRadius(f); + this.f597c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -66,10 +66,10 @@ public class e implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f629c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f597c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f629c = null; + this.f597c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/i/a/b/i/a.java b/app/src/main/java/c/i/a/b/i/a.java index 3d0fb1f88a..0973962fcb 100644 --- a/app/src/main/java/c/i/a/b/i/a.java +++ b/app/src/main/java/c/i/a/b/i/a.java @@ -17,7 +17,7 @@ public final class a implements d { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f630c; + public static final String f598c; public static final Set d = Collections.unmodifiableSet(new HashSet(Arrays.asList(new b("proto"), new b("json")))); public static final a e; @NonNull @@ -29,7 +29,7 @@ public final class a implements d { String k1 = c.c.a.a0.d.k1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); b = k1; String k12 = c.c.a.a0.d.k1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); - f630c = k12; + f598c = k12; e = new a(k1, k12); } diff --git a/app/src/main/java/c/i/a/b/i/b.java b/app/src/main/java/c/i/a/b/i/b.java index ebe1dea1ef..9b728c6a42 100644 --- a/app/src/main/java/c/i/a/b/i/b.java +++ b/app/src/main/java/c/i/a/b/i/b.java @@ -43,7 +43,7 @@ public final /* synthetic */ class b { httpURLConnection.setRequestProperty("Content-Encoding", "gzip"); httpURLConnection.setRequestProperty("Content-Type", RestAPIBuilder.CONTENT_TYPE_JSON); httpURLConnection.setRequestProperty("Accept-Encoding", "gzip"); - String str = aVar.f632c; + String str = aVar.f600c; if (str != null) { httpURLConnection.setRequestProperty("X-Goog-Api-Key", str); } diff --git a/app/src/main/java/c/i/a/b/i/d.java b/app/src/main/java/c/i/a/b/i/d.java index a2b8e502c8..1283ad16b7 100644 --- a/app/src/main/java/c/i/a/b/i/d.java +++ b/app/src/main/java/c/i/a/b/i/d.java @@ -39,7 +39,7 @@ public final class d implements m { public final ConnectivityManager b; /* renamed from: c reason: collision with root package name */ - public final Context f631c; + public final Context f599c; public final URL d = c(a.a); public final c.i.a.b.j.v.a e; public final c.i.a.b.j.v.a f; @@ -52,12 +52,12 @@ public final class d implements m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f632c; + public final String f600c; public a(URL url, j jVar, @Nullable String str) { this.a = url; this.b = jVar; - this.f632c = str; + this.f600c = str; } } @@ -68,12 +68,12 @@ public final class d implements m { public final URL b; /* renamed from: c reason: collision with root package name */ - public final long f633c; + public final long f601c; public b(int i, @Nullable URL url, long j) { this.a = i; this.b = url; - this.f633c = j; + this.f601c = j; } } @@ -82,7 +82,7 @@ public final class d implements m { ((c.i.a.b.i.e.b) c.i.a.b.i.e.b.a).a(eVar); eVar.e = true; this.a = new c.i.c.p.h.d(eVar); - this.f631c = context; + this.f599c = context; this.b = (ConnectivityManager) context.getSystemService("connectivity"); this.e = aVar2; this.f = aVar; @@ -158,7 +158,7 @@ public final class d implements m { aVar3 = aVar2; } bVar.a = Long.valueOf(fVar4.e()); - bVar.f636c = Long.valueOf(fVar4.h()); + bVar.f604c = Long.valueOf(fVar4.h()); String str4 = fVar4.b().get("tz-offset"); bVar.f = Long.valueOf(str4 == null ? 0 : Long.valueOf(str4).longValue()); aVar2 = aVar3; @@ -167,14 +167,14 @@ public final class d implements m { bVar.b = fVar4.c(); } String str5 = bVar.a == null ? " eventTimeMs" : ""; - if (bVar.f636c == null) { + if (bVar.f604c == null) { str5 = c.d.b.a.a.u(str5, " eventUptimeMs"); } if (bVar.f == null) { str5 = c.d.b.a.a.u(str5, " timezoneOffsetSeconds"); } if (str5.isEmpty()) { - arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f636c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); + arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f604c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); it2 = it2; it = it; aVar3 = aVar2; @@ -215,7 +215,7 @@ public final class d implements m { b bVar3 = (b) c.c.a.a0.d.T1(5, new a(url, dVar, str2), new b(this), c.a); int i = bVar3.a; if (i == 200) { - return new c.i.a.b.j.q.b(g.a.OK, bVar3.f633c); + return new c.i.a.b.j.q.b(g.a.OK, bVar3.f601c); } if (i < 500) { if (i != 404) { @@ -270,8 +270,8 @@ public final class d implements m { i2.c().put("mobile-subtype", String.valueOf(i)); i2.c().put("country", Locale.getDefault().getCountry()); i2.c().put("locale", Locale.getDefault().getLanguage()); - i2.c().put("mcc_mnc", ((TelephonyManager) this.f631c.getSystemService("phone")).getSimOperator()); - Context context = this.f631c; + i2.c().put("mcc_mnc", ((TelephonyManager) this.f599c.getSystemService("phone")).getSimOperator()); + Context context = this.f599c; try { i3 = context.getPackageManager().getPackageInfo(context.getPackageName(), 0).versionCode; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/b/i/e/b.java b/app/src/main/java/c/i/a/b/i/e/b.java index d7d04a5d39..2995fc957e 100644 --- a/app/src/main/java/c/i/a/b/i/e/b.java +++ b/app/src/main/java/c/i/a/b/i/e/b.java @@ -111,33 +111,33 @@ public final class b implements c.i.c.p.g.a { C0079b bVar2 = C0079b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(j.class, bVar2); - eVar.f1444c.remove(j.class); + eVar.f1370c.remove(j.class); eVar.b.put(d.class, bVar2); - eVar.f1444c.remove(d.class); + eVar.f1370c.remove(d.class); e eVar2 = e.a; eVar.b.put(m.class, eVar2); - eVar.f1444c.remove(m.class); + eVar.f1370c.remove(m.class); eVar.b.put(g.class, eVar2); - eVar.f1444c.remove(g.class); + eVar.f1370c.remove(g.class); c cVar = c.a; eVar.b.put(k.class, cVar); - eVar.f1444c.remove(k.class); + eVar.f1370c.remove(k.class); eVar.b.put(e.class, cVar); - eVar.f1444c.remove(e.class); + eVar.f1370c.remove(e.class); a aVar = a.a; eVar.b.put(a.class, aVar); - eVar.f1444c.remove(a.class); + eVar.f1370c.remove(a.class); eVar.b.put(c.class, aVar); - eVar.f1444c.remove(c.class); + eVar.f1370c.remove(c.class); d dVar = d.a; eVar.b.put(l.class, dVar); - eVar.f1444c.remove(l.class); + eVar.f1370c.remove(l.class); eVar.b.put(f.class, dVar); - eVar.f1444c.remove(f.class); + eVar.f1370c.remove(f.class); f fVar = f.a; eVar.b.put(o.class, fVar); - eVar.f1444c.remove(o.class); + eVar.f1370c.remove(o.class); eVar.b.put(i.class, fVar); - eVar.f1444c.remove(i.class); + eVar.f1370c.remove(i.class); } } diff --git a/app/src/main/java/c/i/a/b/i/e/c.java b/app/src/main/java/c/i/a/b/i/e/c.java index 57fcb2cf9e..8f43077641 100644 --- a/app/src/main/java/c/i/a/b/i/e/c.java +++ b/app/src/main/java/c/i/a/b/i/e/c.java @@ -7,7 +7,7 @@ public final class c extends a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f634c; + public final String f602c; public final String d; public final String e; public final String f; @@ -21,7 +21,7 @@ public final class c extends a { public c(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, a aVar) { this.a = num; this.b = str; - this.f634c = str2; + this.f602c = str2; this.d = str3; this.e = str4; this.f = str5; @@ -60,7 +60,7 @@ public final class c extends a { @Override // c.i.a.b.i.e.a @Nullable public String e() { - return this.f634c; + return this.f602c; } public boolean equals(Object obj) { @@ -75,7 +75,7 @@ public final class c extends a { if (num != null ? num.equals(aVar.l()) : aVar.l() == null) { String str = this.b; if (str != null ? str.equals(aVar.i()) : aVar.i() == null) { - String str2 = this.f634c; + String str2 = this.f602c; if (str2 != null ? str2.equals(aVar.e()) : aVar.e() == null) { String str3 = this.d; if (str3 != null ? str3.equals(aVar.c()) : aVar.c() == null) { @@ -139,7 +139,7 @@ public final class c extends a { int hashCode = ((num == null ? 0 : num.hashCode()) ^ 1000003) * 1000003; String str = this.b; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; - String str2 = this.f634c; + String str2 = this.f602c; int hashCode3 = (hashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.d; int hashCode4 = (hashCode3 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; @@ -194,7 +194,7 @@ public final class c extends a { O.append(", model="); O.append(this.b); O.append(", hardware="); - O.append(this.f634c); + O.append(this.f602c); O.append(", device="); O.append(this.d); O.append(", product="); diff --git a/app/src/main/java/c/i/a/b/i/e/f.java b/app/src/main/java/c/i/a/b/i/e/f.java index a83c403834..1d3ff01653 100644 --- a/app/src/main/java/c/i/a/b/i/e/f.java +++ b/app/src/main/java/c/i/a/b/i/e/f.java @@ -9,7 +9,7 @@ public final class f extends l { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final long f635c; + public final long f603c; public final byte[] d; public final String e; public final long f; @@ -21,7 +21,7 @@ public final class f extends l { public Integer b; /* renamed from: c reason: collision with root package name */ - public Long f636c; + public Long f604c; public byte[] d; public String e; public Long f; @@ -31,7 +31,7 @@ public final class f extends l { public f(long j, Integer num, long j2, byte[] bArr, String str, long j3, o oVar, a aVar) { this.a = j; this.b = num; - this.f635c = j2; + this.f603c = j2; this.d = bArr; this.e = str; this.f = j3; @@ -51,7 +51,7 @@ public final class f extends l { @Override // c.i.a.b.i.e.l public long c() { - return this.f635c; + return this.f603c; } @Override // c.i.a.b.i.e.l @@ -76,7 +76,7 @@ public final class f extends l { return false; } l lVar = (l) obj; - if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f635c == lVar.c()) { + if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f603c == lVar.c()) { if (Arrays.equals(this.d, lVar instanceof f ? ((f) lVar).d : lVar.e()) && ((str = this.e) != null ? str.equals(lVar.f()) : lVar.f() == null) && this.f == lVar.g()) { o oVar = this.g; if (oVar == null) { @@ -108,7 +108,7 @@ public final class f extends l { Integer num = this.b; int i2 = 0; int hashCode = num == null ? 0 : num.hashCode(); - long j2 = this.f635c; + long j2 = this.f603c; int hashCode2 = (((((i ^ hashCode) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.d)) * 1000003; String str = this.e; int hashCode3 = str == null ? 0 : str.hashCode(); @@ -127,7 +127,7 @@ public final class f extends l { O.append(", eventCode="); O.append(this.b); O.append(", eventUptimeMs="); - O.append(this.f635c); + O.append(this.f603c); O.append(", sourceExtension="); O.append(Arrays.toString(this.d)); O.append(", sourceExtensionJsonProto3="); diff --git a/app/src/main/java/c/i/a/b/i/e/g.java b/app/src/main/java/c/i/a/b/i/e/g.java index c3557dc509..e095ee0d2a 100644 --- a/app/src/main/java/c/i/a/b/i/e/g.java +++ b/app/src/main/java/c/i/a/b/i/e/g.java @@ -8,7 +8,7 @@ public final class g extends m { public final long b; /* renamed from: c reason: collision with root package name */ - public final k f637c; + public final k f605c; public final Integer d; public final String e; public final List f; @@ -17,7 +17,7 @@ public final class g extends m { public g(long j, long j2, k kVar, Integer num, String str, List list, p pVar, a aVar) { this.a = j; this.b = j2; - this.f637c = kVar; + this.f605c = kVar; this.d = num; this.e = str; this.f = list; @@ -27,7 +27,7 @@ public final class g extends m { @Override // c.i.a.b.i.e.m @Nullable public k a() { - return this.f637c; + return this.f605c; } @Override // c.i.a.b.i.e.m @@ -66,7 +66,7 @@ public final class g extends m { return false; } m mVar = (m) obj; - if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f637c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { + if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f605c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { p pVar = this.g; if (pVar == null) { if (mVar.e() == null) { @@ -93,7 +93,7 @@ public final class g extends m { long j = this.a; long j2 = this.b; int i = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003; - k kVar = this.f637c; + k kVar = this.f605c; int i2 = 0; int hashCode = (i ^ (kVar == null ? 0 : kVar.hashCode())) * 1000003; Integer num = this.d; @@ -115,7 +115,7 @@ public final class g extends m { O.append(", requestUptimeMs="); O.append(this.b); O.append(", clientInfo="); - O.append(this.f637c); + O.append(this.f605c); O.append(", logSource="); O.append(this.d); O.append(", logSourceName="); diff --git a/app/src/main/java/c/i/a/b/j/a.java b/app/src/main/java/c/i/a/b/j/a.java index bedd1bf0d0..fdd0c01944 100644 --- a/app/src/main/java/c/i/a/b/j/a.java +++ b/app/src/main/java/c/i/a/b/j/a.java @@ -10,7 +10,7 @@ public final class a extends f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final e f648c; + public final e f614c; public final long d; public final long e; public final Map f; @@ -21,7 +21,7 @@ public final class a extends f { public Integer b; /* renamed from: c reason: collision with root package name */ - public e f649c; + public e f615c; public Long d; public Long e; public Map f; @@ -29,7 +29,7 @@ public final class a extends f { @Override // c.i.a.b.j.f.a public f b() { String str = this.a == null ? " transportName" : ""; - if (this.f649c == null) { + if (this.f615c == null) { str = c.d.b.a.a.u(str, " encodedPayload"); } if (this.d == null) { @@ -42,7 +42,7 @@ public final class a extends f { str = c.d.b.a.a.u(str, " autoMetadata"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f649c, this.d.longValue(), this.e.longValue(), this.f, null); + return new a(this.a, this.b, this.f615c, this.d.longValue(), this.e.longValue(), this.f, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -58,7 +58,7 @@ public final class a extends f { public f.a d(e eVar) { Objects.requireNonNull(eVar, "Null encodedPayload"); - this.f649c = eVar; + this.f615c = eVar; return this; } @@ -82,7 +82,7 @@ public final class a extends f { public a(String str, Integer num, e eVar, long j, long j2, Map map, C0080a aVar) { this.a = str; this.b = num; - this.f648c = eVar; + this.f614c = eVar; this.d = j; this.e = j2; this.f = map; @@ -101,7 +101,7 @@ public final class a extends f { @Override // c.i.a.b.j.f public e d() { - return this.f648c; + return this.f614c; } @Override // c.i.a.b.j.f @@ -118,7 +118,7 @@ public final class a extends f { return false; } f fVar = (f) obj; - return this.a.equals(fVar.g()) && ((num = this.b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.f648c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); + return this.a.equals(fVar.g()) && ((num = this.b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.f614c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); } @Override // c.i.a.b.j.f @@ -137,7 +137,7 @@ public final class a extends f { int hashCode2 = num == null ? 0 : num.hashCode(); long j = this.d; long j2 = this.e; - return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f648c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); + return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f614c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); } public String toString() { @@ -146,7 +146,7 @@ public final class a extends f { O.append(", code="); O.append(this.b); O.append(", encodedPayload="); - O.append(this.f648c); + O.append(this.f614c); O.append(", eventMillis="); O.append(this.d); O.append(", uptimeMillis="); diff --git a/app/src/main/java/c/i/a/b/j/b.java b/app/src/main/java/c/i/a/b/j/b.java index 2529c9e8e6..d349570112 100644 --- a/app/src/main/java/c/i/a/b/j/b.java +++ b/app/src/main/java/c/i/a/b/j/b.java @@ -12,7 +12,7 @@ public final class b extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final d f650c; + public final d f616c; /* compiled from: AutoValue_TransportContext */ /* renamed from: c.i.a.b.j.b$b reason: collision with other inner class name */ @@ -21,16 +21,16 @@ public final class b extends i { public byte[] b; /* renamed from: c reason: collision with root package name */ - public d f651c; + public d f617c; @Override // c.i.a.b.j.i.a public i a() { String str = this.a == null ? " backendName" : ""; - if (this.f651c == null) { + if (this.f617c == null) { str = c.d.b.a.a.u(str, " priority"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f651c, null); + return new b(this.a, this.b, this.f617c, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -45,7 +45,7 @@ public final class b extends i { @Override // c.i.a.b.j.i.a public i.a c(d dVar) { Objects.requireNonNull(dVar, "Null priority"); - this.f651c = dVar; + this.f617c = dVar; return this; } } @@ -53,7 +53,7 @@ public final class b extends i { public b(String str, byte[] bArr, d dVar, a aVar) { this.a = str; this.b = bArr; - this.f650c = dVar; + this.f616c = dVar; } @Override // c.i.a.b.j.i @@ -70,7 +70,7 @@ public final class b extends i { @Override // c.i.a.b.j.i @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public d d() { - return this.f650c; + return this.f616c; } public boolean equals(Object obj) { @@ -82,7 +82,7 @@ public final class b extends i { } i iVar = (i) obj; if (this.a.equals(iVar.b())) { - if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f650c.equals(iVar.d())) { + if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f616c.equals(iVar.d())) { return true; } } @@ -90,6 +90,6 @@ public final class b extends i { } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f650c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f616c.hashCode(); } } diff --git a/app/src/main/java/c/i/a/b/j/c.java b/app/src/main/java/c/i/a/b/j/c.java index 38566a6e1b..00a956b0ce 100644 --- a/app/src/main/java/c/i/a/b/j/c.java +++ b/app/src/main/java/c/i/a/b/j/c.java @@ -23,23 +23,23 @@ import java.util.Objects; import java.util.concurrent.Executor; /* compiled from: DaggerTransportRuntimeComponent */ public final class c extends o { - public b0.a.a i; - public b0.a.a j; - public b0.a.a k; - public b0.a.a l; - public b0.a.a m; - public b0.a.a n; - public b0.a.a o; - public b0.a.a p; - public b0.a.a q; + public c0.a.a i; + public c0.a.a j; + public c0.a.a k; + public c0.a.a l; + public c0.a.a m; + public c0.a.a n; + public c0.a.a o; + public c0.a.a p; + public c0.a.a q; + public c0.a.a r; - /* renamed from: r reason: collision with root package name */ - public b0.a.a f652r; - public b0.a.a

s; - public b0.a.a t; + /* renamed from: s reason: collision with root package name */ + public c0.a.a

f618s; + public c0.a.a t; public c(Context context, a aVar) { - b0.a.a aVar2 = g.a.a; + c0.a.a aVar2 = g.a.a; Object obj = c.i.a.b.j.r.a.a.a; this.i = !(aVar2 instanceof c.i.a.b.j.r.a.a) ? new c.i.a.b.j.r.a.a(aVar2) : aVar2; Objects.requireNonNull(context, "instance cannot be null"); @@ -49,27 +49,27 @@ public final class c extends o { c.i.a.b.j.v.c cVar = c.a.a; j jVar = new j(bVar, bVar2, cVar); this.k = jVar; - b0.a.a lVar = new c.i.a.b.j.q.l(bVar, jVar); + c0.a.a lVar = new c.i.a.b.j.q.l(bVar, jVar); this.l = !(lVar instanceof c.i.a.b.j.r.a.a) ? new c.i.a.b.j.r.a.a(lVar) : lVar; a0 a0Var = new a0(this.j, e.a.a, f.a.a); this.m = a0Var; u uVar = new u(bVar2, cVar, g.a.a, a0Var); - b0.a.a aVar3 = uVar instanceof c.i.a.b.j.r.a.a ? uVar : new c.i.a.b.j.r.a.a<>(uVar); + c0.a.a aVar3 = uVar instanceof c.i.a.b.j.r.a.a ? uVar : new c.i.a.b.j.r.a.a<>(uVar); this.n = aVar3; c.i.a.b.j.t.f fVar = new c.i.a.b.j.t.f(bVar2); this.o = fVar; - b0.a.a aVar4 = this.j; + c0.a.a aVar4 = this.j; c.i.a.b.j.t.g gVar = new c.i.a.b.j.t.g(aVar4, aVar3, fVar, cVar); this.p = gVar; - b0.a.a aVar5 = this.i; - b0.a.a aVar6 = this.l; + c0.a.a aVar5 = this.i; + c0.a.a aVar6 = this.l; d dVar = new d(aVar5, aVar6, gVar, aVar3, aVar3); this.q = dVar; m mVar = new m(aVar4, aVar6, aVar3, gVar, aVar5, aVar3, bVar2); - this.f652r = mVar; + this.r = mVar; q qVar = new q(aVar5, aVar3, gVar, aVar3); - this.s = qVar; - b0.a.a pVar = new p(bVar2, cVar, dVar, mVar, qVar); + this.f618s = qVar; + c0.a.a pVar = new p(bVar2, cVar, dVar, mVar, qVar); this.t = !(pVar instanceof c.i.a.b.j.r.a.a) ? new c.i.a.b.j.r.a.a(pVar) : pVar; } } diff --git a/app/src/main/java/c/i/a/b/j/g.java b/app/src/main/java/c/i/a/b/j/g.java index fc70c65a40..30d79e5c86 100644 --- a/app/src/main/java/c/i/a/b/j/g.java +++ b/app/src/main/java/c/i/a/b/j/g.java @@ -2,14 +2,14 @@ package c.i.a.b.j; import java.util.concurrent.Executors; /* compiled from: ExecutionModule_ExecutorFactory */ -public final class g implements b0.a.a { +public final class g implements c0.a.a { /* compiled from: ExecutionModule_ExecutorFactory */ public static final class a { public static final g a = new g(); } - @Override // b0.a.a + @Override // c0.a.a public Object get() { return new h(Executors.newSingleThreadExecutor()); } diff --git a/app/src/main/java/c/i/a/b/j/j.java b/app/src/main/java/c/i/a/b/j/j.java index a563a9b987..0a41acbd81 100644 --- a/app/src/main/java/c/i/a/b/j/j.java +++ b/app/src/main/java/c/i/a/b/j/j.java @@ -11,18 +11,18 @@ public final class j implements g { public final i b; /* renamed from: c reason: collision with root package name */ - public final m f653c; + public final m f619c; public j(Set set, i iVar, m mVar) { this.a = set; this.b = iVar; - this.f653c = mVar; + this.f619c = mVar; } @Override // c.i.a.b.g public f a(String str, Class cls, b bVar, e eVar) { if (this.a.contains(bVar)) { - return new l(this.b, str, bVar, eVar, this.f653c); + return new l(this.b, str, bVar, eVar, this.f619c); } throw new IllegalArgumentException(String.format("%s is not supported byt this factory. Supported encodings are: %s.", bVar, this.a)); } diff --git a/app/src/main/java/c/i/a/b/j/l.java b/app/src/main/java/c/i/a/b/j/l.java index e789ed6d44..cae42faf14 100644 --- a/app/src/main/java/c/i/a/b/j/l.java +++ b/app/src/main/java/c/i/a/b/j/l.java @@ -17,14 +17,14 @@ public final class l implements f { public final String b; /* renamed from: c reason: collision with root package name */ - public final b f654c; + public final b f620c; public final e d; public final m e; public l(i iVar, String str, b bVar, e eVar, m mVar) { this.a = iVar; this.b = str; - this.f654c = bVar; + this.f620c = bVar; this.d = eVar; this.e = mVar; } @@ -44,7 +44,7 @@ public final class l implements f { Objects.requireNonNull(str, "Null transportName"); e eVar = this.d; Objects.requireNonNull(eVar, "Null transformer"); - b bVar = this.f654c; + b bVar = this.f620c; Objects.requireNonNull(bVar, "Null encoding"); n nVar = (n) mVar; c.i.a.b.j.t.e eVar2 = nVar.d; @@ -58,7 +58,7 @@ public final class l implements f { a.b bVar3 = new a.b(); bVar3.f = new HashMap(); bVar3.e(nVar.b.a()); - bVar3.g(nVar.f655c.a()); + bVar3.g(nVar.f621c.a()); bVar3.f(str); bVar3.d(new e(bVar, eVar.apply(cVar.b()))); bVar3.b = cVar.a(); diff --git a/app/src/main/java/c/i/a/b/j/n.java b/app/src/main/java/c/i/a/b/j/n.java index 5e9f1bec0f..46a6e0f13e 100644 --- a/app/src/main/java/c/i/a/b/j/n.java +++ b/app/src/main/java/c/i/a/b/j/n.java @@ -18,13 +18,13 @@ public class n implements m { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f655c; + public final a f621c; public final e d; public final l e; public n(a aVar, a aVar2, e eVar, l lVar, p pVar) { this.b = aVar; - this.f655c = aVar2; + this.f621c = aVar2; this.d = eVar; this.e = lVar; pVar.a.execute(new c.i.a.b.j.t.h.n(pVar)); diff --git a/app/src/main/java/c/i/a/b/j/p.java b/app/src/main/java/c/i/a/b/j/p.java index d84d87b7b0..6241a54dc3 100644 --- a/app/src/main/java/c/i/a/b/j/p.java +++ b/app/src/main/java/c/i/a/b/j/p.java @@ -1,28 +1,28 @@ package c.i.a.b.j; -import b0.a.a; import c.i.a.b.j.t.e; import c.i.a.b.j.t.h.l; +import c0.a.a; /* compiled from: TransportRuntime_Factory */ public final class p implements a { public final a a; public final a b; /* renamed from: c reason: collision with root package name */ - public final a f656c; + public final a f622c; public final a d; public final a e; public p(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; this.b = aVar2; - this.f656c = aVar3; + this.f622c = aVar3; this.d = aVar4; this.e = aVar5; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new n(this.a.get(), this.b.get(), this.f656c.get(), this.d.get(), this.e.get()); + return new n(this.a.get(), this.b.get(), this.f622c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/q/c.java b/app/src/main/java/c/i/a/b/j/q/c.java index 7d78a28f32..4c7d00c589 100644 --- a/app/src/main/java/c/i/a/b/j/q/c.java +++ b/app/src/main/java/c/i/a/b/j/q/c.java @@ -10,7 +10,7 @@ public final class c extends h { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f657c; + public final a f623c; public final String d; public c(Context context, a aVar, a aVar2, String str) { @@ -19,7 +19,7 @@ public final class c extends h { Objects.requireNonNull(aVar, "Null wallClock"); this.b = aVar; Objects.requireNonNull(aVar2, "Null monotonicClock"); - this.f657c = aVar2; + this.f623c = aVar2; Objects.requireNonNull(str, "Null backendName"); this.d = str; } @@ -37,7 +37,7 @@ public final class c extends h { @Override // c.i.a.b.j.q.h public a c() { - return this.f657c; + return this.f623c; } @Override // c.i.a.b.j.q.h @@ -53,11 +53,11 @@ public final class c extends h { return false; } h hVar = (h) obj; - return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f657c.equals(hVar.c()) && this.d.equals(hVar.b()); + return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f623c.equals(hVar.c()) && this.d.equals(hVar.b()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f657c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f623c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { @@ -66,7 +66,7 @@ public final class c extends h { O.append(", wallClock="); O.append(this.b); O.append(", monotonicClock="); - O.append(this.f657c); + O.append(this.f623c); O.append(", backendName="); return c.d.b.a.a.G(O, this.d, "}"); } diff --git a/app/src/main/java/c/i/a/b/j/q/i.java b/app/src/main/java/c/i/a/b/j/q/i.java index d5e7734ac6..e83e34ab1c 100644 --- a/app/src/main/java/c/i/a/b/j/q/i.java +++ b/app/src/main/java/c/i/a/b/j/q/i.java @@ -8,11 +8,11 @@ public class i { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f658c; + public final a f624c; public i(Context context, a aVar, a aVar2) { this.a = context; this.b = aVar; - this.f658c = aVar2; + this.f624c = aVar2; } } diff --git a/app/src/main/java/c/i/a/b/j/q/j.java b/app/src/main/java/c/i/a/b/j/q/j.java index 8be46316da..f636058999 100644 --- a/app/src/main/java/c/i/a/b/j/q/j.java +++ b/app/src/main/java/c/i/a/b/j/q/j.java @@ -1,23 +1,23 @@ package c.i.a.b.j.q; import android.content.Context; -import b0.a.a; +import c0.a.a; /* compiled from: CreationContextFactory_Factory */ public final class j implements a { public final a a; public final a b; /* renamed from: c reason: collision with root package name */ - public final a f659c; + public final a f625c; public j(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f659c = aVar3; + this.f625c = aVar3; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new i(this.a.get(), this.b.get(), this.f659c.get()); + return new i(this.a.get(), this.b.get(), this.f625c.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/q/k.java b/app/src/main/java/c/i/a/b/j/q/k.java index 942d5d9c10..32ecbc918b 100644 --- a/app/src/main/java/c/i/a/b/j/q/k.java +++ b/app/src/main/java/c/i/a/b/j/q/k.java @@ -18,7 +18,7 @@ public class k implements e { public final i b; /* renamed from: c reason: collision with root package name */ - public final Map f660c = new HashMap(); + public final Map f626c = new HashMap(); /* compiled from: MetadataBackendRegistry */ public static class a { @@ -110,16 +110,16 @@ public class k implements e { @Override // c.i.a.b.j.q.e @Nullable public synchronized m get(String str) { - if (this.f660c.containsKey(str)) { - return this.f660c.get(str); + if (this.f626c.containsKey(str)) { + return this.f626c.get(str); } d a2 = this.a.a(str); if (a2 == null) { return null; } i iVar = this.b; - m create = a2.create(new c(iVar.a, iVar.b, iVar.f658c, str)); - this.f660c.put(str, create); + m create = a2.create(new c(iVar.a, iVar.b, iVar.f624c, str)); + this.f626c.put(str, create); return create; } } diff --git a/app/src/main/java/c/i/a/b/j/q/l.java b/app/src/main/java/c/i/a/b/j/q/l.java index db71d208be..d036d6a581 100644 --- a/app/src/main/java/c/i/a/b/j/q/l.java +++ b/app/src/main/java/c/i/a/b/j/q/l.java @@ -1,7 +1,7 @@ package c.i.a.b.j.q; import android.content.Context; -import b0.a.a; +import c0.a.a; /* compiled from: MetadataBackendRegistry_Factory */ public final class l implements a { public final a a; @@ -12,7 +12,7 @@ public final class l implements a { this.b = aVar2; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { return new k(this.a.get(), this.b.get()); } diff --git a/app/src/main/java/c/i/a/b/j/r/a/a.java b/app/src/main/java/c/i/a/b/j/r/a/a.java index 167e282c32..a8bb763755 100644 --- a/app/src/main/java/c/i/a/b/j/r/a/a.java +++ b/app/src/main/java/c/i/a/b/j/r/a/a.java @@ -1,13 +1,13 @@ package c.i.a.b.j.r.a; /* compiled from: DoubleCheck */ -public final class a implements b0.a.a { +public final class a implements c0.a.a { public static final Object a = new Object(); - public volatile b0.a.a b; + public volatile c0.a.a b; /* renamed from: c reason: collision with root package name */ - public volatile Object f661c = a; + public volatile Object f627c = a; - public a(b0.a.a aVar) { + public a(c0.a.a aVar) { this.b = aVar; } @@ -18,17 +18,17 @@ public final class a implements b0.a.a { throw new IllegalStateException("Scoped provider was invoked recursively returning different results: " + obj + " & " + obj2 + ". This is likely due to a circular dependency."); } - @Override // b0.a.a + @Override // c0.a.a public T get() { - T t = (T) this.f661c; + T t = (T) this.f627c; Object obj = a; if (t == obj) { synchronized (this) { - t = this.f661c; + t = this.f627c; if (t == obj) { t = this.b.get(); - a(this.f661c, t); - this.f661c = t; + a(this.f627c, t); + this.f627c = t; this.b = null; } } diff --git a/app/src/main/java/c/i/a/b/j/r/a/b.java b/app/src/main/java/c/i/a/b/j/r/a/b.java index e3a4708f26..e0687edac7 100644 --- a/app/src/main/java/c/i/a/b/j/r/a/b.java +++ b/app/src/main/java/c/i/a/b/j/r/a/b.java @@ -1,6 +1,6 @@ package c.i.a.b.j.r.a; -import b0.a.a; +import c0.a.a; /* compiled from: InstanceFactory */ public final class b implements a { public final T a; @@ -9,7 +9,7 @@ public final class b implements a { this.a = t; } - @Override // b0.a.a + @Override // c0.a.a public T get() { return this.a; } diff --git a/app/src/main/java/c/i/a/b/j/t/b.java b/app/src/main/java/c/i/a/b/j/t/b.java index c9bdb00502..6f4e21e29d 100644 --- a/app/src/main/java/c/i/a/b/j/t/b.java +++ b/app/src/main/java/c/i/a/b/j/t/b.java @@ -9,19 +9,19 @@ public final /* synthetic */ class b implements a.AbstractC0085a { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f662c; + public final f f628c; public b(c cVar, i iVar, f fVar) { this.a = cVar; this.b = iVar; - this.f662c = fVar; + this.f628c = fVar; } @Override // c.i.a.b.j.u.a.AbstractC0085a public Object execute() { c cVar = this.a; i iVar = this.b; - cVar.e.Z(iVar, this.f662c); + cVar.e.Z(iVar, this.f628c); cVar.b.a(iVar, 1); return null; } diff --git a/app/src/main/java/c/i/a/b/j/t/c.java b/app/src/main/java/c/i/a/b/j/t/c.java index 5e8e6896e4..d41641b9a1 100644 --- a/app/src/main/java/c/i/a/b/j/t/c.java +++ b/app/src/main/java/c/i/a/b/j/t/c.java @@ -15,13 +15,13 @@ public class c implements e { public final r b; /* renamed from: c reason: collision with root package name */ - public final Executor f663c; + public final Executor f629c; public final e d; public final c.i.a.b.j.t.i.c e; public final a f; public c(Executor executor, e eVar, r rVar, c.i.a.b.j.t.i.c cVar, a aVar) { - this.f663c = executor; + this.f629c = executor; this.d = eVar; this.b = rVar; this.e = cVar; @@ -30,6 +30,6 @@ public class c implements e { @Override // c.i.a.b.j.t.e public void a(i iVar, f fVar, h hVar) { - this.f663c.execute(new a(this, iVar, hVar, fVar)); + this.f629c.execute(new a(this, iVar, hVar, fVar)); } } diff --git a/app/src/main/java/c/i/a/b/j/t/d.java b/app/src/main/java/c/i/a/b/j/t/d.java index e72476fe48..87f5d0b210 100644 --- a/app/src/main/java/c/i/a/b/j/t/d.java +++ b/app/src/main/java/c/i/a/b/j/t/d.java @@ -1,9 +1,9 @@ package c.i.a.b.j.t; -import b0.a.a; import c.i.a.b.j.q.e; import c.i.a.b.j.t.h.r; import c.i.a.b.j.t.i.c; +import c0.a.a; import java.util.concurrent.Executor; /* compiled from: DefaultScheduler_Factory */ public final class d implements a { @@ -11,20 +11,20 @@ public final class d implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f664c; + public final a f630c; public final a d; public final a e; public d(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; this.b = aVar2; - this.f664c = aVar3; + this.f630c = aVar3; this.d = aVar4; this.e = aVar5; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new c(this.a.get(), this.b.get(), this.f664c.get(), this.d.get(), this.e.get()); + return new c(this.a.get(), this.b.get(), this.f630c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/f.java b/app/src/main/java/c/i/a/b/j/t/f.java index 312579de63..1f5f03bf56 100644 --- a/app/src/main/java/c/i/a/b/j/t/f.java +++ b/app/src/main/java/c/i/a/b/j/t/f.java @@ -1,10 +1,10 @@ package c.i.a.b.j.t; -import b0.a.a; import c.i.a.b.d; import c.i.a.b.j.t.h.b; import c.i.a.b.j.t.h.c; import c.i.a.b.j.t.h.f; +import c0.a.a; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; @@ -19,7 +19,7 @@ public final class f implements a { this.a = aVar; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { c.i.a.b.j.v.a aVar = this.a.get(); HashMap hashMap = new HashMap(); @@ -40,7 +40,7 @@ public final class f implements a { Set unmodifiableSet = Collections.unmodifiableSet(new HashSet(Arrays.asList(f.b.NETWORK_UNMETERED, f.b.DEVICE_IDLE))); c.b bVar = (c.b) a3; Objects.requireNonNull(unmodifiableSet, "Null flags"); - bVar.f667c = unmodifiableSet; + bVar.f633c = unmodifiableSet; hashMap.put(dVar3, bVar.a()); Objects.requireNonNull(aVar, "missing required property: clock"); int size = hashMap.keySet().size(); diff --git a/app/src/main/java/c/i/a/b/j/t/g.java b/app/src/main/java/c/i/a/b/j/t/g.java index 503d597d73..766da7d6ac 100644 --- a/app/src/main/java/c/i/a/b/j/t/g.java +++ b/app/src/main/java/c/i/a/b/j/t/g.java @@ -1,29 +1,29 @@ package c.i.a.b.j.t; import android.content.Context; -import b0.a.a; import c.i.a.b.j.t.h.d; import c.i.a.b.j.t.h.f; import c.i.a.b.j.t.i.c; +import c0.a.a; /* compiled from: SchedulingModule_WorkSchedulerFactory */ public final class g implements a { public final a a; public final a b; /* renamed from: c reason: collision with root package name */ - public final a f665c; + public final a f631c; public final a d; public g(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f665c = aVar3; + this.f631c = aVar3; this.d = aVar4; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { this.d.get(); - return new d(this.a.get(), this.b.get(), this.f665c.get()); + return new d(this.a.get(), this.b.get(), this.f631c.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/c.java b/app/src/main/java/c/i/a/b/j/t/h/c.java index 24b4feae00..873559215b 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/c.java +++ b/app/src/main/java/c/i/a/b/j/t/h/c.java @@ -8,7 +8,7 @@ public final class c extends f.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final Set f666c; + public final Set f632c; /* compiled from: AutoValue_SchedulerConfig_ConfigValue */ public static final class b extends f.a.AbstractC0083a { @@ -16,7 +16,7 @@ public final class c extends f.a { public Long b; /* renamed from: c reason: collision with root package name */ - public Set f667c; + public Set f633c; @Override // c.i.a.b.j.t.h.f.a.AbstractC0083a public f.a a() { @@ -24,11 +24,11 @@ public final class c extends f.a { if (this.b == null) { str = c.d.b.a.a.u(str, " maxAllowedDelay"); } - if (this.f667c == null) { + if (this.f633c == null) { str = c.d.b.a.a.u(str, " flags"); } if (str.isEmpty()) { - return new c(this.a.longValue(), this.b.longValue(), this.f667c, null); + return new c(this.a.longValue(), this.b.longValue(), this.f633c, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -49,7 +49,7 @@ public final class c extends f.a { public c(long j, long j2, Set set, a aVar) { this.a = j; this.b = j2; - this.f666c = set; + this.f632c = set; } @Override // c.i.a.b.j.t.h.f.a @@ -59,7 +59,7 @@ public final class c extends f.a { @Override // c.i.a.b.j.t.h.f.a public Set c() { - return this.f666c; + return this.f632c; } @Override // c.i.a.b.j.t.h.f.a @@ -75,13 +75,13 @@ public final class c extends f.a { return false; } f.a aVar = (f.a) obj; - return this.a == aVar.b() && this.b == aVar.d() && this.f666c.equals(aVar.c()); + return this.a == aVar.b() && this.b == aVar.d() && this.f632c.equals(aVar.c()); } public int hashCode() { long j = this.a; long j2 = this.b; - return this.f666c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f632c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { @@ -90,7 +90,7 @@ public final class c extends f.a { O.append(", maxAllowedDelay="); O.append(this.b); O.append(", flags="); - O.append(this.f666c); + O.append(this.f632c); O.append("}"); return O.toString(); } diff --git a/app/src/main/java/c/i/a/b/j/t/h/d.java b/app/src/main/java/c/i/a/b/j/t/h/d.java index 8436bfe654..018fdfc43c 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/d.java +++ b/app/src/main/java/c/i/a/b/j/t/h/d.java @@ -26,12 +26,12 @@ public class d implements r { public final c b; /* renamed from: c reason: collision with root package name */ - public final f f668c; + public final f f634c; public d(Context context, c cVar, f fVar) { this.a = context; this.b = cVar; - this.f668c = fVar; + this.f634c = fVar; } /* JADX WARNING: Code restructure failed: missing block: B:10:0x0092, code lost: @@ -70,7 +70,7 @@ public class d implements r { return; } long g02 = this.b.g0(iVar); - f fVar = this.f668c; + f fVar = this.f634c; JobInfo.Builder builder = new JobInfo.Builder(value, componentName); c.i.a.b.d d = iVar.d(); builder.setMinimumLatency(fVar.b(d, g02, i)); @@ -102,7 +102,7 @@ public class d implements r { Object[] objArr = new Object[5]; objArr[c2] = iVar; objArr[1] = Integer.valueOf(value); - objArr[2] = Long.valueOf(this.f668c.b(iVar.d(), g02, i)); + objArr[2] = Long.valueOf(this.f634c.b(iVar.d(), g02, i)); objArr[3] = Long.valueOf(g02); objArr[4] = Integer.valueOf(i); c.c.a.a0.d.a0("JobInfoScheduler", "Scheduling upload for context %s with jobId=%d in %dms(Backend next call timestamp %d). Attempt %d", objArr); diff --git a/app/src/main/java/c/i/a/b/j/t/h/f.java b/app/src/main/java/c/i/a/b/j/t/h/f.java index 6aa5fc7a39..8c30a387a8 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/f.java +++ b/app/src/main/java/c/i/a/b/j/t/h/f.java @@ -30,7 +30,7 @@ public abstract class f { c.b bVar = new c.b(); Set emptySet = Collections.emptySet(); Objects.requireNonNull(emptySet, "Null flags"); - bVar.f667c = emptySet; + bVar.f633c = emptySet; return bVar; } diff --git a/app/src/main/java/c/i/a/b/j/t/h/g.java b/app/src/main/java/c/i/a/b/j/t/h/g.java index e39ea45af2..047122f118 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/g.java +++ b/app/src/main/java/c/i/a/b/j/t/h/g.java @@ -28,7 +28,7 @@ public final /* synthetic */ class g implements Runnable { Runnable runnable = this.l; try { a aVar = lVar.f; - c cVar = lVar.f671c; + c cVar = lVar.f637c; cVar.getClass(); aVar.a(new j(cVar)); NetworkInfo activeNetworkInfo = ((ConnectivityManager) lVar.a.getSystemService("connectivity")).getActiveNetworkInfo(); diff --git a/app/src/main/java/c/i/a/b/j/t/h/h.java b/app/src/main/java/c/i/a/b/j/t/h/h.java index fa6aa713e7..eadc61d861 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/h.java +++ b/app/src/main/java/c/i/a/b/j/t/h/h.java @@ -15,6 +15,6 @@ public final /* synthetic */ class h implements a.AbstractC0085a { @Override // c.i.a.b.j.u.a.AbstractC0085a public Object execute() { l lVar = this.a; - return lVar.f671c.q(this.b); + return lVar.f637c.q(this.b); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/i.java b/app/src/main/java/c/i/a/b/j/t/h/i.java index a8fa7ea931..d38c408fc9 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/i.java +++ b/app/src/main/java/c/i/a/b/j/t/h/i.java @@ -9,14 +9,14 @@ public final /* synthetic */ class i implements a.AbstractC0085a { public final g b; /* renamed from: c reason: collision with root package name */ - public final Iterable f669c; + public final Iterable f635c; public final c.i.a.b.j.i d; public final int e; public i(l lVar, g gVar, Iterable iterable, c.i.a.b.j.i iVar, int i) { this.a = lVar; this.b = gVar; - this.f669c = iterable; + this.f635c = iterable; this.d = iVar; this.e = i; } @@ -25,19 +25,19 @@ public final /* synthetic */ class i implements a.AbstractC0085a { public Object execute() { l lVar = this.a; g gVar = this.b; - Iterable iterable = this.f669c; + Iterable iterable = this.f635c; c.i.a.b.j.i iVar = this.d; int i = this.e; if (gVar.c() == g.a.TRANSIENT_ERROR) { - lVar.f671c.m0(iterable); + lVar.f637c.m0(iterable); lVar.d.a(iVar, i + 1); return null; } - lVar.f671c.m(iterable); + lVar.f637c.m(iterable); if (gVar.c() == g.a.OK) { - lVar.f671c.u(iVar, gVar.b() + lVar.g.a()); + lVar.f637c.u(iVar, gVar.b() + lVar.g.a()); } - if (!lVar.f671c.k0(iVar)) { + if (!lVar.f637c.k0(iVar)) { return null; } lVar.d.a(iVar, 1); diff --git a/app/src/main/java/c/i/a/b/j/t/h/k.java b/app/src/main/java/c/i/a/b/j/t/h/k.java index 39f13558b9..b6e11f7958 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/k.java +++ b/app/src/main/java/c/i/a/b/j/t/h/k.java @@ -8,18 +8,18 @@ public final /* synthetic */ class k implements a.AbstractC0085a { public final i b; /* renamed from: c reason: collision with root package name */ - public final int f670c; + public final int f636c; public k(l lVar, i iVar, int i) { this.a = lVar; this.b = iVar; - this.f670c = i; + this.f636c = i; } @Override // c.i.a.b.j.u.a.AbstractC0085a public Object execute() { l lVar = this.a; - lVar.d.a(this.b, this.f670c + 1); + lVar.d.a(this.b, this.f636c + 1); return null; } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/l.java b/app/src/main/java/c/i/a/b/j/t/h/l.java index 4c4f1f9fc5..389c3ba215 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/l.java +++ b/app/src/main/java/c/i/a/b/j/t/h/l.java @@ -17,7 +17,7 @@ public class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final c f671c; + public final c f637c; public final r d; public final Executor e; public final a f; @@ -26,7 +26,7 @@ public class l { public l(Context context, e eVar, c cVar, r rVar, Executor executor, a aVar, c.i.a.b.j.v.a aVar2) { this.a = context; this.b = eVar; - this.f671c = cVar; + this.f637c = cVar; this.d = rVar; this.e = executor; this.f = aVar; diff --git a/app/src/main/java/c/i/a/b/j/t/h/m.java b/app/src/main/java/c/i/a/b/j/t/h/m.java index c5d5a7660f..6341cff677 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/m.java +++ b/app/src/main/java/c/i/a/b/j/t/h/m.java @@ -1,9 +1,9 @@ package c.i.a.b.j.t.h; import android.content.Context; -import b0.a.a; import c.i.a.b.j.q.e; import c.i.a.b.j.t.i.c; +import c0.a.a; import java.util.concurrent.Executor; /* compiled from: Uploader_Factory */ public final class m implements a { @@ -11,7 +11,7 @@ public final class m implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f672c; + public final a f638c; public final a d; public final a e; public final a f; @@ -20,15 +20,15 @@ public final class m implements a { public m(a aVar, a aVar2, a aVar3, a aVar4, a aVar5, a aVar6, a aVar7) { this.a = aVar; this.b = aVar2; - this.f672c = aVar3; + this.f638c = aVar3; this.d = aVar4; this.e = aVar5; this.f = aVar6; this.g = aVar7; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new l(this.a.get(), this.b.get(), this.f672c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); + return new l(this.a.get(), this.b.get(), this.f638c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/o.java b/app/src/main/java/c/i/a/b/j/t/h/o.java index 209a747716..6ef79cc3c2 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/o.java +++ b/app/src/main/java/c/i/a/b/j/t/h/o.java @@ -14,7 +14,7 @@ public final /* synthetic */ class o implements a.AbstractC0085a { public Object execute() { p pVar = this.a; for (i iVar : pVar.b.y()) { - pVar.f673c.a(iVar, 1); + pVar.f639c.a(iVar, 1); } return null; } diff --git a/app/src/main/java/c/i/a/b/j/t/h/p.java b/app/src/main/java/c/i/a/b/j/t/h/p.java index 184fe9182d..3bbbc5499d 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/p.java +++ b/app/src/main/java/c/i/a/b/j/t/h/p.java @@ -9,13 +9,13 @@ public class p { public final c b; /* renamed from: c reason: collision with root package name */ - public final r f673c; + public final r f639c; public final a d; public p(Executor executor, c cVar, r rVar, a aVar) { this.a = executor; this.b = cVar; - this.f673c = rVar; + this.f639c = rVar; this.d = aVar; } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/q.java b/app/src/main/java/c/i/a/b/j/t/h/q.java index 9a11f59256..684b95230a 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/q.java +++ b/app/src/main/java/c/i/a/b/j/t/h/q.java @@ -1,7 +1,7 @@ package c.i.a.b.j.t.h; -import b0.a.a; import c.i.a.b.j.t.i.c; +import c0.a.a; import java.util.concurrent.Executor; /* compiled from: WorkInitializer_Factory */ public final class q implements a { @@ -9,18 +9,18 @@ public final class q implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f674c; + public final a f640c; public final a d; public q(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f674c = aVar3; + this.f640c = aVar3; this.d = aVar4; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new p(this.a.get(), this.b.get(), this.f674c.get(), this.d.get()); + return new p(this.a.get(), this.b.get(), this.f640c.get(), this.d.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/a.java b/app/src/main/java/c/i/a/b/j/t/i/a.java index 59d9bbb84e..d4a5b67544 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/a.java +++ b/app/src/main/java/c/i/a/b/j/t/i/a.java @@ -4,14 +4,14 @@ public final class a extends d { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f675c; + public final int f641c; public final int d; public final long e; public final int f; public a(long j, int i, int i2, long j2, int i3, C0084a aVar) { this.b = j; - this.f675c = i; + this.f641c = i; this.d = i2; this.e = j2; this.f = i3; @@ -29,7 +29,7 @@ public final class a extends d { @Override // c.i.a.b.j.t.i.d public int c() { - return this.f675c; + return this.f641c; } @Override // c.i.a.b.j.t.i.d @@ -50,20 +50,20 @@ public final class a extends d { return false; } d dVar = (d) obj; - return this.b == dVar.e() && this.f675c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); + return this.b == dVar.e() && this.f641c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); } public int hashCode() { long j = this.b; long j2 = this.e; - return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f675c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f641c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { StringBuilder O = c.d.b.a.a.O("EventStoreConfig{maxStorageSizeInBytes="); O.append(this.b); O.append(", loadBatchSize="); - O.append(this.f675c); + O.append(this.f641c); O.append(", criticalSectionEnterTimeoutMs="); O.append(this.d); O.append(", eventCleanUpAge="); diff --git a/app/src/main/java/c/i/a/b/j/t/i/a0.java b/app/src/main/java/c/i/a/b/j/t/i/a0.java index 28f12b470a..a16fe7d73c 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/a0.java +++ b/app/src/main/java/c/i/a/b/j/t/i/a0.java @@ -1,23 +1,23 @@ package c.i.a.b.j.t.i; import android.content.Context; -import b0.a.a; +import c0.a.a; /* compiled from: SchemaManager_Factory */ public final class a0 implements a { public final a a; public final a b; /* renamed from: c reason: collision with root package name */ - public final a f676c; + public final a f642c; public a0(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f676c = aVar3; + this.f642c = aVar3; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new z(this.a.get(), this.b.get(), this.f676c.get().intValue()); + return new z(this.a.get(), this.b.get(), this.f642c.get().intValue()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/b.java b/app/src/main/java/c/i/a/b/j/t/i/b.java index c72ca7b52f..68a5616e66 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/b.java +++ b/app/src/main/java/c/i/a/b/j/t/i/b.java @@ -10,19 +10,19 @@ public final class b extends h { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f677c; + public final f f643c; public b(long j, i iVar, f fVar) { this.a = j; Objects.requireNonNull(iVar, "Null transportContext"); this.b = iVar; Objects.requireNonNull(fVar, "Null event"); - this.f677c = fVar; + this.f643c = fVar; } @Override // c.i.a.b.j.t.i.h public f a() { - return this.f677c; + return this.f643c; } @Override // c.i.a.b.j.t.i.h @@ -43,12 +43,12 @@ public final class b extends h { return false; } h hVar = (h) obj; - return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f677c.equals(hVar.a()); + return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f643c.equals(hVar.a()); } public int hashCode() { long j = this.a; - return this.f677c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); + return this.f643c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); } public String toString() { @@ -57,7 +57,7 @@ public final class b extends h { O.append(", transportContext="); O.append(this.b); O.append(", event="); - O.append(this.f677c); + O.append(this.f643c); O.append("}"); return O.toString(); } diff --git a/app/src/main/java/c/i/a/b/j/t/i/e.java b/app/src/main/java/c/i/a/b/j/t/i/e.java index 681aa3a010..26b2c185ae 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/e.java +++ b/app/src/main/java/c/i/a/b/j/t/i/e.java @@ -1,13 +1,13 @@ package c.i.a.b.j.t.i; /* compiled from: EventStoreModule_DbNameFactory */ -public final class e implements b0.a.a { +public final class e implements c0.a.a { /* compiled from: EventStoreModule_DbNameFactory */ public static final class a { public static final e a = new e(); } - @Override // b0.a.a + @Override // c0.a.a public /* bridge */ /* synthetic */ Object get() { return "com.google.android.datatransport.events"; } diff --git a/app/src/main/java/c/i/a/b/j/t/i/f.java b/app/src/main/java/c/i/a/b/j/t/i/f.java index 3c8bc2fb24..c9522ea96b 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/f.java +++ b/app/src/main/java/c/i/a/b/j/t/i/f.java @@ -3,14 +3,14 @@ package c.i.a.b.j.t.i; import c.i.a.b.j.t.i.z; import java.util.List; /* compiled from: EventStoreModule_SchemaVersionFactory */ -public final class f implements b0.a.a { +public final class f implements c0.a.a { /* compiled from: EventStoreModule_SchemaVersionFactory */ public static final class a { public static final f a = new f(); } - @Override // b0.a.a + @Override // c0.a.a public Object get() { List list = z.i; return 4; diff --git a/app/src/main/java/c/i/a/b/j/t/i/g.java b/app/src/main/java/c/i/a/b/j/t/i/g.java index 0ac4c1b22c..1b18ced186 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/g.java +++ b/app/src/main/java/c/i/a/b/j/t/i/g.java @@ -2,14 +2,14 @@ package c.i.a.b.j.t.i; import java.util.Objects; /* compiled from: EventStoreModule_StoreConfigFactory */ -public final class g implements b0.a.a { +public final class g implements c0.a.a { /* compiled from: EventStoreModule_StoreConfigFactory */ public static final class a { public static final g a = new g(); } - @Override // b0.a.a + @Override // c0.a.a public Object get() { d dVar = d.a; Objects.requireNonNull(dVar, "Cannot return null from a non-@Nullable @Provides method"); diff --git a/app/src/main/java/c/i/a/b/j/t/i/k.java b/app/src/main/java/c/i/a/b/j/t/i/k.java index f17a6b8a29..3834ceca26 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/k.java +++ b/app/src/main/java/c/i/a/b/j/t/i/k.java @@ -14,19 +14,19 @@ public final /* synthetic */ class k implements t.b { public final List b; /* renamed from: c reason: collision with root package name */ - public final i f678c; + public final i f644c; public k(t tVar, List list, i iVar) { this.a = tVar; this.b = list; - this.f678c = iVar; + this.f644c = iVar; } @Override // c.i.a.b.j.t.i.t.b public Object apply(Object obj) { t tVar = this.a; List list = this.b; - i iVar = this.f678c; + i iVar = this.f644c; Cursor cursor = (Cursor) obj; b bVar = t.i; while (cursor.moveToNext()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/s.java b/app/src/main/java/c/i/a/b/j/t/i/s.java index dc8c655224..76bb713caa 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/s.java +++ b/app/src/main/java/c/i/a/b/j/t/i/s.java @@ -19,12 +19,12 @@ public final /* synthetic */ class s implements t.b { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f679c; + public final f f645c; public s(t tVar, i iVar, f fVar) { this.a = tVar; this.b = iVar; - this.f679c = fVar; + this.f645c = fVar; } @Override // c.i.a.b.j.t.i.t.b @@ -32,7 +32,7 @@ public final /* synthetic */ class s implements t.b { long j; t tVar = this.a; i iVar = this.b; - f fVar = this.f679c; + f fVar = this.f645c; SQLiteDatabase sQLiteDatabase = (SQLiteDatabase) obj; b bVar = t.i; if (tVar.b().compileStatement("PRAGMA page_size").simpleQueryForLong() * tVar.b().compileStatement("PRAGMA page_count").simpleQueryForLong() >= tVar.m.e()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/u.java b/app/src/main/java/c/i/a/b/j/t/i/u.java index c1a62fc347..94b640c9f1 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/u.java +++ b/app/src/main/java/c/i/a/b/j/t/i/u.java @@ -1,24 +1,24 @@ package c.i.a.b.j.t.i; -import b0.a.a; +import c0.a.a; /* compiled from: SQLiteEventStore_Factory */ public final class u implements a { public final a a; public final a b; /* renamed from: c reason: collision with root package name */ - public final a f680c; + public final a f646c; public final a d; public u(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f680c = aVar3; + this.f646c = aVar3; this.d = aVar4; } - @Override // b0.a.a + @Override // c0.a.a public Object get() { - return new t(this.a.get(), this.b.get(), this.f680c.get(), this.d.get()); + return new t(this.a.get(), this.b.get(), this.f646c.get(), this.d.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/v/b.java b/app/src/main/java/c/i/a/b/j/v/b.java index d6cc331a2a..6d6048710a 100644 --- a/app/src/main/java/c/i/a/b/j/v/b.java +++ b/app/src/main/java/c/i/a/b/j/v/b.java @@ -1,13 +1,13 @@ package c.i.a.b.j.v; /* compiled from: TimeModule_EventClockFactory */ -public final class b implements b0.a.a { +public final class b implements c0.a.a { /* compiled from: TimeModule_EventClockFactory */ public static final class a { public static final b a = new b(); } - @Override // b0.a.a + @Override // c0.a.a public Object get() { return new e(); } diff --git a/app/src/main/java/c/i/a/b/j/v/c.java b/app/src/main/java/c/i/a/b/j/v/c.java index 6b40bd6d8e..d0afbccad1 100644 --- a/app/src/main/java/c/i/a/b/j/v/c.java +++ b/app/src/main/java/c/i/a/b/j/v/c.java @@ -1,13 +1,13 @@ package c.i.a.b.j.v; /* compiled from: TimeModule_UptimeClockFactory */ -public final class c implements b0.a.a { +public final class c implements c0.a.a { /* compiled from: TimeModule_UptimeClockFactory */ public static final class a { public static final c a = new c(); } - @Override // b0.a.a + @Override // c0.a.a public Object get() { return new d(); } diff --git a/app/src/main/java/c/i/a/c/a2/a.java b/app/src/main/java/c/i/a/c/a2/a.java index b022cf635a..ae3e965070 100644 --- a/app/src/main/java/c/i/a/c/a2/a.java +++ b/app/src/main/java/c/i/a/c/a2/a.java @@ -12,7 +12,7 @@ public abstract class a { @Nullable /* renamed from: c reason: collision with root package name */ - public c f681c; + public c f647c; public final int d; /* compiled from: BinarySearchSeeker */ @@ -22,7 +22,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f682c; + public final long f648c; public final long d; public final long e; public final long f; @@ -31,7 +31,7 @@ public abstract class a { public C0086a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { this.a = dVar; this.b = j; - this.f682c = j2; + this.f648c = j2; this.d = j3; this.e = j4; this.f = j5; @@ -45,7 +45,7 @@ public abstract class a { @Override // c.i.a.c.a2.t public t.a h(long j) { - return new t.a(new u(j, c.a(this.a.a(j), this.f682c, this.d, this.e, this.f, this.g))); + return new t.a(new u(j, c.a(this.a.a(j), this.f648c, this.d, this.e, this.f, this.g))); } @Override // c.i.a.c.a2.t @@ -68,7 +68,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f683c; + public final long f649c; public long d; public long e; public long f; @@ -82,7 +82,7 @@ public abstract class a { this.e = j4; this.f = j5; this.g = j6; - this.f683c = j7; + this.f649c = j7; this.h = a(j2, j3, j4, j5, j6, j7); } @@ -106,12 +106,12 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f684c; + public final long f650c; public final long d; public e(int i, long j, long j2) { this.b = i; - this.f684c = j; + this.f650c = j; this.d = j2; } @@ -143,7 +143,7 @@ public abstract class a { public int a(i iVar, s sVar) throws IOException { while (true) { - c cVar = this.f681c; + c cVar = this.f647c; c.c.a.a0.d.H(cVar); long j = cVar.f; long j2 = cVar.g; @@ -161,17 +161,17 @@ public abstract class a { c(false, j3); return d(iVar, j3, sVar); } else if (i == -2) { - long j4 = b2.f684c; + long j4 = b2.f650c; long j5 = b2.d; cVar.d = j4; cVar.f = j5; - cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f683c); + cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f649c); } else if (i == -1) { - long j6 = b2.f684c; + long j6 = b2.f650c; long j7 = b2.d; cVar.e = j6; cVar.g = j7; - cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f683c); + cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f649c); } else if (i == 0) { f(iVar, b2.d); c(true, b2.d); @@ -184,11 +184,11 @@ public abstract class a { } public final boolean b() { - return this.f681c != null; + return this.f647c != null; } public final void c(boolean z2, long j) { - this.f681c = null; + this.f647c = null; this.b.a(); } @@ -201,11 +201,11 @@ public abstract class a { } public final void e(long j) { - c cVar = this.f681c; + c cVar = this.f647c; if (cVar == null || cVar.a != j) { long a = this.a.a.a(j); C0086a aVar = this.a; - this.f681c = new c(j, a, aVar.f682c, aVar.d, aVar.e, aVar.f, aVar.g); + this.f647c = new c(j, a, aVar.f648c, aVar.d, aVar.e, aVar.f, aVar.g); } } diff --git a/app/src/main/java/c/i/a/c/a2/a0.java b/app/src/main/java/c/i/a/c/a2/a0.java index 17f5d1b2ce..e8215b90c6 100644 --- a/app/src/main/java/c/i/a/c/a2/a0.java +++ b/app/src/main/java/c/i/a/c/a2/a0.java @@ -5,7 +5,7 @@ public final class a0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f685c; + public final int f651c; public final int d; public final int e; public final int f; @@ -14,7 +14,7 @@ public final class a0 { public a0(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, boolean z2, byte[] bArr) { this.a = i2; this.b = i3; - this.f685c = i4; + this.f651c = i4; this.d = i5; this.e = i7; this.f = i8; diff --git a/app/src/main/java/c/i/a/c/a2/b0/b.java b/app/src/main/java/c/i/a/c/a2/b0/b.java index ff8def6a0e..4a59dd3f9b 100644 --- a/app/src/main/java/c/i/a/c/a2/b0/b.java +++ b/app/src/main/java/c/i/a/c/a2/b0/b.java @@ -20,7 +20,7 @@ public final class b implements h { public static final int[] b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f686c = f0.w("#!AMR\n"); + public static final byte[] f652c = f0.w("#!AMR\n"); public static final byte[] d = f0.w("#!AMR-WB\n"); public static final int e; public final byte[] f; @@ -35,10 +35,10 @@ public final class b implements h { public long o; public j p; public w q; + public t r; - /* renamed from: r reason: collision with root package name */ - public t f687r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f653s; static { a aVar = a.a; @@ -91,7 +91,7 @@ public final class b implements h { } public final boolean c(i iVar) throws IOException { - byte[] bArr = f686c; + byte[] bArr = f652c; iVar.k(); byte[] bArr2 = new byte[bArr.length]; iVar.n(bArr2, 0, bArr.length); @@ -116,8 +116,8 @@ public final class b implements h { public int e(i iVar, s sVar) throws IOException { d.H(this.q); if (iVar.getPosition() != 0 || c(iVar)) { - if (!this.s) { - this.s = true; + if (!this.f653s) { + this.f653s = true; boolean z2 = this.g; String str = z2 ? "audio/amr-wb" : "audio/3gpp"; int i = z2 ? 16000 : 8000; @@ -125,8 +125,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2701x = 1; - bVar.f2702y = i; + bVar.f2281x = 1; + bVar.f2282y = i; wVar.e(bVar.a()); } int i2 = -1; @@ -158,7 +158,7 @@ public final class b implements h { iVar.b(); if (!this.k) { t.b bVar2 = new t.b(-9223372036854775807L, 0); - this.f687r = bVar2; + this.r = bVar2; this.p.a(bVar2); this.k = true; } @@ -180,7 +180,7 @@ public final class b implements h { this.i = 0; this.j = 0; if (j != 0) { - t tVar = this.f687r; + t tVar = this.r; if (tVar instanceof c.i.a.c.a2.d) { c.i.a.c.a2.d dVar = (c.i.a.c.a2.d) tVar; this.o = c.i.a.c.a2.d.e(j, dVar.b, dVar.e); diff --git a/app/src/main/java/c/i/a/c/a2/c.java b/app/src/main/java/c/i/a/c/a2/c.java index 0097c028b2..994a38e9f9 100644 --- a/app/src/main/java/c/i/a/c/a2/c.java +++ b/app/src/main/java/c/i/a/c/a2/c.java @@ -10,14 +10,14 @@ public final class c implements t { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final long[] f688c; + public final long[] f654c; public final long[] d; public final long[] e; public final long f; public c(int[] iArr, long[] jArr, long[] jArr2, long[] jArr3) { this.b = iArr; - this.f688c = jArr; + this.f654c = jArr; this.d = jArr2; this.e = jArr3; int length = iArr.length; @@ -39,7 +39,7 @@ public final class c implements t { int e = f0.e(this.e, j, true, true); long[] jArr = this.e; long j2 = jArr[e]; - long[] jArr2 = this.f688c; + long[] jArr2 = this.f654c; u uVar = new u(j2, jArr2[e]); if (j2 >= j || e == this.a - 1) { return new t.a(uVar); @@ -59,7 +59,7 @@ public final class c implements t { O.append(", sizes="); O.append(Arrays.toString(this.b)); O.append(", offsets="); - O.append(Arrays.toString(this.f688c)); + O.append(Arrays.toString(this.f654c)); O.append(", timeUs="); O.append(Arrays.toString(this.e)); O.append(", durationsUs="); diff --git a/app/src/main/java/c/i/a/c/a2/c0/c.java b/app/src/main/java/c/i/a/c/a2/c0/c.java index 98c391edae..7052527aa1 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/c.java +++ b/app/src/main/java/c/i/a/c/a2/c0/c.java @@ -18,7 +18,7 @@ public final class c extends c.i.a.c.a2.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final m.a f689c = new m.a(); + public final m.a f655c = new m.a(); public b(o oVar, int i, a aVar) { this.a = oVar; @@ -35,7 +35,7 @@ public final class c extends c.i.a.c.a2.a { long position = iVar.getPosition(); long c2 = c(iVar); long f = iVar.f(); - iVar.g(Math.max(6, this.a.f802c)); + iVar.g(Math.max(6, this.a.f761c)); long c3 = c(iVar); return (c2 > j || c3 <= j) ? c3 <= j ? a.e.c(c3, iVar.f()) : a.e.a(c2, position) : a.e.b(f); } @@ -44,7 +44,7 @@ public final class c extends c.i.a.c.a2.a { while (iVar.f() < iVar.b() - 6) { o oVar = this.a; int i = this.b; - m.a aVar = this.f689c; + m.a aVar = this.f655c; long f = iVar.f(); byte[] bArr = new byte[2]; boolean z2 = false; @@ -66,7 +66,7 @@ public final class c extends c.i.a.c.a2.a { iVar.g(1); } if (iVar.f() < iVar.b() - 6) { - return this.f689c.a; + return this.f655c.a; } iVar.g((int) (iVar.b() - iVar.f())); return this.a.j; @@ -75,7 +75,7 @@ public final class c extends c.i.a.c.a2.a { /* JADX WARNING: Illegal instructions before constructor call */ public c(o oVar, int i, long j, long j2) { - super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f802c)); + super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f761c)); long j3; long j4; Objects.requireNonNull(oVar); @@ -85,7 +85,7 @@ public final class c extends c.i.a.c.a2.a { long j5 = oVar.j; int i2 = oVar.d; if (i2 > 0) { - j4 = (((long) i2) + ((long) oVar.f802c)) / 2; + j4 = (((long) i2) + ((long) oVar.f761c)) / 2; j3 = 1; } else { int i3 = oVar.a; diff --git a/app/src/main/java/c/i/a/c/a2/c0/d.java b/app/src/main/java/c/i/a/c/a2/c0/d.java index 04d2190823..cee47a9bfb 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/d.java +++ b/app/src/main/java/c/i/a/c/a2/c0/d.java @@ -26,7 +26,7 @@ public final class d implements h { public final w b = new w(new byte[32768], 0); /* renamed from: c reason: collision with root package name */ - public final boolean f690c; + public final boolean f656c; public final m.a d; public j e; public c.i.a.c.a2.w f; @@ -45,7 +45,7 @@ public final class d implements h { } public d(int i) { - this.f690c = (i & 1) == 0 ? false : true; + this.f656c = (i & 1) == 0 ? false : true; this.d = new m.a(); this.g = 0; } @@ -81,7 +81,7 @@ public final class d implements h { if (i == 0) { iVar.k(); long f = iVar.f(); - Metadata y1 = c.c.a.a0.d.y1(iVar, !this.f690c); + Metadata y1 = c.c.a.a0.d.y1(iVar, !this.f656c); iVar.l((int) (iVar.f() - f)); this.h = y1; this.g = 1; @@ -160,7 +160,7 @@ public final class d implements h { throw new ParserException(); } w wVar2 = this.b; - int i8 = wVar2.f972c; + int i8 = wVar2.f919c; if (i8 < 32768) { int read = iVar.read(wVar2.a, i8, 32768 - i8); if (read != -1) { @@ -186,7 +186,7 @@ public final class d implements h { Objects.requireNonNull(this.i); int i12 = wVar4.b; while (true) { - if (i12 <= wVar4.f972c - 16) { + if (i12 <= wVar4.f919c - 16) { wVar4.D(i12); if (m.b(wVar4, this.i, this.k, this.d)) { wVar4.D(i12); @@ -197,7 +197,7 @@ public final class d implements h { } else { if (z4) { while (true) { - int i13 = wVar4.f972c; + int i13 = wVar4.f919c; if (i12 > i13 - this.j) { wVar4.D(i13); break; @@ -208,7 +208,7 @@ public final class d implements h { } catch (IndexOutOfBoundsException unused2) { z3 = false; } - if (wVar4.b > wVar4.f972c) { + if (wVar4.b > wVar4.f919c) { z3 = false; } if (z3) { @@ -276,7 +276,7 @@ public final class d implements h { w wVar8 = new w(g2); iVar.readFully(wVar8.a, r4, g2); wVar8.E(i3); - oVar = new o(oVar4.a, oVar4.b, oVar4.f802c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(c.c.a.a0.d.N1(wVar8, r4, r4).a), Collections.emptyList()))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f761c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(c.c.a.a0.d.N1(wVar8, r4, r4).a), Collections.emptyList()))); z2 = f2; } else if (g == 6) { w wVar9 = new w(g2); @@ -294,7 +294,7 @@ public final class d implements h { System.arraycopy(wVar9.a, wVar9.b, bArr6, r4, f8); wVar9.b += f8; z2 = f2; - oVar = new o(oVar4.a, oVar4.b, oVar4.f802c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f761c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); } else { z2 = f2; iVar.l(g2); @@ -328,7 +328,7 @@ public final class d implements h { i5 = 7; } Objects.requireNonNull(this.i); - this.j = Math.max(this.i.f802c, 6); + this.j = Math.max(this.i.f761c, 6); c.i.a.c.a2.w wVar10 = this.f; int i19 = f0.a; wVar10.e(this.i.e(this.a, this.h)); diff --git a/app/src/main/java/c/i/a/c/a2/d.java b/app/src/main/java/c/i/a/c/a2/d.java index 6ad497bc86..1cacbc9a2d 100644 --- a/app/src/main/java/c/i/a/c/a2/d.java +++ b/app/src/main/java/c/i/a/c/a2/d.java @@ -8,7 +8,7 @@ public class d implements t { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f691c; + public final int f657c; public final long d; public final int e; public final long f; @@ -16,7 +16,7 @@ public class d implements t { public d(long j, long j2, int i, int i2) { this.a = j; this.b = j2; - this.f691c = i2 == -1 ? 1 : i2; + this.f657c = i2 == -1 ? 1 : i2; this.e = i; if (j == -1) { this.d = -1; @@ -46,12 +46,12 @@ public class d implements t { if (j2 == -1) { return new t.a(new u(0, this.b)); } - long j3 = (long) this.f691c; + long j3 = (long) this.f657c; long i = this.b + f0.i((((((long) this.e) * j) / 8000000) / j3) * j3, 0, j2 - j3); long b = b(i); u uVar = new u(b, i); if (b < j) { - int i2 = this.f691c; + int i2 = this.f657c; if (((long) i2) + i < this.a) { long j4 = i + ((long) i2); return new t.a(uVar, new u(b(j4), j4)); diff --git a/app/src/main/java/c/i/a/c/a2/d0/b.java b/app/src/main/java/c/i/a/c/a2/d0/b.java index e713a51855..851d128449 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/b.java +++ b/app/src/main/java/c/i/a/c/a2/d0/b.java @@ -13,7 +13,7 @@ public final class b extends TagPayloadReader { public static final int[] b = {5512, 11025, 22050, 44100}; /* renamed from: c reason: collision with root package name */ - public boolean f692c; + public boolean f658c; public boolean d; public int e; @@ -23,24 +23,24 @@ public final class b extends TagPayloadReader { @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader public boolean b(c.i.a.c.i2.w wVar) throws TagPayloadReader.UnsupportedFormatException { - if (!this.f692c) { - int s = wVar.s(); - int i = (s >> 4) & 15; + if (!this.f658c) { + int s2 = wVar.s(); + int i = (s2 >> 4) & 15; this.e = i; if (i == 2) { - int i2 = b[(s >> 2) & 3]; + int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2701x = 1; - bVar.f2702y = i2; + bVar.f2281x = 1; + bVar.f2282y = i2; this.a.e(bVar.a()); this.d = true; } else if (i == 7 || i == 8) { String str = i == 7 ? "audio/g711-alaw" : "audio/g711-mlaw"; Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2701x = 1; - bVar2.f2702y = 8000; + bVar2.f2281x = 1; + bVar2.f2282y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -48,7 +48,7 @@ public final class b extends TagPayloadReader { O.append(this.e); throw new TagPayloadReader.UnsupportedFormatException(O.toString()); } - this.f692c = true; + this.f658c = true; } else { wVar.E(1); } @@ -63,8 +63,8 @@ public final class b extends TagPayloadReader { this.a.d(j, 1, a, 0, null); return true; } - int s = wVar.s(); - if (s == 0 && !this.d) { + int s2 = wVar.s(); + if (s2 == 0 && !this.d) { int a2 = wVar.a(); byte[] bArr = new byte[a2]; System.arraycopy(wVar.a, wVar.b, bArr, 0, a2); @@ -72,14 +72,14 @@ public final class b extends TagPayloadReader { k.b c2 = k.c(new v(bArr), false); Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; - bVar.h = c2.f1055c; - bVar.f2701x = c2.b; - bVar.f2702y = c2.a; + bVar.h = c2.f997c; + bVar.f2281x = c2.b; + bVar.f2282y = c2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; return false; - } else if (this.e == 10 && s != 1) { + } else if (this.e == 10 && s2 != 1) { return false; } else { int a3 = wVar.a(); diff --git a/app/src/main/java/c/i/a/c/a2/d0/c.java b/app/src/main/java/c/i/a/c/a2/d0/c.java index bdda977553..daf1f60050 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/c.java +++ b/app/src/main/java/c/i/a/c/a2/d0/c.java @@ -16,7 +16,7 @@ public final class c implements h { public final w b = new w(9); /* renamed from: c reason: collision with root package name */ - public final w f693c = new w(11); + public final w f659c = new w(11); public final w d = new w(); public final d e = new d(); public j f; @@ -71,7 +71,7 @@ public final class c implements h { byte[] bArr = wVar.a; if (i > bArr.length) { wVar.a = new byte[Math.max(bArr.length * 2, i)]; - wVar.f972c = 0; + wVar.f919c = 0; wVar.b = 0; } else { wVar.D(0); @@ -97,9 +97,9 @@ public final class c implements h { if (iVar.c(this.b.a, 0, 9, true)) { this.b.D(0); this.b.E(4); - int s = this.b.s(); - boolean z5 = (s & 4) != 0; - if ((s & 1) != 0) { + int s2 = this.b.s(); + boolean z5 = (s2 & 4) != 0; + if ((s2 & 1) != 0) { z4 = true; } if (z5 && this.o == null) { @@ -121,13 +121,13 @@ public final class c implements h { this.j = 0; this.g = 3; } else if (i == 3) { - if (iVar.c(this.f693c.a, 0, 11, true)) { - this.f693c.D(0); - this.k = this.f693c.s(); - this.l = this.f693c.u(); - this.m = (long) this.f693c.u(); - this.m = (((long) (this.f693c.s() << 24)) | this.m) * 1000; - this.f693c.E(3); + if (iVar.c(this.f659c.a, 0, 11, true)) { + this.f659c.D(0); + this.k = this.f659c.s(); + this.l = this.f659c.u(); + this.m = (long) this.f659c.u(); + this.m = (((long) (this.f659c.s() << 24)) | this.m) * 1000; + this.f659c.E(3); this.g = 4; z4 = true; } @@ -161,7 +161,7 @@ public final class c implements h { d dVar = this.e; long j2 = dVar.b; if (j2 != -9223372036854775807L) { - this.f.a(new r(dVar.d, dVar.f694c, j2)); + this.f.a(new r(dVar.d, dVar.f660c, j2)); this.n = true; } } diff --git a/app/src/main/java/c/i/a/c/a2/d0/d.java b/app/src/main/java/c/i/a/c/a2/d0/d.java index b0a3fbc3fc..871dfb7f0c 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/d.java +++ b/app/src/main/java/c/i/a/c/a2/d0/d.java @@ -15,7 +15,7 @@ public final class d extends TagPayloadReader { public long b = -9223372036854775807L; /* renamed from: c reason: collision with root package name */ - public long[] f694c = new long[0]; + public long[] f660c = new long[0]; public long[] d = new long[0]; public d() { @@ -40,11 +40,11 @@ public final class d extends TagPayloadReader { HashMap hashMap = new HashMap(); while (true) { String f = f(wVar); - int s = wVar.s(); - if (s == 9) { + int s2 = wVar.s(); + if (s2 == 9) { return hashMap; } - Object d = d(wVar, s); + Object d = d(wVar, s2); if (d != null) { hashMap.put(f, d); } @@ -120,7 +120,7 @@ public final class d extends TagPayloadReader { List list = (List) obj3; List list2 = (List) obj4; int size = list2.size(); - this.f694c = new long[size]; + this.f660c = new long[size]; this.d = new long[size]; int i = 0; while (true) { @@ -132,11 +132,11 @@ public final class d extends TagPayloadReader { if (!(obj6 instanceof Double) || !(obj5 instanceof Double)) { break; } - this.f694c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); + this.f660c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); this.d[i] = ((Double) obj5).longValue(); i++; } - this.f694c = new long[0]; + this.f660c = new long[0]; this.d = new long[0]; } } diff --git a/app/src/main/java/c/i/a/c/a2/d0/e.java b/app/src/main/java/c/i/a/c/a2/d0/e.java index bfad8e471a..f0c05f4363 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/e.java +++ b/app/src/main/java/c/i/a/c/a2/d0/e.java @@ -12,7 +12,7 @@ public final class e extends TagPayloadReader { public final w b = new w(u.a); /* renamed from: c reason: collision with root package name */ - public final w f695c = new w(4); + public final w f661c = new w(4); public int d; public boolean e; public boolean f; @@ -24,9 +24,9 @@ public final class e extends TagPayloadReader { @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader public boolean b(w wVar) throws TagPayloadReader.UnsupportedFormatException { - int s = wVar.s(); - int i = (s >> 4) & 15; - int i2 = s & 15; + int s2 = wVar.s(); + int i = (s2 >> 4) & 15; + int i2 = s2 & 15; if (i2 == 7) { this.g = i; return i != 5; @@ -36,7 +36,7 @@ public final class e extends TagPayloadReader { @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader public boolean c(w wVar, long j) throws ParserException { - int s = wVar.s(); + int s2 = wVar.s(); byte[] bArr = wVar.a; int i = wVar.b; int i2 = i + 1; @@ -46,7 +46,7 @@ public final class e extends TagPayloadReader { int i4 = (((bArr[i] & 255) << 24) >> 8) | ((bArr[i2] & 255) << 8); wVar.b = i3 + 1; long j2 = (((long) ((bArr[i3] & 255) | i4)) * 1000) + j; - if (s == 0 && !this.e) { + if (s2 == 0 && !this.e) { w wVar2 = new w(new byte[wVar.a()]); wVar.e(wVar2.a, 0, wVar.a()); j b = j.b(wVar2); @@ -54,30 +54,30 @@ public final class e extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "video/avc"; bVar.h = b.f; - bVar.p = b.f977c; + bVar.p = b.f924c; bVar.q = b.d; bVar.t = b.e; bVar.m = b.a; this.a.e(bVar.a()); this.e = true; return false; - } else if (s != 1 || !this.e) { + } else if (s2 != 1 || !this.e) { return false; } else { int i5 = this.g == 1 ? 1 : 0; if (!this.f && i5 == 0) { return false; } - byte[] bArr2 = this.f695c.a; + byte[] bArr2 = this.f661c.a; bArr2[0] = 0; bArr2[1] = 0; bArr2[2] = 0; int i6 = 4 - this.d; int i7 = 0; while (wVar.a() > 0) { - wVar.e(this.f695c.a, i6, this.d); - this.f695c.D(0); - int v = this.f695c.v(); + wVar.e(this.f661c.a, i6, this.d); + this.f661c.D(0); + int v = this.f661c.v(); this.b.D(0); this.a.c(this.b, 4); this.a.c(wVar, v); diff --git a/app/src/main/java/c/i/a/c/a2/e.java b/app/src/main/java/c/i/a/c/a2/e.java index b82d6bf240..0f64343008 100644 --- a/app/src/main/java/c/i/a/c/a2/e.java +++ b/app/src/main/java/c/i/a/c/a2/e.java @@ -12,7 +12,7 @@ public final class e implements i { public final f b; /* renamed from: c reason: collision with root package name */ - public final long f696c; + public final long f662c; public long d; public byte[] e = new byte[65536]; public int f; @@ -21,12 +21,12 @@ public final class e implements i { public e(f fVar, long j, long j2) { this.b = fVar; this.d = j; - this.f696c = j2; + this.f662c = j2; } @Override // c.i.a.c.a2.i public long b() { - return this.f696c; + return this.f662c; } @Override // c.i.a.c.a2.i diff --git a/app/src/main/java/c/i/a/c/a2/e0/a.java b/app/src/main/java/c/i/a/c/a2/e0/a.java index a69b302b55..dbb80d386e 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/a.java +++ b/app/src/main/java/c/i/a/c/a2/e0/a.java @@ -24,7 +24,7 @@ public final class a implements h { public j b; /* renamed from: c reason: collision with root package name */ - public int f697c; + public int f663c; public int d; public int e; public long f = -1; @@ -41,7 +41,7 @@ public final class a implements h { Objects.requireNonNull(jVar); jVar.j(); this.b.a(new t.b(-9223372036854775807L, 0)); - this.f697c = 6; + this.f663c = 6; } @Override // c.i.a.c.a2.h @@ -88,7 +88,7 @@ public final class a implements h { String str2; b bVar; long j; - int i2 = this.f697c; + int i2 = this.f663c; if (i2 == 0) { this.a.z(2); iVar.readFully(this.a.a, 0, 2); @@ -96,19 +96,19 @@ public final class a implements h { this.d = x2; if (x2 == 65498) { if (this.f != -1) { - this.f697c = 4; + this.f663c = 4; } else { a(); } } else if ((x2 < 65488 || x2 > 65497) && x2 != 65281) { - this.f697c = 1; + this.f663c = 1; } return 0; } else if (i2 == 1) { this.a.z(2); iVar.readFully(this.a.a, 0, 2); this.e = this.a.x() - 2; - this.f697c = 2; + this.f663c = 2; return 0; } else if (i2 == 2) { if (this.d == 65505) { @@ -159,7 +159,7 @@ public final class a implements h { b.a aVar = bVar.b.get(size); z2 |= "video/mp4".equals(aVar.a); if (size == 0) { - j = b - aVar.f698c; + j = b - aVar.f664c; b = 0; } else { long j6 = b - aVar.b; @@ -191,7 +191,7 @@ public final class a implements h { } else { iVar.l(this.e); } - this.f697c = 0; + this.f663c = 0; return 0; } else if (i2 == 4) { long position = iVar.getPosition(); @@ -214,11 +214,11 @@ public final class a implements h { long j8 = this.f; j jVar = this.b; Objects.requireNonNull(jVar); - iVar2.s = new d(j8, jVar); + iVar2.f702s = new d(j8, jVar); MotionPhotoMetadata motionPhotoMetadata2 = this.g; Objects.requireNonNull(motionPhotoMetadata2); c(motionPhotoMetadata2); - this.f697c = 5; + this.f663c = 5; } else { a(); } @@ -251,9 +251,9 @@ public final class a implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { if (j == 0) { - this.f697c = 0; + this.f663c = 0; this.j = null; - } else if (this.f697c == 5) { + } else if (this.f663c == 5) { c.i.a.c.a2.h0.i iVar = this.j; Objects.requireNonNull(iVar); iVar.g(j, j2); diff --git a/app/src/main/java/c/i/a/c/a2/e0/b.java b/app/src/main/java/c/i/a/c/a2/e0/b.java index 1c4eaa6cf5..ab033e55ef 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/b.java +++ b/app/src/main/java/c/i/a/c/a2/e0/b.java @@ -12,12 +12,12 @@ public final class b { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f698c; + public final long f664c; public a(String str, String str2, long j, long j2) { this.a = str; this.b = j; - this.f698c = j2; + this.f664c = j2; } } diff --git a/app/src/main/java/c/i/a/c/a2/e0/d.java b/app/src/main/java/c/i/a/c/a2/e0/d.java index 90484d6bb5..05265c9ed5 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/d.java +++ b/app/src/main/java/c/i/a/c/a2/e0/d.java @@ -27,11 +27,11 @@ public final class d implements j { t.a h = this.a.h(j); u uVar = h.a; long j2 = uVar.b; - long j3 = uVar.f805c; + long j3 = uVar.f764c; long j4 = d.this.i; u uVar2 = new u(j2, j3 + j4); u uVar3 = h.b; - return new t.a(uVar2, new u(uVar3.b, uVar3.f805c + j4)); + return new t.a(uVar2, new u(uVar3.b, uVar3.f764c + j4)); } @Override // c.i.a.c.a2.t diff --git a/app/src/main/java/c/i/a/c/a2/e0/e.java b/app/src/main/java/c/i/a/c/a2/e0/e.java index e8618110db..b61abf8f00 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/e.java +++ b/app/src/main/java/c/i/a/c/a2/e0/e.java @@ -21,7 +21,7 @@ public final class e { public static final String[] b = {"Camera:MotionPhotoPresentationTimestampUs", "GCamera:MotionPhotoPresentationTimestampUs", "Camera:MicroVideoPresentationTimestampUs", "GCamera:MicroVideoPresentationTimestampUs"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f699c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; + public static final String[] f665c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; /* JADX WARNING: Code restructure failed: missing block: B:22:0x0069, code lost: if (r10 == -1) goto L_0x006b; @@ -75,7 +75,7 @@ public final class e { i2++; } } - String[] strArr3 = f699c; + String[] strArr3 = f665c; int length3 = strArr3.length; int i3 = 0; while (true) { diff --git a/app/src/main/java/c/i/a/c/a2/f0/b.java b/app/src/main/java/c/i/a/c/a2/f0/b.java index 3435efe3d5..9ff8d265c4 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/b.java +++ b/app/src/main/java/c/i/a/c/a2/f0/b.java @@ -9,7 +9,7 @@ public final class b implements d { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final g f700c = new g(); + public final g f666c = new g(); public c d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index 7df4f271bc..8ebca44bcb 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/e.java +++ b/app/src/main/java/c/i/a/c/a2/f0/e.java @@ -48,7 +48,7 @@ public class e implements h { public static final byte[] b = f0.w("Format: Start, End, ReadOrder, Layer, Style, Name, MarginL, MarginR, MarginV, Effect, Text"); /* renamed from: c reason: collision with root package name */ - public static final byte[] f701c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; + public static final byte[] f667c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; public static final UUID d = new UUID(72057594037932032L, -9223371306706625679L); public static final Map e; public boolean A; @@ -81,23 +81,23 @@ public class e implements h { public boolean Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f702a0; + public boolean f668a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f703b0; + public boolean f669b0; /* renamed from: c0 reason: collision with root package name */ - public int f704c0; + public int f670c0; /* renamed from: d0 reason: collision with root package name */ - public byte f705d0; + public byte f671d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f706e0; + public boolean f672e0; public final d f; /* renamed from: f0 reason: collision with root package name */ - public j f707f0; + public j f673f0; public final g g; public final SparseArray h; public final boolean i; @@ -109,26 +109,24 @@ public class e implements h { public final w o; public final w p; public final w q; + public final w r; - /* renamed from: r reason: collision with root package name */ - public final w f708r; - public final w s; + /* renamed from: s reason: collision with root package name */ + public final w f674s; public ByteBuffer t; public long u; public long v = -1; - - /* renamed from: w reason: collision with root package name */ - public long f709w = -9223372036854775807L; + public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f710x = -9223372036854775807L; + public long f675x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f711y = -9223372036854775807L; + public long f676y = -9223372036854775807L; @Nullable /* renamed from: z reason: collision with root package name */ - public c f712z; + public c f677z; /* compiled from: MatroskaExtractor */ public final class b implements c { @@ -167,7 +165,7 @@ public class e implements h { public String b; /* renamed from: c reason: collision with root package name */ - public int f713c; + public int f678c; public int d; public int e; public int f; @@ -182,25 +180,23 @@ public class e implements h { public int o = -1; public int p = -1; public int q = 0; + public int r = -1; - /* renamed from: r reason: collision with root package name */ - public int f714r = -1; - public float s = 0.0f; + /* renamed from: s reason: collision with root package name */ + public float f679s = 0.0f; public float t = 0.0f; public float u = 0.0f; public byte[] v = null; - - /* renamed from: w reason: collision with root package name */ - public int f715w = -1; + public int w = -1; /* renamed from: x reason: collision with root package name */ - public boolean f716x = false; + public boolean f680x = false; /* renamed from: y reason: collision with root package name */ - public int f717y = -1; + public int f681y = -1; /* renamed from: z reason: collision with root package name */ - public int f718z = -1; + public int f682z = -1; public c() { } @@ -224,7 +220,7 @@ public class e implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f719c; + public int f683c; public long d; public int e; public int f; @@ -232,9 +228,9 @@ public class e implements h { @RequiresNonNull({"#1.output"}) public void a(c cVar) { - if (this.f719c > 0) { + if (this.f683c > 0) { cVar.X.d(this.d, this.e, this.f, this.g, cVar.j); - this.f719c = 0; + this.f683c = 0; } } } @@ -264,8 +260,8 @@ public class e implements h { this.o = new c.i.a.c.i2.w(); this.p = new c.i.a.c.i2.w(); this.q = new c.i.a.c.i2.w(8); - this.f708r = new c.i.a.c.i2.w(); - this.s = new c.i.a.c.i2.w(); + this.r = new c.i.a.c.i2.w(); + this.f674s = new c.i.a.c.i2.w(); this.Q = new int[1]; } @@ -338,7 +334,7 @@ public class e implements h { @EnsuresNonNull({"currentTrack"}) public final void c(int i) throws ParserException { - if (this.f712z == null) { + if (this.f677z == null) { throw new ParserException(c.d.b.a.a.n("Element ", i, " must be in a TrackEntry")); } } @@ -376,7 +372,7 @@ public class e implements h { int i7 = this.p.b; while (true) { c.i.a.c.i2.w wVar = this.p; - if (i7 >= wVar.f972c) { + if (i7 >= wVar.f919c) { break; } else if (wVar.a[i7] == 0) { wVar.C(i7); @@ -387,14 +383,14 @@ public class e implements h { } c.i.a.c.a2.w wVar2 = cVar.X; c.i.a.c.i2.w wVar3 = this.p; - wVar2.c(wVar3, wVar3.f972c); - i4 = i2 + this.p.f972c; + wVar2.c(wVar3, wVar3.f919c); + i4 = i2 + this.p.f919c; if ((268435456 & i6) != 0) { if (this.P > 1) { i6 &= -268435457; } else { - c.i.a.c.i2.w wVar4 = this.s; - int i8 = wVar4.f972c; + c.i.a.c.i2.w wVar4 = this.f674s; + int i8 = wVar4.f919c; cVar.X.f(wVar4, i8, 2); i4 += i8; } @@ -408,9 +404,9 @@ public class e implements h { } cVar.X.d(j, i6, i4, i3, cVar.j); } else if (dVar.b) { - int i9 = dVar.f719c; + int i9 = dVar.f683c; int i10 = i9 + 1; - dVar.f719c = i10; + dVar.f683c = i10; if (i9 == 0) { dVar.d = j; dVar.e = i6; @@ -460,7 +456,7 @@ public class e implements h { b.C0087b peek = bVar.b.peek(); if (peek == null || iVar.getPosition() < peek.b) { if (bVar.e == 0) { - long c2 = bVar.f700c.c(iVar, r4, r3, 4); + long c2 = bVar.f666c.c(iVar, r4, r3, 4); if (c2 == -2) { iVar.k(); while (true) { @@ -485,7 +481,7 @@ public class e implements h { } } if (bVar.e == r4) { - bVar.g = bVar.f700c.c(iVar, r3, r4, 8); + bVar.g = bVar.f666c.c(iVar, r3, r4, 8); bVar.e = 2; } c cVar = bVar.d; @@ -609,23 +605,23 @@ public class e implements h { int i5 = bVar.f; long j2 = bVar.g; e eVar = e.this; - c.c.a.a0.d.H(eVar.f707f0); + c.c.a.a0.d.H(eVar.f673f0); if (i5 == 160) { i2 = 0; eVar.V = false; } else if (i5 == 174) { i2 = 0; - eVar.f712z = new c(null); + eVar.f677z = new c(null); } else if (i5 != 187) { if (i5 == 19899) { eVar.B = -1; eVar.C = -1; } else if (i5 == 20533) { eVar.c(i5); - eVar.f712z.h = true; + eVar.f677z.h = true; } else if (i5 == 21968) { eVar.c(i5); - eVar.f712z.f716x = true; + eVar.f677z.f680x = true; } else if (i5 == 408125543) { long j3 = eVar.v; if (j3 == -1 || j3 == position) { @@ -639,7 +635,7 @@ public class e implements h { eVar.I = new q(); } else if (i5 == 524531317 && !eVar.A) { if (!eVar.i || eVar.E == -1) { - eVar.f707f0.a(new t.b(eVar.f711y, 0)); + eVar.f673f0.a(new t.b(eVar.f676y, 0)); eVar.A = true; } else { eVar.D = true; @@ -664,22 +660,22 @@ public class e implements h { switch (i6) { case 131: eVar2.c(i6); - eVar2.f712z.d = (int) a3; + eVar2.f677z.d = (int) a3; break; case 136: eVar2.c(i6); - eVar2.f712z.V = a3 == 1; + eVar2.f677z.V = a3 == 1; break; case 155: eVar2.N = eVar2.m(a3); break; case 159: eVar2.c(i6); - eVar2.f712z.O = (int) a3; + eVar2.f677z.O = (int) a3; break; case 176: eVar2.c(i6); - eVar2.f712z.m = (int) a3; + eVar2.f677z.m = (int) a3; break; case 179: eVar2.a(i6); @@ -687,11 +683,11 @@ public class e implements h { break; case 186: eVar2.c(i6); - eVar2.f712z.n = (int) a3; + eVar2.f677z.n = (int) a3; break; case 215: eVar2.c(i6); - eVar2.f712z.f713c = (int) a3; + eVar2.f677z.f678c = (int) a3; break; case 231: eVar2.G = eVar2.m(a3); @@ -712,7 +708,7 @@ public class e implements h { break; case 16871: eVar2.c(i6); - eVar2.f712z.g = (int) a3; + eVar2.f677z.g = (int) a3; break; case 16980: if (a3 != 3) { @@ -748,53 +744,53 @@ public class e implements h { if (i7 != 1) { if (i7 != 3) { if (i7 == 15) { - eVar2.f712z.f715w = 3; + eVar2.f677z.w = 3; break; } } else { - eVar2.f712z.f715w = 1; + eVar2.f677z.w = 1; break; } } else { - eVar2.f712z.f715w = 2; + eVar2.f677z.w = 2; break; } } else { - eVar2.f712z.f715w = 0; + eVar2.f677z.w = 0; break; } break; case 21680: eVar2.c(i6); - eVar2.f712z.o = (int) a3; + eVar2.f677z.o = (int) a3; break; case 21682: eVar2.c(i6); - eVar2.f712z.q = (int) a3; + eVar2.f677z.q = (int) a3; break; case 21690: eVar2.c(i6); - eVar2.f712z.p = (int) a3; + eVar2.f677z.p = (int) a3; break; case 21930: eVar2.c(i6); - eVar2.f712z.U = a3 == 1; + eVar2.f677z.U = a3 == 1; break; case 21998: eVar2.c(i6); - eVar2.f712z.f = (int) a3; + eVar2.f677z.f = (int) a3; break; case 22186: eVar2.c(i6); - eVar2.f712z.R = a3; + eVar2.f677z.R = a3; break; case 22203: eVar2.c(i6); - eVar2.f712z.S = a3; + eVar2.f677z.S = a3; break; case 25188: eVar2.c(i6); - eVar2.f712z.P = (int) a3; + eVar2.f677z.P = (int) a3; break; case 30321: eVar2.c(i6); @@ -803,28 +799,28 @@ public class e implements h { if (i8 != 1) { if (i8 != 2) { if (i8 == 3) { - eVar2.f712z.f714r = 3; + eVar2.f677z.r = 3; break; } } else { - eVar2.f712z.f714r = 2; + eVar2.f677z.r = 2; break; } } else { - eVar2.f712z.f714r = 1; + eVar2.f677z.r = 1; break; } } else { - eVar2.f712z.f714r = 0; + eVar2.f677z.r = 0; break; } break; case 2352003: eVar2.c(i6); - eVar2.f712z.e = (int) a3; + eVar2.f677z.e = (int) a3; break; case 2807729: - eVar2.f709w = a3; + eVar2.w = a3; break; default: switch (i6) { @@ -833,11 +829,11 @@ public class e implements h { int i9 = (int) a3; if (i9 != 1) { if (i9 == 2) { - eVar2.f712z.A = 1; + eVar2.f677z.A = 1; break; } } else { - eVar2.f712z.A = 2; + eVar2.f677z.A = 2; break; } break; @@ -846,42 +842,42 @@ public class e implements h { int i10 = (int) a3; if (i10 != 1) { if (i10 == 16) { - eVar2.f712z.f718z = 6; + eVar2.f677z.f682z = 6; break; } else if (i10 == 18) { - eVar2.f712z.f718z = 7; + eVar2.f677z.f682z = 7; break; } else if (i10 != 6) { } } - eVar2.f712z.f718z = 3; + eVar2.f677z.f682z = 3; break; case 21947: eVar2.c(i6); - c cVar4 = eVar2.f712z; - cVar4.f716x = true; + c cVar4 = eVar2.f677z; + cVar4.f680x = true; int i11 = (int) a3; if (i11 != 1) { if (i11 != 9) { if (i11 == 4 || i11 == 5 || i11 == 6 || i11 == 7) { - cVar4.f717y = 2; + cVar4.f681y = 2; break; } } else { - cVar4.f717y = 6; + cVar4.f681y = 6; break; } } else { - cVar4.f717y = 1; + cVar4.f681y = 1; break; } case 21948: eVar2.c(i6); - eVar2.f712z.B = (int) a3; + eVar2.f677z.B = (int) a3; break; case 21949: eVar2.c(i6); - eVar2.f712z.C = (int) a3; + eVar2.f677z.C = (int) a3; break; } break; @@ -923,14 +919,14 @@ public class e implements h { Objects.requireNonNull(eVar3); if (i12 == 134) { eVar3.c(i12); - eVar3.f712z.b = str; + eVar3.f677z.b = str; } else if (i12 != 17026) { if (i12 == 21358) { eVar3.c(i12); - eVar3.f712z.a = str; + eVar3.f677z.a = str; } else if (i12 == 2274716) { eVar3.c(i12); - eVar3.f712z.W = str; + eVar3.f677z.W = str; } } else if (!"webm".equals(str) && !"matroska".equals(str)) { throw new ParserException(c.d.b.a.a.v("DocType ", str, " not supported")); @@ -1121,7 +1117,7 @@ public class e implements h { } else if (i15 != 165) { if (i15 == 16877) { eVar4.c(i15); - c cVar8 = eVar4.f712z; + c cVar8 = eVar4.f677z; int i57 = cVar8.g; if (i57 == 1685485123 || i57 == 1685480259) { byte[] bArr3 = new byte[i16]; @@ -1133,13 +1129,13 @@ public class e implements h { } else if (i15 == 16981) { eVar4.c(i15); byte[] bArr4 = new byte[i16]; - eVar4.f712z.i = bArr4; + eVar4.f677z.i = bArr4; iVar.readFully(bArr4, r3, i16); } else if (i15 == 18402) { byte[] bArr5 = new byte[i16]; iVar.readFully(bArr5, r3, i16); eVar4.c(i15); - eVar4.f712z.j = new w.a(r4, bArr5, r3, r3); + eVar4.f677z.j = new w.a(r4, bArr5, r3, r3); } else if (i15 == 21419) { byte[] bArr6 = eVar4.n.a; byte b4 = r3 == true ? (byte) 1 : 0; @@ -1154,12 +1150,12 @@ public class e implements h { } else if (i15 == 25506) { eVar4.c(i15); byte[] bArr7 = new byte[i16]; - eVar4.f712z.k = bArr7; + eVar4.f677z.k = bArr7; iVar.readFully(bArr7, r3, i16); } else if (i15 == 30322) { eVar4.c(i15); byte[] bArr8 = new byte[i16]; - eVar4.f712z.v = bArr8; + eVar4.f677z.v = bArr8; iVar.readFully(bArr8, r3, i16); } else { throw new ParserException(c.d.b.a.a.l("Unexpected id: ", i15)); @@ -1169,13 +1165,13 @@ public class e implements h { if (eVar4.U != 4 || !"V_VP9".equals(cVar9.b)) { iVar.l(i16); } else { - c.i.a.c.i2.w wVar = eVar4.s; + c.i.a.c.i2.w wVar = eVar4.f674s; byte[] bArr9 = wVar.a; if (bArr9.length < i16) { bArr9 = new byte[i16]; } wVar.B(bArr9, i16); - iVar.readFully(eVar4.s.a, r3, i16); + iVar.readFully(eVar4.f674s.a, r3, i16); } } bVar.e = 0; @@ -1191,67 +1187,67 @@ public class e implements h { Objects.requireNonNull(eVar5); if (i58 == 181) { eVar5.c(i58); - eVar5.f712z.Q = (int) intBitsToFloat; + eVar5.f677z.Q = (int) intBitsToFloat; } else if (i58 != 17545) { switch (i58) { case 21969: eVar5.c(i58); - eVar5.f712z.D = (float) intBitsToFloat; + eVar5.f677z.D = (float) intBitsToFloat; break; case 21970: eVar5.c(i58); - eVar5.f712z.E = (float) intBitsToFloat; + eVar5.f677z.E = (float) intBitsToFloat; break; case 21971: eVar5.c(i58); - eVar5.f712z.F = (float) intBitsToFloat; + eVar5.f677z.F = (float) intBitsToFloat; break; case 21972: eVar5.c(i58); - eVar5.f712z.G = (float) intBitsToFloat; + eVar5.f677z.G = (float) intBitsToFloat; break; case 21973: eVar5.c(i58); - eVar5.f712z.H = (float) intBitsToFloat; + eVar5.f677z.H = (float) intBitsToFloat; break; case 21974: eVar5.c(i58); - eVar5.f712z.I = (float) intBitsToFloat; + eVar5.f677z.I = (float) intBitsToFloat; break; case 21975: eVar5.c(i58); - eVar5.f712z.J = (float) intBitsToFloat; + eVar5.f677z.J = (float) intBitsToFloat; break; case 21976: eVar5.c(i58); - eVar5.f712z.K = (float) intBitsToFloat; + eVar5.f677z.K = (float) intBitsToFloat; break; case 21977: eVar5.c(i58); - eVar5.f712z.L = (float) intBitsToFloat; + eVar5.f677z.L = (float) intBitsToFloat; break; case 21978: eVar5.c(i58); - eVar5.f712z.M = (float) intBitsToFloat; + eVar5.f677z.M = (float) intBitsToFloat; break; default: switch (i58) { case 30323: eVar5.c(i58); - eVar5.f712z.s = (float) intBitsToFloat; + eVar5.f677z.f679s = (float) intBitsToFloat; break; case 30324: eVar5.c(i58); - eVar5.f712z.t = (float) intBitsToFloat; + eVar5.f677z.t = (float) intBitsToFloat; break; case 30325: eVar5.c(i58); - eVar5.f712z.u = (float) intBitsToFloat; + eVar5.f677z.u = (float) intBitsToFloat; break; } } } else { - eVar5.f710x = (long) intBitsToFloat; + eVar5.f675x = (long) intBitsToFloat; } bVar.e = r3; } else { @@ -1309,7 +1305,7 @@ public class e implements h { @Override // c.i.a.c.a2.h public final void f(j jVar) { - this.f707f0 = jVar; + this.f673f0 = jVar; } @Override // c.i.a.c.a2.h @@ -1320,18 +1316,18 @@ public class e implements h { b bVar = (b) this.f; bVar.e = 0; bVar.b.clear(); - g gVar = bVar.f700c; - gVar.f720c = 0; + g gVar = bVar.f666c; + gVar.f684c = 0; gVar.d = 0; g gVar2 = this.g; - gVar2.f720c = 0; + gVar2.f684c = 0; gVar2.d = 0; l(); for (int i = 0; i < this.h.size(); i++) { d dVar = this.h.valueAt(i).T; if (dVar != null) { dVar.b = false; - dVar.f719c = 0; + dVar.f683c = 0; } } } @@ -1387,11 +1383,11 @@ public class e implements h { int i10; int i11; e eVar = this; - c.c.a.a0.d.H(eVar.f707f0); + c.c.a.a0.d.H(eVar.f673f0); int i12 = 0; if (i != 160) { if (i == 174) { - c cVar = eVar.f712z; + c cVar = eVar.f677z; c.c.a.a0.d.H(cVar); String str8 = cVar.b; if (str8 != null) { @@ -1664,8 +1660,8 @@ public class e implements h { break; } if (z2) { - j jVar = eVar.f707f0; - int i13 = cVar.f713c; + j jVar = eVar.f673f0; + int i13 = cVar.f678c; String str9 = cVar.b; str9.hashCode(); switch (str9.hashCode()) { @@ -1926,9 +1922,9 @@ public class e implements h { int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0); bVar = new Format.b(); if (!c.i.a.c.i2.s.h(str12)) { - bVar.f2701x = cVar.O; - bVar.f2702y = cVar.Q; - bVar.f2703z = i3; + bVar.f2281x = cVar.O; + bVar.f2282y = cVar.Q; + bVar.f2283z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1951,7 +1947,7 @@ public class e implements h { if (!(i17 == i5 || (i7 = cVar.p) == i5)) { f = ((float) (cVar.n * i17)) / ((float) (cVar.m * i7)); } - if (cVar.f716x) { + if (cVar.f680x) { if (cVar.D == -1.0f || cVar.E == -1.0f || cVar.F == -1.0f || cVar.G == -1.0f || cVar.H == -1.0f || cVar.I == -1.0f || cVar.J == -1.0f || cVar.K == -1.0f || cVar.L == -1.0f || cVar.M == -1.0f) { bArr = null; } else { @@ -1971,7 +1967,7 @@ public class e implements h { order.putShort((short) cVar.B); order.putShort((short) cVar.C); } - colorInfo = new ColorInfo(cVar.f717y, cVar.A, cVar.f718z, bArr); + colorInfo = new ColorInfo(cVar.f681y, cVar.A, cVar.f682z, bArr); } else { colorInfo = null; } @@ -1980,7 +1976,7 @@ public class e implements h { Map map = e; if (map.containsKey(str13)) { i6 = map.get(cVar.a).intValue(); - if (cVar.f714r == 0 && Float.compare(cVar.s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { + if (cVar.r == 0 && Float.compare(cVar.f679s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { if (Float.compare(cVar.u, 0.0f) != 0) { i6 = 0; } else if (Float.compare(cVar.t, 90.0f) == 0) { @@ -1994,10 +1990,10 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.s = i6; + bVar.f2280s = i6; bVar.u = cVar.v; - bVar.v = cVar.f715w; - bVar.f2700w = colorInfo; + bVar.v = cVar.w; + bVar.w = colorInfo; i4 = 2; } } @@ -2007,10 +2003,10 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.s = i6; + bVar.f2280s = i6; bVar.u = cVar.v; - bVar.v = cVar.f715w; - bVar.f2700w = colorInfo; + bVar.v = cVar.w; + bVar.w = colorInfo; i4 = 2; } else if ("application/x-subrip".equals(str12) || "text/x-ssa".equals(str12) || "application/vobsub".equals(str12) || "application/pgs".equals(str12) || "application/dvbsubs".equals(str12)) { i4 = 3; @@ -2024,17 +2020,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 2: c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(cVar.a(cVar.b)); @@ -2074,17 +2070,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; } else { c.d.b.a.a.k0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); @@ -2113,17 +2109,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); } z3 = true; if (!z3) { @@ -2152,17 +2148,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); } catch (ArrayIndexOutOfBoundsException unused) { throw new ParserException("Error parsing MS/ACM codec private"); } @@ -2191,17 +2187,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 4: byte[] a4 = cVar.a(cVar.b); @@ -2256,17 +2252,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; } else { throw new ParserException("Error parsing vorbis codec private"); @@ -2308,17 +2304,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 6: str6 = "audio/mpeg"; @@ -2345,17 +2341,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 7: byte[] a5 = cVar.a(cVar.b); @@ -2402,17 +2398,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; } catch (ArrayIndexOutOfBoundsException unused3) { throw new ParserException("Error parsing FourCC private data"); @@ -2446,17 +2442,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case '\n': c.i.a.c.j2.j b2 = c.i.a.c.j2.j.b(new c.i.a.c.i2.w(cVar.a(cVar.b))); @@ -2484,17 +2480,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 11: str7 = "application/vobsub"; @@ -2522,17 +2518,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case '\f': str10 = "audio/vnd.dts.hd"; @@ -2560,24 +2556,24 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case '\r': List singletonList = Collections.singletonList(cVar.a(cVar.b)); k.b d2 = c.i.a.c.v1.k.d(cVar.k); cVar.Q = d2.a; cVar.O = d2.b; - str2 = d2.f1055c; + str2 = d2.f997c; str5 = "audio/mp4a-latm"; list5 = singletonList; i8 = -1; @@ -2599,17 +2595,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 14: str10 = "audio/ac3"; @@ -2637,17 +2633,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 15: case 21: @@ -2676,17 +2672,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 16: str10 = "video/av01"; @@ -2714,17 +2710,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 17: str10 = "video/x-vnd.on2.vp8"; @@ -2752,17 +2748,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 18: str10 = "video/x-vnd.on2.vp9"; @@ -2790,17 +2786,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 19: str10 = "application/pgs"; @@ -2828,17 +2824,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 20: str11 = str10; @@ -2865,17 +2861,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 22: if (cVar.P == 32) { @@ -2895,17 +2891,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; } else { StringBuilder O2 = c.d.b.a.a.O("Unsupported floating point PCM bit depth: "); @@ -2936,17 +2932,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); } break; case 23: @@ -2982,17 +2978,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; } else { i3 = 268435456; @@ -3012,17 +3008,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 24: i3 = f0.r(cVar.P); @@ -3055,17 +3051,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; } i2 = -1; @@ -3083,17 +3079,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 25: byte[] bArr7 = b; @@ -3125,23 +3121,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 26: m a7 = m.a(new c.i.a.c.i2.w(cVar.a(cVar.b))); list2 = a7.a; cVar.Y = a7.b; - str4 = a7.f980c; + str4 = a7.f927c; str3 = "video/hevc"; i8 = -1; str12 = str3; @@ -3163,17 +3159,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 27: str10 = "application/x-subrip"; @@ -3201,17 +3197,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 28: str10 = "video/mpeg2"; @@ -3239,17 +3235,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 29: str10 = "audio/eac3"; @@ -3277,17 +3273,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 30: str7 = "audio/flac"; @@ -3315,17 +3311,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; case 31: ArrayList arrayList4 = new ArrayList(3); @@ -3357,23 +3353,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2698c = cVar.W; + bVar.f2279c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f713c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f678c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f713c, cVar); + eVar.h.put(cVar.f678c, cVar); break; default: throw new ParserException("Unrecognized codec identifier."); } } - eVar.f712z = null; + eVar.f677z = null; return; } throw new ParserException("CodecId is missing in TrackEntry element"); @@ -3392,7 +3388,7 @@ public class e implements h { throw new ParserException("Mandatory element SeekID or SeekPosition not found"); } else if (i == 25152) { c(i); - c cVar2 = eVar.f712z; + c cVar2 = eVar.f677z; if (cVar2.h) { w.a aVar2 = cVar2.j; if (aVar2 != null) { @@ -3403,26 +3399,26 @@ public class e implements h { } } else if (i == 28032) { c(i); - c cVar3 = eVar.f712z; + c cVar3 = eVar.f677z; if (cVar3.h && cVar3.i != null) { throw new ParserException("Combining encryption and compression is not supported"); } } else if (i == 357149030) { - if (eVar.f709w == -9223372036854775807L) { - eVar.f709w = 1000000; + if (eVar.w == -9223372036854775807L) { + eVar.w = 1000000; } - long j3 = eVar.f710x; + long j3 = eVar.f675x; if (j3 != -9223372036854775807L) { - eVar.f711y = eVar.m(j3); + eVar.f676y = eVar.m(j3); } } else if (i != 374648427) { if (i == 475249515) { if (!eVar.A) { - j jVar2 = eVar.f707f0; + j jVar2 = eVar.f673f0; q qVar = eVar.H; q qVar2 = eVar.I; - if (eVar.v == -1 || eVar.f711y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { - tVar = new t.b(eVar.f711y, 0); + if (eVar.v == -1 || eVar.f676y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { + tVar = new t.b(eVar.f676y, 0); } else { int[] iArr = new int[i10]; long[] jArr = new long[i10]; @@ -3443,7 +3439,7 @@ public class e implements h { i12 = i31; } iArr[i11] = (int) ((eVar.v + eVar.u) - jArr[i11]); - jArr2[i11] = eVar.f711y - jArr3[i11]; + jArr2[i11] = eVar.f676y - jArr3[i11]; long j4 = jArr2[i11]; if (j4 <= 0) { Log.w("MatroskaExtractor", "Discarding last cue point with unexpected duration: " + j4); @@ -3461,7 +3457,7 @@ public class e implements h { eVar.I = null; } } else if (eVar.h.size() != 0) { - eVar.f707f0.j(); + eVar.f673f0.j(); } else { throw new ParserException("No valid tracks were found"); } @@ -3491,14 +3487,14 @@ public class e implements h { public final void k(i iVar, int i) throws IOException { c.i.a.c.i2.w wVar = this.l; - if (wVar.f972c < i) { + if (wVar.f919c < i) { byte[] bArr = wVar.a; if (bArr.length < i) { wVar.b(Math.max(bArr.length * 2, i)); } c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; - int i2 = wVar2.f972c; + int i2 = wVar2.f919c; iVar.readFully(bArr2, i2, i - i2); this.l.C(i); } @@ -3509,16 +3505,16 @@ public class e implements h { this.X = 0; this.Y = 0; this.Z = false; - this.f702a0 = false; - this.f703b0 = false; - this.f704c0 = 0; - this.f705d0 = 0; - this.f706e0 = false; + this.f668a0 = false; + this.f669b0 = false; + this.f670c0 = 0; + this.f671d0 = 0; + this.f672e0 = false; this.o.z(0); } public final long m(long j) throws ParserException { - long j2 = this.f709w; + long j2 = this.w; if (j2 != -9223372036854775807L) { return f0.E(j, j2, 1000); } @@ -3535,7 +3531,7 @@ public class e implements h { l(); return i4; } else if ("S_TEXT/ASS".equals(cVar.b)) { - o(iVar, f701c, i); + o(iVar, f667c, i); int i5 = this.X; l(); return i5; @@ -3546,25 +3542,25 @@ public class e implements h { if (cVar.h) { this.T &= -1073741825; int i6 = 128; - if (!this.f702a0) { + if (!this.f668a0) { iVar.readFully(this.l.a, 0, 1); this.W++; byte[] bArr = this.l.a; if ((bArr[0] & 128) != 128) { - this.f705d0 = bArr[0]; - this.f702a0 = true; + this.f671d0 = bArr[0]; + this.f668a0 = true; } else { throw new ParserException("Extension bit is set in signal byte"); } } - byte b2 = this.f705d0; + byte b2 = this.f671d0; if ((b2 & 1) == 1) { boolean z2 = (b2 & 2) == 2; this.T |= BasicMeasure.EXACTLY; - if (!this.f706e0) { + if (!this.f672e0) { iVar.readFully(this.q.a, 0, 8); this.W += 8; - this.f706e0 = true; + this.f672e0 = true; c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; if (!z2) { @@ -3579,29 +3575,29 @@ public class e implements h { this.X += 8; } if (z2) { - if (!this.f703b0) { + if (!this.f669b0) { iVar.readFully(this.l.a, 0, 1); this.W++; this.l.D(0); - this.f704c0 = this.l.s(); - this.f703b0 = true; + this.f670c0 = this.l.s(); + this.f669b0 = true; } - int i7 = this.f704c0 * 4; + int i7 = this.f670c0 * 4; this.l.z(i7); iVar.readFully(this.l.a, 0, i7); this.W += i7; - short s = (short) ((this.f704c0 / 2) + 1); - int i8 = (s * 6) + 2; + short s2 = (short) ((this.f670c0 / 2) + 1); + int i8 = (s2 * 6) + 2; ByteBuffer byteBuffer = this.t; if (byteBuffer == null || byteBuffer.capacity() < i8) { this.t = ByteBuffer.allocate(i8); } this.t.position(0); - this.t.putShort(s); + this.t.putShort(s2); int i9 = 0; int i10 = 0; while (true) { - i3 = this.f704c0; + i3 = this.f670c0; if (i9 >= i3) { break; } @@ -3621,8 +3617,8 @@ public class e implements h { this.t.putShort((short) i11); this.t.putInt(0); } - this.f708r.B(this.t.array(), i8); - wVar.f(this.f708r, i8, 1); + this.r.B(this.t.array(), i8); + wVar.f(this.r, i8, 1); this.X += i8; } } @@ -3632,13 +3628,13 @@ public class e implements h { c.i.a.c.i2.w wVar3 = this.o; int length = bArr3.length; wVar3.a = bArr3; - wVar3.f972c = length; + wVar3.f919c = length; wVar3.b = 0; } } if (cVar.f > 0) { this.T |= 268435456; - this.s.z(0); + this.f674s.z(0); this.l.z(4); c.i.a.c.i2.w wVar4 = this.l; byte[] bArr4 = wVar4.a; @@ -3651,10 +3647,10 @@ public class e implements h { } this.Z = true; } - int i12 = i + this.o.f972c; + int i12 = i + this.o.f919c; if (!"V_MPEG4/ISO/AVC".equals(cVar.b) && !"V_MPEGH/ISO/HEVC".equals(cVar.b)) { if (cVar.T != null) { - c.c.a.a0.d.D(this.o.f972c == 0); + c.c.a.a0.d.D(this.o.f919c == 0); d dVar = cVar.T; if (!dVar.b) { iVar.n(dVar.a, 0, 10); diff --git a/app/src/main/java/c/i/a/c/a2/f0/g.java b/app/src/main/java/c/i/a/c/a2/f0/g.java index e852d7b194..bcfb7f68a1 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/g.java +++ b/app/src/main/java/c/i/a/c/a2/f0/g.java @@ -8,7 +8,7 @@ public final class g { public final byte[] b = new byte[8]; /* renamed from: c reason: collision with root package name */ - public int f720c; + public int f684c; public int d; public static long a(byte[] bArr, int i, boolean z2) { @@ -37,27 +37,27 @@ public final class g { } public long c(i iVar, boolean z2, boolean z3, int i) throws IOException { - if (this.f720c == 0) { + if (this.f684c == 0) { if (!iVar.c(this.b, 0, 1, z2)) { return -1; } int b = b(this.b[0] & 255); this.d = b; if (b != -1) { - this.f720c = 1; + this.f684c = 1; } else { throw new IllegalStateException("No valid varint length mask found"); } } int i2 = this.d; if (i2 > i) { - this.f720c = 0; + this.f684c = 0; return -2; } if (i2 != 1) { iVar.readFully(this.b, 1, i2 - 1); } - this.f720c = 0; + this.f684c = 0; return a(this.b, this.d, z3); } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/c.java b/app/src/main/java/c/i/a/c/a2/g0/c.java index 8c5725614d..49f6a143cc 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/c.java +++ b/app/src/main/java/c/i/a/c/a2/g0/c.java @@ -5,7 +5,7 @@ import c.i.a.c.v1.z; /* compiled from: ConstantBitrateSeeker */ public final class c extends d implements g { public c(long j, long j2, z.a aVar) { - super(j, j2, aVar.f, aVar.f1071c); + super(j, j2, aVar.f, aVar.f1012c); } @Override // c.i.a.c.a2.g0.g diff --git a/app/src/main/java/c/i/a/c/a2/g0/d.java b/app/src/main/java/c/i/a/c/a2/g0/d.java index bc71317c6f..cf0671511e 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/d.java +++ b/app/src/main/java/c/i/a/c/a2/g0/d.java @@ -10,7 +10,7 @@ public final class d implements g { public final q b; /* renamed from: c reason: collision with root package name */ - public final q f721c; + public final q f685c; public long d; public d(long j, long j2, long j3) { @@ -19,7 +19,7 @@ public final class d implements g { q qVar = new q(); this.b = qVar; q qVar2 = new q(); - this.f721c = qVar2; + this.f685c = qVar2; qVar.a(0); qVar2.a(j2); } @@ -41,19 +41,19 @@ public final class d implements g { @Override // c.i.a.c.a2.g0.g public long d(long j) { - return this.b.b(f0.c(this.f721c, j, true, true)); + return this.b.b(f0.c(this.f685c, j, true, true)); } @Override // c.i.a.c.a2.t public t.a h(long j) { int c2 = f0.c(this.b, j, true, true); long b = this.b.b(c2); - u uVar = new u(b, this.f721c.b(c2)); + u uVar = new u(b, this.f685c.b(c2)); if (b != j) { q qVar = this.b; if (c2 != qVar.a - 1) { int i = c2 + 1; - return new t.a(uVar, new u(qVar.b(i), this.f721c.b(i))); + return new t.a(uVar, new u(qVar.b(i), this.f685c.b(i))); } } return new t.a(uVar); diff --git a/app/src/main/java/c/i/a/c/a2/g0/e.java b/app/src/main/java/c/i/a/c/a2/g0/e.java index 28ad0566df..a6e4cd173c 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/e.java +++ b/app/src/main/java/c/i/a/c/a2/g0/e.java @@ -12,12 +12,12 @@ public final class e implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f722c; + public final long f686c; public e(long[] jArr, long[] jArr2, long j) { this.a = jArr; this.b = jArr2; - this.f722c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; + this.f686c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; } public static Pair b(long j, long[] jArr, long[] jArr2) { @@ -49,12 +49,12 @@ public final class e implements g { @Override // c.i.a.c.a2.t public t.a h(long j) { - Pair b = b(h0.b(f0.i(j, 0, this.f722c)), this.b, this.a); + Pair b = b(h0.b(f0.i(j, 0, this.f686c)), this.b, this.a); return new t.a(new u(h0.a(((Long) b.first).longValue()), ((Long) b.second).longValue())); } @Override // c.i.a.c.a2.t public long i() { - return this.f722c; + return this.f686c; } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/f.java b/app/src/main/java/c/i/a/c/a2/g0/f.java index 9b70ffc4c6..380a41aa3f 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/f.java +++ b/app/src/main/java/c/i/a/c/a2/g0/f.java @@ -31,7 +31,7 @@ public final class f implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f723c; + public final long f687c; public final w d; public final z.a e; public final p f; @@ -47,10 +47,10 @@ public final class f implements h { public long o; public long p; public int q; + public g r; - /* renamed from: r reason: collision with root package name */ - public g f724r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f688s; public boolean t; public long u; @@ -64,7 +64,7 @@ public final class f implements h { public f(int i) { this.b = i; - this.f723c = -9223372036854775807L; + this.f687c = -9223372036854775807L; this.d = new w(10); this.e = new z.a(); this.f = new p(); @@ -160,9 +160,9 @@ public final class f implements h { fVar = this; } } - if (this.f724r == null) { - w wVar = new w(this.e.f1071c); - iVar5.n(wVar.a, 0, this.e.f1071c); + if (this.r == null) { + w wVar = new w(this.e.f1012c); + iVar5.n(wVar.a, 0, this.e.f1012c); z.a aVar = this.e; int i6 = 21; if ((aVar.a & 1) != 0) { @@ -172,7 +172,7 @@ public final class f implements h { } else if (aVar.e == 1) { i6 = 13; } - if (wVar.f972c >= i6 + 4) { + if (wVar.f919c >= i6 + 4) { wVar.D(i6); i2 = wVar.f(); if (i2 != 1483304551) { @@ -193,7 +193,7 @@ public final class f implements h { i3 = i6; long E = f0.E((long) v, ((long) i7) * 1000000, (long) i8); if ((f & 6) != 6) { - iVar4 = new i(position, aVar2.f1071c, E, -1, null); + iVar4 = new i(position, aVar2.f1012c, E, -1, null); } else { long t = wVar.t(); long[] jArr = new long[100]; @@ -208,13 +208,13 @@ public final class f implements h { Log.w("XingSeeker", R.toString()); } } - iVar4 = new i(position, aVar2.f1071c, E, t, jArr); + iVar4 = new i(position, aVar2.f1012c, E, t, jArr); } iVar3 = iVar4; } if (iVar3 != null) { p pVar = fVar.f; - if (!((pVar.b == -1 || pVar.f803c == -1) ? false : true)) { + if (!((pVar.b == -1 || pVar.f762c == -1) ? false : true)) { iVar.k(); iVar5 = iVar; iVar5.g(i3 + 141); @@ -227,9 +227,9 @@ public final class f implements h { int i11 = u & 4095; if (i10 > 0 || i11 > 0) { pVar2.b = i10; - pVar2.f803c = i11; + pVar2.f762c = i11; } - iVar5.l(fVar.e.f1071c); + iVar5.l(fVar.e.f1012c); hVar = iVar3; if (iVar3 != null) { boolean c2 = iVar3.c(); @@ -244,7 +244,7 @@ public final class f implements h { } } iVar5 = iVar; - iVar5.l(fVar.e.f1071c); + iVar5.l(fVar.e.f1012c); hVar = iVar3; if (iVar3 != null) { } @@ -262,7 +262,7 @@ public final class f implements h { int x3 = wVar.x(); int x4 = wVar.x(); wVar.E(2); - long j4 = position2 + ((long) aVar3.f1071c); + long j4 = position2 + ((long) aVar3.f1012c); long[] jArr2 = new long[x2]; long[] jArr3 = new long[x2]; int i13 = 0; @@ -296,13 +296,13 @@ public final class f implements h { } } fVar = this; - iVar.l(fVar.e.f1071c); + iVar.l(fVar.e.f1012c); iVar5 = iVar; hVar2 = hVar3; } hVar3 = null; fVar = this; - iVar.l(fVar.e.f1071c); + iVar.l(fVar.e.f1012c); iVar5 = iVar; hVar2 = hVar3; } else { @@ -344,13 +344,13 @@ public final class f implements h { i14++; } } - if (!fVar.s) { + if (!fVar.f688s) { iVar2 = new g.a(); } else { i iVar6 = hVar; if ((fVar.b & 2) != 0) { if (eVar != null) { - d = eVar.f722c; + d = eVar.f686c; } else if (hVar != null) { j2 = hVar.i(); j = hVar.a(); @@ -375,42 +375,42 @@ public final class f implements h { } iVar2 = c(iVar); } - fVar.f724r = iVar2; + fVar.r = iVar2; fVar.i.a(iVar2); c.i.a.c.a2.w wVar2 = fVar.k; Format.b bVar = new Format.b(); z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2701x = aVar4.e; - bVar.f2702y = aVar4.d; + bVar.f2281x = aVar4.e; + bVar.f2282y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f803c; + bVar.B = pVar3.f762c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } eVar = null; - if (!fVar.s) { + if (!fVar.f688s) { } - fVar.f724r = iVar2; + fVar.r = iVar2; fVar.i.a(iVar2); c.i.a.c.a2.w wVar2 = fVar.k; Format.b bVar = new Format.b(); z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2701x = aVar4.e; - bVar.f2702y = aVar4.d; + bVar.f2281x = aVar4.e; + bVar.f2282y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f803c; + bVar.B = pVar3.f762c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } - if (wVar.f972c >= 40) { + if (wVar.f919c >= 40) { wVar.D(36); if (wVar.f() == 1447187017) { i2 = 1447187017; @@ -431,7 +431,7 @@ public final class f implements h { if (iVar3 != null) { } iVar5 = iVar; - iVar5.l(fVar.e.f1071c); + iVar5.l(fVar.e.f1012c); hVar = iVar3; if (iVar3 != null) { } @@ -440,20 +440,20 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.s) { + if (!fVar.f688s) { } - fVar.f724r = iVar2; + fVar.r = iVar2; fVar.i.a(iVar2); c.i.a.c.a2.w wVar2 = fVar.k; Format.b bVar = new Format.b(); z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2701x = aVar4.e; - bVar.f2702y = aVar4.d; + bVar.f2281x = aVar4.e; + bVar.f2282y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f803c; + bVar.B = pVar3.f762c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); @@ -477,7 +477,7 @@ public final class f implements h { if (iVar3 != null) { } iVar5 = iVar; - iVar5.l(fVar.e.f1071c); + iVar5.l(fVar.e.f1012c); hVar = iVar3; if (iVar3 != null) { } @@ -486,20 +486,20 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.s) { + if (!fVar.f688s) { } - fVar.f724r = iVar2; + fVar.r = iVar2; fVar.i.a(iVar2); c.i.a.c.a2.w wVar2 = fVar.k; Format.b bVar = new Format.b(); z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2701x = aVar4.e; - bVar.f2702y = aVar4.d; + bVar.f2281x = aVar4.e; + bVar.f2282y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f803c; + bVar.B = pVar3.f762c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); @@ -522,10 +522,10 @@ public final class f implements h { iVar5.l(1); fVar.l = 0; i = 0; - if (i == -1 && (fVar.f724r instanceof d)) { + if (i == -1 && (fVar.r instanceof d)) { a2 = fVar.a(fVar.o); - if (fVar.f724r.i() != a2) { - g gVar = fVar.f724r; + if (fVar.r.i() != a2) { + g gVar = fVar.r; ((d) gVar).d = a2; fVar.i.a(gVar); } @@ -534,21 +534,21 @@ public final class f implements h { } fVar.e.a(f3); if (fVar.n == -9223372036854775807L) { - fVar.n = fVar.f724r.d(iVar.getPosition()); - if (fVar.f723c != -9223372036854775807L) { - fVar.n = (fVar.f723c - fVar.f724r.d(0)) + fVar.n; + fVar.n = fVar.r.d(iVar.getPosition()); + if (fVar.f687c != -9223372036854775807L) { + fVar.n = (fVar.f687c - fVar.r.d(0)) + fVar.n; } } z.a aVar5 = fVar.e; - fVar.q = aVar5.f1071c; - g gVar2 = fVar.f724r; + fVar.q = aVar5.f1012c; + g gVar2 = fVar.r; if (gVar2 instanceof d) { d dVar = (d) gVar2; long a3 = fVar.a(fVar.o + ((long) aVar5.g)); - long position5 = iVar.getPosition() + ((long) fVar.e.f1071c); + long position5 = iVar.getPosition() + ((long) fVar.e.f1012c); if (!dVar.b(a3)) { dVar.b.a(a3); - dVar.f721c.a(position5); + dVar.f685c.a(position5); } if (fVar.t && dVar.b(fVar.u)) { fVar.t = false; @@ -558,7 +558,7 @@ public final class f implements h { } i = -1; a2 = fVar.a(fVar.o); - if (fVar.f724r.i() != a2) { + if (fVar.r.i() != a2) { } return i; } @@ -567,19 +567,19 @@ public final class f implements h { int i18 = fVar.q - b3; fVar.q = i18; if (i18 <= 0) { - fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1071c, 0, null); + fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1012c, 0, null); fVar.o += (long) fVar.e.g; fVar.q = 0; } i = 0; a2 = fVar.a(fVar.o); - if (fVar.f724r.i() != a2) { + if (fVar.r.i() != a2) { } return i; } i = -1; a2 = fVar.a(fVar.o); - if (fVar.f724r.i() != a2) { + if (fVar.r.i() != a2) { } return i; } @@ -600,7 +600,7 @@ public final class f implements h { this.o = 0; this.q = 0; this.u = j2; - g gVar = this.f724r; + g gVar = this.r; if ((gVar instanceof d) && !((d) gVar).b(j2)) { this.t = true; this.k = this.h; @@ -608,7 +608,7 @@ public final class f implements h { } public final boolean i(i iVar) throws IOException { - g gVar = this.f724r; + g gVar = this.r; if (gVar != null) { long a2 = gVar.a(); if (a2 != -1 && iVar.f() > a2 - 4) { diff --git a/app/src/main/java/c/i/a/c/a2/g0/h.java b/app/src/main/java/c/i/a/c/a2/g0/h.java index 085e279227..bff70ca420 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/h.java +++ b/app/src/main/java/c/i/a/c/a2/g0/h.java @@ -9,13 +9,13 @@ public final class h implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f725c; + public final long f689c; public final long d; public h(long[] jArr, long[] jArr2, long j, long j2) { this.a = jArr; this.b = jArr2; - this.f725c = j; + this.f689c = j; this.d = j2; } @@ -50,6 +50,6 @@ public final class h implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f725c; + return this.f689c; } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/i.java b/app/src/main/java/c/i/a/c/a2/g0/i.java index 48dc1e8b75..7c4ec47923 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/i.java +++ b/app/src/main/java/c/i/a/c/a2/g0/i.java @@ -12,7 +12,7 @@ public final class i implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f726c; + public final long f690c; public final long d; public final long e; @Nullable @@ -21,7 +21,7 @@ public final class i implements g { public i(long j, int i, long j2, long j3, @Nullable long[] jArr) { this.a = j; this.b = i; - this.f726c = j2; + this.f690c = j2; this.f = jArr; this.d = j3; this.e = j3 != -1 ? j + j3 : -1; @@ -47,7 +47,7 @@ public final class i implements g { d.H(jArr); double d = (((double) j2) * 256.0d) / ((double) this.d); int e = f0.e(jArr, (long) d, true, true); - long j3 = this.f726c; + long j3 = this.f690c; long j4 = (((long) e) * j3) / 100; long j5 = jArr[e]; int i = e + 1; @@ -61,8 +61,8 @@ public final class i implements g { if (!c()) { return new t.a(new u(0, this.a + ((long) this.b))); } - long i = f0.i(j, 0, this.f726c); - double d = (((double) i) * 100.0d) / ((double) this.f726c); + long i = f0.i(j, 0, this.f690c); + double d = (((double) i) * 100.0d) / ((double) this.f690c); double d2 = ShadowDrawableWrapper.COS_45; if (d > ShadowDrawableWrapper.COS_45) { if (d >= 100.0d) { @@ -81,6 +81,6 @@ public final class i implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f726c; + return this.f690c; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/d.java b/app/src/main/java/c/i/a/c/a2/h0/d.java index a2e20717c3..f54334fd38 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/d.java +++ b/app/src/main/java/c/i/a/c/a2/h0/d.java @@ -14,7 +14,7 @@ public abstract class d { public final long b; /* renamed from: c reason: collision with root package name */ - public final List f727c = new ArrayList(); + public final List f691c = new ArrayList(); public final List d = new ArrayList(); public a(int i, long j) { @@ -36,9 +36,9 @@ public abstract class d { @Nullable public b c(int i) { - int size = this.f727c.size(); + int size = this.f691c.size(); for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f727c.get(i2); + b bVar = this.f691c.get(i2); if (bVar.a == i) { return bVar; } @@ -48,7 +48,7 @@ public abstract class d { @Override // c.i.a.c.a2.h0.d public String toString() { - return d.a(this.a) + " leaves: " + Arrays.toString(this.f727c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); + return d.a(this.a) + " leaves: " + Arrays.toString(this.f691c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/e.java b/app/src/main/java/c/i/a/c/a2/h0/e.java index dc85ab7070..4e6e0291fe 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/e.java +++ b/app/src/main/java/c/i/a/c/a2/h0/e.java @@ -43,18 +43,18 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f728c; + public final w f692c; public b(d.b bVar, Format format) { w wVar = bVar.b; - this.f728c = wVar; + this.f692c = wVar; wVar.D(12); int v = wVar.v(); if ("audio/raw".equals(format.t)) { - int s = f0.s(format.I, format.G); - if (v == 0 || v % s != 0) { - Log.w("AtomParsers", "Audio sample size mismatch. stsd sample size: " + s + ", stsz sample size: " + v); - v = s; + int s2 = f0.s(format.I, format.G); + if (v == 0 || v % s2 != 0) { + Log.w("AtomParsers", "Audio sample size mismatch. stsd sample size: " + s2 + ", stsz sample size: " + v); + v = s2; } } this.a = v == 0 ? -1 : v; @@ -74,7 +74,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { int i = this.a; - return i == -1 ? this.f728c.v() : i; + return i == -1 ? this.f692c.v() : i; } } @@ -84,7 +84,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f729c; + public final int f693c; public int d; public int e; @@ -92,7 +92,7 @@ public final class e { w wVar = bVar.b; this.a = wVar; wVar.D(12); - this.f729c = wVar.v() & 255; + this.f693c = wVar.v() & 255; this.b = wVar.v(); } @@ -108,7 +108,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { - int i = this.f729c; + int i = this.f693c; if (i == 8) { return this.a.s(); } @@ -120,9 +120,9 @@ public final class e { if (i2 % 2 != 0) { return this.e & 15; } - int s = this.a.s(); - this.e = s; - return (s & 240) >> 4; + int s2 = this.a.s(); + this.e = s2; + return (s2 & 240) >> 4; } } @@ -131,14 +131,14 @@ public final class e { wVar.E(1); b(wVar); wVar.E(2); - int s = wVar.s(); - if ((s & 128) != 0) { + int s2 = wVar.s(); + if ((s2 & 128) != 0) { wVar.E(2); } - if ((s & 64) != 0) { + if ((s2 & 64) != 0) { wVar.E(wVar.x()); } - if ((s & 32) != 0) { + if ((s2 & 32) != 0) { wVar.E(2); } wVar.E(1); @@ -157,11 +157,11 @@ public final class e { } public static int b(w wVar) { - int s = wVar.s(); - int i = s & 127; - while ((s & 128) == 128) { - s = wVar.s(); - i = (i << 7) | (s & 127); + int s2 = wVar.s(); + int i = s2 & 127; + while ((s2 & 128) == 128) { + s2 = wVar.s(); + i = (i << 7) | (s2 & 127); } return i; } @@ -220,26 +220,26 @@ public final class e { i4 = 0; i3 = 0; } else { - int s = wVar.s(); - i4 = s & 15; - i3 = (s & 240) >> 4; + int s2 = wVar.s(); + i4 = s2 & 15; + i3 = (s2 & 240) >> 4; } boolean z2 = wVar.s() == 1; - int s2 = wVar.s(); + int s3 = wVar.s(); byte[] bArr2 = new byte[16]; System.arraycopy(wVar.a, wVar.b, bArr2, 0, 16); wVar.b += 16; - if (!z2 || s2 != 0) { + if (!z2 || s3 != 0) { bArr = null; } else { - int s3 = wVar.s(); - byte[] bArr3 = new byte[s3]; - System.arraycopy(wVar.a, wVar.b, bArr3, 0, s3); - wVar.b += s3; + int s4 = wVar.s(); + byte[] bArr3 = new byte[s4]; + System.arraycopy(wVar.a, wVar.b, bArr3, 0, s4); + wVar.b += s4; bArr = bArr3; } num = num2; - nVar = new n(z2, str, s2, bArr2, i3, i4, bArr); + nVar = new n(z2, str, s3, bArr2, i3, i4, bArr); } else { i9 += f4; } @@ -597,27 +597,27 @@ public final class e { i5 = i37; iArr2 = iArr10; } - long E = f0.E(j, 1000000, mVar2.f746c); + long E = f0.E(j, 1000000, mVar2.f708c); jArr3 = mVar2.h; if (jArr3 != null) { - f0.F(jArr2, 1000000, mVar2.f746c); + f0.F(jArr2, 1000000, mVar2.f708c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, E); } if (jArr3.length == 1 && mVar2.b == 1 && jArr2.length >= 2) { long[] jArr7 = mVar2.i; Objects.requireNonNull(jArr7); long j8 = jArr7[0]; - long E2 = f0.E(mVar2.h[0], mVar2.f746c, mVar2.d) + j8; + long E2 = f0.E(mVar2.h[0], mVar2.f708c, mVar2.d) + j8; int length = jArr2.length - 1; i10 = i4; if (jArr2[0] <= j8 && j8 < jArr2[f0.h(4, 0, length)] && jArr2[f0.h(jArr2.length - 4, 0, length)] < E2 && E2 <= j) { long j9 = j - E2; - long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f746c); - long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f746c); + long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f708c); + long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f708c); if (!(E3 == 0 && E4 == 0) && E3 <= 2147483647L && E4 <= 2147483647L) { pVar.b = (int) E3; - pVar.f803c = (int) E4; - f0.F(jArr2, 1000000, mVar2.f746c); + pVar.f762c = (int) E4; + f0.F(jArr2, 1000000, mVar2.f708c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(mVar2.h[0], 1000000, mVar2.d)); } } @@ -630,9 +630,9 @@ public final class e { Objects.requireNonNull(jArr9); long j10 = jArr9[0]; for (int i41 = 0; i41 < jArr2.length; i41++) { - jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f746c); + jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f708c); } - return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f746c)); + return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f708c)); } boolean z6 = mVar2.b == 1; int[] iArr11 = new int[jArr8.length]; @@ -651,7 +651,7 @@ public final class e { long j11 = jArr10[i42]; if (j11 != -1) { iArr5 = iArr; - long E5 = f0.E(jArr11[i42], mVar2.f746c, mVar2.d); + long E5 = f0.E(jArr11[i42], mVar2.f708c, mVar2.d); iArr11[i42] = f0.e(jArr2, j11, true, true); iArr12[i42] = f0.b(jArr2, j11 + E5, z6, false); while (iArr11[i42] < iArr12[i42] && (iArr2[iArr11[i42]] & 1) == 0) { @@ -703,7 +703,7 @@ public final class e { } int i51 = i11; while (i48 < i49) { - jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f746c); + jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f708c); if (z9 && iArr14[i47] > i51) { i51 = iArr4[i48]; } @@ -735,7 +735,7 @@ public final class e { str = mVar.f.t; if (!(a2 == -1 && ("audio/raw".equals(str) || "audio/g711-mlaw".equals(str) || "audio/g711-alaw".equals(str)) && v3 == 0 && i == 0 && i3 == 0)) { } - long E = f0.E(j, 1000000, mVar2.f746c); + long E = f0.E(j, 1000000, mVar2.f708c); jArr3 = mVar2.h; if (jArr3 != null) { } @@ -993,7 +993,7 @@ public final class e { m a2 = m.a(wVar5); list3 = a2.a; i9 = a2.b; - str3 = a2.f980c; + str3 = a2.f927c; str2 = "video/hevc"; } else if (f14 == 1685480259 || f14 == 1685485123) { i8 = f11; @@ -1061,17 +1061,17 @@ public final class e { } else { i8 = f11; if (f14 == 1936995172) { - int s = wVar5.s(); + int s2 = wVar5.s(); wVar5.E(3); - if (s == 0) { - int s2 = wVar5.s(); - if (s2 == 0) { + if (s2 == 0) { + int s3 = wVar5.s(); + if (s3 == 0) { i35 = 0; - } else if (s2 == 1) { + } else if (s3 == 1) { i35 = 1; - } else if (s2 == 2) { + } else if (s3 == 2) { i35 = 2; - } else if (s2 == 3) { + } else if (s3 == 3) { i35 = 3; } } @@ -1114,7 +1114,7 @@ public final class e { r0.q = x4; r0.t = f12; i29 = i29; - r0.s = i29; + r0.f2280s = i29; r0.u = bArr; r0.v = i7; r0.m = list; @@ -1224,9 +1224,9 @@ public final class e { wVar5.D(i17 + 8); String num = Integer.toString(f3); int i42 = l.b[(wVar5.s() & 192) >> 6]; - int s3 = wVar5.s(); - int i43 = l.d[(s3 & 56) >> 3]; - if ((s3 & 4) != 0) { + int s4 = wVar5.s(); + int i43 = l.d[(s4 & 56) >> 3]; + if ((s4 & 4) != 0) { i43++; } i21 = i16; @@ -1234,10 +1234,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2701x = i43; - bVar.f2702y = i42; + bVar.f2281x = i43; + bVar.f2282y = i42; bVar.n = drmInitData3; - bVar.f2698c = str11; + bVar.f2279c = str11; format = bVar.a(); str7 = str15; } else { @@ -1248,9 +1248,9 @@ public final class e { String num2 = Integer.toString(f3); wVar5.E(2); int i44 = l.b[(wVar5.s() & 192) >> 6]; - int s4 = wVar5.s(); - int i45 = l.d[(s4 & 14) >> 1]; - if ((s4 & 1) != 0) { + int s5 = wVar5.s(); + int i45 = l.d[(s5 & 14) >> 1]; + if ((s5 & 1) != 0) { i45++; } if (((wVar5.s() & 30) >> 1) > 0 && (wVar5.s() & 2) != 0) { @@ -1266,10 +1266,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2701x = i45; - bVar2.f2702y = i44; + bVar2.f2281x = i45; + bVar2.f2282y = i44; bVar2.n = drmInitData3; - bVar2.f2698c = str11; + bVar2.f2279c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1281,18 +1281,18 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2701x = 2; - bVar3.f2702y = i46; + bVar3.f2281x = 2; + bVar3.f2282y = i46; bVar3.n = drmInitData3; - bVar3.f2698c = str11; + bVar3.f2279c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { Format.b r02 = c.d.b.a.a.r0(f3); r02.k = str6; - r02.f2701x = i19; - r02.f2702y = i18; + r02.f2281x = i19; + r02.f2282y = i18; r02.n = drmInitData3; - r02.f2698c = str11; + r02.f2279c = str11; format = r02.a(); } else { if (f17 == 1682927731) { @@ -1322,9 +1322,9 @@ public final class e { wVar5.b += i49; w wVar6 = new w(bArr6); wVar6.D(9); - int s5 = wVar6.s(); + int s6 = wVar6.s(); wVar6.D(20); - Pair create2 = Pair.create(Integer.valueOf(wVar6.v()), Integer.valueOf(s5)); + Pair create2 = Pair.create(Integer.valueOf(wVar6.v()), Integer.valueOf(s6)); int intValue = ((Integer) create2.first).intValue(); i19 = ((Integer) create2.second).intValue(); uVar = u.t(bArr6); @@ -1387,7 +1387,7 @@ public final class e { k.b c9 = c.i.a.c.v1.k.c(new v(bArr7), false); i18 = c9.a; i19 = c9.b; - str8 = c9.f1055c; + str8 = c9.f997c; } uVar = u.t(bArr7); } @@ -1412,12 +1412,12 @@ public final class e { Format.b r03 = c.d.b.a.a.r0(f3); r03.k = str6; r03.h = str5; - r03.f2701x = i19; - r03.f2702y = i18; - r03.f2703z = i16; + r03.f2281x = i19; + r03.f2282y = i18; + r03.f2283z = i16; r03.m = uVar; r03.n = drmInitData3; - r03.f2698c = str11; + r03.f2279c = str11; format2 = r03.a(); } str = str11; @@ -1442,12 +1442,12 @@ public final class e { Format.b r03 = c.d.b.a.a.r0(f3); r03.k = str6; r03.h = str5; - r03.f2701x = i19; - r03.f2702y = i18; - r03.f2703z = i16; + r03.f2281x = i19; + r03.f2282y = i18; + r03.f2283z = i16; r03.m = uVar; r03.n = drmInitData3; - r03.f2698c = str11; + r03.f2279c = str11; format2 = r03.a(); str = str11; i29 = i12; @@ -1475,12 +1475,12 @@ public final class e { Format.b r03 = c.d.b.a.a.r0(f3); r03.k = str6; r03.h = str5; - r03.f2701x = i19; - r03.f2702y = i18; - r03.f2703z = i16; + r03.f2281x = i19; + r03.f2282y = i18; + r03.f2283z = i16; r03.m = uVar; r03.n = drmInitData3; - r03.f2698c = str11; + r03.f2279c = str11; format2 = r03.a(); str = str11; i29 = i12; @@ -1501,7 +1501,7 @@ public final class e { aVar4 = aVar6; Format.b r04 = c.d.b.a.a.r0(f3); r04.k = str18; - r04.f2698c = str11; + r04.f2279c = str11; r04.o = j3; r04.m = uVar2; format2 = r04.a(); @@ -1522,7 +1522,7 @@ public final class e { aVar4 = aVar6; Format.b r04 = c.d.b.a.a.r0(f3); r04.k = str18; - r04.f2698c = str11; + r04.f2279c = str11; r04.o = j3; r04.m = uVar2; format2 = r04.a(); @@ -1533,7 +1533,7 @@ public final class e { aVar4 = aVar6; Format.b r04 = c.d.b.a.a.r0(f3); r04.k = str18; - r04.f2698c = str11; + r04.f2279c = str11; r04.o = j3; r04.m = uVar2; format2 = r04.a(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/f.java b/app/src/main/java/c/i/a/c/a2/h0/f.java index c9867c5b43..90b163e5ef 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/f.java +++ b/app/src/main/java/c/i/a/c/a2/h0/f.java @@ -5,13 +5,13 @@ public final class f { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f730c; + public final int f694c; public final int d; public f(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f730c = i3; + this.f694c = i3; this.d = i4; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/g.java b/app/src/main/java/c/i/a/c/a2/h0/g.java index 43e030b32d..5e7bf51df1 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/g.java +++ b/app/src/main/java/c/i/a/c/a2/h0/g.java @@ -44,7 +44,7 @@ public class g implements h { public boolean G; /* renamed from: c reason: collision with root package name */ - public final int f731c; + public final int f695c; public final List d; public final SparseArray e; public final c.i.a.c.i2.w f = new c.i.a.c.i2.w(u.a); @@ -59,27 +59,25 @@ public class g implements h { public int o; public int p; public long q; - - /* renamed from: r reason: collision with root package name */ - public int f732r; + public int r; @Nullable - public c.i.a.c.i2.w s; + + /* renamed from: s reason: collision with root package name */ + public c.i.a.c.i2.w f696s; public long t; public int u; public long v; - - /* renamed from: w reason: collision with root package name */ - public long f733w; + public long w; /* renamed from: x reason: collision with root package name */ - public long f734x; + public long f697x; @Nullable /* renamed from: y reason: collision with root package name */ - public b f735y; + public b f698y; /* renamed from: z reason: collision with root package name */ - public int f736z; + public int f699z; /* compiled from: FragmentedMp4Extractor */ public static final class a { @@ -98,7 +96,7 @@ public class g implements h { public final o b = new o(); /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.i2.w f737c = new c.i.a.c.i2.w(); + public final c.i.a.c.i2.w f700c = new c.i.a.c.i2.w(); public p d; public f e; public int f; @@ -120,7 +118,7 @@ public class g implements h { } public long a() { - return !this.l ? this.d.f750c[this.f] : this.b.f[this.h]; + return !this.l ? this.d.f711c[this.f] : this.b.f[this.h]; } @Nullable @@ -174,7 +172,7 @@ public class g implements h { c.i.a.c.i2.w wVar2 = this.k; int length = bArr.length; wVar2.a = bArr; - wVar2.f972c = length; + wVar2.f919c = length; wVar2.b = 0; i3 = bArr.length; wVar = wVar2; @@ -191,8 +189,8 @@ public class g implements h { return i3 + 1; } if (!z2) { - this.f737c.z(8); - c.i.a.c.i2.w wVar4 = this.f737c; + this.f700c.z(8); + c.i.a.c.i2.w wVar4 = this.f700c; byte[] bArr2 = wVar4.a; bArr2[0] = 0; bArr2[1] = 1; @@ -210,13 +208,13 @@ public class g implements h { wVar5.E(-2); int i5 = (x2 * 6) + 2; if (i2 != 0) { - this.f737c.z(i5); - byte[] bArr3 = this.f737c.a; + this.f700c.z(i5); + byte[] bArr3 = this.f700c.a; wVar5.e(bArr3, 0, i5); int i6 = (((bArr3[2] & 255) << 8) | (bArr3[3] & 255)) + i2; bArr3[2] = (byte) ((i6 >> 8) & 255); bArr3[3] = (byte) (i6 & 255); - wVar5 = this.f737c; + wVar5 = this.f700c; } this.a.f(wVar5, i5, 1); return i3 + 1 + i5; @@ -226,7 +224,7 @@ public class g implements h { o oVar = this.b; oVar.d = 0; oVar.q = 0; - oVar.f749r = false; + oVar.r = false; oVar.l = false; oVar.p = false; oVar.n = null; @@ -246,7 +244,7 @@ public class g implements h { public g(int i) { List emptyList = Collections.emptyList(); - this.f731c = i; + this.f695c = i; this.d = Collections.unmodifiableList(emptyList); byte[] bArr = new byte[16]; this.i = bArr; @@ -254,9 +252,9 @@ public class g implements h { this.m = new ArrayDeque<>(); this.n = new ArrayDeque<>(); this.e = new SparseArray<>(); - this.f733w = -9223372036854775807L; + this.w = -9223372036854775807L; this.v = -9223372036854775807L; - this.f734x = -9223372036854775807L; + this.f697x = -9223372036854775807L; this.D = j.d; this.E = new w[0]; this.F = new w[0]; @@ -312,7 +310,7 @@ public class g implements h { bArr = new byte[a2]; } wVar2.a = bArr; - wVar2.f972c = a2; + wVar2.f919c = a2; wVar2.b = 0; oVar.l = true; oVar.p = true; @@ -336,7 +334,7 @@ public class g implements h { public final void c() { this.o = 0; - this.f732r = 0; + this.r = 0; } public final f d(SparseArray sparseArray, int i) { @@ -372,14 +370,14 @@ public class g implements h { int i2 = this.o; int i3 = 1; if (i2 == 0) { - if (this.f732r == 0) { + if (this.r == 0) { if (!iVar2.c(this.l.a, 0, 8, true)) { z3 = false; if (z3) { return -1; } } else { - this.f732r = 8; + this.r = 8; this.l.D(0); this.q = this.l.t(); this.p = this.l.f(); @@ -388,7 +386,7 @@ public class g implements h { long j7 = this.q; if (j7 == 1) { iVar2.readFully(this.l.a, 8, 8); - this.f732r += 8; + this.r += 8; this.q = this.l.w(); } else if (j7 == 0) { long b2 = iVar.b(); @@ -396,14 +394,14 @@ public class g implements h { b2 = this.m.peek().b; } if (b2 != -1) { - this.q = (b2 - iVar.getPosition()) + ((long) this.f732r); + this.q = (b2 - iVar.getPosition()) + ((long) this.r); } } - if (this.q >= ((long) this.f732r)) { - long position = iVar.getPosition() - ((long) this.f732r); + if (this.q >= ((long) this.r)) { + long position = iVar.getPosition() - ((long) this.r); int i4 = this.p; if ((i4 == 1836019558 || i4 == 1835295092) && !this.G) { - this.D.a(new t.b(this.f733w, position)); + this.D.a(new t.b(this.w, position)); this.G = true; } if (this.p == 1836019558) { @@ -411,30 +409,30 @@ public class g implements h { for (int i5 = 0; i5 < size; i5++) { o oVar = this.e.valueAt(i5).b; Objects.requireNonNull(oVar); - oVar.f748c = position; + oVar.f710c = position; oVar.b = position; } } int i6 = this.p; if (i6 == 1835295092) { - this.f735y = null; + this.f698y = null; this.t = position + this.q; this.o = 2; } else if (i6 == 1836019574 || i6 == 1953653099 || i6 == 1835297121 || i6 == 1835626086 || i6 == 1937007212 || i6 == 1836019558 || i6 == 1953653094 || i6 == 1836475768 || i6 == 1701082227) { long position2 = (iVar.getPosition() + this.q) - 8; this.m.push(new d.a(this.p, position2)); - if (this.q == ((long) this.f732r)) { + if (this.q == ((long) this.r)) { j(position2); } else { c(); } } else if (i6 == 1751411826 || i6 == 1835296868 || i6 == 1836476516 || i6 == 1936286840 || i6 == 1937011556 || i6 == 1937011827 || i6 == 1668576371 || i6 == 1937011555 || i6 == 1937011578 || i6 == 1937013298 || i6 == 1937007471 || i6 == 1668232756 || i6 == 1937011571 || i6 == 1952867444 || i6 == 1952868452 || i6 == 1953196132 || i6 == 1953654136 || i6 == 1953658222 || i6 == 1886614376 || i6 == 1935763834 || i6 == 1935763823 || i6 == 1936027235 || i6 == 1970628964 || i6 == 1935828848 || i6 == 1936158820 || i6 == 1701606260 || i6 == 1835362404 || i6 == 1701671783) { - if (this.f732r == 8) { + if (this.r == 8) { long j8 = this.q; if (j8 <= 2147483647L) { c.i.a.c.i2.w wVar = new c.i.a.c.i2.w((int) j8); System.arraycopy(this.l.a, 0, wVar.a, 0, 8); - this.s = wVar; + this.f696s = wVar; this.o = 1; } else { throw new ParserException("Leaf atom with length > 2147483647 (unsupported)."); @@ -443,7 +441,7 @@ public class g implements h { throw new ParserException("Leaf atom defines extended atom size (unsupported)."); } } else if (this.q <= 2147483647L) { - this.s = null; + this.f696s = null; this.o = 1; } else { throw new ParserException("Skipping atom with length > 2147483647 (unsupported)."); @@ -457,7 +455,7 @@ public class g implements h { } else if (i2 != 1) { long j9 = RecyclerView.FOREVER_NS; if (i2 != 2) { - b bVar = this.f735y; + b bVar = this.f698y; if (bVar == null) { SparseArray sparseArray = this.e; int size2 = sparseArray.size(); @@ -493,14 +491,14 @@ public class g implements h { a3 = 0; } iVar2.l(a3); - this.f735y = bVar2; + this.f698y = bVar2; bVar = bVar2; } } char c2 = 6; if (this.o == 3) { int i8 = !bVar.l ? bVar.d.d[bVar.f] : bVar.b.h[bVar.f]; - this.f736z = i8; + this.f699z = i8; if (bVar.f < bVar.i) { iVar2.l(i8); n b3 = bVar.b(); @@ -516,25 +514,25 @@ public class g implements h { } } if (!bVar.c()) { - this.f735y = null; + this.f698y = null; } this.o = 3; if (i3 != 0) { } } else { if (bVar.d.a.g == 1) { - this.f736z = i8 - 8; + this.f699z = i8 - 8; iVar2.l(8); } if ("audio/ac4".equals(bVar.d.a.f.t)) { - this.A = bVar.d(this.f736z, 7); - m.a(this.f736z, this.j); + this.A = bVar.d(this.f699z, 7); + m.a(this.f699z, this.j); bVar.a.c(this.j, 7); this.A += 7; } else { - this.A = bVar.d(this.f736z, 0); + this.A = bVar.d(this.f699z, 0); } - this.f736z += this.A; + this.f699z += this.A; this.o = 4; this.B = 0; } @@ -553,7 +551,7 @@ public class g implements h { if (i11 == 0) { while (true) { int i12 = this.A; - int i13 = this.f736z; + int i13 = this.f699z; if (i12 >= i13) { break; } @@ -566,7 +564,7 @@ public class g implements h { bArr[2] = 0; int i14 = i11 + 1; int i15 = 4 - i11; - while (this.A < this.f736z) { + while (this.A < this.f699z) { int i16 = this.B; if (i16 == 0) { iVar2.readFully(bArr, i15, i14); @@ -585,13 +583,13 @@ public class g implements h { z2 = true; this.C = z2; this.A += 5; - this.f736z += i15; + this.f699z += i15; } } z2 = false; this.C = z2; this.A += 5; - this.f736z += i15; + this.f699z += i15; } else { throw new ParserException("Invalid NAL length"); } @@ -602,7 +600,7 @@ public class g implements h { wVar3.c(this.h, this.B); i = this.B; c.i.a.c.i2.w wVar4 = this.h; - int e = u.e(wVar4.a, wVar4.f972c); + int e = u.e(wVar4.a, wVar4.f919c); this.h.D("video/hevc".equals(mVar.f.t) ? 1 : 0); this.h.C(e); c.c.a.a0.d.L(j, this.h, this.F); @@ -621,7 +619,7 @@ public class g implements h { i17 |= BasicMeasure.EXACTLY; } n b5 = bVar.b(); - wVar3.d(j, i17, this.f736z, 0, b5 != null ? b5.f747c : null); + wVar3.d(j, i17, this.f699z, 0, b5 != null ? b5.f709c : null); while (!this.n.isEmpty()) { a removeFirst = this.n.removeFirst(); this.u -= removeFirst.b; @@ -634,7 +632,7 @@ public class g implements h { } } if (!bVar.c()) { - this.f735y = null; + this.f698y = null; } this.o = 3; i3 = 1; @@ -646,7 +644,7 @@ public class g implements h { for (int i19 = 0; i19 < size3; i19++) { o oVar4 = this.e.valueAt(i19).b; if (oVar4.p) { - long j12 = oVar4.f748c; + long j12 = oVar4.f710c; if (j12 < j9) { bVar3 = this.e.valueAt(i19); j9 = j12; @@ -661,7 +659,7 @@ public class g implements h { iVar2.l(position4); o oVar5 = bVar3.b; c.i.a.c.i2.w wVar5 = oVar5.o; - iVar2.readFully(wVar5.a, 0, wVar5.f972c); + iVar2.readFully(wVar5.a, 0, wVar5.f919c); oVar5.o.D(0); oVar5.p = false; } else { @@ -670,15 +668,15 @@ public class g implements h { } } } else { - int i20 = ((int) this.q) - this.f732r; - c.i.a.c.i2.w wVar6 = this.s; + int i20 = ((int) this.q) - this.r; + c.i.a.c.i2.w wVar6 = this.f696s; if (wVar6 != null) { iVar2.readFully(wVar6.a, 8, i20); int i21 = this.p; d.b bVar4 = new d.b(i21, wVar6); long position5 = iVar.getPosition(); if (!this.m.isEmpty()) { - this.m.peek().f727c.add(bVar4); + this.m.peek().f691c.add(bVar4); } else { if (i21 == 1936286840) { wVar6.D(8); @@ -724,7 +722,7 @@ public class g implements h { } } Pair create = Pair.create(Long.valueOf(E), new c(iArr, jArr, jArr2, jArr3)); - this.f734x = ((Long) create.first).longValue(); + this.f697x = ((Long) create.first).longValue(); this.D.a((t) create.second); this.G = true; } else if (i21 == 1701671783 && this.E.length != 0) { @@ -738,7 +736,7 @@ public class g implements h { Objects.requireNonNull(str); long t3 = wVar6.t(); long E2 = f0.E(wVar6.t(), 1000000, t3); - long j17 = this.f734x; + long j17 = this.f697x; if (j17 != -9223372036854775807L) { j16 = j17 + E2; } @@ -814,7 +812,7 @@ public class g implements h { this.E = wVarArr; int i2 = 100; int i3 = 0; - if ((this.f731c & 4) != 0) { + if ((this.f695c & 4) != 0) { wVarArr[0] = this.D.p(100, 5); i2 = 101; i = 1; @@ -897,15 +895,15 @@ public class g implements h { int i18 = 12; if (i17 == 1836019574) { c.c.a.a0.d.E(true, "Unexpected moov box."); - DrmInitData h = h(pop.f727c); + DrmInitData h = h(pop.f691c); d.a b2 = pop.b(1836475768); Objects.requireNonNull(b2); SparseArray sparseArray2 = new SparseArray<>(); - int size = b2.f727c.size(); + int size = b2.f691c.size(); long j3 = -9223372036854775807L; int i19 = 0; while (i19 < size) { - d.b bVar3 = b2.f727c.get(i19); + d.b bVar3 = b2.f691c.get(i19); int i20 = bVar3.a; if (i20 == 1953654136) { c.i.a.c.i2.w wVar2 = bVar3.b; @@ -922,14 +920,14 @@ public class g implements h { i19++; i18 = 12; } - ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f731c & 16) != 0, false, new c(gVar3)); + ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f695c & 16) != 0, false, new c(gVar3)); int size2 = arrayList.size(); if (gVar3.e.size() == 0) { for (int i21 = 0; i21 < size2; i21++) { p pVar = (p) arrayList.get(i21); m mVar = pVar.a; gVar3.e.put(mVar.a, new b(gVar3.D.p(i21, mVar.b), pVar, gVar3.d(sparseArray2, mVar.a))); - gVar3.f733w = Math.max(gVar3.f733w, mVar.e); + gVar3.w = Math.max(gVar3.w, mVar.e); } gVar3.D.j(); } else { @@ -950,7 +948,7 @@ public class g implements h { int i23 = 8; if (i17 == 1836019558) { SparseArray sparseArray3 = gVar3.e; - int i24 = gVar3.f731c; + int i24 = gVar3.f695c; byte[] bArr5 = gVar3.i; int size3 = pop.d.size(); int i25 = 0; @@ -967,31 +965,31 @@ public class g implements h { valueAt = null; } else { if ((f & 1) != 0) { - long w2 = wVar4.w(); + long w = wVar4.w(); o oVar2 = valueAt.b; - oVar2.b = w2; - oVar2.f748c = w2; + oVar2.b = w; + oVar2.f710c = w; } f fVar2 = valueAt.e; - valueAt.b.a = new f((f & 2) != 0 ? wVar4.f() - 1 : fVar2.a, (f & 8) != 0 ? wVar4.f() : fVar2.b, (f & 16) != 0 ? wVar4.f() : fVar2.f730c, (f & 32) != 0 ? wVar4.f() : fVar2.d); + valueAt.b.a = new f((f & 2) != 0 ? wVar4.f() - 1 : fVar2.a, (f & 8) != 0 ? wVar4.f() : fVar2.b, (f & 16) != 0 ? wVar4.f() : fVar2.f694c, (f & 32) != 0 ? wVar4.f() : fVar2.d); } if (valueAt != null) { o oVar3 = valueAt.b; long j4 = oVar3.q; - boolean z7 = oVar3.f749r; + boolean z7 = oVar3.r; valueAt.e(); valueAt.l = true; d.b c3 = aVar4.c(1952867444); if (c3 == null || (i24 & 2) != 0) { oVar3.q = j4; - oVar3.f749r = z7; + oVar3.r = z7; } else { c.i.a.c.i2.w wVar5 = c3.b; wVar5.D(i23); oVar3.q = ((wVar5.f() >> 24) & 255) == 1 ? wVar5.w() : wVar5.t(); - oVar3.f749r = true; + oVar3.r = true; } - List list2 = aVar4.f727c; + List list2 = aVar4.f691c; int size4 = list2.size(); int i26 = 0; int i27 = 0; @@ -1081,7 +1079,7 @@ public class g implements h { oVar = oVar3; if (jArr2.length == 1 && jArr2[0] == 0) { z2 = z12; - j2 = f0.E(mVar3.i[0], 1000000, mVar3.f746c); + j2 = f0.E(mVar3.i[0], 1000000, mVar3.f708c); int[] iArr2 = oVar5.h; int[] iArr3 = oVar5.i; long[] jArr3 = oVar5.j; @@ -1089,7 +1087,7 @@ public class g implements h { b bVar7 = valueAt; boolean z13 = (mVar3.b == 2 || (i24 & 1) == 0) ? false : true; i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f746c; + long j5 = mVar3.f708c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1108,7 +1106,7 @@ public class g implements h { i14 = wVar7.f(); } else { z4 = z10; - i14 = fVar3.f730c; + i14 = fVar3.f694c; } a(i14); if (z11) { @@ -1133,7 +1131,7 @@ public class g implements h { iArr4[i12] = 0; } jArr3[i12] = f0.E(j6, 1000000, j5) - j2; - if (!oVar5.f749r) { + if (!oVar5.r) { bVar2 = bVar7; i16 = i11; iArr = iArr4; @@ -1178,7 +1176,7 @@ public class g implements h { if (mVar3.b == 2) { } i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f746c; + long j5 = mVar3.f708c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1230,20 +1228,20 @@ public class g implements h { if ((wVar8.f() & ViewCompat.MEASURED_SIZE_MASK & 1) == 1) { wVar8.E(8); } - int s = wVar8.s(); + int s2 = wVar8.s(); int v2 = wVar8.v(); if (v2 <= oVar3.e) { - if (s == 0) { + if (s2 == 0) { boolean[] zArr2 = oVar3.m; i5 = 0; for (int i37 = 0; i37 < v2; i37++) { - int s2 = wVar8.s(); - i5 += s2; - zArr2[i37] = s2 > i36; + int s3 = wVar8.s(); + i5 += s3; + zArr2[i37] = s3 > i36; } } else { - i5 = (s * v2) + 0; - Arrays.fill(oVar3.m, 0, v2, s > i36); + i5 = (s2 * v2) + 0; + Arrays.fill(oVar3.m, 0, v2, s2 > i36); } Arrays.fill(oVar3.m, v2, oVar3.e, false); if (i5 > 0) { @@ -1272,7 +1270,7 @@ public class g implements h { } int v3 = wVar10.v(); if (v3 == 1) { - oVar3.f748c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); + oVar3.f710c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); } else { throw new ParserException(c.d.b.a.a.l("Unexpected saio entry count: ", v3)); } @@ -1284,8 +1282,8 @@ public class g implements h { String str = a2 != null ? a2.b : null; c.i.a.c.i2.w wVar11 = null; c.i.a.c.i2.w wVar12 = null; - for (int i38 = 0; i38 < aVar4.f727c.size(); i38++) { - d.b bVar8 = aVar4.f727c.get(i38); + for (int i38 = 0; i38 < aVar4.f691c.size(); i38++) { + d.b bVar8 = aVar4.f691c.get(i38); c.i.a.c.i2.w wVar13 = bVar8.b; int i39 = bVar8.a; if (i39 == 1935828848) { @@ -1320,26 +1318,26 @@ public class g implements h { } if (wVar12.t() == 1) { wVar12.E(1); - int s3 = wVar12.s(); - int i40 = (s3 & 240) >> 4; - int i41 = s3 & 15; + int s4 = wVar12.s(); + int i40 = (s4 & 240) >> 4; + int i41 = s4 & 15; boolean z14 = wVar12.s() == 1; if (z14) { - int s4 = wVar12.s(); + int s5 = wVar12.s(); byte[] bArr8 = new byte[16]; System.arraycopy(wVar12.a, wVar12.b, bArr8, 0, 16); wVar12.b += 16; - if (s4 == 0) { - int s5 = wVar12.s(); - byte[] bArr9 = new byte[s5]; - System.arraycopy(wVar12.a, wVar12.b, bArr9, 0, s5); - wVar12.b += s5; + if (s5 == 0) { + int s6 = wVar12.s(); + byte[] bArr9 = new byte[s6]; + System.arraycopy(wVar12.a, wVar12.b, bArr9, 0, s6); + wVar12.b += s6; bArr3 = bArr9; } else { bArr3 = null; } oVar3.l = true; - oVar3.n = new n(z14, str, s4, bArr8, i40, i41, bArr3); + oVar3.n = new n(z14, str, s5, bArr8, i40, i41, bArr3); } } else { throw new ParserException("Entry count in sgpd != 1 (unsupported)."); @@ -1348,10 +1346,10 @@ public class g implements h { throw new ParserException("Entry count in sbgp != 1 (unsupported)."); } } - int size5 = aVar4.f727c.size(); + int size5 = aVar4.f691c.size(); int i42 = 0; while (i42 < size5) { - d.b bVar9 = aVar4.f727c.get(i42); + d.b bVar9 = aVar4.f691c.get(i42); if (bVar9.a == 1970628964) { c.i.a.c.i2.w wVar14 = bVar9.b; wVar14.D(8); @@ -1391,7 +1389,7 @@ public class g implements h { pop = aVar; i24 = i; } - DrmInitData h2 = h(pop.f727c); + DrmInitData h2 = h(pop.f691c); gVar = this; if (h2 != null) { int size6 = gVar.e.size(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/i.java b/app/src/main/java/c/i/a/c/a2/h0/i.java index 70c7ad1d16..7b6d5a6862 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/i.java +++ b/app/src/main/java/c/i/a/c/a2/h0/i.java @@ -36,7 +36,7 @@ public final class i implements h, t { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f738c; + public final w f701c; public final w d; public final w e; public final w f; @@ -52,23 +52,21 @@ public final class i implements h, t { public int o; public int p; public int q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f739r; - public j s; + /* renamed from: s reason: collision with root package name */ + public j f702s; public a[] t; public long[][] u; public int v; - - /* renamed from: w reason: collision with root package name */ - public long f740w; + public long w; /* renamed from: x reason: collision with root package name */ - public int f741x; + public int f703x; @Nullable /* renamed from: y reason: collision with root package name */ - public MotionPhotoMetadata f742y; + public MotionPhotoMetadata f704y; /* compiled from: Mp4Extractor */ public static final class a { @@ -76,13 +74,13 @@ public final class i implements h, t { public final p b; /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.a2.w f743c; + public final c.i.a.c.a2.w f705c; public int d; public a(m mVar, p pVar, c.i.a.c.a2.w wVar) { this.a = mVar; this.b = pVar; - this.f743c = wVar; + this.f705c = wVar; } } @@ -97,7 +95,7 @@ public final class i implements h, t { this.i = new ArrayList(); this.f = new w(16); this.g = new ArrayDeque<>(); - this.f738c = new w(u.a); + this.f701c = new w(u.a); this.d = new w(4); this.e = new w(); this.o = -1; @@ -108,7 +106,7 @@ public final class i implements h, t { if (a2 == -1) { a2 = pVar.b(j); } - return a2 == -1 ? j2 : Math.min(pVar.f750c[a2], j2); + return a2 == -1 ? j2 : Math.min(pVar.f711c[a2], j2); } @Override // c.i.a.c.a2.h @@ -141,11 +139,11 @@ public final class i implements h, t { Metadata metadata = null; if (this.m == 0) { if (!iVar.c(this.f.a, 0, 8, true)) { - if (this.f741x == 2 && (this.b & 2) != 0) { - j jVar = this.s; + if (this.f703x == 2 && (this.b & 2) != 0) { + j jVar = this.f702s; Objects.requireNonNull(jVar); c.i.a.c.a2.w p = jVar.p(0, 4); - MotionPhotoMetadata motionPhotoMetadata = this.f742y; + MotionPhotoMetadata motionPhotoMetadata = this.f704y; if (motionPhotoMetadata != null) { metadata = new Metadata(motionPhotoMetadata); } @@ -221,7 +219,7 @@ public final class i implements h, t { long j6 = (long) this.m; long j7 = position2 - j6; if (this.k == 1836086884) { - this.f742y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); + this.f704y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); } this.n = null; this.j = 1; @@ -265,9 +263,9 @@ public final class i implements h, t { } } } - this.f741x = i8; + this.f703x = i8; } else if (!this.g.isEmpty()) { - this.g.peek().f727c.add(new d.b(this.k, wVar3)); + this.g.peek().f691c.add(new d.b(this.k, wVar3)); } } else if (j8 < Permission.USE_EXTERNAL_EMOJIS) { iVar.l((int) j8); @@ -304,7 +302,7 @@ public final class i implements h, t { int i13 = aVar.d; p pVar = aVar.b; if (i13 != pVar.b) { - long j12 = pVar.f750c[i13]; + long j12 = pVar.f711c[i13]; long j13 = this.u[i11][i13]; long j14 = j12 - position4; boolean z6 = j14 < 0 || j14 >= Permission.USE_EXTERNAL_EMOJIS; @@ -333,10 +331,10 @@ public final class i implements h, t { a[] aVarArr2 = this.t; int i14 = f0.a; a aVar2 = aVarArr2[this.o]; - c.i.a.c.a2.w wVar4 = aVar2.f743c; + c.i.a.c.a2.w wVar4 = aVar2.f705c; int i15 = aVar2.d; p pVar2 = aVar2.b; - long j15 = pVar2.f750c[i15]; + long j15 = pVar2.f711c[i15]; int i16 = pVar2.d[i15]; long j16 = (j15 - position4) + ((long) this.p); if (j16 < 0 || j16 >= Permission.USE_EXTERNAL_EMOJIS) { @@ -367,7 +365,7 @@ public final class i implements h, t { int b2 = wVar4.b(iVar, i16 - i18, false); this.p += b2; this.q += b2; - this.f739r -= b2; + this.r -= b2; } } else { byte[] bArr2 = this.d.a; @@ -376,16 +374,16 @@ public final class i implements h, t { bArr2[2] = 0; int i19 = 4 - i17; while (this.q < i16) { - int i20 = this.f739r; + int i20 = this.r; if (i20 == 0) { iVar.readFully(bArr2, i19, i17); this.p += i17; this.d.D(0); int f3 = this.d.f(); if (f3 >= 0) { - this.f739r = f3; - this.f738c.D(0); - wVar4.c(this.f738c, 4); + this.r = f3; + this.f701c.D(0); + wVar4.c(this.f701c, 4); this.q += 4; i16 += i19; } else { @@ -395,7 +393,7 @@ public final class i implements h, t { int b3 = wVar4.b(iVar, i20, false); this.p += b3; this.q += b3; - this.f739r -= b3; + this.r -= b3; } } } @@ -405,7 +403,7 @@ public final class i implements h, t { this.o = -1; this.p = 0; this.q = 0; - this.f739r = 0; + this.r = 0; return 0; } else if (i2 == 3) { k kVar = this.h; @@ -416,7 +414,7 @@ public final class i implements h, t { sVar.a = (b4 == -1 || b4 < 8) ? 0 : b4 - 8; kVar.d = 1; } else if (i21 != 1) { - short s = 2816; + short s2 = 2816; if (i21 == 2) { long b5 = iVar.b(); int i22 = (kVar.e - 12) - 8; @@ -426,24 +424,24 @@ public final class i implements h, t { while (i23 < i22 / 12) { wVar5.E(i4); short i24 = wVar5.i(); - if (i24 != 2192 && i24 != s) { + if (i24 != 2192 && i24 != s2) { if (!(i24 == 2817 || i24 == 2819 || i24 == 2820)) { wVar5.E(8); i23++; - s = 2816; + s2 = 2816; i4 = 2; } } - kVar.f745c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); + kVar.f707c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); i23++; - s = 2816; + s2 = 2816; i4 = 2; } - if (kVar.f745c.isEmpty()) { + if (kVar.f707c.isEmpty()) { sVar.a = 0; } else { kVar.d = 3; - sVar.a = kVar.f745c.get(0).a; + sVar.a = kVar.f707c.get(0).a; } } else if (i21 == 3) { long position5 = iVar.getPosition(); @@ -451,8 +449,8 @@ public final class i implements h, t { w wVar6 = new w(b6); iVar.readFully(wVar6.a, 0, b6); int i25 = 0; - while (i25 < kVar.f745c.size()) { - k.a aVar3 = kVar.f745c.get(i25); + while (i25 < kVar.f707c.size()) { + k.a aVar3 = kVar.f707c.get(i25); wVar6.D((int) (aVar3.a - position5)); wVar6.E(i3); int h = wVar6.h(); @@ -560,7 +558,7 @@ public final class i implements h, t { @Override // c.i.a.c.a2.h public void f(j jVar) { - this.s = jVar; + this.f702s = jVar; } @Override // c.i.a.c.a2.h @@ -570,7 +568,7 @@ public final class i implements h, t { this.o = -1; this.p = 0; this.q = 0; - this.f739r = 0; + this.r = 0; if (j != 0) { a[] aVarArr = this.t; if (aVarArr != null) { @@ -587,7 +585,7 @@ public final class i implements h, t { j(); } else { k kVar = this.h; - kVar.f745c.clear(); + kVar.f707c.clear(); kVar.d = 0; this.i.clear(); } @@ -618,12 +616,12 @@ public final class i implements h, t { return new t.a(c.i.a.c.a2.u.a); } long j8 = pVar.f[a2]; - j2 = pVar.f750c[a2]; + j2 = pVar.f711c[a2]; if (j8 >= j6 || a2 >= pVar.b - 1 || (b = pVar.b(j6)) == -1 || b == a2) { j5 = -9223372036854775807L; } else { long j9 = pVar.f[b]; - long j10 = pVar.f750c[b]; + long j10 = pVar.f711c[b]; j5 = j9; j7 = j10; } @@ -657,7 +655,7 @@ public final class i implements h, t { @Override // c.i.a.c.a2.t public long i() { - return this.f740w; + return this.w; } public final void j() { @@ -720,7 +718,7 @@ public final class i implements h, t { d.a pop = iVar3.g.pop(); if (pop.a == 1836019574) { ArrayList arrayList5 = new ArrayList(); - boolean z5 = iVar3.f741x == 1; + boolean z5 = iVar3.f703x == 1; p pVar = new p(); d.b c2 = pop.c(1969517665); int i9 = 1768715124; @@ -973,9 +971,9 @@ public final class i implements h, t { wVar.D(i27 + f9); } else if (f9 >= 14) { wVar.E(5); - int s = wVar.s(); - if (s == 12 || s == 13) { - float f10 = s == 12 ? 240.0f : 120.0f; + int s2 = wVar.s(); + if (s2 == 12 || s2 == 13) { + float f10 = s2 == 12 ? 240.0f : 120.0f; wVar.E(1); metadata9 = new Metadata(new SmtaMetadataEntry(f10, wVar.s())); } @@ -1085,7 +1083,7 @@ public final class i implements h, t { if (!arrayList7.isEmpty()) { metadata4 = new Metadata(arrayList7); List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.s; + j jVar = iVar3.f702s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1115,13 +1113,13 @@ public final class i implements h, t { a2.l = pVar2.e + 30; int i35 = mVar.b; if (i35 == 2 && j4 > 0 && (i7 = pVar2.b) > 1) { - a2.f2699r = ((float) i7) / (((float) j4) / 1000000.0f); + a2.r = ((float) i7) / (((float) j4) / 1000000.0f); } if (i35 == 1) { int i36 = pVar.b; - if ((i36 == -1 || pVar.f803c == -1) ? false : true) { + if ((i36 == -1 || pVar.f762c == -1) ? false : true) { a2.A = i36; - a2.B = pVar.f803c; + a2.B = pVar.f762c; } } Metadata[] metadataArr = new Metadata[2]; @@ -1142,7 +1140,7 @@ public final class i implements h, t { if (metadata11.i.length > 0) { a2.i = metadata11; } - aVar.f743c.e(a2.a()); + aVar.f705c.e(a2.a()); if (mVar.b == 2 && i34 == -1) { i34 = arrayList.size(); } @@ -1175,7 +1173,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f743c.e(a2.a()); + aVar.f705c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1186,7 +1184,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f743c.e(a2.a()); + aVar.f705c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1203,7 +1201,7 @@ public final class i implements h, t { iVar = iVar3; long j5 = 0; iVar.v = i34; - iVar.f740w = j2; + iVar.w = j2; aVarArr = (a[]) arrayList.toArray(new a[0]); iVar.t = aVarArr; long[][] jArr = new long[aVarArr.length][]; @@ -1244,7 +1242,7 @@ public final class i implements h, t { } metadata4 = null; List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.s; + j jVar = iVar3.f702s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1257,7 +1255,7 @@ public final class i implements h, t { iVar = iVar3; long j5 = 0; iVar.v = i34; - iVar.f740w = j2; + iVar.w = j2; aVarArr = (a[]) arrayList.toArray(new a[0]); iVar.t = aVarArr; long[][] jArr = new long[aVarArr.length][]; @@ -1280,7 +1278,7 @@ public final class i implements h, t { metadata3 = metadata10; metadata4 = null; List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.s; + j jVar = iVar3.f702s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1293,7 +1291,7 @@ public final class i implements h, t { iVar = iVar3; long j5 = 0; iVar.v = i34; - iVar.f740w = j2; + iVar.w = j2; aVarArr = (a[]) arrayList.toArray(new a[0]); iVar.t = aVarArr; long[][] jArr = new long[aVarArr.length][]; diff --git a/app/src/main/java/c/i/a/c/a2/h0/j.java b/app/src/main/java/c/i/a/c/a2/h0/j.java index c4e776bb4d..d312b7d175 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/j.java +++ b/app/src/main/java/c/i/a/c/a2/h0/j.java @@ -7,11 +7,11 @@ public class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f744c; + public final byte[] f706c; public j(UUID uuid, int i, byte[] bArr) { this.a = uuid; this.b = i; - this.f744c = bArr; + this.f706c = bArr; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/k.java b/app/src/main/java/c/i/a/c/a2/h0/k.java index 29d4463a68..ec8b71617a 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/k.java +++ b/app/src/main/java/c/i/a/c/a2/h0/k.java @@ -11,7 +11,7 @@ public final class k { public static final c.i.b.a.k b = new c.i.b.a.k(new j(new b.C0126b('*'))); /* renamed from: c reason: collision with root package name */ - public final List f745c = new ArrayList(); + public final List f707c = new ArrayList(); public int d = 0; public int e; diff --git a/app/src/main/java/c/i/a/c/a2/h0/m.java b/app/src/main/java/c/i/a/c/a2/h0/m.java index d29314bd75..3b58279beb 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/m.java +++ b/app/src/main/java/c/i/a/c/a2/h0/m.java @@ -8,7 +8,7 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f746c; + public final long f708c; public final long d; public final long e; public final Format f; @@ -24,7 +24,7 @@ public final class m { public m(int i, int i2, long j, long j2, long j3, Format format, int i3, @Nullable n[] nVarArr, int i4, @Nullable long[] jArr, @Nullable long[] jArr2) { this.a = i; this.b = i2; - this.f746c = j; + this.f708c = j; this.d = j2; this.e = j3; this.f = format; diff --git a/app/src/main/java/c/i/a/c/a2/h0/n.java b/app/src/main/java/c/i/a/c/a2/h0/n.java index 085b541fab..8dc75f978e 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/n.java +++ b/app/src/main/java/c/i/a/c/a2/h0/n.java @@ -11,7 +11,7 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final w.a f747c; + public final w.a f709c; public final int d; @Nullable public final byte[] e; @@ -63,6 +63,6 @@ public final class n { Log.w("TrackEncryptionBox", "Unsupported protection scheme type '" + str + "'. Assuming AES-CTR crypto mode."); } } - this.f747c = new w.a(i4, bArr, i2, i3); + this.f709c = new w.a(i4, bArr, i2, i3); } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/o.java b/app/src/main/java/c/i/a/c/a2/h0/o.java index 29551febd4..a895ce8436 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/o.java +++ b/app/src/main/java/c/i/a/c/a2/h0/o.java @@ -8,7 +8,7 @@ public final class o { public long b; /* renamed from: c reason: collision with root package name */ - public long f748c; + public long f710c; public int d; public int e; public long[] f = new long[0]; @@ -24,7 +24,5 @@ public final class o { public final w o = new w(); public boolean p; public long q; - - /* renamed from: r reason: collision with root package name */ - public boolean f749r; + public boolean r; } diff --git a/app/src/main/java/c/i/a/c/a2/h0/p.java b/app/src/main/java/c/i/a/c/a2/h0/p.java index af6aba3266..f2d661c00a 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/p.java +++ b/app/src/main/java/c/i/a/c/a2/h0/p.java @@ -8,7 +8,7 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final long[] f750c; + public final long[] f711c; public final int[] d; public final int e; public final long[] f; @@ -21,7 +21,7 @@ public final class p { d.k(jArr.length == jArr2.length); d.k(iArr2.length == jArr2.length ? true : z2); this.a = mVar; - this.f750c = jArr; + this.f711c = jArr; this.d = iArr; this.e = i; this.f = jArr2; diff --git a/app/src/main/java/c/i/a/c/a2/i0/b.java b/app/src/main/java/c/i/a/c/a2/i0/b.java index 8e57af2824..85bddfd683 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/b.java +++ b/app/src/main/java/c/i/a/c/a2/i0/b.java @@ -14,7 +14,7 @@ public final class b implements g { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f751c; + public final long f712c; public final i d; public int e; public long f; @@ -40,7 +40,7 @@ public final class b implements g { public t.a h(long j) { b bVar = b.this; long j2 = bVar.b; - long j3 = bVar.f751c; + long j3 = bVar.f712c; return new t.a(new u(j, f0.i(((((j3 - j2) * ((((long) bVar.d.i) * j) / 1000000)) / bVar.f) + j2) - 30000, j2, j3 - 1))); } @@ -55,7 +55,7 @@ public final class b implements g { d.k(j >= 0 && j2 > j); this.d = iVar; this.b = j; - this.f751c = j2; + this.f712c = j2; if (j3 == j2 - j || z2) { this.f = j4; this.e = 4; @@ -85,7 +85,7 @@ public final class b implements g { long position = iVar.getPosition(); this.g = position; this.e = 1; - long j3 = this.f751c - 65307; + long j3 = this.f712c - 65307; if (j3 > position) { return j3; } @@ -103,7 +103,7 @@ public final class b implements g { iVar.k(); long j4 = this.h; f fVar = this.a; - long j5 = fVar.f755c; + long j5 = fVar.f716c; long j6 = j4 - j5; int i2 = fVar.e + fVar.f; if (0 > j6 || j6 >= 72000) { @@ -113,7 +113,7 @@ public final class b implements g { this.l = j5; } else { this.i = iVar.getPosition() + ((long) i2); - this.k = this.a.f755c; + this.k = this.a.f716c; } long j7 = this.j; long j8 = this.i; @@ -149,14 +149,14 @@ public final class b implements g { this.a.c(iVar, j); this.a.a(iVar, false); f fVar2 = this.a; - if (fVar2.f755c > this.h) { + if (fVar2.f716c > this.h) { iVar.k(); this.e = 4; return -(this.k + 2); } iVar.l(fVar2.e + fVar2.f); this.i = iVar.getPosition(); - this.k = this.a.f755c; + this.k = this.a.f716c; j = -1; } } @@ -170,8 +170,8 @@ public final class b implements g { if ((fVar4.b & 4) == 4 || !fVar4.c(iVar, -1)) { break; } - } while (iVar.getPosition() < this.f751c); - this.f = this.a.f755c; + } while (iVar.getPosition() < this.f712c); + this.f = this.a.f716c; this.e = 4; return this.g; } @@ -183,7 +183,7 @@ public final class b implements g { this.h = f0.i(j, 0, this.f - 1); this.e = 2; this.i = this.b; - this.j = this.f751c; + this.j = this.f712c; this.k = 0; this.l = this.f; } diff --git a/app/src/main/java/c/i/a/c/a2/i0/c.java b/app/src/main/java/c/i/a/c/a2/i0/c.java index a755b3ff9d..af7eac4b27 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/c.java +++ b/app/src/main/java/c/i/a/c/a2/i0/c.java @@ -26,7 +26,7 @@ public final class c extends i { public o.a b; /* renamed from: c reason: collision with root package name */ - public long f752c = -1; + public long f713c = -1; public long d = -1; public a(o oVar, o.a aVar) { @@ -36,8 +36,8 @@ public final class c extends i { @Override // c.i.a.c.a2.i0.g public t a() { - d.D(this.f752c != -1); - return new n(this.a, this.f752c); + d.D(this.f713c != -1); + return new n(this.a, this.f713c); } @Override // c.i.a.c.a2.i0.g @@ -82,7 +82,7 @@ public final class c extends i { if (oVar == null) { o oVar2 = new o(bArr, 17); this.n = oVar2; - bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f972c), null); + bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f919c), null); return true; } else if ((bArr[0] & Byte.MAX_VALUE) == 3) { o.a L1 = d.L1(wVar); @@ -96,7 +96,7 @@ public final class c extends i { } a aVar = this.o; if (aVar != null) { - aVar.f752c = j; + aVar.f713c = j; bVar.b = aVar; } Objects.requireNonNull(bVar.a); diff --git a/app/src/main/java/c/i/a/c/a2/i0/d.java b/app/src/main/java/c/i/a/c/a2/i0/d.java index 494b04970c..b5e4ebfd32 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/d.java +++ b/app/src/main/java/c/i/a/c/a2/i0/d.java @@ -20,7 +20,7 @@ public class d implements h { public i b; /* renamed from: c reason: collision with root package name */ - public boolean f753c; + public boolean f714c; static { a aVar = a.a; @@ -94,14 +94,14 @@ public class d implements h { throw new ParserException("Failed to determine bitstream type"); } } - if (!this.f753c) { + if (!this.f714c) { c.i.a.c.a2.w p = this.a.p(0, 1); this.a.j(); i iVar2 = this.b; - iVar2.f756c = this.a; + iVar2.f717c = this.a; iVar2.b = p; iVar2.e(true); - this.f753c = true; + this.f714c = true; } i iVar3 = this.b; c.c.a.a0.d.H(iVar3.b); @@ -139,7 +139,7 @@ public class d implements h { } else { f fVar = iVar3.a.a; i = 2; - iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f755c, (fVar.b & 4) != 0); + iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f716c, (fVar.b & 4) != 0); iVar3.h = i; e eVar = iVar3.a; w wVar = eVar.b; @@ -147,7 +147,7 @@ public class d implements h { if (bArr.length != 65025) { return 0; } - wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f972c)), eVar.b.f972c); + wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f919c)), eVar.b.f919c); return 0; } i = 2; @@ -174,7 +174,7 @@ public class d implements h { if (!iVar3.l) { t a = iVar3.d.a(); c.c.a.a0.d.H(a); - iVar3.f756c.a(a); + iVar3.f717c.a(a); iVar3.l = true; } if (iVar3.k > 0 || iVar3.a.b(iVar)) { @@ -185,8 +185,8 @@ public class d implements h { long j2 = iVar3.g; if (j2 + c2 >= iVar3.e) { long j3 = (j2 * 1000000) / ((long) iVar3.i); - iVar3.b.c(wVar2, wVar2.f972c); - iVar3.b.d(j3, 1, wVar2.f972c, 0, null); + iVar3.b.c(wVar2, wVar2.f919c); + iVar3.b.d(j3, 1, wVar2.f919c, 0, null); iVar3.e = -1; } } @@ -212,7 +212,7 @@ public class d implements h { e eVar = iVar.a; eVar.a.b(); eVar.b.z(0); - eVar.f754c = -1; + eVar.f715c = -1; eVar.e = false; if (j == 0) { iVar.e(!iVar.l); diff --git a/app/src/main/java/c/i/a/c/a2/i0/e.java b/app/src/main/java/c/i/a/c/a2/i0/e.java index 8764bfe8d4..cd90800b32 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/e.java +++ b/app/src/main/java/c/i/a/c/a2/i0/e.java @@ -10,7 +10,7 @@ public final class e { public final w b = new w(new byte[65025], 0); /* renamed from: c reason: collision with root package name */ - public int f754c = -1; + public int f715c = -1; public int d; public boolean e; @@ -41,36 +41,36 @@ public final class e { this.b.z(0); } while (!this.e) { - if (this.f754c < 0) { + if (this.f715c < 0) { if (!this.a.c(iVar, -1) || !this.a.a(iVar, true)) { return false; } f fVar = this.a; int i2 = fVar.e; - if ((fVar.b & 1) == 1 && this.b.f972c == 0) { + if ((fVar.b & 1) == 1 && this.b.f919c == 0) { i2 += a(0); i = this.d + 0; } else { i = 0; } iVar.l(i2); - this.f754c = i; + this.f715c = i; } - int a = a(this.f754c); - int i3 = this.f754c + this.d; + int a = a(this.f715c); + int i3 = this.f715c + this.d; if (a > 0) { w wVar = this.b; - wVar.b(wVar.f972c + a); + wVar.b(wVar.f919c + a); w wVar2 = this.b; - iVar.readFully(wVar2.a, wVar2.f972c, a); + iVar.readFully(wVar2.a, wVar2.f919c, a); w wVar3 = this.b; - wVar3.C(wVar3.f972c + a); + wVar3.C(wVar3.f919c + a); this.e = this.a.g[i3 + -1] != 255; } if (i3 == this.a.d) { i3 = -1; } - this.f754c = i3; + this.f715c = i3; } return true; } diff --git a/app/src/main/java/c/i/a/c/a2/i0/f.java b/app/src/main/java/c/i/a/c/a2/i0/f.java index 2a7340a362..303c4f325f 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/f.java +++ b/app/src/main/java/c/i/a/c/a2/i0/f.java @@ -12,7 +12,7 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public long f755c; + public long f716c; public int d; public int e; public int f; @@ -35,9 +35,9 @@ public final class f { if (!z3 || this.h.t() != 1332176723) { return false; } - int s = this.h.s(); - this.a = s; - if (s == 0) { + int s2 = this.h.s(); + this.a = s2; + if (s2 == 0) { this.b = this.h.s(); w wVar = this.h; byte[] bArr = wVar.a; @@ -57,14 +57,14 @@ public final class f { int i8 = i7 + 1; wVar.b = i8; wVar.b = i8 + 1; - this.f755c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); + this.f716c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); wVar.j(); this.h.j(); this.h.j(); - int s2 = this.h.s(); - this.d = s2; - this.e = s2 + 27; - this.h.z(s2); + int s3 = this.h.s(); + this.d = s3; + this.e = s3 + 27; + this.h.z(s3); iVar.n(this.h.a, 0, this.d); for (int i9 = 0; i9 < this.d; i9++) { this.g[i9] = this.h.s(); @@ -81,7 +81,7 @@ public final class f { public void b() { this.a = 0; this.b = 0; - this.f755c = 0; + this.f716c = 0; this.d = 0; this.e = 0; this.f = 0; diff --git a/app/src/main/java/c/i/a/c/a2/i0/h.java b/app/src/main/java/c/i/a/c/a2/i0/h.java index 7625feff33..085ff438f1 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/h.java +++ b/app/src/main/java/c/i/a/c/a2/i0/h.java @@ -35,12 +35,12 @@ public final class h extends i { public boolean d(w wVar, long j, i.b bVar) { boolean z2 = true; if (!this.o) { - byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f972c); + byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f919c); List h = d.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2701x = copyOf[9] & 255; - bVar2.f2702y = 48000; + bVar2.f2281x = copyOf[9] & 255; + bVar2.f2282y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/c/i/a/c/a2/i0/i.java b/app/src/main/java/c/i/a/c/a2/i0/i.java index 4cb724ac84..0f2905432f 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/i.java +++ b/app/src/main/java/c/i/a/c/a2/i0/i.java @@ -12,7 +12,7 @@ public abstract class i { public w b; /* renamed from: c reason: collision with root package name */ - public j f756c; + public j f717c; public g d; public long e; public long f; diff --git a/app/src/main/java/c/i/a/c/a2/i0/j.java b/app/src/main/java/c/i/a/c/a2/i0/j.java index 64acaa3f7d..c9b8627125 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/j.java +++ b/app/src/main/java/c/i/a/c/a2/i0/j.java @@ -25,9 +25,7 @@ public final class j extends i { @Nullable public a0 q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public y f757r; + public y r; /* compiled from: VorbisReader */ public static final class a { @@ -35,13 +33,13 @@ public final class j extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final z[] f758c; + public final z[] f718c; public final int d; public a(a0 a0Var, y yVar, byte[] bArr, z[] zVarArr, int i) { this.a = a0Var; this.b = bArr; - this.f758c = zVarArr; + this.f718c = zVarArr; this.d = i; } } @@ -69,21 +67,21 @@ public final class j extends i { a aVar = this.n; d.H(aVar); a aVar2 = aVar; - int i2 = !aVar2.f758c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; + int i2 = !aVar2.f718c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; if (this.p) { i = (this.o + i2) / 4; } long j = (long) i; byte[] bArr2 = wVar.a; int length = bArr2.length; - int i3 = wVar.f972c + 4; + int i3 = wVar.f919c + 4; if (length < i3) { wVar.A(Arrays.copyOf(bArr2, i3)); } else { wVar.C(i3); } byte[] bArr3 = wVar.a; - int i4 = wVar.f972c; + int i4 = wVar.f919c; bArr3[i4 - 4] = (byte) ((int) (j & 255)); bArr3[i4 - 3] = (byte) ((int) ((j >>> 8) & 255)); bArr3[i4 - 2] = (byte) ((int) ((j >>> 16) & 255)); @@ -112,7 +110,7 @@ public final class j extends i { if (a0Var == null) { d.m2(1, wVar, false); int k = wVar.k(); - int s = wVar.s(); + int s2 = wVar.s(); int k2 = wVar.k(); int h = wVar.h(); int i4 = h <= 0 ? -1 : h; @@ -120,26 +118,26 @@ public final class j extends i { int i5 = h2 <= 0 ? -1 : h2; int h3 = wVar.h(); int i6 = h3 <= 0 ? -1 : h3; - int s2 = wVar.s(); - this.q = new a0(k, s, k2, i4, i5, i6, (int) Math.pow(2.0d, (double) (s2 & 15)), (int) Math.pow(2.0d, (double) ((s2 & 240) >> 4)), (1 & wVar.s()) > 0, Arrays.copyOf(wVar.a, wVar.f972c)); + int s3 = wVar.s(); + this.q = new a0(k, s2, k2, i4, i5, i6, (int) Math.pow(2.0d, (double) (s3 & 15)), (int) Math.pow(2.0d, (double) ((s3 & 240) >> 4)), (1 & wVar.s()) > 0, Arrays.copyOf(wVar.a, wVar.f919c)); } else { - y yVar = this.f757r; + y yVar = this.r; if (yVar == null) { - this.f757r = d.N1(wVar, true, true); + this.r = d.N1(wVar, true, true); } else { - int i7 = wVar.f972c; + int i7 = wVar.f919c; byte[] bArr3 = new byte[i7]; System.arraycopy(wVar.a, 0, bArr3, 0, i7); int i8 = a0Var.a; int i9 = 5; d.m2(5, wVar, false); - int s3 = wVar.s() + 1; + int s4 = wVar.s() + 1; x xVar = new x(wVar.a); xVar.c(wVar.b * 8); int i10 = 0; while (true) { int i11 = 16; - if (i10 >= s3) { + if (i10 >= s4) { int i12 = 6; int b = xVar.b(6) + 1; for (int i13 = 0; i13 < b; i13++) { @@ -304,27 +302,27 @@ public final class j extends i { while (i39 < b16) { if (!a2) { bArr2 = bArr3; - i3 = s3; + i3 = s4; jArr[i39] = (long) (xVar.b(i9) + 1); } else if (xVar.a()) { bArr2 = bArr3; - i3 = s3; + i3 = s4; jArr[i39] = (long) (xVar.b(i9) + 1); } else { bArr2 = bArr3; - i3 = s3; + i3 = s4; jArr[i39] = 0; } i39++; i9 = 5; - s3 = i3; + s4 = i3; bArr3 = bArr2; } - i2 = s3; + i2 = s4; bArr = bArr3; } else { byte[] bArr4 = bArr3; - i2 = s3; + i2 = s4; int b17 = xVar.b(5) + 1; int i40 = 0; while (i40 < b16) { @@ -352,14 +350,14 @@ public final class j extends i { } i10++; i9 = 5; - s3 = i2; + s4 = i2; bArr3 = bArr; } else { throw new ParserException(c.d.b.a.a.l("lookup type greater than 2 not decodable: ", b19)); } } else { StringBuilder O = c.d.b.a.a.O("expected code book to start with [0x56, 0x43, 0x42] at "); - O.append((xVar.f807c * 8) + xVar.d); + O.append((xVar.f766c * 8) + xVar.d); throw new ParserException(O.toString()); } } @@ -374,9 +372,9 @@ public final class j extends i { Format.b bVar2 = new Format.b(); bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; - bVar2.g = a0Var2.f685c; - bVar2.f2701x = a0Var2.a; - bVar2.f2702y = a0Var2.b; + bVar2.g = a0Var2.f651c; + bVar2.f2281x = a0Var2.a; + bVar2.f2282y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; @@ -394,7 +392,7 @@ public final class j extends i { if (z2) { this.n = null; this.q = null; - this.f757r = null; + this.r = null; } this.o = 0; this.p = false; diff --git a/app/src/main/java/c/i/a/c/a2/j0/a0.java b/app/src/main/java/c/i/a/c/a2/j0/a0.java index 3c9c9bbe39..67dd7be45c 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/a0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/a0.java @@ -10,7 +10,7 @@ public final class a0 { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public boolean f759c; + public boolean f719c; public boolean d; public boolean e; public long f = -9223372036854775807L; @@ -34,7 +34,7 @@ public final class a0 { public final int a(i iVar) { this.b.A(f0.f); - this.f759c = true; + this.f719c = true; iVar.k(); return 0; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/b0.java b/app/src/main/java/c/i/a/c/a2/j0/b0.java index 11044eac4c..71aff9bb0f 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/b0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/b0.java @@ -21,7 +21,7 @@ public final class b0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final w f760c = new w(4096); + public final w f720c = new w(4096); public final a0 d = new a0(); public boolean e; public boolean f; @@ -38,7 +38,7 @@ public final class b0 implements h { public final e0 b; /* renamed from: c reason: collision with root package name */ - public final v f761c = new v(new byte[64]); + public final v f721c = new v(new byte[64]); public boolean d; public boolean e; public boolean f; @@ -77,7 +77,7 @@ public final class b0 implements h { long j = -9223372036854775807L; if (i != 0) { a0 a0Var = this.d; - if (!a0Var.f759c) { + if (!a0Var.f719c) { if (!a0Var.e) { long b2 = iVar.b(); int min = (int) Math.min(20000L, b2); @@ -90,7 +90,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min); w wVar = a0Var.b; int i2 = wVar.b; - int i3 = wVar.f972c - 4; + int i3 = wVar.f919c - 4; while (true) { if (i3 < i2) { break; @@ -123,7 +123,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min2); w wVar2 = a0Var.b; int i4 = wVar2.b; - int i5 = wVar2.f972c; + int i5 = wVar2.f919c; while (true) { if (i4 >= i5 - 3) { break; @@ -173,23 +173,23 @@ public final class b0 implements h { } iVar.k(); long f = i != 0 ? b - iVar.f() : -1; - if ((f != -1 && f < 4) || !iVar.e(this.f760c.a, 0, 4, true)) { + if ((f != -1 && f < 4) || !iVar.e(this.f720c.a, 0, 4, true)) { return -1; } - this.f760c.D(0); - int f2 = this.f760c.f(); + this.f720c.D(0); + int f2 = this.f720c.f(); if (f2 == 441) { return -1; } if (f2 == 442) { - iVar.n(this.f760c.a, 0, 10); - this.f760c.D(9); - iVar.l((this.f760c.s() & 7) + 14); + iVar.n(this.f720c.a, 0, 10); + this.f720c.D(9); + iVar.l((this.f720c.s() & 7) + 14); return 0; } else if (f2 == 443) { - iVar.n(this.f760c.a, 0, 2); - this.f760c.D(0); - iVar.l(this.f760c.x() + 6); + iVar.n(this.f720c.a, 0, 2); + this.f720c.D(0); + iVar.l(this.f720c.x() + 6); return 0; } else if (((f2 & InputDeviceCompat.SOURCE_ANY) >> 8) != 1) { iVar.l(1); @@ -229,40 +229,40 @@ public final class b0 implements h { this.j.j(); } } - iVar.n(this.f760c.a, 0, 2); - this.f760c.D(0); - int x2 = this.f760c.x() + 6; + iVar.n(this.f720c.a, 0, 2); + this.f720c.D(0); + int x2 = this.f720c.x() + 6; if (aVar == null) { iVar.l(x2); return 0; } - this.f760c.z(x2); - iVar.readFully(this.f760c.a, 0, x2); - this.f760c.D(6); - w wVar3 = this.f760c; - wVar3.e(aVar.f761c.a, 0, 3); - aVar.f761c.k(0); - aVar.f761c.m(8); - aVar.d = aVar.f761c.f(); - aVar.e = aVar.f761c.f(); - aVar.f761c.m(6); - int g = aVar.f761c.g(8); + this.f720c.z(x2); + iVar.readFully(this.f720c.a, 0, x2); + this.f720c.D(6); + w wVar3 = this.f720c; + wVar3.e(aVar.f721c.a, 0, 3); + aVar.f721c.k(0); + aVar.f721c.m(8); + aVar.d = aVar.f721c.f(); + aVar.e = aVar.f721c.f(); + aVar.f721c.m(6); + int g = aVar.f721c.g(8); aVar.g = g; - wVar3.e(aVar.f761c.a, 0, g); - aVar.f761c.k(0); + wVar3.e(aVar.f721c.a, 0, g); + aVar.f721c.k(0); aVar.h = 0; if (aVar.d) { - aVar.f761c.m(4); - aVar.f761c.m(1); - aVar.f761c.m(1); - long g2 = (((long) aVar.f761c.g(3)) << 30) | ((long) (aVar.f761c.g(15) << 15)) | ((long) aVar.f761c.g(15)); - aVar.f761c.m(1); + aVar.f721c.m(4); + aVar.f721c.m(1); + aVar.f721c.m(1); + long g2 = (((long) aVar.f721c.g(3)) << 30) | ((long) (aVar.f721c.g(15) << 15)) | ((long) aVar.f721c.g(15)); + aVar.f721c.m(1); if (!aVar.f && aVar.e) { - aVar.f761c.m(4); - aVar.f761c.m(1); - aVar.f761c.m(1); - aVar.f761c.m(1); - aVar.b.b((((long) aVar.f761c.g(3)) << 30) | ((long) (aVar.f761c.g(15) << 15)) | ((long) aVar.f761c.g(15))); + aVar.f721c.m(4); + aVar.f721c.m(1); + aVar.f721c.m(1); + aVar.f721c.m(1); + aVar.b.b((((long) aVar.f721c.g(3)) << 30) | ((long) (aVar.f721c.g(15) << 15)) | ((long) aVar.f721c.g(15))); aVar.f = true; } aVar.h = aVar.b.b(g2); @@ -270,7 +270,7 @@ public final class b0 implements h { aVar.a.f(aVar.h, 4); aVar.a.b(wVar3); aVar.a.d(); - w wVar4 = this.f760c; + w wVar4 = this.f720c; wVar4.C(wVar4.a.length); return 0; } @@ -287,7 +287,7 @@ public final class b0 implements h { e0 e0Var = this.a; synchronized (e0Var) { e0Var.a = j2; - e0Var.f962c = -9223372036854775807L; + e0Var.f909c = -9223372036854775807L; } } z zVar = this.i; diff --git a/app/src/main/java/c/i/a/c/a2/j0/d0.java b/app/src/main/java/c/i/a/c/a2/j0/d0.java index 0e37e33b7f..ff1b5ebbab 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/d0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/d0.java @@ -12,7 +12,7 @@ public final class d0 implements i0 { public final w b = new w(32); /* renamed from: c reason: collision with root package name */ - public int f762c; + public int f722c; public int d; public boolean e; public boolean f; @@ -30,11 +30,11 @@ public final class d0 implements i0 { @Override // c.i.a.c.a2.j0.i0 public void b(w wVar, int i) { boolean z2 = (i & 1) != 0; - int s = z2 ? wVar.b + wVar.s() : -1; + int s2 = z2 ? wVar.b + wVar.s() : -1; if (this.f) { if (z2) { this.f = false; - wVar.D(s); + wVar.D(s2); this.d = 0; } else { return; @@ -44,9 +44,9 @@ public final class d0 implements i0 { int i2 = this.d; if (i2 < 3) { if (i2 == 0) { - int s2 = wVar.s(); + int s3 = wVar.s(); wVar.D(wVar.b - 1); - if (s2 == 255) { + if (s3 == 255) { this.f = true; return; } @@ -59,22 +59,22 @@ public final class d0 implements i0 { this.b.D(0); this.b.C(3); this.b.E(1); - int s3 = this.b.s(); int s4 = this.b.s(); - this.e = (s3 & 128) != 0; - int i4 = (((s3 & 15) << 8) | s4) + 3; - this.f762c = i4; + int s5 = this.b.s(); + this.e = (s4 & 128) != 0; + int i4 = (((s4 & 15) << 8) | s5) + 3; + this.f722c = i4; byte[] bArr = this.b.a; if (bArr.length < i4) { this.b.b(Math.min((int) InputDeviceCompat.SOURCE_TOUCHSCREEN, Math.max(i4, bArr.length * 2))); } } } else { - int min2 = Math.min(wVar.a(), this.f762c - this.d); + int min2 = Math.min(wVar.a(), this.f722c - this.d); wVar.e(this.b.a, this.d, min2); int i5 = this.d + min2; this.d = i5; - int i6 = this.f762c; + int i6 = this.f722c; if (i5 != i6) { continue; } else { @@ -89,7 +89,7 @@ public final class d0 implements i0 { this.f = true; return; } - this.b.C(this.f762c - 4); + this.b.C(this.f722c - 4); } else { this.b.C(i6); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/e0.java b/app/src/main/java/c/i/a/c/a2/j0/e0.java index 9dff201b26..35e7516e1c 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/e0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/e0.java @@ -32,7 +32,7 @@ public final class e0 { bVar.a = str2; bVar.k = str; bVar.d = format.l; - bVar.f2698c = format.k; + bVar.f2279c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/f.java b/app/src/main/java/c/i/a/c/a2/j0/f.java index ecbc8c13c7..94097e475c 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/f.java +++ b/app/src/main/java/c/i/a/c/a2/j0/f.java @@ -15,7 +15,7 @@ public final class f implements h { public final w b = new w(2786); /* renamed from: c reason: collision with root package name */ - public boolean f763c; + public boolean f723c; static { a aVar = a.a; @@ -43,9 +43,9 @@ public final class f implements h { break; } wVar.E(3); - int r2 = wVar.r(); - i2 += r2 + 10; - iVar.g(r2); + int r = wVar.r(); + i2 += r + 10; + iVar.g(r); } iVar.k(); iVar.g(i2); @@ -85,9 +85,9 @@ public final class f implements h { } this.b.D(0); this.b.C(read); - if (!this.f763c) { + if (!this.f723c) { this.a.l = 0; - this.f763c = true; + this.f723c = true; } this.a.b(this.b); return 0; @@ -102,7 +102,7 @@ public final class f implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - this.f763c = false; + this.f723c = false; this.a.c(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/f0.java b/app/src/main/java/c/i/a/c/a2/j0/f0.java index 7b9eddd212..498acbca49 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/f0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/f0.java @@ -15,11 +15,11 @@ public final class f0 extends c.i.a.c.a2.a { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public final int f764c; + public final int f724c; public final int d; public a(int i, e0 e0Var, int i2) { - this.f764c = i; + this.f724c = i; this.a = e0Var; this.d = i2; } @@ -36,7 +36,7 @@ public final class f0 extends c.i.a.c.a2.a { this.b.z(min); iVar.n(this.b.a, 0, min); w wVar = this.b; - int i = wVar.f972c; + int i = wVar.f919c; long j2 = -1; long j3 = -1; long j4 = -9223372036854775807L; @@ -50,7 +50,7 @@ public final class f0 extends c.i.a.c.a2.a { if (i3 > i) { break; } - long K1 = d.K1(wVar, i2, this.f764c); + long K1 = d.K1(wVar, i2, this.f724c); if (K1 != -9223372036854775807L) { long b = this.a.b(K1); if (b > j) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index e602d39acb..8fe892814e 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g.java @@ -16,7 +16,7 @@ public final class g implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f765c; + public final String f725c; public String d; public c.i.a.c.a2.w e; public int f = 0; @@ -31,7 +31,7 @@ public final class g implements o { v vVar = new v(new byte[128]); this.a = vVar; this.b = new w(vVar.a); - this.f765c = str; + this.f725c = str; } /* JADX WARNING: Removed duplicated region for block: B:120:0x0209 */ @@ -63,13 +63,13 @@ public final class g implements o { } else if (!this.h) { this.h = wVar.s() == 11; } else { - int s = wVar.s(); - if (s == 119) { + int s2 = wVar.s(); + if (s2 == 119) { this.h = false; z2 = true; break; } - this.h = s == 11; + this.h = s2 == 11; } } if (z2) { @@ -108,7 +108,7 @@ public final class g implements o { i3 = (vVar.g(11) + 1) * 2; int g2 = vVar.g(2); if (g2 == 3) { - i5 = l.f1056c[vVar.g(2)]; + i5 = l.f998c[vVar.g(2)]; i7 = 6; i6 = 3; } else { @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2701x = i; - bVar.f2702y = i15; - bVar.f2698c = this.f765c; + bVar.f2281x = i; + bVar.f2282y = i15; + bVar.f2279c = this.f725c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g0.java b/app/src/main/java/c/i/a/c/a2/j0/g0.java index ac8f4d1d90..ddad473522 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g0.java @@ -10,7 +10,7 @@ public final class g0 { public final e0 b = new e0(0); /* renamed from: c reason: collision with root package name */ - public final w f766c = new w(); + public final w f726c = new w(); public boolean d; public boolean e; public boolean f; @@ -23,7 +23,7 @@ public final class g0 { } public final int a(i iVar) { - this.f766c.A(f0.f); + this.f726c.A(f0.f); this.d = true; iVar.k(); return 0; diff --git a/app/src/main/java/c/i/a/c/a2/j0/h.java b/app/src/main/java/c/i/a/c/a2/j0/h.java index 599eefc4d3..d2fdf24ca3 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/h.java +++ b/app/src/main/java/c/i/a/c/a2/j0/h.java @@ -13,7 +13,7 @@ public final class h implements c.i.a.c.a2.h { public final w b = new w(16384); /* renamed from: c reason: collision with root package name */ - public boolean f767c; + public boolean f727c; static { b bVar = b.a; @@ -41,9 +41,9 @@ public final class h implements c.i.a.c.a2.h { break; } wVar.E(3); - int r2 = wVar.r(); - i2 += r2 + 10; - iVar.g(r2); + int r = wVar.r(); + i2 += r + 10; + iVar.g(r); } iVar.k(); iVar.g(i2); @@ -94,9 +94,9 @@ public final class h implements c.i.a.c.a2.h { } this.b.D(0); this.b.C(read); - if (!this.f767c) { + if (!this.f727c) { this.a.m = 0; - this.f767c = true; + this.f727c = true; } this.a.b(this.b); return 0; @@ -111,7 +111,7 @@ public final class h implements c.i.a.c.a2.h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - this.f767c = false; + this.f727c = false; this.a.c(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/h0.java b/app/src/main/java/c/i/a/c/a2/j0/h0.java index 8b0ed4d0f3..659148798d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/h0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/h0.java @@ -26,7 +26,7 @@ public final class h0 implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final List f768c; + public final List f728c; public final w d; public final SparseIntArray e; public final i0.c f; @@ -41,10 +41,10 @@ public final class h0 implements h { public boolean o; public boolean p; public i0 q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f769r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f729s; /* compiled from: TsExtractor */ public class a implements c0 { @@ -91,7 +91,7 @@ public final class h0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final SparseIntArray f770c = new SparseIntArray(); + public final SparseIntArray f730c = new SparseIntArray(); public final int d; public b(int i) { @@ -121,10 +121,10 @@ public final class h0 implements h { h0 h0Var = h0.this; int i5 = h0Var.a; if (i5 == 1 || i5 == 2 || h0Var.m == 1) { - e0Var = h0Var.f768c.get(0); + e0Var = h0Var.f728c.get(0); } else { - e0Var = new e0(h0Var.f768c.get(0).c()); - h0.this.f768c.add(e0Var); + e0Var = new e0(h0Var.f728c.get(0).c()); + h0.this.f728c.add(e0Var); } if ((wVar.s() & 128) != 0) { wVar.E(1); @@ -134,7 +134,7 @@ public final class h0 implements h { wVar.d(this.a, 2); this.a.m(3); int i7 = 13; - h0.this.s = this.a.g(13); + h0.this.f729s = this.a.g(13); wVar.d(this.a, 2); int i8 = 4; this.a.m(4); @@ -150,7 +150,7 @@ public final class h0 implements h { h0Var4.q.a(e0Var, h0Var4.l, new i0.d(x2, 21, 8192)); } this.b.clear(); - this.f770c.clear(); + this.f730c.clear(); int a = wVar.a(); while (a > 0) { int i11 = 5; @@ -166,12 +166,12 @@ public final class h0 implements h { String str = null; ArrayList arrayList = null; while (wVar.b < i13) { - int s = wVar.s(); - int s2 = wVar.b + wVar.s(); - if (s2 > i13) { + int s2 = wVar.s(); + int s3 = wVar.b + wVar.s(); + if (s3 > i13) { break; } - if (s == i11) { + if (s2 == i11) { long t = wVar.t(); if (t != 1094921523) { if (t != 1161904947) { @@ -182,7 +182,7 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -193,7 +193,7 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -204,24 +204,24 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; i11 = 5; i10 = 21; } - } else if (s != 106) { - if (s != 122) { - if (s != 127) { - if (s == 123) { + } else if (s2 != 106) { + if (s2 != 122) { + if (s2 != 127) { + if (s2 == 123) { i14 = 138; - } else if (s == 10) { + } else if (s2 == 10) { str = wVar.p(3).trim(); i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -229,15 +229,15 @@ public final class h0 implements h { i10 = 21; } else { int i15 = 3; - if (s == 89) { + if (s2 == 89) { ArrayList arrayList2 = new ArrayList(); - while (wVar.b < s2) { + while (wVar.b < s3) { String trim = wVar.p(i15).trim(); - int s3 = wVar.s(); + int s4 = wVar.s(); byte[] bArr = new byte[4]; System.arraycopy(wVar.a, wVar.b, bArr, 0, 4); wVar.b += 4; - arrayList2.add(new i0.a(trim, s3, bArr)); + arrayList2.add(new i0.a(trim, s4, bArr)); e0Var = e0Var; x2 = x2; g2 = g2; @@ -252,11 +252,11 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - if (s == 111) { + if (s2 == 111) { i14 = 257; } } - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -267,7 +267,7 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -278,7 +278,7 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -289,7 +289,7 @@ public final class h0 implements h { i4 = x2; e0Var3 = e0Var; i3 = g2; - wVar.E(s2 - wVar.b); + wVar.E(s3 - wVar.b); e0Var = e0Var3; x2 = i4; g2 = i3; @@ -311,19 +311,19 @@ public final class h0 implements h { i0Var = h0Var6.q; if (h0.this.a != 2) { i2 = g2; - if (i2 >= this.f770c.get(i16, 8192)) { + if (i2 >= this.f730c.get(i16, 8192)) { } } else { i2 = g2; } - this.f770c.put(i16, i2); + this.f730c.put(i16, i2); this.b.put(i16, i0Var); } } i0Var = h0Var6.f.a(g, bVar2); if (h0.this.a != 2) { } - this.f770c.put(i16, i2); + this.f730c.put(i16, i2); this.b.put(i16, i0Var); } e0Var = e0Var; @@ -336,11 +336,11 @@ public final class h0 implements h { } int i17 = x2; e0 e0Var4 = e0Var; - int size = this.f770c.size(); + int size = this.f730c.size(); int i18 = 0; while (i18 < size) { - int keyAt = this.f770c.keyAt(i18); - int valueAt = this.f770c.valueAt(i18); + int keyAt = this.f730c.keyAt(i18); + int valueAt = this.f730c.valueAt(i18); h0.this.h.put(keyAt, true); h0.this.i.put(valueAt, true); i0 valueAt2 = this.b.valueAt(i18); @@ -397,10 +397,10 @@ public final class h0 implements h { this.b = i3; this.a = i; if (i == 1 || i == 2) { - this.f768c = Collections.singletonList(e0Var); + this.f728c = Collections.singletonList(e0Var); } else { ArrayList arrayList = new ArrayList(); - this.f768c = arrayList; + this.f728c = arrayList; arrayList.add(e0Var); } this.d = new w(new byte[9400], 0); @@ -411,7 +411,7 @@ public final class h0 implements h { this.g = sparseArray; this.e = new SparseIntArray(); this.j = new g0(i3); - this.s = -1; + this.f729s = -1; sparseBooleanArray.clear(); sparseArray.clear(); SparseArray b2 = lVar.b(); @@ -466,7 +466,7 @@ public final class h0 implements h { if ((b2 == -1 || this.a == 2) ? false : true) { g0 g0Var = this.j; if (!g0Var.d) { - int i3 = this.s; + int i3 = this.f729s; if (i3 <= 0) { g0Var.a(iVar); return 0; @@ -478,12 +478,12 @@ public final class h0 implements h { if (iVar.getPosition() != j2) { sVar.a = j2; } else { - g0Var.f766c.z(min); + g0Var.f726c.z(min); iVar.k(); - iVar.n(g0Var.f766c.a, 0, min); - w wVar = g0Var.f766c; + iVar.n(g0Var.f726c.a, 0, min); + w wVar = g0Var.f726c; int i4 = wVar.b; - int i5 = wVar.f972c; + int i5 = wVar.f919c; while (true) { i5--; if (i5 < i4) { @@ -509,12 +509,12 @@ public final class h0 implements h { if (iVar.getPosition() != j3) { sVar.a = j3; } else { - g0Var.f766c.z(min2); + g0Var.f726c.z(min2); iVar.k(); - iVar.n(g0Var.f766c.a, 0, min2); - w wVar2 = g0Var.f766c; + iVar.n(g0Var.f726c.a, 0, min2); + w wVar2 = g0Var.f726c; int i6 = wVar2.b; - int i7 = wVar2.f972c; + int i7 = wVar2.f919c; while (true) { if (i6 >= i7) { break; @@ -550,7 +550,7 @@ public final class h0 implements h { g0 g0Var2 = this.j; long j5 = g0Var2.i; if (j5 != -9223372036854775807L) { - f0 f0Var = new f0(g0Var2.b, j5, b2, this.s, this.b); + f0 f0Var = new f0(g0Var2.b, j5, b2, this.f729s, this.b); this.k = f0Var; this.l.a(f0Var.a); } else { @@ -597,7 +597,7 @@ public final class h0 implements h { z2 = true; break; } - int i8 = this.d.f972c; + int i8 = this.d.f919c; int read = iVar.read(bArr, i8, 9400 - i8); i = -1; if (read == -1) { @@ -611,7 +611,7 @@ public final class h0 implements h { } w wVar4 = this.d; int i9 = wVar4.b; - int i10 = wVar4.f972c; + int i10 = wVar4.f919c; byte[] bArr2 = wVar4.a; int i11 = i9; while (i11 < i10 && bArr2[i11] != 71) { @@ -620,18 +620,18 @@ public final class h0 implements h { this.d.D(i11); int i12 = i11 + 188; if (i12 > i10) { - int i13 = (i11 - i9) + this.f769r; - this.f769r = i13; + int i13 = (i11 - i9) + this.r; + this.r = i13; i2 = 2; if (this.a == 2 && i13 > 376) { throw new ParserException("Cannot find sync byte. Most likely not a Transport Stream."); } } else { i2 = 2; - this.f769r = r3; + this.r = r3; } w wVar5 = this.d; - int i14 = wVar5.f972c; + int i14 = wVar5.f919c; if (i12 > i14) { return r3; } @@ -666,14 +666,14 @@ public final class h0 implements h { } } if (z8) { - int s = this.d.s(); + int s2 = this.d.s(); i17 |= (this.d.s() & 64) != 0 ? 2 : 0; w wVar6 = this.d; int i21 = r4 == true ? 1 : 0; int i22 = r4 == true ? 1 : 0; int i23 = r4 == true ? 1 : 0; int i24 = r4 == true ? 1 : 0; - wVar6.E(s - i21); + wVar6.E(s2 - i21); } boolean z9 = this.n; if (this.a == i2 || z9 || !this.i.get(i18, r3)) { @@ -702,13 +702,13 @@ public final class h0 implements h { public void g(long j, long j2) { f0 f0Var; d.D(this.a != 2); - int size = this.f768c.size(); + int size = this.f728c.size(); for (int i = 0; i < size; i++) { - e0 e0Var = this.f768c.get(i); + e0 e0Var = this.f728c.get(i); if ((e0Var.d() == -9223372036854775807L) || !(e0Var.d() == 0 || e0Var.c() == j2)) { synchronized (e0Var) { e0Var.a = j2; - e0Var.f962c = -9223372036854775807L; + e0Var.f909c = -9223372036854775807L; } } } @@ -720,7 +720,7 @@ public final class h0 implements h { for (int i2 = 0; i2 < this.g.size(); i2++) { this.g.valueAt(i2).c(); } - this.f769r = 0; + this.r = 0; } @Override // c.i.a.c.a2.h diff --git a/app/src/main/java/c/i/a/c/a2/j0/i.java b/app/src/main/java/c/i/a/c/a2/j0/i.java index 14c7107765..a0752917d1 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i.java @@ -15,7 +15,7 @@ public final class i implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f771c; + public final String f731c; public String d; public c.i.a.c.a2.w e; public int f = 0; @@ -31,14 +31,14 @@ public final class i implements o { v vVar = new v(new byte[16]); this.a = vVar; this.b = new w(vVar.a); - this.f771c = str; + this.f731c = str; } @Override // c.i.a.c.a2.j0.o public void b(w wVar) { int i; boolean z2; - int s; + int s2; d.H(this.e); while (wVar.a() > 0) { int i2 = this.f; @@ -52,14 +52,14 @@ public final class i implements o { } else if (!this.h) { this.h = wVar.s() == 172; } else { - s = wVar.s(); - this.h = s == 172; - if (s == 64 || s == 65) { + s2 = wVar.s(); + this.h = s2 == 172; + if (s2 == 64 || s2 == 65) { break; } } } - this.i = s == 65; + this.i = s2 == 65; z2 = true; if (z2) { this.f = 1; @@ -89,15 +89,15 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2701x = 2; - bVar.f2702y = b.a; - bVar.f2698c = this.f771c; + bVar.f2281x = 2; + bVar.f2282y = b.a; + bVar.f2279c = this.f731c; Format a = bVar.a(); this.k = a; this.e.e(a); } this.l = b.b; - this.j = (((long) b.f1057c) * 1000000) / ((long) this.k.H); + this.j = (((long) b.f999c) * 1000000) / ((long) this.k.H); this.b.D(0); this.e.c(this.b, 16); this.f = 2; diff --git a/app/src/main/java/c/i/a/c/a2/j0/i0.java b/app/src/main/java/c/i/a/c/a2/j0/i0.java index 36377deec1..74455983d2 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i0.java @@ -29,13 +29,13 @@ public interface i0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final List f772c; + public final List f732c; public final byte[] d; public b(int i, @Nullable String str, @Nullable List list, byte[] bArr) { this.a = i; this.b = str; - this.f772c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); + this.f732c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); this.d = bArr; } } @@ -52,7 +52,7 @@ public interface i0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f773c; + public final int f733c; public int d; public String e; @@ -65,14 +65,14 @@ public interface i0 { } this.a = str; this.b = i2; - this.f773c = i3; + this.f733c = i3; this.d = Integer.MIN_VALUE; this.e = ""; } public void a() { int i = this.d; - this.d = i == Integer.MIN_VALUE ? this.b : i + this.f773c; + this.d = i == Integer.MIN_VALUE ? this.b : i + this.f733c; this.e = this.a + this.d; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/j.java b/app/src/main/java/c/i/a/c/a2/j0/j.java index 212f1b1ca4..1bd89a5c33 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j.java @@ -15,7 +15,7 @@ public final class j implements h { public final w b = new w(2048); /* renamed from: c reason: collision with root package name */ - public final w f774c; + public final w f734c; public final v d; public c.i.a.c.a2.j e; public long f; @@ -30,22 +30,22 @@ public final class j implements h { public j(int i) { w wVar = new w(10); - this.f774c = wVar; + this.f734c = wVar; this.d = new v(wVar.a); } public final int a(i iVar) throws IOException { int i = 0; while (true) { - iVar.n(this.f774c.a, 0, 10); - this.f774c.D(0); - if (this.f774c.u() != 4801587) { + iVar.n(this.f734c.a, 0, 10); + this.f734c.D(0); + if (this.f734c.u() != 4801587) { break; } - this.f774c.E(3); - int r2 = this.f774c.r(); - i += r2 + 10; - iVar.g(r2); + this.f734c.E(3); + int r = this.f734c.r(); + i += r + 10; + iVar.g(r); } iVar.k(); iVar.g(i); @@ -73,16 +73,16 @@ public final class j implements h { int i2 = 0; int i3 = 0; while (true) { - iVar.n(this.f774c.a, 0, 2); - this.f774c.D(0); - if (!k.g(this.f774c.x())) { + iVar.n(this.f734c.a, 0, 2); + this.f734c.D(0); + if (!k.g(this.f734c.x())) { break; } i2++; if (i2 >= 4 && i3 > 188) { return true; } - iVar.n(this.f774c.a, 0, 4); + iVar.n(this.f734c.a, 0, 4); this.d.k(14); int g = this.d.g(13); if (g <= 6) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/j0.java b/app/src/main/java/c/i/a/c/a2/j0/j0.java index 433e9d6f8d..3340ffa7eb 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j0.java @@ -20,8 +20,8 @@ public final class j0 { if (wVar.a() >= 9) { int f = wVar.f(); int f2 = wVar.f(); - int s = wVar.s(); - if (f == 434 && f2 == 1195456820 && s == 3) { + int s2 = wVar.s(); + if (f == 434 && f2 == 1195456820 && s2 == 3) { d.M(j, wVar, this.b); } } @@ -39,7 +39,7 @@ public final class j0 { bVar.a = dVar.b(); bVar.k = str; bVar.d = format.l; - bVar.f2698c = format.k; + bVar.f2279c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/k.java b/app/src/main/java/c/i/a/c/a2/j0/k.java index 284e5760d2..f300f4b648 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/k.java +++ b/app/src/main/java/c/i/a/c/a2/j0/k.java @@ -20,7 +20,7 @@ public final class k implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final v f775c = new v(new byte[7]); + public final v f735c = new v(new byte[7]); public final w d = new w(Arrays.copyOf(a, 10)); @Nullable public final String e; @@ -36,10 +36,10 @@ public final class k implements o { public int o; public int p; public boolean q; + public long r; - /* renamed from: r reason: collision with root package name */ - public long f776r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f736s; public long t; public c.i.a.c.a2.w u; public long v; @@ -48,7 +48,7 @@ public final class k implements o { h(); this.n = -1; this.o = -1; - this.f776r = -9223372036854775807L; + this.r = -9223372036854775807L; this.b = z2; this.e = str; } @@ -81,7 +81,7 @@ public final class k implements o { if (i4 == 0) { byte[] bArr = wVar.a; int i7 = wVar.b; - int i8 = wVar.f972c; + int i8 = wVar.f919c; while (true) { if (i7 >= i8) { wVar.D(i7); @@ -95,15 +95,15 @@ public final class k implements o { } int i9 = i - 2; wVar.D(i9 + 1); - if (i(wVar, this.f775c.a, 1)) { - this.f775c.k(4); - int g = this.f775c.g(1); + if (i(wVar, this.f735c.a, 1)) { + this.f735c.k(4); + int g = this.f735c.g(1); int i10 = this.n; if (i10 == -1 || g == i10) { if (this.o != -1) { - if (i(wVar, this.f775c.a, 1)) { - this.f775c.k(i6); - if (this.f775c.g(4) == this.o) { + if (i(wVar, this.f735c.a, 1)) { + this.f735c.k(i6); + if (this.f735c.g(4) == this.o) { wVar.D(i9 + 2); } } @@ -112,12 +112,12 @@ public final class k implements o { break; } } - if (i(wVar, this.f775c.a, 4)) { - this.f775c.k(14); - int g2 = this.f775c.g(i5); + if (i(wVar, this.f735c.a, 4)) { + this.f735c.k(14); + int g2 = this.f735c.g(i5); if (g2 >= 7) { byte[] bArr2 = wVar.a; - int i11 = wVar.f972c; + int i11 = wVar.f919c; int i12 = i9 + g2; if (i12 < i11) { if (bArr2[i12] == -1) { @@ -144,7 +144,7 @@ public final class k implements o { if (i14 == 1075) { this.i = 2; this.j = a.length; - this.s = 0; + this.f736s = 0; this.d.D(0); wVar.D(i); break; @@ -174,53 +174,53 @@ public final class k implements o { } else if (i4 != 1) { if (i4 != 2) { if (i4 == 3) { - if (a(wVar, this.f775c.a, this.l ? 7 : 5)) { - this.f775c.k(0); + if (a(wVar, this.f735c.a, this.l ? 7 : 5)) { + this.f735c.k(0); if (!this.q) { - int g3 = this.f775c.g(2) + 1; + int g3 = this.f735c.g(2) + 1; if (g3 != 2) { Log.w("AdtsReader", "Detected audio object type: " + g3 + ", but assuming AAC LC."); g3 = 2; } - this.f775c.m(5); - int g4 = this.f775c.g(3); + this.f735c.m(5); + int g4 = this.f735c.g(3); int i15 = this.o; byte[] bArr3 = {(byte) (((g3 << 3) & 248) | ((i15 >> 1) & 7)), (byte) (((i15 << 7) & 128) | ((g4 << 3) & 120))}; k.b c2 = c.i.a.c.v1.k.c(new v(bArr3), false); Format.b bVar = new Format.b(); bVar.a = this.f; bVar.k = "audio/mp4a-latm"; - bVar.h = c2.f1055c; - bVar.f2701x = c2.b; - bVar.f2702y = c2.a; + bVar.h = c2.f997c; + bVar.f2281x = c2.b; + bVar.f2282y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2698c = this.e; + bVar.f2279c = this.e; Format a2 = bVar.a(); - this.f776r = 1024000000 / ((long) a2.H); + this.r = 1024000000 / ((long) a2.H); this.g.e(a2); this.q = true; } else { - this.f775c.m(10); + this.f735c.m(10); } - this.f775c.m(4); - int g5 = (this.f775c.g(13) - 2) - 5; + this.f735c.m(4); + int g5 = (this.f735c.g(13) - 2) - 5; if (this.l) { g5 -= 2; } c.i.a.c.a2.w wVar2 = this.g; - long j = this.f776r; + long j = this.r; this.i = 4; this.j = 0; this.u = wVar2; this.v = j; - this.s = g5; + this.f736s = g5; } } else if (i4 == 4) { - int min = Math.min(wVar.a(), this.s - this.j); + int min = Math.min(wVar.a(), this.f736s - this.j); this.u.c(wVar, min); int i16 = this.j + min; this.j = i16; - int i17 = this.s; + int i17 = this.f736s; if (i16 == i17) { this.u.d(this.t, 1, i17, 0, null); this.t += this.v; @@ -237,13 +237,13 @@ public final class k implements o { this.j = 10; this.u = wVar3; this.v = 0; - this.s = this.d.r() + 10; + this.f736s = this.d.r() + 10; } } else if (wVar.a() != 0) { - v vVar = this.f775c; + v vVar = this.f735c; vVar.a[0] = wVar.a[wVar.b]; vVar.k(2); - int g6 = this.f775c.g(4); + int g6 = this.f735c.g(4); int i18 = this.o; if (i18 == -1 || g6 == i18) { if (!this.m) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/l.java b/app/src/main/java/c/i/a/c/a2/j0/l.java index 3684f289cd..b432ed5f52 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/l.java +++ b/app/src/main/java/c/i/a/c/a2/j0/l.java @@ -41,7 +41,7 @@ public final class l implements i0.c { return new y(new s(new e0(c(bVar)))); } if (i == 89) { - return new y(new n(bVar.f772c)); + return new y(new n(bVar.f732c)); } if (i != 138) { if (i == 172) { @@ -122,7 +122,7 @@ public final class l implements i0.c { int i8 = bArr[i5] & 255 & 31; int i9 = 0; while (i9 < i8) { - String str2 = new String(bArr, i7, 3, c.f1348c); + String str2 = new String(bArr, i7, 3, c.f1275c); int i10 = i7 + 3; int i11 = i10 + 1; int i12 = bArr[i10] & 255; @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2698c = str2; + bVar2.f2279c = str2; bVar2.C = i; bVar2.m = list; arrayList.add(bVar2.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/m.java b/app/src/main/java/c/i/a/c/a2/j0/m.java index 04396ecdf9..1d2fdb5368 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/m.java +++ b/app/src/main/java/c/i/a/c/a2/j0/m.java @@ -15,7 +15,7 @@ public final class m implements o { public final String b; /* renamed from: c reason: collision with root package name */ - public String f777c; + public String f737c; public c.i.a.c.a2.w d; public int e = 0; public int f; @@ -64,9 +64,9 @@ public final class m implements o { } int i12 = this.g << 8; this.g = i12; - int s = i12 | wVar.s(); - this.g = s; - if (s == 2147385345 || s == -25230976 || s == 536864768 || s == -14745368) { + int s2 = i12 | wVar.s(); + this.g = s2; + if (s2 == 2147385345 || s2 == -25230976 || s2 == 536864768 || s2 == -14745368) { z4 = true; continue; } else { @@ -75,10 +75,10 @@ public final class m implements o { } if (z4) { byte[] bArr = this.a.a; - bArr[0] = (byte) ((s >> 24) & 255); - bArr[1] = (byte) ((s >> 16) & 255); - bArr[2] = (byte) ((s >> 8) & 255); - bArr[3] = (byte) (s & 255); + bArr[0] = (byte) ((s2 >> 24) & 255); + bArr[1] = (byte) ((s2 >> 16) & 255); + bArr[2] = (byte) ((s2 >> 8) & 255); + bArr[3] = (byte) (s2 & 255); this.f = 4; this.g = 0; z3 = true; @@ -98,7 +98,7 @@ public final class m implements o { if (i13 == 18) { byte[] bArr3 = this.a.a; if (this.i == null) { - String str = this.f777c; + String str = this.f737c; String str2 = this.b; if (bArr3[0] == Byte.MAX_VALUE) { vVar = new v(bArr3); @@ -118,8 +118,8 @@ public final class m implements o { while (vVar3.b() >= 16) { vVar3.m(i11); int g = vVar3.g(14) & 16383; - int min2 = Math.min(8 - vVar2.f971c, 14); - int i16 = vVar2.f971c; + int min2 = Math.min(8 - vVar2.f918c, 14); + int i16 = vVar2.f918c; int i17 = (8 - i16) - min2; byte[] bArr4 = vVar2.a; int i18 = vVar2.b; @@ -146,7 +146,7 @@ public final class m implements o { int length = copyOf.length; vVar2.a = copyOf; vVar2.b = 0; - vVar2.f971c = 0; + vVar2.f918c = 0; vVar2.d = length; vVar = vVar2; } @@ -154,7 +154,7 @@ public final class m implements o { int i22 = c.i.a.c.v1.w.a[vVar.g(6)]; int i23 = c.i.a.c.v1.w.b[vVar.g(4)]; int g2 = vVar.g(5); - int[] iArr = c.i.a.c.v1.w.f1069c; + int[] iArr = c.i.a.c.v1.w.f1010c; if (g2 >= iArr.length) { i8 = -1; i7 = 2; @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2701x = i24; - bVar.f2702y = i23; + bVar.f2281x = i24; + bVar.f2282y = i23; bVar.n = null; - bVar.f2698c = str2; + bVar.f2279c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); @@ -271,7 +271,7 @@ public final class m implements o { @Override // c.i.a.c.a2.j0.o public void e(j jVar, i0.d dVar) { dVar.a(); - this.f777c = dVar.b(); + this.f737c = dVar.b(); this.d = jVar.p(dVar.c(), 1); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/n.java b/app/src/main/java/c/i/a/c/a2/j0/n.java index 68c229c441..ec4bfbc3cd 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/n.java +++ b/app/src/main/java/c/i/a/c/a2/j0/n.java @@ -12,7 +12,7 @@ public final class n implements o { public final w[] b; /* renamed from: c reason: collision with root package name */ - public boolean f778c; + public boolean f738c; public int d; public int e; public long f; @@ -27,15 +27,15 @@ public final class n implements o { return false; } if (wVar.s() != i) { - this.f778c = false; + this.f738c = false; } this.d--; - return this.f778c; + return this.f738c; } @Override // c.i.a.c.a2.j0.o public void b(c.i.a.c.i2.w wVar) { - if (!this.f778c) { + if (!this.f738c) { return; } if (this.d != 2 || a(wVar, 32)) { @@ -54,16 +54,16 @@ public final class n implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f778c = false; + this.f738c = false; } @Override // c.i.a.c.a2.j0.o public void d() { - if (this.f778c) { + if (this.f738c) { for (w wVar : this.b) { wVar.d(this.f, 1, this.e, 0, null); } - this.f778c = false; + this.f738c = false; } } @@ -77,7 +77,7 @@ public final class n implements o { bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; bVar.m = Collections.singletonList(aVar.b); - bVar.f2698c = aVar.a; + bVar.f2279c = aVar.a; p.e(bVar.a()); this.b[i] = p; } @@ -86,7 +86,7 @@ public final class n implements o { @Override // c.i.a.c.a2.j0.o public void f(long j, int i) { if ((i & 4) != 0) { - this.f778c = true; + this.f738c = true; this.f = j; this.e = 0; this.d = 2; diff --git a/app/src/main/java/c/i/a/c/a2/j0/p.java b/app/src/main/java/c/i/a/c/a2/j0/p.java index 138cd184bd..b90a9300c6 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/p.java +++ b/app/src/main/java/c/i/a/c/a2/j0/p.java @@ -18,7 +18,7 @@ public final class p implements o { public String b; /* renamed from: c reason: collision with root package name */ - public w f779c; + public w f739c; @Nullable public final j0 d; @Nullable @@ -43,7 +43,7 @@ public final class p implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f780c; + public int f740c; public int d; public byte[] e; @@ -56,12 +56,12 @@ public final class p implements o { int i3 = i2 - i; byte[] bArr2 = this.e; int length = bArr2.length; - int i4 = this.f780c; + int i4 = this.f740c; if (length < i4 + i3) { this.e = Arrays.copyOf(bArr2, (i4 + i3) * 2); } - System.arraycopy(bArr, i, this.e, this.f780c, i3); - this.f780c += i3; + System.arraycopy(bArr, i, this.e, this.f740c, i3); + this.f740c += i3; } } } @@ -101,12 +101,12 @@ public final class p implements o { long j2; int i6; float f2; - d.H(this.f779c); + d.H(this.f739c); int i7 = wVar.b; - int i8 = wVar.f972c; + int i8 = wVar.f919c; byte[] bArr = wVar.a; this.i += (long) wVar.a(); - this.f779c.c(wVar, wVar.a()); + this.f739c.c(wVar, wVar.a()); while (true) { int b = u.b(bArr, i7, i8, this.g); if (b == i8) { @@ -122,8 +122,8 @@ public final class p implements o { int i12 = i11 < 0 ? -i11 : 0; a aVar = this.h; if (aVar.b) { - int i13 = aVar.f780c - i12; - aVar.f780c = i13; + int i13 = aVar.f740c - i12; + aVar.f740c = i13; if (aVar.d == 0 && i10 == 181) { aVar.d = i13; } else { @@ -133,7 +133,7 @@ public final class p implements o { a aVar2 = this.h; String str = this.b; Objects.requireNonNull(str); - byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f780c); + byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f740c); int i14 = copyOf[5] & 255; int i15 = ((copyOf[4] & 255) << 4) | (i14 >> 4); int i16 = ((i14 & 15) << 8) | (copyOf[6] & 255); @@ -172,7 +172,7 @@ public final class p implements o { } j2 = (long) (1000000.0d / d); Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f779c.e((Format) create.first); + this.f739c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -201,7 +201,7 @@ public final class p implements o { if (i3 != 0 || i3 == 179) { int i22 = i8 - b; if (this.j && this.q && this.k) { - this.f779c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); } z2 = this.j; if (z2 || this.q) { @@ -226,7 +226,7 @@ public final class p implements o { i2 = i9; j2 = 0; Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f779c.e((Format) create.first); + this.f739c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -235,7 +235,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f779c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -269,7 +269,7 @@ public final class p implements o { i2 = i9; j2 = 0; Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f779c.e((Format) create.first); + this.f739c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -278,7 +278,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f779c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -311,7 +311,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f779c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -340,7 +340,7 @@ public final class p implements o { u.a(this.g); a aVar = this.h; aVar.b = false; - aVar.f780c = 0; + aVar.f740c = 0; aVar.d = 0; w wVar = this.f; if (wVar != null) { @@ -358,7 +358,7 @@ public final class p implements o { public void e(j jVar, i0.d dVar) { dVar.a(); this.b = dVar.b(); - this.f779c = jVar.p(dVar.c(), 2); + this.f739c = jVar.p(dVar.c(), 2); j0 j0Var = this.d; if (j0Var != null) { j0Var.b(jVar, dVar); diff --git a/app/src/main/java/c/i/a/c/a2/j0/q.java b/app/src/main/java/c/i/a/c/a2/j0/q.java index 79d54f0aa9..4298c15f06 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/q.java +++ b/app/src/main/java/c/i/a/c/a2/j0/q.java @@ -21,7 +21,7 @@ public final class q implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final w f781c = new w(); + public final w f741c = new w(); public final boolean[] d = new boolean[4]; public final a e = new a(128); @Nullable @@ -39,7 +39,7 @@ public final class q implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f782c; + public int f742c; public int d; public int e; public byte[] f; @@ -65,7 +65,7 @@ public final class q implements o { public void b() { this.b = false; this.d = 0; - this.f782c = 0; + this.f742c = 0; } } @@ -75,7 +75,7 @@ public final class q implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f783c; + public boolean f743c; public boolean d; public int e; public int f; @@ -87,12 +87,12 @@ public final class q implements o { } public void a(byte[] bArr, int i, int i2) { - if (this.f783c) { + if (this.f743c) { int i3 = this.f; int i4 = (i + 1) - i3; if (i4 < i2) { this.d = ((bArr[i4] & 192) >> 6) == 0; - this.f783c = false; + this.f743c = false; return; } this.f = (i2 - i) + i3; @@ -126,7 +126,7 @@ public final class q implements o { d.H(this.g); d.H(this.j); int i4 = wVar.b; - int i5 = wVar.f972c; + int i5 = wVar.f919c; byte[] bArr = wVar.a; this.h += (long) wVar.a(); this.j.c(wVar, wVar.a()); @@ -153,7 +153,7 @@ public final class q implements o { } int i9 = i8 < 0 ? -i8 : 0; a aVar = this.e; - int i10 = aVar.f782c; + int i10 = aVar.f742c; if (i10 != 0) { if (i10 != 1) { if (i10 != 2) { @@ -252,10 +252,10 @@ public final class q implements o { if (this.f.b(i3)) { w wVar5 = this.f; int e = u.e(wVar5.d, wVar5.e); - w wVar6 = this.f781c; + w wVar6 = this.f741c; int i14 = f0.a; wVar6.B(this.f.d, e); - this.b.a(this.l, this.f781c); + this.b.a(this.l, this.f741c); } if (i7 == 178) { if (wVar.a[b2 + 2] == 1) { @@ -276,7 +276,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f783c = i7 == 182; + bVar3.f743c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -295,7 +295,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f783c = i7 == 182; + bVar3.f743c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -346,7 +346,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f783c = i7 == 182; + bVar3.f743c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -396,7 +396,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f783c = i7 == 182; + bVar3.f743c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -408,22 +408,22 @@ public final class q implements o { aVar.b(); } else { aVar.e = aVar.d; - aVar.f782c = 4; + aVar.f742c = 4; } } else if (i7 > 31) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f782c = 3; + aVar.f742c = 3; } } else if (i7 != 181) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f782c = 2; + aVar.f742c = 2; } } else if (i7 == 176) { - aVar.f782c = 1; + aVar.f742c = 1; aVar.b = true; } byte[] bArr2 = a.a; @@ -450,7 +450,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f783c = i7 == 182; + bVar3.f743c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -465,7 +465,7 @@ public final class q implements o { b bVar = this.g; if (bVar != null) { bVar.b = false; - bVar.f783c = false; + bVar.f743c = false; bVar.d = false; bVar.e = -1; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/r.java b/app/src/main/java/c/i/a/c/a2/j0/r.java index 46b03b1cde..89c8c2e47e 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/r.java +++ b/app/src/main/java/c/i/a/c/a2/j0/r.java @@ -20,7 +20,7 @@ public final class r implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f784c; + public final boolean f744c; public final w d = new w(7, 128); public final w e = new w(8, 128); public final w f = new w(6, 128); @@ -40,7 +40,7 @@ public final class r implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f785c; + public final boolean f745c; public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final x f; @@ -55,9 +55,7 @@ public final class r implements o { public boolean o; public long p; public long q; - - /* renamed from: r reason: collision with root package name */ - public boolean f786r; + public boolean r; /* compiled from: H264Reader */ public static final class a { @@ -66,7 +64,7 @@ public final class r implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public u.b f787c; + public u.b f746c; public int d; public int e; public int f; @@ -88,7 +86,7 @@ public final class r implements o { public b(w wVar, boolean z2, boolean z3) { this.a = wVar; this.b = z2; - this.f785c = z3; + this.f745c = z3; byte[] bArr = new byte[128]; this.g = bArr; this.f = new x(bArr, 0, 0); @@ -103,7 +101,7 @@ public final class r implements o { public r(e0 e0Var, boolean z2, boolean z3) { this.a = e0Var; this.b = z2; - this.f784c = z3; + this.f744c = z3; } /* JADX WARNING: Removed duplicated region for block: B:44:0x011e */ @@ -126,7 +124,7 @@ public final class r implements o { int i8; int i9; int i10; - if (!this.l || this.k.f785c) { + if (!this.l || this.k.f745c) { this.d.a(bArr, i, i2); this.e.a(bArr, i, i2); } @@ -152,7 +150,7 @@ public final class r implements o { bVar.f.f(); if (bVar.f.c()) { int f = bVar.f.f(); - if (!bVar.f785c) { + if (!bVar.f745c) { bVar.k = false; b.a aVar = bVar.n; aVar.e = f; @@ -196,7 +194,7 @@ public final class r implements o { i9 = 0; } else if (bVar.f.c()) { i9 = bVar.f.g(); - if (aVar2.f969c && !z4) { + if (aVar2.f916c && !z4) { if (bVar.f.c()) { i7 = bVar.f.g(); i5 = 0; @@ -215,7 +213,7 @@ public final class r implements o { i5 = 0; } else if (bVar.f.b(bVar2.l)) { i8 = bVar.f.e(bVar2.l); - if (!aVar2.f969c || z4) { + if (!aVar2.f916c || z4) { i10 = 0; } else if (bVar.f.c()) { i10 = bVar.f.g(); @@ -229,7 +227,7 @@ public final class r implements o { return; } b.a aVar3 = bVar.n; - aVar3.f787c = bVar2; + aVar3.f746c = bVar2; aVar3.d = e; aVar3.e = f; aVar3.f = e2; @@ -262,7 +260,7 @@ public final class r implements o { if (i4 == 0) { } b.a aVar3 = bVar.n; - aVar3.f787c = bVar2; + aVar3.f746c = bVar2; aVar3.d = e; aVar3.e = f; aVar3.f = e2; @@ -329,7 +327,7 @@ public final class r implements o { d.H(this.j); int i3 = f0.a; int i4 = wVar.b; - int i5 = wVar.f972c; + int i5 = wVar.f919c; byte[] bArr2 = wVar.a; this.g += (long) wVar.a(); this.j.c(wVar, wVar.a()); @@ -349,26 +347,26 @@ public final class r implements o { long j = this.g - ((long) i9); int i10 = i8 < 0 ? -i8 : 0; long j2 = this.m; - if (!this.l || this.k.f785c) { + if (!this.l || this.k.f745c) { this.d.b(i10); this.e.b(i10); if (this.l) { i = i5; bArr = bArr2; w wVar2 = this.d; - if (wVar2.f794c) { + if (wVar2.f753c) { u.b d = u.d(wVar2.d, 3, wVar2.e); this.k.d.append(d.d, d); this.d.c(); } else { w wVar3 = this.e; - if (wVar3.f794c) { + if (wVar3.f753c) { u.a c2 = u.c(wVar3.d, 3, wVar3.e); this.k.e.append(c2.a, c2); this.e.c(); } } - } else if (this.d.f794c && this.e.f794c) { + } else if (this.d.f753c && this.e.f753c) { ArrayList arrayList = new ArrayList(); w wVar4 = this.d; arrayList.add(Arrays.copyOf(wVar4.d, wVar4.e)); @@ -379,7 +377,7 @@ public final class r implements o { w wVar7 = this.e; u.a c3 = u.c(wVar7.d, 3, wVar7.e); i = i5; - String a2 = h.a(d2.a, d2.b, d2.f970c); + String a2 = h.a(d2.a, d2.b, d2.f917c); w wVar8 = this.j; Format.b bVar3 = new Format.b(); bArr = bArr2; @@ -407,14 +405,14 @@ public final class r implements o { boolean z4 = this.l; boolean z5 = this.n; if (bVar.i != 9) { - if (bVar.f785c) { + if (bVar.f745c) { b.a aVar = bVar.n; b.a aVar2 = bVar.m; if (aVar.a) { if (aVar2.a) { - u.b bVar4 = aVar.f787c; + u.b bVar4 = aVar.f746c; d.H(bVar4); - u.b bVar5 = aVar2.f787c; + u.b bVar5 = aVar2.f746c; d.H(bVar5); if (aVar.f == aVar2.f) { if (aVar.g == aVar2.g) { @@ -459,15 +457,15 @@ public final class r implements o { b.a aVar3 = bVar.n; z5 = aVar3.b && ((i2 = aVar3.e) == 7 || i2 == 2); } - boolean z7 = bVar.f786r; + boolean z7 = bVar.r; int i14 = bVar.i; z2 = z7 | (i14 != 5 || (z5 && i14 == 1)); - bVar.f786r = z2; + bVar.r = z2; if (z2) { this.n = false; } long j3 = this.m; - if (!this.l || this.k.f785c) { + if (!this.l || this.k.f745c) { this.d.d(i7); this.e.d(i7); } @@ -477,7 +475,7 @@ public final class r implements o { bVar2.l = j3; bVar2.j = j; int i15 = bVar2.b ? 1 : 1; - if (bVar2.f785c) { + if (bVar2.f745c) { if (!(i7 == 5 || i7 == i15 || i7 == 2)) { } b.a aVar4 = bVar2.m; @@ -494,18 +492,18 @@ public final class r implements o { } if (z4 && bVar.o) { long j4 = bVar.j; - bVar.a.d(bVar.q, bVar.f786r ? 1 : 0, (int) (j4 - bVar.p), i9 + ((int) (j - j4)), null); + bVar.a.d(bVar.q, bVar.r ? 1 : 0, (int) (j4 - bVar.p), i9 + ((int) (j - j4)), null); } bVar.p = bVar.j; bVar.q = bVar.l; - bVar.f786r = false; + bVar.r = false; bVar.o = true; if (bVar.b) { } - boolean z7 = bVar.f786r; + boolean z7 = bVar.r; int i14 = bVar.i; z2 = z7 | (i14 != 5 || (z5 && i14 == 1)); - bVar.f786r = z2; + bVar.r = z2; if (z2) { } long j3 = this.m; @@ -518,7 +516,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f785c) { + if (bVar2.f745c) { } i4 = i6; i5 = i; @@ -534,17 +532,17 @@ public final class r implements o { if (bVar.i != 9) { } long j4 = bVar.j; - bVar.a.d(bVar.q, bVar.f786r ? 1 : 0, (int) (j4 - bVar.p), i9 + ((int) (j - j4)), null); + bVar.a.d(bVar.q, bVar.r ? 1 : 0, (int) (j4 - bVar.p), i9 + ((int) (j - j4)), null); bVar.p = bVar.j; bVar.q = bVar.l; - bVar.f786r = false; + bVar.r = false; bVar.o = true; if (bVar.b) { } - boolean z7 = bVar.f786r; + boolean z7 = bVar.r; int i14 = bVar.i; z2 = z7 | (i14 != 5 || (z5 && i14 == 1)); - bVar.f786r = z2; + bVar.r = z2; if (z2) { } long j3 = this.m; @@ -557,7 +555,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f785c) { + if (bVar2.f745c) { } i4 = i6; i5 = i; @@ -593,7 +591,7 @@ public final class r implements o { this.i = dVar.b(); w p = jVar.p(dVar.c(), 2); this.j = p; - this.k = new b(p, this.b, this.f784c); + this.k = new b(p, this.b, this.f744c); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/s.java b/app/src/main/java/c/i/a/c/a2/j0/s.java index 502cdab6da..e2f9638d4a 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/s.java +++ b/app/src/main/java/c/i/a/c/a2/j0/s.java @@ -17,7 +17,7 @@ public final class s implements o { public String b; /* renamed from: c reason: collision with root package name */ - public w f788c; + public w f747c; public a d; public boolean e; public final boolean[] f = new boolean[3]; @@ -36,7 +36,7 @@ public final class s implements o { public long b; /* renamed from: c reason: collision with root package name */ - public boolean f789c; + public boolean f748c; public int d; public long e; public boolean f; @@ -103,13 +103,13 @@ public final class s implements o { int i5; long j4; c.i.a.c.i2.w wVar2 = wVar; - d.H(this.f788c); + d.H(this.f747c); int i6 = f0.a; while (wVar.a() > 0) { - int i7 = wVar2.f972c; + int i7 = wVar2.f919c; byte[] bArr2 = wVar2.a; this.l += (long) wVar.a(); - this.f788c.c(wVar2, wVar.a()); + this.f747c.c(wVar2, wVar.a()); for (int i8 = wVar2.b; i8 < i7; i8 = i3) { int b = u.b(bArr2, i8, i7, this.f); if (b == i7) { @@ -129,7 +129,7 @@ public final class s implements o { a aVar = this.d; boolean z2 = this.e; if (aVar.j && aVar.g) { - aVar.m = aVar.f789c; + aVar.m = aVar.f748c; aVar.j = false; } else if (aVar.h || aVar.g) { if (z2 && aVar.i) { @@ -137,7 +137,7 @@ public final class s implements o { } aVar.k = aVar.b; aVar.l = aVar.e; - aVar.m = aVar.f789c; + aVar.m = aVar.f748c; aVar.i = true; } if (!this.e) { @@ -145,12 +145,12 @@ public final class s implements o { this.h.b(i13); this.i.b(i13); w wVar3 = this.g; - if (wVar3.f794c) { + if (wVar3.f753c) { w wVar4 = this.h; - if (wVar4.f794c) { + if (wVar4.f753c) { w wVar5 = this.i; - if (wVar5.f794c) { - w wVar6 = this.f788c; + if (wVar5.f753c) { + w wVar6 = this.f747c; String str = this.b; i4 = i7; int i14 = wVar3.e; @@ -372,7 +372,7 @@ public final class s implements o { } } boolean z5 = i < 16 && i <= 21; - aVar2.f789c = z5; + aVar2.f748c = z5; aVar2.f = !z5 || i <= 9; if (this.e) { this.g.d(i); @@ -410,7 +410,7 @@ public final class s implements o { } if (i < 16) { } - aVar2.f789c = z5; + aVar2.f748c = z5; aVar2.f = !z5 || i <= 9; if (this.e) { } @@ -451,7 +451,7 @@ public final class s implements o { dVar.a(); this.b = dVar.b(); w p = jVar.p(dVar.c(), 2); - this.f788c = p; + this.f747c = p; this.d = new a(p); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/t.java b/app/src/main/java/c/i/a/c/a2/j0/t.java index d10e79884b..d5fa847c69 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/t.java +++ b/app/src/main/java/c/i/a/c/a2/j0/t.java @@ -12,7 +12,7 @@ public final class t implements o { public c.i.a.c.a2.w b; /* renamed from: c reason: collision with root package name */ - public boolean f790c; + public boolean f749c; public long d; public int e; public int f; @@ -20,7 +20,7 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void b(w wVar) { d.H(this.b); - if (this.f790c) { + if (this.f749c) { int a = wVar.a(); int i = this.f; if (i < 10) { @@ -33,7 +33,7 @@ public final class t implements o { this.e = this.a.r() + 10; } else { Log.w("Id3Reader", "Discarding invalid ID3 tag"); - this.f790c = false; + this.f749c = false; return; } } @@ -46,16 +46,16 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f790c = false; + this.f749c = false; } @Override // c.i.a.c.a2.j0.o public void d() { int i; d.H(this.b); - if (this.f790c && (i = this.e) != 0 && this.f == i) { + if (this.f749c && (i = this.e) != 0 && this.f == i) { this.b.d(this.d, 1, i, 0, null); - this.f790c = false; + this.f749c = false; } } @@ -73,7 +73,7 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void f(long j, int i) { if ((i & 4) != 0) { - this.f790c = true; + this.f749c = true; this.d = j; this.e = 0; this.f = 0; diff --git a/app/src/main/java/c/i/a/c/a2/j0/u.java b/app/src/main/java/c/i/a/c/a2/j0/u.java index 0e821e4cd4..1dc2df825e 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/u.java +++ b/app/src/main/java/c/i/a/c/a2/j0/u.java @@ -18,7 +18,7 @@ public final class u implements o { public final w b; /* renamed from: c reason: collision with root package name */ - public final v f791c; + public final v f750c; public c.i.a.c.a2.w d; public String e; public Format f; @@ -33,10 +33,10 @@ public final class u implements o { public int o; public boolean p; public long q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f792r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f751s; public int t; @Nullable public String u; @@ -45,7 +45,7 @@ public final class u implements o { this.a = str; w wVar = new w(1024); this.b = wVar; - this.f791c = new v(wVar.a); + this.f750c = new v(wVar.a); } public static long a(v vVar) { @@ -64,42 +64,42 @@ public final class u implements o { int i2 = this.g; if (i2 != 0) { if (i2 == 1) { - int s = wVar.s(); - if ((s & 224) == 224) { - this.j = s; + int s2 = wVar.s(); + if ((s2 & 224) == 224) { + this.j = s2; this.g = 2; - } else if (s != 86) { + } else if (s2 != 86) { this.g = 0; } } else if (i2 == 2) { - int s2 = ((this.j & -225) << 8) | wVar.s(); - this.i = s2; + int s3 = ((this.j & -225) << 8) | wVar.s(); + this.i = s3; w wVar2 = this.b; byte[] bArr = wVar2.a; - if (s2 > bArr.length) { - if (bArr.length < s2) { - bArr = new byte[s2]; + if (s3 > bArr.length) { + if (bArr.length < s3) { + bArr = new byte[s3]; } - wVar2.B(bArr, s2); - v vVar = this.f791c; + wVar2.B(bArr, s3); + v vVar = this.f750c; byte[] bArr2 = this.b.a; Objects.requireNonNull(vVar); int length = bArr2.length; vVar.a = bArr2; vVar.b = 0; - vVar.f971c = 0; + vVar.f918c = 0; vVar.d = length; } this.h = 0; this.g = 3; } else if (i2 == 3) { int min = Math.min(wVar.a(), this.i - this.h); - wVar.e(this.f791c.a, this.h, min); + wVar.e(this.f750c.a, this.h, min); int i3 = this.h + min; this.h = i3; if (i3 == this.i) { - this.f791c.k(0); - v vVar2 = this.f791c; + this.f750c.k(0); + v vVar2 = this.f750c; if (!vVar2.f()) { this.l = true; int g = vVar2.g(1); @@ -124,14 +124,14 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2701x = this.t; - bVar.f2702y = this.f792r; + bVar.f2281x = this.t; + bVar.f2282y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2698c = this.a; + bVar.f2279c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; - this.s = 1024000000 / ((long) a.H); + this.f751s = 1024000000 / ((long) a.H); this.d.e(a); } } else { @@ -199,7 +199,7 @@ public final class u implements o { } this.d.c(this.b, i); this.d.d(this.k, 1, i, 0, null); - this.k += this.s; + this.k += this.f751s; if (this.p) { vVar2.m((int) this.q); } @@ -244,8 +244,8 @@ public final class u implements o { public final int g(v vVar) throws ParserException { int b = vVar.b(); k.b c2 = k.c(vVar, true); - this.u = c2.f1055c; - this.f792r = c2.a; + this.u = c2.f997c; + this.r = c2.a; this.t = c2.b; return b - vVar.b(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/v.java b/app/src/main/java/c/i/a/c/a2/j0/v.java index 2478e5783b..a11f62fd5d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/v.java +++ b/app/src/main/java/c/i/a/c/a2/j0/v.java @@ -14,7 +14,7 @@ public final class v implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f793c; + public final String f752c; public c.i.a.c.a2.w d; public String e; public int f = 0; @@ -30,7 +30,7 @@ public final class v implements o { this.a = wVar; wVar.a[0] = -1; this.b = new z.a(); - this.f793c = str; + this.f752c = str; } @Override // c.i.a.c.a2.j0.o @@ -41,7 +41,7 @@ public final class v implements o { if (i == 0) { byte[] bArr = wVar.a; int i2 = wVar.b; - int i3 = wVar.f972c; + int i3 = wVar.f919c; while (true) { if (i2 >= i3) { wVar.D(i3); @@ -72,7 +72,7 @@ public final class v implements o { this.f = 1; } else { z.a aVar = this.b; - this.k = aVar.f1071c; + this.k = aVar.f1012c; if (!this.h) { int i5 = aVar.d; this.j = (((long) aVar.g) * 1000000) / ((long) i5); @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2701x = aVar.e; - bVar.f2702y = i5; - bVar.f2698c = this.f793c; + bVar.f2281x = aVar.e; + bVar.f2282y = i5; + bVar.f2279c = this.f752c; this.d.e(bVar.a()); this.h = true; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/w.java b/app/src/main/java/c/i/a/c/a2/j0/w.java index 9be4bf2420..b0d1036482 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/w.java +++ b/app/src/main/java/c/i/a/c/a2/j0/w.java @@ -8,7 +8,7 @@ public final class w { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f794c; + public boolean f753c; public byte[] d; public int e; @@ -39,13 +39,13 @@ public final class w { } this.e -= i; this.b = false; - this.f794c = true; + this.f753c = true; return true; } public void c() { this.b = false; - this.f794c = false; + this.f753c = false; } public void d(int i) { @@ -57,7 +57,7 @@ public final class w { this.b = z2; if (z2) { this.e = 3; - this.f794c = false; + this.f753c = false; } } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/x.java b/app/src/main/java/c/i/a/c/a2/j0/x.java index 554cf05bd7..8730c34c4b 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/x.java +++ b/app/src/main/java/c/i/a/c/a2/j0/x.java @@ -14,7 +14,7 @@ public final class x implements c0 { public e0 b; /* renamed from: c reason: collision with root package name */ - public w f795c; + public w f754c; public x(String str) { Format.b bVar = new Format.b(); @@ -27,7 +27,7 @@ public final class x implements c0 { this.b = e0Var; dVar.a(); w p = jVar.p(dVar.c(), 5); - this.f795c = p; + this.f754c = p; p.e(this.a); } @@ -40,19 +40,19 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2695x) { + if (d != format.f2276x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); this.a = a2; - this.f795c.e(a2); + this.f754c.e(a2); } int a3 = wVar.a(); - this.f795c.c(wVar, a3); - w wVar2 = this.f795c; + this.f754c.c(wVar, a3); + w wVar2 = this.f754c; e0 e0Var = this.b; synchronized (e0Var) { - long j3 = e0Var.f962c; + long j3 = e0Var.f909c; if (j3 != -9223372036854775807L) { j2 = e0Var.b + j3; } else { diff --git a/app/src/main/java/c/i/a/c/a2/j0/y.java b/app/src/main/java/c/i/a/c/a2/j0/y.java index 02d443c371..bbf0ea9b78 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/y.java +++ b/app/src/main/java/c/i/a/c/a2/j0/y.java @@ -16,7 +16,7 @@ public final class y implements i0 { public final v b = new v(new byte[10]); /* renamed from: c reason: collision with root package name */ - public int f796c = 0; + public int f755c = 0; public int d; public e0 e; public boolean f; @@ -44,7 +44,7 @@ public final class y implements i0 { int i2 = -1; int i3 = 3; if ((i & 1) != 0) { - int i4 = this.f796c; + int i4 = this.f755c; if (!(i4 == 0 || i4 == 1)) { if (i4 == 2) { Log.w("PesReader", "Unexpected start indicator reading extended header"); @@ -63,7 +63,7 @@ public final class y implements i0 { e(1); } while (wVar.a() > 0) { - int i5 = this.f796c; + int i5 = this.f755c; if (i5 != 0) { int i6 = 0; if (i5 != 1) { @@ -158,7 +158,7 @@ public final class y implements i0 { @Override // c.i.a.c.a2.j0.i0 public final void c() { - this.f796c = 0; + this.f755c = 0; this.d = 0; this.h = false; this.a.c(); @@ -181,7 +181,7 @@ public final class y implements i0 { } public final void e(int i) { - this.f796c = i; + this.f755c = i; this.d = 0; } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/z.java b/app/src/main/java/c/i/a/c/a2/j0/z.java index e30b70d0b8..2dfc4c4a75 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/z.java +++ b/app/src/main/java/c/i/a/c/a2/j0/z.java @@ -51,12 +51,12 @@ public final class z extends c.i.a.c.a2.a { i2 = wVar.b; j2 = b; } - int i3 = wVar.f972c; + int i3 = wVar.f919c; if (wVar.a() >= 10) { wVar.E(9); - int s = wVar.s() & 7; - if (wVar.a() >= s) { - wVar.E(s); + int s2 = wVar.s() & 7; + if (wVar.a() >= s2) { + wVar.E(s2); if (wVar.a() >= 4) { if (z.g(wVar.a, wVar.b) == 443) { wVar.E(4); @@ -76,7 +76,7 @@ public final class z extends c.i.a.c.a2.a { wVar.D(i3); break; } - wVar.D(Math.min(wVar.f972c, wVar.b + wVar.x())); + wVar.D(Math.min(wVar.f919c, wVar.b + wVar.x())); } } else { wVar.D(i3); diff --git a/app/src/main/java/c/i/a/c/a2/k0/b.java b/app/src/main/java/c/i/a/c/a2/k0/b.java index 3586b2f4a8..12e99eaf4d 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -19,7 +19,7 @@ public final class b implements h { public w b; /* renamed from: c reason: collision with root package name */ - public AbstractC0089b f797c; + public AbstractC0089b f756c; public int d = -1; public long e = -1; @@ -29,7 +29,7 @@ public final class b implements h { public static final int[] b = {7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, 143, 157, 173, 190, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767}; /* renamed from: c reason: collision with root package name */ - public final j f798c; + public final j f757c; public final w d; public final c e; public final int f; @@ -43,10 +43,10 @@ public final class b implements h { public long n; public a(j jVar, w wVar, c cVar) throws ParserException { - this.f798c = jVar; + this.f757c = jVar; this.d = wVar; this.e = cVar; - int max = Math.max(1, cVar.f800c / 10); + int max = Math.max(1, cVar.f759c / 10); this.i = max; byte[] bArr = cVar.f; int length = bArr.length; @@ -60,16 +60,16 @@ public final class b implements h { int f = f0.f(max, i); this.g = new byte[(cVar.d * f)]; this.h = new c.i.a.c.i2.w(i * 2 * i2 * f); - int i4 = cVar.f800c; + int i4 = cVar.f759c; int i5 = ((cVar.d * i4) * 8) / i; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2701x = cVar.b; - bVar.f2702y = i4; - bVar.f2703z = 2; + bVar.f2281x = cVar.b; + bVar.f2282y = i4; + bVar.f2283z = 2; this.j = bVar.a(); return; } @@ -86,7 +86,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0089b public void b(int i, long j) { - this.f798c.a(new e(this.e, this.f, (long) i, j)); + this.f757c.a(new e(this.e, this.f, (long) i, j)); this.d.e(this.j); } @@ -111,7 +111,7 @@ public final class b implements h { } public final void e(int i) { - long E = this.l + f0.E(this.n, 1000000, (long) this.e.f800c); + long E = this.l + f0.E(this.n, 1000000, (long) this.e.f759c); int i2 = i * 2 * this.e.b; this.d.d(E, 1, i2, this.m - i2, null); this.n += (long) i; @@ -135,7 +135,7 @@ public final class b implements h { public final w b; /* renamed from: c reason: collision with root package name */ - public final c f799c; + public final c f758c; public final Format d; public final int e; public long f; @@ -145,10 +145,10 @@ public final class b implements h { public c(j jVar, w wVar, c cVar, String str, int i) throws ParserException { this.a = jVar; this.b = wVar; - this.f799c = cVar; + this.f758c = cVar; int i2 = (cVar.b * cVar.e) / 8; if (cVar.d == i2) { - int i3 = cVar.f800c * i2; + int i3 = cVar.f759c * i2; int i4 = i3 * 8; int max = Math.max(i2, i3 / 10); this.e = max; @@ -157,9 +157,9 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2701x = cVar.b; - bVar.f2702y = cVar.f800c; - bVar.f2703z = i; + bVar.f2281x = cVar.b; + bVar.f2282y = cVar.f759c; + bVar.f2283z = i; this.d = bVar.a(); return; } @@ -177,7 +177,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0089b public void b(int i, long j) { - this.a.a(new e(this.f799c, 1, (long) i, j)); + this.a.a(new e(this.f758c, 1, (long) i, j)); this.b.e(this.d); } @@ -200,13 +200,13 @@ public final class b implements h { j2 -= (long) b; } } - c cVar = this.f799c; + c cVar = this.f758c; int i4 = cVar.d; int i5 = this.g / i4; if (i5 > 0) { int i6 = i5 * i4; int i7 = this.g - i6; - this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f800c), 1, i6, i7, null); + this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f759c), 1, i6, i7, null); this.h += (long) i5; this.g = i7; } @@ -232,16 +232,16 @@ public final class b implements h { d.H(this.b); int i3 = f0.a; boolean z2 = true; - if (this.f797c == null) { + if (this.f756c == null) { c x1 = d.x1(iVar); if (x1 != null) { int i4 = x1.a; if (i4 == 17) { - this.f797c = new a(this.a, this.b, x1); + this.f756c = new a(this.a, this.b, x1); } else if (i4 == 6) { - this.f797c = new c(this.a, this.b, x1, "audio/g711-alaw", -1); + this.f756c = new c(this.a, this.b, x1, "audio/g711-alaw", -1); } else if (i4 == 7) { - this.f797c = new c(this.a, this.b, x1, "audio/g711-mlaw", -1); + this.f756c = new c(this.a, this.b, x1, "audio/g711-mlaw", -1); } else { int i5 = x1.e; if (i4 != 1) { @@ -253,7 +253,7 @@ public final class b implements h { } else if (i4 != 65534) { i = 0; if (i != 0) { - this.f797c = new c(this.a, this.b, x1, "audio/raw", i); + this.f756c = new c(this.a, this.b, x1, "audio/raw", i); } else { StringBuilder O = c.d.b.a.a.O("Unsupported WAV format type: "); O.append(x1.a); @@ -310,7 +310,7 @@ public final class b implements h { this.d = ((Long) create.first).intValue(); long longValue = ((Long) create.second).longValue(); this.e = longValue; - this.f797c.b(this.d, longValue); + this.f756c.b(this.d, longValue); } } } else if (iVar.getPosition() == 0) { @@ -320,7 +320,7 @@ public final class b implements h { z2 = false; } d.D(z2); - return this.f797c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; + return this.f756c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; } @Override // c.i.a.c.a2.h @@ -332,7 +332,7 @@ public final class b implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - AbstractC0089b bVar = this.f797c; + AbstractC0089b bVar = this.f756c; if (bVar != null) { bVar.a(j2); } diff --git a/app/src/main/java/c/i/a/c/a2/k0/c.java b/app/src/main/java/c/i/a/c/a2/k0/c.java index 0af2871d1a..466aa6f6c5 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/c.java +++ b/app/src/main/java/c/i/a/c/a2/k0/c.java @@ -5,7 +5,7 @@ public final class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f800c; + public final int f759c; public final int d; public final int e; public final byte[] f; @@ -13,7 +13,7 @@ public final class c { public c(int i, int i2, int i3, int i4, int i5, int i6, byte[] bArr) { this.a = i; this.b = i2; - this.f800c = i3; + this.f759c = i3; this.d = i5; this.e = i6; this.f = bArr; diff --git a/app/src/main/java/c/i/a/c/a2/k0/e.java b/app/src/main/java/c/i/a/c/a2/k0/e.java index a8e4165ea7..eee5a1ceee 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/e.java +++ b/app/src/main/java/c/i/a/c/a2/k0/e.java @@ -9,21 +9,21 @@ public final class e implements t { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f801c; + public final long f760c; public final long d; public final long e; public e(c cVar, int i, long j, long j2) { this.a = cVar; this.b = i; - this.f801c = j; + this.f760c = j; long j3 = (j2 - j) / ((long) cVar.d); this.d = j3; this.e = b(j3); } public final long b(long j) { - return f0.E(j * ((long) this.b), 1000000, (long) this.a.f800c); + return f0.E(j * ((long) this.b), 1000000, (long) this.a.f759c); } @Override // c.i.a.c.a2.t @@ -33,15 +33,15 @@ public final class e implements t { @Override // c.i.a.c.a2.t public t.a h(long j) { - long i = f0.i((((long) this.a.f800c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); - long j2 = (((long) this.a.d) * i) + this.f801c; + long i = f0.i((((long) this.a.f759c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); + long j2 = (((long) this.a.d) * i) + this.f760c; long b = b(i); u uVar = new u(b, j2); if (b >= j || i == this.d - 1) { return new t.a(uVar); } long j3 = i + 1; - return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f801c)); + return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f760c)); } @Override // c.i.a.c.a2.t diff --git a/app/src/main/java/c/i/a/c/a2/m.java b/app/src/main/java/c/i/a/c/a2/m.java index bc8e4c5666..3120779b4e 100644 --- a/app/src/main/java/c/i/a/c/a2/m.java +++ b/app/src/main/java/c/i/a/c/a2/m.java @@ -73,7 +73,7 @@ public final class m { if (z2) { return false; } - int s = wVar.s(); + int s2 = wVar.s(); int i7 = wVar.b; byte[] bArr = wVar.a; int i8 = i7 - 1; @@ -82,7 +82,7 @@ public final class m { for (int i11 = wVar.b; i11 < i8; i11++) { i10 = f0.l[i10 ^ (bArr[i11] & 255)]; } - return s == i10; + return s2 == i10; } z2 = true; if (z2) { diff --git a/app/src/main/java/c/i/a/c/a2/o.java b/app/src/main/java/c/i/a/c/a2/o.java index 2cb093343d..137bd220d0 100644 --- a/app/src/main/java/c/i/a/c/a2/o.java +++ b/app/src/main/java/c/i/a/c/a2/o.java @@ -16,7 +16,7 @@ public final class o { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f802c; + public final int f761c; public final int d; public final int e; public final int f; @@ -43,7 +43,7 @@ public final class o { public o(int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, @Nullable a aVar, @Nullable Metadata metadata) { this.a = i; this.b = i2; - this.f802c = i3; + this.f761c = i3; this.d = i4; this.e = i5; this.f = h(i5); @@ -60,7 +60,7 @@ public final class o { vVar.k(i * 8); this.a = vVar.g(16); this.b = vVar.g(16); - this.f802c = vVar.g(24); + this.f761c = vVar.g(24); this.d = vVar.g(24); int g = vVar.g(20); this.e = g; @@ -142,7 +142,7 @@ public final class o { } public o b(@Nullable a aVar) { - return new o(this.a, this.b, this.f802c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); + return new o(this.a, this.b, this.f761c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); } public long d() { @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2701x = this.g; - bVar.f2702y = this.e; + bVar.f2281x = this.g; + bVar.f2282y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/c/i/a/c/a2/p.java b/app/src/main/java/c/i/a/c/a2/p.java index af044c463d..276a2ffa0a 100644 --- a/app/src/main/java/c/i/a/c/a2/p.java +++ b/app/src/main/java/c/i/a/c/a2/p.java @@ -12,7 +12,7 @@ public final class p { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f803c = -1; + public int f762c = -1; public final boolean a(String str) { Matcher matcher = a.matcher(str); @@ -28,7 +28,7 @@ public final class p { return false; } this.b = parseInt; - this.f803c = parseInt2; + this.f762c = parseInt2; return true; } catch (NumberFormatException unused) { return false; diff --git a/app/src/main/java/c/i/a/c/a2/q.java b/app/src/main/java/c/i/a/c/a2/q.java index 7b0aec93e9..ad655a1a7b 100644 --- a/app/src/main/java/c/i/a/c/a2/q.java +++ b/app/src/main/java/c/i/a/c/a2/q.java @@ -22,15 +22,15 @@ public final class q { break; } this.a.E(3); - int r2 = this.a.r(); - int i2 = r2 + 10; + int r = this.a.r(); + int i2 = r + 10; if (metadata == null) { byte[] bArr = new byte[i2]; System.arraycopy(this.a.a, 0, bArr, 0, 10); - iVar.n(bArr, 10, r2); + iVar.n(bArr, 10, r); metadata = new b(aVar).d(bArr, i2); } else { - iVar.g(r2); + iVar.g(r); } i += i2; } catch (EOFException unused) { diff --git a/app/src/main/java/c/i/a/c/a2/r.java b/app/src/main/java/c/i/a/c/a2/r.java index dfd1a90787..f9f4923a35 100644 --- a/app/src/main/java/c/i/a/c/a2/r.java +++ b/app/src/main/java/c/i/a/c/a2/r.java @@ -9,7 +9,7 @@ public final class r implements t { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f804c; + public final long f763c; public final boolean d; public r(long[] jArr, long[] jArr2, long j) { @@ -29,7 +29,7 @@ public final class r implements t { System.arraycopy(jArr, 0, jArr3, 1, length); System.arraycopy(jArr2, 0, jArr4, 1, length); } - this.f804c = j; + this.f763c = j; } @Override // c.i.a.c.a2.t @@ -56,6 +56,6 @@ public final class r implements t { @Override // c.i.a.c.a2.t public long i() { - return this.f804c; + return this.f763c; } } diff --git a/app/src/main/java/c/i/a/c/a2/u.java b/app/src/main/java/c/i/a/c/a2/u.java index f65a312112..2662134dc3 100644 --- a/app/src/main/java/c/i/a/c/a2/u.java +++ b/app/src/main/java/c/i/a/c/a2/u.java @@ -8,11 +8,11 @@ public final class u { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f805c; + public final long f764c; public u(long j, long j2) { this.b = j; - this.f805c = j2; + this.f764c = j2; } public boolean equals(@Nullable Object obj) { @@ -23,17 +23,17 @@ public final class u { return false; } u uVar = (u) obj; - return this.b == uVar.b && this.f805c == uVar.f805c; + return this.b == uVar.b && this.f764c == uVar.f764c; } public int hashCode() { - return (((int) this.b) * 31) + ((int) this.f805c); + return (((int) this.b) * 31) + ((int) this.f764c); } public String toString() { StringBuilder O = a.O("[timeUs="); O.append(this.b); O.append(", position="); - return a.A(O, this.f805c, "]"); + return a.A(O, this.f764c, "]"); } } diff --git a/app/src/main/java/c/i/a/c/a2/w.java b/app/src/main/java/c/i/a/c/a2/w.java index f4cbaaf8a6..271c59ed40 100644 --- a/app/src/main/java/c/i/a/c/a2/w.java +++ b/app/src/main/java/c/i/a/c/a2/w.java @@ -14,13 +14,13 @@ public interface w { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final int f806c; + public final int f765c; public final int d; public a(int i, byte[] bArr, int i2, int i3) { this.a = i; this.b = bArr; - this.f806c = i2; + this.f765c = i2; this.d = i3; } @@ -32,11 +32,11 @@ public interface w { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f806c == aVar.f806c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); + return this.a == aVar.a && this.f765c == aVar.f765c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); } public int hashCode() { - return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f806c) * 31) + this.d; + return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f765c) * 31) + this.d; } } diff --git a/app/src/main/java/c/i/a/c/a2/x.java b/app/src/main/java/c/i/a/c/a2/x.java index 913d1239ce..d1b1a437eb 100644 --- a/app/src/main/java/c/i/a/c/a2/x.java +++ b/app/src/main/java/c/i/a/c/a2/x.java @@ -7,7 +7,7 @@ public final class x { public final int b; /* renamed from: c reason: collision with root package name */ - public int f807c; + public int f766c; public int d; public x(byte[] bArr) { @@ -16,13 +16,13 @@ public final class x { } public boolean a() { - boolean z2 = (((this.a[this.f807c] & 255) >> this.d) & 1) == 1; + boolean z2 = (((this.a[this.f766c] & 255) >> this.d) & 1) == 1; c(1); return z2; } public int b(int i) { - int i2 = this.f807c; + int i2 = this.f766c; int min = Math.min(i, 8 - this.d); int i3 = i2 + 1; int i4 = ((this.a[i2] & 255) >> this.d) & (255 >> (8 - min)); @@ -39,16 +39,16 @@ public final class x { public void c(int i) { int i2; int i3 = i / 8; - int i4 = this.f807c + i3; - this.f807c = i4; + int i4 = this.f766c + i3; + this.f766c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; boolean z2 = true; if (i5 > 7) { - this.f807c = i4 + 1; + this.f766c = i4 + 1; this.d = i5 - 8; } - int i6 = this.f807c; + int i6 = this.f766c; if (i6 < 0 || (i6 >= (i2 = this.b) && !(i6 == i2 && this.d == 0))) { z2 = false; } diff --git a/app/src/main/java/c/i/a/c/b1.java b/app/src/main/java/c/i/a/c/b1.java index 712388c06f..f48a04ba58 100644 --- a/app/src/main/java/c/i/a/c/b1.java +++ b/app/src/main/java/c/i/a/c/b1.java @@ -32,7 +32,7 @@ public final class b1 { public final IdentityHashMap b = new IdentityHashMap<>(); /* renamed from: c reason: collision with root package name */ - public final Map f808c = new HashMap(); + public final Map f767c = new HashMap(); public final d d; public final z.a e; public final q.a f; @@ -110,9 +110,9 @@ public final class b1 { c cVar = this.i; int i2 = 0; while (true) { - if (i2 >= cVar.f810c.size()) { + if (i2 >= cVar.f769c.size()) { break; - } else if (cVar.f810c.get(i2).d == aVar.d) { + } else if (cVar.f769c.get(i2).d == aVar.d) { aVar2 = aVar.b(Pair.create(cVar.b, aVar.a)); break; } else { @@ -171,12 +171,12 @@ public final class b1 { public final y.b b; /* renamed from: c reason: collision with root package name */ - public final z f809c; + public final z f768c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f809c = zVar; + this.f768c = zVar; } } @@ -186,7 +186,7 @@ public final class b1 { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final List f810c = new ArrayList(); + public final List f769c = new ArrayList(); public int d; public boolean e; @@ -218,8 +218,8 @@ public final class b1 { this.g = new HashMap<>(); this.h = new HashSet(); if (c1Var != null) { - aVar.f863c.add(new z.a.C0092a(handler, c1Var)); - aVar2.f1082c.add(new q.a.C0100a(handler, c1Var)); + aVar.f817c.add(new z.a.C0092a(handler, c1Var)); + aVar2.f1023c.add(new q.a.C0100a(handler, c1Var)); } } @@ -233,15 +233,15 @@ public final class b1 { t.a aVar = cVar2.a.n; cVar.d = aVar.p() + cVar2.d; cVar.e = false; - cVar.f810c.clear(); + cVar.f769c.clear(); } else { cVar.d = 0; cVar.e = false; - cVar.f810c.clear(); + cVar.f769c.clear(); } b(i2, cVar.a.n.p()); this.a.add(i2, cVar); - this.f808c.put(cVar.b, cVar); + this.f767c.put(cVar.b, cVar); if (this.j) { g(cVar); if (this.b.isEmpty()) { @@ -282,7 +282,7 @@ public final class b1 { Iterator it = this.h.iterator(); while (it.hasNext()) { c next = it.next(); - if (next.f810c.isEmpty()) { + if (next.f769c.isEmpty()) { b bVar = this.g.get(next); if (bVar != null) { bVar.a.d(bVar.b); @@ -297,11 +297,11 @@ public final class b1 { } public final void f(c cVar) { - if (cVar.e && cVar.f810c.isEmpty()) { + if (cVar.e && cVar.f769c.isEmpty()) { b remove = this.g.remove(cVar); Objects.requireNonNull(remove); remove.a.a(remove.b); - remove.a.c(remove.f809c); + remove.a.c(remove.f768c); this.h.remove(cVar); } } @@ -313,13 +313,13 @@ public final class b1 { this.g.put(cVar, new b(tVar, zVar, aVar)); Handler handler = new Handler(f0.o(), null); Objects.requireNonNull(tVar); - z.a aVar2 = tVar.f851c; + z.a aVar2 = tVar.f806c; Objects.requireNonNull(aVar2); - aVar2.f863c.add(new z.a.C0092a(handler, aVar)); + aVar2.f817c.add(new z.a.C0092a(handler, aVar)); Handler handler2 = new Handler(f0.o(), null); q.a aVar3 = tVar.d; Objects.requireNonNull(aVar3); - aVar3.f1082c.add(new q.a.C0100a(handler2, aVar)); + aVar3.f1023c.add(new q.a.C0100a(handler2, aVar)); tVar.k(zVar, this.k); } @@ -327,7 +327,7 @@ public final class b1 { c remove = this.b.remove(vVar); Objects.requireNonNull(remove); remove.a.i(vVar); - remove.f810c.remove(((s) vVar).i); + remove.f769c.remove(((s) vVar).i); if (!this.b.isEmpty()) { d(); } @@ -337,7 +337,7 @@ public final class b1 { public final void i(int i, int i2) { for (int i3 = i2 - 1; i3 >= i; i3--) { c remove = this.a.remove(i3); - this.f808c.remove(remove.b); + this.f767c.remove(remove.b); b(i3, -remove.a.n.p()); remove.e = true; if (this.j) { diff --git a/app/src/main/java/c/i/a/c/b2/l.java b/app/src/main/java/c/i/a/c/b2/l.java index 38254f18fb..798c5c2046 100644 --- a/app/src/main/java/c/i/a/c/b2/l.java +++ b/app/src/main/java/c/i/a/c/b2/l.java @@ -23,7 +23,7 @@ public final class l implements r { public final o b; /* renamed from: c reason: collision with root package name */ - public final n f811c; + public final n f770c; public final boolean d; public boolean e; public int f = 0; @@ -31,7 +31,7 @@ public final class l implements r { public l(MediaCodec mediaCodec, HandlerThread handlerThread, HandlerThread handlerThread2, boolean z2, boolean z3, a aVar) { this.a = mediaCodec; this.b = new o(handlerThread); - this.f811c = new n(mediaCodec, handlerThread2, z2); + this.f770c = new n(mediaCodec, handlerThread2, z2); this.d = z3; } @@ -51,12 +51,12 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void a(int i, int i2, b bVar, long j, int i3) { - n nVar = this.f811c; + n nVar = this.f770c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f813c = 0; + e.f772c = 0; e.e = j; e.f = i3; MediaCodec.CryptoInfo cryptoInfo = e.d; @@ -69,7 +69,7 @@ public final class l implements r { byte[] b2 = n.b(bVar.a, cryptoInfo.iv); Objects.requireNonNull(b2); cryptoInfo.iv = b2; - cryptoInfo.mode = bVar.f1073c; + cryptoInfo.mode = bVar.f1014c; if (f0.a >= 24) { cryptoInfo.setPattern(new MediaCodec.CryptoInfo.Pattern(bVar.g, bVar.h)); } @@ -93,7 +93,7 @@ public final class l implements r { MediaCodec.CodecException codecException = oVar.j; if (codecException == null) { c.i.a.c.i2.n nVar = oVar.d; - if (!(nVar.f965c == 0)) { + if (!(nVar.f912c == 0)) { i = nVar.b(); } } else { @@ -113,11 +113,11 @@ public final class l implements r { public void configure(@Nullable MediaFormat mediaFormat, @Nullable Surface surface, @Nullable MediaCrypto mediaCrypto, int i) { o oVar = this.b; MediaCodec mediaCodec = this.a; - d.D(oVar.f814c == null); + d.D(oVar.f773c == null); oVar.b.start(); Handler handler = new Handler(oVar.b.getLooper()); mediaCodec.setCallback(oVar, handler); - oVar.f814c = handler; + oVar.f773c = handler; this.a.configure(mediaFormat, surface, mediaCrypto, i); this.f = 1; } @@ -134,7 +134,7 @@ public final class l implements r { MediaCodec.CodecException codecException = oVar.j; if (codecException == null) { c.i.a.c.i2.n nVar = oVar.e; - if (!(nVar.f965c == 0)) { + if (!(nVar.f912c == 0)) { i = nVar.b(); if (i >= 0) { d.H(oVar.h); @@ -171,7 +171,7 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void flush() { - this.f811c.d(); + this.f770c.d(); this.a.flush(); o oVar = this.b; MediaCodec mediaCodec = this.a; @@ -179,7 +179,7 @@ public final class l implements r { j jVar = new j(mediaCodec); synchronized (oVar.a) { oVar.k++; - Handler handler = oVar.f814c; + Handler handler = oVar.f773c; int i = f0.a; handler.post(new d(oVar, jVar)); } @@ -219,7 +219,7 @@ public final class l implements r { public final void k() { if (this.d) { try { - this.f811c.a(); + this.f770c.a(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); throw new IllegalStateException(e); @@ -229,12 +229,12 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void queueInputBuffer(int i, int i2, int i3, long j, int i4) { - n nVar = this.f811c; + n nVar = this.f770c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f813c = i3; + e.f772c = i3; e.e = j; e.f = i4; Handler handler = nVar.e; @@ -247,7 +247,7 @@ public final class l implements r { boolean z2 = true; try { if (this.f == 2) { - n nVar = this.f811c; + n nVar = this.f770c; if (nVar.i) { nVar.d(); nVar.d.quit(); @@ -285,7 +285,7 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void start() { - n nVar = this.f811c; + n nVar = this.f770c; if (!nVar.i) { nVar.d.start(); nVar.e = new m(nVar, nVar.d.getLooper()); diff --git a/app/src/main/java/c/i/a/c/b2/m.java b/app/src/main/java/c/i/a/c/b2/m.java index fd8a80b485..a5a2a1bbc8 100644 --- a/app/src/main/java/c/i/a/c/b2/m.java +++ b/app/src/main/java/c/i/a/c/b2/m.java @@ -26,7 +26,7 @@ public class m extends Handler { if (i == 0) { aVar = (n.a) message.obj; try { - nVar.f812c.queueInputBuffer(aVar.a, aVar.b, aVar.f813c, aVar.e, aVar.f); + nVar.f771c.queueInputBuffer(aVar.a, aVar.b, aVar.f772c, aVar.e, aVar.f); } catch (RuntimeException e) { nVar.f.set(e); } @@ -47,10 +47,10 @@ public class m extends Handler { try { if (nVar.h) { synchronized (n.b) { - nVar.f812c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f771c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } else { - nVar.f812c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f771c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } catch (RuntimeException e2) { nVar.f.set(e2); diff --git a/app/src/main/java/c/i/a/c/b2/n.java b/app/src/main/java/c/i/a/c/b2/n.java index d60a819de4..3afd6a373e 100644 --- a/app/src/main/java/c/i/a/c/b2/n.java +++ b/app/src/main/java/c/i/a/c/b2/n.java @@ -19,7 +19,7 @@ public class n { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final MediaCodec f812c; + public final MediaCodec f771c; public final HandlerThread d; public Handler e; public final AtomicReference f = new AtomicReference<>(); @@ -33,7 +33,7 @@ public class n { public int b; /* renamed from: c reason: collision with root package name */ - public int f813c; + public int f772c; public final MediaCodec.CryptoInfo d = new MediaCodec.CryptoInfo(); public long e; public int f; @@ -44,12 +44,12 @@ public class n { */ public n(MediaCodec mediaCodec, HandlerThread handlerThread, boolean z2) { j jVar = new j(); - this.f812c = mediaCodec; + this.f771c = mediaCodec; this.d = handlerThread; this.g = jVar; boolean z3 = false; if (!z2) { - String K = f0.K(f0.f963c); + String K = f0.K(f0.f910c); } z3 = true; this.h = z3; diff --git a/app/src/main/java/c/i/a/c/b2/o.java b/app/src/main/java/c/i/a/c/b2/o.java index 485089328e..9c6db406be 100644 --- a/app/src/main/java/c/i/a/c/b2/o.java +++ b/app/src/main/java/c/i/a/c/b2/o.java @@ -17,7 +17,7 @@ public final class o extends MediaCodec.Callback { public final HandlerThread b; /* renamed from: c reason: collision with root package name */ - public Handler f814c; + public Handler f773c; @GuardedBy("lock") public final n d; @GuardedBy("lock") @@ -59,11 +59,11 @@ public final class o extends MediaCodec.Callback { n nVar = this.d; nVar.a = 0; nVar.b = -1; - nVar.f965c = 0; + nVar.f912c = 0; n nVar2 = this.e; nVar2.a = 0; nVar2.b = -1; - nVar2.f965c = 0; + nVar2.f912c = 0; this.f.clear(); this.g.clear(); this.j = null; diff --git a/app/src/main/java/c/i/a/c/b2/p.java b/app/src/main/java/c/i/a/c/b2/p.java index bc87610746..d5e3e13475 100644 --- a/app/src/main/java/c/i/a/c/b2/p.java +++ b/app/src/main/java/c/i/a/c/b2/p.java @@ -6,10 +6,10 @@ import java.nio.ByteBuffer; /* compiled from: BatchBuffer */ public final class p extends DecoderInputBuffer { public long q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f815r; - public int s = 32; + /* renamed from: s reason: collision with root package name */ + public int f774s = 32; public p() { super(2); @@ -18,7 +18,7 @@ public final class p extends DecoderInputBuffer { @Override // com.google.android.exoplayer2.decoder.DecoderInputBuffer public void p() { super.p(); - this.f815r = 0; + this.r = 0; } /* JADX WARNING: Code restructure failed: missing block: B:13:0x0049, code lost: @@ -32,7 +32,7 @@ public final class p extends DecoderInputBuffer { d.k(!decoderInputBuffer.l()); d.k(!decoderInputBuffer.n()); if (v()) { - if (this.f815r < this.s && decoderInputBuffer.m() == m()) { + if (this.r < this.f774s && decoderInputBuffer.m() == m()) { ByteBuffer byteBuffer = decoderInputBuffer.k; if (!(byteBuffer == null || (r3 = this.k) == null)) { } @@ -41,8 +41,8 @@ public final class p extends DecoderInputBuffer { if (z2) { return false; } - int i = this.f815r; - this.f815r = i + 1; + int i = this.r; + this.r = i + 1; if (i == 0) { this.m = decoderInputBuffer.m; if (decoderInputBuffer.o()) { @@ -66,6 +66,6 @@ public final class p extends DecoderInputBuffer { } public boolean v() { - return this.f815r > 0; + return this.r > 0; } } diff --git a/app/src/main/java/c/i/a/c/b2/q.java b/app/src/main/java/c/i/a/c/b2/q.java index 0d307bda02..cc9812bebc 100644 --- a/app/src/main/java/c/i/a/c/b2/q.java +++ b/app/src/main/java/c/i/a/c/b2/q.java @@ -5,5 +5,5 @@ public final class q { public long b; /* renamed from: c reason: collision with root package name */ - public boolean f816c; + public boolean f775c; } diff --git a/app/src/main/java/c/i/a/c/b2/s.java b/app/src/main/java/c/i/a/c/b2/s.java index 20feb6588b..b821cea495 100644 --- a/app/src/main/java/c/i/a/c/b2/s.java +++ b/app/src/main/java/c/i/a/c/b2/s.java @@ -19,7 +19,7 @@ public final class s { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f817c; + public final String f776c; @Nullable public final MediaCodecInfo.CodecCapabilities d; public final boolean e; @@ -31,7 +31,7 @@ public final class s { Objects.requireNonNull(str); this.a = str; this.b = str2; - this.f817c = str3; + this.f776c = str3; this.d = codecCapabilities; this.e = z5; this.f = z7; @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2696y == format2.f2696y && format.f2697z == format2.f2697z)) { + if (!this.e && !(format.f2277y == format2.f2277y && format.f2278z == format2.f2278z)) { i |= 512; } if (!f0.a(format.F, format2.F)) { @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2696y; - if (i4 <= 0 || (i = format.f2697z) <= 0) { + int i4 = format.f2277y; + if (i4 <= 0 || (i = format.f2278z) <= 0) { return true; } if (f0.a >= 21) { @@ -238,9 +238,9 @@ public final class s { } if (!z5) { StringBuilder O3 = a.O("legacyFrameSize, "); - O3.append(format.f2696y); + O3.append(format.f2277y); O3.append("x"); - O3.append(format.f2697z); + O3.append(format.f2278z); h(O3.toString()); } return z5; diff --git a/app/src/main/java/c/i/a/c/b2/u.java b/app/src/main/java/c/i/a/c/b2/u.java index 635f4f9c85..fb1934affc 100644 --- a/app/src/main/java/c/i/a/c/b2/u.java +++ b/app/src/main/java/c/i/a/c/b2/u.java @@ -19,7 +19,7 @@ public final class u implements r { @Nullable /* renamed from: c reason: collision with root package name */ - public ByteBuffer[] f818c; + public ByteBuffer[] f777c; /* compiled from: SynchronousMediaCodecAdapter */ public static final class b implements r.a { @@ -60,7 +60,7 @@ public final class u implements r { do { dequeueOutputBuffer = this.a.dequeueOutputBuffer(bufferInfo, 0); if (dequeueOutputBuffer == -3 && f0.a < 21) { - this.f818c = this.a.getOutputBuffers(); + this.f777c = this.a.getOutputBuffers(); continue; } } while (dequeueOutputBuffer == -3); @@ -103,7 +103,7 @@ public final class u implements r { @Override // c.i.a.c.b2.r @Nullable public ByteBuffer i(int i) { - return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f818c[i]; + return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f777c[i]; } @Override // c.i.a.c.b2.r @@ -114,7 +114,7 @@ public final class u implements r { @Override // c.i.a.c.b2.r public void release() { this.b = null; - this.f818c = null; + this.f777c = null; this.a.release(); } @@ -134,7 +134,7 @@ public final class u implements r { this.a.start(); if (f0.a < 21) { this.b = this.a.getInputBuffers(); - this.f818c = this.a.getOutputBuffers(); + this.f777c = this.a.getOutputBuffers(); } } } diff --git a/app/src/main/java/c/i/a/c/c0.java b/app/src/main/java/c/i/a/c/c0.java index d14b184dbf..2e5f947644 100644 --- a/app/src/main/java/c/i/a/c/c0.java +++ b/app/src/main/java/c/i/a/c/c0.java @@ -10,12 +10,12 @@ public abstract class c0 extends r1 { public final int b; /* renamed from: c reason: collision with root package name */ - public final h0 f819c; + public final h0 f778c; public final boolean d; public c0(boolean z2, h0 h0Var) { this.d = z2; - this.f819c = h0Var; + this.f778c = h0Var; this.b = h0Var.b(); } @@ -29,7 +29,7 @@ public abstract class c0 extends r1 { z2 = false; } if (z2) { - i = this.f819c.c(); + i = this.f778c.c(); } do { i1 i1Var = (i1) this; @@ -69,7 +69,7 @@ public abstract class c0 extends r1 { if (this.d) { z2 = false; } - int g = z2 ? this.f819c.g() : i - 1; + int g = z2 ? this.f778c.g() : i - 1; do { i1 i1Var = (i1) this; if (i1Var.i[g].q()) { @@ -102,12 +102,12 @@ public abstract class c0 extends r1 { if (e != -1) { return i4 + e; } - int r2 = r(d, z2); - while (r2 != -1 && i1Var.i[r2].q()) { - r2 = r(r2, z2); + int r = r(d, z2); + while (r != -1 && i1Var.i[r].q()) { + r = r(r, z2); } - if (r2 != -1) { - return i1Var.i[r2].a(z2) + i1Var.h[r2]; + if (r != -1) { + return i1Var.i[r].a(z2) + i1Var.h[r]; } else if (i2 == 2) { return a(z2); } else { @@ -121,7 +121,7 @@ public abstract class c0 extends r1 { int d = f0.d(i1Var.g, i + 1, false, false); int i2 = i1Var.h[d]; i1Var.i[d].g(i - i1Var.g[d], bVar, z2); - bVar.f1015c += i2; + bVar.f958c += i2; if (z2) { Object obj = i1Var.j[d]; Object obj2 = bVar.b; @@ -141,7 +141,7 @@ public abstract class c0 extends r1 { int intValue = num == null ? -1 : num.intValue(); int i = i1Var.h[intValue]; i1Var.i[intValue].h(obj3, bVar); - bVar.f1015c += i; + bVar.f958c += i; bVar.b = obj; return bVar; } @@ -167,12 +167,12 @@ public abstract class c0 extends r1 { if (l != -1) { return i4 + l; } - int s = s(d, z2); - while (s != -1 && i1Var.i[s].q()) { - s = s(s, z2); + int s2 = s(d, z2); + while (s2 != -1 && i1Var.i[s2].q()) { + s2 = s(s2, z2); } - if (s != -1) { - return i1Var.i[s].c(z2) + i1Var.h[s]; + if (s2 != -1) { + return i1Var.i[s2].c(z2) + i1Var.h[s2]; } else if (i2 == 2) { return c(z2); } else { @@ -195,10 +195,10 @@ public abstract class c0 extends r1 { int i3 = i1Var.g[d]; i1Var.i[d].o(i - i2, cVar, j); Object obj = i1Var.j[d]; - if (!r1.c.a.equals(cVar.f1016c)) { - obj = Pair.create(obj, cVar.f1016c); + if (!r1.c.a.equals(cVar.f959c)) { + obj = Pair.create(obj, cVar.f959c); } - cVar.f1016c = obj; + cVar.f959c = obj; cVar.o += i3; cVar.p += i3; return cVar; @@ -206,7 +206,7 @@ public abstract class c0 extends r1 { public final int r(int i, boolean z2) { if (z2) { - return this.f819c.e(i); + return this.f778c.e(i); } if (i < this.b - 1) { return i + 1; @@ -216,7 +216,7 @@ public abstract class c0 extends r1 { public final int s(int i, boolean z2) { if (z2) { - return this.f819c.d(i); + return this.f778c.d(i); } if (i > 0) { return i - 1; diff --git a/app/src/main/java/c/i/a/c/c1.java b/app/src/main/java/c/i/a/c/c1.java index e296e34bfe..e3cb74bfdd 100644 --- a/app/src/main/java/c/i/a/c/c1.java +++ b/app/src/main/java/c/i/a/c/c1.java @@ -17,7 +17,7 @@ public final class c1 { public final r1 b; /* renamed from: c reason: collision with root package name */ - public final y.a f820c; + public final y.a f779c; public final long d; public final int e; @Nullable @@ -33,14 +33,14 @@ public final class c1 { public final boolean o; public final boolean p; public volatile long q; + public volatile long r; - /* renamed from: r reason: collision with root package name */ - public volatile long f821r; - public volatile long s; + /* renamed from: s reason: collision with root package name */ + public volatile long f780s; public c1(r1 r1Var, y.a aVar, long j, int i, @Nullable ExoPlaybackException exoPlaybackException, boolean z2, TrackGroupArray trackGroupArray, m mVar, List list, y.a aVar2, boolean z3, int i2, d1 d1Var, long j2, long j3, long j4, boolean z4, boolean z5) { this.b = r1Var; - this.f820c = aVar; + this.f779c = aVar; this.d = j; this.e = i; this.f = exoPlaybackException; @@ -53,8 +53,8 @@ public final class c1 { this.m = i2; this.n = d1Var; this.q = j2; - this.f821r = j3; - this.s = j4; + this.r = j3; + this.f780s = j4; this.o = z4; this.p = z5; } @@ -69,7 +69,7 @@ public final class c1 { @CheckResult public c1 a(y.a aVar) { - return new c1(this.b, this.f820c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.f821r, this.s, this.o, this.p); + return new c1(this.b, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); } @CheckResult @@ -79,31 +79,31 @@ public final class c1 { @CheckResult public c1 c(boolean z2) { - return new c1(this.b, this.f820c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.f821r, this.s, z2, this.p); + return new c1(this.b, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, z2, this.p); } @CheckResult public c1 d(boolean z2, int i) { - return new c1(this.b, this.f820c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.f821r, this.s, this.o, this.p); + return new c1(this.b, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f780s, this.o, this.p); } @CheckResult public c1 e(@Nullable ExoPlaybackException exoPlaybackException) { - return new c1(this.b, this.f820c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.f821r, this.s, this.o, this.p); + return new c1(this.b, this.f779c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); } @CheckResult public c1 f(d1 d1Var) { - return new c1(this.b, this.f820c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.f821r, this.s, this.o, this.p); + return new c1(this.b, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f780s, this.o, this.p); } @CheckResult public c1 g(int i) { - return new c1(this.b, this.f820c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.f821r, this.s, this.o, this.p); + return new c1(this.b, this.f779c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); } @CheckResult public c1 h(r1 r1Var) { - return new c1(r1Var, this.f820c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.f821r, this.s, this.o, this.p); + return new c1(r1Var, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); } } diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index 4782a5e7da..a95e56f508 100644 --- a/app/src/main/java/c/i/a/c/c2/f.java +++ b/app/src/main/java/c/i/a/c/c2/f.java @@ -26,18 +26,16 @@ public final class f extends g0 implements Handler.Callback { public final e u; @Nullable public final Handler v; - - /* renamed from: w reason: collision with root package name */ - public final d f822w; + public final d w; /* renamed from: x reason: collision with root package name */ - public final Metadata[] f823x; + public final Metadata[] f781x; /* renamed from: y reason: collision with root package name */ - public final long[] f824y; + public final long[] f782y; /* renamed from: z reason: collision with root package name */ - public int f825z; + public int f783z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public f(e eVar, @Nullable Looper looper) { @@ -54,23 +52,23 @@ public final class f extends g0 implements Handler.Callback { } this.v = handler; this.t = cVar; - this.f822w = new d(); - this.f823x = new Metadata[5]; - this.f824y = new long[5]; + this.w = new d(); + this.f781x = new Metadata[5]; + this.f782y = new long[5]; } @Override // c.i.a.c.g0 public void B() { - Arrays.fill(this.f823x, (Object) null); - this.f825z = 0; + Arrays.fill(this.f781x, (Object) null); + this.f783z = 0; this.A = 0; this.B = null; } @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - Arrays.fill(this.f823x, (Object) null); - this.f825z = 0; + Arrays.fill(this.f781x, (Object) null); + this.f783z = 0; this.A = 0; this.C = false; this.D = false; @@ -93,13 +91,13 @@ public final class f extends g0 implements Handler.Callback { b b = this.t.b(x2); byte[] n0 = metadata.i[i].n0(); Objects.requireNonNull(n0); - this.f822w.p(); - this.f822w.r(n0.length); - ByteBuffer byteBuffer = this.f822w.k; + this.w.p(); + this.w.r(n0.length); + ByteBuffer byteBuffer = this.w.k; int i2 = f0.a; byteBuffer.put(n0); - this.f822w.s(); - Metadata a = b.a(this.f822w); + this.w.s(); + Metadata a = b.a(this.w); if (a != null) { J(a, list); } @@ -146,29 +144,29 @@ public final class f extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public void q(long j, long j2) { if (!this.C && this.A < 5) { - this.f822w.p(); + this.w.p(); s0 A = A(); - int I = I(A, this.f822w, false); + int I = I(A, this.w, false); if (I == -4) { - if (this.f822w.n()) { + if (this.w.n()) { this.C = true; } else { - d dVar = this.f822w; + d dVar = this.w; dVar.q = this.E; dVar.s(); b bVar = this.B; int i = f0.a; - Metadata a = bVar.a(this.f822w); + Metadata a = bVar.a(this.w); if (a != null) { ArrayList arrayList = new ArrayList(a.i.length); J(a, arrayList); if (!arrayList.isEmpty()) { Metadata metadata = new Metadata(arrayList); - int i2 = this.f825z; + int i2 = this.f783z; int i3 = this.A; int i4 = (i2 + i3) % 5; - this.f823x[i4] = metadata; - this.f824y[i4] = this.f822w.m; + this.f781x[i4] = metadata; + this.f782y[i4] = this.w.m; this.A = i3 + 1; } } @@ -176,14 +174,14 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2695x; + this.E = format.f2276x; } } if (this.A > 0) { - long[] jArr = this.f824y; - int i5 = this.f825z; + long[] jArr = this.f782y; + int i5 = this.f783z; if (jArr[i5] <= j) { - Metadata metadata2 = this.f823x[i5]; + Metadata metadata2 = this.f781x[i5]; int i6 = f0.a; Handler handler = this.v; if (handler != null) { @@ -191,10 +189,10 @@ public final class f extends g0 implements Handler.Callback { } else { this.u.l(metadata2); } - Metadata[] metadataArr = this.f823x; - int i7 = this.f825z; + Metadata[] metadataArr = this.f781x; + int i7 = this.f783z; metadataArr[i7] = null; - this.f825z = (i7 + 1) % 5; + this.f783z = (i7 + 1) % 5; this.A--; } } diff --git a/app/src/main/java/c/i/a/c/c2/i/a.java b/app/src/main/java/c/i/a/c/c2/i/a.java index 5e69ae56cb..d95172e0f5 100644 --- a/app/src/main/java/c/i/a/c/c2/i/a.java +++ b/app/src/main/java/c/i/a/c/c2/i/a.java @@ -17,6 +17,6 @@ public final class a extends g { Objects.requireNonNull(n); String n2 = wVar.n(); Objects.requireNonNull(n2); - return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f972c))); + return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f919c))); } } diff --git a/app/src/main/java/c/i/a/c/c2/j/a.java b/app/src/main/java/c/i/a/c/c2/j/a.java index 5a24028d7c..a75eb8fac9 100644 --- a/app/src/main/java/c/i/a/c/c2/j/a.java +++ b/app/src/main/java/c/i/a/c/c2/j/a.java @@ -14,10 +14,10 @@ import java.util.regex.Pattern; /* compiled from: IcyDecoder */ public final class a extends g { public static final Pattern a = Pattern.compile("(.+?)='(.*?)';", 32); - public final CharsetDecoder b = c.f1348c.newDecoder(); + public final CharsetDecoder b = c.f1275c.newDecoder(); /* renamed from: c reason: collision with root package name */ - public final CharsetDecoder f826c = c.b.newDecoder(); + public final CharsetDecoder f784c = c.b.newDecoder(); /* JADX INFO: finally extract failed */ @Override // c.i.a.c.c2.g @@ -28,15 +28,15 @@ public final class a extends g { str = this.b.decode(byteBuffer).toString(); } catch (CharacterCodingException unused) { try { - str = this.f826c.decode(byteBuffer).toString(); - this.f826c.reset(); + str = this.f784c.decode(byteBuffer).toString(); + this.f784c.reset(); byteBuffer.rewind(); } catch (CharacterCodingException unused2) { - this.f826c.reset(); + this.f784c.reset(); byteBuffer.rewind(); str = null; } catch (Throwable th) { - this.f826c.reset(); + this.f784c.reset(); byteBuffer.rewind(); throw th; } diff --git a/app/src/main/java/c/i/a/c/c2/k/b.java b/app/src/main/java/c/i/a/c/c2/k/b.java index f28de7f67d..de33e223c2 100644 --- a/app/src/main/java/c/i/a/c/c2/k/b.java +++ b/app/src/main/java/c/i/a/c/c2/k/b.java @@ -43,12 +43,12 @@ public final class b extends g { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f827c; + public final int f785c; public C0090b(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f827c = i2; + this.f785c = i2; } } @@ -67,8 +67,8 @@ public final class b extends g { public static ApicFrame e(w wVar, int i, int i2) throws UnsupportedEncodingException { String str; int i3; - int s = wVar.s(); - String t = t(s); + int s2 = wVar.s(); + String t = t(s2); int i4 = i - 1; byte[] bArr = new byte[i4]; System.arraycopy(wVar.a, wVar.b, bArr, 0, i4); @@ -82,19 +82,19 @@ public final class b extends g { } i3 = 2; } else { - int w2 = w(bArr, 0); - String K = f0.K(new String(bArr, 0, w2, "ISO-8859-1")); + int w = w(bArr, 0); + String K = f0.K(new String(bArr, 0, w, "ISO-8859-1")); if (K.indexOf(47) == -1) { - i3 = w2; + i3 = w; str = c.d.b.a.a.u("image/", K); } else { - i3 = w2; + i3 = w; str = K; } } int i5 = i3 + 2; - int v = v(bArr, i5, s); - return new ApicFrame(str, new String(bArr, i5, v - i5, t), bArr[i3 + 1] & 255, c(bArr, s(s) + v, i4)); + int v = v(bArr, i5, s2); + return new ApicFrame(str, new String(bArr, i5, v - i5, t), bArr[i3 + 1] & 255, c(bArr, s(s2) + v, i4)); } public static BinaryFrame f(w wVar, int i, String str) { @@ -106,9 +106,9 @@ public final class b extends g { public static ChapterFrame g(w wVar, int i, int i2, boolean z2, int i3, @Nullable a aVar) throws UnsupportedEncodingException { int i4 = wVar.b; - int w2 = w(wVar.a, i4); - String str = new String(wVar.a, i4, w2 - i4, "ISO-8859-1"); - wVar.D(w2 + 1); + int w = w(wVar.a, i4); + String str = new String(wVar.a, i4, w - i4, "ISO-8859-1"); + wVar.D(w + 1); int f = wVar.f(); int f2 = wVar.f(); long t = wVar.t(); @@ -128,19 +128,19 @@ public final class b extends g { public static ChapterTocFrame h(w wVar, int i, int i2, boolean z2, int i3, @Nullable a aVar) throws UnsupportedEncodingException { int i4 = wVar.b; - int w2 = w(wVar.a, i4); - String str = new String(wVar.a, i4, w2 - i4, "ISO-8859-1"); - wVar.D(w2 + 1); - int s = wVar.s(); - boolean z3 = (s & 2) != 0; - boolean z4 = (s & 1) != 0; + int w = w(wVar.a, i4); + String str = new String(wVar.a, i4, w - i4, "ISO-8859-1"); + wVar.D(w + 1); int s2 = wVar.s(); - String[] strArr = new String[s2]; - for (int i5 = 0; i5 < s2; i5++) { + boolean z3 = (s2 & 2) != 0; + boolean z4 = (s2 & 1) != 0; + int s3 = wVar.s(); + String[] strArr = new String[s3]; + for (int i5 = 0; i5 < s3; i5++) { int i6 = wVar.b; - int w3 = w(wVar.a, i6); - strArr[i5] = new String(wVar.a, i6, w3 - i6, "ISO-8859-1"); - wVar.D(w3 + 1); + int w2 = w(wVar.a, i6); + strArr[i5] = new String(wVar.a, i6, w2 - i6, "ISO-8859-1"); + wVar.D(w2 + 1); } ArrayList arrayList = new ArrayList(); int i7 = i4 + i; @@ -158,8 +158,8 @@ public final class b extends g { if (i < 4) { return null; } - int s = wVar.s(); - String t = t(s); + int s2 = wVar.s(); + String t = t(s2); byte[] bArr = new byte[3]; System.arraycopy(wVar.a, wVar.b, bArr, 0, 3); wVar.b += 3; @@ -168,10 +168,10 @@ public final class b extends g { byte[] bArr2 = new byte[i2]; System.arraycopy(wVar.a, wVar.b, bArr2, 0, i2); wVar.b += i2; - int v = v(bArr2, 0, s); + int v = v(bArr2, 0, s2); String str2 = new String(bArr2, 0, v, t); - int s2 = s(s) + v; - return new CommentFrame(str, str2, n(bArr2, s2, v(bArr2, s2, s), t)); + int s3 = s(s2) + v; + return new CommentFrame(str, str2, n(bArr2, s3, v(bArr2, s3, s2), t)); } /* JADX WARNING: Code restructure failed: missing block: B:129:0x0188, code lost: @@ -189,10 +189,10 @@ public final class b extends g { boolean z6; boolean z7; Id3Frame id3Frame; - int s = wVar.s(); int s2 = wVar.s(); int s3 = wVar.s(); - int s4 = i >= 3 ? wVar.s() : 0; + int s4 = wVar.s(); + int s5 = i >= 3 ? wVar.s() : 0; if (i == 4) { v = wVar.v(); if (!z2) { @@ -203,21 +203,21 @@ public final class b extends g { } int i5 = v; int x2 = i >= 3 ? wVar.x() : 0; - if (s == 0 && s2 == 0 && s3 == 0 && s4 == 0 && i5 == 0 && x2 == 0) { - wVar.D(wVar.f972c); + if (s2 == 0 && s3 == 0 && s4 == 0 && s5 == 0 && i5 == 0 && x2 == 0) { + wVar.D(wVar.f919c); return null; } int i6 = wVar.b + i5; - if (i6 > wVar.f972c) { + if (i6 > wVar.f919c) { Log.w("Id3Decoder", "Frame size exceeds remaining tag data"); - wVar.D(wVar.f972c); + wVar.D(wVar.f919c); return null; } if (aVar != null) { str = "Id3Decoder"; i4 = i6; i3 = x2; - if (!aVar.a(i, s, s2, s3, s4)) { + if (!aVar.a(i, s2, s3, s4, s5)) { wVar.D(i4); return null; } @@ -264,7 +264,7 @@ public final class b extends g { if (z4) { i5 = x(wVar, i5); } - if (s == 84 && s2 == 88 && s3 == 88 && (i == 2 || s4 == 88)) { + if (s2 == 84 && s3 == 88 && s4 == 88 && (i == 2 || s5 == 88)) { try { id3Frame = p(wVar, i5); } catch (UnsupportedEncodingException unused) { @@ -275,72 +275,72 @@ public final class b extends g { wVar.D(i4); throw th; } - } else if (s == 84) { - id3Frame = o(wVar, i5, u(i, s, s2, s3, s4)); - } else if (s == 87 && s2 == 88 && s3 == 88 && (i == 2 || s4 == 88)) { + } else if (s2 == 84) { + id3Frame = o(wVar, i5, u(i, s2, s3, s4, s5)); + } else if (s2 == 87 && s3 == 88 && s4 == 88 && (i == 2 || s5 == 88)) { id3Frame = r(wVar, i5); - } else if (s == 87) { - id3Frame = q(wVar, i5, u(i, s, s2, s3, s4)); - } else if (s == 80 && s2 == 82 && s3 == 73 && s4 == 86) { + } else if (s2 == 87) { + id3Frame = q(wVar, i5, u(i, s2, s3, s4, s5)); + } else if (s2 == 80 && s3 == 82 && s4 == 73 && s5 == 86) { id3Frame = m(wVar, i5); - } else if (s == 71 && s2 == 69 && s3 == 79 && (s4 == 66 || i == 2)) { + } else if (s2 == 71 && s3 == 69 && s4 == 79 && (s5 == 66 || i == 2)) { id3Frame = k(wVar, i5); } else { if (i == 2) { - if (s == 80 && s2 == 73 && s3 == 67) { + if (s2 == 80 && s3 == 73 && s4 == 67) { } - id3Frame = (s != 67 && s2 == 79 && s3 == 77 && (s4 == 77 || i == 2)) ? i(wVar, i5) : (s != 67 && s2 == 72 && s3 == 65 && s4 == 80) ? g(wVar, i5, i, z2, i2, aVar) : (s != 67 && s2 == 84 && s3 == 79 && s4 == 67) ? h(wVar, i5, i, z2, i2, aVar) : (s != 77 && s2 == 76 && s3 == 76 && s4 == 84) ? l(wVar, i5) : f(wVar, i5, u(i, s, s2, s3, s4)); + id3Frame = (s2 != 67 && s3 == 79 && s4 == 77 && (s5 == 77 || i == 2)) ? i(wVar, i5) : (s2 != 67 && s3 == 72 && s4 == 65 && s5 == 80) ? g(wVar, i5, i, z2, i2, aVar) : (s2 != 67 && s3 == 84 && s4 == 79 && s5 == 67) ? h(wVar, i5, i, z2, i2, aVar) : (s2 != 77 && s3 == 76 && s4 == 76 && s5 == 84) ? l(wVar, i5) : f(wVar, i5, u(i, s2, s3, s4, s5)); } else { - if (s == 65) { - if (s2 == 80) { - if (s3 == 73) { + if (s2 == 65) { + if (s3 == 80) { + if (s4 == 73) { } } } - if (s != 67) { + if (s2 != 67) { } } id3Frame = e(wVar, i5, i); } if (id3Frame == null) { - Log.w(str, "Failed to decode frame: id=" + u(i, s, s2, s3, s4) + ", frameSize=" + i5); + Log.w(str, "Failed to decode frame: id=" + u(i, s2, s3, s4, s5) + ", frameSize=" + i5); } wVar.D(i4); return id3Frame; } public static GeobFrame k(w wVar, int i) throws UnsupportedEncodingException { - int s = wVar.s(); - String t = t(s); + int s2 = wVar.s(); + String t = t(s2); int i2 = i - 1; byte[] bArr = new byte[i2]; System.arraycopy(wVar.a, wVar.b, bArr, 0, i2); wVar.b += i2; - int w2 = w(bArr, 0); - String str = new String(bArr, 0, w2, "ISO-8859-1"); - int i3 = w2 + 1; - int v = v(bArr, i3, s); + int w = w(bArr, 0); + String str = new String(bArr, 0, w, "ISO-8859-1"); + int i3 = w + 1; + int v = v(bArr, i3, s2); String n = n(bArr, i3, v, t); - int s2 = s(s) + v; - int v2 = v(bArr, s2, s); - return new GeobFrame(str, n, n(bArr, s2, v2, t), c(bArr, s(s) + v2, i2)); + int s3 = s(s2) + v; + int v2 = v(bArr, s3, s2); + return new GeobFrame(str, n, n(bArr, s3, v2, t), c(bArr, s(s2) + v2, i2)); } public static MlltFrame l(w wVar, int i) { int x2 = wVar.x(); int u = wVar.u(); int u2 = wVar.u(); - int s = wVar.s(); int s2 = wVar.s(); + int s3 = wVar.s(); v vVar = new v(); - vVar.j(wVar.a, wVar.f972c); + vVar.j(wVar.a, wVar.f919c); vVar.k(wVar.b * 8); - int i2 = ((i - 10) * 8) / (s + s2); + int i2 = ((i - 10) * 8) / (s2 + s3); int[] iArr = new int[i2]; int[] iArr2 = new int[i2]; for (int i3 = 0; i3 < i2; i3++) { - int g = vVar.g(s); - int g2 = vVar.g(s2); + int g = vVar.g(s2); + int g2 = vVar.g(s3); iArr[i3] = g; iArr2[i3] = g2; } @@ -351,8 +351,8 @@ public final class b extends g { byte[] bArr = new byte[i]; System.arraycopy(wVar.a, wVar.b, bArr, 0, i); wVar.b += i; - int w2 = w(bArr, 0); - return new PrivFrame(new String(bArr, 0, w2, "ISO-8859-1"), c(bArr, w2 + 1, i)); + int w = w(bArr, 0); + return new PrivFrame(new String(bArr, 0, w, "ISO-8859-1"), c(bArr, w + 1, i)); } public static String n(byte[] bArr, int i, int i2, String str) throws UnsupportedEncodingException { @@ -364,13 +364,13 @@ public final class b extends g { if (i < 1) { return null; } - int s = wVar.s(); - String t = t(s); + int s2 = wVar.s(); + String t = t(s2); int i2 = i - 1; byte[] bArr = new byte[i2]; System.arraycopy(wVar.a, wVar.b, bArr, 0, i2); wVar.b += i2; - return new TextInformationFrame(str, null, new String(bArr, 0, v(bArr, 0, s), t)); + return new TextInformationFrame(str, null, new String(bArr, 0, v(bArr, 0, s2), t)); } @Nullable @@ -378,16 +378,16 @@ public final class b extends g { if (i < 1) { return null; } - int s = wVar.s(); - String t = t(s); + int s2 = wVar.s(); + String t = t(s2); int i2 = i - 1; byte[] bArr = new byte[i2]; System.arraycopy(wVar.a, wVar.b, bArr, 0, i2); wVar.b += i2; - int v = v(bArr, 0, s); + int v = v(bArr, 0, s2); String str = new String(bArr, 0, v, t); - int s2 = s(s) + v; - return new TextInformationFrame("TXXX", str, n(bArr, s2, v(bArr, s2, s), t)); + int s3 = s(s2) + v; + return new TextInformationFrame("TXXX", str, n(bArr, s3, v(bArr, s3, s2), t)); } public static UrlLinkFrame q(w wVar, int i, String str) throws UnsupportedEncodingException { @@ -402,16 +402,16 @@ public final class b extends g { if (i < 1) { return null; } - int s = wVar.s(); - String t = t(s); + int s2 = wVar.s(); + String t = t(s2); int i2 = i - 1; byte[] bArr = new byte[i2]; System.arraycopy(wVar.a, wVar.b, bArr, 0, i2); wVar.b += i2; - int v = v(bArr, 0, s); + int v = v(bArr, 0, s2); String str = new String(bArr, 0, v, t); - int s2 = s(s) + v; - return new UrlLinkFrame("WXXX", str, n(bArr, s2, w(bArr, s2), "ISO-8859-1")); + int s3 = s(s2) + v; + return new UrlLinkFrame("WXXX", str, n(bArr, s3, w(bArr, s3), "ISO-8859-1")); } public static int s(int i) { @@ -427,15 +427,15 @@ public final class b extends g { } public static int v(byte[] bArr, int i, int i2) { - int w2 = w(bArr, i); + int w = w(bArr, i); if (i2 == 0 || i2 == 3) { - return w2; + return w; } - while (w2 < bArr.length - 1) { - if (w2 % 2 == 0 && bArr[w2 + 1] == 0) { - return w2; + while (w < bArr.length - 1) { + if (w % 2 == 0 && bArr[w + 1] == 0) { + return w; } - w2 = w(bArr, w2 + 1); + w = w(bArr, w + 1); } return bArr.length; } @@ -556,33 +556,33 @@ public final class b extends g { O.append(String.format("%06X", Integer.valueOf(u))); Log.w("Id3Decoder", O.toString()); } else { - int s = wVar.s(); - wVar.E(1); int s2 = wVar.s(); - int r2 = wVar.r(); - if (s == 2) { - if ((s2 & 64) != 0) { + wVar.E(1); + int s3 = wVar.s(); + int r = wVar.r(); + if (s2 == 2) { + if ((s3 & 64) != 0) { Log.w("Id3Decoder", "Skipped ID3 tag with majorVersion=2 and undefined compression scheme"); } - } else if (s == 3) { - if ((s2 & 64) != 0) { + } else if (s2 == 3) { + if ((s3 & 64) != 0) { int f = wVar.f(); wVar.E(f); - r2 -= f + 4; + r -= f + 4; } - } else if (s == 4) { - if ((s2 & 64) != 0) { - int r3 = wVar.r(); - wVar.E(r3 - 4); - r2 -= r3; + } else if (s2 == 4) { + if ((s3 & 64) != 0) { + int r2 = wVar.r(); + wVar.E(r2 - 4); + r -= r2; } - if ((s2 & 16) != 0) { - r2 -= 10; + if ((s3 & 16) != 0) { + r -= 10; } } else { - c.d.b.a.a.i0("Skipped ID3 tag with unsupported majorVersion=", s, "Id3Decoder"); + c.d.b.a.a.i0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); } - bVar = new C0090b(s, s < 4 && (s2 & 128) != 0, r2); + bVar = new C0090b(s2, s2 < 4 && (s3 & 128) != 0, r); if (bVar != null) { return null; } @@ -590,7 +590,7 @@ public final class b extends g { if (bVar.a == 2) { i2 = 6; } - int i4 = bVar.f827c; + int i4 = bVar.f785c; if (bVar.b) { i4 = x(wVar, i4); } diff --git a/app/src/main/java/c/i/a/c/c2/l/a.java b/app/src/main/java/c/i/a/c/c2/l/a.java index 7efffe2e96..7ae5e643ef 100644 --- a/app/src/main/java/c/i/a/c/c2/l/a.java +++ b/app/src/main/java/c/i/a/c/c2/l/a.java @@ -21,7 +21,7 @@ public final class a extends g { public final v b = new v(); /* renamed from: c reason: collision with root package name */ - public e0 f828c; + public e0 f786c; @Override // c.i.a.c.c2.g public Metadata b(d dVar, ByteBuffer byteBuffer) { @@ -50,11 +50,11 @@ public final class a extends g { long j6; long j7; boolean z10; - e0 e0Var = this.f828c; + e0 e0Var = this.f786c; if (e0Var == null || dVar.q != e0Var.d()) { long j8 = dVar.m; e0 e0Var2 = new e0(j8); - this.f828c = e0Var2; + this.f786c = e0Var2; e0Var2.a(j8 - dVar.q); } byte[] array = byteBuffer.array(); @@ -74,39 +74,39 @@ public final class a extends g { long j9 = 128; if (g3 == 4) { w wVar = this.a; - int s = wVar.s(); - ArrayList arrayList2 = new ArrayList(s); + int s2 = wVar.s(); + ArrayList arrayList2 = new ArrayList(s2); int i8 = 0; - while (i8 < s) { + while (i8 < s2) { long t = wVar.t(); boolean z11 = (wVar.s() & 128) != 0; ArrayList arrayList3 = new ArrayList(); if (!z11) { - int s2 = wVar.s(); - boolean z12 = (s2 & 128) != 0; - boolean z13 = (s2 & 64) != 0; - boolean z14 = (s2 & 32) != 0; + int s3 = wVar.s(); + boolean z12 = (s3 & 128) != 0; + boolean z13 = (s3 & 64) != 0; + boolean z14 = (s3 & 32) != 0; long t2 = z13 ? wVar.t() : -9223372036854775807L; if (!z13) { - int s3 = wVar.s(); - ArrayList arrayList4 = new ArrayList(s3); + int s4 = wVar.s(); + ArrayList arrayList4 = new ArrayList(s4); int i9 = 0; - while (i9 < s3) { + while (i9 < s4) { arrayList4.add(new SpliceScheduleCommand.b(wVar.s(), wVar.t(), null)); i9++; - s3 = s3; - s = s; + s4 = s4; + s2 = s2; } - i4 = s; + i4 = s2; arrayList3 = arrayList4; } else { - i4 = s; + i4 = s2; } if (z14) { - long s4 = (long) wVar.s(); + long s5 = (long) wVar.s(); j3 = 128; - z5 = (s4 & 128) != 0; - j4 = ((((s4 & 1) << 32) | wVar.t()) * 1000) / 90; + z5 = (s5 & 128) != 0; + j4 = ((((s5 & 1) << 32) | wVar.t()) * 1000) / 90; } else { j3 = 128; z5 = false; @@ -122,7 +122,7 @@ public final class a extends g { i2 = wVar.s(); i = wVar.s(); } else { - i4 = s; + i4 = s2; j3 = j9; arrayList = arrayList3; z4 = false; @@ -137,48 +137,48 @@ public final class a extends g { arrayList2.add(new SpliceScheduleCommand.c(t, z11, z4, z3, arrayList, j2, z2, j, i3, i2, i)); i8++; j9 = j3; - s = i4; + s2 = i4; } entry = new SpliceScheduleCommand(arrayList2); } else if (g3 == 5) { w wVar2 = this.a; - e0 e0Var3 = this.f828c; + e0 e0Var3 = this.f786c; long t3 = wVar2.t(); boolean z15 = (wVar2.s() & 128) != 0; List emptyList = Collections.emptyList(); if (!z15) { - int s5 = wVar2.s(); - boolean z16 = (s5 & 128) != 0; - boolean z17 = (s5 & 64) != 0; - boolean z18 = (s5 & 32) != 0; - boolean z19 = (s5 & 16) != 0; + int s6 = wVar2.s(); + boolean z16 = (s6 & 128) != 0; + boolean z17 = (s6 & 64) != 0; + boolean z18 = (s6 & 32) != 0; + boolean z19 = (s6 & 16) != 0; long a = (!z17 || z19) ? -9223372036854775807L : TimeSignalCommand.a(wVar2, g); if (!z17) { - int s6 = wVar2.s(); - ArrayList arrayList5 = new ArrayList(s6); - for (int i10 = 0; i10 < s6; i10++) { - int s7 = wVar2.s(); + int s7 = wVar2.s(); + ArrayList arrayList5 = new ArrayList(s7); + for (int i10 = 0; i10 < s7; i10++) { + int s8 = wVar2.s(); long a2 = !z19 ? TimeSignalCommand.a(wVar2, g) : -9223372036854775807L; - arrayList5.add(new SpliceInsertCommand.b(s7, a2, e0Var3.b(a2), null)); + arrayList5.add(new SpliceInsertCommand.b(s8, a2, e0Var3.b(a2), null)); } emptyList = arrayList5; } if (z18) { - long s8 = (long) wVar2.s(); - z10 = (s8 & 128) != 0; - j7 = ((((s8 & 1) << 32) | wVar2.t()) * 1000) / 90; + long s9 = (long) wVar2.s(); + z10 = (s9 & 128) != 0; + j7 = ((((s9 & 1) << 32) | wVar2.t()) * 1000) / 90; } else { z10 = false; j7 = -9223372036854775807L; } int x2 = wVar2.x(); - int s9 = wVar2.s(); + int s10 = wVar2.s(); i7 = x2; z6 = z10; i5 = wVar2.s(); list = emptyList; j5 = j7; - i6 = s9; + i6 = s10; z9 = z16; j6 = a; z7 = z19; @@ -198,7 +198,7 @@ public final class a extends g { entry = new SpliceInsertCommand(t3, z15, z9, z8, z7, j6, e0Var3.b(j6), list, z6, j5, i7, i6, i5); } else if (g3 == 6) { w wVar3 = this.a; - e0 e0Var4 = this.f828c; + e0 e0Var4 = this.f786c; long a3 = TimeSignalCommand.a(wVar3, g); entry = new TimeSignalCommand(a3, e0Var4.b(a3)); } diff --git a/app/src/main/java/c/i/a/c/d0.java b/app/src/main/java/c/i/a/c/d0.java index 337b93c2a5..63e7e8e4aa 100644 --- a/app/src/main/java/c/i/a/c/d0.java +++ b/app/src/main/java/c/i/a/c/d0.java @@ -11,7 +11,7 @@ public final class d0 { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f829c; + public boolean f787c; /* compiled from: AudioBecomingNoisyManager */ public final class a extends BroadcastReceiver implements Runnable { @@ -32,7 +32,7 @@ public final class d0 { @Override // java.lang.Runnable public void run() { - if (d0.this.f829c) { + if (d0.this.f787c) { p1.this.Y(false, -1, 3); } } @@ -48,12 +48,12 @@ public final class d0 { } public void a(boolean z2) { - if (z2 && !this.f829c) { + if (z2 && !this.f787c) { this.a.registerReceiver(this.b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); - this.f829c = true; - } else if (!z2 && this.f829c) { + this.f787c = true; + } else if (!z2 && this.f787c) { this.a.unregisterReceiver(this.b); - this.f829c = false; + this.f787c = false; } } } diff --git a/app/src/main/java/c/i/a/c/d1.java b/app/src/main/java/c/i/a/c/d1.java index e2424a3873..702b2a2b1c 100644 --- a/app/src/main/java/c/i/a/c/d1.java +++ b/app/src/main/java/c/i/a/c/d1.java @@ -9,7 +9,7 @@ public final class d1 { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f830c; + public final float f788c; public final int d; public d1(float f, float f2) { @@ -17,7 +17,7 @@ public final class d1 { d.k(f > 0.0f); d.k(f2 <= 0.0f ? false : z2); this.b = f; - this.f830c = f2; + this.f788c = f2; this.d = Math.round(f * 1000.0f); } @@ -29,14 +29,14 @@ public final class d1 { return false; } d1 d1Var = (d1) obj; - return this.b == d1Var.b && this.f830c == d1Var.f830c; + return this.b == d1Var.b && this.f788c == d1Var.f788c; } public int hashCode() { - return Float.floatToRawIntBits(this.f830c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); + return Float.floatToRawIntBits(this.f788c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); } public String toString() { - return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f830c)); + return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f788c)); } } diff --git a/app/src/main/java/c/i/a/c/d2/a.java b/app/src/main/java/c/i/a/c/d2/a.java index 0872089b16..f98d94be26 100644 --- a/app/src/main/java/c/i/a/c/d2/a.java +++ b/app/src/main/java/c/i/a/c/d2/a.java @@ -40,18 +40,18 @@ public final /* synthetic */ class a implements y.b { tVar.u(sVar2.o); } } else if (r1Var.q()) { - if (tVar.f859r) { + if (tVar.r) { t.a aVar5 = tVar.n; aVar3 = new t.a(r1Var, aVar5.d, aVar5.e); } else { - aVar3 = new t.a(r1Var, r1.c.a, t.a.f860c); + aVar3 = new t.a(r1Var, r1.c.a, t.a.f814c); } tVar.n = aVar3; } else { r1Var.n(0, tVar.l); r1.c cVar = tVar.l; long j2 = cVar.q; - Object obj2 = cVar.f1016c; + Object obj2 = cVar.f959c; s sVar3 = tVar.o; if (sVar3 != null) { long j3 = sVar3.j; @@ -62,7 +62,7 @@ public final /* synthetic */ class a implements y.b { Pair j5 = r1Var.j(tVar.l, tVar.m, 0, j); Object obj3 = j5.first; long longValue = ((Long) j5.second).longValue(); - if (!tVar.f859r) { + if (!tVar.r) { t.a aVar6 = tVar.n; aVar2 = new t.a(r1Var, aVar6.d, aVar6.e); } else { @@ -74,11 +74,11 @@ public final /* synthetic */ class a implements y.b { tVar.u(longValue); y.a aVar7 = sVar.i; Object obj4 = aVar7.a; - if (tVar.n.e != null && obj4.equals(t.a.f860c)) { + if (tVar.n.e != null && obj4.equals(t.a.f814c)) { obj4 = tVar.n.e; } aVar = aVar7.b(obj4); - tVar.f859r = true; + tVar.r = true; tVar.q = true; tVar.q(tVar.n); if (aVar == null) { @@ -95,7 +95,7 @@ public final /* synthetic */ class a implements y.b { Pair j5 = r1Var.j(tVar.l, tVar.m, 0, j); Object obj3 = j5.first; long longValue = ((Long) j5.second).longValue(); - if (!tVar.f859r) { + if (!tVar.r) { } tVar.n = aVar2; sVar = tVar.o; @@ -103,7 +103,7 @@ public final /* synthetic */ class a implements y.b { } } aVar = null; - tVar.f859r = true; + tVar.r = true; tVar.q = true; tVar.q(tVar.n); if (aVar == null) { diff --git a/app/src/main/java/c/i/a/c/d2/b0.java b/app/src/main/java/c/i/a/c/d2/b0.java index dd9d26765f..4c6e49f89e 100644 --- a/app/src/main/java/c/i/a/c/d2/b0.java +++ b/app/src/main/java/c/i/a/c/d2/b0.java @@ -85,26 +85,24 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final z.a o; public final q.a p; public final b q; - - /* renamed from: r reason: collision with root package name */ - public final m f831r; + public final m r; @Nullable - public final String s; + + /* renamed from: s reason: collision with root package name */ + public final String f789s; public final long t; public final Loader u = new Loader("Loader:ProgressiveMediaPeriod"); public final k v; - - /* renamed from: w reason: collision with root package name */ - public final c.i.a.c.i2.j f832w; + public final c.i.a.c.i2.j w; /* renamed from: x reason: collision with root package name */ - public final Runnable f833x; + public final Runnable f790x; /* renamed from: y reason: collision with root package name */ - public final Runnable f834y; + public final Runnable f791y; /* renamed from: z reason: collision with root package name */ - public final Handler f835z; + public final Handler f792z; /* compiled from: ProgressiveMediaPeriod */ public final class a implements Loader.e, q.a { @@ -112,7 +110,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final Uri b; /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.h2.v f836c; + public final c.i.a.c.h2.v f793c; public final k d; public final j e; public final c.i.a.c.i2.j f; @@ -128,7 +126,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public a(Uri uri, c.i.a.c.h2.j jVar, k kVar, j jVar2, c.i.a.c.i2.j jVar3) { this.b = uri; - this.f836c = new c.i.a.c.h2.v(jVar); + this.f793c = new c.i.a.c.h2.v(jVar); this.d = kVar; this.e = jVar2; this.f = jVar3; @@ -137,7 +135,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final l a(long j) { Collections.emptyMap(); Uri uri = this.b; - String str = b0.this.s; + String str = b0.this.f789s; Map map = b0.i; c.c.a.a0.d.I(uri, "The uri must be set."); return new l(uri, 0, 1, null, map, j, -1, str, 6, null); @@ -152,13 +150,13 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { long j = this.g.a; l a = a(j); this.k = a; - long a2 = this.f836c.a(a); + long a2 = this.f793c.a(a); this.l = a2; if (a2 != -1) { this.l = a2 + j; } - b0.this.B = IcyHeaders.a(this.f836c.j()); - c.i.a.c.h2.v vVar = this.f836c; + b0.this.B = IcyHeaders.a(this.f793c.j()); + c.i.a.c.h2.v vVar = this.f793c; IcyHeaders icyHeaders = b0.this.B; if (icyHeaders == null || (i = icyHeaders.n) == -1) { fVar = vVar; @@ -169,11 +167,11 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { ((e0) B).e(b0.j); } long j2 = j; - this.d.b(fVar, this.b, this.f836c.j(), j, this.l, this.e); + this.d.b(fVar, this.b, this.f793c.j(), j, this.l, this.e); if (b0.this.B != null) { h hVar = this.d.b; if (hVar instanceof c.i.a.c.a2.g0.f) { - ((c.i.a.c.a2.g0.f) hVar).s = true; + ((c.i.a.c.a2.g0.f) hVar).f688s = true; } } if (this.i) { @@ -197,14 +195,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { c.i.a.c.a2.s sVar = this.g; h hVar3 = kVar2.b; Objects.requireNonNull(hVar3); - i iVar = kVar2.f854c; + i iVar = kVar2.f809c; Objects.requireNonNull(iVar); i2 = hVar3.e(iVar, sVar); j2 = this.d.a(); if (j2 > b0.this.t + j2) { this.f.a(); b0 b0Var = b0.this; - b0Var.f835z.post(b0Var.f834y); + b0Var.f792z.post(b0Var.f791y); } } catch (InterruptedException unused) { throw new InterruptedIOException(); @@ -216,7 +214,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } else if (this.d.a() != -1) { this.g.a = this.d.a(); } - c.i.a.c.h2.v vVar2 = this.f836c; + c.i.a.c.h2.v vVar2 = this.f793c; if (vVar2 != null) { try { vVar2.a.close(); @@ -227,7 +225,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (!(i2 == 1 || this.d.a() == -1)) { this.g.a = this.d.a(); } - c.i.a.c.h2.v vVar3 = this.f836c; + c.i.a.c.h2.v vVar3 = this.f793c; int i3 = f0.a; if (vVar3 != null) { try { @@ -278,7 +276,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { i = -5; if (!e0Var.m()) { if (!z3) { - if (!e0Var.f845x) { + if (!e0Var.f800x) { Format format = e0Var.B; if (format != null && (z2 || format != e0Var.g)) { e0Var.p(format, s0Var); @@ -302,7 +300,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } aVar2.a = e0Var.l[k]; aVar2.b = e0Var.k[k]; - aVar2.f848c = e0Var.o[k]; + aVar2.f803c = e0Var.o[k]; i = -4; } } @@ -313,7 +311,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { d0 d0Var2 = e0Var.a; e0.a aVar3 = e0Var.b; d0.a aVar4 = d0Var2.e; - c.i.a.c.i2.w wVar = d0Var2.f840c; + c.i.a.c.i2.w wVar = d0Var2.f796c; if (decoderInputBuffer.t()) { long j2 = aVar3.b; wVar.z(1); @@ -364,21 +362,21 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { iArr[0] = 0; iArr2[0] = aVar3.a - ((int) (j4 - aVar3.b)); } - w.a aVar5 = aVar3.f848c; + w.a aVar5 = aVar3.f803c; int i10 = f0.a; byte[] bArr2 = aVar5.b; byte[] bArr3 = bVar.a; i2 = i5; int i11 = aVar5.a; i3 = i; - int i12 = aVar5.f806c; + int i12 = aVar5.f765c; int i13 = aVar5.d; bVar.f = i4; bVar.d = iArr; bVar.e = iArr2; bVar.b = bArr2; bVar.a = bArr3; - bVar.f1073c = i11; + bVar.f1014c = i11; bVar.g = i12; bVar.h = i13; d0Var = d0Var2; @@ -474,7 +472,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { int k = e0Var.k(e0Var.t); if (e0Var.m()) { if (j >= e0Var.n[k]) { - if (j <= e0Var.f844w || !z3) { + if (j <= e0Var.w || !z3) { i = e0Var.i(k, e0Var.q - e0Var.t, j, true); if (i == -1) { i = 0; @@ -540,14 +538,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final boolean[] b; /* renamed from: c reason: collision with root package name */ - public final boolean[] f837c; + public final boolean[] f794c; public final boolean[] d; public e(TrackGroupArray trackGroupArray, boolean[] zArr) { this.a = trackGroupArray; this.b = zArr; int i = trackGroupArray.j; - this.f837c = new boolean[i]; + this.f794c = new boolean[i]; this.d = new boolean[i]; } } @@ -570,14 +568,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.n = uVar; this.o = aVar2; this.q = bVar; - this.f831r = mVar; - this.s = str; + this.r = mVar; + this.f789s = str; this.t = (long) i2; this.v = new k(lVar); - this.f832w = new c.i.a.c.i2.j(); - this.f833x = new g(this); - this.f834y = new i(this); - this.f835z = f0.j(); + this.w = new c.i.a.c.i2.j(); + this.f790x = new g(this); + this.f791y = new i(this); + this.f792z = f0.j(); this.D = new d[0]; this.C = new e0[0]; this.R = -9223372036854775807L; @@ -614,8 +612,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { return this.C[i2]; } } - m mVar = this.f831r; - Looper looper = this.f835z.getLooper(); + m mVar = this.r; + Looper looper = this.f792z.getLooper(); s sVar = this.m; q.a aVar = this.p; Objects.requireNonNull(looper); @@ -635,14 +633,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } public final void C() { - a aVar = new a(this.k, this.l, this.v, this, this.f832w); + a aVar = new a(this.k, this.l, this.v, this, this.w); if (this.F) { c.c.a.a0.d.D(w()); long j2 = this.J; if (j2 == -9223372036854775807L || this.R <= j2) { t tVar = this.I; Objects.requireNonNull(tVar); - long j3 = tVar.h(this.R).a.f805c; + long j3 = tVar.h(this.R).a.f764c; long j4 = this.R; aVar.g.a = j3; aVar.j = j4; @@ -678,15 +676,15 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.a2.j public void a(t tVar) { - this.f835z.post(new h(this, tVar)); + this.f792z.post(new h(this, tVar)); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [com.google.android.exoplayer2.upstream.Loader$e, long, long, boolean] */ @Override // com.google.android.exoplayer2.upstream.Loader.b public void b(a aVar, long j2, long j3, boolean z2) { a aVar2 = aVar; - c.i.a.c.h2.v vVar = aVar2.f836c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f950c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f793c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f897c, vVar.d, j2, j3, vVar.b); Objects.requireNonNull(this.n); z.a aVar3 = this.o; aVar3.c(rVar, new u(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.J))); @@ -725,8 +723,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.J = j4; ((c0) this.q).t(j4, c2, this.K); } - c.i.a.c.h2.v vVar = aVar2.f836c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f950c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f793c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f897c, vVar.d, j2, j3, vVar.b); Objects.requireNonNull(this.n); z.a aVar3 = this.o; aVar3.d(rVar, new u(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.J))); @@ -800,7 +798,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public boolean g(long j2) { if (!this.U) { if (!(this.u.e != null) && !this.S && (!this.F || this.O != 0)) { - boolean b2 = this.f832w.b(); + boolean b2 = this.w.b(); if (this.u.b()) { return b2; } @@ -815,7 +813,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public boolean h() { boolean z2; if (this.u.b()) { - c.i.a.c.i2.j jVar = this.f832w; + c.i.a.c.i2.j jVar = this.w; synchronized (jVar) { z2 = jVar.b; } @@ -835,7 +833,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { t.a h = this.I.h(j2); long j3 = h.a.b; long j4 = h.b.b; - long j5 = o1Var.f997c; + long j5 = o1Var.f942c; if (j5 == 0 && o1Var.d == 0) { return j2; } @@ -872,7 +870,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.a2.j public void j() { this.E = true; - this.f835z.post(this.f833x); + this.f792z.post(this.f790x); } @Override // c.i.a.c.d2.v @@ -890,7 +888,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.d2.v public void l(v.a aVar, long j2) { this.A = aVar; - this.f832w.b(); + this.w.b(); C(); } @@ -899,7 +897,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { t(); e eVar = this.H; TrackGroupArray trackGroupArray = eVar.a; - boolean[] zArr3 = eVar.f837c; + boolean[] zArr3 = eVar.f794c; int i2 = this.O; for (int i3 = 0; i3 < gVarArr.length; i3++) { if (f0VarArr[i3] != null && (gVarArr[i3] == null || !zArr[i3])) { @@ -924,7 +922,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { zArr2[i5] = true; if (!z2) { e0 e0Var = this.C[a2]; - z2 = !e0Var.r(j2, true) && e0Var.f843r + e0Var.t != 0; + z2 = !e0Var.r(j2, true) && e0Var.r + e0Var.t != 0; } } } @@ -973,8 +971,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (this.P == -1) { this.P = aVar2.l; } - c.i.a.c.h2.v vVar = aVar2.f836c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f950c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f793c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f897c, vVar.d, j2, j3, vVar.b); h0.b(aVar2.j); h0.b(this.J); r rVar2 = (r) this.n; @@ -1045,12 +1043,12 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (zArr[i2]) { e0 e0Var = this.C[i2]; synchronized (e0Var) { - z2 = e0Var.f845x; + z2 = e0Var.f800x; } if (!z2) { e0 e0Var2 = this.C[i2]; synchronized (e0Var2) { - j3 = e0Var2.f844w; + j3 = e0Var2.w; } j2 = Math.min(j2, j3); } else { @@ -1073,7 +1071,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { int i2; t(); if (!w()) { - boolean[] zArr = this.H.f837c; + boolean[] zArr = this.H.f794c; int length = this.C.length; for (int i3 = 0; i3 < length; i3++) { e0 e0Var = this.C[i3]; @@ -1084,7 +1082,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { j3 = -1; if (i4 != 0) { long[] jArr = e0Var.n; - int i5 = e0Var.s; + int i5 = e0Var.f799s; if (j2 >= jArr[i5]) { int i6 = e0Var.i(i5, (!z3 || (i2 = e0Var.t) == i4) ? i4 : i2 + 1, j2, z2); if (i6 != -1) { @@ -1113,7 +1111,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { e0[] e0VarArr = this.C; int i2 = 0; for (e0 e0Var : e0VarArr) { - i2 += e0Var.f843r + e0Var.q; + i2 += e0Var.r + e0Var.q; } return i2; } @@ -1124,7 +1122,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { long j3 = Long.MIN_VALUE; for (e0 e0Var : e0VarArr) { synchronized (e0Var) { - j2 = e0Var.f844w; + j2 = e0Var.w; } j3 = Math.max(j3, j2); } @@ -1142,7 +1140,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { return; } } - this.f832w.a(); + this.w.a(); int length = this.C.length; TrackGroup[] trackGroupArr = new TrackGroup[length]; boolean[] zArr = new boolean[length]; @@ -1157,7 +1155,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { IcyHeaders icyHeaders = this.B; if (icyHeaders != null) { if (h || this.D[i2].b) { - Metadata metadata = l.f2693r; + Metadata metadata = l.r; Metadata metadata2 = metadata == null ? new Metadata(icyHeaders) : metadata.a(icyHeaders); Format.b a2 = l.a(); a2.i = metadata2; diff --git a/app/src/main/java/c/i/a/c/d2/c0.java b/app/src/main/java/c/i/a/c/d2/c0.java index c26f1a3ccf..cf35b49171 100644 --- a/app/src/main/java/c/i/a/c/d2/c0.java +++ b/app/src/main/java/c/i/a/c/d2/c0.java @@ -31,9 +31,7 @@ public final class c0 extends j implements b0.b { public boolean p; public boolean q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public x f838r; + public x r; /* compiled from: ProgressiveMediaSource */ public class a extends p { @@ -55,7 +53,7 @@ public final class c0 extends j implements b0.b { public l b; /* renamed from: c reason: collision with root package name */ - public t f839c = new p(); + public t f795c = new p(); public u d = new r(); public int e = 1048576; @@ -106,9 +104,9 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2776c.execute(new Loader.g(b0Var)); - loader.f2776c.shutdown(); - b0Var.f835z.removeCallbacksAndMessages(null); + loader.f2349c.execute(new Loader.g(b0Var)); + loader.f2349c.shutdown(); + b0Var.f792z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; } @@ -116,16 +114,16 @@ public final class c0 extends j implements b0.b { @Override // c.i.a.c.d2.y public v m(y.a aVar, m mVar, long j) { j a2 = this.i.a(); - x xVar = this.f838r; + x xVar = this.r; if (xVar != null) { a2.d(xVar); } - return new b0(this.h.a, a2, this.j, this.k, this.d.g(0, aVar), this.l, this.f851c.g(0, aVar, 0), this, mVar, this.h.f, this.m); + return new b0(this.h.a, a2, this.j, this.k, this.d.g(0, aVar), this.l, this.f806c.g(0, aVar, 0), this, mVar, this.h.f, this.m); } @Override // c.i.a.c.d2.j public void p(@Nullable x xVar) { - this.f838r = xVar; + this.r = xVar; this.k.a(); s(); } diff --git a/app/src/main/java/c/i/a/c/d2/d0.java b/app/src/main/java/c/i/a/c/d2/d0.java index 7a94aa7882..09f8efe0d2 100644 --- a/app/src/main/java/c/i/a/c/d2/d0.java +++ b/app/src/main/java/c/i/a/c/d2/d0.java @@ -12,7 +12,7 @@ public class d0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f840c = new w(32); + public final w f796c = new w(32); public a d; public a e; public a f; @@ -24,7 +24,7 @@ public class d0 { public final long b; /* renamed from: c reason: collision with root package name */ - public boolean f841c; + public boolean f797c; @Nullable public c d; @Nullable @@ -91,7 +91,7 @@ public class d0 { m mVar = this.a; c cVar = aVar.d; synchronized (mVar) { - c[] cVarArr = mVar.f943c; + c[] cVarArr = mVar.f890c; cVarArr[0] = cVar; mVar.a(cVarArr); } @@ -122,7 +122,7 @@ public class d0 { public final int c(int i) { c cVar; a aVar = this.f; - if (!aVar.f841c) { + if (!aVar.f797c) { m mVar = this.a; synchronized (mVar) { mVar.e++; @@ -141,7 +141,7 @@ public class d0 { a aVar2 = new a(this.f.b, this.b); aVar.d = cVar; aVar.e = aVar2; - aVar.f841c = true; + aVar.f797c = true; } return Math.min(i, (int) (this.f.b - this.g)); } diff --git a/app/src/main/java/c/i/a/c/d2/e0.java b/app/src/main/java/c/i/a/c/d2/e0.java index de29cd10fd..00a1082c2b 100644 --- a/app/src/main/java/c/i/a/c/d2/e0.java +++ b/app/src/main/java/c/i/a/c/d2/e0.java @@ -37,7 +37,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public final s f842c; + public final s f798c; @Nullable public final q.a d; @Nullable @@ -57,25 +57,23 @@ public class e0 implements w { public w.a[] o = new w.a[1000]; public Format[] p = new Format[1000]; public int q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f843r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f799s; public int t; public long u = Long.MIN_VALUE; public long v = Long.MIN_VALUE; - - /* renamed from: w reason: collision with root package name */ - public long f844w = Long.MIN_VALUE; + public long w = Long.MIN_VALUE; /* renamed from: x reason: collision with root package name */ - public boolean f845x; + public boolean f800x; /* renamed from: y reason: collision with root package name */ - public boolean f846y = true; + public boolean f801y = true; /* renamed from: z reason: collision with root package name */ - public boolean f847z = true; + public boolean f802z = true; /* compiled from: SampleQueue */ public static final class a { @@ -84,7 +82,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public w.a f848c; + public w.a f803c; } /* compiled from: SampleQueue */ @@ -93,7 +91,7 @@ public class e0 implements w { public e0(m mVar, @Nullable Looper looper, @Nullable s sVar, @Nullable q.a aVar) { this.e = looper; - this.f842c = sVar; + this.f798c = sVar; this.d = aVar; this.a = new d0(mVar); } @@ -128,9 +126,9 @@ public class e0 implements w { public void d(long j, int i, int i2, int i3, @Nullable w.a aVar) { int i4 = i & 1; boolean z2 = i4 != 0; - if (this.f846y) { + if (this.f801y) { if (z2) { - this.f846y = false; + this.f801y = false; } else { return; } @@ -158,8 +156,8 @@ public class e0 implements w { int k = k(i5 - 1); d.k(this.k[k] + ((long) this.l[k]) <= j3); } - this.f845x = (536870912 & i) != 0; - this.f844w = Math.max(this.f844w, j2); + this.f800x = (536870912 & i) != 0; + this.w = Math.max(this.w, j2); int k2 = k(this.q); this.n[k2] = j2; long[] jArr = this.k; @@ -184,16 +182,16 @@ public class e0 implements w { int[] iArr3 = new int[i8]; w.a[] aVarArr = new w.a[i8]; Format[] formatArr2 = new Format[i8]; - int i9 = this.s; + int i9 = this.f799s; int i10 = i7 - i9; System.arraycopy(jArr, i9, jArr2, 0, i10); - System.arraycopy(this.n, this.s, jArr3, 0, i10); - System.arraycopy(this.m, this.s, iArr2, 0, i10); - System.arraycopy(this.l, this.s, iArr3, 0, i10); - System.arraycopy(this.o, this.s, aVarArr, 0, i10); - System.arraycopy(this.p, this.s, formatArr2, 0, i10); - System.arraycopy(this.j, this.s, iArr, 0, i10); - int i11 = this.s; + System.arraycopy(this.n, this.f799s, jArr3, 0, i10); + System.arraycopy(this.m, this.f799s, iArr2, 0, i10); + System.arraycopy(this.l, this.f799s, iArr3, 0, i10); + System.arraycopy(this.o, this.f799s, aVarArr, 0, i10); + System.arraycopy(this.p, this.f799s, formatArr2, 0, i10); + System.arraycopy(this.j, this.f799s, iArr, 0, i10); + int i11 = this.f799s; System.arraycopy(this.k, 0, jArr2, i10, i11); System.arraycopy(this.n, 0, jArr3, i10, i11); System.arraycopy(this.m, 0, iArr2, i10, i11); @@ -208,7 +206,7 @@ public class e0 implements w { this.o = aVarArr; this.p = formatArr2; this.j = iArr; - this.s = 0; + this.f799s = 0; this.i = i8; } } @@ -220,7 +218,7 @@ public class e0 implements w { this.A = format; synchronized (this) { z2 = false; - this.f847z = false; + this.f802z = false; if (!f0.a(format, this.B)) { if (f0.a(format, this.C)) { this.B = this.C; @@ -236,7 +234,7 @@ public class e0 implements w { b bVar = this.f; if (bVar != null && z2) { b0 b0Var = (b0) bVar; - b0Var.f835z.post(b0Var.f833x); + b0Var.f792z.post(b0Var.f790x); } } @@ -257,12 +255,12 @@ public class e0 implements w { this.v = Math.max(this.v, j(i)); int i2 = this.q - i; this.q = i2; - this.f843r += i; - int i3 = this.s + i; - this.s = i3; + this.r += i; + int i3 = this.f799s + i; + this.f799s = i3; int i4 = this.i; if (i3 >= i4) { - this.s = i3 - i4; + this.f799s = i3 - i4; } int i5 = this.t - i; this.t = i5; @@ -270,9 +268,9 @@ public class e0 implements w { this.t = 0; } if (i2 != 0) { - return this.k[this.s]; + return this.k[this.f799s]; } - int i6 = this.s; + int i6 = this.f799s; if (i6 != 0) { i4 = i6; } @@ -331,14 +329,14 @@ public class e0 implements w { } public final int k(int i) { - int i2 = this.s + i; + int i2 = this.f799s + i; int i3 = this.i; return i2 < i3 ? i2 : i2 - i3; } @Nullable public final synchronized Format l() { - return this.f847z ? null : this.B; + return this.f802z ? null : this.B; } public final boolean m() { @@ -350,7 +348,7 @@ public class e0 implements w { Format format; boolean z3 = true; if (!m()) { - if (!z2 && !this.f845x && ((format = this.B) == null || format == this.g)) { + if (!z2 && !this.f800x && ((format = this.B) == null || format == this.g)) { z3 = false; } return z3; @@ -371,10 +369,10 @@ public class e0 implements w { Format format2; Format format3 = this.g; boolean z2 = format3 == null; - DrmInitData drmInitData = z2 ? null : format3.f2694w; + DrmInitData drmInitData = z2 ? null : format3.w; this.g = format; - DrmInitData drmInitData2 = format.f2694w; - s sVar = this.f842c; + DrmInitData drmInitData2 = format.w; + s sVar = this.f798c; if (sVar != null) { Class c2 = sVar.c(format); Format.b a2 = format.a(); @@ -385,10 +383,10 @@ public class e0 implements w { } s0Var.b = format2; s0Var.a = this.h; - if (this.f842c != null) { + if (this.f798c != null) { if (z2 || !f0.a(drmInitData, drmInitData2)) { DrmSession drmSession = this.h; - s sVar2 = this.f842c; + s sVar2 = this.f798c; Looper looper = this.e; Objects.requireNonNull(looper); DrmSession b2 = sVar2.b(looper, this.d, format); @@ -405,9 +403,9 @@ public class e0 implements w { public void q(boolean z2) { d0 d0Var = this.a; d0.a aVar = d0Var.d; - if (aVar.f841c) { + if (aVar.f797c) { d0.a aVar2 = d0Var.f; - int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f841c ? 1 : 0); + int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f797c ? 1 : 0); c[] cVarArr = new c[i]; int i2 = 0; while (i2 < i) { @@ -427,19 +425,19 @@ public class e0 implements w { d0Var.g = 0; d0Var.a.c(); this.q = 0; - this.f843r = 0; - this.s = 0; + this.r = 0; + this.f799s = 0; this.t = 0; - this.f846y = true; + this.f801y = true; this.u = Long.MIN_VALUE; this.v = Long.MIN_VALUE; - this.f844w = Long.MIN_VALUE; - this.f845x = false; + this.w = Long.MIN_VALUE; + this.f800x = false; this.C = null; if (z2) { this.A = null; this.B = null; - this.f847z = true; + this.f802z = true; } } @@ -450,7 +448,7 @@ public class e0 implements w { d0Var.e = d0Var.d; } int k = k(0); - if (!m() || j < this.n[k] || (j > this.f844w && !z2)) { + if (!m() || j < this.n[k] || (j > this.w && !z2)) { return false; } int i = i(k, this.q - this.t, j, true); diff --git a/app/src/main/java/c/i/a/c/d2/h0.java b/app/src/main/java/c/i/a/c/d2/h0.java index 75d8986cb9..f10c79b440 100644 --- a/app/src/main/java/c/i/a/c/d2/h0.java +++ b/app/src/main/java/c/i/a/c/d2/h0.java @@ -11,7 +11,7 @@ public interface h0 { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f849c; + public final int[] f804c; /* JADX WARNING: Illegal instructions before constructor call */ public a(int i, Random random) { @@ -30,9 +30,9 @@ public interface h0 { public a(int[] iArr, Random random) { this.b = iArr; this.a = random; - this.f849c = new int[iArr.length]; + this.f804c = new int[iArr.length]; for (int i = 0; i < iArr.length; i++) { - this.f849c[iArr[i]] = i; + this.f804c[iArr[i]] = i; } } @@ -72,7 +72,7 @@ public interface h0 { @Override // c.i.a.c.d2.h0 public int d(int i) { - int i2 = this.f849c[i] - 1; + int i2 = this.f804c[i] - 1; if (i2 >= 0) { return this.b[i2]; } @@ -81,7 +81,7 @@ public interface h0 { @Override // c.i.a.c.d2.h0 public int e(int i) { - int i2 = this.f849c[i] + 1; + int i2 = this.f804c[i] + 1; int[] iArr = this.b; if (i2 < iArr.length) { return iArr[i2]; diff --git a/app/src/main/java/c/i/a/c/d2/i0.java b/app/src/main/java/c/i/a/c/d2/i0.java index d04e6eb09a..ec833045eb 100644 --- a/app/src/main/java/c/i/a/c/d2/i0.java +++ b/app/src/main/java/c/i/a/c/d2/i0.java @@ -12,7 +12,7 @@ public final class i0 extends r1 { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final long f850c; + public final long f805c; public final long d; public final boolean e; @Nullable @@ -28,8 +28,8 @@ public final class i0 extends r1 { } public i0(long j, boolean z2, boolean z3, boolean z4, @Nullable Object obj, v0 v0Var) { - v0.f fVar = z4 ? v0Var.f1040c : null; - this.f850c = j; + v0.f fVar = z4 ? v0Var.f983c : null; + this.f805c = j; this.d = j; this.e = z2; Objects.requireNonNull(v0Var); @@ -46,12 +46,12 @@ public final class i0 extends r1 { public r1.b g(int i, r1.b bVar, boolean z2) { d.t(i, 0, 1); Object obj = z2 ? b : null; - long j = this.f850c; + long j = this.f805c; Objects.requireNonNull(bVar); a aVar = a.a; bVar.a = null; bVar.b = obj; - bVar.f1015c = 0; + bVar.f958c = 0; bVar.d = j; bVar.e = 0; bVar.f = aVar; diff --git a/app/src/main/java/c/i/a/c/d2/j.java b/app/src/main/java/c/i/a/c/d2/j.java index e59c4d1854..a18296fbdd 100644 --- a/app/src/main/java/c/i/a/c/d2/j.java +++ b/app/src/main/java/c/i/a/c/d2/j.java @@ -19,7 +19,7 @@ public abstract class j implements y { public final HashSet b = new HashSet<>(1); /* renamed from: c reason: collision with root package name */ - public final z.a f851c = new z.a(); + public final z.a f806c = new z.a(); public final q.a d = new q.a(); @Nullable public Looper e; @@ -41,19 +41,19 @@ public abstract class j implements y { @Override // c.i.a.c.d2.y public final void b(Handler handler, z zVar) { - z.a aVar = this.f851c; + z.a aVar = this.f806c; Objects.requireNonNull(aVar); - aVar.f863c.add(new z.a.C0092a(handler, zVar)); + aVar.f817c.add(new z.a.C0092a(handler, zVar)); } @Override // c.i.a.c.d2.y public final void c(z zVar) { - z.a aVar = this.f851c; - Iterator it = aVar.f863c.iterator(); + z.a aVar = this.f806c; + Iterator it = aVar.f817c.iterator(); while (it.hasNext()) { z.a.C0092a next = it.next(); if (next.b == zVar) { - aVar.f863c.remove(next); + aVar.f817c.remove(next); } } } @@ -71,7 +71,7 @@ public abstract class j implements y { public final void f(Handler handler, q qVar) { q.a aVar = this.d; Objects.requireNonNull(aVar); - aVar.f1082c.add(new q.a.C0100a(handler, qVar)); + aVar.f1023c.add(new q.a.C0100a(handler, qVar)); } @Override // c.i.a.c.d2.y diff --git a/app/src/main/java/c/i/a/c/d2/j0/a.java b/app/src/main/java/c/i/a/c/d2/j0/a.java index 294aeaab6a..26d63aa8a6 100644 --- a/app/src/main/java/c/i/a/c/d2/j0/a.java +++ b/app/src/main/java/c/i/a/c/d2/j0/a.java @@ -12,7 +12,7 @@ public final class a { public final Object b = null; /* renamed from: c reason: collision with root package name */ - public final int f852c; + public final int f807c; public final long[] d; public final C0091a[] e; public final long f; @@ -25,7 +25,7 @@ public final class a { public final Uri[] b = new Uri[0]; /* renamed from: c reason: collision with root package name */ - public final int[] f853c = new int[0]; + public final int[] f808c = new int[0]; public final long[] d = new long[0]; public C0091a() { @@ -35,7 +35,7 @@ public final class a { public int a(int i) { int i2 = i + 1; while (true) { - int[] iArr = this.f853c; + int[] iArr = this.f808c; if (i2 >= iArr.length || iArr[i2] == 0 || iArr[i2] == 1) { break; } @@ -56,11 +56,11 @@ public final class a { return false; } C0091a aVar = (C0091a) obj; - return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f853c, aVar.f853c) && Arrays.equals(this.d, aVar.d); + return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f808c, aVar.f808c) && Arrays.equals(this.d, aVar.d); } public int hashCode() { - int hashCode = Arrays.hashCode(this.f853c); + int hashCode = Arrays.hashCode(this.f808c); return Arrays.hashCode(this.d) + ((hashCode + (((this.a * 31) + Arrays.hashCode(this.b)) * 31)) * 31); } } @@ -70,9 +70,9 @@ public final class a { this.f = j; this.g = j2; int length = jArr.length; - this.f852c = length; + this.f807c = length; C0091a[] aVarArr2 = new C0091a[length]; - for (int i = 0; i < this.f852c; i++) { + for (int i = 0; i < this.f807c; i++) { aVarArr2[i] = new C0091a(); } this.e = aVarArr2; @@ -86,11 +86,11 @@ public final class a { return false; } a aVar = (a) obj; - return f0.a(this.b, aVar.b) && this.f852c == aVar.f852c && this.f == aVar.f && this.g == aVar.g && Arrays.equals(this.d, aVar.d) && Arrays.equals(this.e, aVar.e); + return f0.a(this.b, aVar.b) && this.f807c == aVar.f807c && this.f == aVar.f && this.g == aVar.g && Arrays.equals(this.d, aVar.d) && Arrays.equals(this.e, aVar.e); } public int hashCode() { - int i = this.f852c * 31; + int i = this.f807c * 31; Object obj = this.b; int hashCode = obj == null ? 0 : obj.hashCode(); return Arrays.hashCode(this.e) + ((Arrays.hashCode(this.d) + ((((((i + hashCode) * 31) + ((int) this.f)) * 31) + ((int) this.g)) * 31)) * 31); @@ -106,9 +106,9 @@ public final class a { O.append("adGroup(timeUs="); O.append(this.d[i]); O.append(", ads=["); - for (int i2 = 0; i2 < this.e[i].f853c.length; i2++) { + for (int i2 = 0; i2 < this.e[i].f808c.length; i2++) { O.append("ad(state="); - int i3 = this.e[i].f853c[i2]; + int i3 = this.e[i].f808c[i2]; if (i3 == 0) { O.append('_'); } else if (i3 == 1) { @@ -125,7 +125,7 @@ public final class a { O.append(", durationUs="); O.append(this.e[i].d[i2]); O.append(')'); - if (i2 < this.e[i].f853c.length - 1) { + if (i2 < this.e[i].f808c.length - 1) { O.append(", "); } } diff --git a/app/src/main/java/c/i/a/c/d2/k.java b/app/src/main/java/c/i/a/c/d2/k.java index 9414a21e28..d375fa7202 100644 --- a/app/src/main/java/c/i/a/c/d2/k.java +++ b/app/src/main/java/c/i/a/c/d2/k.java @@ -25,14 +25,14 @@ public final class k { @Nullable /* renamed from: c reason: collision with root package name */ - public i f854c; + public i f809c; public k(l lVar) { this.a = lVar; } public long a() { - i iVar = this.f854c; + i iVar = this.f809c; if (iVar != null) { return iVar.getPosition(); } @@ -50,7 +50,7 @@ public final class k { */ public void b(f fVar, Uri uri, Map> map, long j, long j2, j jVar) throws IOException { e eVar = new e(fVar, j, j2); - this.f854c = eVar; + this.f809c = eVar; if (this.b == null) { h[] b = this.a.b(uri, map); boolean z2 = true; diff --git a/app/src/main/java/c/i/a/c/d2/l.java b/app/src/main/java/c/i/a/c/d2/l.java index 392475a989..adadcad5a3 100644 --- a/app/src/main/java/c/i/a/c/d2/l.java +++ b/app/src/main/java/c/i/a/c/d2/l.java @@ -180,11 +180,11 @@ public final class l implements v, v.a { if (j == j2) { return j2; } - long i = f0.i(o1Var.f997c, 0, j - j2); + long i = f0.i(o1Var.f942c, 0, j - j2); long j3 = o1Var.d; long j4 = this.n; long i2 = f0.i(j3, 0, j4 == Long.MIN_VALUE ? RecyclerView.FOREVER_NS : j4 - j); - if (!(i == o1Var.f997c && i2 == o1Var.d)) { + if (!(i == o1Var.f942c && i2 == o1Var.d)) { o1Var = new o1(i, i2); } return this.i.i(j, o1Var); diff --git a/app/src/main/java/c/i/a/c/d2/m.java b/app/src/main/java/c/i/a/c/d2/m.java index ed8ff73e04..d2d3a8d6a4 100644 --- a/app/src/main/java/c/i/a/c/d2/m.java +++ b/app/src/main/java/c/i/a/c/d2/m.java @@ -28,7 +28,7 @@ public abstract class m extends j { public q.a k; public a(T t) { - this.j = m.this.f851c.g(0, null, 0); + this.j = m.this.f806c.g(0, null, 0); this.k = m.this.d.g(0, null); this.i = t; } @@ -85,7 +85,7 @@ public abstract class m extends j { Object obj = aVar.a; Object obj2 = tVar.n.e; if (obj2 != null && obj2.equals(obj)) { - obj = t.a.f860c; + obj = t.a.f814c; } aVar2 = aVar.b(obj); } else { @@ -94,13 +94,13 @@ public abstract class m extends j { Objects.requireNonNull(m.this); z.a aVar3 = this.j; if (aVar3.a != i || !f0.a(aVar3.b, aVar2)) { - this.j = m.this.f851c.g(i, aVar2, 0); + this.j = m.this.f806c.g(i, aVar2, 0); } q.a aVar4 = this.k; if (aVar4.a == i && f0.a(aVar4.b, aVar2)) { return true; } - this.k = new q.a(m.this.d.f1082c, i, aVar2); + this.k = new q.a(m.this.d.f1023c, i, aVar2); return true; } @@ -111,7 +111,7 @@ public abstract class m extends j { m mVar2 = m.this; long j2 = uVar.g; Objects.requireNonNull(mVar2); - return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f861c, uVar.d, uVar.e, j, j2); + return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f815c, uVar.d, uVar.e, j, j2); } @Override // c.i.a.c.d2.z @@ -145,12 +145,12 @@ public abstract class m extends j { public final y.b b; /* renamed from: c reason: collision with root package name */ - public final z f856c; + public final z f811c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f856c = zVar; + this.f811c = zVar; } } diff --git a/app/src/main/java/c/i/a/c/d2/q.java b/app/src/main/java/c/i/a/c/d2/q.java index d4c61372af..967ecd8899 100644 --- a/app/src/main/java/c/i/a/c/d2/q.java +++ b/app/src/main/java/c/i/a/c/d2/q.java @@ -18,7 +18,7 @@ public final class q implements j { public final int b; /* renamed from: c reason: collision with root package name */ - public final a f857c; + public final a f812c; public final byte[] d; public int e; @@ -30,7 +30,7 @@ public final class q implements j { d.k(i > 0); this.a = jVar; this.b = i; - this.f857c = aVar; + this.f812c = aVar; this.d = new byte[1]; this.e = i; } @@ -85,7 +85,7 @@ public final class q implements j { i3 = i6; } if (i3 > 0) { - a aVar = this.f857c; + a aVar = this.f812c; w wVar = new w(bArr2, i3); b0.a aVar2 = (b0.a) aVar; if (!aVar2.n) { diff --git a/app/src/main/java/c/i/a/c/d2/r.java b/app/src/main/java/c/i/a/c/d2/r.java index 85ea72f815..a899e31a8e 100644 --- a/app/src/main/java/c/i/a/c/d2/r.java +++ b/app/src/main/java/c/i/a/c/d2/r.java @@ -12,16 +12,16 @@ public final class r { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final long f858c; + public final long f813c; public r(long j, l lVar, long j2) { Uri uri = lVar.a; this.b = Collections.emptyMap(); - this.f858c = 0; + this.f813c = 0; } public r(long j, l lVar, Uri uri, Map> map, long j2, long j3, long j4) { this.b = map; - this.f858c = j3; + this.f813c = j3; } } diff --git a/app/src/main/java/c/i/a/c/d2/t.java b/app/src/main/java/c/i/a/c/d2/t.java index 45912b81ab..57d2d5a39e 100644 --- a/app/src/main/java/c/i/a/c/d2/t.java +++ b/app/src/main/java/c/i/a/c/d2/t.java @@ -22,15 +22,13 @@ public final class t extends m { public s o; public boolean p; public boolean q; - - /* renamed from: r reason: collision with root package name */ - public boolean f859r; + public boolean r; /* compiled from: MaskingMediaSource */ public static final class a extends p { /* renamed from: c reason: collision with root package name */ - public static final Object f860c = new Object(); + public static final Object f814c = new Object(); @Nullable public final Object d; @Nullable @@ -46,7 +44,7 @@ public final class t extends m { public int b(Object obj) { Object obj2; r1 r1Var = this.b; - if (f860c.equals(obj) && (obj2 = this.e) != null) { + if (f814c.equals(obj) && (obj2 = this.e) != null) { obj = obj2; } return r1Var.b(obj); @@ -56,7 +54,7 @@ public final class t extends m { public r1.b g(int i, r1.b bVar, boolean z2) { this.b.g(i, bVar, z2); if (f0.a(bVar.b, this.e) && z2) { - bVar.b = f860c; + bVar.b = f814c; } return bVar; } @@ -64,14 +62,14 @@ public final class t extends m { @Override // c.i.a.c.d2.p, c.i.a.c.r1 public Object m(int i) { Object m = this.b.m(i); - return f0.a(m, this.e) ? f860c : m; + return f0.a(m, this.e) ? f814c : m; } @Override // c.i.a.c.r1 public r1.c o(int i, r1.c cVar, long j) { this.b.o(i, cVar, j); - if (f0.a(cVar.f1016c, this.d)) { - cVar.f1016c = r1.c.a; + if (f0.a(cVar.f959c, this.d)) { + cVar.f959c = r1.c.a; } return cVar; } @@ -88,7 +86,7 @@ public final class t extends m { @Override // c.i.a.c.r1 public int b(Object obj) { - return obj == a.f860c ? 0 : -1; + return obj == a.f814c ? 0 : -1; } @Override // c.i.a.c.r1 @@ -96,13 +94,13 @@ public final class t extends m { Object obj = null; int i2 = z2 ? 0 : null; if (z2) { - obj = a.f860c; + obj = a.f814c; } Objects.requireNonNull(bVar); c.i.a.c.d2.j0.a aVar = c.i.a.c.d2.j0.a.a; bVar.a = i2; bVar.b = obj; - bVar.f1015c = 0; + bVar.f958c = 0; bVar.d = -9223372036854775807L; bVar.e = 0; bVar.f = aVar; @@ -116,7 +114,7 @@ public final class t extends m { @Override // c.i.a.c.r1 public Object m(int i) { - return a.f860c; + return a.f814c; } @Override // c.i.a.c.r1 @@ -140,10 +138,10 @@ public final class t extends m { r1 j = yVar.j(); if (j != null) { this.n = new a(j, null, null); - this.f859r = true; + this.r = true; return; } - this.n = new a(new b(yVar.e()), r1.c.a, a.f860c); + this.n = new a(new b(yVar.e()), r1.c.a, a.f814c); } @Override // c.i.a.c.d2.y @@ -184,7 +182,7 @@ public final class t extends m { this.p = false; for (m.b bVar : this.g.values()) { bVar.a.a(bVar.b); - bVar.a.c(bVar.f856c); + bVar.a.c(bVar.f811c); } this.g.clear(); } @@ -197,7 +195,7 @@ public final class t extends m { sVar.l = yVar; if (this.q) { Object obj = aVar.a; - if (this.n.e != null && obj.equals(a.f860c)) { + if (this.n.e != null && obj.equals(a.f814c)) { obj = this.n.e; } sVar.d(aVar.b(obj)); diff --git a/app/src/main/java/c/i/a/c/d2/u.java b/app/src/main/java/c/i/a/c/d2/u.java index ddb8c3bec7..c767bd71f2 100644 --- a/app/src/main/java/c/i/a/c/d2/u.java +++ b/app/src/main/java/c/i/a/c/d2/u.java @@ -9,7 +9,7 @@ public final class u { @Nullable /* renamed from: c reason: collision with root package name */ - public final Format f861c; + public final Format f815c; public final int d; @Nullable public final Object e; @@ -19,7 +19,7 @@ public final class u { public u(int i, int i2, @Nullable Format format, int i3, @Nullable Object obj, long j, long j2) { this.a = i; this.b = i2; - this.f861c = format; + this.f815c = format; this.d = i3; this.e = obj; this.f = j; diff --git a/app/src/main/java/c/i/a/c/d2/w.java b/app/src/main/java/c/i/a/c/d2/w.java index 84e900ee8a..87d7590099 100644 --- a/app/src/main/java/c/i/a/c/d2/w.java +++ b/app/src/main/java/c/i/a/c/d2/w.java @@ -7,14 +7,14 @@ public class w { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f862c; + public final int f816c; public final long d; public final int e; public w(w wVar) { this.a = wVar.a; this.b = wVar.b; - this.f862c = wVar.f862c; + this.f816c = wVar.f816c; this.d = wVar.d; this.e = wVar.e; } @@ -22,7 +22,7 @@ public class w { public w(Object obj) { this.a = obj; this.b = -1; - this.f862c = -1; + this.f816c = -1; this.d = -1; this.e = -1; } @@ -30,7 +30,7 @@ public class w { public w(Object obj, int i, int i2, long j) { this.a = obj; this.b = i; - this.f862c = i2; + this.f816c = i2; this.d = j; this.e = -1; } @@ -38,7 +38,7 @@ public class w { public w(Object obj, int i, int i2, long j, int i3) { this.a = obj; this.b = i; - this.f862c = i2; + this.f816c = i2; this.d = j; this.e = i3; } @@ -46,7 +46,7 @@ public class w { public w(Object obj, long j, int i) { this.a = obj; this.b = -1; - this.f862c = -1; + this.f816c = -1; this.d = j; this.e = i; } @@ -63,10 +63,10 @@ public class w { return false; } w wVar = (w) obj; - return this.a.equals(wVar.a) && this.b == wVar.b && this.f862c == wVar.f862c && this.d == wVar.d && this.e == wVar.e; + return this.a.equals(wVar.a) && this.b == wVar.b && this.f816c == wVar.f816c && this.d == wVar.d && this.e == wVar.e; } public int hashCode() { - return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f862c) * 31) + ((int) this.d)) * 31) + this.e; + return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f816c) * 31) + ((int) this.d)) * 31) + this.e; } } diff --git a/app/src/main/java/c/i/a/c/d2/y.java b/app/src/main/java/c/i/a/c/d2/y.java index 09cbe2f4b0..b5f1f4046a 100644 --- a/app/src/main/java/c/i/a/c/d2/y.java +++ b/app/src/main/java/c/i/a/c/d2/y.java @@ -30,7 +30,7 @@ public interface y { } public a b(Object obj) { - return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f862c, this.d, this.e)); + return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f816c, this.d, this.e)); } } diff --git a/app/src/main/java/c/i/a/c/d2/z.java b/app/src/main/java/c/i/a/c/d2/z.java index a3c0b74230..0f6f88e827 100644 --- a/app/src/main/java/c/i/a/c/d2/z.java +++ b/app/src/main/java/c/i/a/c/d2/z.java @@ -19,7 +19,7 @@ public interface z { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f863c; + public final CopyOnWriteArrayList f817c; public final long d; /* compiled from: MediaSourceEventListener */ @@ -35,14 +35,14 @@ public interface z { } public a() { - this.f863c = new CopyOnWriteArrayList<>(); + this.f817c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; this.d = 0; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar, long j) { - this.f863c = copyOnWriteArrayList; + this.f817c = copyOnWriteArrayList; this.a = i; this.b = aVar; this.d = j; @@ -57,7 +57,7 @@ public interface z { } public void b(u uVar) { - Iterator it = this.f863c.iterator(); + Iterator it = this.f817c.iterator(); while (it.hasNext()) { C0092a next = it.next(); f0.D(next.a, new d(this, next.b, uVar)); @@ -65,7 +65,7 @@ public interface z { } public void c(r rVar, u uVar) { - Iterator it = this.f863c.iterator(); + Iterator it = this.f817c.iterator(); while (it.hasNext()) { C0092a next = it.next(); f0.D(next.a, new f(this, next.b, rVar, uVar)); @@ -73,7 +73,7 @@ public interface z { } public void d(r rVar, u uVar) { - Iterator it = this.f863c.iterator(); + Iterator it = this.f817c.iterator(); while (it.hasNext()) { C0092a next = it.next(); f0.D(next.a, new c(this, next.b, rVar, uVar)); @@ -81,7 +81,7 @@ public interface z { } public void e(r rVar, u uVar, IOException iOException, boolean z2) { - Iterator it = this.f863c.iterator(); + Iterator it = this.f817c.iterator(); while (it.hasNext()) { C0092a next = it.next(); f0.D(next.a, new b(this, next.b, rVar, uVar, iOException, z2)); @@ -89,7 +89,7 @@ public interface z { } public void f(r rVar, u uVar) { - Iterator it = this.f863c.iterator(); + Iterator it = this.f817c.iterator(); while (it.hasNext()) { C0092a next = it.next(); f0.D(next.a, new e(this, next.b, rVar, uVar)); @@ -98,7 +98,7 @@ public interface z { @CheckResult public a g(int i, @Nullable y.a aVar, long j) { - return new a(this.f863c, i, aVar, j); + return new a(this.f817c, i, aVar, j); } } diff --git a/app/src/main/java/c/i/a/c/e0.java b/app/src/main/java/c/i/a/c/e0.java index 04f78ec877..290b08d924 100644 --- a/app/src/main/java/c/i/a/c/e0.java +++ b/app/src/main/java/c/i/a/c/e0.java @@ -17,7 +17,7 @@ public final class e0 { @Nullable /* renamed from: c reason: collision with root package name */ - public b f864c; + public b f818c; @Nullable public n d; public int e; @@ -47,7 +47,7 @@ public final class e0 { AudioManager audioManager = (AudioManager) context.getApplicationContext().getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); Objects.requireNonNull(audioManager); this.a = audioManager; - this.f864c = bVar; + this.f818c = bVar; this.b = new a(handler); this.e = 0; } @@ -67,7 +67,7 @@ public final class e0 { } public final void b(int i) { - b bVar = this.f864c; + b bVar = this.f818c; if (bVar != null) { p1.c cVar = (p1.c) bVar; boolean g = p1.this.g(); @@ -81,7 +81,7 @@ public final class e0 { float f = i == 3 ? 0.2f : 1.0f; if (this.g != f) { this.g = f; - b bVar = this.f864c; + b bVar = this.f818c; if (bVar != null) { p1 p1Var = p1.this; p1Var.R(1, 2, Float.valueOf(p1Var.B * p1Var.m.g)); diff --git a/app/src/main/java/c/i/a/c/e2/b.java b/app/src/main/java/c/i/a/c/e2/b.java index ce14186fe5..f0b3d5c096 100644 --- a/app/src/main/java/c/i/a/c/e2/b.java +++ b/app/src/main/java/c/i/a/c/e2/b.java @@ -9,7 +9,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f865c; + public final int f819c; public final int d; public final int e; public final int f; @@ -18,7 +18,7 @@ public final class b { public b(int i, int i2, int i3, int i4, int i5, @Nullable Typeface typeface) { this.b = i; - this.f865c = i2; + this.f819c = i2; this.d = i3; this.e = i4; this.f = i5; diff --git a/app/src/main/java/c/i/a/c/e2/c.java b/app/src/main/java/c/i/a/c/e2/c.java index c0dfa17d06..b8cf8bcc6f 100644 --- a/app/src/main/java/c/i/a/c/e2/c.java +++ b/app/src/main/java/c/i/a/c/e2/c.java @@ -15,7 +15,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final Layout.Alignment f866c; + public final Layout.Alignment f820c; @Nullable public final Bitmap d; public final float e; @@ -41,7 +41,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public Layout.Alignment f867c; + public Layout.Alignment f821c; public float d; public int e; public int f; @@ -60,7 +60,7 @@ public final class c { public b() { this.a = null; this.b = null; - this.f867c = null; + this.f821c = null; this.d = -3.4028235E38f; this.e = Integer.MIN_VALUE; this.f = Integer.MIN_VALUE; @@ -78,7 +78,7 @@ public final class c { public b(c cVar, a aVar) { this.a = cVar.b; this.b = cVar.d; - this.f867c = cVar.f866c; + this.f821c = cVar.f820c; this.d = cVar.e; this.e = cVar.f; this.f = cVar.g; @@ -95,7 +95,7 @@ public final class c { } public c a() { - return new c(this.a, this.f867c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); + return new c(this.a, this.f821c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); } } @@ -112,7 +112,7 @@ public final class c { d.k(bitmap == null); } this.b = charSequence; - this.f866c = alignment; + this.f820c = alignment; this.d = bitmap; this.e = f; this.f = i; diff --git a/app/src/main/java/c/i/a/c/e2/l.java b/app/src/main/java/c/i/a/c/e2/l.java index 566f881920..4e383dbc1e 100644 --- a/app/src/main/java/c/i/a/c/e2/l.java +++ b/app/src/main/java/c/i/a/c/e2/l.java @@ -39,18 +39,16 @@ public final class l extends g0 implements Handler.Callback { public final Handler t; public final k u; public final h v; - - /* renamed from: w reason: collision with root package name */ - public final s0 f868w; + public final s0 w; /* renamed from: x reason: collision with root package name */ - public boolean f869x; + public boolean f822x; /* renamed from: y reason: collision with root package name */ - public boolean f870y; + public boolean f823y; /* renamed from: z reason: collision with root package name */ - public boolean f871z; + public boolean f824z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public l(k kVar, @Nullable Looper looper) { @@ -67,7 +65,7 @@ public final class l extends g0 implements Handler.Callback { } this.t = handler; this.v = hVar; - this.f868w = new s0(); + this.w = new s0(); this.H = -9223372036854775807L; } @@ -87,8 +85,8 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { J(); - this.f869x = false; - this.f870y = false; + this.f822x = false; + this.f823y = false; this.H = -9223372036854775807L; if (this.A != 0) { O(); @@ -153,7 +151,7 @@ public final class l extends g0 implements Handler.Callback { public final void M() { g gVar; char c2 = 1; - this.f871z = true; + this.f824z = true; h hVar = this.v; Format format = this.B; Objects.requireNonNull(format); @@ -321,7 +319,7 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public boolean b() { - return this.f870y; + return this.f823y; } @Override // c.i.a.c.k1 @@ -346,14 +344,14 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public void q(long j, long j2) { boolean z2; - if (this.f923r) { + if (this.r) { long j3 = this.H; if (j3 != -9223372036854775807L && j >= j3) { N(); - this.f870y = true; + this.f823y = true; } } - if (!this.f870y) { + if (!this.f823y) { if (this.F == null) { g gVar = this.C; Objects.requireNonNull(gVar); @@ -387,7 +385,7 @@ public final class l extends g0 implements Handler.Callback { O(); } else { N(); - this.f870y = true; + this.f823y = true; } } } else if (jVar.j <= j) { @@ -417,7 +415,7 @@ public final class l extends g0 implements Handler.Callback { } } if (this.A != 2) { - while (!this.f869x) { + while (!this.f822x) { try { i iVar = this.D; if (iVar == null) { @@ -439,22 +437,22 @@ public final class l extends g0 implements Handler.Callback { this.A = 2; return; } - int I = I(this.f868w, iVar, false); + int I = I(this.w, iVar, false); if (I == -4) { if (iVar.n()) { - this.f869x = true; - this.f871z = false; + this.f822x = true; + this.f824z = false; } else { - Format format = this.f868w.b; + Format format = this.w.b; if (format != null) { - iVar.q = format.f2695x; + iVar.q = format.f2276x; iVar.s(); - this.f871z &= !iVar.o(); + this.f824z &= !iVar.o(); } else { return; } } - if (!this.f871z) { + if (!this.f824z) { g gVar5 = this.C; Objects.requireNonNull(gVar5); gVar5.d(iVar); diff --git a/app/src/main/java/c/i/a/c/e2/m/c.java b/app/src/main/java/c/i/a/c/e2/m/c.java index 1d5052c247..a85df23e40 100644 --- a/app/src/main/java/c/i/a/c/e2/m/c.java +++ b/app/src/main/java/c/i/a/c/e2/m/c.java @@ -43,27 +43,25 @@ public final class c extends e { public final w o = new w(); public final int p; public final int q; + public final int r; - /* renamed from: r reason: collision with root package name */ - public final int f872r; - public final long s; + /* renamed from: s reason: collision with root package name */ + public final long f825s; public final ArrayList t = new ArrayList<>(); public a u = new a(0, 4); @Nullable public List v; @Nullable - - /* renamed from: w reason: collision with root package name */ - public List f873w; + public List w; /* renamed from: x reason: collision with root package name */ - public int f874x; + public int f826x; /* renamed from: y reason: collision with root package name */ - public int f875y; + public int f827y; /* renamed from: z reason: collision with root package name */ - public boolean f876z; + public boolean f828z; /* compiled from: Cea608Decoder */ public static final class a { @@ -71,7 +69,7 @@ public final class c extends e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f877c = new StringBuilder(); + public final StringBuilder f829c = new StringBuilder(); public int d; public int e; public int f; @@ -85,12 +83,12 @@ public final class c extends e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f878c; + public int f830c; public C0093a(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f878c = i2; + this.f830c = i2; } } @@ -100,20 +98,20 @@ public final class c extends e { } public void a(char c2) { - if (this.f877c.length() < 32) { - this.f877c.append(c2); + if (this.f829c.length() < 32) { + this.f829c.append(c2); } } public void b() { - int length = this.f877c.length(); + int length = this.f829c.length(); if (length > 0) { - this.f877c.delete(length - 1, length); + this.f829c.delete(length - 1, length); for (int size = this.a.size() - 1; size >= 0; size--) { C0093a aVar = this.a.get(size); - int i = aVar.f878c; + int i = aVar.f830c; if (i == length) { - aVar.f878c = i - 1; + aVar.f830c = i - 1; } else { return; } @@ -168,7 +166,7 @@ public final class c extends e { } public final SpannableString d() { - SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f877c); + SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f829c); int length = spannableStringBuilder.length(); int i = 0; int i2 = -1; @@ -188,9 +186,9 @@ public final class c extends e { } z2 = z4; } - int i8 = aVar.f878c; + int i8 = aVar.f830c; i++; - if (i8 != (i < this.a.size() ? this.a.get(i).f878c : length)) { + if (i8 != (i < this.a.size() ? this.a.get(i).f830c : length)) { if (i2 != -1 && !z3) { spannableStringBuilder.setSpan(new UnderlineSpan(), i2, i8, 33); i2 = -1; @@ -225,14 +223,14 @@ public final class c extends e { } public boolean e() { - return this.a.isEmpty() && this.b.isEmpty() && this.f877c.length() == 0; + return this.a.isEmpty() && this.b.isEmpty() && this.f829c.length() == 0; } public void f(int i) { this.g = i; this.a.clear(); this.b.clear(); - this.f877c.setLength(0); + this.f829c.setLength(0); this.d = 15; this.e = 0; this.f = 0; @@ -240,23 +238,23 @@ public final class c extends e { } public c(String str, int i2, long j2) { - this.s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; + this.f825s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; this.p = "application/x-mp4-cea-608".equals(str) ? 2 : 3; if (i2 == 1) { - this.f872r = 0; + this.r = 0; this.q = 0; } else if (i2 == 2) { - this.f872r = 1; + this.r = 1; this.q = 0; } else if (i2 == 3) { - this.f872r = 0; + this.r = 0; this.q = 1; } else if (i2 != 4) { Log.w("Cea608Decoder", "Invalid channel. Defaulting to CC1."); - this.f872r = 0; + this.r = 0; this.q = 0; } else { - this.f872r = 1; + this.r = 1; this.q = 1; } l(0); @@ -268,7 +266,7 @@ public final class c extends e { @Override // c.i.a.c.e2.m.e public f e() { List list = this.v; - this.f873w = list; + this.w = list; Objects.requireNonNull(list); return new f(list); } @@ -288,19 +286,19 @@ public final class c extends e { int a2 = this.o.a(); int i2 = this.p; if (a2 >= i2) { - byte s = i2 == 2 ? -4 : (byte) this.o.s(); - int s2 = this.o.s(); + byte s2 = i2 == 2 ? -4 : (byte) this.o.s(); int s3 = this.o.s(); - if ((s & 2) == 0 && (s & 1) == this.q) { - byte b = (byte) (s2 & 127); - byte b2 = (byte) (s3 & 127); + int s4 = this.o.s(); + if ((s2 & 2) == 0 && (s2 & 1) == this.q) { + byte b = (byte) (s3 & 127); + byte b2 = (byte) (s4 & 127); if (b != 0 || b2 != 0) { - boolean z5 = this.f876z; - if ((s & 4) == 4) { + boolean z5 = this.f828z; + if ((s2 & 4) == 4) { boolean[] zArr = n; - if (zArr[s2] && zArr[s3]) { + if (zArr[s3] && zArr[s4]) { z2 = true; - this.f876z = z2; + this.f828z = z2; if (z2) { if ((b & 240) == 16) { if (this.A && this.B == b && this.C == b2) { @@ -343,7 +341,7 @@ public final class c extends e { if (i3 == 0) { this.D = (b >> 3) & 1; } - if (this.D == this.f872r) { + if (this.D == this.r) { if (i3 == 0) { int i4 = b & 247; if (i4 == 17 && (b2 & 240) == 48) { @@ -358,7 +356,7 @@ public final class c extends e { this.u.a(' '); boolean z6 = (b2 & 1) == 1; a aVar = this.u; - aVar.a.add(new a.C0093a((b2 >> 1) & 7, z6, aVar.f877c.length())); + aVar.a.add(new a.C0093a((b2 >> 1) & 7, z6, aVar.f829c.length())); } else { if ((b & 240) == 16 && (b2 & 192) == 64) { int i6 = g[b & 7]; @@ -367,8 +365,8 @@ public final class c extends e { } a aVar2 = this.u; if (i6 != aVar2.d) { - if (this.f874x != 1 && !aVar2.e()) { - a aVar3 = new a(this.f874x, this.f875y); + if (this.f826x != 1 && !aVar2.e()) { + a aVar3 = new a(this.f826x, this.f827y); this.u = aVar3; this.t.add(aVar3); } @@ -378,7 +376,7 @@ public final class c extends e { boolean z8 = (b2 & 1) == 1; int i7 = (b2 >> 1) & 7; a aVar4 = this.u; - aVar4.a.add(new a.C0093a(z7 ? 8 : i7, z8, aVar4.f877c.length())); + aVar4.a.add(new a.C0093a(z7 ? 8 : i7, z8, aVar4.f829c.length())); if (z7) { this.u.e = h[i7]; } @@ -404,7 +402,7 @@ public final class c extends e { m(4); break; default: - int i8 = this.f874x; + int i8 = this.f826x; if (i8 != 0) { if (b2 == 33) { this.u.b(); @@ -413,7 +411,7 @@ public final class c extends e { switch (b2) { case 44: this.v = Collections.emptyList(); - int i9 = this.f874x; + int i9 = this.f826x; if (i9 == 1 || i9 == 3) { k(); break; @@ -422,7 +420,7 @@ public final class c extends e { if (i8 == 1 && !this.u.e()) { a aVar5 = this.u; aVar5.b.add(aVar5.d()); - aVar5.f877c.setLength(0); + aVar5.f829c.setLength(0); aVar5.a.clear(); int min = Math.min(aVar5.h, aVar5.d); while (aVar5.b.size() >= min) { @@ -476,7 +474,7 @@ public final class c extends e { } } z2 = false; - this.f876z = z2; + this.f828z = z2; if (z2) { } this.A = false; @@ -486,7 +484,7 @@ public final class c extends e { } } } else if (z4) { - int i10 = this.f874x; + int i10 = this.f826x; if (i10 == 1 || i10 == 3) { this.v = j(); this.F = this.e; @@ -503,11 +501,11 @@ public final class c extends e { public void flush() { super.flush(); this.v = null; - this.f873w = null; + this.w = null; l(0); m(4); k(); - this.f876z = false; + this.f828z = false; this.A = false; this.B = 0; this.C = 0; @@ -525,7 +523,7 @@ public final class c extends e { if (g2 != null) { return g2; } - long j2 = this.s; + long j2 = this.f825s; boolean z2 = false; if (j2 != -9223372036854775807L) { long j3 = this.F; @@ -539,7 +537,7 @@ public final class c extends e { List emptyList = Collections.emptyList(); this.v = emptyList; this.F = -9223372036854775807L; - this.f873w = emptyList; + this.w = emptyList; Objects.requireNonNull(emptyList); pollFirst.r(this.e, new f(emptyList), RecyclerView.FOREVER_NS); return pollFirst; @@ -547,7 +545,7 @@ public final class c extends e { @Override // c.i.a.c.e2.m.e public boolean h() { - return this.v != this.f873w; + return this.v != this.w; } public final List j() { @@ -576,15 +574,15 @@ public final class c extends e { } public final void k() { - this.u.f(this.f874x); + this.u.f(this.f826x); this.t.clear(); this.t.add(this.u); } public final void l(int i2) { - int i3 = this.f874x; + int i3 = this.f826x; if (i3 != i2) { - this.f874x = i2; + this.f826x = i2; if (i2 == 3) { for (int i4 = 0; i4 < this.t.size(); i4++) { this.t.get(i4).g = i2; @@ -599,7 +597,7 @@ public final class c extends e { } public final void m(int i2) { - this.f875y = i2; + this.f827y = i2; this.u.h = i2; } diff --git a/app/src/main/java/c/i/a/c/e2/m/d.java b/app/src/main/java/c/i/a/c/e2/m/d.java index 88ad16f295..a0c9304437 100644 --- a/app/src/main/java/c/i/a/c/e2/m/d.java +++ b/app/src/main/java/c/i/a/c/e2/m/d.java @@ -63,7 +63,7 @@ public final class d extends e { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f879c; + public static final int f831c; public static final int[] d = {0, 0, 0, 0, 0, 2, 0}; public static final int[] e = {0, 0, 0, 0, 0, 0, 2}; public static final int[] f = {3, 3, 3, 3, 3, 3, 1}; @@ -85,31 +85,29 @@ public final class d extends e { public boolean o; public int p; public boolean q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f880r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f832s; public int t; public int u; public boolean v; - - /* renamed from: w reason: collision with root package name */ - public int f881w; + public int w; /* renamed from: x reason: collision with root package name */ - public int f882x; + public int f833x; /* renamed from: y reason: collision with root package name */ - public int f883y; + public int f834y; /* renamed from: z reason: collision with root package name */ - public int f884z; + public int f835z; static { int d2 = d(0, 0, 0, 0); b = d2; int d3 = d(0, 0, 0, 3); - f879c = d3; + f831c = d3; h = new int[]{d2, d3, d2, d2, d3, d2, d2}; k = new int[]{d2, d2, d2, d2, d2, d3, d3}; } @@ -221,16 +219,16 @@ public final class d extends e { this.o = false; this.p = 4; this.q = false; - this.f880r = 0; - this.s = 0; + this.r = 0; + this.f832s = 0; this.t = 0; this.u = 15; this.v = true; - this.f881w = 0; - this.f882x = 0; - this.f883y = 0; + this.w = 0; + this.f833x = 0; + this.f834y = 0; int i2 = b; - this.f884z = i2; + this.f835z = i2; this.D = a; this.F = i2; } @@ -278,13 +276,13 @@ public final class d extends e { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f885c; + public final byte[] f836c; public int d = 0; public c(int i, int i2) { this.a = i; this.b = i2; - this.f885c = new byte[((i2 * 2) - 1)]; + this.f836c = new byte[((i2 * 2) - 1)]; } } @@ -313,33 +311,33 @@ public final class d extends e { Objects.requireNonNull(byteBuffer); this.g.B(byteBuffer.array(), byteBuffer.limit()); while (this.g.a() >= 3) { - int s = this.g.s() & 7; - int i = s & 3; + int s2 = this.g.s() & 7; + int i = s2 & 3; boolean z2 = false; - boolean z3 = (s & 4) == 4; - byte s2 = (byte) this.g.s(); + boolean z3 = (s2 & 4) == 4; byte s3 = (byte) this.g.s(); + byte s4 = (byte) this.g.s(); if (i == 2 || i == 3) { if (z3) { if (i == 3) { j(); - int i2 = (s2 & 192) >> 6; + int i2 = (s3 & 192) >> 6; int i3 = this.i; if (!(i3 == -1 || i2 == (i3 + 1) % 4)) { l(); Log.w("Cea708Decoder", "Sequence number discontinuity. previous=" + this.i + " current=" + i2); } this.i = i2; - int i4 = s2 & 63; + int i4 = s3 & 63; if (i4 == 0) { i4 = 64; } c cVar = new c(i2, i4); this.o = cVar; - byte[] bArr = cVar.f885c; + byte[] bArr = cVar.f836c; int i5 = cVar.d; cVar.d = i5 + 1; - bArr[i5] = s3; + bArr[i5] = s4; } else { if (i == 2) { z2 = true; @@ -349,13 +347,13 @@ public final class d extends e { if (cVar2 == null) { Log.e("Cea708Decoder", "Encountered DTVCC_PACKET_DATA before DTVCC_PACKET_START"); } else { - byte[] bArr2 = cVar2.f885c; + byte[] bArr2 = cVar2.f836c; int i6 = cVar2.d; int i7 = i6 + 1; cVar2.d = i7; - bArr2[i6] = s2; + bArr2[i6] = s3; cVar2.d = i7 + 1; - bArr2[i7] = s3; + bArr2[i7] = s4; } } c cVar3 = this.o; @@ -398,7 +396,7 @@ public final class d extends e { } v vVar = this.h; c cVar2 = this.o; - vVar.j(cVar2.f885c, cVar2.d); + vVar.j(cVar2.f836c, cVar2.d); int i = 3; int g = this.h.g(3); int g2 = this.h.g(5); @@ -590,8 +588,8 @@ public final class d extends e { int g5 = this.h.g(2); this.h.m(8); b bVar4 = this.l; - bVar4.f884z = d3; - bVar4.f881w = g5; + bVar4.f835z = d3; + bVar4.w = g5; break; } case 152: @@ -624,8 +622,8 @@ public final class d extends e { bVar5.v = f4; bVar5.p = g6; bVar5.q = f5; - bVar5.f880r = g7; - bVar5.s = g8; + bVar5.r = g7; + bVar5.f832s = g8; bVar5.t = g9; int i11 = g10 + 1; if (bVar5.u != i11) { @@ -636,19 +634,19 @@ public final class d extends e { } } } - if (!(g11 == 0 || bVar5.f882x == g11)) { - bVar5.f882x = g11; + if (!(g11 == 0 || bVar5.f833x == g11)) { + bVar5.f833x = g11; int i12 = g11 - 1; int i13 = b.h[i12]; boolean z3 = b.g[i12]; int i14 = b.e[i12]; int i15 = b.f[i12]; int i16 = b.d[i12]; - bVar5.f884z = i13; - bVar5.f881w = i16; + bVar5.f835z = i13; + bVar5.w = i16; } - if (!(g12 == 0 || bVar5.f883y == g12)) { - bVar5.f883y = g12; + if (!(g12 == 0 || bVar5.f834y == g12)) { + bVar5.f834y = g12; int i17 = g12 - 1; int i18 = b.j[i17]; int i19 = b.i[i17]; @@ -823,7 +821,7 @@ public final class d extends e { spannableStringBuilder.append('\n'); } spannableStringBuilder.append((CharSequence) bVar.b()); - int i3 = bVar.f881w; + int i3 = bVar.w; if (i3 != 0) { if (i3 == 1) { alignment = Layout.Alignment.ALIGN_OPPOSITE; @@ -831,22 +829,22 @@ public final class d extends e { alignment = Layout.Alignment.ALIGN_CENTER; } else if (i3 != 3) { StringBuilder O = c.d.b.a.a.O("Unexpected justification value: "); - O.append(bVar.f881w); + O.append(bVar.w); throw new IllegalArgumentException(O.toString()); } if (!bVar.q) { - f2 = ((float) bVar.s) / 99.0f; - f = ((float) bVar.f880r) / 99.0f; + f2 = ((float) bVar.f832s) / 99.0f; + f = ((float) bVar.r) / 99.0f; } else { - f2 = ((float) bVar.s) / 209.0f; - f = ((float) bVar.f880r) / 74.0f; + f2 = ((float) bVar.f832s) / 209.0f; + f = ((float) bVar.r) / 74.0f; } float f3 = (f2 * 0.9f) + 0.05f; float f4 = (f * 0.9f) + 0.05f; int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f884z == b.b, bVar.f884z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f835z == b.b, bVar.f835z, bVar.p); } alignment = Layout.Alignment.ALIGN_NORMAL; if (!bVar.q) { @@ -856,7 +854,7 @@ public final class d extends e { int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f884z == b.b, bVar.f884z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f835z == b.b, bVar.f835z, bVar.p); } if (aVar != null) { arrayList.add(aVar); diff --git a/app/src/main/java/c/i/a/c/e2/m/e.java b/app/src/main/java/c/i/a/c/e2/m/e.java index f97ab1c8ea..1d1baf01f4 100644 --- a/app/src/main/java/c/i/a/c/e2/m/e.java +++ b/app/src/main/java/c/i/a/c/e2/m/e.java @@ -18,7 +18,7 @@ public abstract class e implements g { public final ArrayDeque b; /* renamed from: c reason: collision with root package name */ - public final PriorityQueue f886c; + public final PriorityQueue f837c; @Nullable public b d; public long e; @@ -26,9 +26,7 @@ public abstract class e implements g { /* compiled from: CeaDecoder */ public static final class b extends i implements Comparable { - - /* renamed from: r reason: collision with root package name */ - public long f887r; + public long r; public b() { } @@ -43,7 +41,7 @@ public abstract class e implements g { if (n() == bVar2.n()) { long j = this.m - bVar2.m; if (j == 0) { - j = this.f887r - bVar2.f887r; + j = this.r - bVar2.r; if (j == 0) { return 0; } @@ -80,7 +78,7 @@ public abstract class e implements g { for (int i2 = 0; i2 < 2; i2++) { this.b.add(new c(new b(this))); } - this.f886c = new PriorityQueue<>(); + this.f837c = new PriorityQueue<>(); } @Override // c.i.a.c.e2.g @@ -112,8 +110,8 @@ public abstract class e implements g { } else { long j = this.f; this.f = 1 + j; - bVar.f887r = j; - this.f886c.add(bVar); + bVar.r = j; + this.f837c.add(bVar); } this.d = null; } @@ -126,9 +124,9 @@ public abstract class e implements g { public void flush() { this.f = 0; this.e = 0; - while (!this.f886c.isEmpty()) { + while (!this.f837c.isEmpty()) { int i = f0.a; - i(this.f886c.poll()); + i(this.f837c.poll()); } b bVar = this.d; if (bVar != null) { @@ -143,12 +141,12 @@ public abstract class e implements g { if (this.b.isEmpty()) { return null; } - while (!this.f886c.isEmpty()) { + while (!this.f837c.isEmpty()) { int i = f0.a; - if (this.f886c.peek().m > this.e) { + if (this.f837c.peek().m > this.e) { break; } - b poll = this.f886c.poll(); + b poll = this.f837c.poll(); if (poll.n()) { j pollFirst = this.b.pollFirst(); pollFirst.j(4); diff --git a/app/src/main/java/c/i/a/c/e2/n/a.java b/app/src/main/java/c/i/a/c/e2/n/a.java index 23a62bb548..77d645bf18 100644 --- a/app/src/main/java/c/i/a/c/e2/n/a.java +++ b/app/src/main/java/c/i/a/c/e2/n/a.java @@ -47,7 +47,7 @@ public final class a extends d { int i8; if (z2) { b.h hVar = this.n.i; - hVar.f894c.clear(); + hVar.f844c.clear(); hVar.d.clear(); hVar.e.clear(); hVar.f.clear(); @@ -95,7 +95,7 @@ public final class a extends d { } } else { hVar2.i = dVar2; - hVar2.f894c.clear(); + hVar2.f844c.clear(); hVar2.d.clear(); hVar2.e.clear(); break; @@ -141,13 +141,13 @@ public final class a extends d { i9 = 16; } b.f fVar2 = new b.f(g8, f, g9, g10, g11, g12, g13, g14, g15, g16, sparseArray4); - if (dVar3.b == 0 && (fVar = hVar2.f894c.get(g8)) != null) { + if (dVar3.b == 0 && (fVar = hVar2.f844c.get(g8)) != null) { SparseArray sparseArray5 = fVar.j; for (int i13 = 0; i13 < sparseArray5.size(); i13++) { fVar2.j.put(sparseArray5.keyAt(i13), sparseArray5.valueAt(i13)); } } - hVar2.f894c.put(fVar2.a, fVar2); + hVar2.f844c.put(fVar2.a, fVar2); break; } case 18: @@ -220,15 +220,15 @@ public final class a extends d { bVar.f.setBitmap(createBitmap); } ArrayList arrayList = new ArrayList(); - SparseArray sparseArray6 = dVar4.f892c; + SparseArray sparseArray6 = dVar4.f842c; int i14 = 0; while (i14 < sparseArray6.size()) { bVar.f.save(); b.e valueAt = sparseArray6.valueAt(i14); - b.f fVar3 = bVar.i.f894c.get(sparseArray6.keyAt(i14)); - int i15 = valueAt.a + bVar2.f890c; + b.f fVar3 = bVar.i.f844c.get(sparseArray6.keyAt(i14)); + int i15 = valueAt.a + bVar2.f840c; int i16 = valueAt.b + bVar2.e; - bVar.f.clipRect(i15, i16, Math.min(fVar3.f893c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); + bVar.f.clipRect(i15, i16, Math.min(fVar3.f843c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); b.a aVar = bVar.i.d.get(fVar3.f); if (aVar == null && (aVar = bVar.i.f.get(fVar3.f)) == null) { aVar = bVar.h; @@ -251,9 +251,9 @@ public final class a extends d { sparseArray = sparseArray7; Canvas canvas = bVar.f; cVar3 = cVar; - int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f889c : aVar.b; + int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f839c : aVar.b; i2 = i14; - b.e(cVar4.f891c, iArr, i18, i19, i20, paint, canvas); + b.e(cVar4.f841c, iArr, i18, i19, i20, paint, canvas); b.e(cVar4.d, iArr, i18, i19, i20 + 1, paint, canvas); } else { cVar3 = cVar; @@ -269,13 +269,13 @@ public final class a extends d { } if (fVar3.b) { int i21 = fVar3.e; - bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f889c[fVar3.h] : aVar.b[fVar3.i]); - bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f893c + i15), (float) (fVar3.d + i16), bVar.e); + bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f839c[fVar3.h] : aVar.b[fVar3.i]); + bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f843c + i15), (float) (fVar3.d + i16), bVar.e); } - Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f893c, fVar3.d); + Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f843c, fVar3.d); float f5 = (float) bVar2.a; float f6 = (float) bVar2.b; - arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f893c) / f5, ((float) fVar3.d) / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); + arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f843c) / f5, ((float) fVar3.d) / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); bVar.f.drawColor(0, PorterDuff.Mode.CLEAR); bVar.f.restore(); i14++; diff --git a/app/src/main/java/c/i/a/c/e2/n/b.java b/app/src/main/java/c/i/a/c/e2/n/b.java index b0f8d263b0..e9b4ae6c1d 100644 --- a/app/src/main/java/c/i/a/c/e2/n/b.java +++ b/app/src/main/java/c/i/a/c/e2/n/b.java @@ -16,7 +16,7 @@ public final class b { public static final byte[] b = {0, 119, -120, -1}; /* renamed from: c reason: collision with root package name */ - public static final byte[] f888c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; + public static final byte[] f838c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; public final Paint d; public final Paint e; public final Canvas f = new Canvas(); @@ -31,13 +31,13 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f889c; + public final int[] f839c; public final int[] d; public a(int i, int[] iArr, int[] iArr2, int[] iArr3) { this.a = i; this.b = iArr; - this.f889c = iArr2; + this.f839c = iArr2; this.d = iArr3; } } @@ -49,7 +49,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f890c; + public final int f840c; public final int d; public final int e; public final int f; @@ -57,7 +57,7 @@ public final class b { public C0094b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f890c = i3; + this.f840c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -70,13 +70,13 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final byte[] f891c; + public final byte[] f841c; public final byte[] d; public c(int i, boolean z2, byte[] bArr, byte[] bArr2) { this.a = i; this.b = z2; - this.f891c = bArr; + this.f841c = bArr; this.d = bArr2; } } @@ -87,12 +87,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f892c; + public final SparseArray f842c; public d(int i, int i2, int i3, SparseArray sparseArray) { this.a = i2; this.b = i3; - this.f892c = sparseArray; + this.f842c = sparseArray; } } @@ -113,7 +113,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f893c; + public final int f843c; public final int d; public final int e; public final int f; @@ -125,7 +125,7 @@ public final class b { public f(int i, boolean z2, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, SparseArray sparseArray) { this.a = i; this.b = z2; - this.f893c = i2; + this.f843c = i2; this.d = i3; this.e = i5; this.f = i6; @@ -153,7 +153,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f894c = new SparseArray<>(); + public final SparseArray f844c = new SparseArray<>(); public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final SparseArray f = new SparseArray<>(); @@ -424,7 +424,7 @@ public final class b { } case 17: if (i == 3) { - bArr4 = bArr6 == null ? f888c : bArr6; + bArr4 = bArr6 == null ? f838c : bArr6; } else { bArr4 = null; } diff --git a/app/src/main/java/c/i/a/c/e2/o/a.java b/app/src/main/java/c/i/a/c/e2/o/a.java index 96737ab42f..4e89ef3146 100644 --- a/app/src/main/java/c/i/a/c/e2/o/a.java +++ b/app/src/main/java/c/i/a/c/e2/o/a.java @@ -29,7 +29,7 @@ public final class a extends d { public final int[] b = new int[256]; /* renamed from: c reason: collision with root package name */ - public boolean f895c; + public boolean f845c; public int d; public int e; public int f; @@ -45,7 +45,7 @@ public final class a extends d { this.h = 0; this.i = 0; this.a.z(0); - this.f895c = false; + this.f845c = false; } } @@ -65,7 +65,7 @@ public final class a extends d { a aVar = this; w wVar3 = aVar.n; wVar3.a = bArr; - wVar3.f972c = i; + wVar3.f919c = i; int i4 = 0; wVar3.b = 0; if (wVar3.a() > 0 && wVar3.c() == 120) { @@ -74,7 +74,7 @@ public final class a extends d { } if (f0.x(wVar3, aVar.o, aVar.q)) { w wVar4 = aVar.o; - wVar3.B(wVar4.a, wVar4.f972c); + wVar3.B(wVar4.a, wVar4.f919c); } } aVar.p.a(); @@ -82,16 +82,16 @@ public final class a extends d { while (aVar.n.a() >= 3) { w wVar5 = aVar.n; C0095a aVar2 = aVar.p; - int i5 = wVar5.f972c; - int s = wVar5.s(); + int i5 = wVar5.f919c; + int s2 = wVar5.s(); int x2 = wVar5.x(); int i6 = wVar5.b + x2; if (i6 > i5) { wVar5.D(i5); cVar = null; } else { - if (s != 128) { - switch (s) { + if (s2 != 128) { + switch (s2) { case 20: Objects.requireNonNull(aVar2); if (x2 % 5 == 2) { @@ -100,17 +100,17 @@ public final class a extends d { int i7 = x2 / 5; int i8 = 0; while (i8 < i7) { - int s2 = wVar5.s(); - double s3 = (double) wVar5.s(); - double s4 = (double) (wVar5.s() - 128); - arrayList = arrayList; + int s3 = wVar5.s(); + double s4 = (double) wVar5.s(); double s5 = (double) (wVar5.s() - 128); - aVar2.b[s2] = (f0.h((int) ((1.402d * s4) + s3), 0, 255) << 16) | (wVar5.s() << 24) | (f0.h((int) ((s3 - (0.34414d * s5)) - (s4 * 0.71414d)), 0, 255) << 8) | f0.h((int) ((s5 * 1.772d) + s3), 0, 255); + arrayList = arrayList; + double s6 = (double) (wVar5.s() - 128); + aVar2.b[s3] = (f0.h((int) ((1.402d * s5) + s4), 0, 255) << 16) | (wVar5.s() << 24) | (f0.h((int) ((s4 - (0.34414d * s6)) - (s5 * 0.71414d)), 0, 255) << 8) | f0.h((int) ((s6 * 1.772d) + s4), 0, 255); i8++; wVar5 = wVar5; } wVar = wVar5; - aVar2.f895c = true; + aVar2.f845c = true; break; } wVar = wVar5; @@ -130,7 +130,7 @@ public final class a extends d { } w wVar6 = aVar2.a; int i10 = wVar6.b; - int i11 = wVar6.f972c; + int i11 = wVar6.f919c; if (i10 < i11 && i9 > 0) { int min = Math.min(i9, i11 - i10); wVar5.e(aVar2.a.a, i10, min); @@ -157,7 +157,7 @@ public final class a extends d { cVar = null; } else { wVar = wVar5; - if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f972c) == 0 || wVar2.b != i2 || !aVar2.f895c) { + if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f919c) == 0 || wVar2.b != i2 || !aVar2.f845c) { cVar = null; } else { wVar2.D(0); @@ -165,15 +165,15 @@ public final class a extends d { int[] iArr = new int[i12]; int i13 = 0; while (i13 < i12) { - int s6 = aVar2.a.s(); - if (s6 != 0) { + int s7 = aVar2.a.s(); + if (s7 != 0) { i3 = i13 + 1; - iArr[i13] = aVar2.b[s6]; + iArr[i13] = aVar2.b[s7]; } else { - int s7 = aVar2.a.s(); - if (s7 != 0) { - i3 = ((s7 & 64) == 0 ? s7 & 63 : ((s7 & 63) << 8) | aVar2.a.s()) + i13; - Arrays.fill(iArr, i13, i3, (s7 & 128) == 0 ? 0 : aVar2.b[aVar2.a.s()]); + int s8 = aVar2.a.s(); + if (s8 != 0) { + i3 = ((s8 & 64) == 0 ? s8 & 63 : ((s8 & 63) << 8) | aVar2.a.s()) + i13; + Arrays.fill(iArr, i13, i3, (s8 & 128) == 0 ? 0 : aVar2.b[aVar2.a.s()]); } } i13 = i3; diff --git a/app/src/main/java/c/i/a/c/e2/p/c.java b/app/src/main/java/c/i/a/c/e2/p/c.java index 06f6604706..9200e80c9d 100644 --- a/app/src/main/java/c/i/a/c/e2/p/c.java +++ b/app/src/main/java/c/i/a/c/e2/p/c.java @@ -5,11 +5,11 @@ public final class c { public int b; /* renamed from: c reason: collision with root package name */ - public final int f896c; + public final int f846c; public c(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f896c = i3; + this.f846c = i3; } } diff --git a/app/src/main/java/c/i/a/c/e2/q/a.java b/app/src/main/java/c/i/a/c/e2/q/a.java index fe5461889c..98ea7e4689 100644 --- a/app/src/main/java/c/i/a/c/e2/q/a.java +++ b/app/src/main/java/c/i/a/c/e2/q/a.java @@ -31,10 +31,10 @@ public final class a extends d { @Nullable public final b p; public Map q; + public float r = -3.4028235E38f; - /* renamed from: r reason: collision with root package name */ - public float f897r = -3.4028235E38f; - public float s = -3.4028235E38f; + /* renamed from: s reason: collision with root package name */ + public float f847s = -3.4028235E38f; public a(@Nullable List list) { super("SsaDecoder"); @@ -147,7 +147,7 @@ public final class a extends d { c.d.b.a.a.k0("Skipping invalid timing: ", g, "SsaDecoder"); } else { Map map = aVar.q; - c cVar = (map == null || (i8 = bVar2.f898c) == -1) ? null : map.get(split[i8].trim()); + c cVar = (map == null || (i8 = bVar2.f848c) == -1) ? null : map.get(split[i8].trim()); String str = split[bVar2.d]; Matcher matcher = c.b.a.matcher(str); PointF pointF = null; @@ -181,14 +181,14 @@ public final class a extends d { wVar2 = wVar; } else { String replace = c.b.a.matcher(str).replaceAll("").replace("\\N", "\n").replace("\\n", "\n").replace("\\h", " "); - float f6 = aVar.f897r; - float f7 = aVar.s; + float f6 = aVar.r; + float f7 = aVar.f847s; SpannableString spannableString = new SpannableString(replace); if (cVar != null) { - if (cVar.f899c != null) { + if (cVar.f849c != null) { bVar = bVar2; j = n3; - spannableString.setSpan(new ForegroundColorSpan(cVar.f899c.intValue()), 0, spannableString.length(), 33); + spannableString.setSpan(new ForegroundColorSpan(cVar.f849c.intValue()), 0, spannableString.length(), 33); } else { bVar = bVar2; j = n3; @@ -351,10 +351,10 @@ public final class a extends d { String K = f0.K(split[0].trim()); K.hashCode(); if (K.equals("playresx")) { - this.f897r = Float.parseFloat(split[1].trim()); + this.r = Float.parseFloat(split[1].trim()); } else if (K.equals("playresy")) { try { - this.s = Float.parseFloat(split[1].trim()); + this.f847s = Float.parseFloat(split[1].trim()); } catch (NumberFormatException unused) { } } @@ -466,7 +466,7 @@ public final class a extends d { String trim = split3[aVar.a].trim(); int i10 = aVar.b; int a = i10 != -1 ? c.a(split3[i10].trim()) : -1; - int i11 = aVar.f900c; + int i11 = aVar.f850c; Integer c5 = i11 != -1 ? c.c(split3[i11].trim()) : null; int i12 = aVar.d; if (i12 != -1) { diff --git a/app/src/main/java/c/i/a/c/e2/q/b.java b/app/src/main/java/c/i/a/c/e2/q/b.java index 3dff1b6805..4a5c4c2d0e 100644 --- a/app/src/main/java/c/i/a/c/e2/q/b.java +++ b/app/src/main/java/c/i/a/c/e2/q/b.java @@ -11,14 +11,14 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f898c; + public final int f848c; public final int d; public final int e; public b(int i, int i2, int i3, int i4, int i5) { this.a = i; this.b = i2; - this.f898c = i3; + this.f848c = i3; this.d = i4; this.e = i5; } diff --git a/app/src/main/java/c/i/a/c/e2/q/c.java b/app/src/main/java/c/i/a/c/e2/q/c.java index fb4b92d605..1f481b4dcd 100644 --- a/app/src/main/java/c/i/a/c/e2/q/c.java +++ b/app/src/main/java/c/i/a/c/e2/q/c.java @@ -19,7 +19,7 @@ public final class c { @ColorInt /* renamed from: c reason: collision with root package name */ - public final Integer f899c; + public final Integer f849c; public final float d; public final boolean e; public final boolean f; @@ -30,7 +30,7 @@ public final class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f900c; + public final int f850c; public final int d; public final int e; public final int f; @@ -39,7 +39,7 @@ public final class c { public a(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i; this.b = i2; - this.f900c = i3; + this.f850c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -53,7 +53,7 @@ public final class c { public static final Pattern b = Pattern.compile(f0.k("\\\\pos\\((%1$s),(%1$s)\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); /* renamed from: c reason: collision with root package name */ - public static final Pattern f901c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); + public static final Pattern f851c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); public static final Pattern d = Pattern.compile("\\\\an(\\d+)"); @Nullable @@ -61,7 +61,7 @@ public final class c { String str2; String str3; Matcher matcher = b.matcher(str); - Matcher matcher2 = f901c.matcher(str); + Matcher matcher2 = f851c.matcher(str); boolean find = matcher.find(); boolean find2 = matcher2.find(); if (find) { @@ -86,7 +86,7 @@ public final class c { public c(String str, int i, @Nullable @ColorInt Integer num, float f, boolean z2, boolean z3) { this.a = str; this.b = i; - this.f899c = num; + this.f849c = num; this.d = f; this.e = z2; this.f = z3; diff --git a/app/src/main/java/c/i/a/c/e2/s/b.java b/app/src/main/java/c/i/a/c/e2/s/b.java index d30cfd28b2..0557ce3eea 100644 --- a/app/src/main/java/c/i/a/c/e2/s/b.java +++ b/app/src/main/java/c/i/a/c/e2/s/b.java @@ -8,7 +8,7 @@ public final class b { public static final z b = z.l(2, "auto", "none"); /* renamed from: c reason: collision with root package name */ - public static final z f902c = z.t("dot", "sesame", "circle"); + public static final z f852c = z.t("dot", "sesame", "circle"); public static final z d = z.l(2, "filled", "open"); public static final z e = z.t("after", "before", "outside"); public final int f; diff --git a/app/src/main/java/c/i/a/c/e2/s/c.java b/app/src/main/java/c/i/a/c/e2/s/c.java index 0a531d7dcd..b69fab6dc2 100644 --- a/app/src/main/java/c/i/a/c/e2/s/c.java +++ b/app/src/main/java/c/i/a/c/e2/s/c.java @@ -35,16 +35,14 @@ public final class c extends d { public static final Pattern o = Pattern.compile("^([0-9]+(?:\\.[0-9]+)?)(h|m|s|ms|f|t)$"); public static final Pattern p = Pattern.compile("^(([0-9]*.)?[0-9]+)(px|em|%)$"); public static final Pattern q = Pattern.compile("^([-+]?\\d+\\.?\\d*?)%$"); + public static final Pattern r = Pattern.compile("^(\\d+\\.?\\d*?)% (\\d+\\.?\\d*?)%$"); - /* renamed from: r reason: collision with root package name */ - public static final Pattern f903r = Pattern.compile("^(\\d+\\.?\\d*?)% (\\d+\\.?\\d*?)%$"); - public static final Pattern s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); + /* renamed from: s reason: collision with root package name */ + public static final Pattern f853s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); public static final Pattern t = Pattern.compile("^(\\d+) (\\d+)$"); public static final b u = new b(30.0f, 1, 1); public static final a v = new a(32, 15); - - /* renamed from: w reason: collision with root package name */ - public final XmlPullParserFactory f904w; + public final XmlPullParserFactory w; /* compiled from: TtmlDecoder */ public static final class a { @@ -61,12 +59,12 @@ public final class c extends d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f905c; + public final int f854c; public b(float f, int i, int i2) { this.a = f; this.b = i; - this.f905c = i2; + this.f854c = i2; } } @@ -86,7 +84,7 @@ public final class c extends d { super("TtmlDecoder"); try { XmlPullParserFactory newInstance = XmlPullParserFactory.newInstance(); - this.f904w = newInstance; + this.w = newInstance; newInstance.setNamespaceAware(true); } catch (XmlPullParserException e) { throw new RuntimeException("Couldn't create XmlPullParserFactory instance", e); @@ -206,7 +204,7 @@ public final class c extends d { if (attributeValue3 != null) { i2 = Integer.parseInt(attributeValue3); } - int i3 = bVar.f905c; + int i3 = bVar.f854c; String attributeValue4 = xmlPullParser.getAttributeValue("http://www.w3.org/ns/ttml#parameter", "tickRate"); if (attributeValue4 != null) { i3 = Integer.parseInt(attributeValue4); @@ -248,9 +246,9 @@ public final class c extends d { if (t04 != null) { String t05 = c.c.a.a0.d.t0(xmlPullParser, "origin"); if (t05 != null) { - Pattern pattern = f903r; + Pattern pattern = r; Matcher matcher = pattern.matcher(t05); - Pattern pattern2 = s; + Pattern pattern2 = f853s; Matcher matcher2 = pattern2.matcher(t05); if (matcher.matches()) { try { @@ -857,7 +855,7 @@ public final class c extends d { fVar = k(fVar); try { fVar.b = i.a(attributeValue, false); - fVar.f908c = true; + fVar.f857c = true; break; } catch (IllegalArgumentException unused) { c.d.b.a.a.k0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); @@ -878,7 +876,7 @@ public final class c extends d { p.c("TtmlDecoder", "Failed to parse shear: " + attributeValue, e); } } - fVar.f909r = f; + fVar.r = f; break; case '\t': String K4 = f0.K(attributeValue); @@ -940,7 +938,7 @@ public final class c extends d { bVar = new b(i2, 0, i3); } else { a1 b2 = h.b(b.d, n2); - a1 b3 = h.b(b.f902c, n2); + a1 b3 = h.b(b.f852c, n2); if (!((h.a) b2).isEmpty() || !((h.a) b3).isEmpty()) { String str2 = (String) c.i.a.f.e.o.c.K(b2, "filled"); int hashCode4 = str2.hashCode(); @@ -1141,7 +1139,7 @@ public final class c extends d { parseDouble *= d2; break; case 3: - d = (double) bVar.f905c; + d = (double) bVar.f854c; parseDouble /= d; break; case 4: @@ -1162,7 +1160,7 @@ public final class c extends d { if (t0 == null) { return null; } - Matcher matcher = s.matcher(t0); + Matcher matcher = f853s.matcher(t0); if (!matcher.matches()) { c.d.b.a.a.k0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); return null; @@ -1184,7 +1182,7 @@ public final class c extends d { public f j(byte[] bArr, int i, boolean z2) throws SubtitleDecoderException { b bVar; try { - XmlPullParser newPullParser = this.f904w.newPullParser(); + XmlPullParser newPullParser = this.w.newPullParser(); HashMap hashMap = new HashMap(); HashMap hashMap2 = new HashMap(); HashMap hashMap3 = new HashMap(); diff --git a/app/src/main/java/c/i/a/c/e2/s/d.java b/app/src/main/java/c/i/a/c/e2/s/d.java index 42b289e2fb..276a5e1654 100644 --- a/app/src/main/java/c/i/a/c/e2/s/d.java +++ b/app/src/main/java/c/i/a/c/e2/s/d.java @@ -32,7 +32,7 @@ public final class d { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f906c; + public final boolean f855c; public final long d; public final long e; @Nullable @@ -54,7 +54,7 @@ public final class d { this.i = str4; this.f = fVar; this.g = strArr; - this.f906c = str2 != null; + this.f855c = str2 != null; this.d = j; this.e = j2; Objects.requireNonNull(str3); @@ -181,8 +181,8 @@ public final class d { if (R1.g == 1) { spannableStringBuilder.setSpan(new UnderlineSpan(), intValue, intValue2, 33); } - if (R1.f908c) { - if (R1.f908c) { + if (R1.f857c) { + if (R1.f857c) { c.c.a.a0.d.c(spannableStringBuilder, new ForegroundColorSpan(R1.b), intValue, intValue2, 33); } else { throw new IllegalStateException("Font color has not been defined."); @@ -269,10 +269,10 @@ public final class d { } else if (i == 3) { c.c.a.a0.d.c(spannableStringBuilder, new RelativeSizeSpan(R1.k / 100.0f), intValue, intValue2, 33); } - if (R1.f909r != Float.MAX_VALUE && "p".equals(this.a)) { - bVar.p = (R1.f909r * -90.0f) / 100.0f; + if (R1.r != Float.MAX_VALUE && "p".equals(this.a)) { + bVar.p = (R1.r * -90.0f) / 100.0f; } - bVar.f867c = R1.o; + bVar.f821c = R1.o; it2 = it; } } else { @@ -286,8 +286,8 @@ public final class d { i = R1.j; if (i == 1) { } - bVar.p = (R1.f909r * -90.0f) / 100.0f; - bVar.f867c = R1.o; + bVar.p = (R1.r * -90.0f) / 100.0f; + bVar.f821c = R1.o; it2 = it; } } @@ -302,8 +302,8 @@ public final class d { i = R1.j; if (i == 1) { } - bVar.p = (R1.f909r * -90.0f) / 100.0f; - bVar.f867c = R1.o; + bVar.p = (R1.r * -90.0f) / 100.0f; + bVar.f821c = R1.o; it2 = it; } } @@ -323,7 +323,7 @@ public final class d { if (!"".equals(this.h)) { str = this.h; } - if (this.f906c && z2) { + if (this.f855c && z2) { SpannableStringBuilder f = f(str, map); String str2 = this.b; Objects.requireNonNull(str2); diff --git a/app/src/main/java/c/i/a/c/e2/s/e.java b/app/src/main/java/c/i/a/c/e2/s/e.java index 903eafa738..bca31c0754 100644 --- a/app/src/main/java/c/i/a/c/e2/s/e.java +++ b/app/src/main/java/c/i/a/c/e2/s/e.java @@ -5,7 +5,7 @@ public final class e { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f907c; + public final float f856c; public final int d; public final int e; public final float f; @@ -17,7 +17,7 @@ public final class e { public e(String str, float f, float f2, int i, int i2, float f3, float f4, int i3, float f5, int i4) { this.a = str; this.b = f; - this.f907c = f2; + this.f856c = f2; this.d = i; this.e = i2; this.f = f3; diff --git a/app/src/main/java/c/i/a/c/e2/s/f.java b/app/src/main/java/c/i/a/c/e2/s/f.java index e7c0061742..3cd54d866e 100644 --- a/app/src/main/java/c/i/a/c/e2/s/f.java +++ b/app/src/main/java/c/i/a/c/e2/s/f.java @@ -9,7 +9,7 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f908c; + public boolean f857c; public int d; public boolean e; public int f = -1; @@ -27,18 +27,16 @@ public final class f { public int p = -1; @Nullable public b q; - - /* renamed from: r reason: collision with root package name */ - public float f909r = Float.MAX_VALUE; + public float r = Float.MAX_VALUE; public f a(@Nullable f fVar) { int i; Layout.Alignment alignment; String str; if (fVar != null) { - if (!this.f908c && fVar.f908c) { + if (!this.f857c && fVar.f857c) { this.b = fVar.b; - this.f908c = true; + this.f857c = true; } if (this.h == -1) { this.h = fVar.h; @@ -71,8 +69,8 @@ public final class f { if (this.q == null) { this.q = fVar.q; } - if (this.f909r == Float.MAX_VALUE) { - this.f909r = fVar.f909r; + if (this.r == Float.MAX_VALUE) { + this.r = fVar.r; } if (!this.e && fVar.e) { this.d = fVar.d; diff --git a/app/src/main/java/c/i/a/c/e2/s/g.java b/app/src/main/java/c/i/a/c/e2/s/g.java index 5bb4d14c66..b0553647b4 100644 --- a/app/src/main/java/c/i/a/c/e2/s/g.java +++ b/app/src/main/java/c/i/a/c/e2/s/g.java @@ -78,7 +78,7 @@ public final class g implements f { Bitmap decodeByteArray = BitmapFactory.decodeByteArray(decode, 0, decode.length); e eVar = map2.get(pair.first); Objects.requireNonNull(eVar); - arrayList2.add(new c(null, null, decodeByteArray, eVar.f907c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); + arrayList2.add(new c(null, null, decodeByteArray, eVar.f856c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); } } for (Map.Entry entry : treeMap.entrySet()) { @@ -130,7 +130,7 @@ public final class g implements f { if (spannableStringBuilder.length() > 0 && spannableStringBuilder.charAt(spannableStringBuilder.length() - 1) == '\n') { spannableStringBuilder.delete(spannableStringBuilder.length() - 1, spannableStringBuilder.length()); } - float f = eVar2.f907c; + float f = eVar2.f856c; int i9 = eVar2.d; bVar.d = f; bVar.e = i9; diff --git a/app/src/main/java/c/i/a/c/e2/t/a.java b/app/src/main/java/c/i/a/c/e2/t/a.java index 116687d7af..4056463e22 100644 --- a/app/src/main/java/c/i/a/c/e2/t/a.java +++ b/app/src/main/java/c/i/a/c/e2/t/a.java @@ -21,10 +21,10 @@ public final class a extends d { public final boolean o; public final int p; public final int q; + public final String r; - /* renamed from: r reason: collision with root package name */ - public final String f910r; - public final float s; + /* renamed from: s reason: collision with root package name */ + public final float f858s; public final int t; public a(List list) { @@ -35,22 +35,22 @@ public final class a extends d { byte[] bArr = list.get(0); this.p = bArr[24]; this.q = ((bArr[26] & 255) << 24) | ((bArr[27] & 255) << 16) | ((bArr[28] & 255) << 8) | (bArr[29] & 255); - this.f910r = "Serif".equals(f0.m(bArr, 43, bArr.length - 43)) ? "serif" : str; + this.r = "Serif".equals(f0.m(bArr, 43, bArr.length - 43)) ? "serif" : str; int i = bArr[25] * 20; this.t = i; z2 = (bArr[0] & 32) == 0 ? false : z2; this.o = z2; if (z2) { - this.s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); + this.f858s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); } else { - this.s = 0.85f; + this.f858s = 0.85f; } } else { this.p = 0; this.q = -1; - this.f910r = str; + this.r = str; this.o = false; - this.s = 0.85f; + this.f858s = 0.85f; this.t = -1; } } @@ -93,7 +93,7 @@ public final class a extends d { String str; w wVar = this.n; wVar.a = bArr; - wVar.f972c = i; + wVar.f919c = i; wVar.b = 0; int i2 = 2; int i3 = 1; @@ -110,7 +110,7 @@ public final class a extends d { str = wVar.q(x2, c.e); } } - str = wVar.q(x2, c.f1348c); + str = wVar.q(x2, c.f1275c); } if (str.isEmpty()) { return b.i; @@ -122,12 +122,12 @@ public final class a extends d { if (i5 != -1) { spannableStringBuilder.setSpan(new ForegroundColorSpan((i5 >>> 8) | ((i5 & 255) << 24)), 0, length, 16711713); } - String str2 = this.f910r; + String str2 = this.r; int length2 = spannableStringBuilder.length(); if (str2 != "sans-serif") { spannableStringBuilder.setSpan(new TypefaceSpan(str2), 0, length2, 16711713); } - float f = this.s; + float f = this.f858s; for (int i6 = 8; this.n.a() >= i6; i6 = 8) { w wVar2 = this.n; int i7 = wVar2.b; @@ -143,7 +143,7 @@ public final class a extends d { int x4 = wVar3.x(); int x5 = wVar3.x(); wVar3.E(i2); - int s = wVar3.s(); + int s2 = wVar3.s(); wVar3.E(i3); int f4 = wVar3.f(); if (x5 > spannableStringBuilder.length()) { @@ -156,7 +156,7 @@ public final class a extends d { if (x4 >= x5) { Log.w("Tx3gDecoder", c.d.b.a.a.p("Ignoring styl with start (", x4, ") >= end (", x5, ").")); } else { - l(spannableStringBuilder, s, this.p, x4, x5, 0); + l(spannableStringBuilder, s2, this.p, x4, x5, 0); if (f4 != this.q) { spannableStringBuilder.setSpan(new ForegroundColorSpan(((f4 & 255) << 24) | (f4 >>> 8)), x4, x5, 33); } diff --git a/app/src/main/java/c/i/a/c/e2/u/c.java b/app/src/main/java/c/i/a/c/e2/u/c.java index 537298054a..c67c126c8c 100644 --- a/app/src/main/java/c/i/a/c/e2/u/c.java +++ b/app/src/main/java/c/i/a/c/e2/u/c.java @@ -10,13 +10,13 @@ public final class c { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f911c = new StringBuilder(); + public final StringBuilder f859c = new StringBuilder(); public static String a(w wVar, StringBuilder sb) { boolean z2 = false; sb.setLength(0); int i = wVar.b; - int i2 = wVar.f972c; + int i2 = wVar.f919c; while (i < i2 && !z2) { char c2 = (char) wVar.a[i]; if ((c2 < 'A' || c2 > 'Z') && ((c2 < 'a' || c2 > 'z') && !((c2 >= '0' && c2 <= '9') || c2 == '#' || c2 == '-' || c2 == '.' || c2 == '_'))) { @@ -62,7 +62,7 @@ public final class c { } if (!z2) { int i = wVar.b; - int i2 = wVar.f972c; + int i2 = wVar.f919c; byte[] bArr = wVar.a; if (i + 2 <= i2) { int i3 = i + 1; diff --git a/app/src/main/java/c/i/a/c/e2/u/d.java b/app/src/main/java/c/i/a/c/e2/u/d.java index 300478c15e..20cbf2d251 100644 --- a/app/src/main/java/c/i/a/c/e2/u/d.java +++ b/app/src/main/java/c/i/a/c/e2/u/d.java @@ -22,7 +22,7 @@ public final class d extends c.i.a.c.e2.d { c cVar; w wVar = this.n; wVar.a = bArr; - wVar.f972c = i; + wVar.f919c = i; wVar.b = 0; ArrayList arrayList = new ArrayList(); while (this.n.a() > 0) { @@ -61,7 +61,7 @@ public final class d extends c.i.a.c.e2.d { } else { Pattern pattern = h.a; h.e eVar2 = new h.e(); - eVar2.f917c = charSequence; + eVar2.f865c = charSequence; cVar = eVar2.a().a(); } arrayList.add(cVar); diff --git a/app/src/main/java/c/i/a/c/e2/u/f.java b/app/src/main/java/c/i/a/c/e2/u/f.java index 4eef56fe89..1904db96c3 100644 --- a/app/src/main/java/c/i/a/c/e2/u/f.java +++ b/app/src/main/java/c/i/a/c/e2/u/f.java @@ -10,7 +10,7 @@ public final class f { public String b = ""; /* renamed from: c reason: collision with root package name */ - public Set f912c = Collections.emptySet(); + public Set f860c = Collections.emptySet(); public String d = ""; @Nullable public String e = null; diff --git a/app/src/main/java/c/i/a/c/e2/u/g.java b/app/src/main/java/c/i/a/c/e2/u/g.java index b0454cd42f..a02a56e11c 100644 --- a/app/src/main/java/c/i/a/c/e2/u/g.java +++ b/app/src/main/java/c/i/a/c/e2/u/g.java @@ -7,11 +7,11 @@ public final class g { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f913c; + public final long f861c; public g(c cVar, long j, long j2) { this.a = cVar; this.b = j; - this.f913c = j2; + this.f861c = j2; } } diff --git a/app/src/main/java/c/i/a/c/e2/u/h.java b/app/src/main/java/c/i/a/c/e2/u/h.java index 5b3a114a56..e50076e485 100644 --- a/app/src/main/java/c/i/a/c/e2/u/h.java +++ b/app/src/main/java/c/i/a/c/e2/u/h.java @@ -37,7 +37,7 @@ public final class h { public static final Pattern b = Pattern.compile("(\\S+?):(\\S+)"); /* renamed from: c reason: collision with root package name */ - public static final Map f914c; + public static final Map f862c; public static final Map d; /* compiled from: WebvttCueParser */ @@ -46,11 +46,11 @@ public final class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final int f915c; + public final int f863c; public b(c cVar, int i, a aVar) { this.b = cVar; - this.f915c = i; + this.f863c = i; } } @@ -60,13 +60,13 @@ public final class h { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f916c; + public final String f864c; public final Set d; public c(String str, int i, String str2, Set set) { this.b = i; this.a = str; - this.f916c = str2; + this.f864c = str2; this.d = set; } } @@ -94,7 +94,7 @@ public final class h { public long b = 0; /* renamed from: c reason: collision with root package name */ - public CharSequence f917c; + public CharSequence f865c; public int d = 2; public float e = -3.4028235E38f; public int f = 1; @@ -153,7 +153,7 @@ public final class h { } else { alignment = Layout.Alignment.ALIGN_CENTER; } - bVar.f867c = alignment; + bVar.f821c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -176,7 +176,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f917c; + charSequence = this.f865c; if (charSequence != null) { bVar.a = charSequence; } @@ -193,13 +193,13 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f917c; + charSequence = this.f865c; if (charSequence != null) { } return bVar; } alignment = Layout.Alignment.ALIGN_NORMAL; - bVar.f867c = alignment; + bVar.f821c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -215,7 +215,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f917c; + charSequence = this.f865c; if (charSequence != null) { } return bVar; @@ -232,7 +232,7 @@ public final class h { hashMap.put("magenta", Integer.valueOf(Color.rgb(255, 0, 255))); hashMap.put("blue", Integer.valueOf(Color.rgb(0, 0, 255))); hashMap.put("black", Integer.valueOf(Color.rgb(0, 0, 0))); - f914c = Collections.unmodifiableMap(hashMap); + f862c = Collections.unmodifiableMap(hashMap); HashMap hashMap2 = new HashMap(); hashMap2.put("bg_white", Integer.valueOf(Color.rgb(255, 255, 255))); hashMap2.put("bg_lime", Integer.valueOf(Color.rgb(0, 255, 0))); @@ -283,7 +283,7 @@ public final class h { break; case 2: for (String str3 : cVar.d) { - Map map = f914c; + Map map = f862c; if (map.containsKey(str3)) { spannableStringBuilder.setSpan(new ForegroundColorSpan(map.get(str3).intValue()), i2, length, 33); } else { @@ -317,7 +317,7 @@ public final class h { c4 = c3 != i3 ? c3 : 1; } int i8 = bVar.b.b - i7; - int i9 = bVar.f915c - i7; + int i9 = bVar.f863c - i7; CharSequence subSequence = spannableStringBuilder.subSequence(i8, i9); spannableStringBuilder.delete(i8, i9); spannableStringBuilder.setSpan(new c.i.a.c.e2.p.b(subSequence.toString(), c4), i5, i8, 33); @@ -495,10 +495,10 @@ public final class h { f fVar = list.get(i2); String str2 = cVar.a; Set set = cVar.d; - String str3 = cVar.f916c; - if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f912c.isEmpty() || !fVar.d.isEmpty()) { + String str3 = cVar.f864c; + if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f860c.isEmpty() || !fVar.d.isEmpty()) { int b2 = f.b(f.b(f.b(0, fVar.a, str, BasicMeasure.EXACTLY), fVar.b, str2, 2), fVar.d, str3, 4); - i = (b2 == -1 || !set.containsAll(fVar.f912c)) ? 0 : b2 + (fVar.f912c.size() * 4); + i = (b2 == -1 || !set.containsAll(fVar.f860c)) ? 0 : b2 + (fVar.f860c.size() * 4); } else { i = TextUtils.isEmpty(str2); } @@ -548,7 +548,7 @@ public final class h { sb.append(g.trim()); g = wVar.g(); } - eVar.f917c = f(str, sb.toString(), list); + eVar.f865c = f(str, sb.toString(), list); return new g(eVar.a().a(), eVar.a, eVar.b); } catch (NumberFormatException unused) { StringBuilder O = c.d.b.a.a.O("Skipping cue with bad header: "); diff --git a/app/src/main/java/c/i/a/c/e2/u/i.java b/app/src/main/java/c/i/a/c/e2/u/i.java index 44a0c801be..01ea86b97c 100644 --- a/app/src/main/java/c/i/a/c/e2/u/i.java +++ b/app/src/main/java/c/i/a/c/e2/u/i.java @@ -37,7 +37,7 @@ public final class i extends d { String sb; w wVar = this.n; wVar.a = bArr; - wVar.f972c = i; + wVar.f919c = i; int i2 = 0; wVar.b = 0; ArrayList arrayList2 = new ArrayList(); @@ -73,7 +73,7 @@ public final class i extends d { this.n.g(); c cVar2 = this.o; w wVar3 = this.n; - cVar2.f911c.setLength(i2); + cVar2.f859c.setLength(i2); int i5 = wVar3.b; do { } while (!TextUtils.isEmpty(wVar3.g())); @@ -82,7 +82,7 @@ public final class i extends d { ArrayList arrayList3 = new ArrayList(); while (true) { w wVar4 = cVar2.b; - StringBuilder sb2 = cVar2.f911c; + StringBuilder sb2 = cVar2.f859c; c.c(wVar4); if (wVar4.a() >= 5 && "::cue".equals(wVar4.p(5))) { int i6 = wVar4.b; @@ -93,7 +93,7 @@ public final class i extends d { str = ""; } else if ("(".equals(b)) { int i7 = wVar4.b; - int i8 = wVar4.f972c; + int i8 = wVar4.f919c; boolean z3 = false; while (i7 < i8 && !z3) { int i9 = i7 + 1; @@ -105,7 +105,7 @@ public final class i extends d { } else { str = null; } - if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f911c))) { + if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f859c))) { break; } f fVar = new f(); @@ -136,7 +136,7 @@ public final class i extends d { int i10 = r8 == true ? 1 : 0; int i11 = r8 == true ? 1 : 0; int i12 = r8 == true ? 1 : 0; - fVar.f912c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); + fVar.f860c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); } } boolean z5 = false; @@ -144,12 +144,12 @@ public final class i extends d { while (!z5) { w wVar5 = cVar2.b; int i13 = wVar5.b; - String b2 = c.b(wVar5, cVar2.f911c); + String b2 = c.b(wVar5, cVar2.f859c); boolean z6 = b2 == null || "}".equals(b2); if (!z6) { cVar2.b.D(i13); w wVar6 = cVar2.b; - StringBuilder sb3 = cVar2.f911c; + StringBuilder sb3 = cVar2.f859c; c.c(wVar6); String a = c.a(wVar6, sb3); if (!"".equals(a) && ":".equals(c.b(wVar6, sb3))) { diff --git a/app/src/main/java/c/i/a/c/e2/u/k.java b/app/src/main/java/c/i/a/c/e2/u/k.java index 312e88d1fc..c9cd536006 100644 --- a/app/src/main/java/c/i/a/c/e2/u/k.java +++ b/app/src/main/java/c/i/a/c/e2/u/k.java @@ -22,7 +22,7 @@ public final class k implements f { int i2 = i * 2; long[] jArr = this.j; jArr[i2] = gVar.b; - jArr[i2 + 1] = gVar.f913c; + jArr[i2 + 1] = gVar.f861c; } long[] jArr2 = this.j; long[] copyOf = Arrays.copyOf(jArr2, jArr2.length); diff --git a/app/src/main/java/c/i/a/c/f2/b.java b/app/src/main/java/c/i/a/c/f2/b.java index 261b3cff35..af220b789b 100644 --- a/app/src/main/java/c/i/a/c/f2/b.java +++ b/app/src/main/java/c/i/a/c/f2/b.java @@ -10,7 +10,7 @@ public final /* synthetic */ class b implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2741c; + int[] iArr = DefaultTrackSelector.f2318c; return 0; } } diff --git a/app/src/main/java/c/i/a/c/f2/c.java b/app/src/main/java/c/i/a/c/f2/c.java index 02ed8120e7..8948c319c0 100644 --- a/app/src/main/java/c/i/a/c/f2/c.java +++ b/app/src/main/java/c/i/a/c/f2/c.java @@ -10,7 +10,7 @@ public final /* synthetic */ class c implements Comparator { public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; - int[] iArr = DefaultTrackSelector.f2741c; + int[] iArr = DefaultTrackSelector.f2318c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/c/i/a/c/f2/e.java b/app/src/main/java/c/i/a/c/f2/e.java index effbb79f10..4f040a802b 100644 --- a/app/src/main/java/c/i/a/c/f2/e.java +++ b/app/src/main/java/c/i/a/c/f2/e.java @@ -12,7 +12,7 @@ public abstract class e implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final int[] f918c; + public final int[] f866c; public final Format[] d; public int e; @@ -27,12 +27,12 @@ public abstract class e implements g { this.d[i] = trackGroup.j[iArr[i]]; } Arrays.sort(this.d, a.i); - this.f918c = new int[this.b]; + this.f866c = new int[this.b]; int i2 = 0; while (true) { int i3 = this.b; if (i2 < i3) { - int[] iArr2 = this.f918c; + int[] iArr2 = this.f866c; Format format = this.d[i2]; int i4 = 0; while (true) { @@ -82,12 +82,12 @@ public abstract class e implements g { return false; } e eVar = (e) obj; - return this.a == eVar.a && Arrays.equals(this.f918c, eVar.f918c); + return this.a == eVar.a && Arrays.equals(this.f866c, eVar.f866c); } @Override // c.i.a.c.f2.j public final int f(int i) { - return this.f918c[i]; + return this.f866c[i]; } @Override // c.i.a.c.f2.g @@ -101,7 +101,7 @@ public abstract class e implements g { public int hashCode() { if (this.e == 0) { - this.e = Arrays.hashCode(this.f918c) + (System.identityHashCode(this.a) * 31); + this.e = Arrays.hashCode(this.f866c) + (System.identityHashCode(this.a) * 31); } return this.e; } @@ -122,6 +122,6 @@ public abstract class e implements g { @Override // c.i.a.c.f2.j public final int length() { - return this.f918c.length; + return this.f866c.length; } } diff --git a/app/src/main/java/c/i/a/c/f2/g.java b/app/src/main/java/c/i/a/c/f2/g.java index e73aca4dfd..23f8422da7 100644 --- a/app/src/main/java/c/i/a/c/f2/g.java +++ b/app/src/main/java/c/i/a/c/f2/g.java @@ -12,21 +12,21 @@ public interface g extends j { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int f919c; + public final int f867c; @Nullable public final Object d; public a(TrackGroup trackGroup, int... iArr) { this.a = trackGroup; this.b = iArr; - this.f919c = 0; + this.f867c = 0; this.d = null; } public a(TrackGroup trackGroup, int[] iArr, int i, @Nullable Object obj) { this.a = trackGroup; this.b = iArr; - this.f919c = i; + this.f867c = i; this.d = obj; } } diff --git a/app/src/main/java/c/i/a/c/f2/i.java b/app/src/main/java/c/i/a/c/f2/i.java index 87d27e2d70..530d15bc76 100644 --- a/app/src/main/java/c/i/a/c/f2/i.java +++ b/app/src/main/java/c/i/a/c/f2/i.java @@ -46,13 +46,13 @@ public abstract class i extends l { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final TrackGroupArray[] f920c; + public final TrackGroupArray[] f868c; public final int[] d; public final int[][][] e; public a(String[] strArr, int[] iArr, TrackGroupArray[] trackGroupArrayArr, int[] iArr2, int[][][] iArr3, TrackGroupArray trackGroupArray) { this.b = iArr; - this.f920c = trackGroupArrayArr; + this.f868c = trackGroupArrayArr; this.e = iArr3; this.d = iArr2; this.a = iArr.length; @@ -201,12 +201,12 @@ public abstract class i extends l { while (i24 < i23) { if (2 == aVar7.b[i24]) { if (!z11) { - TrackGroupArray trackGroupArray4 = aVar7.f920c[i24]; + TrackGroupArray trackGroupArray4 = aVar7.f868c[i24]; int[][] iArr16 = iArr12[i24]; int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2746z && (i25 & i26) != 0; + boolean z12 = parameters6.f2322z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -218,9 +218,9 @@ public abstract class i extends l { defaultTrackSelector = defaultTrackSelector2; int i28 = parameters7.q; iArr7 = iArr13; - int i29 = parameters7.f2742r; + int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.s; + int i30 = parameters7.f2319s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -228,9 +228,9 @@ public abstract class i extends l { aVar4 = aVar6; int i33 = parameters7.v; aVarArr = aVarArr2; - int i34 = parameters7.f2743w; + int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2744x; + int i35 = parameters7.f2320x; iArr8 = iArr16; int i36 = parameters7.B; parameters4 = parameters5; @@ -238,12 +238,12 @@ public abstract class i extends l { boolean z13 = parameters7.D; trackGroupArray2 = trackGroupArray4; if (trackGroup4.i < 2) { - iArr9 = DefaultTrackSelector.f2741c; + iArr9 = DefaultTrackSelector.f2318c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2741c; + iArr9 = DefaultTrackSelector.f2318c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2741c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2318c : c.l0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -354,7 +354,7 @@ public abstract class i extends l { Format format = trackGroup6.j[i44]; if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) { DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44))); - if ((eVar3.i || parameters4.f2745y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2321y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; @@ -386,7 +386,7 @@ public abstract class i extends l { parameters3 = parameters5; } aVar7 = aVar6; - z10 = z5 | (aVar6.f920c[i8].j > 0); + z10 = z5 | (aVar6.f868c[i8].j > 0); } else { defaultTrackSelector = defaultTrackSelector2; i9 = i23; @@ -413,7 +413,7 @@ public abstract class i extends l { while (i47 < i45) { if (1 == aVar7.b[i47]) { boolean z14 = parameters6.Q || !z10; - TrackGroupArray trackGroupArray5 = aVar7.f920c[i47]; + TrackGroupArray trackGroupArray5 = aVar7.f868c[i47]; int[][] iArr19 = iArr12[i47]; int i48 = iArr13[i47]; DefaultTrackSelector.a aVar9 = null; @@ -555,7 +555,7 @@ public abstract class i extends l { str = str8; parameters = parameters9; } else if (i60 != 3) { - TrackGroupArray trackGroupArray6 = aVar13.f920c[i58]; + TrackGroupArray trackGroupArray6 = aVar13.f868c[i58]; int[][] iArr23 = iArr12[i58]; TrackGroup trackGroup10 = null; DefaultTrackSelector.b bVar = null; @@ -595,7 +595,7 @@ public abstract class i extends l { str = str8; } else { parameters = parameters9; - TrackGroupArray trackGroupArray7 = aVar13.f920c[i58]; + TrackGroupArray trackGroupArray7 = aVar13.f868c[i58]; int[][] iArr25 = iArr12[i58]; TrackGroup trackGroup13 = null; DefaultTrackSelector.d dVar2 = null; @@ -661,7 +661,7 @@ public abstract class i extends l { if (parameters9.S.get(i69)) { aVarArr2[i69] = null; } else { - TrackGroupArray trackGroupArray8 = aVar13.f920c[i69]; + TrackGroupArray trackGroupArray8 = aVar13.f868c[i69]; Map map = parameters9.R.get(i69); if (map != null && map.containsKey(trackGroupArray8)) { Map map2 = parameters9.R.get(i69); @@ -809,7 +809,7 @@ public abstract class i extends l { int[] iArr29 = aVar19.b; if (iArr29.length != 0) { if (iArr29.length == 1) { - gVar = new h(aVar19.a, iArr29[0], aVar19.f919c, aVar19.d); + gVar = new h(aVar19.a, iArr29[0], aVar19.f867c, aVar19.d); } else { long j = (long) 25000; gVar = new d(aVar19.a, iArr29, dVar5, (long) 10000, j, j, 0.7f, 0.75f, l.get(i84), c.i.a.c.i2.g.a); @@ -844,7 +844,7 @@ public abstract class i extends l { if (i89 == 1) { if (gVar2 != null) { int[][] iArr30 = iArr12[i86]; - int a2 = aVar13.f920c[i86].a(gVar2.a()); + int a2 = aVar13.f868c[i86].a(gVar2.a()); int i90 = 0; while (true) { if (i90 >= gVar2.length()) { diff --git a/app/src/main/java/c/i/a/c/f2/k.java b/app/src/main/java/c/i/a/c/f2/k.java index 0c163737f5..1bbcb8eb10 100644 --- a/app/src/main/java/c/i/a/c/f2/k.java +++ b/app/src/main/java/c/i/a/c/f2/k.java @@ -8,7 +8,7 @@ public final class k { public final j[] b; /* renamed from: c reason: collision with root package name */ - public int f921c; + public int f869c; public k(j... jVarArr) { this.b = jVarArr; @@ -26,9 +26,9 @@ public final class k { } public int hashCode() { - if (this.f921c == 0) { - this.f921c = 527 + Arrays.hashCode(this.b); + if (this.f869c == 0) { + this.f869c = 527 + Arrays.hashCode(this.b); } - return this.f921c; + return this.f869c; } } diff --git a/app/src/main/java/c/i/a/c/f2/m.java b/app/src/main/java/c/i/a/c/f2/m.java index 188f1b229c..dc9dd3073d 100644 --- a/app/src/main/java/c/i/a/c/f2/m.java +++ b/app/src/main/java/c/i/a/c/f2/m.java @@ -9,19 +9,19 @@ public final class m { public final m1[] b; /* renamed from: c reason: collision with root package name */ - public final g[] f922c; + public final g[] f870c; @Nullable public final Object d; public m(m1[] m1VarArr, g[] gVarArr, @Nullable Object obj) { this.b = m1VarArr; - this.f922c = (g[]) gVarArr.clone(); + this.f870c = (g[]) gVarArr.clone(); this.d = obj; this.a = m1VarArr.length; } public boolean a(@Nullable m mVar, int i) { - return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f922c[i], mVar.f922c[i]); + return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f870c[i], mVar.f870c[i]); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/c/g0.java b/app/src/main/java/c/i/a/c/g0.java index 9fe9fd11da..fd5a46bde3 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -24,10 +24,10 @@ public abstract class g0 implements k1, l1 { public Format[] o; public long p; public long q = Long.MIN_VALUE; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f923r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f871s; public g0(int i) { this.i = i; @@ -63,7 +63,7 @@ public abstract class g0 implements k1, l1 { if (a == -4) { if (decoderInputBuffer.n()) { this.q = Long.MIN_VALUE; - return this.f923r ? -4 : -3; + return this.r ? -4 : -3; } long j = decoderInputBuffer.m + this.p; decoderInputBuffer.m = j; @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2695x != RecyclerView.FOREVER_NS) { + if (format.f2276x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2695x + this.p; + a2.o = format.f2276x + this.p; s0Var.b = a2.a(); } } @@ -96,7 +96,7 @@ public abstract class g0 implements k1, l1 { this.m = 0; this.n = null; this.o = null; - this.f923r = false; + this.r = false; B(); } @@ -118,7 +118,7 @@ public abstract class g0 implements k1, l1 { @Override // c.i.a.c.k1 public final void j(Format[] formatArr, f0 f0Var, long j, long j2) throws ExoPlaybackException { - d.D(!this.f923r); + d.D(!this.r); this.n = f0Var; this.q = j2; this.o = formatArr; @@ -128,7 +128,7 @@ public abstract class g0 implements k1, l1 { @Override // c.i.a.c.k1 public final void k() { - this.f923r = true; + this.r = true; } @Override // c.i.a.c.k1 @@ -199,14 +199,14 @@ public abstract class g0 implements k1, l1 { @Override // c.i.a.c.k1 public final void u(long j) throws ExoPlaybackException { - this.f923r = false; + this.r = false; this.q = j; D(j, false); } @Override // c.i.a.c.k1 public final boolean v() { - return this.f923r; + return this.r; } @Override // c.i.a.c.k1 @@ -228,14 +228,14 @@ public abstract class g0 implements k1, l1 { /* JADX WARNING: Removed duplicated region for block: B:17:0x0027 */ public final ExoPlaybackException z(Throwable th, @Nullable Format format, boolean z2) { int i; - if (format != null && !this.s) { - this.s = true; + if (format != null && !this.f871s) { + this.f871s = true; boolean z3 = false; try { i = a(format) & 7; } catch (ExoPlaybackException unused) { } finally { - this.s = z3; + this.f871s = z3; } return new ExoPlaybackException(1, th, null, getName(), this.l, format, format != null ? 4 : i, z2); } diff --git a/app/src/main/java/c/i/a/c/g2/e.java b/app/src/main/java/c/i/a/c/g2/e.java index c878579b6b..0dc6540686 100644 --- a/app/src/main/java/c/i/a/c/g2/e.java +++ b/app/src/main/java/c/i/a/c/g2/e.java @@ -14,7 +14,7 @@ public final /* synthetic */ class e implements Comparator { if (compare != 0) { return compare; } - int compareTo = cVar.f924c.compareTo(cVar2.f924c); + int compareTo = cVar.f872c.compareTo(cVar2.f872c); return compareTo != 0 ? compareTo : cVar.d.compareTo(cVar2.d); } } diff --git a/app/src/main/java/c/i/a/c/g2/f.java b/app/src/main/java/c/i/a/c/g2/f.java index e03acc5231..f2be11d115 100644 --- a/app/src/main/java/c/i/a/c/g2/f.java +++ b/app/src/main/java/c/i/a/c/g2/f.java @@ -14,7 +14,7 @@ public final /* synthetic */ class f implements Comparator { if (compare != 0) { return compare; } - int compareTo = cVar2.f924c.compareTo(cVar.f924c); + int compareTo = cVar2.f872c.compareTo(cVar.f872c); return compareTo != 0 ? compareTo : cVar2.d.compareTo(cVar.d); } } diff --git a/app/src/main/java/c/i/a/c/g2/g.java b/app/src/main/java/c/i/a/c/g2/g.java index 1798e20a9c..729c818ab1 100644 --- a/app/src/main/java/c/i/a/c/g2/g.java +++ b/app/src/main/java/c/i/a/c/g2/g.java @@ -109,7 +109,7 @@ public final class g extends View implements SubtitleView.a { c.b a = cVar.a(); a.g = -3.4028235E38f; a.h = Integer.MIN_VALUE; - a.f867c = null; + a.f821c = null; if (cVar.f == 0) { a.d = 1.0f - cVar.e; a.e = 0; @@ -140,7 +140,7 @@ public final class g extends View implements SubtitleView.a { if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2)))) { } jVar.i = cVar.b; - jVar.j = cVar.f866c; + jVar.j = cVar.f820c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -148,16 +148,16 @@ public final class g extends View implements SubtitleView.a { jVar.o = cVar.h; jVar.p = cVar.i; jVar.q = cVar.j; - jVar.f926r = cVar.k; - jVar.s = bVar.b; - jVar.t = bVar.f865c; + jVar.r = cVar.k; + jVar.f874s = bVar.b; + jVar.t = bVar.f819c; jVar.u = i8; - jVar.f927w = bVar.e; + jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f928x = S1; - jVar.f929y = S12; - jVar.f930z = f4; + jVar.f875x = S1; + jVar.f876y = S12; + jVar.f877z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -194,7 +194,7 @@ public final class g extends View implements SubtitleView.a { charSequence = jVar.i; i6 = size; charSequence2 = cVar.b; - if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f866c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.f926r == cVar.k && jVar.s == bVar.b && jVar.t == bVar.f865c && jVar.u == i8 && jVar.f927w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f928x == S1 && jVar.f929y == S12 && jVar.f930z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { + if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f820c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f874s == bVar.b && jVar.t == bVar.f819c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f875x == S1 && jVar.f876y == S12 && jVar.f877z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { jVar.a(canvas3, z4); canvas2 = canvas3; i5 = paddingLeft; @@ -204,7 +204,7 @@ public final class g extends View implements SubtitleView.a { f = S1; } else { jVar.i = cVar.b; - jVar.j = cVar.f866c; + jVar.j = cVar.f820c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -212,16 +212,16 @@ public final class g extends View implements SubtitleView.a { jVar.o = cVar.h; jVar.p = cVar.i; jVar.q = cVar.j; - jVar.f926r = cVar.k; - jVar.s = bVar.b; - jVar.t = bVar.f865c; + jVar.r = cVar.k; + jVar.f874s = bVar.b; + jVar.t = bVar.f819c; jVar.u = i8; - jVar.f927w = bVar.e; + jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f928x = S1; - jVar.f929y = S12; - jVar.f930z = f4; + jVar.f875x = S1; + jVar.f876y = S12; + jVar.f877z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -232,8 +232,8 @@ public final class g extends View implements SubtitleView.a { SpannableStringBuilder spannableStringBuilder = charSequence3 instanceof SpannableStringBuilder ? (SpannableStringBuilder) charSequence3 : new SpannableStringBuilder(jVar.i); int i20 = jVar.C - jVar.A; int i21 = jVar.D - jVar.B; - jVar.f.setTextSize(jVar.f928x); - int i22 = (int) ((jVar.f928x * 0.125f) + 0.5f); + jVar.f.setTextSize(jVar.f875x); + int i22 = (int) ((jVar.f875x * 0.125f) + 0.5f); int i23 = i22 * 2; int i24 = i20 - i23; float f5 = jVar.q; @@ -253,18 +253,18 @@ public final class g extends View implements SubtitleView.a { } else { i5 = paddingLeft; i4 = paddingTop; - if (jVar.f929y > 0.0f) { + if (jVar.f876y > 0.0f) { i3 = width; i2 = paddingBottom; i10 = 0; - spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f929y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); + spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f876y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); } else { i3 = width; i2 = paddingBottom; i10 = 0; } SpannableStringBuilder spannableStringBuilder2 = new SpannableStringBuilder(spannableStringBuilder); - if (jVar.f927w == 1) { + if (jVar.w == 1) { ForegroundColorSpan[] foregroundColorSpanArr = (ForegroundColorSpan[]) spannableStringBuilder2.getSpans(i10, spannableStringBuilder2.length(), ForegroundColorSpan.class); int i25 = 0; for (int length = foregroundColorSpanArr.length; i25 < length; length = length) { @@ -273,7 +273,7 @@ public final class g extends View implements SubtitleView.a { } } if (Color.alpha(jVar.t) > 0) { - int i26 = jVar.f927w; + int i26 = jVar.w; if (i26 == 0 || i26 == 2) { f = S1; spannableStringBuilder.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); @@ -365,7 +365,7 @@ public final class g extends View implements SubtitleView.a { if (i15 > i16) { } } else { - i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f930z)); + i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f877z)); } i13 = i14; jVar.E = new StaticLayout(spannableStringBuilder, jVar.f, i33, alignment, jVar.d, jVar.e, true); @@ -407,7 +407,7 @@ public final class g extends View implements SubtitleView.a { float f11 = (float) (i37 - i38); float f12 = (jVar.l * f11) + ((float) i38); int round2 = Math.round(f9 * jVar.q); - float f13 = jVar.f926r; + float f13 = jVar.r; int round3 = f13 != -3.4028235E38f ? Math.round(f11 * f13) : Math.round((((float) bitmap.getHeight()) / ((float) bitmap.getWidth())) * ((float) round2)); int i39 = jVar.p; if (i39 == 2) { diff --git a/app/src/main/java/c/i/a/c/g2/i.java b/app/src/main/java/c/i/a/c/g2/i.java index 96b14ba271..c877ed7492 100644 --- a/app/src/main/java/c/i/a/c/g2/i.java +++ b/app/src/main/java/c/i/a/c/g2/i.java @@ -26,13 +26,13 @@ public final class i { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f924c; + public final String f872c; public final String d; public c(int i, int i2, String str, String str2, a aVar) { this.a = i; this.b = i2; - this.f924c = str; + this.f872c = str; this.d = str2; } } diff --git a/app/src/main/java/c/i/a/c/g2/j.java b/app/src/main/java/c/i/a/c/g2/j.java index d450baeaef..0db3c4a3f2 100644 --- a/app/src/main/java/c/i/a/c/g2/j.java +++ b/app/src/main/java/c/i/a/c/g2/j.java @@ -28,7 +28,7 @@ public final class j { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f925c; + public final float f873c; public final float d; public final float e; public final TextPaint f; @@ -46,25 +46,23 @@ public final class j { public float o; public int p; public float q; + public float r; - /* renamed from: r reason: collision with root package name */ - public float f926r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f874s; public int t; public int u; public int v; - - /* renamed from: w reason: collision with root package name */ - public int f927w; + public int w; /* renamed from: x reason: collision with root package name */ - public float f928x; + public float f875x; /* renamed from: y reason: collision with root package name */ - public float f929y; + public float f876y; /* renamed from: z reason: collision with root package name */ - public float f930z; + public float f877z; public j(Context context) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(null, new int[]{16843287, 16843288}, 0, 0); @@ -74,7 +72,7 @@ public final class j { float round = (float) Math.round((((float) context.getResources().getDisplayMetrics().densityDpi) * 2.0f) / 160.0f); this.a = round; this.b = round; - this.f925c = round; + this.f873c = round; TextPaint textPaint = new TextPaint(); this.f = textPaint; textPaint.setAntiAlias(true); @@ -100,7 +98,7 @@ public final class j { this.g.setColor(this.u); canvas.drawRect((float) (-this.I), 0.0f, (float) (staticLayout.getWidth() + this.I), (float) staticLayout.getHeight(), this.g); } - int i = this.f927w; + int i = this.w; boolean z3 = true; if (i == 1) { this.f.setStrokeJoin(Paint.Join.ROUND); @@ -111,7 +109,7 @@ public final class j { } else if (i == 2) { TextPaint textPaint = this.f; float f = this.b; - float f2 = this.f925c; + float f2 = this.f873c; textPaint.setShadowLayer(f, f2, f2, this.v); } else if (i == 3 || i == 4) { if (i != 3) { @@ -123,14 +121,14 @@ public final class j { i2 = this.v; } float f3 = this.b / 2.0f; - this.f.setColor(this.s); + this.f.setColor(this.f874s); this.f.setStyle(Paint.Style.FILL); float f4 = -f3; this.f.setShadowLayer(this.b, f4, f4, i3); staticLayout2.draw(canvas); this.f.setShadowLayer(this.b, f3, f3, i2); } - this.f.setColor(this.s); + this.f.setColor(this.f874s); this.f.setStyle(Paint.Style.FILL); staticLayout.draw(canvas); this.f.setShadowLayer(0.0f, 0.0f, 0.0f, 0); diff --git a/app/src/main/java/c/i/a/c/g2/n.java b/app/src/main/java/c/i/a/c/g2/n.java index 2e6dc3e7ae..9078089692 100644 --- a/app/src/main/java/c/i/a/c/g2/n.java +++ b/app/src/main/java/c/i/a/c/g2/n.java @@ -174,7 +174,7 @@ public final class n extends FrameLayout implements SubtitleView.a { HashMap hashMap = new HashMap(); String str19 = "default_bg"; String str20 = "background-color:%s;"; - hashMap.put(d.Y(str19), f0.k(str20, d.e2(nVar.l.f865c))); + hashMap.put(d.Y(str19), f0.k(str20, d.e2(nVar.l.f819c))); int i9 = 0; while (i9 < nVar.k.size()) { c cVar2 = nVar.k.get(i9); @@ -223,7 +223,7 @@ public final class n extends FrameLayout implements SubtitleView.a { i2 = b; str2 = "fit-content"; } - Layout.Alignment alignment = cVar2.f866c; + Layout.Alignment alignment = cVar2.f820c; String str21 = "center"; if (alignment == null) { i3 = 2; @@ -372,7 +372,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } else { sb2.append("sesame"); } - str16 = f0.k("", sb2.toString(), cVar3.f896c != 2 ? "over right" : "under left"); + str16 = f0.k("", sb2.toString(), cVar3.f846c != 2 ? "over right" : "under left"); } f2 = f8; str12 = str2; @@ -496,7 +496,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } Collections.sort(dVar3.a, e.i); for (i.c cVar6 : dVar3.a) { - sb3.append(cVar6.f924c); + sb3.append(cVar6.f872c); } i18++; i19 = keyAt; @@ -657,7 +657,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } sb4.append(""); sb.insert(0, sb4.toString()); - this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1348c), 1), "text/html", "base64"); + this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1275c), 1), "text/html", "base64"); } @Override // android.widget.FrameLayout, android.view.View, android.view.ViewGroup diff --git a/app/src/main/java/c/i/a/c/g2/o/d.java b/app/src/main/java/c/i/a/c/g2/o/d.java index ca5e4bec33..fb7d7c8102 100644 --- a/app/src/main/java/c/i/a/c/g2/o/d.java +++ b/app/src/main/java/c/i/a/c/g2/o/d.java @@ -14,7 +14,7 @@ public final class d implements SensorEventListener { public final float[] b = new float[16]; /* renamed from: c reason: collision with root package name */ - public final float[] f931c = new float[16]; + public final float[] f878c = new float[16]; public final float[] d = new float[3]; public final Display e; public final a[] f; @@ -64,12 +64,12 @@ public final class d implements SensorEventListener { Matrix.rotateM(this.a, 0, 90.0f, 1.0f, 0.0f, 0.0f); float[] fArr3 = this.a; if (!this.g) { - c.a(this.f931c, fArr3); + c.a(this.f878c, fArr3); this.g = true; } float[] fArr4 = this.b; System.arraycopy(fArr3, 0, fArr4, 0, fArr4.length); - Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f931c, 0); + Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f878c, 0); float[] fArr5 = this.a; for (a aVar : this.f) { aVar.a(fArr5, f); diff --git a/app/src/main/java/c/i/a/c/g2/o/e.java b/app/src/main/java/c/i/a/c/g2/o/e.java index 7ec2d655e6..27c9f7ad51 100644 --- a/app/src/main/java/c/i/a/c/g2/o/e.java +++ b/app/src/main/java/c/i/a/c/g2/o/e.java @@ -9,7 +9,7 @@ public final class e { public static final String[] b = {"#extension GL_OES_EGL_image_external : require", "precision mediump float;", "uniform samplerExternalOES uTexture;", "varying vec2 vTexCoords;", "void main() {", " gl_FragColor = texture2D(uTexture, vTexCoords);", "}"}; /* renamed from: c reason: collision with root package name */ - public static final float[] f932c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; + public static final float[] f879c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] d = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 0.5f, 1.0f}; public static final float[] e = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] f = {0.5f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; @@ -32,14 +32,14 @@ public final class e { public final FloatBuffer b; /* renamed from: c reason: collision with root package name */ - public final FloatBuffer f933c; + public final FloatBuffer f880c; public final int d; public a(d.b bVar) { - float[] fArr = bVar.f988c; + float[] fArr = bVar.f934c; this.a = fArr.length / 3; this.b = c.c.a.a0.d.O(fArr); - this.f933c = c.c.a.a0.d.O(bVar.d); + this.f880c = c.c.a.a0.d.O(bVar.d); int i = bVar.b; if (i == 1) { this.d = 5; diff --git a/app/src/main/java/c/i/a/c/g2/o/f.java b/app/src/main/java/c/i/a/c/g2/o/f.java index 8bbc1251cc..441e2cf238 100644 --- a/app/src/main/java/c/i/a/c/g2/o/f.java +++ b/app/src/main/java/c/i/a/c/g2/o/f.java @@ -24,7 +24,7 @@ public final class f implements s, a { public final AtomicBoolean b = new AtomicBoolean(true); /* renamed from: c reason: collision with root package name */ - public final e f934c = new e(); + public final e f881c = new e(); public final c d = new c(); public final d0 e = new d0<>(); public final d0 f = new d0<>(); @@ -39,14 +39,14 @@ public final class f implements s, a { @Override // c.i.a.c.j2.x.a public void a(long j, float[] fArr) { - this.d.f986c.a(j, fArr); + this.d.f932c.a(j, fArr); } @Override // c.i.a.c.j2.x.a public void b() { this.e.b(); c cVar = this.d; - cVar.f986c.b(); + cVar.f932c.b(); cVar.d = false; this.b.set(true); } @@ -87,7 +87,7 @@ public final class f implements s, a { if (f4 == 1886547818) { wVar.E(8); int i8 = wVar.b; - int i9 = wVar.f972c; + int i9 = wVar.f919c; while (true) { if (i8 >= i9) { break; @@ -244,7 +244,7 @@ public final class f implements s, a { public SurfaceTexture d() { GLES20.glClearColor(0.5f, 0.5f, 0.5f, 1.0f); c.c.a.a0.d.r(); - e eVar = this.f934c; + e eVar = this.f881c; Objects.requireNonNull(eVar); int K = c.c.a.a0.d.K(TextUtils.join("\n", e.a), TextUtils.join("\n", e.b)); eVar.k = K; diff --git a/app/src/main/java/c/i/a/c/g2/o/h.java b/app/src/main/java/c/i/a/c/g2/o/h.java index d4ebcdfe9d..9b5ec6b98d 100644 --- a/app/src/main/java/c/i/a/c/g2/o/h.java +++ b/app/src/main/java/c/i/a/c/g2/o/h.java @@ -42,10 +42,10 @@ public final class h extends GLSurfaceView { public Surface p; @Nullable public g1.d q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f935r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f882s; public boolean t; /* compiled from: SphericalGLSurfaceView */ @@ -60,9 +60,7 @@ public final class h extends GLSurfaceView { public float o; public float p; public final float[] q; - - /* renamed from: r reason: collision with root package name */ - public final float[] f936r; + public final float[] r; public a(f fVar) { float[] fArr = new float[16]; @@ -72,7 +70,7 @@ public final class h extends GLSurfaceView { float[] fArr3 = new float[16]; this.n = fArr3; this.q = new float[16]; - this.f936r = new float[16]; + this.r = new float[16]; this.i = fVar; Matrix.setIdentityM(fArr, 0); Matrix.setIdentityM(fArr2, 0); @@ -99,8 +97,8 @@ public final class h extends GLSurfaceView { Long d; float[] fArr; synchronized (this) { - Matrix.multiplyMM(this.f936r, 0, this.l, 0, this.n, 0); - Matrix.multiplyMM(this.q, 0, this.m, 0, this.f936r, 0); + Matrix.multiplyMM(this.r, 0, this.l, 0, this.n, 0); + Matrix.multiplyMM(this.q, 0, this.m, 0, this.r, 0); } Matrix.multiplyMM(this.k, 0, this.j, 0, this.q, 0); f fVar = this.i; @@ -125,7 +123,7 @@ public final class h extends GLSurfaceView { if (l != null) { c cVar = fVar.d; float[] fArr3 = fVar.g; - float[] e = cVar.f986c.e(l.longValue()); + float[] e = cVar.f932c.e(l.longValue()); if (e != null) { float[] fArr4 = cVar.b; float f = e[0]; @@ -148,10 +146,10 @@ public final class h extends GLSurfaceView { } c.i.a.c.j2.x.d e2 = fVar.f.e(timestamp); if (e2 != null) { - e eVar = fVar.f934c; + e eVar = fVar.f881c; Objects.requireNonNull(eVar); if (e.a(e2)) { - eVar.h = e2.f987c; + eVar.h = e2.f933c; e.a aVar = new e.a(e2.a.a[0]); eVar.i = aVar; if (!e2.d) { @@ -162,7 +160,7 @@ public final class h extends GLSurfaceView { } } Matrix.multiplyMM(fVar.h, 0, fArr2, 0, fVar.g, 0); - e eVar2 = fVar.f934c; + e eVar2 = fVar.f881c; int i = fVar.i; float[] fArr5 = fVar.h; e.a aVar2 = eVar2.i; @@ -173,7 +171,7 @@ public final class h extends GLSurfaceView { GLES20.glEnableVertexAttribArray(eVar2.o); c.c.a.a0.d.r(); int i2 = eVar2.h; - GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f932c, 0); + GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f879c, 0); GLES20.glUniformMatrix4fv(eVar2.l, 1, false, fArr5, 0); GLES20.glActiveTexture(33984); GLES20.glBindTexture(36197, i); @@ -181,7 +179,7 @@ public final class h extends GLSurfaceView { c.c.a.a0.d.r(); GLES20.glVertexAttribPointer(eVar2.n, 3, 5126, false, 12, (Buffer) aVar2.b); c.c.a.a0.d.r(); - GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f933c); + GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f880c); c.c.a.a0.d.r(); GLES20.glDrawArrays(aVar2.d, 0, aVar2.a); c.c.a.a0.d.r(); @@ -226,14 +224,14 @@ public final class h extends GLSurfaceView { WindowManager windowManager = (WindowManager) context.getSystemService("window"); Objects.requireNonNull(windowManager); this.k = new d(windowManager.getDefaultDisplay(), iVar, aVar); - this.f935r = true; + this.r = true; setEGLContextClientVersion(2); setRenderer(aVar); setOnTouchListener(iVar); } public final void a() { - boolean z2 = this.f935r && this.s; + boolean z2 = this.r && this.f882s; Sensor sensor = this.j; if (sensor != null && z2 != this.t) { if (z2) { @@ -253,7 +251,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onPause() { - this.s = false; + this.f882s = false; a(); super.onPause(); } @@ -261,7 +259,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onResume() { super.onResume(); - this.s = true; + this.f882s = true; a(); } @@ -274,7 +272,7 @@ public final class h extends GLSurfaceView { } public void setUseSensorRotation(boolean z2) { - this.f935r = z2; + this.r = z2; a(); } diff --git a/app/src/main/java/c/i/a/c/h0.java b/app/src/main/java/c/i/a/c/h0.java index 8b017f59ac..ceeb4ccac7 100644 --- a/app/src/main/java/c/i/a/c/h0.java +++ b/app/src/main/java/c/i/a/c/h0.java @@ -7,7 +7,7 @@ public final class h0 { public static final UUID b = new UUID(1186680826959645954L, -5988876978535335093L); /* renamed from: c reason: collision with root package name */ - public static final UUID f937c = new UUID(-2129748144642739255L, 8654423357094679310L); + public static final UUID f884c = new UUID(-2129748144642739255L, 8654423357094679310L); public static final UUID d = new UUID(-1301668207276963122L, -6645017420763422227L); public static final UUID e = new UUID(-7348484286925749626L, -6083546864340672619L); diff --git a/app/src/main/java/c/i/a/c/h1.java b/app/src/main/java/c/i/a/c/h1.java index cc14735560..d2db24b60f 100644 --- a/app/src/main/java/c/i/a/c/h1.java +++ b/app/src/main/java/c/i/a/c/h1.java @@ -13,7 +13,7 @@ public final class h1 { public final a b; /* renamed from: c reason: collision with root package name */ - public final g f938c; + public final g f885c; public final r1 d; public int e; @Nullable @@ -38,7 +38,7 @@ public final class h1 { this.a = bVar; this.d = r1Var; this.g = looper; - this.f938c = gVar; + this.f885c = gVar; this.h = i; } @@ -46,14 +46,14 @@ public final class h1 { boolean z2; d.D(this.i); d.D(this.g.getThread() != Thread.currentThread()); - long c2 = this.f938c.c() + j; + long c2 = this.f885c.c() + j; while (true) { z2 = this.k; if (z2 || j <= 0) { break; } wait(j); - j = c2 - this.f938c.c(); + j = c2 - this.f885c.c(); } if (!z2) { throw new TimeoutException("Message delivery timed out."); diff --git a/app/src/main/java/c/i/a/c/h2/d.java b/app/src/main/java/c/i/a/c/h2/d.java index 3d1e5e5a18..8178a246bc 100644 --- a/app/src/main/java/c/i/a/c/h2/d.java +++ b/app/src/main/java/c/i/a/c/h2/d.java @@ -22,7 +22,7 @@ public interface d { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f939c; + public boolean f886c; public C0098a(Handler handler, a aVar) { this.a = handler; @@ -35,7 +35,7 @@ public interface d { while (it.hasNext()) { C0098a next = it.next(); if (next.b == aVar) { - next.f939c = true; + next.f886c = true; this.a.remove(next); } } diff --git a/app/src/main/java/c/i/a/c/h2/e.java b/app/src/main/java/c/i/a/c/h2/e.java index 99963dcb14..29e82b9ec7 100644 --- a/app/src/main/java/c/i/a/c/h2/e.java +++ b/app/src/main/java/c/i/a/c/h2/e.java @@ -11,7 +11,7 @@ public abstract class e implements j { public final ArrayList b = new ArrayList<>(1); /* renamed from: c reason: collision with root package name */ - public int f940c; + public int f887c; @Nullable public l d; @@ -24,7 +24,7 @@ public abstract class e implements j { Objects.requireNonNull(xVar); if (!this.b.contains(xVar)) { this.b.add(xVar); - this.f940c++; + this.f887c++; } } @@ -36,7 +36,7 @@ public abstract class e implements j { public final void o(int i) { l lVar = this.d; int i2 = f0.a; - for (int i3 = 0; i3 < this.f940c; i3++) { + for (int i3 = 0; i3 < this.f887c; i3++) { this.b.get(i3).e(this, lVar, this.a, i); } } @@ -44,21 +44,21 @@ public abstract class e implements j { public final void p() { l lVar = this.d; int i = f0.a; - for (int i2 = 0; i2 < this.f940c; i2++) { + for (int i2 = 0; i2 < this.f887c; i2++) { this.b.get(i2).a(this, lVar, this.a); } this.d = null; } public final void q(l lVar) { - for (int i = 0; i < this.f940c; i++) { + for (int i = 0; i < this.f887c; i++) { this.b.get(i).g(this, lVar, this.a); } } public final void r(l lVar) { this.d = lVar; - for (int i = 0; i < this.f940c; i++) { + for (int i = 0; i < this.f887c; i++) { this.b.get(i).b(this, lVar, this.a); } } diff --git a/app/src/main/java/c/i/a/c/h2/l.java b/app/src/main/java/c/i/a/c/h2/l.java index cca8a3e249..4be7e104ca 100644 --- a/app/src/main/java/c/i/a/c/h2/l.java +++ b/app/src/main/java/c/i/a/c/h2/l.java @@ -13,7 +13,7 @@ public final class l { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f941c; + public final int f888c; @Nullable public final byte[] d; public final Map e; @@ -32,7 +32,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public int f942c; + public int f889c; @Nullable public byte[] d; public Map e; @@ -47,7 +47,7 @@ public final class l { public b(l lVar, a aVar) { this.a = lVar.a; this.b = lVar.b; - this.f942c = lVar.f941c; + this.f889c = lVar.f888c; this.d = lVar.d; this.e = lVar.e; this.f = lVar.f; @@ -59,7 +59,7 @@ public final class l { public l a() { d.I(this.a, "The uri must be set."); - return new l(this.a, this.b, this.f942c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); + return new l(this.a, this.b, this.f889c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); } } @@ -74,7 +74,7 @@ public final class l { d.k(z2); this.a = uri; this.b = j; - this.f941c = i; + this.f888c = i; this.d = (bArr2 == null || bArr2.length == 0) ? null : bArr2; this.e = Collections.unmodifiableMap(new HashMap(map)); this.f = j2; @@ -107,7 +107,7 @@ public final class l { public String toString() { StringBuilder O = c.d.b.a.a.O("DataSpec["); - O.append(b(this.f941c)); + O.append(b(this.f888c)); O.append(" "); O.append(this.a); O.append(", "); diff --git a/app/src/main/java/c/i/a/c/h2/m.java b/app/src/main/java/c/i/a/c/h2/m.java index dad5c49474..d08cdc0e2f 100644 --- a/app/src/main/java/c/i/a/c/h2/m.java +++ b/app/src/main/java/c/i/a/c/h2/m.java @@ -9,7 +9,7 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final c[] f943c; + public final c[] f890c; public int d; public int e; public int f; @@ -22,7 +22,7 @@ public final class m { this.b = i; this.f = 0; this.g = new c[100]; - this.f943c = new c[1]; + this.f890c = new c[1]; } public synchronized void a(c[] cVarArr) { diff --git a/app/src/main/java/c/i/a/c/h2/n.java b/app/src/main/java/c/i/a/c/h2/n.java index 96f9171239..d1a03ff607 100644 --- a/app/src/main/java/c/i/a/c/h2/n.java +++ b/app/src/main/java/c/i/a/c/h2/n.java @@ -31,7 +31,7 @@ public final class n implements d, x { public static final u b = u.u(6100000L, 3800000L, 2100000L, 1300000L, 590000L); /* renamed from: c reason: collision with root package name */ - public static final u f944c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); + public static final u f891c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); public static final u d = u.u(2200000L, 1300000L, 930000L, 730000L, 530000L); public static final u e; public static final u f; @@ -48,10 +48,10 @@ public final class n implements d, x { public long o; public int p; public long q; + public long r; - /* renamed from: r reason: collision with root package name */ - public long f945r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f892s; public long t; /* compiled from: DefaultBandwidthMeter */ @@ -60,12 +60,12 @@ public final class n implements d, x { public final Handler b = new Handler(Looper.getMainLooper()); /* renamed from: c reason: collision with root package name */ - public final ArrayList> f946c = new ArrayList<>(); + public final ArrayList> f893c = new ArrayList<>(); public final void a() { - for (int size = this.f946c.size() - 1; size >= 0; size--) { - if (this.f946c.get(size).get() == null) { - this.f946c.remove(size); + for (int size = this.f893c.size() - 1; size >= 0; size--) { + if (this.f893c.get(size).get() == null) { + this.f893c.remove(size); } } } @@ -78,15 +78,15 @@ public final class n implements d, x { if (nVar.p != q) { nVar.p = q; if (q != 1 && q != 0 && q != 8) { - nVar.s = nVar.i(q); + nVar.f892s = nVar.i(q); long c2 = nVar.l.c(); - nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.s); + nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f892s); nVar.n = c2; nVar.o = 0; - nVar.f945r = 0; + nVar.r = 0; nVar.q = 0; z zVar = nVar.k; - zVar.f974c.clear(); + zVar.f921c.clear(); zVar.e = -1; zVar.f = 0; zVar.g = 0; @@ -99,8 +99,8 @@ public final class n implements d, x { public synchronized void onReceive(Context context, Intent intent) { if (!isInitialStickyBroadcast()) { a(); - for (int i = 0; i < this.f946c.size(); i++) { - n nVar = this.f946c.get(i).get(); + for (int i = 0; i < this.f893c.size(); i++) { + n nVar = this.f893c.get(i).get(); if (nVar != null) { b(nVar); } @@ -148,7 +148,7 @@ public final class n implements d, x { this.l = gVar; int q = context == null ? 0 : f0.q(context); this.p = q; - this.s = i(q); + this.f892s = i(q); if (context != null && z2) { a aVar3 = a.a; synchronized (a.class) { @@ -162,7 +162,7 @@ public final class n implements d, x { } synchronized (aVar) { aVar.a(); - aVar.f946c.add(new WeakReference<>(this)); + aVar.f893c.add(new WeakReference<>(this)); aVar.b.post(new b(aVar, this)); } } @@ -422,15 +422,15 @@ public final class n implements d, x { long c2 = this.l.c(); int i = (int) (c2 - this.n); this.q += (long) i; - long j = this.f945r; + long j = this.r; long j2 = this.o; - this.f945r = j + j2; + this.r = j + j2; if (i > 0) { this.k.a((int) Math.sqrt((double) j2), (((float) j2) * 8000.0f) / ((float) i)); - if (this.q >= 2000 || this.f945r >= Permission.VIEW_GUILD_ANALYTICS) { - this.s = (long) this.k.b(0.5f); + if (this.q >= 2000 || this.r >= Permission.VIEW_GUILD_ANALYTICS) { + this.f892s = (long) this.k.b(0.5f); } - k(i, this.o, this.s); + k(i, this.o, this.f892s); this.n = c2; this.o = 0; } @@ -494,7 +494,7 @@ public final class n implements d, x { Iterator it = this.j.a.iterator(); while (it.hasNext()) { d.a.C0097a.C0098a next = it.next(); - if (!next.f939c) { + if (!next.f886c) { next.a.post(new a(next, i, j, j2)); } } diff --git a/app/src/main/java/c/i/a/c/h2/o.java b/app/src/main/java/c/i/a/c/h2/o.java index d6a5e3efb2..5ab7fc3794 100644 --- a/app/src/main/java/c/i/a/c/h2/o.java +++ b/app/src/main/java/c/i/a/c/h2/o.java @@ -25,7 +25,7 @@ public final class o implements j { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final j f947c; + public final j f894c; @Nullable public j d; @Nullable @@ -46,7 +46,7 @@ public final class o implements j { public o(Context context, j jVar) { this.a = context.getApplicationContext(); Objects.requireNonNull(jVar); - this.f947c = jVar; + this.f894c = jVar; } @Override // c.i.a.c.h2.j @@ -103,7 +103,7 @@ public final class o implements j { throw new RuntimeException("Error instantiating RTMP extension", e); } if (this.g == null) { - this.g = this.f947c; + this.g = this.f894c; } } this.k = this.g; @@ -129,7 +129,7 @@ public final class o implements j { } this.k = this.j; } else { - this.k = this.f947c; + this.k = this.f894c; } return this.k.a(lVar); } @@ -150,7 +150,7 @@ public final class o implements j { @Override // c.i.a.c.h2.j public void d(x xVar) { Objects.requireNonNull(xVar); - this.f947c.d(xVar); + this.f894c.d(xVar); this.b.add(xVar); j jVar = this.d; if (jVar != null) { diff --git a/app/src/main/java/c/i/a/c/h2/q.java b/app/src/main/java/c/i/a/c/h2/q.java index 07da75c624..afd18f3d56 100644 --- a/app/src/main/java/c/i/a/c/h2/q.java +++ b/app/src/main/java/c/i/a/c/h2/q.java @@ -54,10 +54,10 @@ public class q extends e implements j { public InputStream o; public byte[] p; public boolean q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f948r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f895s; public long t; public long u; public long v; @@ -69,12 +69,12 @@ public class q extends e implements j { public String b; /* renamed from: c reason: collision with root package name */ - public int f949c = 8000; + public int f896c = 8000; public int d = 8000; /* renamed from: b */ public q a() { - return new q(this.b, this.f949c, this.d, false, this.a, null, null); + return new q(this.b, this.f896c, this.d, false, this.a, null, null); } } @@ -144,9 +144,9 @@ public class q extends e implements j { HttpURLConnection u = u(lVar); this.n = u; try { - this.f948r = u.getResponseCode(); + this.r = u.getResponseCode(); String responseMessage = u.getResponseMessage(); - int i = this.f948r; + int i = this.r; if (i < 200 || i > 299) { Map> headerFields = u.getHeaderFields(); InputStream errorStream = u.getErrorStream(); @@ -160,8 +160,8 @@ public class q extends e implements j { bArr = f0.f; } s(); - HttpDataSource$InvalidResponseCodeException httpDataSource$InvalidResponseCodeException = new HttpDataSource$InvalidResponseCodeException(this.f948r, responseMessage, headerFields, lVar, bArr); - if (this.f948r == 416) { + HttpDataSource$InvalidResponseCodeException httpDataSource$InvalidResponseCodeException = new HttpDataSource$InvalidResponseCodeException(this.r, responseMessage, headerFields, lVar, bArr); + if (this.r == 416) { httpDataSource$InvalidResponseCodeException.initCause(new DataSourceException(0)); } throw httpDataSource$InvalidResponseCodeException; @@ -169,11 +169,11 @@ public class q extends e implements j { String contentType = u.getContentType(); h hVar = this.l; if (hVar == null || hVar.apply(contentType)) { - if (this.f948r == 200) { + if (this.r == 200) { j = lVar.f; } j = 0; - this.s = j; + this.f895s = j; boolean equalsIgnoreCase = "gzip".equalsIgnoreCase(u.getHeaderField("Content-Encoding")); if (!equalsIgnoreCase) { long j3 = lVar.g; @@ -209,13 +209,13 @@ public class q extends e implements j { } } } - this.t = j2 == -1 ? j2 - this.s : -1; + this.t = j2 == -1 ? j2 - this.f895s : -1; } j2 = -1; headerField = u.getHeaderField("Content-Range"); if (!TextUtils.isEmpty(headerField)) { } - this.t = j2 == -1 ? j2 - this.s : -1; + this.t = j2 == -1 ? j2 - this.f895s : -1; } } else { this.t = lVar.g; @@ -346,7 +346,7 @@ public class q extends e implements j { HttpURLConnection v; l lVar2 = lVar; URL url = new URL(lVar2.a.toString()); - int i = lVar2.f941c; + int i = lVar2.f888c; byte[] bArr = lVar2.d; long j = lVar2.f; long j2 = lVar2.g; @@ -398,13 +398,13 @@ public class q extends e implements j { httpURLConnection.setRequestProperty((String) entry.getKey(), (String) entry.getValue()); } if (!(j == 0 && j2 == -1)) { - String r2 = c.d.b.a.a.r("bytes=", j, "-"); + String r = c.d.b.a.a.r("bytes=", j, "-"); if (j2 != -1) { - StringBuilder O = c.d.b.a.a.O(r2); + StringBuilder O = c.d.b.a.a.O(r); O.append((j + j2) - 1); - r2 = O.toString(); + r = O.toString(); } - httpURLConnection.setRequestProperty("Range", r2); + httpURLConnection.setRequestProperty("Range", r); } String str = this.i; if (str != null) { @@ -427,13 +427,13 @@ public class q extends e implements j { } public final void x() throws IOException { - if (this.u != this.s) { + if (this.u != this.f895s) { if (this.p == null) { this.p = new byte[4096]; } while (true) { long j = this.u; - long j2 = this.s; + long j2 = this.f895s; if (j != j2) { int min = (int) Math.min(j2 - j, (long) this.p.length); InputStream inputStream = this.o; diff --git a/app/src/main/java/c/i/a/c/h2/v.java b/app/src/main/java/c/i/a/c/h2/v.java index 865aed8f63..5dda644bf0 100644 --- a/app/src/main/java/c/i/a/c/h2/v.java +++ b/app/src/main/java/c/i/a/c/h2/v.java @@ -13,7 +13,7 @@ public final class v implements j { public long b; /* renamed from: c reason: collision with root package name */ - public Uri f950c = Uri.EMPTY; + public Uri f897c = Uri.EMPTY; public Map> d = Collections.emptyMap(); public v(j jVar) { @@ -23,12 +23,12 @@ public final class v implements j { @Override // c.i.a.c.h2.j public long a(l lVar) throws IOException { - this.f950c = lVar.a; + this.f897c = lVar.a; this.d = Collections.emptyMap(); long a = this.a.a(lVar); Uri m = m(); Objects.requireNonNull(m); - this.f950c = m; + this.f897c = m; this.d = j(); return a; } diff --git a/app/src/main/java/c/i/a/c/h2/w.java b/app/src/main/java/c/i/a/c/h2/w.java index 11450503ca..8892f051ff 100644 --- a/app/src/main/java/c/i/a/c/h2/w.java +++ b/app/src/main/java/c/i/a/c/h2/w.java @@ -12,7 +12,7 @@ public final class w implements j { public final h b; /* renamed from: c reason: collision with root package name */ - public boolean f951c; + public boolean f898c; public long d; public w(j jVar, h hVar) { @@ -30,9 +30,9 @@ public final class w implements j { } long j = lVar2.g; if (j == -1 && a != -1) { - lVar2 = j == a ? lVar2 : new l(lVar2.a, lVar2.b, lVar2.f941c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); + lVar2 = j == a ? lVar2 : new l(lVar2.a, lVar2.b, lVar2.f888c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); } - this.f951c = true; + this.f898c = true; this.b.a(lVar2); return this.d; } @@ -43,8 +43,8 @@ public final class w implements j { try { this.a.close(); } finally { - if (this.f951c) { - this.f951c = z2; + if (this.f898c) { + this.f898c = z2; this.b.close(); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/c.java b/app/src/main/java/c/i/a/c/h2/y/c.java index d77d5fba16..9525eb1ab9 100644 --- a/app/src/main/java/c/i/a/c/h2/y/c.java +++ b/app/src/main/java/c/i/a/c/h2/y/c.java @@ -25,7 +25,7 @@ public final class c implements j { @Nullable /* renamed from: c reason: collision with root package name */ - public final j f952c; + public final j f899c; public final j d; public final g e = a.b; @Nullable @@ -45,10 +45,10 @@ public final class c implements j { @Nullable public h p; public boolean q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f953r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f900s; public long t; /* compiled from: CacheDataSource */ @@ -67,7 +67,7 @@ public final class c implements j { this.h = (i & 2) != 0; this.i = (i & 4) != 0 ? true : z2; this.d = jVar; - this.f952c = new w(jVar, hVar); + this.f899c = new w(jVar, hVar); this.f = null; } @@ -86,9 +86,9 @@ public final class c implements j { this.k = a3; Cache cache = this.a; Uri uri = a3.a; - byte[] bArr = ((n) cache.b(str)).f959c.get("exo_redir"); + byte[] bArr = ((n) cache.b(str)).f906c.get("exo_redir"); Uri uri2 = null; - String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1348c) : null; + String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1275c) : null; if (str2 != null) { uri2 = Uri.parse(str2); } @@ -102,13 +102,13 @@ public final class c implements j { if (i == -1) { z2 = false; } - this.f953r = z2; + this.r = z2; if (z2 && (aVar = this.f) != null) { aVar.a(i); } long j = lVar.g; if (j == -1) { - if (!this.f953r) { + if (!this.r) { long a4 = k.a(this.a.b(str)); this.o = a4; if (a4 != -1) { @@ -137,9 +137,9 @@ public final class c implements j { this.j = null; this.n = 0; a aVar = this.f; - if (aVar != null && this.s > 0) { - aVar.b(this.a.h(), this.s); - this.s = 0; + if (aVar != null && this.f900s > 0) { + aVar.b(this.a.h(), this.f900s); + this.f900s = 0; } try { o(); @@ -204,7 +204,7 @@ public final class c implements j { String str = lVar.h; int i = f0.a; Uri uri = null; - if (this.f953r) { + if (this.r) { hVar = null; } else if (this.g) { try { @@ -252,14 +252,14 @@ public final class c implements j { a4.f = this.n; a4.g = j5; lVar2 = a4.a(); - jVar = this.f952c; + jVar = this.f899c; if (jVar == null) { jVar = this.d; this.a.i(hVar); hVar = null; } } - this.t = (this.f953r || jVar != this.d) ? RecyclerView.FOREVER_NS : this.n + 102400; + this.t = (this.r || jVar != this.d) ? RecyclerView.FOREVER_NS : this.n + 102400; if (z2) { d.D(this.l == this.d); if (jVar != this.d) { @@ -303,7 +303,7 @@ public final class c implements j { mVar.b.remove("exo_redir"); } } - if (this.l == this.f952c) { + if (this.l == this.f899c) { this.a.c(str, mVar); } } @@ -328,7 +328,7 @@ public final class c implements j { int read = jVar.read(bArr, i, i2); if (read != -1) { if (q()) { - this.s += (long) read; + this.f900s += (long) read; } long j = (long) read; this.n += j; @@ -383,7 +383,7 @@ public final class c implements j { public final void s(String str) throws IOException { this.o = 0; - if (this.l == this.f952c) { + if (this.l == this.f899c) { m mVar = new m(); m.a(mVar, this.n); this.a.c(str, mVar); diff --git a/app/src/main/java/c/i/a/c/h2/y/f.java b/app/src/main/java/c/i/a/c/h2/y/f.java index 84cbcfce0b..00e3267b5b 100644 --- a/app/src/main/java/c/i/a/c/h2/y/f.java +++ b/app/src/main/java/c/i/a/c/h2/y/f.java @@ -20,7 +20,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public String f954c; + public String f901c; public f(a aVar) { this.b = aVar; @@ -47,8 +47,8 @@ public final class f { @WorkerThread public Map a() throws DatabaseIOException { try { - Objects.requireNonNull(this.f954c); - Cursor query = this.b.getReadableDatabase().query(this.f954c, a, null, null, null, null, null); + Objects.requireNonNull(this.f901c); + Cursor query = this.b.getReadableDatabase().query(this.f901c, a, null, null, null, null, null); HashMap hashMap = new HashMap(query.getCount()); while (query.moveToNext()) { hashMap.put(query.getString(0), new e(query.getLong(1), query.getLong(2))); @@ -64,15 +64,15 @@ public final class f { public void b(long j) throws DatabaseIOException { try { String hexString = Long.toHexString(j); - this.f954c = "ExoPlayerCacheFileMetadata" + hexString; + this.f901c = "ExoPlayerCacheFileMetadata" + hexString; if (d.I0(this.b.getReadableDatabase(), 2, hexString) != 1) { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { d.Z1(writableDatabase, 2, hexString, 1); - String str = this.f954c; + String str = this.f901c; writableDatabase.execSQL("DROP TABLE IF EXISTS " + str); - writableDatabase.execSQL("CREATE TABLE " + this.f954c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); + writableDatabase.execSQL("CREATE TABLE " + this.f901c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); writableDatabase.setTransactionSuccessful(); } finally { writableDatabase.endTransaction(); @@ -85,14 +85,14 @@ public final class f { @WorkerThread public void c(Set set) throws DatabaseIOException { - Objects.requireNonNull(this.f954c); + Objects.requireNonNull(this.f901c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { Iterator it = set.iterator(); while (it.hasNext()) { - writableDatabase.delete(this.f954c, "name = ?", new String[]{it.next()}); + writableDatabase.delete(this.f901c, "name = ?", new String[]{it.next()}); } writableDatabase.setTransactionSuccessful(); } finally { @@ -105,14 +105,14 @@ public final class f { @WorkerThread public void d(String str, long j, long j2) throws DatabaseIOException { - Objects.requireNonNull(this.f954c); + Objects.requireNonNull(this.f901c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); ContentValues contentValues = new ContentValues(); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, str); contentValues.put("length", Long.valueOf(j)); contentValues.put("last_touch_timestamp", Long.valueOf(j2)); - writableDatabase.replaceOrThrow(this.f954c, null, contentValues); + writableDatabase.replaceOrThrow(this.f901c, null, contentValues); } catch (SQLException e) { throw new DatabaseIOException(e); } diff --git a/app/src/main/java/c/i/a/c/h2/y/i.java b/app/src/main/java/c/i/a/c/h2/y/i.java index 5faf9a1c14..63c4ffbb1e 100644 --- a/app/src/main/java/c/i/a/c/h2/y/i.java +++ b/app/src/main/java/c/i/a/c/h2/y/i.java @@ -9,7 +9,7 @@ public final class i { public final String b; /* renamed from: c reason: collision with root package name */ - public final TreeSet f955c = new TreeSet<>(); + public final TreeSet f902c = new TreeSet<>(); public final ArrayList d = new ArrayList<>(); public n e; @@ -69,7 +69,7 @@ public final class i { return false; } i iVar = (i) obj; - return this.a == iVar.a && this.b.equals(iVar.b) && this.f955c.equals(iVar.f955c) && this.e.equals(iVar.e); + return this.a == iVar.a && this.b.equals(iVar.b) && this.f902c.equals(iVar.f902c) && this.e.equals(iVar.e); } public int hashCode() { diff --git a/app/src/main/java/c/i/a/c/h2/y/j.java b/app/src/main/java/c/i/a/c/h2/y/j.java index 05796421c2..c7ee60d6a2 100644 --- a/app/src/main/java/c/i/a/c/h2/y/j.java +++ b/app/src/main/java/c/i/a/c/h2/y/j.java @@ -44,7 +44,7 @@ public class j { public final SparseArray b; /* renamed from: c reason: collision with root package name */ - public final SparseBooleanArray f956c; + public final SparseBooleanArray f903c; public final SparseBooleanArray d; public c e; @Nullable @@ -56,7 +56,7 @@ public class j { public final c.i.a.c.w1.a b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f957c = new SparseArray<>(); + public final SparseArray f904c = new SparseArray<>(); public String d; public String e; @@ -67,9 +67,9 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void a(i iVar, boolean z2) { if (z2) { - this.f957c.delete(iVar.a); + this.f904c.delete(iVar.a); } else { - this.f957c.put(iVar.a, null); + this.f904c.put(iVar.a, null); } } @@ -84,7 +84,7 @@ public class j { i(writableDatabase, iVar); } writableDatabase.setTransactionSuccessful(); - this.f957c.clear(); + this.f904c.clear(); } finally { writableDatabase.endTransaction(); } @@ -95,7 +95,7 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void c(i iVar) { - this.f957c.put(iVar.a, iVar); + this.f904c.put(iVar.a, iVar); } @Override // c.i.a.c.h2.y.j.c @@ -108,15 +108,15 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void e(HashMap hashMap) throws IOException { - if (this.f957c.size() != 0) { + if (this.f904c.size() != 0) { try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); - for (int i = 0; i < this.f957c.size(); i++) { + for (int i = 0; i < this.f904c.size(); i++) { try { - i valueAt = this.f957c.valueAt(i); + i valueAt = this.f904c.valueAt(i); if (valueAt == null) { - int keyAt = this.f957c.keyAt(i); + int keyAt = this.f904c.keyAt(i); String str = this.e; Objects.requireNonNull(str); writableDatabase.delete(str, "id = ?", new String[]{Integer.toString(keyAt)}); @@ -128,7 +128,7 @@ public class j { } } writableDatabase.setTransactionSuccessful(); - this.f957c.clear(); + this.f904c.clear(); writableDatabase.endTransaction(); } catch (SQLException e) { throw new DatabaseIOException(e); @@ -163,7 +163,7 @@ public class j { */ @Override // c.i.a.c.h2.y.j.c public void g(HashMap hashMap, SparseArray sparseArray) throws IOException { - d.D(this.f957c.size() == 0); + d.D(this.f904c.size() == 0); try { SQLiteDatabase readableDatabase = this.b.getReadableDatabase(); String str = this.d; @@ -252,7 +252,7 @@ public class j { @Nullable /* renamed from: c reason: collision with root package name */ - public final SecretKeySpec f958c; + public final SecretKeySpec f905c; @Nullable public final SecureRandom d; public final f e; @@ -288,7 +288,7 @@ public class j { } this.a = z2; this.b = cipher; - this.f958c = secretKeySpec; + this.f905c = secretKeySpec; this.d = z2 ? new SecureRandom() : secureRandom; this.e = new f(file); } @@ -323,7 +323,7 @@ public class j { secureRandom.nextBytes(bArr); dataOutputStream2.write(bArr); try { - this.b.init(1, this.f958c, new IvParameterSpec(bArr)); + this.b.init(1, this.f905c, new IvParameterSpec(bArr)); dataOutputStream2.flush(); dataOutputStream2 = new DataOutputStream(new CipherOutputStream(yVar2, this.b)); } catch (InvalidAlgorithmParameterException | InvalidKeyException e) { @@ -412,7 +412,7 @@ public class j { IvParameterSpec ivParameterSpec = new IvParameterSpec(bArr); try { Cipher cipher = this.b; - SecretKeySpec secretKeySpec = this.f958c; + SecretKeySpec secretKeySpec = this.f905c; int i = f0.a; cipher.init(2, secretKeySpec, ivParameterSpec); dataInputStream2 = new DataInputStream(new CipherInputStream(bufferedInputStream, this.b)); @@ -546,7 +546,7 @@ public class j { d.D((aVar == null && file == null) ? false : true); this.a = new HashMap<>(); this.b = new SparseArray<>(); - this.f956c = new SparseBooleanArray(); + this.f903c = new SparseBooleanArray(); this.d = new SparseBooleanArray(); b bVar = null; a aVar2 = aVar != null ? new a(aVar) : null; @@ -587,7 +587,7 @@ public class j { } public static void b(n nVar, DataOutputStream dataOutputStream) throws IOException { - Set> entrySet = nVar.f959c.entrySet(); + Set> entrySet = nVar.f906c.entrySet(); dataOutputStream.writeInt(entrySet.size()); for (Map.Entry entry : entrySet) { dataOutputStream.writeUTF(entry.getKey()); @@ -648,7 +648,7 @@ public class j { public void f(String str) { i iVar = this.a.get(str); - if (iVar != null && iVar.f955c.isEmpty() && iVar.d.isEmpty()) { + if (iVar != null && iVar.f902c.isEmpty() && iVar.d.isEmpty()) { this.a.remove(str); int i = iVar.a; boolean z2 = this.d.get(i); @@ -659,18 +659,18 @@ public class j { return; } this.b.put(i, null); - this.f956c.put(i, true); + this.f903c.put(i, true); } } @WorkerThread public void g() throws IOException { this.e.e(this.a); - int size = this.f956c.size(); + int size = this.f903c.size(); for (int i = 0; i < size; i++) { - this.b.remove(this.f956c.keyAt(i)); + this.b.remove(this.f903c.keyAt(i)); } - this.f956c.clear(); + this.f903c.clear(); this.d.clear(); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/k.java b/app/src/main/java/c/i/a/c/h2/y/k.java index e77944d845..e08bb2243e 100644 --- a/app/src/main/java/c/i/a/c/h2/y/k.java +++ b/app/src/main/java/c/i/a/c/h2/y/k.java @@ -4,7 +4,7 @@ import java.nio.ByteBuffer; /* compiled from: ContentMetadata */ public final /* synthetic */ class k { public static long a(l lVar) { - byte[] bArr = ((n) lVar).f959c.get("exo_len"); + byte[] bArr = ((n) lVar).f906c.get("exo_len"); if (bArr != null) { return ByteBuffer.wrap(bArr).getLong(); } diff --git a/app/src/main/java/c/i/a/c/h2/y/n.java b/app/src/main/java/c/i/a/c/h2/y/n.java index ad23ccef6b..77052af68e 100644 --- a/app/src/main/java/c/i/a/c/h2/y/n.java +++ b/app/src/main/java/c/i/a/c/h2/y/n.java @@ -16,14 +16,14 @@ public final class n implements l { public int b; /* renamed from: c reason: collision with root package name */ - public final Map f959c; + public final Map f906c; public n() { this(Collections.emptyMap()); } public n(Map map) { - this.f959c = Collections.unmodifiableMap(map); + this.f906c = Collections.unmodifiableMap(map); } public static boolean b(Map map, Map map2) { @@ -40,7 +40,7 @@ public final class n implements l { public n a(m mVar) { byte[] bArr; - HashMap hashMap = new HashMap(this.f959c); + HashMap hashMap = new HashMap(this.f906c); Objects.requireNonNull(mVar); List unmodifiableList = Collections.unmodifiableList(new ArrayList(mVar.b)); for (int i = 0; i < unmodifiableList.size(); i++) { @@ -60,7 +60,7 @@ public final class n implements l { if (value2 instanceof Long) { bArr = ByteBuffer.allocate(8).putLong(((Long) value2).longValue()).array(); } else if (value2 instanceof String) { - bArr = ((String) value2).getBytes(c.f1348c); + bArr = ((String) value2).getBytes(c.f1275c); } else if (value2 instanceof byte[]) { bArr = (byte[]) value2; } else { @@ -68,7 +68,7 @@ public final class n implements l { } hashMap.put(str, bArr); } - return b(this.f959c, hashMap) ? this : new n(hashMap); + return b(this.f906c, hashMap) ? this : new n(hashMap); } public boolean equals(@Nullable Object obj) { @@ -78,13 +78,13 @@ public final class n implements l { if (obj == null || n.class != obj.getClass()) { return false; } - return b(this.f959c, ((n) obj).f959c); + return b(this.f906c, ((n) obj).f906c); } public int hashCode() { if (this.b == 0) { int i = 0; - for (Map.Entry entry : this.f959c.entrySet()) { + for (Map.Entry entry : this.f906c.entrySet()) { i += Arrays.hashCode(entry.getValue()) ^ entry.getKey().hashCode(); } this.b = i; diff --git a/app/src/main/java/c/i/a/c/h2/y/p.java b/app/src/main/java/c/i/a/c/h2/y/p.java index b019e4d36c..89509c3098 100644 --- a/app/src/main/java/c/i/a/c/h2/y/p.java +++ b/app/src/main/java/c/i/a/c/h2/y/p.java @@ -18,7 +18,7 @@ public class p extends Thread { synchronized (this.j) { this.i.open(); q.j(this.j); - this.j.f960c.e(); + this.j.f907c.e(); } } } diff --git a/app/src/main/java/c/i/a/c/h2/y/q.java b/app/src/main/java/c/i/a/c/h2/y/q.java index 3a61bdeec5..8cba28a617 100644 --- a/app/src/main/java/c/i/a/c/h2/y/q.java +++ b/app/src/main/java/c/i/a/c/h2/y/q.java @@ -28,7 +28,7 @@ public final class q implements Cache { public final File b; /* renamed from: c reason: collision with root package name */ - public final d f960c; + public final d f907c; public final j d; @Nullable public final f e; @@ -48,7 +48,7 @@ public final class q implements Cache { } if (add) { this.b = file; - this.f960c = dVar; + this.f907c = dVar; this.d = jVar; this.e = fVar; this.f = new HashMap<>(); @@ -177,7 +177,7 @@ public final class q implements Cache { m(this.b); r(); } - this.f960c.a(this, str, j, j2); + this.f907c.a(this, str, j, j2); file = new File(this.b, Integer.toString(this.g.nextInt(10))); if (!file.exists()) { m(file); @@ -355,7 +355,7 @@ public final class q implements Cache { } public final void k(r rVar) { - this.d.d(rVar.i).f955c.add(rVar); + this.d.d(rVar.i).f902c.add(rVar); this.j += rVar.k; ArrayList arrayList = this.f.get(rVar.i); if (arrayList != null) { @@ -368,7 +368,7 @@ public final class q implements Cache { arrayList.get(size).d(this, rVar); } } - this.f960c.d(this, rVar); + this.f907c.d(this, rVar); } public synchronized void l() throws Cache.CacheException { @@ -387,9 +387,9 @@ public final class q implements Cache { } while (true) { r rVar = new r(iVar.b, j, -1, -9223372036854775807L, null); - floor = iVar.f955c.floor(rVar); + floor = iVar.f902c.floor(rVar); if (floor == null || floor.j + floor.k <= j) { - r ceiling = iVar.f955c.ceiling(rVar); + r ceiling = iVar.f902c.ceiling(rVar); if (ceiling != null) { long j4 = ceiling.j - j; if (j2 != -1) { @@ -440,7 +440,7 @@ public final class q implements Cache { boolean z2; i c2 = this.d.c(hVar.i); if (c2 != null) { - if (c2.f955c.remove(hVar)) { + if (c2.f902c.remove(hVar)) { File file = hVar.m; if (file != null) { file.delete(); @@ -455,9 +455,9 @@ public final class q implements Cache { String name = hVar.m.getName(); try { f fVar = this.e; - Objects.requireNonNull(fVar.f954c); + Objects.requireNonNull(fVar.f901c); try { - fVar.b.getWritableDatabase().delete(fVar.f954c, "name = ?", new String[]{name}); + fVar.b.getWritableDatabase().delete(fVar.f901c, "name = ?", new String[]{name}); } catch (SQLException e) { throw new DatabaseIOException(e); } @@ -477,7 +477,7 @@ public final class q implements Cache { arrayList.get(size).b(this, hVar); } } - this.f960c.b(this, hVar); + this.f907c.b(this, hVar); } } } @@ -485,7 +485,7 @@ public final class q implements Cache { public final void r() { ArrayList arrayList = new ArrayList(); for (i iVar : Collections.unmodifiableCollection(this.d.a.values())) { - Iterator it = iVar.f955c.iterator(); + Iterator it = iVar.f902c.iterator(); while (it.hasNext()) { r next = it.next(); if (next.m.length() != next.k) { @@ -522,7 +522,7 @@ public final class q implements Cache { z2 = true; } i iVar = this.d.a.get(str); - d.D(iVar.f955c.remove(rVar)); + d.D(iVar.f902c.remove(rVar)); File file3 = rVar.m; Objects.requireNonNull(file3); if (z2) { @@ -533,7 +533,7 @@ public final class q implements Cache { file = h; d.D(rVar.l); r rVar2 = new r(rVar.i, rVar.j, rVar.k, currentTimeMillis, file); - iVar.f955c.add(rVar2); + iVar.f902c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { int size = arrayList.size(); @@ -545,7 +545,7 @@ public final class q implements Cache { arrayList.get(size).c(this, rVar, rVar2); } } - this.f960c.c(this, rVar, rVar2); + this.f907c.c(this, rVar, rVar2); return rVar2; } Log.w("CachedContent", "Failed to rename " + file3 + " to " + h); @@ -553,11 +553,11 @@ public final class q implements Cache { file = file3; d.D(rVar.l); r rVar2 = new r(rVar.i, rVar.j, rVar.k, currentTimeMillis, file); - iVar.f955c.add(rVar2); + iVar.f902c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { } - this.f960c.c(this, rVar, rVar2); + this.f907c.c(this, rVar, rVar2); return rVar2; } } diff --git a/app/src/main/java/c/i/a/c/i2/a.java b/app/src/main/java/c/i/a/c/i2/a.java index c1db6402ec..1b6919d934 100644 --- a/app/src/main/java/c/i/a/c/i2/a.java +++ b/app/src/main/java/c/i/a/c/i2/a.java @@ -27,7 +27,7 @@ public final /* synthetic */ class a implements Runnable { if (i != -1) { cVar.b.a.append(i, true); } - cVar.f967c = true; + cVar.f914c = true; aVar.invoke(cVar.a); } } diff --git a/app/src/main/java/c/i/a/c/i2/b.java b/app/src/main/java/c/i/a/c/i2/b.java index 3b6ddc4da5..f113c00d91 100644 --- a/app/src/main/java/c/i/a/c/i2/b.java +++ b/app/src/main/java/c/i/a/c/i2/b.java @@ -24,12 +24,12 @@ public final /* synthetic */ class b implements Handler.Callback { Iterator it = oVar.e.iterator(); while (it.hasNext()) { o.c cVar = (o.c) it.next(); - l lVar = oVar.f966c; + l lVar = oVar.f913c; o.b bVar = oVar.d; - if (!cVar.d && cVar.f967c) { + if (!cVar.d && cVar.f914c) { E e = cVar.b; cVar.b = (t) lVar.get(); - cVar.f967c = false; + cVar.f914c = false; bVar.a(cVar.a, e); } if (oVar.b.a.hasMessages(0)) { diff --git a/app/src/main/java/c/i/a/c/i2/d.java b/app/src/main/java/c/i/a/c/i2/d.java index c58a14d52b..2a6898bc73 100644 --- a/app/src/main/java/c/i/a/c/i2/d.java +++ b/app/src/main/java/c/i/a/c/i2/d.java @@ -9,6 +9,6 @@ public final /* synthetic */ class d implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { int i2 = z.a; - return Float.compare(((z.b) obj).f975c, ((z.b) obj2).f975c); + return Float.compare(((z.b) obj).f922c, ((z.b) obj2).f922c); } } diff --git a/app/src/main/java/c/i/a/c/i2/d0.java b/app/src/main/java/c/i/a/c/i2/d0.java index 93fe9a060f..314c581a8e 100644 --- a/app/src/main/java/c/i/a/c/i2/d0.java +++ b/app/src/main/java/c/i/a/c/i2/d0.java @@ -10,18 +10,18 @@ public final class d0 { public V[] b = ((V[]) new Object[10]); /* renamed from: c reason: collision with root package name */ - public int f961c; + public int f908c; public int d; public synchronized void a(long j, V v) { int i = this.d; if (i > 0) { - if (j <= this.a[((this.f961c + i) - 1) % this.b.length]) { + if (j <= this.a[((this.f908c + i) - 1) % this.b.length]) { b(); } } c(); - int i2 = this.f961c; + int i2 = this.f908c; int i3 = this.d; V[] vArr = this.b; int length = (i2 + i3) % vArr.length; @@ -31,7 +31,7 @@ public final class d0 { } public synchronized void b() { - this.f961c = 0; + this.f908c = 0; this.d = 0; Arrays.fill(this.b, (Object) null); } @@ -42,18 +42,18 @@ public final class d0 { int i = length * 2; long[] jArr = new long[i]; V[] vArr = (V[]) new Object[i]; - int i2 = this.f961c; + int i2 = this.f908c; int i3 = length - i2; System.arraycopy(this.a, i2, jArr, 0, i3); - System.arraycopy(this.b, this.f961c, vArr, 0, i3); - int i4 = this.f961c; + System.arraycopy(this.b, this.f908c, vArr, 0, i3); + int i4 = this.f908c; if (i4 > 0) { System.arraycopy(this.a, 0, jArr, i3, i4); - System.arraycopy(this.b, 0, vArr, i3, this.f961c); + System.arraycopy(this.b, 0, vArr, i3, this.f908c); } this.a = jArr; this.b = vArr; - this.f961c = 0; + this.f908c = 0; } } @@ -62,7 +62,7 @@ public final class d0 { V v = null; long j2 = RecyclerView.FOREVER_NS; while (this.d > 0) { - long j3 = j - this.a[this.f961c]; + long j3 = j - this.a[this.f908c]; if (j3 < 0 && (z2 || (-j3) >= j2)) { break; } @@ -81,10 +81,10 @@ public final class d0 { public final V f() { d.D(this.d > 0); V[] vArr = this.b; - int i = this.f961c; + int i = this.f908c; V v = vArr[i]; vArr[i] = null; - this.f961c = (i + 1) % vArr.length; + this.f908c = (i + 1) % vArr.length; this.d--; return v; } diff --git a/app/src/main/java/c/i/a/c/i2/e0.java b/app/src/main/java/c/i/a/c/i2/e0.java index 99a378ad3d..5b10ddd09a 100644 --- a/app/src/main/java/c/i/a/c/i2/e0.java +++ b/app/src/main/java/c/i/a/c/i2/e0.java @@ -12,7 +12,7 @@ public final class e0 { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public long f962c = -9223372036854775807L; + public long f909c = -9223372036854775807L; public e0(long j) { this.a = j; @@ -22,14 +22,14 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - if (this.f962c != -9223372036854775807L) { - this.f962c = j; + if (this.f909c != -9223372036854775807L) { + this.f909c = j; } else { long j2 = this.a; if (j2 != RecyclerView.FOREVER_NS) { this.b = j2 - j; } - this.f962c = j; + this.f909c = j; notifyAll(); } return j + this.b; @@ -39,7 +39,7 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - long j2 = this.f962c; + long j2 = this.f909c; if (j2 != -9223372036854775807L) { long j3 = (j2 * 90000) / 1000000; long j4 = (Permission.REQUEST_TO_SPEAK + j3) / Permission.MANAGE_EVENTS; @@ -59,7 +59,7 @@ public final class e0 { j = -9223372036854775807L; if (this.a == RecyclerView.FOREVER_NS) { j = 0; - } else if (this.f962c != -9223372036854775807L) { + } else if (this.f909c != -9223372036854775807L) { j = this.b; } return j; diff --git a/app/src/main/java/c/i/a/c/i2/f0.java b/app/src/main/java/c/i/a/c/i2/f0.java index 26b0836def..e4d18e648e 100644 --- a/app/src/main/java/c/i/a/c/i2/f0.java +++ b/app/src/main/java/c/i/a/c/i2/f0.java @@ -36,7 +36,7 @@ public final class f0 { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f963c; + public static final String f910c; public static final String d; public static final String e; public static final byte[] f = new byte[0]; @@ -55,7 +55,7 @@ public final class f0 { String str2 = Build.DEVICE; b = str2; String str3 = Build.MANUFACTURER; - f963c = str3; + f910c = str3; String str4 = Build.MODEL; d = str4; e = str2 + ", " + str4 + ", " + str3 + ", " + i2; @@ -311,11 +311,11 @@ public final class f0 { } public static String l(byte[] bArr) { - return new String(bArr, c.f1348c); + return new String(bArr, c.f1275c); } public static String m(byte[] bArr, int i2, int i3) { - return new String(bArr, i2, i3, c.f1348c); + return new String(bArr, i2, i3, c.f1275c); } public static int n(int i2) { @@ -493,7 +493,7 @@ public final class f0 { } public static byte[] w(String str) { - return str.getBytes(c.f1348c); + return str.getBytes(c.f1275c); } public static boolean x(w wVar, w wVar2, @Nullable Inflater inflater) { diff --git a/app/src/main/java/c/i/a/c/i2/i.java b/app/src/main/java/c/i/a/c/i2/i.java index 7d155b4ff9..dff4fbf0ab 100644 --- a/app/src/main/java/c/i/a/c/i2/i.java +++ b/app/src/main/java/c/i/a/c/i2/i.java @@ -19,7 +19,7 @@ public final class i { public static final Pattern b = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f964c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); + public static final Pattern f911c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); public static final Map d; static { @@ -120,7 +120,7 @@ public final class i { throw new IllegalArgumentException(); } if (replace.startsWith("rgba")) { - Matcher matcher = (z2 ? f964c : b).matcher(replace); + Matcher matcher = (z2 ? f911c : b).matcher(replace); if (matcher.matches()) { if (z2) { String group = matcher.group(4); diff --git a/app/src/main/java/c/i/a/c/i2/n.java b/app/src/main/java/c/i/a/c/i2/n.java index 4fbabad5f3..d2cabcfe1b 100644 --- a/app/src/main/java/c/i/a/c/i2/n.java +++ b/app/src/main/java/c/i/a/c/i2/n.java @@ -7,7 +7,7 @@ public final class n { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f965c = 0; + public int f912c = 0; public int[] d; public int e; @@ -18,7 +18,7 @@ public final class n { } public void a(int i) { - int i2 = this.f965c; + int i2 = this.f912c; int[] iArr = this.d; if (i2 == iArr.length) { int length = iArr.length << 1; @@ -30,7 +30,7 @@ public final class n { System.arraycopy(iArr, i3, iArr2, 0, i4); System.arraycopy(this.d, 0, iArr2, i4, i3); this.a = 0; - this.b = this.f965c - 1; + this.b = this.f912c - 1; this.d = iArr2; this.e = length - 1; } else { @@ -40,17 +40,17 @@ public final class n { int i5 = (this.b + 1) & this.e; this.b = i5; this.d[i5] = i; - this.f965c++; + this.f912c++; } public int b() { - int i = this.f965c; + int i = this.f912c; if (i != 0) { int[] iArr = this.d; int i2 = this.a; int i3 = iArr[i2]; this.a = (i2 + 1) & this.e; - this.f965c = i - 1; + this.f912c = i - 1; return i3; } throw new NoSuchElementException(); diff --git a/app/src/main/java/c/i/a/c/i2/o.java b/app/src/main/java/c/i/a/c/i2/o.java index 7ac7cded28..5982437a23 100644 --- a/app/src/main/java/c/i/a/c/i2/o.java +++ b/app/src/main/java/c/i/a/c/i2/o.java @@ -13,7 +13,7 @@ public final class o { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final l f966c; + public final l f913c; public final b d; public final CopyOnWriteArraySet> e; public final ArrayDeque f = new ArrayDeque<>(); @@ -36,7 +36,7 @@ public final class o { public E b; /* renamed from: c reason: collision with root package name */ - public boolean f967c; + public boolean f914c; public boolean d; public c(T t, l lVar) { @@ -62,7 +62,7 @@ public final class o { public o(CopyOnWriteArraySet> copyOnWriteArraySet, Looper looper, g gVar, l lVar, b bVar) { this.a = gVar; this.e = copyOnWriteArraySet; - this.f966c = lVar; + this.f913c = lVar; this.d = bVar; this.b = gVar.b(looper, new b(this)); } @@ -94,7 +94,7 @@ public final class o { c next = it.next(); b bVar = this.d; next.d = true; - if (next.f967c) { + if (next.f914c) { bVar.a(next.a, next.b); } } diff --git a/app/src/main/java/c/i/a/c/i2/u.java b/app/src/main/java/c/i/a/c/i2/u.java index fd20aa4435..7c05d37b8c 100644 --- a/app/src/main/java/c/i/a/c/i2/u.java +++ b/app/src/main/java/c/i/a/c/i2/u.java @@ -8,7 +8,7 @@ public final class u { public static final float[] b = {1.0f, 1.0f, 1.0909091f, 0.90909094f, 1.4545455f, 1.2121212f, 2.1818182f, 1.8181819f, 2.909091f, 2.4242425f, 1.6363636f, 1.3636364f, 1.939394f, 1.6161616f, 1.3333334f, 1.5f, 2.0f}; /* renamed from: c reason: collision with root package name */ - public static final Object f968c = new Object(); + public static final Object f915c = new Object(); public static int[] d = new int[10]; /* compiled from: NalUnitUtil */ @@ -17,12 +17,12 @@ public final class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f969c; + public final boolean f916c; public a(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f969c = z2; + this.f916c = z2; } } @@ -32,7 +32,7 @@ public final class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f970c; + public final int f917c; public final int d; public final int e; public final int f; @@ -47,7 +47,7 @@ public final class u { public b(int i, int i2, int i3, int i4, int i5, int i6, float f, boolean z2, boolean z3, int i7, int i8, int i9, boolean z4) { this.a = i; this.b = i2; - this.f970c = i3; + this.f917c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -269,7 +269,7 @@ public final class u { public static int e(byte[] bArr, int i) { int i2; - synchronized (f968c) { + synchronized (f915c) { int i3 = 0; int i4 = 0; while (i3 < i) { diff --git a/app/src/main/java/c/i/a/c/i2/v.java b/app/src/main/java/c/i/a/c/i2/v.java index 34018964d8..a704de067b 100644 --- a/app/src/main/java/c/i/a/c/i2/v.java +++ b/app/src/main/java/c/i/a/c/i2/v.java @@ -7,7 +7,7 @@ public final class v { public int b; /* renamed from: c reason: collision with root package name */ - public int f971c; + public int f918c; public int d; public v() { @@ -28,32 +28,32 @@ public final class v { public final void a() { int i; int i2 = this.b; - d.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f971c == 0))); + d.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f918c == 0))); } public int b() { - return ((this.d - this.b) * 8) - this.f971c; + return ((this.d - this.b) * 8) - this.f918c; } public void c() { - if (this.f971c != 0) { - this.f971c = 0; + if (this.f918c != 0) { + this.f918c = 0; this.b++; a(); } } public int d() { - d.D(this.f971c == 0); + d.D(this.f918c == 0); return this.b; } public int e() { - return (this.b * 8) + this.f971c; + return (this.b * 8) + this.f918c; } public boolean f() { - boolean z2 = (this.a[this.b] & (128 >> this.f971c)) != 0; + boolean z2 = (this.a[this.b] & (128 >> this.f918c)) != 0; l(); return z2; } @@ -63,15 +63,15 @@ public final class v { if (i == 0) { return 0; } - this.f971c += i; + this.f918c += i; int i3 = 0; while (true) { - i2 = this.f971c; + i2 = this.f918c; if (i2 <= 8) { break; } int i4 = i2 - 8; - this.f971c = i4; + this.f918c = i4; byte[] bArr = this.a; int i5 = this.b; this.b = i5 + 1; @@ -81,7 +81,7 @@ public final class v { int i6 = this.b; int i7 = (-1 >>> (32 - i)) & (i3 | ((bArr2[i6] & 255) >> (8 - i2))); if (i2 == 8) { - this.f971c = 0; + this.f918c = 0; this.b = i6 + 1; } a(); @@ -96,7 +96,7 @@ public final class v { int i5 = i4 + 1; this.b = i5; byte b = bArr2[i4]; - int i6 = this.f971c; + int i6 = this.f918c; bArr[i] = (byte) (b << i6); bArr[i] = (byte) (((255 & bArr2[i5]) >> (8 - i6)) | bArr[i]); i++; @@ -104,22 +104,22 @@ public final class v { int i7 = i2 & 7; if (i7 != 0) { bArr[i3] = (byte) (bArr[i3] & (255 >> i7)); - int i8 = this.f971c; + int i8 = this.f918c; if (i8 + i7 > 8) { byte b2 = bArr[i3]; byte[] bArr3 = this.a; int i9 = this.b; this.b = i9 + 1; bArr[i3] = (byte) (b2 | ((bArr3[i9] & 255) << i8)); - this.f971c = i8 - 8; + this.f918c = i8 - 8; } - int i10 = this.f971c + i7; - this.f971c = i10; + int i10 = this.f918c + i7; + this.f918c = i10; byte[] bArr4 = this.a; int i11 = this.b; bArr[i3] = (byte) (((byte) (((255 & bArr4[i11]) >> (8 - i10)) << (8 - i7))) | bArr[i3]); if (i10 == 8) { - this.f971c = 0; + this.f918c = 0; this.b = i11 + 1; } a(); @@ -127,7 +127,7 @@ public final class v { } public void i(byte[] bArr, int i, int i2) { - d.D(this.f971c == 0); + d.D(this.f918c == 0); System.arraycopy(this.a, this.b, bArr, i, i2); this.b += i2; a(); @@ -136,22 +136,22 @@ public final class v { public void j(byte[] bArr, int i) { this.a = bArr; this.b = 0; - this.f971c = 0; + this.f918c = 0; this.d = i; } public void k(int i) { int i2 = i / 8; this.b = i2; - this.f971c = i - (i2 * 8); + this.f918c = i - (i2 * 8); a(); } public void l() { - int i = this.f971c + 1; - this.f971c = i; + int i = this.f918c + 1; + this.f918c = i; if (i == 8) { - this.f971c = 0; + this.f918c = 0; this.b++; } a(); @@ -161,17 +161,17 @@ public final class v { int i2 = i / 8; int i3 = this.b + i2; this.b = i3; - int i4 = (i - (i2 * 8)) + this.f971c; - this.f971c = i4; + int i4 = (i - (i2 * 8)) + this.f918c; + this.f918c = i4; if (i4 > 7) { this.b = i3 + 1; - this.f971c = i4 - 8; + this.f918c = i4 - 8; } a(); } public void n(int i) { - d.D(this.f971c == 0); + d.D(this.f918c == 0); this.b += i; a(); } diff --git a/app/src/main/java/c/i/a/c/i2/w.java b/app/src/main/java/c/i/a/c/i2/w.java index 500a65b475..faa10306f6 100644 --- a/app/src/main/java/c/i/a/c/i2/w.java +++ b/app/src/main/java/c/i/a/c/i2/w.java @@ -12,7 +12,7 @@ public final class w { public int b; /* renamed from: c reason: collision with root package name */ - public int f972c; + public int f919c; public w() { this.a = f0.f; @@ -20,39 +20,39 @@ public final class w { public w(int i) { this.a = new byte[i]; - this.f972c = i; + this.f919c = i; } public w(byte[] bArr) { this.a = bArr; - this.f972c = bArr.length; + this.f919c = bArr.length; } public w(byte[] bArr, int i) { this.a = bArr; - this.f972c = i; + this.f919c = i; } public void A(byte[] bArr) { int length = bArr.length; this.a = bArr; - this.f972c = length; + this.f919c = length; this.b = 0; } public void B(byte[] bArr, int i) { this.a = bArr; - this.f972c = i; + this.f919c = i; this.b = 0; } public void C(int i) { d.k(i >= 0 && i <= this.a.length); - this.f972c = i; + this.f919c = i; } public void D(int i) { - d.k(i >= 0 && i <= this.f972c); + d.k(i >= 0 && i <= this.f919c); this.b = i; } @@ -61,7 +61,7 @@ public final class w { } public int a() { - return this.f972c - this.b; + return this.f919c - this.b; } public void b(int i) { @@ -106,7 +106,7 @@ public final class w { return null; } int i = this.b; - while (i < this.f972c) { + while (i < this.f919c) { byte b = this.a[i]; int i2 = f0.a; if (b == 10 || b == 13) { @@ -125,7 +125,7 @@ public final class w { int i4 = this.b; String m = f0.m(bArr2, i4, i - i4); this.b = i; - int i5 = this.f972c; + int i5 = this.f919c; if (i == i5) { return m; } @@ -225,14 +225,14 @@ public final class w { return null; } int i = this.b; - while (i < this.f972c && this.a[i] != 0) { + while (i < this.f919c && this.a[i] != 0) { i++; } byte[] bArr = this.a; int i2 = this.b; String m = f0.m(bArr, i2, i - i2); this.b = i; - if (i < this.f972c) { + if (i < this.f919c) { this.b = i + 1; } return m; @@ -244,13 +244,13 @@ public final class w { } int i2 = this.b; int i3 = (i2 + i) - 1; - String m = f0.m(this.a, i2, (i3 >= this.f972c || this.a[i3] != 0) ? i : i - 1); + String m = f0.m(this.a, i2, (i3 >= this.f919c || this.a[i3] != 0) ? i : i - 1); this.b += i; return m; } public String p(int i) { - return q(i, c.f1348c); + return q(i, c.f1275c); } public String q(int i, Charset charset) { diff --git a/app/src/main/java/c/i/a/c/i2/x.java b/app/src/main/java/c/i/a/c/i2/x.java index df31e9c8e7..73cf70f2da 100644 --- a/app/src/main/java/c/i/a/c/i2/x.java +++ b/app/src/main/java/c/i/a/c/i2/x.java @@ -7,24 +7,24 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public int f973c; + public int f920c; public int d = 0; public x(byte[] bArr, int i, int i2) { this.a = bArr; - this.f973c = i; + this.f920c = i; this.b = i2; a(); } public final void a() { int i; - int i2 = this.f973c; + int i2 = this.f920c; d.D(i2 >= 0 && (i2 < (i = this.b) || (i2 == i && this.d == 0))); } public boolean b(int i) { - int i2 = this.f973c; + int i2 = this.f920c; int i3 = i / 8; int i4 = i2 + i3; int i5 = (this.d + i) - (i3 * 8); @@ -49,20 +49,20 @@ public final class x { } public boolean c() { - int i = this.f973c; + int i = this.f920c; int i2 = this.d; int i3 = 0; - while (this.f973c < this.b && !d()) { + while (this.f920c < this.b && !d()) { i3++; } - boolean z2 = this.f973c == this.b; - this.f973c = i; + boolean z2 = this.f920c == this.b; + this.f920c = i; this.d = i2; return !z2 && b((i3 * 2) + 1); } public boolean d() { - boolean z2 = (this.a[this.f973c] & (128 >> this.d)) != 0; + boolean z2 = (this.a[this.f920c] & (128 >> this.d)) != 0; j(); return z2; } @@ -81,22 +81,22 @@ public final class x { int i5 = i2 - 8; this.d = i5; byte[] bArr = this.a; - int i6 = this.f973c; + int i6 = this.f920c; i4 |= (bArr[i6] & 255) << i5; if (!i(i6 + 1)) { i3 = 1; } - this.f973c = i6 + i3; + this.f920c = i6 + i3; } byte[] bArr2 = this.a; - int i7 = this.f973c; + int i7 = this.f920c; int i8 = (-1 >>> (32 - i)) & (i4 | ((bArr2[i7] & 255) >> (8 - i2))); if (i2 == 8) { this.d = 0; if (!i(i7 + 1)) { i3 = 1; } - this.f973c = i7 + i3; + this.f920c = i7 + i3; } a(); return i8; @@ -122,7 +122,7 @@ public final class x { public void h(byte[] bArr, int i, int i2) { this.a = bArr; - this.f973c = i; + this.f920c = i; this.b = i2; this.d = 0; a(); @@ -144,33 +144,33 @@ public final class x { this.d = i2; if (i2 == 8) { this.d = 0; - int i3 = this.f973c; + int i3 = this.f920c; if (i(i3 + 1)) { i = 2; } - this.f973c = i3 + i; + this.f920c = i3 + i; } a(); } public void k(int i) { - int i2 = this.f973c; + int i2 = this.f920c; int i3 = i / 8; int i4 = i2 + i3; - this.f973c = i4; + this.f920c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; if (i5 > 7) { - this.f973c = i4 + 1; + this.f920c = i4 + 1; this.d = i5 - 8; } while (true) { i2++; - if (i2 > this.f973c) { + if (i2 > this.f920c) { a(); return; } else if (i(i2)) { - this.f973c++; + this.f920c++; i2 += 2; } } diff --git a/app/src/main/java/c/i/a/c/i2/z.java b/app/src/main/java/c/i/a/c/i2/z.java index 3d071f2f56..d2371d9ee0 100644 --- a/app/src/main/java/c/i/a/c/i2/z.java +++ b/app/src/main/java/c/i/a/c/i2/z.java @@ -8,7 +8,7 @@ public class z { public final int b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f974c = new ArrayList<>(); + public final ArrayList f921c = new ArrayList<>(); public final b[] d = new b[5]; public int e = -1; public int f; @@ -21,7 +21,7 @@ public class z { public int b; /* renamed from: c reason: collision with root package name */ - public float f975c; + public float f922c; public b() { } @@ -37,7 +37,7 @@ public class z { public void a(int i, float f) { b bVar; if (this.e != 1) { - Collections.sort(this.f974c, c.i); + Collections.sort(this.f921c, c.i); this.e = 1; } int i2 = this.h; @@ -53,19 +53,19 @@ public class z { this.f = i4 + 1; bVar.a = i4; bVar.b = i; - bVar.f975c = f; - this.f974c.add(bVar); + bVar.f922c = f; + this.f921c.add(bVar); this.g += i; while (true) { int i5 = this.g; int i6 = this.b; if (i5 > i6) { int i7 = i5 - i6; - b bVar2 = this.f974c.get(0); + b bVar2 = this.f921c.get(0); int i8 = bVar2.b; if (i8 <= i7) { this.g -= i8; - this.f974c.remove(0); + this.f921c.remove(0); int i9 = this.h; if (i9 < 5) { b[] bVarArr2 = this.d; @@ -84,22 +84,22 @@ public class z { public float b(float f) { if (this.e != 0) { - Collections.sort(this.f974c, d.i); + Collections.sort(this.f921c, d.i); this.e = 0; } float f2 = f * ((float) this.g); int i = 0; - for (int i2 = 0; i2 < this.f974c.size(); i2++) { - b bVar = this.f974c.get(i2); + for (int i2 = 0; i2 < this.f921c.size(); i2++) { + b bVar = this.f921c.get(i2); i += bVar.b; if (((float) i) >= f2) { - return bVar.f975c; + return bVar.f922c; } } - if (this.f974c.isEmpty()) { + if (this.f921c.isEmpty()) { return Float.NaN; } - ArrayList arrayList = this.f974c; - return arrayList.get(arrayList.size() - 1).f975c; + ArrayList arrayList = this.f921c; + return arrayList.get(arrayList.size() - 1).f922c; } } diff --git a/app/src/main/java/c/i/a/c/j0.java b/app/src/main/java/c/i/a/c/j0.java index 0c887181b2..6f28ab90d9 100644 --- a/app/src/main/java/c/i/a/c/j0.java +++ b/app/src/main/java/c/i/a/c/j0.java @@ -7,16 +7,16 @@ public class j0 implements i0 { public long b; /* renamed from: c reason: collision with root package name */ - public long f976c; + public long f923c; public j0() { - this.f976c = 15000; + this.f923c = 15000; this.b = 5000; this.a = new r1.c(); } public j0(long j, long j2) { - this.f976c = j; + this.f923c = j; this.b = j2; this.a = new r1.c(); } @@ -34,7 +34,7 @@ public class j0 implements i0 { if (!e() || !g1Var.k()) { return true; } - g(g1Var, this.f976c); + g(g1Var, this.f923c); return true; } @@ -82,7 +82,7 @@ public class j0 implements i0 { } public boolean e() { - return this.f976c > 0; + return this.f923c > 0; } public boolean f() { diff --git a/app/src/main/java/c/i/a/c/j2/j.java b/app/src/main/java/c/i/a/c/j2/j.java index 730ecf987d..9de63b5670 100644 --- a/app/src/main/java/c/i/a/c/j2/j.java +++ b/app/src/main/java/c/i/a/c/j2/j.java @@ -13,7 +13,7 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f977c; + public final int f924c; public final int d; public final float e; @Nullable @@ -22,7 +22,7 @@ public final class j { public j(List list, int i, int i2, int i3, float f, @Nullable String str) { this.a = list; this.b = i; - this.f977c = i2; + this.f924c = i2; this.d = i3; this.e = f; this.f = str; @@ -47,23 +47,23 @@ public final class j { int i2; try { wVar.E(4); - int s = (wVar.s() & 3) + 1; - if (s != 3) { + int s2 = (wVar.s() & 3) + 1; + if (s2 != 3) { ArrayList arrayList = new ArrayList(); - int s2 = wVar.s() & 31; - for (int i3 = 0; i3 < s2; i3++) { + int s3 = wVar.s() & 31; + for (int i3 = 0; i3 < s3; i3++) { arrayList.add(a(wVar)); } - int s3 = wVar.s(); - for (int i4 = 0; i4 < s3; i4++) { + int s4 = wVar.s(); + for (int i4 = 0; i4 < s4; i4++) { arrayList.add(a(wVar)); } - if (s2 > 0) { - u.b d = u.d((byte[]) arrayList.get(0), s, ((byte[]) arrayList.get(0)).length); + if (s3 > 0) { + u.b d = u.d((byte[]) arrayList.get(0), s2, ((byte[]) arrayList.get(0)).length); int i5 = d.e; int i6 = d.f; float f2 = d.g; - str = h.a(d.a, d.b, d.f970c); + str = h.a(d.a, d.b, d.f917c); i2 = i5; i = i6; f = f2; @@ -73,7 +73,7 @@ public final class j { i = -1; f = 1.0f; } - return new j(arrayList, s, i2, i, f, str); + return new j(arrayList, s2, i2, i, f, str); } throw new IllegalStateException(); } catch (ArrayIndexOutOfBoundsException e) { diff --git a/app/src/main/java/c/i/a/c/j2/k.java b/app/src/main/java/c/i/a/c/j2/k.java index ae6bfd396e..fcdfc58b2a 100644 --- a/app/src/main/java/c/i/a/c/j2/k.java +++ b/app/src/main/java/c/i/a/c/j2/k.java @@ -14,9 +14,9 @@ public final class k { public static k a(w wVar) { String str; wVar.E(2); - int s = wVar.s(); - int i = s >> 1; - int s2 = ((wVar.s() >> 3) & 31) | ((s & 1) << 5); + int s2 = wVar.s(); + int i = s2 >> 1; + int s3 = ((wVar.s() >> 3) & 31) | ((s2 & 1) << 5); if (i == 4 || i == 5 || i == 7) { str = "dvhe"; } else if (i == 8) { @@ -31,11 +31,11 @@ public final class k { String str2 = ".0"; sb.append(str2); sb.append(i); - if (s2 >= 10) { + if (s3 >= 10) { str2 = "."; } sb.append(str2); - sb.append(s2); - return new k(i, s2, sb.toString()); + sb.append(s3); + return new k(i, s3, sb.toString()); } } diff --git a/app/src/main/java/c/i/a/c/j2/l.java b/app/src/main/java/c/i/a/c/j2/l.java index e10ae6bfa2..3b230c32d0 100644 --- a/app/src/main/java/c/i/a/c/j2/l.java +++ b/app/src/main/java/c/i/a/c/j2/l.java @@ -7,7 +7,7 @@ public final class l { public a b = new a(); /* renamed from: c reason: collision with root package name */ - public boolean f978c; + public boolean f925c; public long d = -9223372036854775807L; public int e; @@ -17,7 +17,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public long f979c; + public long f926c; public long d; public long e; public long f; @@ -38,7 +38,7 @@ public final class l { this.f = j3; this.e = 1; } else { - long j4 = j - this.f979c; + long j4 = j - this.f926c; int i = (int) (j2 % 15); if (Math.abs(j4 - this.b) <= 1000000) { this.e++; @@ -57,7 +57,7 @@ public final class l { } } this.d++; - this.f979c = j; + this.f926c = j; } public void c() { diff --git a/app/src/main/java/c/i/a/c/j2/m.java b/app/src/main/java/c/i/a/c/j2/m.java index 04d918bc30..0612425fff 100644 --- a/app/src/main/java/c/i/a/c/j2/m.java +++ b/app/src/main/java/c/i/a/c/j2/m.java @@ -16,22 +16,22 @@ public final class m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f980c; + public final String f927c; public m(@Nullable List list, int i, @Nullable String str) { this.a = list; this.b = i; - this.f980c = str; + this.f927c = str; } public static m a(w wVar) throws ParserException { try { wVar.E(21); - int s = wVar.s() & 3; - int s2 = wVar.s(); + int s2 = wVar.s() & 3; + int s3 = wVar.s(); int i = wVar.b; int i2 = 0; - for (int i3 = 0; i3 < s2; i3++) { + for (int i3 = 0; i3 < s3; i3++) { wVar.E(1); int x2 = wVar.x(); for (int i4 = 0; i4 < x2; i4++) { @@ -44,8 +44,8 @@ public final class m { byte[] bArr = new byte[i2]; String str = null; int i5 = 0; - for (int i6 = 0; i6 < s2; i6++) { - int s3 = wVar.s() & 127; + for (int i6 = 0; i6 < s3; i6++) { + int s4 = wVar.s() & 127; int x4 = wVar.x(); for (int i7 = 0; i7 < x4; i7++) { int x5 = wVar.x(); @@ -53,14 +53,14 @@ public final class m { System.arraycopy(bArr2, 0, bArr, i5, bArr2.length); int length = i5 + bArr2.length; System.arraycopy(wVar.a, wVar.b, bArr, length, x5); - if (s3 == 33 && i7 == 0) { + if (s4 == 33 && i7 == 0) { str = h.b(new x(bArr, length, length + x5)); } i5 = length + x5; wVar.E(x5); } } - return new m(i2 == 0 ? null : Collections.singletonList(bArr), s + 1, str); + return new m(i2 == 0 ? null : Collections.singletonList(bArr), s2 + 1, str); } catch (ArrayIndexOutOfBoundsException e) { throw new ParserException("Error parsing HEVC config", e); } diff --git a/app/src/main/java/c/i/a/c/j2/n.java b/app/src/main/java/c/i/a/c/j2/n.java index 39e78b1ae6..ce6b170cc8 100644 --- a/app/src/main/java/c/i/a/c/j2/n.java +++ b/app/src/main/java/c/i/a/c/j2/n.java @@ -62,7 +62,7 @@ public class n extends MediaCodecRenderer { public final w.a U0; public final long V0; public final int W0; - public final boolean X0 = "NVIDIA".equals(f0.f963c); + public final boolean X0 = "NVIDIA".equals(f0.f910c); public a Y0; public boolean Z0; public boolean a1; @@ -100,12 +100,12 @@ public class n extends MediaCodecRenderer { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f981c; + public final int f928c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f981c = i3; + this.f928c = i3; } } @@ -1472,7 +1472,7 @@ public class n extends MediaCodecRenderer { case 0: case 4: String str2 = f0.d; - if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f963c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { + if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f910c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { i3 = f0.f(i2, 16) * f0.f(i, 16) * 16 * 16; i4 = 2; break; @@ -1518,7 +1518,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2696y, format.f2697z); + return G0(sVar, format.t, format.f2277y, format.f2278z); } int size = format.v.size(); int i = 0; @@ -1543,7 +1543,7 @@ public class n extends MediaCodecRenderer { if (aVar != null) { aVar.a.unregisterDisplayListener(aVar); } - t.b bVar = tVar.f983c; + t.b bVar = tVar.f930c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(2); } @@ -1592,7 +1592,7 @@ public class n extends MediaCodecRenderer { } t tVar = this.T0; if (tVar.b != null) { - t.b bVar = tVar.f983c; + t.b bVar = tVar.f930c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(1); t.a aVar2 = tVar.d; @@ -1710,12 +1710,12 @@ public class n extends MediaCodecRenderer { public e K(s sVar, Format format, Format format2) { e c2 = sVar.c(format, format2); int i = c2.e; - int i2 = format2.f2696y; + int i2 = format2.f2277y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2697z > aVar.b) { + if (i2 > aVar.a || format2.f2278z > aVar.b) { i |= 256; } - if (I0(sVar, format2) > this.Y0.f981c) { + if (I0(sVar, format2) > this.Y0.f928c) { i |= 64; } return new e(sVar.a, format, format2, i != 0 ? 0 : c2.d, i); @@ -1765,14 +1765,14 @@ public class n extends MediaCodecRenderer { MediaCodecInfo.VideoCapabilities videoCapabilities; Format[] formatArr; int G0; - String str2 = sVar.f817c; + String str2 = sVar.f776c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2696y; - int i4 = format.f2697z; + int i3 = format.f2277y; + int i4 = format.f2278z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2696y, format.f2697z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2277y, format.f2278z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1785,15 +1785,15 @@ public class n extends MediaCodecRenderer { Format format2 = formatArr2[i5]; if (format.F != null && format2.F == null) { Format.b a2 = format2.a(); - a2.f2700w = format.F; + a2.w = format.F; format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2696y; + int i6 = format2.f2277y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2697z == -1; + z4 |= i6 == -1 || format2.f2278z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2697z); + int max2 = Math.max(i4, format2.f2278z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1805,8 +1805,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2697z; - int i8 = format.f2696y; + int i7 = format.f2278z; + int i8 = format.f2277y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1863,8 +1863,8 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2696y); - mediaFormat.setInteger("height", format.f2697z); + mediaFormat.setInteger("width", format.f2277y); + mediaFormat.setInteger("height", format.f2278z); d.W1(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1876,7 +1876,7 @@ public class n extends MediaCodecRenderer { d.j1(mediaFormat, "profile", ((Integer) c2.first).intValue()); mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - d.j1(mediaFormat, "max-input-size", aVar.f981c); + d.j1(mediaFormat, "max-input-size", aVar.f928c); i2 = f0.a; if (i2 >= 23) { } @@ -1915,8 +1915,8 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2696y); - mediaFormat.setInteger("height", format.f2697z); + mediaFormat.setInteger("width", format.f2277y); + mediaFormat.setInteger("height", format.f2278z); d.W1(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1938,7 +1938,7 @@ public class n extends MediaCodecRenderer { } mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - d.j1(mediaFormat, "max-input-size", aVar.f981c); + d.j1(mediaFormat, "max-input-size", aVar.f928c); i2 = f0.a; if (i2 >= 23) { mediaFormat.setInteger("priority", 0); @@ -2122,12 +2122,12 @@ public class n extends MediaCodecRenderer { Objects.requireNonNull(byteBuffer); if (byteBuffer.remaining() >= 7) { byte b2 = byteBuffer.get(); - short s = byteBuffer.getShort(); short s2 = byteBuffer.getShort(); + short s3 = byteBuffer.getShort(); byte b3 = byteBuffer.get(); byte b4 = byteBuffer.get(); byteBuffer.position(0); - if (b2 == -75 && s == 60 && s2 == 1 && b3 == 4 && b4 == 0) { + if (b2 == -75 && s2 == 60 && s3 == 1 && b3 == 4 && b4 == 0) { byte[] bArr = new byte[byteBuffer.remaining()]; byteBuffer.get(bArr); byteBuffer.position(0); @@ -2215,8 +2215,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2696y; - this.t1 = format.f2697z; + this.s1 = format.f2277y; + this.t1 = format.f2278z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); @@ -2241,7 +2241,7 @@ public class n extends MediaCodecRenderer { l lVar = tVar.a; lVar.a.c(); lVar.b.c(); - lVar.f978c = false; + lVar.f925c = false; lVar.d = -9223372036854775807L; lVar.e = 0; tVar.e(); @@ -2310,22 +2310,22 @@ public class n extends MediaCodecRenderer { long j8 = j3 * 1000; lVar.a.b(j8); if (lVar.a.a()) { - lVar.f978c = false; + lVar.f925c = false; } else if (lVar.d != -9223372036854775807L) { - if (lVar.f978c) { + if (lVar.f925c) { l.a aVar = lVar.b; long j9 = aVar.d; } lVar.b.c(); lVar.b.b(lVar.d); - lVar.f978c = true; + lVar.f925c = true; lVar.b.b(j8); } - if (lVar.f978c && lVar.b.a()) { + if (lVar.f925c && lVar.b.a()) { l.a aVar2 = lVar.a; lVar.a = lVar.b; lVar.b = aVar2; - lVar.f978c = false; + lVar.f925c = false; } lVar.d = j8; lVar.e = lVar.a.a() ? 0 : lVar.e + 1; @@ -2394,7 +2394,7 @@ public class n extends MediaCodecRenderer { } tVar2.n = tVar2.m; tVar2.o = j14; - t.b bVar = tVar2.f983c; + t.b bVar = tVar2.f930c; if (!(bVar == null || tVar2.k == -9223372036854775807L)) { long j17 = bVar.j; if (j17 != -9223372036854775807L) { @@ -2596,7 +2596,7 @@ public class n extends MediaCodecRenderer { if (!c.i.a.c.i2.s.j(format.t)) { return 0; } - boolean z2 = format.f2694w != null; + boolean z2 = format.w != null; List H0 = H0(tVar, format, z2, false); if (z2 && H0.isEmpty()) { H0 = H0(tVar, format, false, false); diff --git a/app/src/main/java/c/i/a/c/j2/o.java b/app/src/main/java/c/i/a/c/j2/o.java index 7da0fd48a7..aa0a206be5 100644 --- a/app/src/main/java/c/i/a/c/j2/o.java +++ b/app/src/main/java/c/i/a/c/j2/o.java @@ -21,10 +21,10 @@ public class o implements GLSurfaceView.Renderer, r { public final AtomicReference o = new AtomicReference<>(); public FloatBuffer[] p = new FloatBuffer[3]; public int q; + public int[] r = new int[3]; - /* renamed from: r reason: collision with root package name */ - public int[] f982r = new int[3]; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f929s; public int[] t = new int[3]; public int[] u = new int[3]; public q v; @@ -50,7 +50,7 @@ public class o implements GLSurfaceView.Renderer, r { this.v = andSet; } Objects.requireNonNull(this.v); - GLES20.glUniformMatrix3fv(this.s, 1, false, j, 0); + GLES20.glUniformMatrix3fv(this.f929s, 1, false, j, 0); Objects.requireNonNull(null); throw null; } @@ -69,14 +69,14 @@ public class o implements GLSurfaceView.Renderer, r { int glGetAttribLocation = GLES20.glGetAttribLocation(this.q, "in_pos"); GLES20.glEnableVertexAttribArray(glGetAttribLocation); GLES20.glVertexAttribPointer(glGetAttribLocation, 2, 5126, false, 0, (Buffer) m); - this.f982r[0] = GLES20.glGetAttribLocation(this.q, "in_tc_y"); - GLES20.glEnableVertexAttribArray(this.f982r[0]); - this.f982r[1] = GLES20.glGetAttribLocation(this.q, "in_tc_u"); - GLES20.glEnableVertexAttribArray(this.f982r[1]); - this.f982r[2] = GLES20.glGetAttribLocation(this.q, "in_tc_v"); - GLES20.glEnableVertexAttribArray(this.f982r[2]); + this.r[0] = GLES20.glGetAttribLocation(this.q, "in_tc_y"); + GLES20.glEnableVertexAttribArray(this.r[0]); + this.r[1] = GLES20.glGetAttribLocation(this.q, "in_tc_u"); + GLES20.glEnableVertexAttribArray(this.r[1]); + this.r[2] = GLES20.glGetAttribLocation(this.q, "in_tc_v"); + GLES20.glEnableVertexAttribArray(this.r[2]); d.r(); - this.s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); + this.f929s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); d.r(); GLES20.glGenTextures(3, this.n, 0); for (int i2 = 0; i2 < 3; i2++) { diff --git a/app/src/main/java/c/i/a/c/j2/t.java b/app/src/main/java/c/i/a/c/j2/t.java index 0def458421..20c405d8a9 100644 --- a/app/src/main/java/c/i/a/c/j2/t.java +++ b/app/src/main/java/c/i/a/c/j2/t.java @@ -25,7 +25,7 @@ public final class t { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f983c; + public final b f930c; @Nullable public final a d; public boolean e; @@ -144,10 +144,10 @@ public final class t { } } this.d = aVar; - this.f983c = b.i; + this.f930c = b.i; } else { this.d = null; - this.f983c = null; + this.f930c = null; } this.k = -9223372036854775807L; this.l = -9223372036854775807L; diff --git a/app/src/main/java/c/i/a/c/j2/x/b.java b/app/src/main/java/c/i/a/c/j2/x/b.java index 1938dacee3..8cd9ee92c9 100644 --- a/app/src/main/java/c/i/a/c/j2/x/b.java +++ b/app/src/main/java/c/i/a/c/j2/x/b.java @@ -14,12 +14,10 @@ public final class b extends g0 { public final w u = new w(); public long v; @Nullable - - /* renamed from: w reason: collision with root package name */ - public a f984w; + public a w; /* renamed from: x reason: collision with root package name */ - public long f985x; + public long f931x; public b() { super(6); @@ -27,7 +25,7 @@ public final class b extends g0 { @Override // c.i.a.c.g0 public void B() { - a aVar = this.f984w; + a aVar = this.w; if (aVar != null) { aVar.b(); } @@ -35,8 +33,8 @@ public final class b extends g0 { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - this.f985x = Long.MIN_VALUE; - a aVar = this.f984w; + this.f931x = Long.MIN_VALUE; + a aVar = this.w; if (aVar != null) { aVar.b(); } @@ -70,12 +68,12 @@ public final class b extends g0 { @Override // c.i.a.c.k1 public void q(long j, long j2) { float[] fArr; - while (!i() && this.f985x < 100000 + j) { + while (!i() && this.f931x < 100000 + j) { this.t.p(); if (I(A(), this.t, false) == -4 && !this.t.n()) { DecoderInputBuffer decoderInputBuffer = this.t; - this.f985x = decoderInputBuffer.m; - if (this.f984w != null && !decoderInputBuffer.m()) { + this.f931x = decoderInputBuffer.m; + if (this.w != null && !decoderInputBuffer.m()) { this.t.s(); ByteBuffer byteBuffer = this.t.k; int i = f0.a; @@ -91,7 +89,7 @@ public final class b extends g0 { fArr = fArr2; } if (fArr != null) { - this.f984w.a(this.f985x - this.v, fArr); + this.w.a(this.f931x - this.v, fArr); } } } else { @@ -103,7 +101,7 @@ public final class b extends g0 { @Override // c.i.a.c.g0, c.i.a.c.h1.b public void r(int i, @Nullable Object obj) throws ExoPlaybackException { if (i == 7) { - this.f984w = (a) obj; + this.w = (a) obj; } } } diff --git a/app/src/main/java/c/i/a/c/j2/x/c.java b/app/src/main/java/c/i/a/c/j2/x/c.java index 78785f03ae..6fde1965fd 100644 --- a/app/src/main/java/c/i/a/c/j2/x/c.java +++ b/app/src/main/java/c/i/a/c/j2/x/c.java @@ -8,7 +8,7 @@ public final class c { public final float[] b = new float[16]; /* renamed from: c reason: collision with root package name */ - public final d0 f986c = new d0<>(); + public final d0 f932c = new d0<>(); public boolean d; public static void a(float[] fArr, float[] fArr2) { diff --git a/app/src/main/java/c/i/a/c/j2/x/d.java b/app/src/main/java/c/i/a/c/j2/x/d.java index 4e10e5ded8..f692550830 100644 --- a/app/src/main/java/c/i/a/c/j2/x/d.java +++ b/app/src/main/java/c/i/a/c/j2/x/d.java @@ -5,7 +5,7 @@ public final class d { public final a b; /* renamed from: c reason: collision with root package name */ - public final int f987c; + public final int f933c; public final boolean d; /* compiled from: Projection */ @@ -23,13 +23,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final float[] f988c; + public final float[] f934c; public final float[] d; public b(int i, float[] fArr, float[] fArr2, int i2) { this.a = i; c.c.a.a0.d.k(((long) fArr.length) * 2 == ((long) fArr2.length) * 3); - this.f988c = fArr; + this.f934c = fArr; this.d = fArr2; this.b = i2; } @@ -38,14 +38,14 @@ public final class d { public d(a aVar, int i) { this.a = aVar; this.b = aVar; - this.f987c = i; + this.f933c = i; this.d = aVar == aVar; } public d(a aVar, a aVar2, int i) { this.a = aVar; this.b = aVar2; - this.f987c = i; + this.f933c = i; this.d = aVar == aVar2; } } diff --git a/app/src/main/java/c/i/a/c/k0.java b/app/src/main/java/c/i/a/c/k0.java index c5a9877e86..c0e308602a 100644 --- a/app/src/main/java/c/i/a/c/k0.java +++ b/app/src/main/java/c/i/a/c/k0.java @@ -5,7 +5,7 @@ public final class k0 implements t0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final float f989c; + public final float f935c; public long d = -9223372036854775807L; public long e = -9223372036854775807L; public long f; @@ -22,7 +22,7 @@ public final class k0 implements t0 { public k0(float f, float f2, long j, float f3, long j2, long j3, float f4, a aVar) { this.a = j2; this.b = j3; - this.f989c = f4; + this.f935c = f4; this.k = f; this.j = f2; this.l = 1.0f; diff --git a/app/src/main/java/c/i/a/c/l0.java b/app/src/main/java/c/i/a/c/l0.java index 94209fc47e..eff469599c 100644 --- a/app/src/main/java/c/i/a/c/l0.java +++ b/app/src/main/java/c/i/a/c/l0.java @@ -12,7 +12,7 @@ public class l0 implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f990c; + public final long f936c; public final long d; public final long e; public final int f; @@ -31,7 +31,7 @@ public class l0 implements u0 { j(i6, 0, "backBufferDurationMs", "0"); this.a = mVar; this.b = h0.a((long) i); - this.f990c = h0.a((long) i2); + this.f936c = h0.a((long) i2); this.d = h0.a((long) i3); this.e = h0.a((long) i4); this.f = i5; @@ -138,7 +138,7 @@ public class l0 implements u0 { boolean z3 = i >= this.j; long j3 = this.b; if (f > 1.0f) { - j3 = Math.min(f0.p(j3, f), this.f990c); + j3 = Math.min(f0.p(j3, f), this.f936c); } if (j2 < Math.max(j3, 500000L)) { if (!this.g && z3) { @@ -148,7 +148,7 @@ public class l0 implements u0 { if (!z2 && j2 < 500000) { Log.w("DefaultLoadControl", "Target buffer size reached with less than 500ms of buffered media data."); } - } else if (j2 >= this.f990c || z3) { + } else if (j2 >= this.f936c || z3) { this.k = false; } return this.k; diff --git a/app/src/main/java/c/i/a/c/o0.java b/app/src/main/java/c/i/a/c/o0.java index c1997197ae..1d24dc2222 100644 --- a/app/src/main/java/c/i/a/c/o0.java +++ b/app/src/main/java/c/i/a/c/o0.java @@ -40,7 +40,7 @@ public final class o0 extends f0 implements g1 { public final m b; /* renamed from: c reason: collision with root package name */ - public final k1[] f991c; + public final k1[] f937c; public final l d; public final c0 e; public final q0.e f; @@ -56,25 +56,23 @@ public final class o0 extends f0 implements g1 { public final d o; public final g p; public int q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f992r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f938s; public boolean t; public int u; public int v; - - /* renamed from: w reason: collision with root package name */ - public h0 f993w; + public h0 w; /* renamed from: x reason: collision with root package name */ - public c1 f994x; + public c1 f939x; /* renamed from: y reason: collision with root package name */ - public int f995y; + public int f940y; /* renamed from: z reason: collision with root package name */ - public long f996z; + public long f941z; /* compiled from: ExoPlayerImpl */ public static final class a implements a1 { @@ -108,7 +106,7 @@ public final class o0 extends f0 implements g1 { O.append("]"); Log.i("ExoPlayerImpl", O.toString()); c.c.a.a0.d.D(k1VarArr.length > 0); - this.f991c = k1VarArr; + this.f937c = k1VarArr; Objects.requireNonNull(lVar); this.d = lVar; this.l = a0Var; @@ -120,24 +118,24 @@ public final class o0 extends f0 implements g1 { this.q = 0; this.h = new o<>(new CopyOnWriteArraySet(), looper, gVar, a0.i, new l(g1Var)); this.j = new ArrayList(); - this.f993w = new h0.a(0, new Random()); + this.w = new h0.a(0, new Random()); m mVar = new m(new m1[k1VarArr.length], new c.i.a.c.f2.g[k1VarArr.length], null); this.b = mVar; this.i = new r1.b(); - this.f995y = -1; + this.f940y = -1; this.e = gVar.b(looper, null); o oVar = new o(this); this.f = oVar; - this.f994x = c1.i(mVar); + this.f939x = c1.i(mVar); if (c1Var != null) { c.c.a.a0.d.D(c1Var.o == null || c1Var.l.b.isEmpty()); c1Var.o = g1Var; o oVar2 = c1Var.n; - c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f966c, new b1(c1Var, g1Var)); + c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f913c, new b1(c1Var, g1Var)); l(c1Var); dVar.f(new Handler(looper), c1Var); } - this.g = new q0(k1VarArr, lVar, mVar, u0Var, dVar, this.q, this.f992r, c1Var, o1Var, t0Var, j, z3, looper, gVar, oVar); + this.g = new q0(k1VarArr, lVar, mVar, u0Var, dVar, this.q, this.r, c1Var, o1Var, t0Var, j, z3, looper, gVar, oVar); } public static boolean N(c1 c1Var) { @@ -146,7 +144,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public TrackGroupArray A() { - return this.f994x.h; + return this.f939x.h; } @Override // c.i.a.c.g1 @@ -157,10 +155,10 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public long C() { if (d()) { - c1 c1Var = this.f994x; - y.a aVar = c1Var.f820c; + c1 c1Var = this.f939x; + y.a aVar = c1Var.f779c; c1Var.b.h(aVar.a, this.i); - return h0.b(this.i.a(aVar.b, aVar.f862c)); + return h0.b(this.i.a(aVar.b, aVar.f816c)); } r1 D = D(); if (D.q()) { @@ -171,7 +169,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public r1 D() { - return this.f994x.b; + return this.f939x.b; } @Override // c.i.a.c.g1 @@ -181,48 +179,48 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public boolean F() { - return this.f992r; + return this.r; } @Override // c.i.a.c.g1 public long G() { - if (this.f994x.b.q()) { - return this.f996z; + if (this.f939x.b.q()) { + return this.f941z; } - c1 c1Var = this.f994x; - if (c1Var.k.d != c1Var.f820c.d) { + c1 c1Var = this.f939x; + if (c1Var.k.d != c1Var.f779c.d) { return c1Var.b.n(o(), this.a).b(); } long j = c1Var.q; - if (this.f994x.k.a()) { - c1 c1Var2 = this.f994x; + if (this.f939x.k.a()) { + c1 c1Var2 = this.f939x; r1.b h = c1Var2.b.h(c1Var2.k.a, this.i); - long d = h.d(this.f994x.k.b); + long d = h.d(this.f939x.k.b); j = d == Long.MIN_VALUE ? h.d : d; } - return P(this.f994x.k, j); + return P(this.f939x.k, j); } @Override // c.i.a.c.g1 public k H() { - return new k(this.f994x.i.f922c); + return new k(this.f939x.i.f870c); } @Override // c.i.a.c.g1 public int I(int i) { - return this.f991c[i].x(); + return this.f937c[i].x(); } @Override // c.i.a.c.g1 public long J() { - if (this.f994x.b.q()) { - return this.f996z; + if (this.f939x.b.q()) { + return this.f941z; } - if (this.f994x.f820c.a()) { - return h0.b(this.f994x.s); + if (this.f939x.f779c.a()) { + return h0.b(this.f939x.f780s); } - c1 c1Var = this.f994x; - return P(c1Var.f820c, c1Var.s); + c1 c1Var = this.f939x; + return P(c1Var.f779c, c1Var.f780s); } @Override // c.i.a.c.g1 @@ -232,25 +230,25 @@ public final class o0 extends f0 implements g1 { } public final int L() { - if (this.f994x.b.q()) { - return this.f995y; + if (this.f939x.b.q()) { + return this.f940y; } - c1 c1Var = this.f994x; - return c1Var.b.h(c1Var.f820c.a, this.i).f1015c; + c1 c1Var = this.f939x; + return c1Var.b.h(c1Var.f779c.a, this.i).f958c; } @Nullable public final Pair M(r1 r1Var, int i, long j) { if (r1Var.q()) { - this.f995y = i; + this.f940y = i; if (j == -9223372036854775807L) { j = 0; } - this.f996z = j; + this.f941z = j; return null; } if (i == -1 || i >= r1Var.p()) { - i = r1Var.a(this.f992r); + i = r1Var.a(this.r); j = r1Var.n(i, this.a).a(); } return r1Var.j(this.a, this.i, i, h0.a(j)); @@ -265,19 +263,19 @@ public final class o0 extends f0 implements g1 { if (r1Var.q()) { y.a aVar = c1.a; y.a aVar2 = c1.a; - long a2 = h0.a(this.f996z); - long a3 = h0.a(this.f996z); + long a2 = h0.a(this.f941z); + long a3 = h0.a(this.f941z); TrackGroupArray trackGroupArray = TrackGroupArray.i; m mVar = this.b; c.i.b.b.a aVar3 = u.j; c1 a4 = h.b(aVar2, a2, a3, 0, trackGroupArray, mVar, c.i.b.b.q0.k).a(aVar2); - a4.q = a4.s; + a4.q = a4.f780s; return a4; } - Object obj = h.f820c.a; + Object obj = h.f779c.a; int i2 = f0.a; boolean z2 = !obj.equals(pair.first); - y.a aVar4 = z2 ? new y.a(pair.first) : h.f820c; + y.a aVar4 = z2 ? new y.a(pair.first) : h.f779c; long longValue = ((Long) pair.second).longValue(); long a5 = h0.a(s()); if (!r1Var2.q()) { @@ -298,19 +296,19 @@ public final class o0 extends f0 implements g1 { return a6; } else if (i == 0) { int b = r1Var.b(h.k.a); - if (b != -1 && r1Var.f(b, this.i).f1015c == r1Var.h(aVar4.a, this.i).f1015c) { + if (b != -1 && r1Var.f(b, this.i).f958c == r1Var.h(aVar4.a, this.i).f958c) { return h; } r1Var.h(aVar4.a, this.i); - long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f862c) : this.i.d; - c1 a8 = h.b(aVar4, h.s, h.s, a7 - h.s, h.h, h.i, h.j).a(aVar4); + long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f816c) : this.i.d; + c1 a8 = h.b(aVar4, h.f780s, h.f780s, a7 - h.f780s, h.h, h.i, h.j).a(aVar4); a8.q = a7; return a8; } else { c.c.a.a0.d.D(!aVar4.a()); - long max = Math.max(0L, h.f821r - (longValue - a5)); + long max = Math.max(0L, h.r - (longValue - a5)); long j = h.q; - if (h.k.equals(h.f820c)) { + if (h.k.equals(h.f779c)) { j = longValue + max; } c1 b2 = h.b(aVar4, longValue, longValue, max, h.h, h.i, h.j); @@ -321,7 +319,7 @@ public final class o0 extends f0 implements g1 { public final long P(y.a aVar, long j) { long b = h0.b(j); - this.f994x.b.h(aVar.a, this.i); + this.f939x.b.h(aVar.a, this.i); return b + h0.b(this.i.e); } @@ -329,13 +327,13 @@ public final class o0 extends f0 implements g1 { for (int i3 = i2 - 1; i3 >= i; i3--) { this.j.remove(i3); } - this.f993w = this.f993w.a(i, i2); + this.w = this.w.a(i, i2); } public void R(boolean z2, int i, int i2) { - c1 c1Var = this.f994x; + c1 c1Var = this.f939x; if (c1Var.l != z2 || c1Var.m != i) { - this.s++; + this.f938s++; c1 d = c1Var.d(z2, i); this.g.o.b(1, z2 ? 1 : 0, i).sendToTarget(); S(d, false, 4, 0, i2, false); @@ -345,8 +343,8 @@ public final class o0 extends f0 implements g1 { public final void S(c1 c1Var, boolean z2, int i, int i2, int i3, boolean z3) { Pair pair; int i4; - c1 c1Var2 = this.f994x; - this.f994x = c1Var; + c1 c1Var2 = this.f939x; + this.f939x = c1Var; boolean z4 = !c1Var2.b.equals(c1Var.b); r1 r1Var = c1Var2.b; r1 r1Var2 = c1Var.b; @@ -355,8 +353,8 @@ public final class o0 extends f0 implements g1 { } else if (r1Var2.q() != r1Var.q()) { pair = new Pair(Boolean.TRUE, 3); } else { - Object obj = r1Var.n(r1Var.h(c1Var2.f820c.a, this.i).f1015c, this.a).f1016c; - Object obj2 = r1Var2.n(r1Var2.h(c1Var.f820c.a, this.i).f1015c, this.a).f1016c; + Object obj = r1Var.n(r1Var.h(c1Var2.f779c.a, this.i).f958c, this.a).f959c; + Object obj2 = r1Var2.n(r1Var2.h(c1Var.f779c.a, this.i).f958c, this.a).f959c; int i5 = this.a.o; if (!obj.equals(obj2)) { if (z2 && i == 0) { @@ -370,7 +368,7 @@ public final class o0 extends f0 implements g1 { } pair = new Pair(Boolean.TRUE, Integer.valueOf(i4)); } else { - pair = (z2 && i == 0 && r1Var2.b(c1Var.f820c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); + pair = (z2 && i == 0 && r1Var2.b(c1Var.f779c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); } } boolean booleanValue = ((Boolean) pair.first).booleanValue(); @@ -382,7 +380,7 @@ public final class o0 extends f0 implements g1 { this.h.b(12, new d(i)); } if (booleanValue) { - this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f820c.a, this.i).f1015c, this.a).e : null, intValue)); + this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f779c.a, this.i).f958c, this.a).e : null, intValue)); } ExoPlaybackException exoPlaybackException = c1Var2.f; ExoPlaybackException exoPlaybackException2 = c1Var.f; @@ -393,7 +391,7 @@ public final class o0 extends f0 implements g1 { m mVar2 = c1Var.i; if (mVar != mVar2) { this.d.a(mVar2.d); - this.h.b(2, new m(c1Var, new k(c1Var.i.f922c))); + this.h.b(2, new m(c1Var, new k(c1Var.i.f870c))); } if (!c1Var2.j.equals(c1Var.j)) { this.h.b(3, new j(c1Var)); @@ -433,52 +431,52 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public void a() { - c1 c1Var = this.f994x; + c1 c1Var = this.f939x; if (c1Var.e == 1) { c1 e = c1Var.e(null); c1 g = e.g(e.b.q() ? 4 : 2); - this.s++; + this.f938s++; this.g.o.a(0).sendToTarget(); S(g, false, 4, 1, 1, false); } } public h1 b(h1.b bVar) { - return new h1(this.g, bVar, this.f994x.b, o(), this.p, this.g.q); + return new h1(this.g, bVar, this.f939x.b, o(), this.p, this.g.q); } @Override // c.i.a.c.g1 public d1 c() { - return this.f994x.n; + return this.f939x.n; } @Override // c.i.a.c.g1 public boolean d() { - return this.f994x.f820c.a(); + return this.f939x.f779c.a(); } @Override // c.i.a.c.g1 public long e() { - return h0.b(this.f994x.f821r); + return h0.b(this.f939x.r); } @Override // c.i.a.c.g1 public void f(int i, long j) { - r1 r1Var = this.f994x.b; + r1 r1Var = this.f939x.b; if (i < 0 || (!r1Var.q() && i >= r1Var.p())) { throw new IllegalSeekPositionException(r1Var, i, j); } int i2 = 1; - this.s++; + this.f938s++; if (d()) { Log.w("ExoPlayerImpl", "seekTo ignored because an ad is playing"); - q0.d dVar = new q0.d(this.f994x); + q0.d dVar = new q0.d(this.f939x); dVar.a(1); o0 o0Var = ((o) this.f).a; o0Var.e.a.post(new t(o0Var, dVar)); return; } - c1 c1Var = this.f994x; + c1 c1Var = this.f939x; if (c1Var.e != 1) { i2 = 2; } @@ -489,13 +487,13 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public boolean g() { - return this.f994x.l; + return this.f939x.l; } @Override // c.i.a.c.g1 public void h(boolean z2) { - if (this.f992r != z2) { - this.f992r = z2; + if (this.r != z2) { + this.r = z2; this.g.o.b(12, z2 ? 1 : 0, 0).sendToTarget(); o oVar = this.h; oVar.b(10, new h(z2)); @@ -505,16 +503,16 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public List i() { - return this.f994x.j; + return this.f939x.j; } @Override // c.i.a.c.g1 public int j() { - if (this.f994x.b.q()) { + if (this.f939x.b.q()) { return 0; } - c1 c1Var = this.f994x; - return c1Var.b.b(c1Var.f820c.a); + c1 c1Var = this.f939x; + return c1Var.b.b(c1Var.f779c.a); } @Override // c.i.a.c.g1 @@ -522,14 +520,14 @@ public final class o0 extends f0 implements g1 { o oVar = this.h; if (!oVar.h) { Objects.requireNonNull(aVar); - oVar.e.add(new o.c<>(aVar, oVar.f966c)); + oVar.e.add(new o.c<>(aVar, oVar.f913c)); } } @Override // c.i.a.c.g1 public int m() { if (d()) { - return this.f994x.f820c.f862c; + return this.f939x.f779c.f816c; } return -1; } @@ -543,7 +541,7 @@ public final class o0 extends f0 implements g1 { if (next.a.equals(aVar)) { o.b bVar = oVar.d; next.d = true; - if (next.f967c) { + if (next.f914c) { bVar.a(next.a, next.b); } oVar.e.remove(next); @@ -563,7 +561,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 @Nullable public ExoPlaybackException p() { - return this.f994x.f; + return this.f939x.f; } @Override // c.i.a.c.g1 @@ -582,21 +580,21 @@ public final class o0 extends f0 implements g1 { if (!d()) { return J(); } - c1 c1Var = this.f994x; - c1Var.b.h(c1Var.f820c.a, this.i); - c1 c1Var2 = this.f994x; - return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f994x.d); + c1 c1Var = this.f939x; + c1Var.b.h(c1Var.f779c.a, this.i); + c1 c1Var2 = this.f939x; + return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f939x.d); } @Override // c.i.a.c.g1 public int u() { - return this.f994x.e; + return this.f939x.e; } @Override // c.i.a.c.g1 public int w() { if (d()) { - return this.f994x.f820c.b; + return this.f939x.f779c.b; } return -1; } @@ -614,6 +612,6 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public int z() { - return this.f994x.m; + return this.f939x.m; } } diff --git a/app/src/main/java/c/i/a/c/o1.java b/app/src/main/java/c/i/a/c/o1.java index d9dce27db8..e7a0de1b46 100644 --- a/app/src/main/java/c/i/a/c/o1.java +++ b/app/src/main/java/c/i/a/c/o1.java @@ -9,7 +9,7 @@ public final class o1 { public static final o1 b; /* renamed from: c reason: collision with root package name */ - public final long f997c; + public final long f942c; public final long d; static { @@ -32,7 +32,7 @@ public final class o1 { boolean z2 = true; d.k(j >= 0); d.k(j2 < 0 ? false : z2); - this.f997c = j; + this.f942c = j; this.d = j2; } @@ -44,10 +44,10 @@ public final class o1 { return false; } o1 o1Var = (o1) obj; - return this.f997c == o1Var.f997c && this.d == o1Var.d; + return this.f942c == o1Var.f942c && this.d == o1Var.d; } public int hashCode() { - return (((int) this.f997c) * 31) + ((int) this.d); + return (((int) this.f942c) * 31) + ((int) this.d); } } diff --git a/app/src/main/java/c/i/a/c/p1.java b/app/src/main/java/c/i/a/c/p1.java index 7dd2817c88..cb161786d8 100644 --- a/app/src/main/java/c/i/a/c/p1.java +++ b/app/src/main/java/c/i/a/c/p1.java @@ -84,7 +84,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final k1[] b; /* renamed from: c reason: collision with root package name */ - public final Context f998c; + public final Context f943c; public final o0 d; public final c e; public final CopyOnWriteArraySet f; @@ -100,28 +100,26 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final t1 p; public final long q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public AudioTrack f999r; + public AudioTrack r; @Nullable - public Surface s; + + /* renamed from: s reason: collision with root package name */ + public Surface f944s; public boolean t; public int u; @Nullable public SurfaceHolder v; @Nullable - - /* renamed from: w reason: collision with root package name */ - public TextureView f1000w; + public TextureView w; /* renamed from: x reason: collision with root package name */ - public int f1001x; + public int f945x; /* renamed from: y reason: collision with root package name */ - public int f1002y; + public int f946y; /* renamed from: z reason: collision with root package name */ - public int f1003z; + public int f947z; /* compiled from: SimpleExoPlayer */ public static final class b { @@ -129,7 +127,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final n1 b; /* renamed from: c reason: collision with root package name */ - public g f1004c; + public g f948c; public l d; public a0 e; public u0 f; @@ -178,7 +176,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { hashMap.put(0, 1000000L); u uVar2 = c.i.a.c.h2.n.b; hashMap.put(2, uVar2.get(((Integer) uVar.get(0)).intValue())); - hashMap.put(3, c.i.a.c.h2.n.f944c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f891c.get(((Integer) uVar.get(1)).intValue())); hashMap.put(4, c.i.a.c.h2.n.d.get(((Integer) uVar.get(2)).intValue())); hashMap.put(5, c.i.a.c.h2.n.e.get(((Integer) uVar.get(3)).intValue())); hashMap.put(9, c.i.a.c.h2.n.f.get(((Integer) uVar.get(4)).intValue())); @@ -199,7 +197,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { hashMap.put(0, 1000000L); u uVar2 = c.i.a.c.h2.n.b; hashMap.put(2, uVar2.get(((Integer) uVar.get(0)).intValue())); - hashMap.put(3, c.i.a.c.h2.n.f944c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f891c.get(((Integer) uVar.get(1)).intValue())); hashMap.put(4, c.i.a.c.h2.n.d.get(((Integer) uVar.get(2)).intValue())); hashMap.put(5, c.i.a.c.h2.n.e.get(((Integer) uVar.get(3)).intValue())); hashMap.put(9, c.i.a.c.h2.n.f.get(((Integer) uVar.get(4)).intValue())); @@ -223,7 +221,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { this.l = true; this.m = o1.b; this.n = new k0(0.97f, 1.03f, 1000, 1.0E-7f, h0.a(20), h0.a(500), 0.999f, null); - this.f1004c = gVar; + this.f948c = gVar; this.o = 500; this.p = 2000; } @@ -460,7 +458,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void s(Surface surface) { p1.this.k.s(surface); p1 p1Var = p1.this; - if (p1Var.s == surface) { + if (p1Var.f944s == surface) { Iterator it = p1Var.f.iterator(); while (it.hasNext()) { it.next().c(); @@ -532,7 +530,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { q1 q1Var; int t; Context applicationContext = bVar.a.getApplicationContext(); - this.f998c = applicationContext; + this.f943c = applicationContext; c1 c1Var = bVar.h; this.k = c1Var; this.A = bVar.j; @@ -559,7 +557,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { Intent registerReceiver = context.registerReceiver(null, new IntentFilter("android.media.action.HDMI_AUDIO_PLUG")); int i2 = f0.a; if (i2 >= 17) { - String str = f0.f963c; + String str = f0.f910c; if ("Amazon".equals(str) || "Xiaomi".equals(str)) { z2 = true; y yVar = new y(n0Var.a, n0Var.b, false, handler, cVar, new DefaultAudioSink((z2 || Settings.Global.getInt(context.getContentResolver(), "external_surround_sound_enabled", 0) != 1) ? (registerReceiver != null || registerReceiver.getIntExtra("android.media.extra.AUDIO_PLUG_STATE", 0) == 0) ? c.i.a.c.v1.o.a : new c.i.a.c.v1.o(registerReceiver.getIntArrayExtra("android.media.extra.ENCODINGS"), registerReceiver.getIntExtra("android.media.extra.MAX_CHANNEL_COUNT", 8)) : c.i.a.c.v1.o.b, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, false)); @@ -574,23 +572,23 @@ public class p1 extends f0 implements g1, g1.d, g1.c { this.b = k1VarArr; this.B = 1.0f; if (i2 >= 21) { - AudioTrack audioTrack = this.f999r; + AudioTrack audioTrack = this.r; if (!(audioTrack == null || audioTrack.getAudioSessionId() == 0)) { - this.f999r.release(); - this.f999r = null; + this.r.release(); + this.r = null; } - if (this.f999r == null) { - this.f999r = new AudioTrack(3, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 4, 2, 2, 0, 0); + if (this.r == null) { + this.r = new AudioTrack(3, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 4, 2, 2, 0, 0); } - this.f1003z = this.f999r.getAudioSessionId(); + this.f947z = this.r.getAudioSessionId(); } else { UUID uuid = h0.a; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); - this.f1003z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); + this.f947z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); } this.D = Collections.emptyList(); this.G = true; - o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f1004c, bVar.i, this); + o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f948c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -612,7 +610,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (q1Var.f != t) { q1Var.f = t; q1Var.c(); - c cVar2 = (c) q1Var.f1014c; + c cVar2 = (c) q1Var.f957c; c.i.a.c.y1.a N = N(p1.this.n); if (!N.equals(p1.this.J)) { p1 p1Var = p1.this; @@ -625,15 +623,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f1018c = false; + s1Var.f961c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f1019c = false; + t1Var.f962c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f1003z)); - R(2, 102, Integer.valueOf(this.f1003z)); + R(i, 102, Integer.valueOf(this.f947z)); + R(2, 102, Integer.valueOf(this.f947z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -655,7 +653,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } this.D = Collections.emptyList(); this.G = true; - o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f1004c, bVar.i, this); + o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f948c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -672,15 +670,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f1018c = false; + s1Var.f961c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f1019c = false; + t1Var.f962c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f1003z)); - R(2, 102, Integer.valueOf(this.f1003z)); + R(i, 102, Integer.valueOf(this.f947z)); + R(2, 102, Integer.valueOf(this.f947z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -701,7 +699,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (u != 1) { if (u == 2 || u == 3) { p1Var.Z(); - boolean z3 = p1Var.d.f994x.p; + boolean z3 = p1Var.d.f939x.p; s1 s1Var = p1Var.o; if (!p1Var.g() || z3) { z2 = false; @@ -727,7 +725,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public TrackGroupArray A() { Z(); - return this.d.f994x.h; + return this.d.f939x.h; } @Override // c.i.a.c.g1 @@ -745,7 +743,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public r1 D() { Z(); - return this.d.f994x.b; + return this.d.f939x.b; } @Override // c.i.a.c.g1 @@ -756,7 +754,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public boolean F() { Z(); - return this.d.f992r; + return this.d.r; } @Override // c.i.a.c.g1 @@ -774,7 +772,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int I(int i) { Z(); - return this.d.f991c[i].x(); + return this.d.f937c[i].x(); } @Override // c.i.a.c.g1 @@ -791,7 +789,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void L(@Nullable Surface surface) { Z(); - if (surface != null && surface == this.s) { + if (surface != null && surface == this.f944s) { Z(); Q(); V(null, false); @@ -814,9 +812,9 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } public final void P(int i, int i2) { - if (i != this.f1001x || i2 != this.f1002y) { - this.f1001x = i; - this.f1002y = i2; + if (i != this.f945x || i2 != this.f946y) { + this.f945x = i; + this.f946y = i2; c1 c1Var = this.k; d1.a d02 = c1Var.d0(); c.i.a.c.u1.n nVar = new c.i.a.c.u1.n(d02, i, i2); @@ -832,14 +830,14 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } public final void Q() { - TextureView textureView = this.f1000w; + TextureView textureView = this.w; if (textureView != null) { if (textureView.getSurfaceTextureListener() != this.e) { Log.w("SimpleExoPlayer", "SurfaceTextureListener already unset or replaced."); } else { - this.f1000w.setSurfaceTextureListener(null); + this.w.setSurfaceTextureListener(null); } - this.f1000w = null; + this.w = null; } SurfaceHolder surfaceHolder = this.v; if (surfaceHolder != null) { @@ -918,7 +916,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { arrayList.add(b2); } } - Surface surface2 = this.s; + Surface surface2 = this.f944s; if (!(surface2 == null || surface2 == surface)) { try { Iterator it = arrayList.iterator(); @@ -930,20 +928,20 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } catch (TimeoutException unused2) { o0 o0Var = this.d; ExoPlaybackException b3 = ExoPlaybackException.b(new ExoTimeoutException(3)); - c1 c1Var = o0Var.f994x; - c1 a2 = c1Var.a(c1Var.f820c); - a2.q = a2.s; - a2.f821r = 0; + c1 c1Var = o0Var.f939x; + c1 a2 = c1Var.a(c1Var.f779c); + a2.q = a2.f780s; + a2.r = 0; c1 e = a2.g(1).e(b3); - o0Var.s++; + o0Var.f938s++; o0Var.g.o.a(6).sendToTarget(); o0Var.S(e, false, 4, 0, 1, false); } if (this.t) { - this.s.release(); + this.f944s.release(); } } - this.s = surface; + this.f944s = surface; this.t = z2; } @@ -972,7 +970,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (textureView != null) { S(null); } - this.f1000w = textureView; + this.w = textureView; if (textureView == null) { V(null, true); P(0, 0); @@ -1025,7 +1023,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public d1 c() { Z(); - return this.d.f994x.n; + return this.d.f939x.n; } @Override // c.i.a.c.g1 @@ -1037,7 +1035,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public long e() { Z(); - return h0.b(this.d.f994x.f821r); + return h0.b(this.d.f939x.r); } @Override // c.i.a.c.g1 @@ -1059,7 +1057,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public boolean g() { Z(); - return this.d.f994x.l; + return this.d.f939x.l; } @Override // c.i.a.c.g1 @@ -1071,7 +1069,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public List i() { Z(); - return this.d.f994x.j; + return this.d.f939x.j; } @Override // c.i.a.c.g1 @@ -1107,7 +1105,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable public ExoPlaybackException p() { Z(); - return this.d.f994x.f; + return this.d.f939x.f; } @Override // c.i.a.c.g1 @@ -1132,7 +1130,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int u() { Z(); - return this.d.f994x.e; + return this.d.f939x.e; } @Override // c.i.a.c.g1 @@ -1150,6 +1148,6 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int z() { Z(); - return this.d.f994x.m; + return this.d.f939x.m; } } diff --git a/app/src/main/java/c/i/a/c/q0.java b/app/src/main/java/c/i/a/c/q0.java index c6943c3dcc..d1db8b7d68 100644 --- a/app/src/main/java/c/i/a/c/q0.java +++ b/app/src/main/java/c/i/a/c/q0.java @@ -74,25 +74,23 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final c0 o; public final HandlerThread p; public final Looper q; + public final r1.c r; - /* renamed from: r reason: collision with root package name */ - public final r1.c f1005r; - public final r1.b s; + /* renamed from: s reason: collision with root package name */ + public final r1.b f949s; public final long t; public final boolean u; public final m0 v; - - /* renamed from: w reason: collision with root package name */ - public final ArrayList f1006w; + public final ArrayList w; /* renamed from: x reason: collision with root package name */ - public final c.i.a.c.i2.g f1007x; + public final c.i.a.c.i2.g f950x; /* renamed from: y reason: collision with root package name */ - public final e f1008y; + public final e f951y; /* renamed from: z reason: collision with root package name */ - public final z0 f1009z; + public final z0 f952z; /* compiled from: ExoPlayerImplInternal */ public static final class a { @@ -100,13 +98,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final h0 b; /* renamed from: c reason: collision with root package name */ - public final int f1010c; + public final int f953c; public final long d; public a(List list, h0 h0Var, int i, long j, p0 p0Var) { this.a = list; this.b = h0Var; - this.f1010c = i; + this.f953c = i; this.d = j; } } @@ -168,7 +166,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public c1 b; /* renamed from: c reason: collision with root package name */ - public int f1011c; + public int f954c; public boolean d; public int e; public boolean f; @@ -180,7 +178,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public void a(int i) { this.a |= i > 0; - this.f1011c += i; + this.f954c += i; } public void b(int i) { @@ -208,7 +206,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1012c; + public final long f955c; public final boolean d; public final boolean e; public final boolean f; @@ -216,7 +214,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public f(y.a aVar, long j, long j2, boolean z2, boolean z3, boolean z4) { this.a = aVar; this.b = j; - this.f1012c = j2; + this.f955c = j2; this.d = z2; this.e = z3; this.f = z4; @@ -229,17 +227,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f1013c; + public final long f956c; public g(r1 r1Var, int i, long j) { this.a = r1Var; this.b = i; - this.f1013c = j; + this.f956c = j; } } public q0(k1[] k1VarArr, l lVar, m mVar, u0 u0Var, c.i.a.c.h2.d dVar, int i, boolean z2, @Nullable c1 c1Var, o1 o1Var, t0 t0Var, long j, boolean z3, Looper looper, c.i.a.c.i2.g gVar, e eVar) { - this.f1008y = eVar; + this.f951y = eVar; this.i = k1VarArr; this.k = lVar; this.l = mVar; @@ -251,7 +249,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.B = t0Var; this.C = j; this.H = z3; - this.f1007x = gVar; + this.f950x = gVar; this.t = u0Var.b(); this.u = u0Var.a(); c1 i2 = c1.i(mVar); @@ -263,13 +261,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.j[i3] = k1VarArr[i3].l(); } this.v = new m0(this, gVar); - this.f1006w = new ArrayList<>(); - this.f1005r = new r1.c(); - this.s = new r1.b(); + this.w = new ArrayList<>(); + this.r = new r1.c(); + this.f949s = new r1.b(); lVar.a = dVar; this.U = true; Handler handler = new Handler(looper); - this.f1009z = new z0(c1Var, handler); + this.f952z = new z0(c1Var, handler); this.A = new b1(this, c1Var, handler); HandlerThread handlerThread = new HandlerThread("ExoPlayer:Playback", -16); this.p = handlerThread; @@ -301,8 +299,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Objects.requireNonNull(cVar.i); cVar.j = b2; r1Var2.h(cVar.l, bVar); - if (r1Var2.n(bVar.f1015c, cVar2).n) { - Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f1015c, cVar.k + bVar.e); + if (r1Var2.n(bVar.f958c, cVar2).n) { + Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f958c, cVar.k + bVar.e); cVar.f(r1Var.b(j.first), ((Long) j.second).longValue(), j.first); } return true; @@ -317,16 +315,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } r1 r1Var3 = r1Var2.q() ? r1Var : r1Var2; try { - Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f1013c); + Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f956c); if (r1Var.equals(r1Var3)) { return j; } if (r1Var.b(j.first) != -1) { r1Var3.h(j.first, bVar); - return r1Var3.n(bVar.f1015c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f1015c, gVar.f1013c) : j; + return r1Var3.n(bVar.f958c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f958c, gVar.f956c) : j; } if (z2 && (L = L(cVar, bVar, i, z3, j.first, r1Var3, r1Var)) != null) { - return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f1015c, -9223372036854775807L); + return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f958c, -9223372036854775807L); } return null; } catch (IndexOutOfBoundsException unused) { @@ -353,9 +351,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public static boolean g0(c1 c1Var, r1.b bVar, r1.c cVar) { - y.a aVar = c1Var.f820c; + y.a aVar = c1Var.f779c; r1 r1Var = c1Var.b; - return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f1015c, cVar).n; + return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f958c, cVar).n; } public static Format[] j(c.i.a.c.f2.g gVar) { @@ -432,7 +430,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z2; int i; float f2 = this.v.c().b; - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; x0 x0Var = z0Var.h; x0 x0Var2 = z0Var.i; x0 x0Var3 = x0Var; @@ -441,10 +439,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { m i2 = x0Var3.i(f2, this.E.b); m mVar = x0Var3.n; int i3 = 0; - if (mVar != null && mVar.f922c.length == i2.f922c.length) { + if (mVar != null && mVar.f870c.length == i2.f870c.length) { int i4 = 0; while (true) { - if (i4 >= i2.f922c.length) { + if (i4 >= i2.f870c.length) { z2 = true; break; } else if (!i2.a(mVar, i4)) { @@ -457,16 +455,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z2 = false; if (!z2) { if (z3) { - z0 z0Var2 = this.f1009z; + z0 z0Var2 = this.f952z; x0 x0Var4 = z0Var2.h; boolean m = z0Var2.m(x0Var4); boolean[] zArr = new boolean[this.i.length]; - long a2 = x0Var4.a(i2, this.E.s, m, zArr); + long a2 = x0Var4.a(i2, this.E.f780s, m, zArr); c1 c1Var = this.E; i = 4; - c1 u = u(c1Var.f820c, a2, c1Var.d); + c1 u = u(c1Var.f779c, a2, c1Var.d); this.E = u; - if (!(u.e == 4 || a2 == u.s)) { + if (!(u.e == 4 || a2 == u.f780s)) { this.F.b(4); H(a2); } @@ -478,7 +476,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } k1 k1Var = k1VarArr[i3]; zArr2[i3] = w(k1Var); - c.i.a.c.d2.f0 f0Var = x0Var4.f1072c[i3]; + c.i.a.c.d2.f0 f0Var = x0Var4.f1013c[i3]; if (zArr2[i3]) { if (f0Var != k1Var.h()) { f(k1Var); @@ -491,7 +489,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { i(zArr2); } else { i = 4; - this.f1009z.m(x0Var3); + this.f952z.m(x0Var3); if (x0Var3.d) { x0Var3.a(i2, Math.max(x0Var3.f.b, this.S - x0Var3.o), false, new boolean[x0Var3.i.length]); } @@ -555,21 +553,21 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } this.Q = 0; c1 c1Var = this.E; - y.a aVar2 = c1Var.f820c; - long j3 = c1Var.s; - long j4 = g0(this.E, this.s, this.f1005r) ? this.E.d : this.E.s; + y.a aVar2 = c1Var.f779c; + long j3 = c1Var.f780s; + long j4 = g0(this.E, this.f949s, this.r) ? this.E.d : this.E.f780s; if (z3) { this.R = null; Pair m = m(this.E.b); aVar2 = (y.a) m.first; j3 = ((Long) m.second).longValue(); j4 = -9223372036854775807L; - if (!aVar2.equals(this.E.f820c)) { + if (!aVar2.equals(this.E.f779c)) { z6 = true; aVar = aVar2; j = j3; j2 = -9223372036854775807L; - this.f1009z.b(); + this.f952z.b(); this.K = false; c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; @@ -592,7 +590,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } catch (RuntimeException e4) { p.b("MediaSourceList", "Failed to release child source.", e4); } - bVar.a.c(bVar.f809c); + bVar.a.c(bVar.f768c); } b1Var.g.clear(); b1Var.h.clear(); @@ -605,7 +603,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j = j3; j2 = j4; z6 = false; - this.f1009z.b(); + this.f952z.b(); this.K = false; c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; @@ -625,12 +623,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void G() { - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; this.I = x0Var != null && x0Var.f.g && this.H; } public final void H(long j) throws ExoPlaybackException { - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; if (x0Var != null) { j += x0Var.o; } @@ -642,8 +640,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k1Var.u(this.S); } } - for (x0 x0Var2 = this.f1009z.h; x0Var2 != null; x0Var2 = x0Var2.l) { - c.i.a.c.f2.g[] gVarArr = x0Var2.n.f922c; + for (x0 x0Var2 = this.f952z.h; x0Var2 != null; x0Var2 = x0Var2.l) { + c.i.a.c.f2.g[] gVarArr = x0Var2.n.f870c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.j(); @@ -654,15 +652,15 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void J(r1 r1Var, r1 r1Var2) { if (!r1Var.q() || !r1Var2.q()) { - int size = this.f1006w.size(); + int size = this.w.size(); while (true) { size--; if (size < 0) { - Collections.sort(this.f1006w); + Collections.sort(this.w); return; - } else if (!I(this.f1006w.get(size), r1Var, r1Var2, this.L, this.M, this.f1005r, this.s)) { - this.f1006w.get(size).i.c(false); - this.f1006w.remove(size); + } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f949s)) { + this.w.get(size).i.c(false); + this.w.remove(size); } } } @@ -674,9 +672,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void N(boolean z2) throws ExoPlaybackException { - y.a aVar = this.f1009z.h.f.a; - long Q = Q(aVar, this.E.s, true, false); - if (Q != this.E.s) { + y.a aVar = this.f952z.h.f.a; + long Q = Q(aVar, this.E.f780s, true, false); + if (Q != this.E.f780s) { this.E = u(aVar, Q, this.E.d); if (z2) { this.F.b(4); @@ -703,7 +701,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { int i2; boolean z4 = true; this.F.a(1); - Pair K = K(this.E.b, gVar, true, this.L, this.M, this.f1005r, this.s); + Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f949s); if (K == null) { Pair m = m(this.E.b); aVar = (y.a) m.first; @@ -713,16 +711,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { Object obj = K.first; j2 = ((Long) K.second).longValue(); - j = gVar.f1013c == -9223372036854775807L ? -9223372036854775807L : j2; - y.a n = this.f1009z.n(this.E.b, obj, j2); + j = gVar.f956c == -9223372036854775807L ? -9223372036854775807L : j2; + y.a n = this.f952z.n(this.E.b, obj, j2); if (n.a()) { - this.E.b.h(n.a, this.s); - j2 = this.s.e(n.b) == n.f862c ? this.s.f.f : 0; + this.E.b.h(n.a, this.f949s); + j2 = this.f949s.e(n.b) == n.f816c ? this.f949s.f.f : 0; aVar = n; z2 = true; } else { aVar = n; - z2 = gVar.f1013c == -9223372036854775807L; + z2 = gVar.f956c == -9223372036854775807L; } } try { @@ -744,11 +742,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } F(false, true, false, true); } else { - if (aVar.equals(this.E.f820c)) { - x0 x0Var = this.f1009z.h; + if (aVar.equals(this.E.f779c)) { + x0 x0Var = this.f952z.h; long i3 = (x0Var == null || !x0Var.d || j2 == 0) ? j2 : x0Var.a.i(j2, this.D); - if (h0.b(i3) == h0.b(this.E.s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { - this.E = u(aVar, c1Var.s, j); + if (h0.b(i3) == h0.b(this.E.f780s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { + this.E = u(aVar, c1Var.f780s, j); if (z2) { this.F.b(2); return; @@ -779,7 +777,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { try { c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; - l0(r1Var, aVar, r1Var, c1Var2.f820c, j); + l0(r1Var, aVar, r1Var, c1Var2.f779c, j); z2 = z3; j4 = P; this.E = u(aVar, j4, j); @@ -815,7 +813,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long P(y.a aVar, long j, boolean z2) throws ExoPlaybackException { - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; return Q(aVar, j, z0Var.h != z0Var.i, z2); } @@ -826,7 +824,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (z3 || this.E.e == 3) { d0(2); } - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; x0 x0Var2 = x0Var; while (x0Var2 != null && !aVar.equals(x0Var2.f.a)) { x0Var2 = x0Var2.l; @@ -837,7 +835,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (x0Var2 != null) { while (true) { - z0Var = this.f1009z; + z0Var = this.f952z; if (z0Var.h == x0Var2) { break; } @@ -849,7 +847,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } if (x0Var2 != null) { - this.f1009z.m(x0Var2); + this.f952z.m(x0Var2); if (!x0Var2.d) { x0Var2.f = x0Var2.f.b(j); } else { @@ -866,7 +864,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { H(j); y(); } else { - this.f1009z.b(); + this.f952z.b(); H(j); } q(false); @@ -894,7 +892,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { h1Var.c(false); return; } - c0 b2 = this.f1007x.b(looper, null); + c0 b2 = this.f950x.b(looper, null); b2.a.post(new x(this, h1Var)); } @@ -902,7 +900,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k1Var.k(); if (k1Var instanceof c.i.a.c.e2.l) { c.i.a.c.e2.l lVar = (c.i.a.c.e2.l) k1Var; - c.c.a.a0.d.D(lVar.f923r); + c.c.a.a0.d.D(lVar.r); lVar.H = j; } } @@ -929,8 +927,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void V(a aVar) throws ExoPlaybackException { this.F.a(1); - if (aVar.f1010c != -1) { - this.R = new g(new i1(aVar.a, aVar.b), aVar.f1010c, aVar.d); + if (aVar.f953c != -1) { + this.R = new g(new i1(aVar.a, aVar.b), aVar.f953c, aVar.d); } b1 b1Var = this.A; List list = aVar.a; @@ -956,7 +954,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.H = z2; G(); if (this.I) { - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; if (z0Var.i != z0Var.h) { N(true); q(false); @@ -972,8 +970,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { dVar.g = i2; this.E = this.E.d(z2, i); this.J = false; - for (x0 x0Var = this.f1009z.h; x0Var != null; x0Var = x0Var.l) { - c.i.a.c.f2.g[] gVarArr = x0Var.n.f922c; + for (x0 x0Var = this.f952z.h; x0Var != null; x0Var = x0Var.l) { + c.i.a.c.f2.g[] gVarArr = x0Var.n.f870c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.c(z2); @@ -1008,7 +1006,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void a0(int i) throws ExoPlaybackException { this.L = i; - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; r1 r1Var = this.E.b; z0Var.f = i; if (!z0Var.p(r1Var)) { @@ -1024,7 +1022,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void b0(boolean z2) throws ExoPlaybackException { this.M = z2; - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; r1 r1Var = this.E.b; z0Var.g = z2; if (!z0Var.p(r1Var)) { @@ -1105,11 +1103,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (aVar.a() || r1Var.q()) { return false; } - r1Var.n(r1Var.h(aVar.a, this.s).f1015c, this.f1005r); - if (!this.f1005r.c()) { + r1Var.n(r1Var.h(aVar.a, this.f949s).f958c, this.r); + if (!this.r.c()) { return false; } - r1.c cVar = this.f1005r; + r1.c cVar = this.r; return cVar.k && cVar.h != -9223372036854775807L; } @@ -1131,19 +1129,19 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z7; long j; long j2; - long a2 = this.f1007x.a(); + long a2 = this.f950x.a(); if (!this.E.b.q() && this.A.j) { - this.f1009z.l(this.S); - z0 z0Var = this.f1009z; + this.f952z.l(this.S); + z0 z0Var = this.f952z; x0 x0Var3 = z0Var.j; if (x0Var3 == null || (!x0Var3.f.h && x0Var3.f() && z0Var.j.f.e != -9223372036854775807L && z0Var.k < 100)) { - z0 z0Var2 = this.f1009z; + z0 z0Var2 = this.f952z; long j3 = this.S; c1 c1Var = this.E; x0 x0Var4 = z0Var2.j; - y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f820c, c1Var.d, c1Var.s) : z0Var2.c(c1Var.b, x0Var4, j3); + y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f779c, c1Var.d, c1Var.f780s) : z0Var2.c(c1Var.b, x0Var4, j3); if (d2 != null) { - z0 z0Var3 = this.f1009z; + z0 z0Var3 = this.f952z; l1[] l1VarArr = this.j; l lVar = this.k; c.i.a.c.h2.m h = this.m.h(); @@ -1152,7 +1150,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { x0 x0Var5 = z0Var3.j; if (x0Var5 == null) { if (d2.a.a()) { - j2 = d2.f1077c; + j2 = d2.f1018c; } j2 = 0; j = j2; @@ -1174,7 +1172,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z0Var3.k++; z0Var3.k(); x0Var6.a.l(this, d2.b); - if (this.f1009z.h == x0Var6) { + if (this.f952z.h == x0Var6) { H(x0Var6.e()); } q(false); @@ -1186,7 +1184,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { y(); } - x0 x0Var8 = this.f1009z.i; + x0 x0Var8 = this.f952z.i; if (x0Var8 != null) { if (x0Var8.l != null && !this.I) { if (x0Var8.d) { @@ -1198,7 +1196,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } k1 k1Var = k1VarArr[i2]; - c.i.a.c.d2.f0 f0Var = x0Var8.f1072c[i2]; + c.i.a.c.d2.f0 f0Var = x0Var8.f1013c[i2]; if (!(k1Var.h() == f0Var && (f0Var == null || k1Var.i()))) { break; } @@ -1210,7 +1208,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { x0 x0Var9 = x0Var8.l; if (x0Var9.d || this.S >= x0Var9.e()) { m mVar2 = x0Var8.n; - z0 z0Var4 = this.f1009z; + z0 z0Var4 = this.f952z; x0 x0Var10 = z0Var4.i; c.c.a.a0.d.D((x0Var10 == null || x0Var10.l == null) ? false : true); z0Var4.i = z0Var4.i.l; @@ -1249,7 +1247,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } k1 k1Var3 = k1VarArr3[i4]; - c.i.a.c.d2.f0 f0Var2 = x0Var8.f1072c[i4]; + c.i.a.c.d2.f0 f0Var2 = x0Var8.f1013c[i4]; if (f0Var2 != null && k1Var3.h() == f0Var2 && k1Var3.i()) { long j4 = x0Var8.f.e; T(k1Var3, (j4 == -9223372036854775807L || j4 == Long.MIN_VALUE) ? -9223372036854775807L : j4 + x0Var8.o); @@ -1258,7 +1256,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } } - z0 z0Var5 = this.f1009z; + z0 z0Var5 = this.f952z; x0 x0Var12 = z0Var5.i; if (!(x0Var12 == null || z0Var5.h == x0Var12 || x0Var12.g)) { m mVar4 = x0Var12.n; @@ -1271,10 +1269,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } k1 k1Var4 = k1VarArr4[i5]; if (w(k1Var4)) { - boolean z10 = k1Var4.h() != x0Var12.f1072c[i5]; + boolean z10 = k1Var4.h() != x0Var12.f1013c[i5]; if (!mVar4.b(i5) || z10) { if (!k1Var4.v()) { - k1Var4.j(j(mVar4.f922c[i5]), x0Var12.f1072c[i5], x0Var12.e(), x0Var12.o); + k1Var4.j(j(mVar4.f870c[i5]), x0Var12.f1013c[i5], x0Var12.e(), x0Var12.o); } else if (k1Var4.b()) { f(k1Var4); } else { @@ -1290,17 +1288,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } boolean z11 = false; while (true) { - if (!(e0() && !this.I && (x0Var = this.f1009z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { + if (!(e0() && !this.I && (x0Var = this.f952z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { break; } if (z11) { z(); } - z0 z0Var6 = this.f1009z; + z0 z0Var6 = this.f952z; x0 x0Var13 = z0Var6.h; x0 a3 = z0Var6.a(); y0 y0Var = a3.f; - this.E = u(y0Var.a, y0Var.b, y0Var.f1077c); + this.E = u(y0Var.a, y0Var.b, y0Var.f1018c); this.F.b(x0Var13.f.f ? 0 : 3); r1 r1Var = this.E.b; l0(r1Var, a3.f.a, r1Var, x0Var13.f.a, -9223372036854775807L); @@ -1314,7 +1312,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.o.a.removeMessages(2); return; } - x0 x0Var14 = this.f1009z.h; + x0 x0Var14 = this.f952z.h; if (x0Var14 == null) { M(a2, 10); return; @@ -1323,7 +1321,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { m0(); if (x0Var14.d) { long elapsedRealtime = SystemClock.elapsedRealtime() * 1000; - x0Var14.a.r(this.E.s - this.t, this.u); + x0Var14.a.r(this.E.f780s - this.t, this.u); boolean z12 = true; z2 = true; int i7 = 0; @@ -1336,7 +1334,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (w(k1Var5)) { k1Var5.q(this.S, elapsedRealtime); boolean z13 = z12 && k1Var5.b(); - boolean z14 = x0Var14.f1072c[i7] != k1Var5.h(); + boolean z14 = x0Var14.f1013c[i7] != k1Var5.h(); boolean z15 = z14 || (!z14 && k1Var5.i()) || k1Var5.d() || k1Var5.b(); boolean z16 = z2 && z15; if (!z15) { @@ -1354,7 +1352,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z2 = true; } long j5 = x0Var14.f.e; - boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.s); + boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f780s); if (z17 && this.I) { this.I = false; Y(false, this.E.m, false, 5); @@ -1367,8 +1365,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { if (z2) { if (c1Var2.g) { - long j6 = f0(c1Var2.b, this.f1009z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; - x0 x0Var15 = this.f1009z.j; + long j6 = f0(c1Var2.b, this.f952z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; + x0 x0Var15 = this.f952z.j; boolean z18 = x0Var15.f() && x0Var15.f.h; boolean z19 = x0Var15.f.a.a() && !x0Var15.d; if (!z18) { @@ -1392,8 +1390,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.J = e0(); d0(2); if (this.J) { - for (x0 x0Var16 = this.f1009z.h; x0Var16 != null; x0Var16 = x0Var16.l) { - c.i.a.c.f2.g[] gVarArr = x0Var16.n.f922c; + for (x0 x0Var16 = this.f952z.h; x0Var16 != null; x0Var16 = x0Var16.l) { + c.i.a.c.f2.g[] gVarArr = x0Var16.n.f870c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.k(); @@ -1425,13 +1423,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (i8 >= k1VarArr6.length) { break; } - if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1072c[i8]) { + if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1013c[i8]) { this.i[i8].s(); } i8++; } c1 c1Var3 = this.E; - if (!c1Var3.g && c1Var3.f821r < 500000 && v()) { + if (!c1Var3.g && c1Var3.r < 500000 && v()) { throw new IllegalStateException("Playback stuck buffering and not loading"); } } @@ -1458,7 +1456,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } c1 c1Var5 = this.E; if (c1Var5.p != z4) { - this.E = new c1(c1Var5.b, c1Var5.f820c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.f821r, c1Var5.s, c1Var5.o, z4); + this.E = new c1(c1Var5.b, c1Var5.f779c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.r, c1Var5.f780s, c1Var5.o, z4); } this.O = false; c.c.a.a0.d.f0(); @@ -1573,7 +1571,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z(); } catch (ExoPlaybackException e2) { e = e2; - if (e.type == 1 && (x0Var = this.f1009z.i) != null) { + if (e.type == 1 && (x0Var = this.f952z.i) != null) { e = e.a(x0Var.f.a); } if (!e.isRecoverable || this.V != null) { @@ -1594,7 +1592,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z(); } catch (IOException e3) { ExoPlaybackException exoPlaybackException2 = new ExoPlaybackException(0, e3); - x0 x0Var2 = this.f1009z.h; + x0 x0Var2 = this.f952z.h; if (x0Var2 != null) { exoPlaybackException2 = exoPlaybackException2.a(x0Var2.f.a); } @@ -1614,7 +1612,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void i(boolean[] zArr) throws ExoPlaybackException { r rVar; - x0 x0Var = this.f1009z.i; + x0 x0Var = this.f952z.i; m mVar = x0Var.n; for (int i = 0; i < this.i.length; i++) { if (!mVar.b(i)) { @@ -1626,25 +1624,25 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z2 = zArr[i2]; k1 k1Var = this.i[i2]; if (!w(k1Var)) { - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; x0 x0Var2 = z0Var.i; boolean z3 = x0Var2 == z0Var.h; m mVar2 = x0Var2.n; m1 m1Var = mVar2.b[i2]; - Format[] j = j(mVar2.f922c[i2]); + Format[] j = j(mVar2.f870c[i2]); boolean z4 = e0() && this.E.e == 3; boolean z5 = !z2 && z4; this.Q++; - k1Var.o(m1Var, j, x0Var2.f1072c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); + k1Var.o(m1Var, j, x0Var2.f1013c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); k1Var.r(103, new p0(this)); m0 m0Var = this.v; Objects.requireNonNull(m0Var); - r w2 = k1Var.w(); - if (!(w2 == null || w2 == (rVar = m0Var.l))) { + r w = k1Var.w(); + if (!(w == null || w == (rVar = m0Var.l))) { if (rVar == null) { - m0Var.l = w2; + m0Var.l = w; m0Var.k = k1Var; - w2.e(m0Var.i.m); + w.e(m0Var.i.m); } else { throw new ExoPlaybackException(2, new IllegalStateException("Multiple renderer media clocks enabled.")); } @@ -1684,30 +1682,30 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long k(r1 r1Var, Object obj, long j) { - r1Var.n(r1Var.h(obj, this.s).f1015c, this.f1005r); - r1.c cVar = this.f1005r; + r1Var.n(r1Var.h(obj, this.f949s).f958c, this.r); + r1.c cVar = this.r; if (cVar.h != -9223372036854775807L && cVar.c()) { - r1.c cVar2 = this.f1005r; + r1.c cVar2 = this.r; if (cVar2.k) { long j2 = cVar2.i; int i = f0.a; - return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.f1005r.h) - (j + this.s.e); + return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f949s.e); } } return -9223372036854775807L; } public final void k0() { - x0 x0Var = this.f1009z.j; + x0 x0Var = this.f952z.j; boolean z2 = this.K || (x0Var != null && x0Var.a.h()); c1 c1Var = this.E; if (z2 != c1Var.g) { - this.E = new c1(c1Var.b, c1Var.f820c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.f821r, c1Var.s, c1Var.o, c1Var.p); + this.E = new c1(c1Var.b, c1Var.f779c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.r, c1Var.f780s, c1Var.o, c1Var.p); } } public final long l() { - x0 x0Var = this.f1009z.i; + x0 x0Var = this.f952z.i; if (x0Var == null) { return 0; } @@ -1721,7 +1719,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (i >= k1VarArr.length) { return j; } - if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1072c[i]) { + if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1013c[i]) { long t = this.i[i].t(); if (t == Long.MIN_VALUE) { return Long.MIN_VALUE; @@ -1742,15 +1740,15 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } return; } - r1Var.n(r1Var.h(aVar.a, this.s).f1015c, this.f1005r); + r1Var.n(r1Var.h(aVar.a, this.f949s).f958c, this.r); t0 t0Var = this.B; - v0.f fVar = this.f1005r.m; + v0.f fVar = this.r.m; int i = f0.a; k0 k0Var = (k0) t0Var; Objects.requireNonNull(k0Var); k0Var.d = h0.a(fVar.a); k0Var.g = h0.a(fVar.b); - k0Var.h = h0.a(fVar.f1049c); + k0Var.h = h0.a(fVar.f991c); float f3 = fVar.d; if (f3 == -3.4028235E38f) { f3 = 0.97f; @@ -1768,10 +1766,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k0Var2.a(); return; } - Object obj = this.f1005r.f1016c; + Object obj = this.r.f959c; Object obj2 = null; if (!r1Var2.q()) { - obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.s).f1015c, this.f1005r).f1016c; + obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f949s).f958c, this.r).f959c; } if (!f0.a(obj2, obj)) { k0 k0Var3 = (k0) this.B; @@ -1786,13 +1784,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { y.a aVar = c1.a; return Pair.create(c1.a, 0L); } - Pair j2 = r1Var.j(this.f1005r, this.s, r1Var.a(this.M), -9223372036854775807L); - y.a n = this.f1009z.n(r1Var, j2.first, 0); + Pair j2 = r1Var.j(this.r, this.f949s, r1Var.a(this.M), -9223372036854775807L); + y.a n = this.f952z.n(r1Var, j2.first, 0); long longValue = ((Long) j2.second).longValue(); if (n.a()) { - r1Var.h(n.a, this.s); - if (n.f862c == this.s.e(n.b)) { - j = this.s.f.f; + r1Var.h(n.a, this.f949s); + if (n.f816c == this.f949s.e(n.b)) { + j = this.f949s.f.f; } longValue = j; } @@ -1820,21 +1818,21 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { q0 q0Var5; q0 q0Var6; q0 q0Var7; - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; if (x0Var != null) { long k = x0Var.d ? x0Var.a.k() : -9223372036854775807L; if (k != -9223372036854775807L) { H(k); - if (k != this.E.s) { + if (k != this.E.f780s) { c1 c1Var = this.E; - this.E = u(c1Var.f820c, k, c1Var.d); + this.E = u(c1Var.f779c, k, c1Var.d); this.F.b(4); } q0Var2 = this; q0Var = q0Var2; } else { m0 m0Var = this.v; - boolean z2 = x0Var != this.f1009z.i; + boolean z2 = x0Var != this.f952z.i; k1 k1Var = m0Var.k; if (k1Var == null || k1Var.b() || (!m0Var.k.d() && (z2 || m0Var.k.i()))) { m0Var.m = true; @@ -1873,8 +1871,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { long m2 = m0Var.m(); this.S = m2; long j4 = m2 - x0Var.o; - long j5 = this.E.s; - if (this.f1006w.isEmpty() || this.E.f820c.a()) { + long j5 = this.E.f780s; + if (this.w.isEmpty() || this.E.f779c.a()) { q0Var2 = this; q0Var = q0Var2; } else { @@ -1883,10 +1881,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.U = false; } c1 c1Var2 = this.E; - int b2 = c1Var2.b.b(c1Var2.f820c.a); - int min = Math.min(this.T, this.f1006w.size()); + int b2 = c1Var2.b.b(c1Var2.f779c.a); + int min = Math.min(this.T, this.w.size()); if (min > 0) { - cVar = this.f1006w.get(min - 1); + cVar = this.w.get(min - 1); j = j5; q0Var4 = this; q0Var = q0Var4; @@ -1908,10 +1906,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { q0Var7 = q0Var3; break; } - cVar = q0Var4.f1006w.get(min - 1); + cVar = q0Var4.w.get(min - 1); } - if (min < q0Var4.f1006w.size()) { - cVar2 = q0Var4.f1006w.get(min); + if (min < q0Var4.w.size()) { + cVar2 = q0Var4.w.get(min); while (true) { if (cVar2 == null || cVar2.l == null) { break; @@ -1921,10 +1919,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } min++; - if (min >= q0Var4.f1006w.size()) { + if (min >= q0Var4.w.size()) { break; } - cVar2 = q0Var4.f1006w.get(min); + cVar2 = q0Var4.w.get(min); } while (cVar2 != null && cVar2.l != null && cVar2.j == b2) { long j6 = cVar2.k; @@ -1934,11 +1932,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { try { q0Var4.R(cVar2.i); Objects.requireNonNull(cVar2.i); - q0Var4.f1006w.remove(min); - cVar2 = min >= q0Var4.f1006w.size() ? q0Var4.f1006w.get(min) : null; + q0Var4.w.remove(min); + cVar2 = min >= q0Var4.w.size() ? q0Var4.w.get(min) : null; } catch (Throwable th) { Objects.requireNonNull(cVar2.i); - q0Var4.f1006w.remove(min); + q0Var4.w.remove(min); throw th; } } @@ -1950,16 +1948,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { while (true) { int i2 = cVar2.j; min++; - if (min >= q0Var4.f1006w.size()) { + if (min >= q0Var4.w.size()) { } - cVar2 = q0Var4.f1006w.get(min); + cVar2 = q0Var4.w.get(min); } while (cVar2 != null) { long j6 = cVar2.k; q0Var4.R(cVar2.i); Objects.requireNonNull(cVar2.i); - q0Var4.f1006w.remove(min); - if (min >= q0Var4.f1006w.size()) { + q0Var4.w.remove(min); + if (min >= q0Var4.w.size()) { } } q0Var4.T = min; @@ -1980,17 +1978,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { while (true) { if (cVar != null) { } - cVar = q0Var4.f1006w.get(min - 1); + cVar = q0Var4.w.get(min - 1); } - if (min < q0Var4.f1006w.size()) { + if (min < q0Var4.w.size()) { } cVar2 = null; while (true) { int i2 = cVar2.j; min++; - if (min >= q0Var4.f1006w.size()) { + if (min >= q0Var4.w.size()) { } - cVar2 = q0Var4.f1006w.get(min); + cVar2 = q0Var4.w.get(min); } while (cVar2 != null) { } @@ -1998,17 +1996,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j4 = j2; q0Var2 = q0Var3; } - q0Var2.E.s = j4; + q0Var2.E.f780s = j4; } - q0Var2.E.q = q0Var2.f1009z.j.d(); - q0Var2.E.f821r = q0Var.n(); + q0Var2.E.q = q0Var2.f952z.j.d(); + q0Var2.E.r = q0Var.n(); c1 c1Var3 = q0Var2.E; - if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f820c)) { + if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f779c)) { c1 c1Var4 = q0Var2.E; float f2 = 1.0f; if (c1Var4.n.b == 1.0f) { t0 t0Var = q0Var2.B; - long k2 = q0Var2.k(c1Var4.b, c1Var4.f820c.a, c1Var4.s); + long k2 = q0Var2.k(c1Var4.b, c1Var4.f779c.a, c1Var4.f780s); long n = q0Var.n(); k0 k0Var = (k0) t0Var; if (k0Var.d != -9223372036854775807L) { @@ -2018,12 +2016,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k0Var.n = j7; k0Var.o = 0; } else { - float f3 = k0Var.f989c; + float f3 = k0Var.f935c; long max = Math.max(j7, (long) (((1.0f - f3) * ((float) j7)) + (((float) j8) * f3))); k0Var.n = max; long abs = Math.abs(j7 - max); long j9 = k0Var.o; - float f4 = k0Var.f989c; + float f4 = k0Var.f935c; k0Var.o = (long) (((1.0f - f4) * ((float) abs)) + (((float) j9) * f4)); } if (k0Var.m == -9223372036854775807L || SystemClock.elapsedRealtime() - k0Var.m >= 1000) { @@ -2060,7 +2058,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } if (q0Var2.v.c().b != f2) { - q0Var2.v.e(new d1(f2, q0Var2.E.n.f830c)); + q0Var2.v.e(new d1(f2, q0Var2.E.n.f788c)); q0Var2.t(q0Var2.E.n, q0Var2.v.c().b, false, false); } } @@ -2073,7 +2071,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long o(long j) { - x0 x0Var = this.f1009z.j; + x0 x0Var = this.f952z.j; if (x0Var == null) { return 0; } @@ -2081,7 +2079,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void p(v vVar) { - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; x0 x0Var = z0Var.j; if (x0Var != null && x0Var.a == vVar) { z0Var.l(this.S); @@ -2090,17 +2088,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void q(boolean z2) { - x0 x0Var = this.f1009z.j; - y.a aVar = x0Var == null ? this.E.f820c : x0Var.f.a; + x0 x0Var = this.f952z.j; + y.a aVar = x0Var == null ? this.E.f779c : x0Var.f.a; boolean z3 = !this.E.k.equals(aVar); if (z3) { this.E = this.E.a(aVar); } c1 c1Var = this.E; - c1Var.q = x0Var == null ? c1Var.s : x0Var.d(); - this.E.f821r = n(); + c1Var.q = x0Var == null ? c1Var.f780s : x0Var.d(); + this.E.r = n(); if ((z3 || z2) && x0Var != null && x0Var.d) { - this.m.d(this.i, x0Var.m, x0Var.n.f922c); + this.m.d(this.i, x0Var.m, x0Var.n.f870c); } } @@ -2147,19 +2145,19 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Throwable th; c1 c1Var = this.E; g gVar2 = this.R; - z0 z0Var = this.f1009z; + z0 z0Var = this.f952z; int i7 = this.L; boolean z13 = this.M; - r1.c cVar = this.f1005r; - r1.b bVar = this.s; + r1.c cVar = this.r; + r1.b bVar = this.f949s; if (r1Var.q()) { y.a aVar3 = c1.a; fVar = new f(c1.a, 0, -9223372036854775807L, false, true, false); } else { - y.a aVar4 = c1Var.f820c; + y.a aVar4 = c1Var.f779c; Object obj3 = aVar4.a; boolean g02 = g0(c1Var, bVar, cVar); - long j6 = g02 ? c1Var.d : c1Var.s; + long j6 = g02 ? c1Var.d : c1Var.f780s; if (gVar2 != null) { aVar2 = aVar4; Pair K = K(r1Var, gVar2, true, i7, z13, cVar, bVar); @@ -2170,8 +2168,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z9 = false; z5 = true; } else { - if (gVar2.f1013c == -9223372036854775807L) { - i4 = r1Var.h(K.first, bVar).f1015c; + if (gVar2.f956c == -9223372036854775807L) { + i4 = r1Var.h(K.first, bVar).f958c; obj = obj3; z11 = false; } else { @@ -2202,7 +2200,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { i4 = r1Var.a(z13); z5 = true; } else { - i4 = r1Var.h(L, bVar).f1015c; + i4 = r1Var.h(L, bVar).f958c; z5 = false; } obj = obj2; @@ -2228,11 +2226,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } fVar = new f(n, j3, j, z4, z3, z2); } else if (j6 == -9223372036854775807L) { - i6 = r1Var.h(obj2, bVar).f1015c; + i6 = r1Var.h(obj2, bVar).f958c; } else { aVar = aVar2; c1Var.b.h(aVar.a, bVar); - Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f1015c, j6 + bVar.e); + Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f958c, j6 + bVar.e); obj = j7.first; j6 = ((Long) j7.second).longValue(); i5 = -1; @@ -2256,10 +2254,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (!n.a()) { if (n.equals(aVar)) { - j4 = c1Var.s; + j4 = c1Var.f780s; } else { r1Var.h(n.a, bVar); - j4 = n.f862c == bVar.e(n.b) ? bVar.f.f : 0; + j4 = n.f816c == bVar.e(n.b) ? bVar.f.f : 0; } j3 = j4; } else { @@ -2301,10 +2299,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { fVar = new f(n, j3, j, z4, z3, z2); } y.a aVar5 = fVar.a; - long j9 = fVar.f1012c; + long j9 = fVar.f955c; boolean z14 = fVar.d; long j10 = fVar.b; - boolean z15 = !this.E.f820c.equals(aVar5) || j10 != this.E.s; + boolean z15 = !this.E.f779c.equals(aVar5) || j10 != this.E.f780s; try { if (fVar.e) { if (this.E.e != 1) { @@ -2316,14 +2314,14 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j5 = j9; z12 = false; try { - if (!this.f1009z.q(r1Var, this.S, l())) { + if (!this.f952z.q(r1Var, this.S, l())) { N(false); } } catch (Throwable th2) { th = th2; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f820c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f779c, !fVar.f ? j10 : -9223372036854775807L); if (z15 || j5 != this.E.d) { this.E = u(aVar5, j10, j5); } @@ -2340,16 +2338,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j5 = j9; z12 = false; if (!r1Var.q()) { - for (x0 x0Var = this.f1009z.h; x0Var != null; x0Var = x0Var.l) { + for (x0 x0Var = this.f952z.h; x0Var != null; x0Var = x0Var.l) { if (x0Var.f.a.equals(aVar5)) { - x0Var.f = this.f1009z.g(r1Var, x0Var.f); + x0Var.f = this.f952z.g(r1Var, x0Var.f); } } j10 = P(aVar5, j10, z14); } } c1 c1Var3 = this.E; - l0(r1Var, aVar5, c1Var3.b, c1Var3.f820c, fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var3.b, c1Var3.f779c, fVar.f ? j10 : -9223372036854775807L); if (z15 || j5 != this.E.d) { this.E = u(aVar5, j10, j5); } @@ -2366,7 +2364,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z12 = false; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f820c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f779c, !fVar.f ? j10 : -9223372036854775807L); this.E = u(aVar5, j10, j5); G(); J(r1Var, this.E.b); @@ -2379,7 +2377,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void s(v vVar) throws ExoPlaybackException { - x0 x0Var = this.f1009z.j; + x0 x0Var = this.f952z.j; if (x0Var != null && x0Var.a == vVar) { float f2 = this.v.c().b; r1 r1Var = this.E.b; @@ -2397,12 +2395,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { y0 y0Var2 = x0Var.f; x0Var.o = (y0Var2.b - a2) + j3; x0Var.f = y0Var2.b(a2); - this.m.d(this.i, x0Var.m, x0Var.n.f922c); - if (x0Var == this.f1009z.h) { + this.m.d(this.i, x0Var.m, x0Var.n.f870c); + if (x0Var == this.f952z.h) { H(x0Var.f.b); h(); c1 c1Var = this.E; - this.E = u(c1Var.f820c, x0Var.f.b, c1Var.d); + this.E = u(c1Var.f779c, x0Var.f.b, c1Var.d); } y(); } @@ -2417,13 +2415,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.E = this.E.f(d1Var); } float f3 = d1Var.b; - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; while (true) { i = 0; if (x0Var == null) { break; } - c.i.a.c.f2.g[] gVarArr = x0Var.n.f922c; + c.i.a.c.f2.g[] gVarArr = x0Var.n.f870c; int length = gVarArr.length; while (i < length) { c.i.a.c.f2.g gVar = gVarArr[i]; @@ -2452,17 +2450,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { TrackGroupArray trackGroupArray; u uVar2; int i = 0; - this.U = this.U || j != this.E.s || !aVar.equals(this.E.f820c); + this.U = this.U || j != this.E.f780s || !aVar.equals(this.E.f779c); G(); c1 c1Var = this.E; TrackGroupArray trackGroupArray2 = c1Var.h; m mVar2 = c1Var.i; List list = c1Var.j; if (this.A.j) { - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; TrackGroupArray trackGroupArray3 = x0Var == null ? TrackGroupArray.i : x0Var.m; m mVar3 = x0Var == null ? this.l : x0Var.n; - c.i.a.c.f2.g[] gVarArr = mVar3.f922c; + c.i.a.c.f2.g[] gVarArr = mVar3.f870c; c.i.a.f.e.o.c.n(4, "initialCapacity"); Object[] objArr = new Object[4]; int length = gVarArr.length; @@ -2472,7 +2470,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { while (i2 < length) { c.i.a.c.f2.g gVar = gVarArr[i2]; if (gVar != null) { - Metadata metadata = gVar.d(i).f2693r; + Metadata metadata = gVar.d(i).r; if (metadata == null) { Metadata metadata2 = new Metadata(new Metadata.Entry[i]); int i4 = i3 + 1; @@ -2502,14 +2500,14 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (x0Var != null) { y0 y0Var = x0Var.f; - if (y0Var.f1077c != j2) { + if (y0Var.f1018c != j2) { x0Var.f = y0Var.a(j2); } } uVar = uVar2; trackGroupArray = trackGroupArray3; mVar = mVar3; - } else if (!aVar.equals(c1Var.f820c)) { + } else if (!aVar.equals(c1Var.f779c)) { TrackGroupArray trackGroupArray4 = TrackGroupArray.i; m mVar4 = this.l; c.i.b.b.a aVar3 = u.j; @@ -2525,7 +2523,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final boolean v() { - x0 x0Var = this.f1009z.j; + x0 x0Var = this.f952z.j; if (x0Var == null) { return false; } @@ -2533,9 +2531,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final boolean x() { - x0 x0Var = this.f1009z.h; + x0 x0Var = this.f952z.h; long j = x0Var.f.e; - return x0Var.d && (j == -9223372036854775807L || this.E.s < j || !e0()); + return x0Var.d && (j == -9223372036854775807L || this.E.f780s < j || !e0()); } public final void y() { @@ -2545,9 +2543,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (!v()) { z2 = false; } else { - x0 x0Var = this.f1009z.j; + x0 x0Var = this.f952z.j; long o = o(!x0Var.d ? 0 : x0Var.a.c()); - if (x0Var == this.f1009z.h) { + if (x0Var == this.f952z.h) { j2 = this.S; j = x0Var.o; } else { @@ -2558,7 +2556,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } this.K = z2; if (z2) { - x0 x0Var2 = this.f1009z.j; + x0 x0Var2 = this.f952z.j; long j3 = this.S; c.c.a.a0.d.D(x0Var2.g()); x0Var2.a.g(j3 - x0Var2.o); @@ -2573,7 +2571,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { dVar.a = z2; dVar.b = c1Var; if (z2) { - o0 o0Var = ((o) this.f1008y).a; + o0 o0Var = ((o) this.f951y).a; o0Var.e.a.post(new t(o0Var, dVar)); this.F = new d(this.E); } diff --git a/app/src/main/java/c/i/a/c/q1.java b/app/src/main/java/c/i/a/c/q1.java index bf81d5f9a3..043ad2c58d 100644 --- a/app/src/main/java/c/i/a/c/q1.java +++ b/app/src/main/java/c/i/a/c/q1.java @@ -18,7 +18,7 @@ public final class q1 { public final Handler b; /* renamed from: c reason: collision with root package name */ - public final b f1014c; + public final b f957c; public final AudioManager d; @Nullable public c e; @@ -46,7 +46,7 @@ public final class q1 { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = handler; - this.f1014c = bVar; + this.f957c = bVar; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); d.H(audioManager); this.d = audioManager; diff --git a/app/src/main/java/c/i/a/c/r1.java b/app/src/main/java/c/i/a/c/r1.java index 140a863775..118d9873a3 100644 --- a/app/src/main/java/c/i/a/c/r1.java +++ b/app/src/main/java/c/i/a/c/r1.java @@ -53,7 +53,7 @@ public abstract class r1 { public Object b; /* renamed from: c reason: collision with root package name */ - public int f1015c; + public int f958c; public long d; public long e; public c.i.a.c.d2.j0.a f = c.i.a.c.d2.j0.a.a; @@ -129,7 +129,7 @@ public abstract class r1 { return false; } b bVar = (b) obj; - return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f1015c == bVar.f1015c && this.d == bVar.d && this.e == bVar.e && f0.a(this.f, bVar.f); + return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f958c == bVar.f958c && this.d == bVar.d && this.e == bVar.e && f0.a(this.f, bVar.f); } public int hashCode() { @@ -142,7 +142,7 @@ public abstract class r1 { } long j = this.d; long j2 = this.e; - return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f1015c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); + return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f958c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); } } @@ -152,7 +152,7 @@ public abstract class r1 { public static final v0 b; /* renamed from: c reason: collision with root package name */ - public Object f1016c = a; + public Object f959c = a; @Nullable @Deprecated public Object d; @@ -172,10 +172,10 @@ public abstract class r1 { public int o; public int p; public long q; + public long r; - /* renamed from: r reason: collision with root package name */ - public long f1017r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f960s; static { v0.c cVar = new v0.c(); @@ -189,7 +189,7 @@ public abstract class r1 { } public long b() { - return h0.b(this.f1017r); + return h0.b(this.r); } public boolean c() { @@ -199,7 +199,7 @@ public abstract class r1 { public c d(Object obj, @Nullable v0 v0Var, @Nullable Object obj2, long j, long j2, long j3, boolean z2, boolean z3, @Nullable v0.f fVar, long j4, long j5, int i, int i2, long j6) { v0.g gVar; - this.f1016c = obj; + this.f959c = obj; this.e = v0Var != null ? v0Var : b; this.d = (v0Var == null || (gVar = v0Var.b) == null) ? null : gVar.h; this.f = obj2; @@ -211,10 +211,10 @@ public abstract class r1 { this.l = fVar != null; this.m = fVar; this.q = j4; - this.f1017r = j5; + this.r = j5; this.o = i; this.p = i2; - this.s = j6; + this.f960s = j6; this.n = false; return this; } @@ -227,11 +227,11 @@ public abstract class r1 { return false; } c cVar = (c) obj; - return f0.a(this.f1016c, cVar.f1016c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.f1017r == cVar.f1017r && this.o == cVar.o && this.p == cVar.p && this.s == cVar.s; + return f0.a(this.f959c, cVar.f959c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.r == cVar.r && this.o == cVar.o && this.p == cVar.p && this.f960s == cVar.f960s; } public int hashCode() { - int hashCode = (this.e.hashCode() + ((this.f1016c.hashCode() + 217) * 31)) * 31; + int hashCode = (this.e.hashCode() + ((this.f959c.hashCode() + 217) * 31)) * 31; Object obj = this.f; int i = 0; int hashCode2 = (hashCode + (obj == null ? 0 : obj.hashCode())) * 31; @@ -243,8 +243,8 @@ public abstract class r1 { long j2 = this.h; long j3 = this.i; long j4 = this.q; - long j5 = this.f1017r; - long j6 = this.s; + long j5 = this.r; + long j6 = this.f960s; return ((((((((((((((((((((((hashCode2 + i) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + (this.j ? 1 : 0)) * 31) + (this.k ? 1 : 0)) * 31) + (this.n ? 1 : 0)) * 31) + ((int) (j4 ^ (j4 >>> 32)))) * 31) + ((int) (j5 ^ (j5 >>> 32)))) * 31) + this.o) * 31) + this.p) * 31) + ((int) (j6 ^ (j6 >>> 32))); } } @@ -263,7 +263,7 @@ public abstract class r1 { } public final int d(int i, b bVar, c cVar, int i2, boolean z2) { - int i3 = g(i, bVar, false).f1015c; + int i3 = g(i, bVar, false).f958c; if (n(i3, cVar).p != i) { return i + 1; } @@ -361,7 +361,7 @@ public abstract class r1 { } } int i2 = cVar.o; - long j3 = cVar.s + j; + long j3 = cVar.f960s + j; long j4 = g(i2, bVar, true).d; while (j4 != -9223372036854775807L && j3 >= j4 && i2 < cVar.p) { j3 -= j4; diff --git a/app/src/main/java/c/i/a/c/s1.java b/app/src/main/java/c/i/a/c/s1.java index 667b296f94..913f9789a7 100644 --- a/app/src/main/java/c/i/a/c/s1.java +++ b/app/src/main/java/c/i/a/c/s1.java @@ -12,7 +12,7 @@ public final class s1 { public PowerManager.WakeLock b; /* renamed from: c reason: collision with root package name */ - public boolean f1018c; + public boolean f961c; public boolean d; public s1(Context context) { @@ -23,7 +23,7 @@ public final class s1 { public final void a() { PowerManager.WakeLock wakeLock = this.b; if (wakeLock != null) { - if (!this.f1018c || !this.d) { + if (!this.f961c || !this.d) { wakeLock.release(); } else { wakeLock.acquire(); diff --git a/app/src/main/java/c/i/a/c/t.java b/app/src/main/java/c/i/a/c/t.java index 9883ef9fa7..f18dbc180d 100644 --- a/app/src/main/java/c/i/a/c/t.java +++ b/app/src/main/java/c/i/a/c/t.java @@ -18,8 +18,8 @@ public final /* synthetic */ class t implements Runnable { public final void run() { o0 o0Var = this.i; q0.d dVar = this.j; - int i = o0Var.s - dVar.f1011c; - o0Var.s = i; + int i = o0Var.f938s - dVar.f954c; + o0Var.f938s = i; boolean z2 = true; if (dVar.d) { o0Var.t = true; @@ -30,9 +30,9 @@ public final /* synthetic */ class t implements Runnable { } if (i == 0) { r1 r1Var = dVar.b.b; - if (!o0Var.f994x.b.q() && r1Var.q()) { - o0Var.f995y = -1; - o0Var.f996z = 0; + if (!o0Var.f939x.b.q() && r1Var.q()) { + o0Var.f940y = -1; + o0Var.f941z = 0; } if (!r1Var.q()) { List asList = Arrays.asList(((i1) r1Var).i); diff --git a/app/src/main/java/c/i/a/c/t1.java b/app/src/main/java/c/i/a/c/t1.java index f6cc124ea6..691c63f60a 100644 --- a/app/src/main/java/c/i/a/c/t1.java +++ b/app/src/main/java/c/i/a/c/t1.java @@ -11,7 +11,7 @@ public final class t1 { public WifiManager.WifiLock b; /* renamed from: c reason: collision with root package name */ - public boolean f1019c; + public boolean f962c; public boolean d; public t1(Context context) { @@ -21,7 +21,7 @@ public final class t1 { public final void a() { WifiManager.WifiLock wifiLock = this.b; if (wifiLock != null) { - if (!this.f1019c || !this.d) { + if (!this.f962c || !this.d) { wifiLock.release(); } else { wifiLock.acquire(); diff --git a/app/src/main/java/c/i/a/c/u1/c1.java b/app/src/main/java/c/i/a/c/u1/c1.java index c45dfb36aa..e73afddf77 100644 --- a/app/src/main/java/c/i/a/c/u1/c1.java +++ b/app/src/main/java/c/i/a/c/u1/c1.java @@ -54,7 +54,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public u b = q0.k; /* renamed from: c reason: collision with root package name */ - public c.i.b.b.w f1020c = r0.l; + public c.i.b.b.w f963c = r0.l; @Nullable public y.a d; public y.a e; @@ -89,7 +89,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { if (!aVar.a.equals(obj)) { return false; } - return (z2 && aVar.b == i && aVar.f862c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); + return (z2 && aVar.b == i && aVar.f816c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); } public final void a(w.a aVar, @Nullable y.a aVar2, r1 r1Var) { @@ -98,7 +98,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { aVar.c(aVar2, r1Var); return; } - r1 r1Var2 = this.f1020c.get(aVar2); + r1 r1Var2 = this.f963c.get(aVar2); if (r1Var2 != null) { aVar.c(aVar2, r1Var2); } @@ -123,7 +123,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { a(aVar, this.d, r1Var); } } - this.f1020c = aVar.a(); + this.f963c = aVar.a(); } } @@ -379,7 +379,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { boolean z3 = r1Var.equals(this.o.D()) && i == this.o.o(); long j2 = 0; if (aVar2 != null && aVar2.a()) { - if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f862c) { + if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f816c) { z2 = true; } if (z2) { @@ -407,9 +407,9 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public final d1.a a0(@Nullable y.a aVar) { Objects.requireNonNull(this.o); - r1 r1Var = aVar == null ? null : this.l.f1020c.get(aVar); + r1 r1Var = aVar == null ? null : this.l.f963c.get(aVar); if (aVar != null && r1Var != null) { - return Z(r1Var, r1Var.h(aVar.a, this.j).f1015c, aVar); + return Z(r1Var, r1Var.h(aVar.a, this.j).f958c, aVar); } int o = this.o.o(); r1 D = this.o.D(); @@ -433,7 +433,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { Objects.requireNonNull(this.o); boolean z2 = false; if (aVar != null) { - if (this.l.f1020c.get(aVar) != null) { + if (this.l.f963c.get(aVar) != null) { z2 = true; } return z2 ? a0(aVar) : Z(r1.a, i, aVar); diff --git a/app/src/main/java/c/i/a/c/u1/d1.java b/app/src/main/java/c/i/a/c/u1/d1.java index 35c3ef7c7f..8dca008e47 100644 --- a/app/src/main/java/c/i/a/c/u1/d1.java +++ b/app/src/main/java/c/i/a/c/u1/d1.java @@ -17,7 +17,7 @@ public interface d1 { public final r1 b; /* renamed from: c reason: collision with root package name */ - public final int f1021c; + public final int f964c; @Nullable public final y.a d; public final long e; @@ -31,7 +31,7 @@ public interface d1 { public a(long j, r1 r1Var, int i, @Nullable y.a aVar, long j2, r1 r1Var2, int i2, @Nullable y.a aVar2, long j3, long j4) { this.a = j; this.b = r1Var; - this.f1021c = i; + this.f964c = i; this.d = aVar; this.e = j2; this.f = r1Var2; @@ -49,11 +49,11 @@ public interface d1 { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f1021c == aVar.f1021c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); + return this.a == aVar.a && this.f964c == aVar.f964c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); } public int hashCode() { - return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.b, Integer.valueOf(this.f1021c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); + return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.b, Integer.valueOf(this.f964c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); } } diff --git a/app/src/main/java/c/i/a/c/u1/f0.java b/app/src/main/java/c/i/a/c/u1/f0.java index 7e7e81893c..783707ca90 100644 --- a/app/src/main/java/c/i/a/c/u1/f0.java +++ b/app/src/main/java/c/i/a/c/u1/f0.java @@ -11,14 +11,14 @@ public final /* synthetic */ class f0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f1022c; + public final /* synthetic */ u f965c; public final /* synthetic */ IOException d; public final /* synthetic */ boolean e; public /* synthetic */ f0(d1.a aVar, r rVar, u uVar, IOException iOException, boolean z2) { this.a = aVar; this.b = rVar; - this.f1022c = uVar; + this.f965c = uVar; this.d = iOException; this.e = z2; } diff --git a/app/src/main/java/c/i/a/c/u1/h.java b/app/src/main/java/c/i/a/c/u1/h.java index c27f34a2f2..9e6544bab0 100644 --- a/app/src/main/java/c/i/a/c/u1/h.java +++ b/app/src/main/java/c/i/a/c/u1/h.java @@ -10,12 +10,12 @@ public final /* synthetic */ class h implements o.a { public final /* synthetic */ TrackGroupArray b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1023c; + public final /* synthetic */ k f966c; public /* synthetic */ h(d1.a aVar, TrackGroupArray trackGroupArray, k kVar) { this.a = aVar; this.b = trackGroupArray; - this.f1023c = kVar; + this.f966c = kVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/i0.java b/app/src/main/java/c/i/a/c/u1/i0.java index 8ef666f64d..aebf2c19e1 100644 --- a/app/src/main/java/c/i/a/c/u1/i0.java +++ b/app/src/main/java/c/i/a/c/u1/i0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class i0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f1024c; + public final /* synthetic */ u f967c; public /* synthetic */ i0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f1024c = uVar; + this.f967c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/j.java b/app/src/main/java/c/i/a/c/u1/j.java index ac9da2da02..c997b9e0e2 100644 --- a/app/src/main/java/c/i/a/c/u1/j.java +++ b/app/src/main/java/c/i/a/c/u1/j.java @@ -8,14 +8,14 @@ public final /* synthetic */ class j implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1025c; + public final /* synthetic */ int f968c; public final /* synthetic */ int d; public final /* synthetic */ float e; public /* synthetic */ j(d1.a aVar, int i, int i2, int i3, float f) { this.a = aVar; this.b = i; - this.f1025c = i2; + this.f968c = i2; this.d = i3; this.e = f; } diff --git a/app/src/main/java/c/i/a/c/u1/k.java b/app/src/main/java/c/i/a/c/u1/k.java index a6d285dcb4..d36b9592d6 100644 --- a/app/src/main/java/c/i/a/c/u1/k.java +++ b/app/src/main/java/c/i/a/c/u1/k.java @@ -8,13 +8,13 @@ public final /* synthetic */ class k implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1026c; + public final /* synthetic */ long f969c; public final /* synthetic */ long d; public /* synthetic */ k(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f1026c = j; + this.f969c = j; this.d = j2; } diff --git a/app/src/main/java/c/i/a/c/u1/l0.java b/app/src/main/java/c/i/a/c/u1/l0.java index 2fe796a5f4..d9edbc2d38 100644 --- a/app/src/main/java/c/i/a/c/u1/l0.java +++ b/app/src/main/java/c/i/a/c/u1/l0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class l0 implements o.a { public final /* synthetic */ Format b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ e f1027c; + public final /* synthetic */ e f970c; public /* synthetic */ l0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f1027c = eVar; + this.f970c = eVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/m.java b/app/src/main/java/c/i/a/c/u1/m.java index 264547e219..8ee534cea7 100644 --- a/app/src/main/java/c/i/a/c/u1/m.java +++ b/app/src/main/java/c/i/a/c/u1/m.java @@ -8,12 +8,12 @@ public final /* synthetic */ class m implements o.a { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1028c; + public final /* synthetic */ long f971c; public /* synthetic */ m(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f1028c = j; + this.f971c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/m0.java b/app/src/main/java/c/i/a/c/u1/m0.java index 6e4abe71af..b4b9bcc055 100644 --- a/app/src/main/java/c/i/a/c/u1/m0.java +++ b/app/src/main/java/c/i/a/c/u1/m0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class m0 implements o.a { public final /* synthetic */ Format b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ e f1029c; + public final /* synthetic */ e f972c; public /* synthetic */ m0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f1029c = eVar; + this.f972c = eVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/n.java b/app/src/main/java/c/i/a/c/u1/n.java index 521461d51c..b912dfab13 100644 --- a/app/src/main/java/c/i/a/c/u1/n.java +++ b/app/src/main/java/c/i/a/c/u1/n.java @@ -8,12 +8,12 @@ public final /* synthetic */ class n implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1030c; + public final /* synthetic */ int f973c; public /* synthetic */ n(d1.a aVar, int i, int i2) { this.a = aVar; this.b = i; - this.f1030c = i2; + this.f973c = i2; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/n0.java b/app/src/main/java/c/i/a/c/u1/n0.java index 652e17c87d..ebd57a397e 100644 --- a/app/src/main/java/c/i/a/c/u1/n0.java +++ b/app/src/main/java/c/i/a/c/u1/n0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class n0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f1031c; + public final /* synthetic */ u f974c; public /* synthetic */ n0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f1031c = uVar; + this.f974c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/o.java b/app/src/main/java/c/i/a/c/u1/o.java index 8100d71afe..268383b5c1 100644 --- a/app/src/main/java/c/i/a/c/u1/o.java +++ b/app/src/main/java/c/i/a/c/u1/o.java @@ -9,12 +9,12 @@ public final /* synthetic */ class o implements o.a { public final /* synthetic */ v0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1032c; + public final /* synthetic */ int f975c; public /* synthetic */ o(d1.a aVar, v0 v0Var, int i) { this.a = aVar; this.b = v0Var; - this.f1032c = i; + this.f975c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/o0.java b/app/src/main/java/c/i/a/c/u1/o0.java index 6444532b26..c00f166209 100644 --- a/app/src/main/java/c/i/a/c/u1/o0.java +++ b/app/src/main/java/c/i/a/c/u1/o0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class o0 implements o.a { public final /* synthetic */ long b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1033c; + public final /* synthetic */ int f976c; public /* synthetic */ o0(d1.a aVar, long j, int i) { this.a = aVar; this.b = j; - this.f1033c = i; + this.f976c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/s0.java b/app/src/main/java/c/i/a/c/u1/s0.java index 79a2f9e46e..e2216bcf84 100644 --- a/app/src/main/java/c/i/a/c/u1/s0.java +++ b/app/src/main/java/c/i/a/c/u1/s0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class s0 implements o.a { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1034c; + public final /* synthetic */ int f977c; public /* synthetic */ s0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f1034c = i; + this.f977c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/t0.java b/app/src/main/java/c/i/a/c/u1/t0.java index 8d281eee84..3620a740d8 100644 --- a/app/src/main/java/c/i/a/c/u1/t0.java +++ b/app/src/main/java/c/i/a/c/u1/t0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class t0 implements o.a { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1035c; + public final /* synthetic */ int f978c; public /* synthetic */ t0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f1035c = i; + this.f978c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/v0.java b/app/src/main/java/c/i/a/c/u1/v0.java index 9419e6a9a7..fc1ab7138d 100644 --- a/app/src/main/java/c/i/a/c/u1/v0.java +++ b/app/src/main/java/c/i/a/c/u1/v0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class v0 implements o.a { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1036c; + public final /* synthetic */ long f979c; public /* synthetic */ v0(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f1036c = j; + this.f979c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/w.java b/app/src/main/java/c/i/a/c/u1/w.java index 8f8bf8a50f..20f0dd7258 100644 --- a/app/src/main/java/c/i/a/c/u1/w.java +++ b/app/src/main/java/c/i/a/c/u1/w.java @@ -10,12 +10,12 @@ public final /* synthetic */ class w implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f1037c; + public final /* synthetic */ u f980c; public /* synthetic */ w(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f1037c = uVar; + this.f980c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/z.java b/app/src/main/java/c/i/a/c/u1/z.java index c20ce5ccf7..0fcefff220 100644 --- a/app/src/main/java/c/i/a/c/u1/z.java +++ b/app/src/main/java/c/i/a/c/u1/z.java @@ -8,12 +8,12 @@ public final /* synthetic */ class z implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1038c; + public final /* synthetic */ long f981c; public /* synthetic */ z(d1.a aVar, int i, long j) { this.a = aVar; this.b = i; - this.f1038c = j; + this.f981c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/z0.java b/app/src/main/java/c/i/a/c/u1/z0.java index 0581a98798..e6e0be0051 100644 --- a/app/src/main/java/c/i/a/c/u1/z0.java +++ b/app/src/main/java/c/i/a/c/u1/z0.java @@ -8,13 +8,13 @@ public final /* synthetic */ class z0 implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1039c; + public final /* synthetic */ long f982c; public final /* synthetic */ long d; public /* synthetic */ z0(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f1039c = j; + this.f982c = j; this.d = j2; } diff --git a/app/src/main/java/c/i/a/c/v0.java b/app/src/main/java/c/i/a/c/v0.java index 98ac7c6fae..3d9614f3d4 100644 --- a/app/src/main/java/c/i/a/c/v0.java +++ b/app/src/main/java/c/i/a/c/v0.java @@ -16,7 +16,7 @@ public final class v0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final f f1040c; + public final f f983c; public final w0 d; public final d e; @@ -59,7 +59,7 @@ public final class v0 { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1041c; + public String f984c; public long d; public boolean e; public boolean f; @@ -78,40 +78,38 @@ public final class v0 { public List p = Collections.emptyList(); @Nullable public String q; - - /* renamed from: r reason: collision with root package name */ - public List f1042r = Collections.emptyList(); + public List r = Collections.emptyList(); @Nullable - public Uri s; + + /* renamed from: s reason: collision with root package name */ + public Uri f985s; @Nullable public Object t; @Nullable public Object u; @Nullable public w0 v; - - /* renamed from: w reason: collision with root package name */ - public long f1043w = -9223372036854775807L; + public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f1044x = -9223372036854775807L; + public long f986x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f1045y = -9223372036854775807L; + public long f987y = -9223372036854775807L; /* renamed from: z reason: collision with root package name */ - public float f1046z = -3.4028235E38f; + public float f988z = -3.4028235E38f; public v0 a() { g gVar; c.c.a.a0.d.D(this.h == null || this.j != null); Uri uri = this.b; if (uri != null) { - String str = this.f1041c; + String str = this.f984c; UUID uuid = this.j; e eVar = uuid != null ? new e(uuid, this.h, this.i, this.k, this.m, this.l, this.n, this.o, null) : null; - Uri uri2 = this.s; - g gVar2 = new g(uri, str, eVar, uri2 != null ? new b(uri2, this.t, null) : null, this.p, this.q, this.f1042r, this.u, null); + Uri uri2 = this.f985s; + g gVar2 = new g(uri, str, eVar, uri2 != null ? new b(uri2, this.t, null) : null, this.p, this.q, this.r, this.u, null); String str2 = this.a; if (str2 == null) { str2 = uri.toString(); @@ -124,7 +122,7 @@ public final class v0 { String str3 = this.a; Objects.requireNonNull(str3); d dVar = new d(this.d, Long.MIN_VALUE, this.e, this.f, this.g, null); - f fVar = new f(this.f1043w, this.f1044x, this.f1045y, this.f1046z, this.A); + f fVar = new f(this.w, this.f986x, this.f987y, this.f988z, this.A); w0 w0Var = this.v; if (w0Var == null) { w0Var = new w0(null, null); @@ -139,14 +137,14 @@ public final class v0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final boolean f1047c; + public final boolean f989c; public final boolean d; public final boolean e; public d(long j, long j2, boolean z2, boolean z3, boolean z4, a aVar) { this.a = j; this.b = j2; - this.f1047c = z2; + this.f989c = z2; this.d = z3; this.e = z4; } @@ -159,13 +157,13 @@ public final class v0 { return false; } d dVar = (d) obj; - return this.a == dVar.a && this.b == dVar.b && this.f1047c == dVar.f1047c && this.d == dVar.d && this.e == dVar.e; + return this.a == dVar.a && this.b == dVar.b && this.f989c == dVar.f989c && this.d == dVar.d && this.e == dVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f1047c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); + return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f989c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); } } @@ -176,7 +174,7 @@ public final class v0 { public final Uri b; /* renamed from: c reason: collision with root package name */ - public final Map f1048c; + public final Map f990c; public final boolean d; public final boolean e; public final boolean f; @@ -188,7 +186,7 @@ public final class v0 { c.c.a.a0.d.k(!z3 || uri != null); this.a = uuid; this.b = uri; - this.f1048c = map; + this.f990c = map; this.d = z2; this.f = z3; this.e = z4; @@ -204,14 +202,14 @@ public final class v0 { return false; } e eVar = (e) obj; - return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f1048c, eVar.f1048c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); + return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f990c, eVar.f990c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); } public int hashCode() { int hashCode = this.a.hashCode() * 31; Uri uri = this.b; int hashCode2 = uri != null ? uri.hashCode() : 0; - int hashCode3 = this.f1048c.hashCode(); + int hashCode3 = this.f990c.hashCode(); return Arrays.hashCode(this.h) + ((this.g.hashCode() + ((((((((hashCode3 + ((hashCode + hashCode2) * 31)) * 31) + (this.d ? 1 : 0)) * 31) + (this.f ? 1 : 0)) * 31) + (this.e ? 1 : 0)) * 31)) * 31); } } @@ -222,14 +220,14 @@ public final class v0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1049c; + public final long f991c; public final float d; public final float e; public f(long j, long j2, long j3, float f, float f2) { this.a = j; this.b = j2; - this.f1049c = j3; + this.f991c = j3; this.d = f; this.e = f2; } @@ -242,13 +240,13 @@ public final class v0 { return false; } f fVar = (f) obj; - return this.a == fVar.a && this.b == fVar.b && this.f1049c == fVar.f1049c && this.d == fVar.d && this.e == fVar.e; + return this.a == fVar.a && this.b == fVar.b && this.f991c == fVar.f991c && this.d == fVar.d && this.e == fVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - long j3 = this.f1049c; + long j3 = this.f991c; int i = ((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31; float f = this.d; int i2 = 0; @@ -269,7 +267,7 @@ public final class v0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final e f1050c; + public final e f992c; @Nullable public final b d; public final List e; @@ -282,7 +280,7 @@ public final class v0 { public g(Uri uri, String str, e eVar, b bVar, List list, String str2, List list2, Object obj, a aVar) { this.a = uri; this.b = str; - this.f1050c = eVar; + this.f992c = eVar; this.d = bVar; this.e = list; this.f = str2; @@ -298,7 +296,7 @@ public final class v0 { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f1050c, gVar.f1050c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); + return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f992c, gVar.f992c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); } public int hashCode() { @@ -306,7 +304,7 @@ public final class v0 { String str = this.b; int i = 0; int hashCode2 = (hashCode + (str == null ? 0 : str.hashCode())) * 31; - e eVar = this.f1050c; + e eVar = this.f992c; int hashCode3 = (hashCode2 + (eVar == null ? 0 : eVar.hashCode())) * 31; b bVar = this.d; int hashCode4 = (this.e.hashCode() + ((hashCode3 + (bVar == null ? 0 : bVar.hashCode())) * 31)) * 31; @@ -323,7 +321,7 @@ public final class v0 { public v0(String str, d dVar, g gVar, f fVar, w0 w0Var, a aVar) { this.a = str; this.b = gVar; - this.f1040c = fVar; + this.f983c = fVar; this.d = w0Var; this.e = dVar; } @@ -336,14 +334,14 @@ public final class v0 { return false; } v0 v0Var = (v0) obj; - return f0.a(this.a, v0Var.a) && this.e.equals(v0Var.e) && f0.a(this.b, v0Var.b) && f0.a(this.f1040c, v0Var.f1040c) && f0.a(this.d, v0Var.d); + return f0.a(this.a, v0Var.a) && this.e.equals(v0Var.e) && f0.a(this.b, v0Var.b) && f0.a(this.f983c, v0Var.f983c) && f0.a(this.d, v0Var.d); } public int hashCode() { int hashCode = this.a.hashCode() * 31; g gVar = this.b; int hashCode2 = gVar != null ? gVar.hashCode() : 0; - int hashCode3 = this.f1040c.hashCode(); + int hashCode3 = this.f983c.hashCode(); return this.d.hashCode() + ((this.e.hashCode() + ((hashCode3 + ((hashCode + hashCode2) * 31)) * 31)) * 31); } } diff --git a/app/src/main/java/c/i/a/c/v1/a0.java b/app/src/main/java/c/i/a/c/v1/a0.java index 7019398065..e7f2be00f6 100644 --- a/app/src/main/java/c/i/a/c/v1/a0.java +++ b/app/src/main/java/c/i/a/c/v1/a0.java @@ -84,7 +84,7 @@ public final class a0 extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i = aVar.d; if (i == 3 || i == 2 || i == 268435456 || i == 536870912 || i == 805306368 || i == 4) { - return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2704c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2284c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/b0.java b/app/src/main/java/c/i/a/c/v1/b0.java index 31cbed6205..749fe79603 100644 --- a/app/src/main/java/c/i/a/c/v1/b0.java +++ b/app/src/main/java/c/i/a/c/v1/b0.java @@ -15,10 +15,10 @@ public final class b0 extends u { public byte[] o; public int p; public int q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f1051r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f993s; public long t; public b0() { @@ -62,7 +62,7 @@ public final class b0 extends u { int remaining = byteBuffer.remaining(); j(remaining).put(byteBuffer).flip(); if (remaining > 0) { - this.s = true; + this.f993s = true; } } byteBuffer.limit(limit); @@ -82,11 +82,11 @@ public final class b0 extends u { this.q = i5; byte[] bArr2 = this.n; if (i5 == bArr2.length) { - if (this.s) { - l(bArr2, this.f1051r); - this.t += (long) ((this.q - (this.f1051r * 2)) / this.l); + if (this.f993s) { + l(bArr2, this.r); + this.t += (long) ((this.q - (this.r * 2)) / this.l); } else { - this.t += (long) ((i5 - this.f1051r) / this.l); + this.t += (long) ((i5 - this.r) / this.l); } m(byteBuffer, this.n, this.q); this.q = 0; @@ -103,9 +103,9 @@ public final class b0 extends u { int k2 = k(byteBuffer); byteBuffer.limit(k2); this.t += (long) (byteBuffer.remaining() / this.l); - m(byteBuffer, this.o, this.f1051r); + m(byteBuffer, this.o, this.r); if (k2 < limit4) { - l(this.o, this.f1051r); + l(this.o, this.r); this.p = 0; byteBuffer.limit(limit4); } @@ -136,7 +136,7 @@ public final class b0 extends u { this.n = new byte[i2]; } int i3 = ((int) ((this.j * j2) / 1000000)) * i; - this.f1051r = i3; + this.r = i3; if (this.o.length != i3) { this.o = new byte[i3]; } @@ -144,7 +144,7 @@ public final class b0 extends u { this.p = 0; this.t = 0; this.q = 0; - this.s = false; + this.f993s = false; } @Override // c.i.a.c.v1.u @@ -153,15 +153,15 @@ public final class b0 extends u { if (i > 0) { l(this.n, i); } - if (!this.s) { - this.t += (long) (this.f1051r / this.l); + if (!this.f993s) { + this.t += (long) (this.r / this.l); } } @Override // c.i.a.c.v1.u public void i() { this.m = false; - this.f1051r = 0; + this.r = 0; byte[] bArr = f0.f; this.n = bArr; this.o = bArr; @@ -180,13 +180,13 @@ public final class b0 extends u { public final void l(byte[] bArr, int i) { j(i).put(bArr, 0, i).flip(); if (i > 0) { - this.s = true; + this.f993s = true; } } public final void m(ByteBuffer byteBuffer, byte[] bArr, int i) { - int min = Math.min(byteBuffer.remaining(), this.f1051r); - int i2 = this.f1051r - min; + int min = Math.min(byteBuffer.remaining(), this.r); + int i2 = this.r - min; System.arraycopy(bArr, i - i2, this.o, 0, i2); byteBuffer.position(byteBuffer.limit() - min); byteBuffer.get(this.o, i2, min); diff --git a/app/src/main/java/c/i/a/c/v1/c0.java b/app/src/main/java/c/i/a/c/v1/c0.java index 0ab57adde4..7fa3afee15 100644 --- a/app/src/main/java/c/i/a/c/v1/c0.java +++ b/app/src/main/java/c/i/a/c/v1/c0.java @@ -9,7 +9,7 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f1052c; + public final float f994c; public final float d; public final float e; public final int f; @@ -24,10 +24,10 @@ public final class c0 { public int o; public int p; public int q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f1053r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f995s; public int t; public int u; public int v; @@ -35,7 +35,7 @@ public final class c0 { public c0(int i, int i2, float f, float f2, int i3) { this.a = i; this.b = i2; - this.f1052c = f; + this.f994c = f; this.d = f2; this.e = ((float) i) / ((float) i3); this.f = i / 400; @@ -127,7 +127,7 @@ public final class c0 { int i6; int i7; int i8 = this.m; - float f = this.f1052c; + float f = this.f994c; float f2 = this.d; float f3 = f / f2; float f4 = this.e * f2; @@ -139,11 +139,11 @@ public final class c0 { if (i10 >= this.h) { int i11 = 0; while (true) { - int i12 = this.f1053r; + int i12 = this.r; if (i12 > 0) { int min = Math.min(this.h, i12); a(this.j, i11, min); - this.f1053r -= min; + this.r -= min; i11 += min; } else { short[] sArr = this.j; @@ -178,15 +178,15 @@ public final class c0 { } } int i21 = this.u; - int i22 = i21 != 0 && this.s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.s : i5; + int i22 = i21 != 0 && this.f995s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f995s : i5; this.t = i21; - this.s = i5; + this.f995s = i5; if (d > 1.0d) { short[] sArr2 = this.j; if (f3 >= 2.0f) { i7 = (int) (((float) i22) / (f3 - f5)); } else { - this.f1053r = (int) (((2.0f - f3) * ((float) i22)) / (f3 - f5)); + this.r = (int) (((2.0f - f3) * ((float) i22)) / (f3 - f5)); i7 = i22; } short[] c2 = c(this.l, this.m, i7); @@ -199,7 +199,7 @@ public final class c0 { if (f3 < 0.5f) { i6 = (int) ((((float) i22) * f3) / (f5 - f3)); } else { - this.f1053r = (int) ((((2.0f * f3) - f5) * ((float) i22)) / (f5 - f3)); + this.r = (int) ((((2.0f * f3) - f5) * ((float) i22)) / (f5 - f3)); i6 = i22; } int i23 = i22 + i6; @@ -270,14 +270,14 @@ public final class c0 { } short[] sArr6 = this.n; int i35 = (i31 * i34) + i33; - short s = sArr6[i35]; - short s2 = sArr6[i35 + i34]; + short s2 = sArr6[i35]; + short s3 = sArr6[i35 + i34]; int i36 = this.p; int i37 = i36 * i28; int i38 = (i36 + 1) * i28; int i39 = i38 - (this.q * i27); int i40 = i38 - i37; - this.l[(this.m * i34) + i33] = (short) ((((i40 - i39) * s2) + (s * i39)) / i40); + this.l[(this.m * i34) + i33] = (short) ((((i40 - i39) * s3) + (s2 * i39)) / i40); i33++; } this.q++; diff --git a/app/src/main/java/c/i/a/c/v1/d0.java b/app/src/main/java/c/i/a/c/v1/d0.java index e9bc2bcfbe..d14eed682f 100644 --- a/app/src/main/java/c/i/a/c/v1/d0.java +++ b/app/src/main/java/c/i/a/c/v1/d0.java @@ -11,7 +11,7 @@ public final class d0 implements AudioProcessor { public int b; /* renamed from: c reason: collision with root package name */ - public float f1054c = 1.0f; + public float f996c = 1.0f; public float d = 1.0f; public AudioProcessor.a e; public AudioProcessor.a f; @@ -42,7 +42,7 @@ public final class d0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public boolean a() { - return this.f.b != -1 && (Math.abs(this.f1054c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.b != this.e.b); + return this.f.b != -1 && (Math.abs(this.f996c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.b != this.e.b); } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2704c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2284c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -93,7 +93,7 @@ public final class d0 implements AudioProcessor { c0 c0Var = this.j; if (c0Var != null) { int i2 = c0Var.k; - float f = c0Var.f1052c; + float f = c0Var.f994c; float f2 = c0Var.d; float f3 = c0Var.e * f2; int i3 = c0Var.m + ((int) ((((((float) i2) / (f / f2)) + ((float) c0Var.o)) / f3) + 0.5f)); @@ -114,7 +114,7 @@ public final class d0 implements AudioProcessor { c0Var.m = i3; } c0Var.k = 0; - c0Var.f1053r = 0; + c0Var.r = 0; c0Var.o = 0; } this.p = true; @@ -128,7 +128,7 @@ public final class d0 implements AudioProcessor { AudioProcessor.a aVar2 = this.f; this.h = aVar2; if (this.i) { - this.j = new c0(aVar.b, aVar.f2704c, this.f1054c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2284c, this.f996c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { @@ -137,8 +137,8 @@ public final class d0 implements AudioProcessor { c0Var.o = 0; c0Var.p = 0; c0Var.q = 0; - c0Var.f1053r = 0; - c0Var.s = 0; + c0Var.r = 0; + c0Var.f995s = 0; c0Var.t = 0; c0Var.u = 0; c0Var.v = 0; @@ -183,7 +183,7 @@ public final class d0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public void reset() { - this.f1054c = 1.0f; + this.f996c = 1.0f; this.d = 1.0f; AudioProcessor.a aVar = AudioProcessor.a.a; this.e = aVar; diff --git a/app/src/main/java/c/i/a/c/v1/k.java b/app/src/main/java/c/i/a/c/v1/k.java index e40b651b3d..4450fd3c56 100644 --- a/app/src/main/java/c/i/a/c/v1/k.java +++ b/app/src/main/java/c/i/a/c/v1/k.java @@ -15,12 +15,12 @@ public final class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1055c; + public final String f997c; public b(int i, int i2, String str, a aVar) { this.a = i; this.b = i2; - this.f1055c = str; + this.f997c = str; } } diff --git a/app/src/main/java/c/i/a/c/v1/l.java b/app/src/main/java/c/i/a/c/v1/l.java index 9c49b3a31b..bef8643f99 100644 --- a/app/src/main/java/c/i/a/c/v1/l.java +++ b/app/src/main/java/c/i/a/c/v1/l.java @@ -5,7 +5,7 @@ public final class l { public static final int[] b = {48000, 44100, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1056c = {24000, 22050, 16000}; + public static final int[] f998c = {24000, 22050, 16000}; public static final int[] d = {2, 1, 2, 3, 3, 4, 4, 5}; public static final int[] e = {32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 512, 576, 640}; public static final int[] f = {69, 87, 104, 121, 139, 174, 208, 243, 278, 348, 417, 487, 557, 696, 835, 975, 1114, 1253, 1393}; diff --git a/app/src/main/java/c/i/a/c/v1/m.java b/app/src/main/java/c/i/a/c/v1/m.java index d4a5aa5fc1..d22a7e61be 100644 --- a/app/src/main/java/c/i/a/c/v1/m.java +++ b/app/src/main/java/c/i/a/c/v1/m.java @@ -13,12 +13,12 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1057c; + public final int f999c; public b(int i, int i2, int i3, int i4, int i5, a aVar) { this.a = i3; this.b = i4; - this.f1057c = i5; + this.f999c = i5; } } diff --git a/app/src/main/java/c/i/a/c/v1/n.java b/app/src/main/java/c/i/a/c/v1/n.java index 964e63201c..0a60a9db06 100644 --- a/app/src/main/java/c/i/a/c/v1/n.java +++ b/app/src/main/java/c/i/a/c/v1/n.java @@ -10,7 +10,7 @@ public final class n { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1058c; + public final int f1000c; public final int d; public final int e; @Nullable @@ -18,7 +18,7 @@ public final class n { public n(int i, int i2, int i3, int i4, a aVar) { this.b = i; - this.f1058c = i2; + this.f1000c = i2; this.d = i3; this.e = i4; } @@ -26,7 +26,7 @@ public final class n { @RequiresApi(21) public AudioAttributes a() { if (this.f == null) { - AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f1058c).setUsage(this.d); + AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f1000c).setUsage(this.d); if (f0.a >= 29) { usage.setAllowedCapturePolicy(this.e); } @@ -43,10 +43,10 @@ public final class n { return false; } n nVar = (n) obj; - return this.b == nVar.b && this.f1058c == nVar.f1058c && this.d == nVar.d && this.e == nVar.e; + return this.b == nVar.b && this.f1000c == nVar.f1000c && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((((527 + this.b) * 31) + this.f1058c) * 31) + this.d) * 31) + this.e; + return ((((((527 + this.b) * 31) + this.f1000c) * 31) + this.d) * 31) + this.e; } } diff --git a/app/src/main/java/c/i/a/c/v1/o.java b/app/src/main/java/c/i/a/c/v1/o.java index e8f33d9c99..4a185e731e 100644 --- a/app/src/main/java/c/i/a/c/v1/o.java +++ b/app/src/main/java/c/i/a/c/v1/o.java @@ -9,22 +9,22 @@ public final class o { public static final o b = new o(new int[]{2, 5, 6}, 8); /* renamed from: c reason: collision with root package name */ - public final int[] f1059c; + public final int[] f1001c; public final int d; public o(@Nullable int[] iArr, int i) { if (iArr != null) { int[] copyOf = Arrays.copyOf(iArr, iArr.length); - this.f1059c = copyOf; + this.f1001c = copyOf; Arrays.sort(copyOf); } else { - this.f1059c = new int[0]; + this.f1001c = new int[0]; } this.d = i; } public boolean a(int i) { - return Arrays.binarySearch(this.f1059c, i) >= 0; + return Arrays.binarySearch(this.f1001c, i) >= 0; } public boolean equals(@Nullable Object obj) { @@ -35,18 +35,18 @@ public final class o { return false; } o oVar = (o) obj; - return Arrays.equals(this.f1059c, oVar.f1059c) && this.d == oVar.d; + return Arrays.equals(this.f1001c, oVar.f1001c) && this.d == oVar.d; } public int hashCode() { - return (Arrays.hashCode(this.f1059c) * 31) + this.d; + return (Arrays.hashCode(this.f1001c) * 31) + this.d; } public String toString() { StringBuilder O = a.O("AudioCapabilities[maxChannelCount="); O.append(this.d); O.append(", supportedEncodings="); - O.append(Arrays.toString(this.f1059c)); + O.append(Arrays.toString(this.f1001c)); O.append("]"); return O.toString(); } diff --git a/app/src/main/java/c/i/a/c/v1/r.java b/app/src/main/java/c/i/a/c/v1/r.java index d930bf0e47..2b279f6f3a 100644 --- a/app/src/main/java/c/i/a/c/v1/r.java +++ b/app/src/main/java/c/i/a/c/v1/r.java @@ -12,7 +12,7 @@ public final class r { public int b; /* renamed from: c reason: collision with root package name */ - public long f1060c; + public long f1002c; public long d; public long e; public long f; @@ -24,7 +24,7 @@ public final class r { public final AudioTimestamp b = new AudioTimestamp(); /* renamed from: c reason: collision with root package name */ - public long f1061c; + public long f1003c; public long d; public long e; @@ -54,7 +54,7 @@ public final class r { if (i == 0) { this.e = 0; this.f = -1; - this.f1060c = System.nanoTime() / 1000; + this.f1002c = System.nanoTime() / 1000; this.d = 10000; } else if (i == 1) { this.d = 10000; diff --git a/app/src/main/java/c/i/a/c/v1/s.java b/app/src/main/java/c/i/a/c/v1/s.java index 2fb4a1ebb1..5ea145b2ae 100644 --- a/app/src/main/java/c/i/a/c/v1/s.java +++ b/app/src/main/java/c/i/a/c/v1/s.java @@ -19,7 +19,7 @@ public final class s { @Nullable /* renamed from: c reason: collision with root package name */ - public AudioTrack f1062c; + public AudioTrack f1004c; public int d; public int e; @Nullable @@ -36,25 +36,23 @@ public final class s { public long o; public boolean p; public boolean q; + public long r; - /* renamed from: r reason: collision with root package name */ - public long f1063r; - public long s; + /* renamed from: s reason: collision with root package name */ + public long f1005s; public long t; public long u; public int v; - - /* renamed from: w reason: collision with root package name */ - public int f1064w; + public int w; /* renamed from: x reason: collision with root package name */ - public long f1065x; + public long f1006x; /* renamed from: y reason: collision with root package name */ - public long f1066y; + public long f1007y; /* renamed from: z reason: collision with root package name */ - public long f1067z; + public long f1008z; /* compiled from: AudioTrackPositionTracker */ public interface a { @@ -85,10 +83,10 @@ public final class s { } public final long b() { - AudioTrack audioTrack = this.f1062c; + AudioTrack audioTrack = this.f1004c; Objects.requireNonNull(audioTrack); - if (this.f1065x != -9223372036854775807L) { - return Math.min(this.A, this.f1067z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1065x) * ((long) this.g)) / 1000000)); + if (this.f1006x != -9223372036854775807L) { + return Math.min(this.A, this.f1008z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1006x) * ((long) this.g)) / 1000000)); } int playState = audioTrack.getPlayState(); if (playState == 1) { @@ -97,23 +95,23 @@ public final class s { long playbackHeadPosition = 4294967295L & ((long) audioTrack.getPlaybackHeadPosition()); if (this.h) { if (playState == 2 && playbackHeadPosition == 0) { - this.u = this.s; + this.u = this.f1005s; } playbackHeadPosition += this.u; } if (f0.a <= 29) { - if (playbackHeadPosition == 0 && this.s > 0 && playState == 3) { - if (this.f1066y == -9223372036854775807L) { - this.f1066y = SystemClock.elapsedRealtime(); + if (playbackHeadPosition == 0 && this.f1005s > 0 && playState == 3) { + if (this.f1007y == -9223372036854775807L) { + this.f1007y = SystemClock.elapsedRealtime(); } - return this.s; + return this.f1005s; } - this.f1066y = -9223372036854775807L; + this.f1007y = -9223372036854775807L; } - if (this.s > playbackHeadPosition) { + if (this.f1005s > playbackHeadPosition) { this.t++; } - this.s = playbackHeadPosition; + this.f1005s = playbackHeadPosition; return playbackHeadPosition + (this.t << 32); } @@ -122,7 +120,7 @@ public final class s { boolean z2; if (j <= b()) { if (this.h) { - AudioTrack audioTrack = this.f1062c; + AudioTrack audioTrack = this.f1004c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 2 && b() == 0) { z2 = true; @@ -140,13 +138,13 @@ public final class s { public void d() { this.l = 0; - this.f1064w = 0; + this.w = 0; this.v = 0; this.m = 0; this.C = 0; this.F = 0; this.k = false; - this.f1062c = null; + this.f1004c = null; this.f = null; } @@ -154,7 +152,7 @@ public final class s { if ((c.i.a.c.i2.f0.a < 23 && (r5 == 5 || r5 == 6)) != false) goto L_0x002a; */ public void e(AudioTrack audioTrack, boolean z2, int i, int i2, int i3) { - this.f1062c = audioTrack; + this.f1004c = audioTrack; this.d = i2; this.e = i3; this.f = new r(audioTrack); @@ -167,13 +165,13 @@ public final class s { boolean z4 = f0.z(i); this.q = z4; this.i = z4 ? a((long) (i3 / i2)) : -9223372036854775807L; - this.s = 0; + this.f1005s = 0; this.t = 0; this.u = 0; this.p = false; - this.f1065x = -9223372036854775807L; - this.f1066y = -9223372036854775807L; - this.f1063r = 0; + this.f1006x = -9223372036854775807L; + this.f1007y = -9223372036854775807L; + this.r = 0; this.o = 0; this.j = 1.0f; } diff --git a/app/src/main/java/c/i/a/c/v1/u.java b/app/src/main/java/c/i/a/c/v1/u.java index 1802ed2b08..7808c4cf1c 100644 --- a/app/src/main/java/c/i/a/c/v1/u.java +++ b/app/src/main/java/c/i/a/c/v1/u.java @@ -9,7 +9,7 @@ public abstract class u implements AudioProcessor { public AudioProcessor.a b; /* renamed from: c reason: collision with root package name */ - public AudioProcessor.a f1068c; + public AudioProcessor.a f1009c; public AudioProcessor.a d; public AudioProcessor.a e; public ByteBuffer f; @@ -24,7 +24,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1068c = aVar; + this.f1009c = aVar; } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -58,7 +58,7 @@ public abstract class u implements AudioProcessor { this.g = AudioProcessor.a; this.h = false; this.b = this.d; - this.f1068c = this.e; + this.f1009c = this.e; g(); } @@ -98,7 +98,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1068c = aVar; + this.f1009c = aVar; i(); } } diff --git a/app/src/main/java/c/i/a/c/v1/v.java b/app/src/main/java/c/i/a/c/v1/v.java index 638f1d8fb5..1ab9b23216 100644 --- a/app/src/main/java/c/i/a/c/v1/v.java +++ b/app/src/main/java/c/i/a/c/v1/v.java @@ -17,7 +17,7 @@ public final class v extends u { Objects.requireNonNull(iArr); int position = byteBuffer.position(); int limit = byteBuffer.limit(); - ByteBuffer j = j(((limit - position) / this.b.e) * this.f1068c.e); + ByteBuffer j = j(((limit - position) / this.b.e) * this.f1009c.e); while (position < limit) { for (int i : iArr) { j.putShort(byteBuffer.getShort((i * 2) + position)); @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2704c != iArr.length; + boolean z2 = aVar.f2284c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2704c) { + if (i2 < aVar.f2284c) { z2 |= i2 != i; i++; } else { diff --git a/app/src/main/java/c/i/a/c/v1/w.java b/app/src/main/java/c/i/a/c/v1/w.java index 0325987b0e..0968ee32c1 100644 --- a/app/src/main/java/c/i/a/c/v1/w.java +++ b/app/src/main/java/c/i/a/c/v1/w.java @@ -5,5 +5,5 @@ public final class w { public static final int[] b = {-1, 8000, 16000, 32000, -1, -1, 11025, 22050, 44100, -1, -1, 12000, 24000, 48000, -1, -1}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1069c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; + public static final int[] f1010c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; } diff --git a/app/src/main/java/c/i/a/c/v1/x.java b/app/src/main/java/c/i/a/c/v1/x.java index f34ae1b38b..365de650a1 100644 --- a/app/src/main/java/c/i/a/c/v1/x.java +++ b/app/src/main/java/c/i/a/c/v1/x.java @@ -45,7 +45,7 @@ public final class x extends u { public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException { int i2 = aVar.d; if (f0.y(i2)) { - return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2704c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2284c, 4) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/y.java b/app/src/main/java/c/i/a/c/v1/y.java index f4ef25f85d..6478a71f83 100644 --- a/app/src/main/java/c/i/a/c/v1/y.java +++ b/app/src/main/java/c/i/a/c/v1/y.java @@ -188,12 +188,12 @@ public class y extends MediaCodecRenderer implements r { this.S0 = C0; String str = sVar.a; int i = f0.a; - if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f963c)) { + if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f910c)) { String str2 = f0.b; if (str2.startsWith("zeroflte") || str2.startsWith("herolte") || str2.startsWith("heroqlte")) { z2 = true; this.T0 = z2; - String str3 = sVar.f817c; + String str3 = sVar.f776c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); @@ -227,9 +227,9 @@ public class y extends MediaCodecRenderer implements r { int i4 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2701x = i3; - bVar.f2702y = i4; - bVar.f2703z = 4; + bVar.f2281x = i3; + bVar.f2282y = i4; + bVar.f2283z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -246,7 +246,7 @@ public class y extends MediaCodecRenderer implements r { } z2 = false; this.T0 = z2; - String str3 = sVar.f817c; + String str3 = sVar.f776c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); @@ -362,14 +362,14 @@ public class y extends MediaCodecRenderer implements r { if (format2 != null) { format = format2; } else if (this.R != null) { - int r2 = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding"); + int r = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding"); Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2703z = r2; + bVar.f2283z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2701x = mediaFormat.getInteger("channel-count"); - bVar.f2702y = mediaFormat.getInteger("sample-rate"); + bVar.f2281x = mediaFormat.getInteger("channel-count"); + bVar.f2282y = mediaFormat.getInteger("sample-rate"); Format a2 = bVar.a(); if (this.T0 && a2.G == 6 && (i = format.G) < 6) { iArr = new int[i]; @@ -510,9 +510,9 @@ public class y extends MediaCodecRenderer implements r { int i3 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2701x = i2; - bVar.f2702y = i3; - bVar.f2703z = 2; + bVar.f2281x = i2; + bVar.f2282y = i3; + bVar.f2283z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/c/i/a/c/v1/z.java b/app/src/main/java/c/i/a/c/v1/z.java index 47dea8ae2e..ded0e54068 100644 --- a/app/src/main/java/c/i/a/c/v1/z.java +++ b/app/src/main/java/c/i/a/c/v1/z.java @@ -8,7 +8,7 @@ public final class z { public static final int[] b = {44100, 48000, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1070c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; + public static final int[] f1011c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; public static final int[] d = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 144000, 160000, 176000, 192000, 224000, 256000}; public static final int[] e = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000}; public static final int[] f = {32000, 40000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000}; @@ -21,7 +21,7 @@ public final class z { public String b; /* renamed from: c reason: collision with root package name */ - public int f1071c; + public int f1012c; public int d; public int e; public int f; @@ -48,22 +48,22 @@ public final class z { int i8 = (i >>> 9) & 1; this.g = z.b(i2, i3); if (i3 == 3) { - int i9 = i2 == 3 ? z.f1070c[i4 - 1] : z.d[i4 - 1]; + int i9 = i2 == 3 ? z.f1011c[i4 - 1] : z.d[i4 - 1]; this.f = i9; - this.f1071c = (((i9 * 12) / this.d) + i8) * 4; + this.f1012c = (((i9 * 12) / this.d) + i8) * 4; } else { int i10 = 144; if (i2 == 3) { int i11 = i3 == 2 ? z.e[i4 - 1] : z.f[i4 - 1]; this.f = i11; - this.f1071c = ((i11 * 144) / this.d) + i8; + this.f1012c = ((i11 * 144) / this.d) + i8; } else { int i12 = z.g[i4 - 1]; this.f = i12; if (i3 == 1) { i10 = 72; } - this.f1071c = ((i10 * i12) / this.d) + i8; + this.f1012c = ((i10 * i12) / this.d) + i8; } } if (((i >> 6) & 3) == 3) { @@ -90,7 +90,7 @@ public final class z { } int i7 = (i >>> 9) & 1; if (i3 == 3) { - return ((((i2 == 3 ? f1070c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; + return ((((i2 == 3 ? f1011c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; } int i8 = i2 == 3 ? i3 == 2 ? e[i4 - 1] : f[i4 - 1] : g[i4 - 1]; int i9 = 144; diff --git a/app/src/main/java/c/i/a/c/x0.java b/app/src/main/java/c/i/a/c/x0.java index 26d1b03b80..46c93e3c54 100644 --- a/app/src/main/java/c/i/a/c/x0.java +++ b/app/src/main/java/c/i/a/c/x0.java @@ -21,7 +21,7 @@ public final class x0 { public final Object b; /* renamed from: c reason: collision with root package name */ - public final f0[] f1072c; + public final f0[] f1013c; public boolean d; public boolean e; public y0 f; @@ -45,7 +45,7 @@ public final class x0 { this.b = aVar.a; this.f = y0Var; this.n = mVar2; - this.f1072c = new f0[l1VarArr.length]; + this.f1013c = new f0[l1VarArr.length]; this.h = new boolean[l1VarArr.length]; long j2 = y0Var.b; long j3 = y0Var.d; @@ -53,14 +53,14 @@ public final class x0 { Pair pair = (Pair) aVar.a; Object obj = pair.first; y.a b = aVar.b(pair.second); - b1.c cVar = b1Var.f808c.get(obj); + b1.c cVar = b1Var.f767c.get(obj); Objects.requireNonNull(cVar); b1Var.h.add(cVar); b1.b bVar = b1Var.g.get(cVar); if (bVar != null) { bVar.a.l(bVar.b); } - cVar.f810c.add(b); + cVar.f769c.add(b); v t = cVar.a.m(b, mVar, j2); b1Var.b.put(t, cVar); b1Var.d(); @@ -84,7 +84,7 @@ public final class x0 { zArr2[i] = z3; i++; } - f0[] f0VarArr = this.f1072c; + f0[] f0VarArr = this.f1013c; int i2 = 0; while (true) { l1[] l1VarArr = this.i; @@ -99,8 +99,8 @@ public final class x0 { b(); this.n = mVar; c(); - long m = this.a.m(mVar.f922c, this.h, this.f1072c, zArr, j); - f0[] f0VarArr2 = this.f1072c; + long m = this.a.m(mVar.f870c, this.h, this.f1013c, zArr, j); + f0[] f0VarArr2 = this.f1013c; int i3 = 0; while (true) { l1[] l1VarArr2 = this.i; @@ -115,7 +115,7 @@ public final class x0 { this.e = false; int i4 = 0; while (true) { - f0[] f0VarArr3 = this.f1072c; + f0[] f0VarArr3 = this.f1013c; if (i4 >= f0VarArr3.length) { return m; } @@ -125,7 +125,7 @@ public final class x0 { this.e = true; } } else { - d.D(mVar.f922c[i4] == null); + d.D(mVar.f870c[i4] == null); } i4++; } @@ -138,7 +138,7 @@ public final class x0 { m mVar = this.n; if (i < mVar.a) { boolean b = mVar.b(i); - g gVar = this.n.f922c[i]; + g gVar = this.n.f870c[i]; if (b && gVar != null) { gVar.g(); } @@ -157,7 +157,7 @@ public final class x0 { m mVar = this.n; if (i < mVar.a) { boolean b = mVar.b(i); - g gVar = this.n.f922c[i]; + g gVar = this.n.f870c[i]; if (b && gVar != null) { gVar.e(); } @@ -207,7 +207,7 @@ public final class x0 { public m i(float f, r1 r1Var) throws ExoPlaybackException { m b = this.j.b(this.i, this.m, this.f.a, r1Var); - g[] gVarArr = b.f922c; + g[] gVarArr = b.f870c; for (g gVar : gVarArr) { if (gVar != null) { gVar.i(f); diff --git a/app/src/main/java/c/i/a/c/x1/b.java b/app/src/main/java/c/i/a/c/x1/b.java index b1977e0fb5..65e29be830 100644 --- a/app/src/main/java/c/i/a/c/x1/b.java +++ b/app/src/main/java/c/i/a/c/x1/b.java @@ -12,7 +12,7 @@ public final class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public int f1073c; + public int f1014c; @Nullable public int[] d; @Nullable diff --git a/app/src/main/java/c/i/a/c/x1/d.java b/app/src/main/java/c/i/a/c/x1/d.java index efa97671bc..d4dd4f8868 100644 --- a/app/src/main/java/c/i/a/c/x1/d.java +++ b/app/src/main/java/c/i/a/c/x1/d.java @@ -5,7 +5,7 @@ public final class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1074c; + public int f1015c; public int d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/x1/e.java b/app/src/main/java/c/i/a/c/x1/e.java index 6f0c75b27c..feee09f64e 100644 --- a/app/src/main/java/c/i/a/c/x1/e.java +++ b/app/src/main/java/c/i/a/c/x1/e.java @@ -12,7 +12,7 @@ public final class e { public final Format b; /* renamed from: c reason: collision with root package name */ - public final Format f1075c; + public final Format f1016c; public final int d; public final int e; @@ -22,7 +22,7 @@ public final class e { this.a = str; Objects.requireNonNull(format); this.b = format; - this.f1075c = format2; + this.f1016c = format2; this.d = i; this.e = i2; return; @@ -38,11 +38,11 @@ public final class e { return false; } e eVar = (e) obj; - return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1075c.equals(eVar.f1075c); + return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1016c.equals(eVar.f1016c); } public int hashCode() { int m = a.m(this.a, (((this.d + 527) * 31) + this.e) * 31, 31); - return this.f1075c.hashCode() + ((this.b.hashCode() + m) * 31); + return this.f1016c.hashCode() + ((this.b.hashCode() + m) * 31); } } diff --git a/app/src/main/java/c/i/a/c/x1/f.java b/app/src/main/java/c/i/a/c/x1/f.java index 77b5149d55..7da7820bf0 100644 --- a/app/src/main/java/c/i/a/c/x1/f.java +++ b/app/src/main/java/c/i/a/c/x1/f.java @@ -5,7 +5,7 @@ public abstract class f extends a { /* compiled from: OutputBuffer */ public interface a { - void a(S s); + void a(S s2); } public abstract void p(); diff --git a/app/src/main/java/c/i/a/c/x1/g.java b/app/src/main/java/c/i/a/c/x1/g.java index 09792014b9..643528f88b 100644 --- a/app/src/main/java/c/i/a/c/x1/g.java +++ b/app/src/main/java/c/i/a/c/x1/g.java @@ -17,7 +17,7 @@ public abstract class g f1076c = new ArrayDeque<>(); + public final ArrayDeque f1017c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final I[] e; public final O[] f; @@ -104,7 +104,7 @@ public abstract class g 0) { + if (!this.f1017c.isEmpty() && this.h > 0) { break; } this.b.wait(); @@ -131,7 +131,7 @@ public abstract class g 0) { + if (!this.f1017c.isEmpty() && this.h > 0) { this.b.notify(); } } diff --git a/app/src/main/java/c/i/a/c/y.java b/app/src/main/java/c/i/a/c/y.java index 5ee78c8b95..7ddfcb202a 100644 --- a/app/src/main/java/c/i/a/c/y.java +++ b/app/src/main/java/c/i/a/c/y.java @@ -21,7 +21,7 @@ public final /* synthetic */ class y implements Runnable { z0 z0Var = this.i; u.a aVar = this.j; y.a aVar2 = this.k; - c1 c1Var = z0Var.f1079c; + c1 c1Var = z0Var.f1020c; u c2 = aVar.c(); c1.a aVar3 = c1Var.l; g1 g1Var = c1Var.o; diff --git a/app/src/main/java/c/i/a/c/y0.java b/app/src/main/java/c/i/a/c/y0.java index 494c8802f1..477408b80b 100644 --- a/app/src/main/java/c/i/a/c/y0.java +++ b/app/src/main/java/c/i/a/c/y0.java @@ -9,7 +9,7 @@ public final class y0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1077c; + public final long f1018c; public final long d; public final long e; public final boolean f; @@ -19,7 +19,7 @@ public final class y0 { public y0(y.a aVar, long j, long j2, long j3, long j4, boolean z2, boolean z3, boolean z4) { this.a = aVar; this.b = j; - this.f1077c = j2; + this.f1018c = j2; this.d = j3; this.e = j4; this.f = z2; @@ -28,11 +28,11 @@ public final class y0 { } public y0 a(long j) { - return j == this.f1077c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); + return j == this.f1018c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); } public y0 b(long j) { - return j == this.b ? this : new y0(this.a, j, this.f1077c, this.d, this.e, this.f, this.g, this.h); + return j == this.b ? this : new y0(this.a, j, this.f1018c, this.d, this.e, this.f, this.g, this.h); } public boolean equals(@Nullable Object obj) { @@ -43,10 +43,10 @@ public final class y0 { return false; } y0 y0Var = (y0) obj; - return this.b == y0Var.b && this.f1077c == y0Var.f1077c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); + return this.b == y0Var.b && this.f1018c == y0Var.f1018c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); } public int hashCode() { - return ((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.b)) * 31) + ((int) this.f1077c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0); + return ((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.b)) * 31) + ((int) this.f1018c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0); } } diff --git a/app/src/main/java/c/i/a/c/y1/a.java b/app/src/main/java/c/i/a/c/y1/a.java index ffbbf2aa21..e31899ee4f 100644 --- a/app/src/main/java/c/i/a/c/y1/a.java +++ b/app/src/main/java/c/i/a/c/y1/a.java @@ -7,12 +7,12 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1078c; + public final int f1019c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f1078c = i3; + this.f1019c = i3; } public boolean equals(@Nullable Object obj) { @@ -23,10 +23,10 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f1078c == aVar.f1078c; + return this.a == aVar.a && this.b == aVar.b && this.f1019c == aVar.f1019c; } public int hashCode() { - return ((((527 + this.a) * 31) + this.b) * 31) + this.f1078c; + return ((((527 + this.a) * 31) + this.b) * 31) + this.f1019c; } } diff --git a/app/src/main/java/c/i/a/c/z0.java b/app/src/main/java/c/i/a/c/z0.java index c9d67910c3..7466624c03 100644 --- a/app/src/main/java/c/i/a/c/z0.java +++ b/app/src/main/java/c/i/a/c/z0.java @@ -17,7 +17,7 @@ public final class z0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final c1 f1079c; + public final c1 f1020c; public final Handler d; public long e; public int f; @@ -34,7 +34,7 @@ public final class z0 { public long m; public z0(@Nullable c1 c1Var, Handler handler) { - this.f1079c = c1Var; + this.f1020c = c1Var; this.d = handler; } @@ -97,7 +97,7 @@ public final class z0 { if (d == -1) { return null; } - int i = r1Var.g(d, this.a, true).f1015c; + int i = r1Var.g(d, this.a, true).f958c; Object obj = this.a.b; long j5 = y0Var.a.d; if (r1Var.n(i, this.b).o == d) { @@ -130,21 +130,21 @@ public final class z0 { if (i3 == -1) { return null; } - int a = aVarArr[i2].a(aVar.f862c); + int a = aVarArr[i2].a(aVar.f816c); if (a < i3) { - return e(r1Var, aVar.a, i2, a, y0Var.f1077c, aVar.d); + return e(r1Var, aVar.a, i2, a, y0Var.f1018c, aVar.d); } - long j6 = y0Var.f1077c; + long j6 = y0Var.f1018c; if (j6 == -9223372036854775807L) { r1.c cVar = this.b; r1.b bVar = this.a; - Pair k2 = r1Var.k(cVar, bVar, bVar.f1015c, -9223372036854775807L, Math.max(0L, j3)); + Pair k2 = r1Var.k(cVar, bVar, bVar.f958c, -9223372036854775807L, Math.max(0L, j3)); if (k2 == null) { return null; } j6 = ((Long) k2.second).longValue(); } - return f(r1Var, aVar.a, j6, y0Var.f1077c, aVar.d); + return f(r1Var, aVar.a, j6, y0Var.f1018c, aVar.d); } int c2 = this.a.c(y0Var.d); if (c2 == -1) { @@ -158,7 +158,7 @@ public final class z0 { @Nullable public final y0 d(r1 r1Var, y.a aVar, long j, long j2) { r1Var.h(aVar.a, this.a); - return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f862c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); + return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f816c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); } public final y0 e(r1 r1Var, Object obj, int i, int i2, long j, long j2) { @@ -192,14 +192,14 @@ public final class z0 { boolean i = i(r1Var, aVar, h); r1Var.h(y0Var.a.a, this.a); if (aVar.a()) { - j = this.a.a(aVar.b, aVar.f862c); + j = this.a.a(aVar.b, aVar.f816c); } else { j = y0Var.d; if (j == -9223372036854775807L || j == Long.MIN_VALUE) { j = this.a.d; } } - return new y0(aVar, y0Var.b, y0Var.f1077c, y0Var.d, j, h, j2, i); + return new y0(aVar, y0Var.b, y0Var.f1018c, y0Var.d, j, h, j2, i); } public final boolean h(y.a aVar) { @@ -208,7 +208,7 @@ public final class z0 { public final boolean i(r1 r1Var, y.a aVar, boolean z2) { int b = r1Var.b(aVar.a); - if (r1Var.n(r1Var.f(b, this.a).f1015c, this.b).k) { + if (r1Var.n(r1Var.f(b, this.a).f958c, this.b).k) { return false; } return (r1Var.d(b, this.a, this.b, this.f, this.g) == -1) && z2; @@ -218,11 +218,11 @@ public final class z0 { if (!h(aVar)) { return false; } - return r1Var.n(r1Var.h(aVar.a, this.a).f1015c, this.b).p == r1Var.b(aVar.a); + return r1Var.n(r1Var.h(aVar.a, this.a).f958c, this.b).p == r1Var.b(aVar.a); } public final void k() { - if (this.f1079c != null) { + if (this.f1020c != null) { c.i.b.b.a aVar = u.j; u.a aVar2 = new u.a(); for (x0 x0Var = this.h; x0Var != null; x0Var = x0Var.l) { @@ -275,9 +275,9 @@ public final class z0 { public y.a n(r1 r1Var, Object obj, long j) { long j2; int b; - int i = r1Var.h(obj, this.a).f1015c; + int i = r1Var.h(obj, this.a).f958c; Object obj2 = this.l; - if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f1015c != i) { + if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f958c != i) { x0 x0Var = this.h; while (true) { if (x0Var == null) { @@ -285,7 +285,7 @@ public final class z0 { while (true) { if (x0Var2 != null) { int b2 = r1Var.b(x0Var2.b); - if (b2 != -1 && r1Var.f(b2, this.a).f1015c == i) { + if (b2 != -1 && r1Var.f(b2, this.a).f958c == i) { j2 = x0Var2.f.a.d; break; } @@ -360,7 +360,7 @@ public final class z0 { } return !m; } - x0Var.f = y0Var.a(y0Var2.f1077c); + x0Var.f = y0Var.a(y0Var2.f1018c); long j3 = y0Var2.e; long j4 = y0Var.e; if (!(j3 == -9223372036854775807L || j3 == j4)) { diff --git a/app/src/main/java/c/i/a/c/z1/a0.java b/app/src/main/java/c/i/a/c/z1/a0.java index d1b4ed58c4..a18f4b42b8 100644 --- a/app/src/main/java/c/i/a/c/z1/a0.java +++ b/app/src/main/java/c/i/a/c/z1/a0.java @@ -30,14 +30,14 @@ public final class a0 implements b0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f1080c; + public final boolean f1021c; public final Map d; public a0(@Nullable String str, boolean z2, s sVar) { d.k(!z2 || !TextUtils.isEmpty(str)); this.a = sVar; this.b = str; - this.f1080c = z2; + this.f1021c = z2; this.d = new HashMap(); } @@ -92,7 +92,7 @@ public final class a0 implements b0 { throw th; } } catch (Exception e2) { - Uri uri = vVar.f950c; + Uri uri = vVar.f897c; Objects.requireNonNull(uri); throw new MediaDrmCallbackException(lVar, uri, vVar.j(), vVar.b, e2); } @@ -101,13 +101,13 @@ public final class a0 implements b0 { public byte[] a(UUID uuid, x.a aVar) throws MediaDrmCallbackException { String str = aVar.b; - if (this.f1080c || TextUtils.isEmpty(str)) { + if (this.f1021c || TextUtils.isEmpty(str)) { str = this.b; } if (!TextUtils.isEmpty(str)) { HashMap hashMap = new HashMap(); UUID uuid2 = h0.e; - hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f937c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); + hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f884c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); if (uuid2.equals(uuid)) { hashMap.put("SOAPAction", "http://schemas.microsoft.com/DRM/2007/03/protocols/AcquireLicense"); } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index d6621aa510..4ad592fc6b 100644 --- a/app/src/main/java/c/i/a/c/z1/m.java +++ b/app/src/main/java/c/i/a/c/z1/m.java @@ -19,7 +19,7 @@ public final /* synthetic */ class m implements MediaDrm.OnEventListener { z zVar = this.a; x.b bVar = this.b; Objects.requireNonNull(zVar); - DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2722x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2299x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/c/i/a/c/z1/p.java b/app/src/main/java/c/i/a/c/z1/p.java index d037a15b68..88dad947c8 100644 --- a/app/src/main/java/c/i/a/c/z1/p.java +++ b/app/src/main/java/c/i/a/c/z1/p.java @@ -23,7 +23,7 @@ public final class p implements t { @GuardedBy("lock") /* renamed from: c reason: collision with root package name */ - public s f1081c; + public s f1022c; @RequiresApi(18) public final s a(v0.e eVar) { @@ -31,7 +31,7 @@ public final class p implements t { bVar.b = null; Uri uri = eVar.b; a0 a0Var = new a0(uri == null ? null : uri.toString(), eVar.f, bVar); - for (Map.Entry entry : eVar.f1048c.entrySet()) { + for (Map.Entry entry : eVar.f990c.entrySet()) { String key = entry.getKey(); String value = entry.getValue(); Objects.requireNonNull(key); @@ -62,7 +62,7 @@ public final class p implements t { byte[] copyOf = bArr != null ? Arrays.copyOf(bArr, bArr.length) : null; d.D(defaultDrmSessionManager.m.isEmpty()); defaultDrmSessionManager.v = 0; - defaultDrmSessionManager.f2721w = copyOf; + defaultDrmSessionManager.w = copyOf; return defaultDrmSessionManager; } } diff --git a/app/src/main/java/c/i/a/c/z1/q.java b/app/src/main/java/c/i/a/c/z1/q.java index a681784b9c..2d120eab7f 100644 --- a/app/src/main/java/c/i/a/c/z1/q.java +++ b/app/src/main/java/c/i/a/c/z1/q.java @@ -17,7 +17,7 @@ public interface q { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f1082c; + public final CopyOnWriteArrayList f1023c; /* compiled from: DrmSessionEventListener */ /* renamed from: c.i.a.c.z1.q$a$a reason: collision with other inner class name */ @@ -32,19 +32,19 @@ public interface q { } public a() { - this.f1082c = new CopyOnWriteArrayList<>(); + this.f1023c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar) { - this.f1082c = copyOnWriteArrayList; + this.f1023c = copyOnWriteArrayList; this.a = i; this.b = aVar; } public void a() { - Iterator it = this.f1082c.iterator(); + Iterator it = this.f1023c.iterator(); while (it.hasNext()) { C0100a next = it.next(); f0.D(next.a, new h(this, next.b)); @@ -52,7 +52,7 @@ public interface q { } public void b() { - Iterator it = this.f1082c.iterator(); + Iterator it = this.f1023c.iterator(); while (it.hasNext()) { C0100a next = it.next(); f0.D(next.a, new g(this, next.b)); @@ -60,7 +60,7 @@ public interface q { } public void c() { - Iterator it = this.f1082c.iterator(); + Iterator it = this.f1023c.iterator(); while (it.hasNext()) { C0100a next = it.next(); f0.D(next.a, new i(this, next.b)); @@ -68,7 +68,7 @@ public interface q { } public void d() { - Iterator it = this.f1082c.iterator(); + Iterator it = this.f1023c.iterator(); while (it.hasNext()) { C0100a next = it.next(); f0.D(next.a, new e(this, next.b)); @@ -76,7 +76,7 @@ public interface q { } public void e(Exception exc) { - Iterator it = this.f1082c.iterator(); + Iterator it = this.f1023c.iterator(); while (it.hasNext()) { C0100a next = it.next(); f0.D(next.a, new j(this, next.b, exc)); @@ -84,7 +84,7 @@ public interface q { } public void f() { - Iterator it = this.f1082c.iterator(); + Iterator it = this.f1023c.iterator(); while (it.hasNext()) { C0100a next = it.next(); f0.D(next.a, new f(this, next.b)); @@ -93,7 +93,7 @@ public interface q { @CheckResult public a g(int i, @Nullable y.a aVar) { - return new a(this.f1082c, i, aVar); + return new a(this.f1023c, i, aVar); } } diff --git a/app/src/main/java/c/i/a/c/z1/s.java b/app/src/main/java/c/i/a/c/z1/s.java index d501c00d04..a83ffb5af8 100644 --- a/app/src/main/java/c/i/a/c/z1/s.java +++ b/app/src/main/java/c/i/a/c/z1/s.java @@ -20,7 +20,7 @@ public interface s { @Override // c.i.a.c.z1.s @Nullable public DrmSession b(Looper looper, @Nullable q.a aVar, Format format) { - if (format.f2694w == null) { + if (format.w == null) { return null; } return new v(new DrmSession.DrmSessionException(new UnsupportedDrmException(1))); @@ -29,7 +29,7 @@ public interface s { @Override // c.i.a.c.z1.s @Nullable public Class c(Format format) { - if (format.f2694w != null) { + if (format.w != null) { return c0.class; } return null; diff --git a/app/src/main/java/c/i/a/c/z1/y.java b/app/src/main/java/c/i/a/c/z1/y.java index 958c390a40..a3eb80538f 100644 --- a/app/src/main/java/c/i/a/c/z1/y.java +++ b/app/src/main/java/c/i/a/c/z1/y.java @@ -8,12 +8,12 @@ public final class y implements w { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final byte[] f1083c; + public final byte[] f1024c; public final boolean d; static { boolean z2; - if ("Amazon".equals(f0.f963c)) { + if ("Amazon".equals(f0.f910c)) { String str = f0.d; if ("AFTM".equals(str) || "AFTB".equals(str)) { z2 = true; @@ -26,7 +26,7 @@ public final class y implements w { public y(UUID uuid, byte[] bArr, boolean z2) { this.b = uuid; - this.f1083c = bArr; + this.f1024c = bArr; this.d = z2; } } diff --git a/app/src/main/java/c/i/a/c/z1/z.java b/app/src/main/java/c/i/a/c/z1/z.java index 8be31de031..cc8ddc3f00 100644 --- a/app/src/main/java/c/i/a/c/z1/z.java +++ b/app/src/main/java/c/i/a/c/z1/z.java @@ -38,7 +38,7 @@ public final class z implements x { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final MediaDrm f1084c; + public final MediaDrm f1025c; public int d; public z(UUID uuid) throws UnsupportedSchemeException { @@ -46,8 +46,8 @@ public final class z implements x { Objects.requireNonNull(uuid); d.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f937c.equals(uuid)) ? uuid : uuid2); - this.f1084c = mediaDrm; + MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f884c.equals(uuid)) ? uuid : uuid2); + this.f1025c = mediaDrm; this.d = 1; if (h0.d.equals(uuid) && "ASUS_Z00AD".equals(f0.d)) { mediaDrm.setPropertyString("securityLevel", "L3"); @@ -61,15 +61,15 @@ public final class z implements x { @Override // c.i.a.c.z1.x public Map b(byte[] bArr) { - return this.f1084c.queryKeyStatus(bArr); + return this.f1025c.queryKeyStatus(bArr); } @Override // c.i.a.c.z1.x public w c(byte[] bArr) throws MediaCryptoException { int i = f0.a; - boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1084c.getPropertyString("securityLevel")); + boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1025c.getPropertyString("securityLevel")); UUID uuid = this.b; - if (i < 27 && h0.f937c.equals(uuid)) { + if (i < 27 && h0.f884c.equals(uuid)) { uuid = h0.b; } return new y(uuid, bArr, z2); @@ -77,34 +77,34 @@ public final class z implements x { @Override // c.i.a.c.z1.x public x.d d() { - MediaDrm.ProvisionRequest provisionRequest = this.f1084c.getProvisionRequest(); + MediaDrm.ProvisionRequest provisionRequest = this.f1025c.getProvisionRequest(); return new x.d(provisionRequest.getData(), provisionRequest.getDefaultUrl()); } @Override // c.i.a.c.z1.x public byte[] e() throws MediaDrmException { - return this.f1084c.openSession(); + return this.f1025c.openSession(); } @Override // c.i.a.c.z1.x public void f(byte[] bArr, byte[] bArr2) { - this.f1084c.restoreKeys(bArr, bArr2); + this.f1025c.restoreKeys(bArr, bArr2); } @Override // c.i.a.c.z1.x public void g(byte[] bArr) { - this.f1084c.closeSession(bArr); + this.f1025c.closeSession(bArr); } @Override // c.i.a.c.z1.x public void h(@Nullable x.b bVar) { - this.f1084c.setOnEventListener(new m(this, bVar)); + this.f1025c.setOnEventListener(new m(this, bVar)); } @Override // c.i.a.c.z1.x @Nullable public byte[] i(byte[] bArr, byte[] bArr2) throws NotProvisionedException, DeniedByServerException { - if (h0.f937c.equals(this.b) && f0.a < 27) { + if (h0.f884c.equals(this.b) && f0.a < 27) { try { JSONObject jSONObject = new JSONObject(f0.l(bArr2)); StringBuilder sb = new StringBuilder("{\"keys\":["); @@ -130,12 +130,12 @@ public final class z implements x { p.b("ClearKeyUtil", O.toString(), e); } } - return this.f1084c.provideKeyResponse(bArr, bArr2); + return this.f1025c.provideKeyResponse(bArr, bArr2); } @Override // c.i.a.c.z1.x public void j(byte[] bArr) throws DeniedByServerException { - this.f1084c.provideProvisionResponse(bArr); + this.f1025c.provideProvisionResponse(bArr); } /* JADX WARNING: Code restructure failed: missing block: B:85:0x020a, code lost: @@ -216,9 +216,9 @@ public final class z implements x { bArr8 = w1; } int i9 = (bArr8[0] & 255) | ((bArr8[1] & 255) << 8) | ((bArr8[2] & 255) << 16) | ((bArr8[3] & 255) << 24); - short s = (short) (((bArr8[5] & 255) << 8) | (bArr8[4] & 255)); - short s2 = (short) (((bArr8[7] & 255) << 8) | (bArr8[6] & 255)); - if (s == 1 && s2 == 1) { + short s2 = (short) (((bArr8[5] & 255) << 8) | (bArr8[4] & 255)); + short s3 = (short) (((bArr8[7] & 255) << 8) | (bArr8[6] & 255)); + if (s2 == 1 && s3 == 1) { int i10 = (bArr8[9] & 255) << 8; Charset charset = c.d; String str2 = new String(bArr8, 10, (short) (i10 | (bArr8[8] & 255)), charset); @@ -232,8 +232,8 @@ public final class z implements x { ByteBuffer allocate = ByteBuffer.allocate(i11); allocate.order(ByteOrder.LITTLE_ENDIAN); allocate.putInt(i11); - allocate.putShort((short) s); allocate.putShort((short) s2); + allocate.putShort((short) s3); allocate.putShort((short) (str3.length() * 2)); allocate.put(str3.getBytes(charset)); bArr8 = allocate.array(); @@ -256,7 +256,7 @@ public final class z implements x { } int i12 = f0.a; if (i12 >= 23 || !h0.d.equals(uuid)) { - if (uuid2.equals(uuid) && "Amazon".equals(f0.f963c)) { + if (uuid2.equals(uuid) && "Amazon".equals(f0.f910c)) { String str4 = f0.d; if (!"AFTB".equals(str4)) { if (!"AFTS".equals(str4)) { @@ -269,17 +269,17 @@ public final class z implements x { UUID uuid3 = this.b; String str5 = schemeData2.l; bArr2 = bArr3; - str = (i12 >= 26 || !h0.f937c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; + str = (i12 >= 26 || !h0.f884c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; } bArr3 = d.w1(bArr8, uuid); } else { bArr2 = null; str = null; } - MediaDrm.KeyRequest keyRequest = this.f1084c.getKeyRequest(bArr, bArr2, str, i, hashMap); + MediaDrm.KeyRequest keyRequest = this.f1025c.getKeyRequest(bArr, bArr2, str, i, hashMap); UUID uuid4 = this.b; byte[] data = keyRequest.getData(); - if (h0.f937c.equals(uuid4) && f0.a < 27) { + if (h0.f884c.equals(uuid4) && f0.a < 27) { data = f0.w(f0.l(data).replace('+', '-').replace(MentionUtilsKt.SLASH_CHAR, '_')); } String defaultUrl = keyRequest.getDefaultUrl(); @@ -297,7 +297,7 @@ public final class z implements x { int i = this.d - 1; this.d = i; if (i == 0) { - this.f1084c.release(); + this.f1025c.release(); } } } diff --git a/app/src/main/java/c/i/a/e/b.java b/app/src/main/java/c/i/a/e/b.java index 5108ce0b97..e284fe4928 100644 --- a/app/src/main/java/c/i/a/e/b.java +++ b/app/src/main/java/c/i/a/e/b.java @@ -10,7 +10,7 @@ public class b { public int b = Integer.MAX_VALUE; /* renamed from: c reason: collision with root package name */ - public int f1085c = Integer.MIN_VALUE; + public int f1026c = Integer.MIN_VALUE; public int d = Integer.MIN_VALUE; public int e; public int f; @@ -25,9 +25,7 @@ public class b { public int o; public int p; public boolean q; - - /* renamed from: r reason: collision with root package name */ - public boolean f1086r; + public boolean r; public int a() { return this.h - this.i; @@ -37,7 +35,7 @@ public class b { FlexItem flexItem = (FlexItem) view.getLayoutParams(); this.a = Math.min(this.a, (view.getLeft() - flexItem.I()) - i); this.b = Math.min(this.b, (view.getTop() - flexItem.M()) - i2); - this.f1085c = Math.max(this.f1085c, flexItem.c0() + view.getRight() + i3); + this.f1026c = Math.max(this.f1026c, flexItem.c0() + view.getRight() + i3); this.d = Math.max(this.d, flexItem.H() + view.getBottom() + i4); } } diff --git a/app/src/main/java/c/i/a/e/c.java b/app/src/main/java/c/i/a/e/c.java index b5e5f09645..cbca1101dc 100644 --- a/app/src/main/java/c/i/a/e/c.java +++ b/app/src/main/java/c/i/a/e/c.java @@ -23,7 +23,7 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public int[] f1087c; + public int[] f1027c; @Nullable public long[] d; @Nullable @@ -80,7 +80,7 @@ public class c { if (i < this.a.getFlexItemCount()) { int flexDirection = this.a.getFlexDirection(); if (this.a.getAlignItems() == 4) { - int[] iArr = this.f1087c; + int[] iArr = this.f1027c; List flexLinesInternal = this.a.getFlexLinesInternal(); int size = flexLinesInternal.size(); for (int i2 = iArr != null ? iArr[i] : 0; i2 < size; i2++) { @@ -331,8 +331,8 @@ public class c { i17 = i26; } bVar3.q |= flexItem2.R() != 0.0f; - bVar3.f1086r |= flexItem2.w() != 0.0f; - iArr = this.f1087c; + bVar3.r |= flexItem2.w() != 0.0f; + iArr = this.f1027c; if (iArr != null) { iArr[i24] = arrayList.size(); } @@ -388,8 +388,8 @@ public class c { if (z3) { } bVar3.q |= flexItem2.R() != 0.0f; - bVar3.f1086r |= flexItem2.w() != 0.0f; - iArr = this.f1087c; + bVar3.r |= flexItem2.w() != 0.0f; + iArr = this.f1027c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -428,8 +428,8 @@ public class c { if (z3) { } bVar3.q |= flexItem2.R() != 0.0f; - bVar3.f1086r |= flexItem2.w() != 0.0f; - iArr = this.f1087c; + bVar3.r |= flexItem2.w() != 0.0f; + iArr = this.f1027c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -520,14 +520,14 @@ public class c { } public void d(List list, int i) { - int i2 = this.f1087c[i]; + int i2 = this.f1027c[i]; if (i2 == -1) { i2 = 0; } for (int size = list.size() - 1; size >= i2; size--) { list.remove(size); } - int[] iArr = this.f1087c; + int[] iArr = this.f1027c; int length = iArr.length - 1; if (i > length) { Arrays.fill(iArr, -1); @@ -723,7 +723,7 @@ public class c { throw new IllegalArgumentException(c.d.b.a.a.l("Invalid flex direction: ", flexDirection)); } int i8 = i4 + i6; - int[] iArr = this.f1087c; + int[] iArr = this.f1027c; if (iArr != null) { i7 = iArr[i3]; } @@ -734,7 +734,7 @@ public class c { int i9 = bVar.e; if (i9 < i5 && bVar.q) { l(i, i2, bVar, i5, i8, false); - } else if (i9 > i5 && bVar.f1086r) { + } else if (i9 > i5 && bVar.r) { w(i, i2, bVar, i5, i8, false); } i7++; @@ -743,18 +743,18 @@ public class c { } public void i(int i) { - int[] iArr = this.f1087c; + int[] iArr = this.f1027c; if (iArr == null) { if (i < 10) { i = 10; } - this.f1087c = new int[i]; + this.f1027c = new int[i]; } else if (iArr.length < i) { int length = iArr.length * 2; if (length >= i) { i = length; } - this.f1087c = Arrays.copyOf(iArr, i); + this.f1027c = Arrays.copyOf(iArr, i); } } @@ -1103,20 +1103,20 @@ public class c { if (this.b[i12] || flexItem.w() <= 0.0f) { i5 = i10; } else { - float w2 = ((float) measuredWidth) - (flexItem.w() * f3); + float w = ((float) measuredWidth) - (flexItem.w() * f3); i5 = i10; if (i5 == bVar.h - 1) { - w2 += f4; + w += f4; f4 = 0.0f; } - int round = Math.round(w2); + int round = Math.round(w); if (round < flexItem.C()) { i8 = flexItem.C(); this.b[i12] = true; bVar.k -= flexItem.w(); z3 = true; } else { - float f5 = (w2 - ((float) round)) + f4; + float f5 = (w - ((float) round)) + f4; double d = (double) f5; if (d > 1.0d) { round++; @@ -1156,12 +1156,12 @@ public class c { i6 = i9; i5 = i10; } else { - float w3 = ((float) measuredHeight3) - (flexItem.w() * f3); + float w2 = ((float) measuredHeight3) - (flexItem.w() * f3); if (i10 == bVar.h - 1) { - w3 += f4; + w2 += f4; f4 = 0.0f; } - int round2 = Math.round(w3); + int round2 = Math.round(w2); if (round2 < flexItem.e0()) { int e02 = flexItem.e0(); this.b[i12] = true; @@ -1171,7 +1171,7 @@ public class c { z3 = true; i6 = i9; } else { - float f6 = (w3 - ((float) round2)) + f4; + float f6 = (w2 - ((float) round2)) + f4; i6 = i9; i5 = i10; double d2 = (double) f6; diff --git a/app/src/main/java/c/i/a/f/b/f.java b/app/src/main/java/c/i/a/f/b/f.java index 5b8cfb6c2f..e98e1c8438 100644 --- a/app/src/main/java/c/i/a/f/b/f.java +++ b/app/src/main/java/c/i/a/f/b/f.java @@ -19,7 +19,7 @@ public final class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final a f1088c = new a(); + public final a f1028c = new a(); public volatile f1 d; public Thread.UncaughtExceptionHandler e; @@ -75,6 +75,6 @@ public final class f { } public final void a(Runnable runnable) { - this.f1088c.submit(runnable); + this.f1028c.submit(runnable); } } diff --git a/app/src/main/java/c/i/a/f/c/a/a.java b/app/src/main/java/c/i/a/f/c/a/a.java index d918b3309b..d554cfdb21 100644 --- a/app/src/main/java/c/i/a/f/c/a/a.java +++ b/app/src/main/java/c/i/a/f/c/a/a.java @@ -15,7 +15,7 @@ public final class a { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0106a f1089c; + public static final a.AbstractC0106a f1029c; public static final a.AbstractC0106a d; public static final c.i.a.f.e.h.a e; public static final c.i.a.f.e.h.a f; @@ -40,7 +40,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1090c; + public String f1030c; public C0105a() { } @@ -48,14 +48,14 @@ public final class a { public C0105a(C0104a aVar) { this.a = aVar.j; this.b = Boolean.valueOf(aVar.k); - this.f1090c = aVar.l; + this.f1030c = aVar.l; } } public C0104a(C0105a aVar) { this.j = aVar.a; this.k = aVar.b.booleanValue(); - this.l = aVar.f1090c; + this.l = aVar.f1030c; } public boolean equals(@Nullable Object obj) { @@ -80,10 +80,10 @@ public final class a { a.g gVar2 = new a.g<>(); b = gVar2; h hVar = new h(); - f1089c = hVar; + f1029c = hVar; i iVar = new i(); d = iVar; - c.i.a.f.e.h.a aVar = b.f1091c; + c.i.a.f.e.h.a aVar = b.f1031c; e = new c.i.a.f.e.h.a<>("Auth.CREDENTIALS_API", hVar, gVar); f = new c.i.a.f.e.h.a<>("Auth.GOOGLE_SIGN_IN_API", iVar, gVar2); c.i.a.f.h.d.d dVar = b.d; diff --git a/app/src/main/java/c/i/a/f/c/a/b.java b/app/src/main/java/c/i/a/f/c/a/b.java index 68dd25057d..4ce22768aa 100644 --- a/app/src/main/java/c/i/a/f/c/a/b.java +++ b/app/src/main/java/c/i/a/f/c/a/b.java @@ -7,7 +7,7 @@ public final class b { public static final a.AbstractC0106a b; /* renamed from: c reason: collision with root package name */ - public static final a f1091c; + public static final a f1031c; public static final d d = new d(); static { @@ -15,6 +15,6 @@ public final class b { a = gVar; g gVar2 = new g(); b = gVar2; - f1091c = new a<>("Auth.PROXY_API", gVar2, gVar); + f1031c = new a<>("Auth.PROXY_API", gVar2, gVar); } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/a.java b/app/src/main/java/c/i/a/f/c/a/f/a.java index aa76c99524..cb8251e0db 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/a.java @@ -17,7 +17,7 @@ public class a extends b { public final synchronized int f() { if (j == 1) { Context context = this.a; - Object obj = GoogleApiAvailability.f2799c; + Object obj = GoogleApiAvailability.f2367c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; int b = googleApiAvailability.b(context, 12451000); if (b == 0) { diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/a.java b/app/src/main/java/c/i/a/f/c/a/f/b/a.java index 07242c1399..3c8fb26209 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/a.java @@ -29,7 +29,7 @@ public class a { public static a b; /* renamed from: c reason: collision with root package name */ - public final Lock f1092c = new ReentrantLock(); + public final Lock f1032c = new ReentrantLock(); public final SharedPreferences d; public a(Context context) { @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.s; + String str6 = googleSignInAccount.f2362s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -128,7 +128,7 @@ public class a { jSONObject.put("expirationTime", googleSignInAccount.p); jSONObject.put("obfuscatedIdentifier", googleSignInAccount.q); JSONArray jSONArray = new JSONArray(); - List list = googleSignInAccount.f2793r; + List list = googleSignInAccount.r; Scope[] scopeArr = (Scope[]) list.toArray(new Scope[list.size()]); Arrays.sort(scopeArr, c.i); int i = 0; @@ -155,9 +155,9 @@ public class a { if (account != null) { jSONObject2.put("accountName", account.name); } - jSONObject2.put("idTokenRequested", googleSignInOptions.f2794r); + jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2363s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } @@ -174,21 +174,21 @@ public class a { } public final void e(String str, String str2) { - this.f1092c.lock(); + this.f1032c.lock(); try { this.d.edit().putString(str, str2).apply(); } finally { - this.f1092c.unlock(); + this.f1032c.unlock(); } } @Nullable public final String g(String str) { - this.f1092c.lock(); + this.f1032c.lock(); try { return this.d.getString(str, null); } finally { - this.f1092c.unlock(); + this.f1032c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/f.java b/app/src/main/java/c/i/a/f/c/a/f/b/f.java index 18c4c8c0ac..22af99cfd0 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/f.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/f.java @@ -23,8 +23,8 @@ public final class f extends d { byte[] bArr = new byte[16]; a.a.nextBytes(bArr); aVar2.i = Base64.encodeToString(bArr, 11); - if (!cVar.f1123c.isEmpty()) { - for (Scope scope : cVar.f1123c) { + if (!cVar.f1061c.isEmpty()) { + for (Scope scope : cVar.f1061c) { aVar2.a.add(scope); aVar2.a.addAll(Arrays.asList(new Scope[0])); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/g.java b/app/src/main/java/c/i/a/f/c/a/f/b/g.java index 2935e14bed..585757dad1 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/g.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/g.java @@ -21,8 +21,8 @@ public final class g { synchronized (c.i.a.f.e.h.j.g.k) { c.i.a.f.e.h.j.g gVar = c.i.a.f.e.h.j.g.l; if (gVar != null) { - gVar.f1107r.incrementAndGet(); - Handler handler = gVar.f1108w; + gVar.r.incrementAndGet(); + Handler handler = gVar.w; handler.sendMessageAtFrontOfQueue(handler.obtainMessage(10)); } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/m.java b/app/src/main/java/c/i/a/f/c/a/f/b/m.java index 315738afe4..813da49710 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/m.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/m.java @@ -34,11 +34,11 @@ public final class m { public final synchronized void a() { a aVar = this.b; - aVar.f1092c.lock(); + aVar.f1032c.lock(); try { aVar.d.edit().clear().apply(); } finally { - aVar.f1092c.unlock(); + aVar.f1032c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/d/b.java b/app/src/main/java/c/i/a/f/d/b.java index e5740b22e0..e38cd177be 100644 --- a/app/src/main/java/c/i/a/f/d/b.java +++ b/app/src/main/java/c/i/a/f/d/b.java @@ -30,7 +30,7 @@ public class b { public static PendingIntent b; /* renamed from: c reason: collision with root package name */ - public final SimpleArrayMap> f1093c = new SimpleArrayMap<>(); + public final SimpleArrayMap> f1033c = new SimpleArrayMap<>(); public final Context d; public final r e; public final ScheduledExecutorService f; @@ -49,8 +49,8 @@ public class b { } public final void a(String str, @Nullable Bundle bundle) { - synchronized (this.f1093c) { - TaskCompletionSource remove = this.f1093c.remove(str); + synchronized (this.f1033c) { + TaskCompletionSource remove = this.f1033c.remove(str); if (remove == null) { String valueOf = String.valueOf(str); Log.w("Rpc", valueOf.length() != 0 ? "Missing callback for ".concat(valueOf) : new String("Missing callback for ")); @@ -69,8 +69,8 @@ public class b { num = Integer.toString(i); } TaskCompletionSource taskCompletionSource = new TaskCompletionSource<>(); - synchronized (this.f1093c) { - this.f1093c.put(num, taskCompletionSource); + synchronized (this.f1033c) { + this.f1033c.put(num, taskCompletionSource); } Intent intent = new Intent(); intent.setPackage("com.google.android.gms"); diff --git a/app/src/main/java/c/i/a/f/d/f.java b/app/src/main/java/c/i/a/f/d/f.java index 45764295f7..4b744b824a 100644 --- a/app/src/main/java/c/i/a/f/d/f.java +++ b/app/src/main/java/c/i/a/f/d/f.java @@ -15,13 +15,13 @@ public final class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final ScheduledExecutorService f1094c; + public final ScheduledExecutorService f1034c; public g d = new g(this, null); public int e = 1; @VisibleForTesting public f(Context context, ScheduledExecutorService scheduledExecutorService) { - this.f1094c = scheduledExecutorService; + this.f1034c = scheduledExecutorService; this.b = context.getApplicationContext(); } diff --git a/app/src/main/java/c/i/a/f/d/g.java b/app/src/main/java/c/i/a/f/d/g.java index 63da8d271a..bf3d87cfd3 100644 --- a/app/src/main/java/c/i/a/f/d/g.java +++ b/app/src/main/java/c/i/a/f/d/g.java @@ -77,7 +77,7 @@ public final class g implements ServiceConnection { if (!c.i.a.f.e.n.a.b().a(this.n.b, intent, this, 1)) { a(0, "Unable to bind to service"); } else { - this.n.f1094c.schedule(new i(this), 30, TimeUnit.SECONDS); + this.n.f1034c.schedule(new i(this), 30, TimeUnit.SECONDS); } return true; } else if (i == 1) { @@ -96,7 +96,7 @@ public final class g implements ServiceConnection { return false; } else { this.l.add(qVar); - this.n.f1094c.execute(new k(this)); + this.n.f1034c.execute(new k(this)); return true; } } @@ -117,7 +117,7 @@ public final class g implements ServiceConnection { if (Log.isLoggable("MessengerIpcClient", 2)) { Log.v("MessengerIpcClient", "Service connected"); } - this.n.f1094c.execute(new l(this, iBinder)); + this.n.f1034c.execute(new l(this, iBinder)); } @Override // android.content.ServiceConnection @@ -126,6 +126,6 @@ public final class g implements ServiceConnection { if (Log.isLoggable("MessengerIpcClient", 2)) { Log.v("MessengerIpcClient", "Service disconnected"); } - this.n.f1094c.execute(new n(this)); + this.n.f1034c.execute(new n(this)); } } diff --git a/app/src/main/java/c/i/a/f/d/k.java b/app/src/main/java/c/i/a/f/d/k.java index cce721bd93..4c63579df2 100644 --- a/app/src/main/java/c/i/a/f/d/k.java +++ b/app/src/main/java/c/i/a/f/d/k.java @@ -30,7 +30,7 @@ public final /* synthetic */ class k implements Runnable { } poll = gVar.l.poll(); gVar.m.put(poll.a, poll); - gVar.n.f1094c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); + gVar.n.f1034c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); } else { return; } @@ -45,7 +45,7 @@ public final /* synthetic */ class k implements Runnable { Context context = gVar.n.b; Messenger messenger = gVar.j; Message obtain = Message.obtain(); - obtain.what = poll.f1095c; + obtain.what = poll.f1035c; obtain.arg1 = poll.a; obtain.replyTo = messenger; Bundle bundle = new Bundle(); diff --git a/app/src/main/java/c/i/a/f/d/l.java b/app/src/main/java/c/i/a/f/d/l.java index d53f2c7751..4aea5ab0bf 100644 --- a/app/src/main/java/c/i/a/f/d/l.java +++ b/app/src/main/java/c/i/a/f/d/l.java @@ -24,7 +24,7 @@ public final /* synthetic */ class l implements Runnable { try { gVar.k = new p(iBinder); gVar.i = 2; - gVar.n.f1094c.execute(new k(gVar)); + gVar.n.f1034c.execute(new k(gVar)); } catch (RemoteException e) { gVar.a(0, e.getMessage()); } diff --git a/app/src/main/java/c/i/a/f/d/q.java b/app/src/main/java/c/i/a/f/d/q.java index a095994cf6..f189345009 100644 --- a/app/src/main/java/c/i/a/f/d/q.java +++ b/app/src/main/java/c/i/a/f/d/q.java @@ -11,12 +11,12 @@ public abstract class q { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final int f1095c; + public final int f1035c; public final Bundle d; public q(int i, int i2, Bundle bundle) { this.a = i; - this.f1095c = i2; + this.f1035c = i2; this.d = bundle; } @@ -43,7 +43,7 @@ public abstract class q { public abstract boolean d(); public String toString() { - int i = this.f1095c; + int i = this.f1035c; int i2 = this.a; boolean d = d(); StringBuilder sb = new StringBuilder(55); diff --git a/app/src/main/java/c/i/a/f/d/r.java b/app/src/main/java/c/i/a/f/d/r.java index f6b49c447a..6292140236 100644 --- a/app/src/main/java/c/i/a/f/d/r.java +++ b/app/src/main/java/c/i/a/f/d/r.java @@ -17,14 +17,14 @@ public final class r { public int b; /* renamed from: c reason: collision with root package name */ - public int f1096c = 0; + public int f1036c = 0; public r(Context context) { this.a = context; } public final synchronized int a() { - int i = this.f1096c; + int i = this.f1036c; if (i != 0) { return i; } @@ -38,7 +38,7 @@ public final class r { intent.setPackage("com.google.android.gms"); List queryIntentServices = packageManager.queryIntentServices(intent, 0); if (queryIntentServices != null && queryIntentServices.size() > 0) { - this.f1096c = 1; + this.f1036c = 1; return 1; } } @@ -48,13 +48,13 @@ public final class r { if (queryBroadcastReceivers == null || queryBroadcastReceivers.size() <= 0) { Log.w("Metadata", "Failed to resolve IID implementation package, falling back"); if (c.R()) { - this.f1096c = 2; + this.f1036c = 2; } else { - this.f1096c = 1; + this.f1036c = 1; } - return this.f1096c; + return this.f1036c; } - this.f1096c = 2; + this.f1036c = 2; return 2; } diff --git a/app/src/main/java/c/i/a/f/d/x.java b/app/src/main/java/c/i/a/f/d/x.java index 0f525b3134..a9856bbd34 100644 --- a/app/src/main/java/c/i/a/f/d/x.java +++ b/app/src/main/java/c/i/a/f/d/x.java @@ -9,21 +9,21 @@ public final /* synthetic */ class x implements c { public final String b; /* renamed from: c reason: collision with root package name */ - public final ScheduledFuture f1097c; + public final ScheduledFuture f1037c; public x(b bVar, String str, ScheduledFuture scheduledFuture) { this.a = bVar; this.b = str; - this.f1097c = scheduledFuture; + this.f1037c = scheduledFuture; } @Override // c.i.a.f.n.c public final void onComplete(Task task) { b bVar = this.a; String str = this.b; - ScheduledFuture scheduledFuture = this.f1097c; - synchronized (bVar.f1093c) { - bVar.f1093c.remove(str); + ScheduledFuture scheduledFuture = this.f1037c; + synchronized (bVar.f1033c) { + bVar.f1033c.remove(str); } scheduledFuture.cancel(false); } diff --git a/app/src/main/java/c/i/a/f/d/y.java b/app/src/main/java/c/i/a/f/d/y.java index ca3333f790..6c9b72db09 100644 --- a/app/src/main/java/c/i/a/f/d/y.java +++ b/app/src/main/java/c/i/a/f/d/y.java @@ -71,9 +71,9 @@ public final class y extends a { bVar.a(str, intent2.putExtra("error", str2).getExtras()); return; } - synchronized (bVar.f1093c) { - for (int i = 0; i < bVar.f1093c.size(); i++) { - bVar.a(bVar.f1093c.keyAt(i), intent2.getExtras()); + synchronized (bVar.f1033c) { + for (int i = 0; i < bVar.f1033c.size(); i++) { + bVar.a(bVar.f1033c.keyAt(i), intent2.getExtras()); } } return; diff --git a/app/src/main/java/c/i/a/f/e/a0.java b/app/src/main/java/c/i/a/f/e/a0.java index 9da44c5518..e57587574e 100644 --- a/app/src/main/java/c/i/a/f/e/a0.java +++ b/app/src/main/java/c/i/a/f/e/a0.java @@ -7,12 +7,12 @@ public class a0 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f1098c; + public final String f1038c; public final Throwable d; public a0(boolean z2, String str, Throwable th) { this.b = z2; - this.f1098c = str; + this.f1038c = str; this.d = th; } @@ -25,6 +25,6 @@ public class a0 { } public String c() { - return this.f1098c; + return this.f1038c; } } diff --git a/app/src/main/java/c/i/a/f/e/c.java b/app/src/main/java/c/i/a/f/e/c.java index fc6835f5c8..09b0411e2f 100644 --- a/app/src/main/java/c/i/a/f/e/c.java +++ b/app/src/main/java/c/i/a/f/e/c.java @@ -114,10 +114,10 @@ public class c { } boolean z4 = true; if (!c.i.a.f.e.o.c.V(context)) { - if (c.i.a.f.e.o.c.f1134c == null) { - c.i.a.f.e.o.c.f1134c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); + if (c.i.a.f.e.o.c.f1072c == null) { + c.i.a.f.e.o.c.f1072c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); } - if (!c.i.a.f.e.o.c.f1134c.booleanValue()) { + if (!c.i.a.f.e.o.c.f1072c.booleanValue()) { z2 = true; d.m(i < 0); packageName = context.getPackageName(); diff --git a/app/src/main/java/c/i/a/f/e/e.java b/app/src/main/java/c/i/a/f/e/e.java index 9df2de6be7..03ebf419f7 100644 --- a/app/src/main/java/c/i/a/f/e/e.java +++ b/app/src/main/java/c/i/a/f/e/e.java @@ -20,7 +20,7 @@ public class e { public static boolean b = false; /* renamed from: c reason: collision with root package name */ - public static final AtomicBoolean f1099c = new AtomicBoolean(); + public static final AtomicBoolean f1039c = new AtomicBoolean(); public static final AtomicBoolean d = new AtomicBoolean(); @RecentlyNonNull diff --git a/app/src/main/java/c/i/a/f/e/f.java b/app/src/main/java/c/i/a/f/e/f.java index 838bb2c325..8b27290715 100644 --- a/app/src/main/java/c/i/a/f/e/f.java +++ b/app/src/main/java/c/i/a/f/e/f.java @@ -16,7 +16,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public volatile String f1100c; + public volatile String f1040c; public f(Context context) { this.b = context.getApplicationContext(); @@ -29,8 +29,8 @@ public class f { if (a == null) { o0 o0Var = s.a; synchronized (s.class) { - if (s.f1136c == null) { - s.f1136c = context.getApplicationContext(); + if (s.f1074c == null) { + s.f1074c = context.getApplicationContext(); } else { Log.w("GoogleCertificates", "GoogleCertificates has been initialized already"); } @@ -90,7 +90,7 @@ public class f { String str = packagesForUid[i2]; if (str == null) { a0Var = a0.a("null pkg"); - } else if (str.equals(this.f1100c)) { + } else if (str.equals(this.f1040c)) { a0Var = a0.a; } else { try { @@ -131,7 +131,7 @@ public class f { } } if (a0Var2.b) { - this.f1100c = str; + this.f1040c = str; } a0Var = a0Var2; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/h/a.java b/app/src/main/java/c/i/a/f/e/h/a.java index 91b49ab1af..ec3cc2bd6c 100644 --- a/app/src/main/java/c/i/a/f/e/h/a.java +++ b/app/src/main/java/c/i/a/f/e/h/a.java @@ -21,7 +21,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final String f1101c; + public final String f1041c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* renamed from: c.i.a.f.e.h.a$a reason: collision with other inner class name */ @@ -110,7 +110,7 @@ public final class a { public a(String str, AbstractC0106a aVar, g gVar) { c.c.a.a0.d.z(aVar, "Cannot construct an Api with a null ClientBuilder"); c.c.a.a0.d.z(gVar, "Cannot construct an Api with a null ClientKey"); - this.f1101c = str; + this.f1041c = str; this.a = aVar; this.b = gVar; } diff --git a/app/src/main/java/c/i/a/f/e/h/b.java b/app/src/main/java/c/i/a/f/e/h/b.java index cb2ad2a140..84ca939109 100644 --- a/app/src/main/java/c/i/a/f/e/h/b.java +++ b/app/src/main/java/c/i/a/f/e/h/b.java @@ -44,7 +44,7 @@ public class b { public final a b; /* renamed from: c reason: collision with root package name */ - public final O f1102c; + public final O f1042c; public final c.i.a.f.e.h.j.b d; public final Looper e; public final int f; @@ -59,11 +59,11 @@ public class b { public final n b; /* renamed from: c reason: collision with root package name */ - public final Looper f1103c; + public final Looper f1043c; public a(n nVar, Account account, Looper looper) { this.b = nVar; - this.f1103c = looper; + this.f1043c = looper; } } @@ -76,8 +76,8 @@ public class b { this.a = applicationContext; e(activity); this.b = aVar; - this.f1102c = o; - this.e = aVar2.f1103c; + this.f1042c = o; + this.e = aVar2.f1043c; c.i.a.f.e.h.j.b bVar = new c.i.a.f.e.h.j.b<>(aVar, o); this.d = bVar; this.g = new y(this); @@ -91,7 +91,7 @@ public class b { } catch (IllegalStateException | ConcurrentModificationException unused) { } } - Handler handler = this.i.f1108w; + Handler handler = this.i.w; handler.sendMessage(handler.obtainMessage(7, this)); } @@ -103,15 +103,15 @@ public class b { this.a = applicationContext; e(context); this.b = aVar; - this.f1102c = o; - this.e = aVar2.f1103c; + this.f1042c = o; + this.e = aVar2.f1043c; this.d = new c.i.a.f.e.h.j.b<>(aVar, o); this.g = new y(this); g a2 = g.a(applicationContext); this.i = a2; this.f = a2.q.getAndIncrement(); this.h = aVar2.b; - Handler handler = a2.f1108w; + Handler handler = a2.w; handler.sendMessage(handler.obtainMessage(7, this)); } @@ -169,10 +169,10 @@ public class b { GoogleSignInAccount K; GoogleSignInAccount K2; c.a aVar = new c.a(); - O o = this.f1102c; + O o = this.f1042c; Account account = null; if (!(o instanceof a.d.b) || (K2 = ((a.d.b) o).K()) == null) { - O o2 = this.f1102c; + O o2 = this.f1042c; if (o2 instanceof a.d.AbstractC0107a) { account = ((a.d.AbstractC0107a) o2).S(); } @@ -180,14 +180,14 @@ public class b { account = new Account(K2.l, "com.google"); } aVar.a = account; - O o3 = this.f1102c; + O o3 = this.f1042c; Set emptySet = (!(o3 instanceof a.d.b) || (K = ((a.d.b) o3).K()) == null) ? Collections.emptySet() : K.v0(); if (aVar.b == null) { aVar.b = new ArraySet<>(); } aVar.b.addAll(emptySet); aVar.d = this.a.getClass().getName(); - aVar.f1124c = this.a.getPackageName(); + aVar.f1062c = this.a.getPackageName(); return aVar; } @@ -197,8 +197,8 @@ public class b { Objects.requireNonNull(gVar); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); p0 p0Var = new p0(aVar, taskCompletionSource); - Handler handler = gVar.f1108w; - handler.sendMessage(handler.obtainMessage(13, new c0(p0Var, gVar.f1107r.get(), this))); + Handler handler = gVar.w; + handler.sendMessage(handler.obtainMessage(13, new c0(p0Var, gVar.r.get(), this))); return taskCompletionSource.a; } @@ -208,8 +208,8 @@ public class b { n nVar = this.h; Objects.requireNonNull(gVar); q0 q0Var = new q0(1, pVar, taskCompletionSource, nVar); - Handler handler = gVar.f1108w; - handler.sendMessage(handler.obtainMessage(4, new c0(q0Var, gVar.f1107r.get(), this))); + Handler handler = gVar.w; + handler.sendMessage(handler.obtainMessage(4, new c0(q0Var, gVar.r.get(), this))); return taskCompletionSource.a; } @@ -218,8 +218,8 @@ public class b { g gVar = this.i; Objects.requireNonNull(gVar); o0 o0Var = new o0(i, t); - Handler handler = gVar.f1108w; - handler.sendMessage(handler.obtainMessage(4, new c0(o0Var, gVar.f1107r.get(), this))); + Handler handler = gVar.w; + handler.sendMessage(handler.obtainMessage(4, new c0(o0Var, gVar.r.get(), this))); return t; } } diff --git a/app/src/main/java/c/i/a/f/e/h/e.java b/app/src/main/java/c/i/a/f/e/h/e.java index 55910963e2..e839b8035f 100644 --- a/app/src/main/java/c/i/a/f/e/h/e.java +++ b/app/src/main/java/c/i/a/f/e/h/e.java @@ -7,9 +7,9 @@ import com.google.android.gms.common.api.internal.BasePendingResult; public final class e extends BasePendingResult { public final R l; - public e(c cVar, R r2) { + public e(c cVar, R r) { super(cVar); - this.l = r2; + this.l = r; } @Override // com.google.android.gms.common.api.internal.BasePendingResult diff --git a/app/src/main/java/c/i/a/f/e/h/i.java b/app/src/main/java/c/i/a/f/e/h/i.java index 593154cd33..9be9fcba28 100644 --- a/app/src/main/java/c/i/a/f/e/h/i.java +++ b/app/src/main/java/c/i/a/f/e/h/i.java @@ -4,5 +4,5 @@ import androidx.annotation.RecentlyNonNull; import c.i.a.f.e.h.h; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public interface i { - void a(@RecentlyNonNull R r2); + void a(@RecentlyNonNull R r); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/a1.java b/app/src/main/java/c/i/a/f/e/h/j/a1.java index 5228b136d5..82b2ad4b0b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/a1.java @@ -16,7 +16,7 @@ public class a1 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a1(j jVar, g gVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2799c; + Object obj = GoogleApiAvailability.f2367c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } @@ -62,7 +62,7 @@ public class a1 extends t0 { @Override // c.i.a.f.e.h.j.t0 public final void k() { - Handler handler = this.o.f1108w; + Handler handler = this.o.w; handler.sendMessage(handler.obtainMessage(3)); } @@ -70,7 +70,7 @@ public class a1 extends t0 { public final void l(ConnectionResult connectionResult, int i) { g gVar = this.o; if (!gVar.c(connectionResult, i)) { - Handler handler = gVar.f1108w; + Handler handler = gVar.w; handler.sendMessage(handler.obtainMessage(5, i, 0, connectionResult)); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b.java b/app/src/main/java/c/i/a/f/e/h/j/b.java index 5c437b8b8b..7753f1efb6 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b.java @@ -11,11 +11,11 @@ public final class b { @Nullable /* renamed from: c reason: collision with root package name */ - public final O f1104c; + public final O f1044c; public b(a aVar, @Nullable O o) { this.b = aVar; - this.f1104c = o; + this.f1044c = o; this.a = Arrays.hashCode(new Object[]{aVar, o}); } @@ -30,7 +30,7 @@ public final class b { return false; } b bVar = (b) obj; - return c.c.a.a0.d.j0(this.b, bVar.b) && c.c.a.a0.d.j0(this.f1104c, bVar.f1104c); + return c.c.a.a0.d.j0(this.b, bVar.b) && c.c.a.a0.d.j0(this.f1044c, bVar.f1044c); } public final int hashCode() { diff --git a/app/src/main/java/c/i/a/f/e/h/j/b0.java b/app/src/main/java/c/i/a/f/e/h/j/b0.java index 1db293a348..d2ed25a49e 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b0.java @@ -16,7 +16,7 @@ public class b0 extends t0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b0(j jVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2799c; + Object obj = GoogleApiAvailability.f2367c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/c0.java b/app/src/main/java/c/i/a/f/e/h/j/c0.java index f5cd1e6f9d..60292c47e9 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/c0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/c0.java @@ -7,11 +7,11 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final b f1105c; + public final b f1045c; public c0(s sVar, int i, b bVar) { this.a = sVar; this.b = i; - this.f1105c = bVar; + this.f1045c = bVar; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/d0.java b/app/src/main/java/c/i/a/f/e/h/j/d0.java index a9d25ca490..56494575b5 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/d0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/d0.java @@ -8,11 +8,11 @@ public final class d0 { public final q b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1106c; + public final Runnable f1046c; public d0(@NonNull m mVar, @NonNull q qVar, @NonNull Runnable runnable) { this.a = mVar; this.b = qVar; - this.f1106c = runnable; + this.f1046c = runnable; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/e.java b/app/src/main/java/c/i/a/f/e/h/j/e.java index 6a5908a75e..8d919c4ea5 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/e.java +++ b/app/src/main/java/c/i/a/f/e/h/j/e.java @@ -5,5 +5,5 @@ import com.google.android.gms.common.api.Status; public interface e { void a(Status status); - void b(R r2); + void b(R r); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/g.java b/app/src/main/java/c/i/a/f/e/h/j/g.java index 5084e5da44..f54e009af4 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g.java @@ -64,21 +64,19 @@ public class g implements Handler.Callback { public final GoogleApiAvailability o; public final s p; public final AtomicInteger q; + public final AtomicInteger r; - /* renamed from: r reason: collision with root package name */ - public final AtomicInteger f1107r; - public final Map, a> s; + /* renamed from: s reason: collision with root package name */ + public final Map, a> f1047s; @Nullable public a1 t; public final Set> u; public final Set> v; @NotOnlyInitialized - - /* renamed from: w reason: collision with root package name */ - public final Handler f1108w; + public final Handler w; /* renamed from: x reason: collision with root package name */ - public volatile boolean f1109x; + public volatile boolean f1048x; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public class a implements c.a, c.b { @@ -87,7 +85,7 @@ public class g implements Handler.Callback { public final a.f b; /* renamed from: c reason: collision with root package name */ - public final a.b f1110c; + public final a.b f1049c; public final b d; public final x0 e; public final Set f = new HashSet(); @@ -102,21 +100,21 @@ public class g implements Handler.Callback { @WorkerThread public a(c.i.a.f.e.h.b bVar) { - Looper looper = g.this.f1108w.getLooper(); + Looper looper = g.this.w.getLooper(); c.i.a.f.e.k.c a = bVar.a().a(); c.i.a.f.e.h.a aVar = bVar.b; d.G(aVar.a != null, "This API was constructed with a SimpleClientBuilder. Use getSimpleClientBuilder"); a.AbstractC0106a aVar2 = aVar.a; Objects.requireNonNull(aVar2, "null reference"); - a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1102c, this, this); + a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1042c, this, this); this.b = a2; if (!(a2 instanceof z)) { - this.f1110c = a2; + this.f1049c = a2; this.d = bVar.d; this.e = new x0(); this.h = bVar.f; if (a2.o()) { - this.i = new g0(g.this.n, g.this.f1108w, bVar.a().a()); + this.i = new g0(g.this.n, g.this.w, bVar.a().a()); } else { this.i = null; } @@ -150,7 +148,7 @@ public class g implements Handler.Callback { @WorkerThread public final void b() { - d.s(g.this.f1108w); + d.s(g.this.w); Status status = g.i; f(status); x0 x0Var = this.e; @@ -183,24 +181,24 @@ public class g implements Handler.Callback { sb.append(n); } x0Var.a(true, new Status(20, sb.toString())); - Handler handler = g.this.f1108w; + Handler handler = g.this.w; Message obtain = Message.obtain(handler, 9, this.d); Objects.requireNonNull(g.this); handler.sendMessageDelayed(obtain, 5000); - Handler handler2 = g.this.f1108w; + Handler handler2 = g.this.w; Message obtain2 = Message.obtain(handler2, 11, this.d); Objects.requireNonNull(g.this); handler2.sendMessageDelayed(obtain2, 120000); g.this.p.a.clear(); for (d0 d0Var : this.g.values()) { - d0Var.f1106c.run(); + d0Var.f1046c.run(); } } @WorkerThread public final void d(@NonNull ConnectionResult connectionResult, @Nullable Exception exc) { f fVar; - d.s(g.this.f1108w); + d.s(g.this.w); g0 g0Var = this.i; if (!(g0Var == null || (fVar = g0Var.g) == null)) { fVar.h(); @@ -213,11 +211,11 @@ public class g implements Handler.Callback { } else if (this.a.isEmpty()) { this.l = connectionResult; } else if (exc != null) { - d.s(g.this.f1108w); + d.s(g.this.w); i(null, exc, false); - } else if (!g.this.f1109x) { + } else if (!g.this.f1048x) { Status p = p(connectionResult); - d.s(g.this.f1108w); + d.s(g.this.w); i(p, null, false); } else { i(p(connectionResult), null, true); @@ -226,14 +224,14 @@ public class g implements Handler.Callback { this.j = true; } if (this.j) { - Handler handler = g.this.f1108w; + Handler handler = g.this.w; Message obtain = Message.obtain(handler, 9, this.d); Objects.requireNonNull(g.this); handler.sendMessageDelayed(obtain, 5000); return; } Status p2 = p(connectionResult); - d.s(g.this.f1108w); + d.s(g.this.w); i(p2, null, false); } } @@ -241,16 +239,16 @@ public class g implements Handler.Callback { @Override // c.i.a.f.e.h.j.f public final void e(int i) { - if (Looper.myLooper() == g.this.f1108w.getLooper()) { + if (Looper.myLooper() == g.this.w.getLooper()) { c(i); } else { - g.this.f1108w.post(new v(this, i)); + g.this.w.post(new v(this, i)); } } @WorkerThread public final void f(Status status) { - d.s(g.this.f1108w); + d.s(g.this.w); i(status, null, false); } @@ -262,16 +260,16 @@ public class g implements Handler.Callback { @Override // c.i.a.f.e.h.j.f public final void h(@Nullable Bundle bundle) { - if (Looper.myLooper() == g.this.f1108w.getLooper()) { + if (Looper.myLooper() == g.this.w.getLooper()) { t(); } else { - g.this.f1108w.post(new u(this)); + g.this.w.post(new u(this)); } } @WorkerThread public final void i(@Nullable Status status, @Nullable Exception exc, boolean z2) { - d.s(g.this.f1108w); + d.s(g.this.w); boolean z3 = true; boolean z4 = status == null; if (exc != null) { @@ -297,7 +295,7 @@ public class g implements Handler.Callback { @WorkerThread public final void j(s sVar) { - d.s(g.this.f1108w); + d.s(g.this.w); if (!this.b.j()) { this.a.add(sVar); ConnectionResult connectionResult = this.l; @@ -315,7 +313,7 @@ public class g implements Handler.Callback { @WorkerThread public final boolean k(boolean z2) { - d.s(g.this.f1108w); + d.s(g.this.w); if (!this.b.j() || this.g.size() != 0) { return false; } @@ -354,14 +352,14 @@ public class g implements Handler.Callback { o(sVar); return true; } - String name = this.f1110c.getClass().getName(); + String name = this.f1049c.getClass().getName(); String str = a.i; long v0 = a.v0(); StringBuilder N = c.d.b.a.a.N(c.d.b.a.a.b(str, name.length() + 77), name, " could not execute call because it requires feature (", str, ", "); N.append(v0); N.append(")."); Log.w("GoogleApiManager", N.toString()); - if (!g.this.f1109x || !m0Var.g(this)) { + if (!g.this.f1048x || !m0Var.g(this)) { m0Var.e(new UnsupportedApiCallException(a)); return true; } @@ -369,19 +367,19 @@ public class g implements Handler.Callback { int indexOf = this.k.indexOf(cVar); if (indexOf >= 0) { c cVar2 = this.k.get(indexOf); - g.this.f1108w.removeMessages(15, cVar2); - Handler handler = g.this.f1108w; + g.this.w.removeMessages(15, cVar2); + Handler handler = g.this.w; Message obtain = Message.obtain(handler, 15, cVar2); Objects.requireNonNull(g.this); handler.sendMessageDelayed(obtain, 5000); return false; } this.k.add(cVar); - Handler handler2 = g.this.f1108w; + Handler handler2 = g.this.w; Message obtain2 = Message.obtain(handler2, 15, cVar); Objects.requireNonNull(g.this); handler2.sendMessageDelayed(obtain2, 5000); - Handler handler3 = g.this.f1108w; + Handler handler3 = g.this.w; Message obtain3 = Message.obtain(handler3, 16, cVar); Objects.requireNonNull(g.this); handler3.sendMessageDelayed(obtain3, 120000); @@ -416,32 +414,32 @@ public class g implements Handler.Callback { e(1); this.b.c("DeadObjectException thrown while running ApiCallRunner."); } catch (Throwable th) { - throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1110c.getClass().getName()), th); + throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1049c.getClass().getName()), th); } } public final Status p(ConnectionResult connectionResult) { - String str = this.d.b.f1101c; + String str = this.d.b.f1041c; String valueOf = String.valueOf(connectionResult); return new Status(17, c.d.b.a.a.h(valueOf.length() + c.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); } @WorkerThread public final void q() { - d.s(g.this.f1108w); + d.s(g.this.w); this.l = null; } @WorkerThread public final void r() { - d.s(g.this.f1108w); + d.s(g.this.w); if (!this.b.j() && !this.b.e()) { try { g gVar = g.this; int a = gVar.p.a(gVar.n, this.b); if (a != 0) { ConnectionResult connectionResult = new ConnectionResult(a, null); - String name = this.f1110c.getClass().getName(); + String name = this.f1049c.getClass().getName(); String valueOf = String.valueOf(connectionResult); StringBuilder sb = new StringBuilder(name.length() + 35 + valueOf.length()); sb.append("The service for "); @@ -465,13 +463,13 @@ public class g implements Handler.Callback { g0Var.f.h = Integer.valueOf(System.identityHashCode(g0Var)); a.AbstractC0106a aVar = g0Var.d; Context context = g0Var.b; - Looper looper = g0Var.f1112c.getLooper(); + Looper looper = g0Var.f1051c.getLooper(); c.i.a.f.e.k.c cVar = g0Var.f; g0Var.g = (f) aVar.a(context, looper, cVar, cVar.g, g0Var, g0Var); g0Var.h = bVar; Set set = g0Var.e; if (set == null || set.isEmpty()) { - g0Var.f1112c.post(new f0(g0Var)); + g0Var.f1051c.post(new f0(g0Var)); } else { g0Var.g.p(); } @@ -505,11 +503,11 @@ public class g implements Handler.Callback { } else { try { m mVar = next.a; - a.b bVar = this.f1110c; + a.b bVar = this.f1049c; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1294c, taskCompletionSource)); + vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1223c, taskCompletionSource)); } catch (DeadObjectException unused) { e(3); this.b.c("DeadObjectException thrown while calling register listener method."); @@ -543,15 +541,15 @@ public class g implements Handler.Callback { @WorkerThread public final void v() { if (this.j) { - g.this.f1108w.removeMessages(11, this.d); - g.this.f1108w.removeMessages(9, this.d); + g.this.w.removeMessages(11, this.d); + g.this.w.removeMessages(9, this.d); this.j = false; } } public final void w() { - g.this.f1108w.removeMessages(12, this.d); - Handler handler = g.this.f1108w; + g.this.w.removeMessages(12, this.d); + Handler handler = g.this.w; handler.sendMessageDelayed(handler.obtainMessage(12, this.d), g.this.m); } } @@ -563,7 +561,7 @@ public class g implements Handler.Callback { @Nullable /* renamed from: c reason: collision with root package name */ - public c.i.a.f.e.k.g f1111c = null; + public c.i.a.f.e.k.g f1050c = null; @Nullable public Set d = null; public boolean e = false; @@ -575,16 +573,16 @@ public class g implements Handler.Callback { @Override // c.i.a.f.e.k.b.c public final void a(@NonNull ConnectionResult connectionResult) { - g.this.f1108w.post(new z(this, connectionResult)); + g.this.w.post(new z(this, connectionResult)); } @WorkerThread public final void b(ConnectionResult connectionResult) { - a aVar = g.this.s.get(this.b); + a aVar = g.this.f1047s.get(this.b); if (aVar != null) { - d.s(g.this.f1108w); + d.s(g.this.w); a.f fVar = aVar.b; - String name = aVar.f1110c.getClass().getName(); + String name = aVar.f1049c.getClass().getName(); String valueOf = String.valueOf(connectionResult); fVar.c(c.d.b.a.a.h(valueOf.length() + name.length() + 25, "onSignInFailed for ", name, " with ", valueOf)); aVar.d(connectionResult, null); @@ -627,15 +625,15 @@ public class g implements Handler.Callback { public g(Context context, Looper looper, GoogleApiAvailability googleApiAvailability) { boolean z2 = true; this.q = new AtomicInteger(1); - this.f1107r = new AtomicInteger(0); - this.s = new ConcurrentHashMap(5, 0.75f, 1); + this.r = new AtomicInteger(0); + this.f1047s = new ConcurrentHashMap(5, 0.75f, 1); this.t = null; this.u = new ArraySet(); this.v = new ArraySet(); - this.f1109x = true; + this.f1048x = true; this.n = context; c.i.a.f.h.e.c cVar = new c.i.a.f.h.e.c(looper, this); - this.f1108w = cVar; + this.w = cVar; this.o = googleApiAvailability; this.p = new s(googleApiAvailability); PackageManager packageManager = context.getPackageManager(); @@ -643,7 +641,7 @@ public class g implements Handler.Callback { c.i.a.f.e.o.c.d = Boolean.valueOf((!c.i.a.f.e.o.c.R() || !packageManager.hasSystemFeature("android.hardware.type.automotive")) ? false : z2); } if (c.i.a.f.e.o.c.d.booleanValue()) { - this.f1109x = false; + this.f1048x = false; } cVar.sendMessage(cVar.obtainMessage(6)); } @@ -656,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2799c; + Object obj = GoogleApiAvailability.f2367c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; @@ -701,10 +699,10 @@ public class g implements Handler.Callback { @WorkerThread public final a d(c.i.a.f.e.h.b bVar) { b bVar2 = bVar.d; - a aVar = this.s.get(bVar2); + a aVar = this.f1047s.get(bVar2); if (aVar == null) { aVar = new a<>(bVar); - this.s.put(bVar2, aVar); + this.f1047s.put(bVar2, aVar); } if (aVar.s()) { this.v.add(bVar2); @@ -727,9 +725,9 @@ public class g implements Handler.Callback { j2 = 10000; } this.m = j2; - this.f1108w.removeMessages(12); - for (b bVar : this.s.keySet()) { - Handler handler = this.f1108w; + this.w.removeMessages(12); + for (b bVar : this.f1047s.keySet()) { + Handler handler = this.w; handler.sendMessageDelayed(handler.obtainMessage(12, bVar), this.m); } break; @@ -737,7 +735,7 @@ public class g implements Handler.Callback { Objects.requireNonNull((r0) message.obj); throw null; case 3: - for (a aVar2 : this.s.values()) { + for (a aVar2 : this.f1047s.values()) { aVar2.q(); aVar2.r(); } @@ -746,11 +744,11 @@ public class g implements Handler.Callback { case 8: case 13: c0 c0Var = (c0) message.obj; - a aVar3 = this.s.get(c0Var.f1105c.d); + a aVar3 = this.f1047s.get(c0Var.f1045c.d); if (aVar3 == null) { - aVar3 = d(c0Var.f1105c); + aVar3 = d(c0Var.f1045c); } - if (!aVar3.s() || this.f1107r.get() == c0Var.b) { + if (!aVar3.s() || this.r.get() == c0Var.b) { aVar3.j(c0Var.a); break; } else { @@ -761,7 +759,7 @@ public class g implements Handler.Callback { case 5: int i4 = message.arg1; ConnectionResult connectionResult = (ConnectionResult) message.obj; - Iterator> it = this.s.values().iterator(); + Iterator> it = this.f1047s.values().iterator(); while (true) { if (it.hasNext()) { aVar = it.next(); @@ -779,7 +777,7 @@ public class g implements Handler.Callback { String x0 = ConnectionResult.x0(i5); String str = connectionResult.m; Status status = new Status(17, c.d.b.a.a.h(c.d.b.a.a.b(str, c.d.b.a.a.b(x0, 69)), "Error resolution was canceled by the user, original error message: ", x0, ": ", str)); - d.s(g.this.f1108w); + d.s(g.this.w); aVar.i(status, null, false); break; } else { @@ -816,9 +814,9 @@ public class g implements Handler.Callback { d((c.i.a.f.e.h.b) message.obj); break; case 9: - if (this.s.containsKey(message.obj)) { - a aVar4 = this.s.get(message.obj); - d.s(g.this.f1108w); + if (this.f1047s.containsKey(message.obj)) { + a aVar4 = this.f1047s.get(message.obj); + d.s(g.this.w); if (aVar4.j) { aVar4.r(); break; @@ -827,7 +825,7 @@ public class g implements Handler.Callback { break; case 10: for (b bVar2 : this.v) { - a remove = this.s.remove(bVar2); + a remove = this.f1047s.remove(bVar2); if (remove != null) { remove.b(); } @@ -835,14 +833,14 @@ public class g implements Handler.Callback { this.v.clear(); break; case 11: - if (this.s.containsKey(message.obj)) { - a aVar5 = this.s.get(message.obj); - d.s(g.this.f1108w); + if (this.f1047s.containsKey(message.obj)) { + a aVar5 = this.f1047s.get(message.obj); + d.s(g.this.w); if (aVar5.j) { aVar5.v(); g gVar = g.this; Status status2 = gVar.o.c(gVar.n) == 18 ? new Status(8, "Connection timed out while waiting for Google Play services update to complete.") : new Status(8, "API failed to connect while resuming due to an unknown error."); - d.s(g.this.f1108w); + d.s(g.this.w); aVar5.i(status2, null, false); aVar5.b.c("Timing out connection while resuming."); break; @@ -850,22 +848,22 @@ public class g implements Handler.Callback { } break; case 12: - if (this.s.containsKey(message.obj)) { - this.s.get(message.obj).k(true); + if (this.f1047s.containsKey(message.obj)) { + this.f1047s.get(message.obj).k(true); break; } break; case 14: Objects.requireNonNull((b1) message.obj); - if (!this.s.containsKey(null)) { + if (!this.f1047s.containsKey(null)) { throw null; } - this.s.get(null).k(false); + this.f1047s.get(null).k(false); throw null; case 15: c cVar2 = (c) message.obj; - if (this.s.containsKey(cVar2.a)) { - a aVar6 = this.s.get(cVar2.a); + if (this.f1047s.containsKey(cVar2.a)) { + a aVar6 = this.f1047s.get(cVar2.a); if (aVar6.k.contains(cVar2) && !aVar6.j) { if (!aVar6.b.j()) { aVar6.r(); @@ -879,11 +877,11 @@ public class g implements Handler.Callback { break; case 16: c cVar3 = (c) message.obj; - if (this.s.containsKey(cVar3.a)) { - a aVar7 = this.s.get(cVar3.a); + if (this.f1047s.containsKey(cVar3.a)) { + a aVar7 = this.f1047s.get(cVar3.a); if (aVar7.k.remove(cVar3)) { - g.this.f1108w.removeMessages(15, cVar3); - g.this.f1108w.removeMessages(16, cVar3); + g.this.w.removeMessages(15, cVar3); + g.this.w.removeMessages(16, cVar3); Feature feature = cVar3.b; ArrayList arrayList = new ArrayList(aVar7.a.size()); for (s sVar : aVar7.a) { diff --git a/app/src/main/java/c/i/a/f/e/h/j/g0.java b/app/src/main/java/c/i/a/f/e/h/j/g0.java index 99ea5ea244..f5bfdd9c3d 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g0.java @@ -16,11 +16,11 @@ import com.google.android.gms.common.api.Scope; import java.util.Set; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public final class g0 extends d implements c.a, c.b { - public static a.AbstractC0106a a = c.i.a.f.l.c.f1298c; + public static a.AbstractC0106a a = c.i.a.f.l.c.f1227c; public final Context b; /* renamed from: c reason: collision with root package name */ - public final Handler f1112c; + public final Handler f1051c; public final a.AbstractC0106a d; public Set e; public c.i.a.f.e.k.c f; @@ -31,7 +31,7 @@ public final class g0 extends d implements c.a, c.b { public g0(Context context, Handler handler, @NonNull c.i.a.f.e.k.c cVar) { a.AbstractC0106a aVar = a; this.b = context; - this.f1112c = handler; + this.f1051c = handler; c.c.a.a0.d.z(cVar, "ClientSettings must not be null"); this.f = cVar; this.e = cVar.b; diff --git a/app/src/main/java/c/i/a/f/e/h/j/h.java b/app/src/main/java/c/i/a/f/e/h/j/h.java index c77e2917b0..537c67a3bc 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/h.java +++ b/app/src/main/java/c/i/a/f/e/h/j/h.java @@ -16,7 +16,7 @@ public final class h { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1113c; + public final String f1052c; public final Status d; public final boolean e; @@ -31,7 +31,7 @@ public final class h { this.e = false; } q0.a(context); - String str = q0.f1130c; + String str = q0.f1068c; if (str == null) { Resources resources2 = context.getResources(); int identifier2 = resources2.getIdentifier("google_app_id", "string", resources2.getResourcePackageName(i)); @@ -39,10 +39,10 @@ public final class h { } if (TextUtils.isEmpty(str)) { this.d = new Status(10, "Missing google app id value from from string resources with name google_app_id."); - this.f1113c = null; + this.f1052c = null; return; } - this.f1113c = str; + this.f1052c = str; this.d = Status.i; } diff --git a/app/src/main/java/c/i/a/f/e/h/j/i0.java b/app/src/main/java/c/i/a/f/e/h/j/i0.java index 6c3967623d..139e33d855 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/i0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/i0.java @@ -47,7 +47,7 @@ public final class i0 implements Runnable { Log.wtf("GoogleApiManager", "Received null response from onSignInSuccess", new Exception()); bVar.b(new ConnectionResult(4)); } else { - bVar.f1111c = v0; + bVar.f1050c = v0; bVar.d = set; if (bVar.e) { bVar.a.b(v0, set); diff --git a/app/src/main/java/c/i/a/f/e/h/j/k.java b/app/src/main/java/c/i/a/f/e/h/j/k.java index 7fc5818915..57af90d520 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/k.java +++ b/app/src/main/java/c/i/a/f/e/h/j/k.java @@ -13,7 +13,7 @@ public final class k { @Nullable /* renamed from: c reason: collision with root package name */ - public volatile a f1114c; + public volatile a f1053c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -81,7 +81,7 @@ public final class k { d.z(l, "Listener must not be null"); this.b = l; d.w(str); - this.f1114c = new a<>(l, str); + this.f1053c = new a<>(l, str); } public final void a(b bVar) { diff --git a/app/src/main/java/c/i/a/f/e/h/j/k0.java b/app/src/main/java/c/i/a/f/e/h/j/k0.java index 2eea03316c..17e9d5a497 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/k0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/k0.java @@ -10,17 +10,17 @@ import java.util.Objects; public final class k0 extends p { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ p.a f1115c; + public final /* synthetic */ p.a f1054c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k0(p.a aVar, Feature[] featureArr, boolean z2) { super(featureArr, z2, null); - this.f1115c = aVar; + this.f1054c = aVar; } @Override // c.i.a.f.e.h.j.p public final void c(A a, TaskCompletionSource taskCompletionSource) throws RemoteException { - Objects.requireNonNull(this.f1115c.a); + Objects.requireNonNull(this.f1054c.a); a.w().Y(new k(taskCompletionSource)); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/n0.java b/app/src/main/java/c/i/a/f/e/h/j/n0.java index 1de1239ec4..54cb185b6e 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/n0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/n0.java @@ -16,11 +16,11 @@ import java.util.Objects; public final class n0 extends e0 { /* renamed from: c reason: collision with root package name */ - public final d0 f1116c; + public final d0 f1055c; public n0(d0 d0Var, TaskCompletionSource taskCompletionSource) { super(3, taskCompletionSource); - this.f1116c = d0Var; + this.f1055c = d0Var; } @Override // c.i.a.f.e.h.j.s @@ -30,27 +30,27 @@ public final class n0 extends e0 { @Override // c.i.a.f.e.h.j.m0 @Nullable public final Feature[] f(g.a aVar) { - Objects.requireNonNull(this.f1116c.a); + Objects.requireNonNull(this.f1055c.a); return null; } @Override // c.i.a.f.e.h.j.m0 public final boolean g(g.a aVar) { - Objects.requireNonNull(this.f1116c.a); + Objects.requireNonNull(this.f1055c.a); return false; } @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - m mVar = this.f1116c.a; + m mVar = this.f1055c.a; a.f fVar = aVar.b; TaskCompletionSource taskCompletionSource = this.b; v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.b.a((f) fVar, i.j(vVar.f1294c, taskCompletionSource)); - k.a aVar2 = this.f1116c.a.a.f1114c; + vVar.b.a((f) fVar, i.j(vVar.f1223c, taskCompletionSource)); + k.a aVar2 = this.f1055c.a.a.f1053c; if (aVar2 != null) { - aVar.g.put(aVar2, this.f1116c); + aVar.g.put(aVar2, this.f1055c); } } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/p0.java b/app/src/main/java/c/i/a/f/e/h/j/p0.java index 509ba81be5..9fa9ced9e1 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/p0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/p0.java @@ -16,11 +16,11 @@ import java.util.Objects; public final class p0 extends e0 { /* renamed from: c reason: collision with root package name */ - public final k.a f1117c; + public final k.a f1056c; public p0(k.a aVar, TaskCompletionSource taskCompletionSource) { super(4, taskCompletionSource); - this.f1117c = aVar; + this.f1056c = aVar; } @Override // c.i.a.f.e.h.j.s @@ -30,7 +30,7 @@ public final class p0 extends e0 { @Override // c.i.a.f.e.h.j.m0 @Nullable public final Feature[] f(g.a aVar) { - d0 d0Var = aVar.g.get(this.f1117c); + d0 d0Var = aVar.g.get(this.f1056c); if (d0Var == null) { return null; } @@ -40,7 +40,7 @@ public final class p0 extends e0 { @Override // c.i.a.f.e.h.j.m0 public final boolean g(g.a aVar) { - d0 d0Var = aVar.g.get(this.f1117c); + d0 d0Var = aVar.g.get(this.f1056c); if (d0Var == null) { return false; } @@ -50,17 +50,17 @@ public final class p0 extends e0 { @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - d0 remove = aVar.g.remove(this.f1117c); + d0 remove = aVar.g.remove(this.f1056c); if (remove != null) { q qVar = remove.b; a.f fVar = aVar.b; TaskCompletionSource taskCompletionSource = this.b; x xVar = (x) qVar; Objects.requireNonNull(xVar); - xVar.b.a((f) fVar, i.j(xVar.f1295c, taskCompletionSource)); + xVar.b.a((f) fVar, i.j(xVar.f1224c, taskCompletionSource)); k kVar = remove.a.a; kVar.b = null; - kVar.f1114c = null; + kVar.f1053c = null; return; } this.b.b(Boolean.FALSE); diff --git a/app/src/main/java/c/i/a/f/e/h/j/q0.java b/app/src/main/java/c/i/a/f/e/h/j/q0.java index af924d9b66..96936b1b23 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/q0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/q0.java @@ -16,12 +16,12 @@ public final class q0 extends m0 { public final p b; /* renamed from: c reason: collision with root package name */ - public final TaskCompletionSource f1118c; + public final TaskCompletionSource f1057c; public final n d; public q0(int i, p pVar, TaskCompletionSource taskCompletionSource, n nVar) { super(i); - this.f1118c = taskCompletionSource; + this.f1057c = taskCompletionSource; this.b = pVar; this.d = nVar; if (i == 2 && pVar.b) { @@ -31,25 +31,25 @@ public final class q0 extends m0 { @Override // c.i.a.f.e.h.j.s public final void b(@NonNull Status status) { - this.f1118c.a(this.d.a(status)); + this.f1057c.a(this.d.a(status)); } @Override // c.i.a.f.e.h.j.s public final void c(g.a aVar) throws DeadObjectException { try { - this.b.c(aVar.b, this.f1118c); + this.b.c(aVar.b, this.f1057c); } catch (DeadObjectException e) { throw e; } catch (RemoteException e2) { - this.f1118c.a(this.d.a(s.a(e2))); + this.f1057c.a(this.d.a(s.a(e2))); } catch (RuntimeException e3) { - this.f1118c.a(e3); + this.f1057c.a(e3); } } @Override // c.i.a.f.e.h.j.s public final void d(@NonNull x0 x0Var, boolean z2) { - TaskCompletionSource taskCompletionSource = this.f1118c; + TaskCompletionSource taskCompletionSource = this.f1057c; x0Var.b.put(taskCompletionSource, Boolean.valueOf(z2)); b0 b0Var = taskCompletionSource.a; y0 y0Var = new y0(x0Var, taskCompletionSource); @@ -59,7 +59,7 @@ public final class q0 extends m0 { @Override // c.i.a.f.e.h.j.s public final void e(@NonNull Exception exc) { - this.f1118c.a(exc); + this.f1057c.a(exc); } @Override // c.i.a.f.e.h.j.m0 diff --git a/app/src/main/java/c/i/a/f/e/h/j/t.java b/app/src/main/java/c/i/a/f/e/h/j/t.java index 2d3f97aa31..bc06a9c18a 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/t.java +++ b/app/src/main/java/c/i/a/f/e/h/j/t.java @@ -12,7 +12,7 @@ public final class t implements c.a { @Override // c.i.a.f.e.h.j.c.a public final void a(boolean z2) { - Handler handler = this.a.f1108w; + Handler handler = this.a.w; handler.sendMessage(handler.obtainMessage(1, Boolean.valueOf(z2))); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/w.java b/app/src/main/java/c/i/a/f/e/h/j/w.java index 78b53b4b01..1232b80e7c 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/w.java +++ b/app/src/main/java/c/i/a/f/e/h/j/w.java @@ -12,6 +12,6 @@ public final class w implements Runnable { @Override // java.lang.Runnable public final void run() { g.a aVar = this.i.a; - aVar.b.c(aVar.f1110c.getClass().getName().concat(" disconnecting because it was signed out.")); + aVar.b.c(aVar.f1049c.getClass().getName().concat(" disconnecting because it was signed out.")); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/z.java b/app/src/main/java/c/i/a/f/e/h/j/z.java index 522a5d565e..82882ff84d 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/z.java +++ b/app/src/main/java/c/i/a/f/e/h/j/z.java @@ -18,14 +18,14 @@ public final class z implements Runnable { public final void run() { c.i.a.f.e.k.g gVar; g.b bVar = this.j; - g.a aVar = g.this.s.get(bVar.b); + g.a aVar = g.this.f1047s.get(bVar.b); if (aVar != null) { if (this.i.w0()) { g.b bVar2 = this.j; bVar2.e = true; if (bVar2.a.o()) { g.b bVar3 = this.j; - if (bVar3.e && (gVar = bVar3.f1111c) != null) { + if (bVar3.e && (gVar = bVar3.f1050c) != null) { bVar3.a.b(gVar, bVar3.d); return; } diff --git a/app/src/main/java/c/i/a/f/e/k/b.java b/app/src/main/java/c/i/a/f/e/k/b.java index 3ba30c44dd..57fe040eb8 100644 --- a/app/src/main/java/c/i/a/f/e/k/b.java +++ b/app/src/main/java/c/i/a/f/e/k/b.java @@ -43,7 +43,7 @@ public abstract class b { public volatile String b = null; /* renamed from: c reason: collision with root package name */ - public j0 f1119c; + public j0 f1058c; public final Context d; public final e e; public final c.i.a.f.e.c f; @@ -64,20 +64,18 @@ public abstract class b { public final a p; @Nullable public final AbstractC0108b q; - - /* renamed from: r reason: collision with root package name */ - public final int f1120r; + public final int r; @Nullable - public final String s; + + /* renamed from: s reason: collision with root package name */ + public final String f1059s; @Nullable public ConnectionResult t = null; public boolean u = false; @Nullable public volatile zzc v = null; @RecentlyNonNull - - /* renamed from: w reason: collision with root package name */ - public AtomicInteger f1121w = new AtomicInteger(0); + public AtomicInteger w = new AtomicInteger(0); /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public interface a { @@ -176,7 +174,7 @@ public abstract class b { @Override // android.os.Handler public final void handleMessage(Message message) { TListener tlistener; - if (b.this.f1121w.get() == message.arg1) { + if (b.this.w.get() == message.arg1) { int i = message.what; if (!(i == 1 || i == 7)) { if (i == 4) { @@ -388,8 +386,8 @@ public abstract class b { Log.e("GmsClient", c.d.b.a.a.h(c.d.b.a.a.b(interfaceDescriptor, c.d.b.a.a.b(x2, 34)), "service descriptor mismatch: ", x2, " vs. ", interfaceDescriptor)); return false; } - IInterface r2 = b.this.r(this.g); - if (r2 == null || (!b.E(b.this, 2, 4, r2) && !b.E(b.this, 3, 4, r2))) { + IInterface r = b.this.r(this.g); + if (r == null || (!b.E(b.this, 2, 4, r) && !b.E(b.this, 3, 4, r))) { return false; } b bVar = b.this; @@ -438,10 +436,10 @@ public abstract class b { c.c.a.a0.d.z(cVar, "API availability must not be null"); this.f = cVar; this.g = new g(looper); - this.f1120r = i2; + this.r = i2; this.p = aVar; this.q = bVar; - this.s = str; + this.f1059s = str; } public static void D(b bVar) { @@ -457,7 +455,7 @@ public abstract class b { i2 = 4; } Handler handler = bVar.g; - handler.sendMessage(handler.obtainMessage(i2, bVar.f1121w.get(), 16)); + handler.sendMessage(handler.obtainMessage(i2, bVar.w.get(), 16)); } public static boolean E(b bVar, int i2, int i3, IInterface iInterface) { @@ -491,7 +489,7 @@ public abstract class b { } public final String B() { - String str = this.s; + String str = this.f1059s; return str == null ? this.d.getClass().getName() : str; } @@ -505,18 +503,18 @@ public abstract class b { i iVar = this.n; if (iVar != null) { e eVar = this.e; - String str = this.f1119c.a; + String str = this.f1058c.a; Objects.requireNonNull(str, "null reference"); - Objects.requireNonNull(this.f1119c); + Objects.requireNonNull(this.f1058c); String B = B(); - Objects.requireNonNull(this.f1119c); + Objects.requireNonNull(this.f1058c); Objects.requireNonNull(eVar); eVar.c(new e.a(str, "com.google.android.gms", 4225, false), iVar, B); this.n = null; } } else if (i2 == 2 || i2 == 3) { i iVar2 = this.n; - if (!(iVar2 == null || (j0Var = this.f1119c) == null)) { + if (!(iVar2 == null || (j0Var = this.f1058c) == null)) { String str2 = j0Var.a; StringBuilder sb = new StringBuilder(String.valueOf(str2).length() + 70 + "com.google.android.gms".length()); sb.append("Calling connect() while still connected, missing disconnect() for "); @@ -525,34 +523,34 @@ public abstract class b { sb.append("com.google.android.gms"); Log.e("GmsClient", sb.toString()); e eVar2 = this.e; - String str3 = this.f1119c.a; + String str3 = this.f1058c.a; Objects.requireNonNull(str3, "null reference"); - Objects.requireNonNull(this.f1119c); + Objects.requireNonNull(this.f1058c); String B2 = B(); - Objects.requireNonNull(this.f1119c); + Objects.requireNonNull(this.f1058c); Objects.requireNonNull(eVar2); eVar2.c(new e.a(str3, "com.google.android.gms", 4225, false), iVar2, B2); - this.f1121w.incrementAndGet(); + this.w.incrementAndGet(); } - i iVar3 = new i(this.f1121w.get()); + i iVar3 = new i(this.w.get()); this.n = iVar3; String y2 = y(); Object obj = e.a; - this.f1119c = new j0("com.google.android.gms", y2, false, 4225, false); + this.f1058c = new j0("com.google.android.gms", y2, false, 4225, false); e eVar3 = this.e; Objects.requireNonNull(y2, "null reference"); - Objects.requireNonNull(this.f1119c); + Objects.requireNonNull(this.f1058c); String B3 = B(); - Objects.requireNonNull(this.f1119c); + Objects.requireNonNull(this.f1058c); if (!eVar3.b(new e.a(y2, "com.google.android.gms", 4225, false), iVar3, B3)) { - String str4 = this.f1119c.a; + String str4 = this.f1058c.a; StringBuilder sb2 = new StringBuilder(String.valueOf(str4).length() + 34 + "com.google.android.gms".length()); sb2.append("unable to connect to service: "); sb2.append(str4); sb2.append(" on "); sb2.append("com.google.android.gms"); Log.e("GmsClient", sb2.toString()); - int i3 = this.f1121w.get(); + int i3 = this.w.get(); Handler handler = this.g; handler.sendMessage(handler.obtainMessage(7, i3, -1, new l(16))); } @@ -566,29 +564,29 @@ public abstract class b { @WorkerThread public void b(@Nullable g gVar, @RecentlyNonNull Set set) { Bundle u = u(); - GetServiceRequest getServiceRequest = new GetServiceRequest(this.f1120r); + GetServiceRequest getServiceRequest = new GetServiceRequest(this.r); getServiceRequest.l = this.d.getPackageName(); getServiceRequest.o = u; if (set != null) { getServiceRequest.n = (Scope[]) set.toArray(new Scope[set.size()]); } if (o()) { - Account s = s(); - if (s == null) { - s = new Account("<>", "com.google"); + Account s2 = s(); + if (s2 == null) { + s2 = new Account("<>", "com.google"); } - getServiceRequest.p = s; + getServiceRequest.p = s2; if (gVar != null) { getServiceRequest.m = gVar.asBinder(); } } getServiceRequest.q = a; - getServiceRequest.f2802r = t(); + getServiceRequest.r = t(); try { synchronized (this.i) { j jVar = this.j; if (jVar != null) { - jVar.w(new j(this, this.f1121w.get()), getServiceRequest); + jVar.w(new j(this, this.w.get()), getServiceRequest); } else { Log.w("GmsClient", "mServiceBroker is null, client disconnected"); } @@ -596,12 +594,12 @@ public abstract class b { } catch (DeadObjectException e2) { Log.w("GmsClient", "IGmsServiceBroker.getService failed", e2); Handler handler = this.g; - handler.sendMessage(handler.obtainMessage(6, this.f1121w.get(), 3)); + handler.sendMessage(handler.obtainMessage(6, this.w.get(), 3)); } catch (SecurityException e3) { throw e3; } catch (RemoteException | RuntimeException e4) { Log.w("GmsClient", "IGmsServiceBroker.getService failed", e4); - int i2 = this.f1121w.get(); + int i2 = this.w.get(); Handler handler2 = this.g; handler2.sendMessage(handler2.obtainMessage(1, i2, -1, new k(8, null, null))); } @@ -630,7 +628,7 @@ public abstract class b { @RecentlyNonNull public String f() { j0 j0Var; - if (!j() || (j0Var = this.f1119c) == null) { + if (!j() || (j0Var = this.f1058c) == null) { throw new RuntimeException("Failed to connect when checking package"); } Objects.requireNonNull(j0Var); @@ -645,7 +643,7 @@ public abstract class b { @Override // c.i.a.f.e.h.a.f public void h() { - this.f1121w.incrementAndGet(); + this.w.incrementAndGet(); synchronized (this.m) { int size = this.m.size(); for (int i2 = 0; i2 < size; i2++) { @@ -664,7 +662,7 @@ public abstract class b { public void i(@RecentlyNonNull e eVar) { x xVar = (x) eVar; - c.i.a.f.e.h.j.g.this.f1108w.post(new w(xVar)); + c.i.a.f.e.h.j.g.this.w.post(new w(xVar)); } @RecentlyNonNull @@ -716,7 +714,7 @@ public abstract class b { c.c.a.a0.d.z(dVar, "Connection progress callbacks cannot be null."); this.k = dVar; Handler handler = this.g; - handler.sendMessage(handler.obtainMessage(3, this.f1121w.get(), b, null)); + handler.sendMessage(handler.obtainMessage(3, this.w.get(), b, null)); return; } g(new d()); diff --git a/app/src/main/java/c/i/a/f/e/k/c.java b/app/src/main/java/c/i/a/f/e/k/c.java index c9236aefa1..7188916245 100644 --- a/app/src/main/java/c/i/a/f/e/k/c.java +++ b/app/src/main/java/c/i/a/f/e/k/c.java @@ -15,7 +15,7 @@ public final class c { public final Set b; /* renamed from: c reason: collision with root package name */ - public final Set f1123c; + public final Set f1061c; public final Map, b> d; public final String e; public final String f; @@ -28,11 +28,11 @@ public final class c { public ArraySet b; /* renamed from: c reason: collision with root package name */ - public String f1124c; + public String f1062c; public String d; public final c a() { - return new c(this.a, this.b, null, 0, null, this.f1124c, this.d, c.i.a.f.l.a.i); + return new c(this.a, this.b, null, 0, null, this.f1062c, this.d, c.i.a.f.l.a.i); } } @@ -55,6 +55,6 @@ public final class c { Objects.requireNonNull(bVar); hashSet.addAll(null); } - this.f1123c = Collections.unmodifiableSet(hashSet); + this.f1061c = Collections.unmodifiableSet(hashSet); } } diff --git a/app/src/main/java/c/i/a/f/e/k/d.java b/app/src/main/java/c/i/a/f/e/k/d.java index 3519e72a92..69e9520137 100644 --- a/app/src/main/java/c/i/a/f/e/k/d.java +++ b/app/src/main/java/c/i/a/f/e/k/d.java @@ -18,48 +18,48 @@ import java.util.Set; public abstract class d extends b implements a.f { /* renamed from: x reason: collision with root package name */ - public final c f1125x; + public final c f1063x; /* renamed from: y reason: collision with root package name */ - public final Set f1126y; + public final Set f1064y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Account f1127z; + public final Account f1065z; /* JADX WARNING: Illegal instructions before constructor call */ public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) { super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f); e a = e.a(context); - Object obj = GoogleApiAvailability.f2799c; + Object obj = GoogleApiAvailability.f2367c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); - this.f1125x = cVar; - this.f1127z = cVar.a; - Set set = cVar.f1123c; + this.f1063x = cVar; + this.f1065z = cVar.a; + Set set = cVar.f1061c; for (Scope scope : set) { if (!set.contains(scope)) { throw new IllegalStateException("Expanding scopes is not permitted, use implied scopes instead"); } } - this.f1126y = set; + this.f1064y = set; } @Override // c.i.a.f.e.h.a.f @NonNull public Set a() { - return o() ? this.f1126y : Collections.emptySet(); + return o() ? this.f1064y : Collections.emptySet(); } @Override // c.i.a.f.e.k.b @Nullable public final Account s() { - return this.f1127z; + return this.f1065z; } @Override // c.i.a.f.e.k.b public final Set v() { - return this.f1126y; + return this.f1064y; } } diff --git a/app/src/main/java/c/i/a/f/e/k/e.java b/app/src/main/java/c/i/a/f/e/k/e.java index 79cd059f0b..2a34bae43e 100644 --- a/app/src/main/java/c/i/a/f/e/k/e.java +++ b/app/src/main/java/c/i/a/f/e/k/e.java @@ -21,7 +21,7 @@ public abstract class e { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1128c; + public final String f1066c; public final int d; public final boolean e; @@ -29,7 +29,7 @@ public abstract class e { d.w(str); this.b = str; d.w(str2); - this.f1128c = str2; + this.f1066c = str2; this.d = i; this.e = z2; } @@ -42,11 +42,11 @@ public abstract class e { return false; } a aVar = (a) obj; - return d.j0(this.b, aVar.b) && d.j0(this.f1128c, aVar.f1128c) && d.j0(null, null) && this.d == aVar.d && this.e == aVar.e; + return d.j0(this.b, aVar.b) && d.j0(this.f1066c, aVar.f1066c) && d.j0(null, null) && this.d == aVar.d && this.e == aVar.e; } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.f1128c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); + return Arrays.hashCode(new Object[]{this.b, this.f1066c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/e/k/e0.java b/app/src/main/java/c/i/a/f/e/k/e0.java index 6a230c691b..f412c6ec72 100644 --- a/app/src/main/java/c/i/a/f/e/k/e0.java +++ b/app/src/main/java/c/i/a/f/e/k/e0.java @@ -12,7 +12,7 @@ import java.util.HashMap; public final class e0 extends e { /* renamed from: c reason: collision with root package name */ - public final HashMap f1129c = new HashMap<>(); + public final HashMap f1067c = new HashMap<>(); public final Context d; public final Handler e; public final a f; @@ -31,13 +31,13 @@ public final class e0 extends e { public final boolean b(e.a aVar, ServiceConnection serviceConnection, String str) { boolean z2; c.c.a.a0.d.z(serviceConnection, "ServiceConnection must not be null"); - synchronized (this.f1129c) { - g0 g0Var = this.f1129c.get(aVar); + synchronized (this.f1067c) { + g0 g0Var = this.f1067c.get(aVar); if (g0Var == null) { g0Var = new g0(this, aVar); g0Var.i.put(serviceConnection, serviceConnection); g0Var.a(str); - this.f1129c.put(aVar, g0Var); + this.f1067c.put(aVar, g0Var); } else { this.e.removeMessages(0, aVar); if (!g0Var.i.containsKey(serviceConnection)) { @@ -64,8 +64,8 @@ public final class e0 extends e { @Override // c.i.a.f.e.k.e public final void c(e.a aVar, ServiceConnection serviceConnection, String str) { c.c.a.a0.d.z(serviceConnection, "ServiceConnection must not be null"); - synchronized (this.f1129c) { - g0 g0Var = this.f1129c.get(aVar); + synchronized (this.f1067c) { + g0 g0Var = this.f1067c.get(aVar); if (g0Var == null) { String valueOf = String.valueOf(aVar); StringBuilder sb = new StringBuilder(valueOf.length() + 50); diff --git a/app/src/main/java/c/i/a/f/e/k/f0.java b/app/src/main/java/c/i/a/f/e/k/f0.java index e5738a984d..59a529f9be 100644 --- a/app/src/main/java/c/i/a/f/e/k/f0.java +++ b/app/src/main/java/c/i/a/f/e/k/f0.java @@ -19,9 +19,9 @@ public final class f0 implements Handler.Callback { public final boolean handleMessage(Message message) { int i = message.what; if (i == 0) { - synchronized (this.i.f1129c) { + synchronized (this.i.f1067c) { e.a aVar = (e.a) message.obj; - g0 g0Var = this.i.f1129c.get(aVar); + g0 g0Var = this.i.f1067c.get(aVar); if (g0Var != null && g0Var.i.isEmpty()) { if (g0Var.k) { g0Var.o.e.removeMessages(1, g0Var.m); @@ -30,16 +30,16 @@ public final class f0 implements Handler.Callback { g0Var.k = false; g0Var.j = 2; } - this.i.f1129c.remove(aVar); + this.i.f1067c.remove(aVar); } } return true; } else if (i != 1) { return false; } else { - synchronized (this.i.f1129c) { + synchronized (this.i.f1067c) { e.a aVar2 = (e.a) message.obj; - g0 g0Var2 = this.i.f1129c.get(aVar2); + g0 g0Var2 = this.i.f1067c.get(aVar2); if (g0Var2 != null && g0Var2.j == 3) { String valueOf = String.valueOf(aVar2); StringBuilder sb = new StringBuilder(valueOf.length() + 47); @@ -52,7 +52,7 @@ public final class f0 implements Handler.Callback { componentName = null; } if (componentName == null) { - String str = aVar2.f1128c; + String str = aVar2.f1066c; Objects.requireNonNull(str, "null reference"); componentName = new ComponentName(str, EnvironmentCompat.MEDIA_UNKNOWN); } diff --git a/app/src/main/java/c/i/a/f/e/k/g0.java b/app/src/main/java/c/i/a/f/e/k/g0.java index 5917653bd4..9335213d26 100644 --- a/app/src/main/java/c/i/a/f/e/k/g0.java +++ b/app/src/main/java/c/i/a/f/e/k/g0.java @@ -61,7 +61,7 @@ public final class g0 implements ServiceConnection, i0 { } } if (intent2 == null) { - intent = new Intent(aVar2.b).setPackage(aVar2.f1128c); + intent = new Intent(aVar2.b).setPackage(aVar2.f1066c); } d = aVar.d(context, str, intent2, this, this.m.d); this.k = d; @@ -91,7 +91,7 @@ public final class g0 implements ServiceConnection, i0 { @Override // android.content.ServiceConnection public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { - synchronized (this.o.f1129c) { + synchronized (this.o.f1067c) { this.o.e.removeMessages(1, this.m); this.l = iBinder; this.n = componentName; @@ -104,7 +104,7 @@ public final class g0 implements ServiceConnection, i0 { @Override // android.content.ServiceConnection public final void onServiceDisconnected(ComponentName componentName) { - synchronized (this.o.f1129c) { + synchronized (this.o.f1067c) { this.o.e.removeMessages(1, this.m); this.l = null; this.n = componentName; diff --git a/app/src/main/java/c/i/a/f/e/k/l.java b/app/src/main/java/c/i/a/f/e/k/l.java index d0cc6fd99e..f146645776 100644 --- a/app/src/main/java/c/i/a/f/e/k/l.java +++ b/app/src/main/java/c/i/a/f/e/k/l.java @@ -10,7 +10,7 @@ public class l { /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public interface a { - T a(R r2); + T a(R r); } /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ diff --git a/app/src/main/java/c/i/a/f/e/k/q0.java b/app/src/main/java/c/i/a/f/e/k/q0.java index 18a69a151a..bb76682d0e 100644 --- a/app/src/main/java/c/i/a/f/e/k/q0.java +++ b/app/src/main/java/c/i/a/f/e/k/q0.java @@ -13,7 +13,7 @@ public final class q0 { @Nullable /* renamed from: c reason: collision with root package name */ - public static String f1130c; + public static String f1068c; public static int d; public static void a(Context context) { @@ -23,7 +23,7 @@ public final class q0 { try { Bundle bundle = b.a(context).a(context.getPackageName(), 128).metaData; if (bundle != null) { - f1130c = bundle.getString("com.google.app.id"); + f1068c = bundle.getString("com.google.app.id"); d = bundle.getInt("com.google.android.gms.version"); } } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/k/t.java b/app/src/main/java/c/i/a/f/e/k/t.java index 8ec3852eef..9ac668c4f1 100644 --- a/app/src/main/java/c/i/a/f/e/k/t.java +++ b/app/src/main/java/c/i/a/f/e/k/t.java @@ -14,12 +14,12 @@ public final class t implements d.a { public final /* synthetic */ TaskCompletionSource b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l.a f1131c; + public final /* synthetic */ l.a f1069c; public t(d dVar, TaskCompletionSource taskCompletionSource, l.a aVar, l.b bVar) { this.a = dVar; this.b = taskCompletionSource; - this.f1131c = aVar; + this.f1069c = aVar; } @Override // c.i.a.f.e.h.d.a @@ -41,7 +41,7 @@ public final class t implements d.a { c.c.a.a0.d.G(basePendingResult.f(), "Result is not ready."); h j = basePendingResult.j(); TaskCompletionSource taskCompletionSource = this.b; - taskCompletionSource.a.t(this.f1131c.a(j)); + taskCompletionSource.a.t(this.f1069c.a(j)); return; } TaskCompletionSource taskCompletionSource2 = this.b; diff --git a/app/src/main/java/c/i/a/f/e/l/a.java b/app/src/main/java/c/i/a/f/e/l/a.java index 671aaccd43..69906da749 100644 --- a/app/src/main/java/c/i/a/f/e/l/a.java +++ b/app/src/main/java/c/i/a/f/e/l/a.java @@ -11,7 +11,7 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1132c; + public final int f1070c; public a(@RecentlyNonNull String str, @RecentlyNonNull String... strArr) { String str2; @@ -36,11 +36,11 @@ public class a { while (7 >= i && !Log.isLoggable(this.a, i)) { i++; } - this.f1132c = i; + this.f1070c = i; } public void a(@RecentlyNonNull String str, @Nullable Object... objArr) { - if (this.f1132c <= 3) { + if (this.f1070c <= 3) { String str2 = this.a; if (objArr.length > 0) { str = String.format(Locale.US, str, objArr); diff --git a/app/src/main/java/c/i/a/f/e/n/a.java b/app/src/main/java/c/i/a/f/e/n/a.java index fc365dbe0d..a2ea0c52c5 100644 --- a/app/src/main/java/c/i/a/f/e/n/a.java +++ b/app/src/main/java/c/i/a/f/e/n/a.java @@ -18,7 +18,7 @@ public class a { public static volatile a b; /* renamed from: c reason: collision with root package name */ - public ConcurrentHashMap f1133c = new ConcurrentHashMap<>(); + public ConcurrentHashMap f1071c = new ConcurrentHashMap<>(); @RecentlyNonNull public static a b() { @@ -41,7 +41,7 @@ public class a { @SuppressLint({"UntrackedBindService"}) public void c(@RecentlyNonNull Context context, @RecentlyNonNull ServiceConnection serviceConnection) { - if (!(!(serviceConnection instanceof i0)) || !this.f1133c.containsKey(serviceConnection)) { + if (!(!(serviceConnection instanceof i0)) || !this.f1071c.containsKey(serviceConnection)) { try { context.unbindService(serviceConnection); } catch (IllegalArgumentException | IllegalStateException unused) { @@ -49,11 +49,11 @@ public class a { } else { try { try { - context.unbindService(this.f1133c.get(serviceConnection)); + context.unbindService(this.f1071c.get(serviceConnection)); } catch (IllegalArgumentException | IllegalStateException unused2) { } } finally { - this.f1133c.remove(serviceConnection); + this.f1071c.remove(serviceConnection); } } } @@ -76,7 +76,7 @@ public class a { return false; } if (!(serviceConnection instanceof i0)) { - ServiceConnection putIfAbsent = this.f1133c.putIfAbsent(serviceConnection, serviceConnection); + ServiceConnection putIfAbsent = this.f1071c.putIfAbsent(serviceConnection, serviceConnection); if (!(putIfAbsent == null || serviceConnection == putIfAbsent)) { Log.w("ConnectionTracker", String.format("Duplicate binding with the same ServiceConnection: %s, %s, %s.", serviceConnection, str, intent.getAction())); } @@ -85,7 +85,7 @@ public class a { if (!z3) { } } finally { - this.f1133c.remove(serviceConnection, serviceConnection); + this.f1071c.remove(serviceConnection, serviceConnection); } } else { z3 = context.bindService(intent, serviceConnection, i); diff --git a/app/src/main/java/c/i/a/f/e/o/c.java b/app/src/main/java/c/i/a/f/e/o/c.java index f42c7d4c67..5a4ac71e79 100644 --- a/app/src/main/java/c/i/a/f/e/o/c.java +++ b/app/src/main/java/c/i/a/f/e/o/c.java @@ -56,7 +56,6 @@ import c.i.c.x.f; import c.i.c.x.g; import c.o.a.x.i; import c.o.a.x.j; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.widgets.chat.input.MentionUtilsKt; import com.google.android.gms.common.R; @@ -81,6 +80,7 @@ import com.google.gson.internal.bind.TypeAdapters; import com.google.gson.stream.JsonReader; import com.google.gson.stream.MalformedJsonException; import com.lytefast.flexinput.viewmodel.FlexInputViewModel; +import d0.z.d.m; import java.io.EOFException; import java.io.File; import java.io.FileOutputStream; @@ -133,7 +133,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public static Boolean f1134c; + public static Boolean f1072c; @Nullable public static Boolean d; public static Boolean e; @@ -209,32 +209,22 @@ public final class c { return (((f8 * f8 * f8) + 2.0f) * f7) + f3; } - public static int A0(byte[] bArr, int i, s3 s3Var) { - int i2 = i + 1; - byte b2 = bArr[i]; - if (b2 < 0) { - return v0(b2, bArr, i2, s3Var); - } - s3Var.a = b2; - return i2; + public static int A0(byte[] bArr, int i) { + return ((bArr[i + 3] & 255) << 24) | (bArr[i] & 255) | ((bArr[i + 1] & 255) << 8) | ((bArr[i + 2] & 255) << 16); } public static boolean B(@NullableDecl Object obj, @NullableDecl Object obj2) { return obj == obj2 || (obj != null && obj.equals(obj2)); } - public static int B0(byte[] bArr, int i, b5 b5Var, s3 s3Var) throws IOException { - x4 x4Var = (x4) b5Var; - int A0 = A0(bArr, i, s3Var); - int i2 = s3Var.a + A0; - while (A0 < i2) { - A0 = A0(bArr, A0, s3Var); - x4Var.g(s3Var.a); + public static int B0(byte[] bArr, int i, s3 s3Var) { + int i2 = i + 1; + byte b2 = bArr[i]; + if (b2 < 0) { + return w0(b2, bArr, i2, s3Var); } - if (A0 == i2) { - return A0; - } - throw zzij.a(); + s3Var.a = b2; + return i2; } public static T C(@NullableDecl T t, @NullableDecl T t2) { @@ -245,8 +235,18 @@ public final class c { return t2; } - public static z2 C0(z2 z2Var) { - return ((z2Var instanceof c3) || (z2Var instanceof a3)) ? z2Var : z2Var instanceof Serializable ? new a3(z2Var) : new c3(z2Var); + public static int C0(byte[] bArr, int i, b5 b5Var, s3 s3Var) throws IOException { + x4 x4Var = (x4) b5Var; + int B0 = B0(bArr, i, s3Var); + int i2 = s3Var.a + B0; + while (B0 < i2) { + B0 = B0(bArr, B0, s3Var); + x4Var.g(s3Var.a); + } + if (B0 == i2) { + return B0; + } + throw zzij.a(); } public static final FloatBuffer D(int i) { @@ -258,7 +258,18 @@ public final class c { return asFloatBuffer; } - public static FirebaseAppIndexingException D0(@NonNull Status status, String str) { + public static z2 D0(z2 z2Var) { + return ((z2Var instanceof c3) || (z2Var instanceof a3)) ? z2Var : z2Var instanceof Serializable ? new a3(z2Var) : new c3(z2Var); + } + + @NonNull + public static Task E(@NonNull Exception exc) { + b0 b0Var = new b0(); + b0Var.s(exc); + return b0Var; + } + + public static FirebaseAppIndexingException E0(@NonNull Status status, String str) { String str2 = status.p; if (str2 != null && !str2.isEmpty()) { str = str2; @@ -294,13 +305,13 @@ public final class c { } @NonNull - public static Task E(@NonNull Exception exc) { + public static Task F(TResult tresult) { b0 b0Var = new b0(); - b0Var.s(exc); + b0Var.t(tresult); return b0Var; } - public static T E0(@NonNull Bundle bundle, String str, Class cls, T t) { + public static T F0(@NonNull Bundle bundle, String str, Class cls, T t) { T t2 = (T) bundle.get(str); if (t2 == null) { return t; @@ -311,14 +322,15 @@ public final class c { throw new IllegalStateException(String.format("Invalid conditional user property field type. '%s' expected [%s] but was [%s]", str, cls.getCanonicalName(), t2.getClass().getCanonicalName())); } - @NonNull - public static Task F(TResult tresult) { - b0 b0Var = new b0(); - b0Var.t(tresult); - return b0Var; + public static c.i.c.l.d G(String str, g gVar) { + d.b a2 = c.i.c.l.d.a(e.class); + a2.d = 1; + a2.a(new o(Context.class, 1, 0)); + a2.c(new f(str, gVar)); + return a2.b(); } - public static V F0(d2 d2Var) { + public static V G0(d2 d2Var) { long clearCallingIdentity; try { return d2Var.a(); @@ -333,15 +345,11 @@ public final class c { } } - public static c.i.c.l.d G(String str, g gVar) { - d.b a2 = c.i.c.l.d.a(e.class); - a2.d = 1; - a2.a(new o(Context.class, 1, 0)); - a2.c(new f(str, gVar)); - return a2.b(); + public static String H(long j) { + return I(j, null); } - public static TResult G0(@NonNull Task task) throws ExecutionException { + public static TResult H0(@NonNull Task task) throws ExecutionException { if (task.p()) { return task.l(); } @@ -351,11 +359,14 @@ public final class c { throw new ExecutionException(task.k()); } - public static String H(long j) { - return I(j, null); + public static String I(long j, @Nullable SimpleDateFormat simpleDateFormat) { + Calendar h2 = l.h(); + Calendar i = l.i(); + i.setTimeInMillis(j); + return simpleDateFormat != null ? simpleDateFormat.format(new Date(j)) : h2.get(1) == i.get(1) ? L(j, Locale.getDefault()) : O(j, Locale.getDefault()); } - public static String H0(Context context, String str) { + public static String I0(Context context, String str) { try { Objects.requireNonNull(context, "null reference"); Resources resources = context.getResources(); @@ -368,14 +379,12 @@ public final class c { } } - public static String I(long j, @Nullable SimpleDateFormat simpleDateFormat) { - Calendar h2 = l.h(); - Calendar i = l.i(); - i.setTimeInMillis(j); - return simpleDateFormat != null ? simpleDateFormat.format(new Date(j)) : h2.get(1) == i.get(1) ? L(j, Locale.getDefault()) : O(j, Locale.getDefault()); + public static final int J(c.p.a.b bVar, @DimenRes int i) { + m.checkNotNullParameter(bVar, "$this$getDimenPixelSize"); + return bVar.getResources().getDimensionPixelSize(i); } - public static String I0(t3 t3Var) { + public static String J0(t3 t3Var) { b7 b7Var = new b7(t3Var); StringBuilder sb = new StringBuilder(t3Var.d()); for (int i = 0; i < b7Var.a.d(); i++) { @@ -426,12 +435,13 @@ public final class c { return sb.toString(); } - public static final int J(c.p.a.b bVar, @DimenRes int i) { - m.checkNotNullParameter(bVar, "$this$getDimenPixelSize"); - return bVar.getResources().getDimensionPixelSize(i); + @NullableDecl + public static T K(Iterable iterable, @NullableDecl T t) { + y0 y0Var = new y0((h.a) iterable); + return y0Var.hasNext() ? (T) y0Var.next() : t; } - public static final String J0(String str) { + public static final String K0(String str) { StringBuilder sb = new StringBuilder(); for (int i = 0; i < str.length(); i++) { char charAt = str.charAt(i); @@ -443,24 +453,6 @@ public final class c { return sb.toString(); } - @NullableDecl - public static T K(Iterable iterable, @NullableDecl T t) { - y0 y0Var = new y0((h.a) iterable); - return y0Var.hasNext() ? (T) y0Var.next() : t; - } - - @Nullable - public static String K0(String str, String[] strArr, String[] strArr2) { - int min = Math.min(strArr.length, strArr2.length); - for (int i = 0; i < min; i++) { - String str2 = strArr[i]; - if ((str == null && str2 == null) ? true : str == null ? false : str.equals(str2)) { - return strArr2[i]; - } - } - return null; - } - public static String L(long j, Locale locale) { if (Build.VERSION.SDK_INT >= 24) { return l.c("MMMd", locale).format(new Date(j)); @@ -483,16 +475,16 @@ public final class c { return simpleDateFormat.format(new Date(j)); } - @WorkerThread - public static Set L0(SQLiteDatabase sQLiteDatabase, String str) { - HashSet hashSet = new HashSet(); - Cursor rawQuery = sQLiteDatabase.rawQuery(c.d.b.a.a.g(c.d.b.a.a.b(str, 22), "SELECT * FROM ", str, " LIMIT 0"), null); - try { - Collections.addAll(hashSet, rawQuery.getColumnNames()); - return hashSet; - } finally { - rawQuery.close(); + @Nullable + public static String L0(String str, String[] strArr, String[] strArr2) { + int min = Math.min(strArr.length, strArr2.length); + for (int i = 0; i < min; i++) { + String str2 = strArr[i]; + if ((str == null && str2 == null) ? true : str == null ? false : str.equals(str2)) { + return strArr2[i]; + } } + return null; } public static int M(int[] iArr, int i, boolean z2) { @@ -544,16 +536,16 @@ public final class c { } } - public static void M0(byte b2, byte b3, byte b4, byte b5, char[] cArr, int i) throws zzij { - if (!d1(b3)) { - if ((((b3 + 112) + (b2 << 28)) >> 30) == 0 && !d1(b4) && !d1(b5)) { - int i2 = ((b2 & 7) << 18) | ((b3 & 63) << 12) | ((b4 & 63) << 6) | (b5 & 63); - cArr[i] = (char) ((i2 >>> 10) + 55232); - cArr[i + 1] = (char) ((i2 & AudioAttributesCompat.FLAG_ALL) + 56320); - return; - } + @WorkerThread + public static Set M0(SQLiteDatabase sQLiteDatabase, String str) { + HashSet hashSet = new HashSet(); + Cursor rawQuery = sQLiteDatabase.rawQuery(c.d.b.a.a.g(c.d.b.a.a.b(str, 22), "SELECT * FROM ", str, " LIMIT 0"), null); + try { + Collections.addAll(hashSet, rawQuery.getColumnNames()); + return hashSet; + } finally { + rawQuery.close(); } - throw zzij.e(); } public static DateFormat N(int i, int i2) { @@ -586,11 +578,16 @@ public final class c { return new SimpleDateFormat(sb.toString(), Locale.US); } - public static void N0(byte b2, byte b3, byte b4, char[] cArr, int i) throws zzij { - if (d1(b3) || ((b2 == -32 && b3 < -96) || ((b2 == -19 && b3 >= -96) || d1(b4)))) { - throw zzij.e(); + public static void N0(byte b2, byte b3, byte b4, byte b5, char[] cArr, int i) throws zzij { + if (!i1(b3)) { + if ((((b3 + 112) + (b2 << 28)) >> 30) == 0 && !i1(b4) && !i1(b5)) { + int i2 = ((b2 & 7) << 18) | ((b3 & 63) << 12) | ((b4 & 63) << 6) | (b5 & 63); + cArr[i] = (char) ((i2 >>> 10) + 55232); + cArr[i + 1] = (char) ((i2 & AudioAttributesCompat.FLAG_ALL) + 56320); + return; + } } - cArr[i] = (char) (((b2 & 15) << 12) | ((b3 & 63) << 6) | (b4 & 63)); + throw zzij.e(); } public static String O(long j, Locale locale) { @@ -603,11 +600,11 @@ public final class c { return dateInstance.format(new Date(j)); } - public static void O0(byte b2, byte b3, char[] cArr, int i) throws zzij { - if (b2 < -62 || d1(b3)) { + public static void O0(byte b2, byte b3, byte b4, char[] cArr, int i) throws zzij { + if (i1(b3) || ((b2 == -32 && b3 < -96) || ((b2 == -19 && b3 >= -96) || i1(b4)))) { throw zzij.e(); } - cArr[i] = (char) (((b2 & 31) << 6) | (b3 & 63)); + cArr[i] = (char) (((b2 & 15) << 12) | ((b3 & 63) << 6) | (b4 & 63)); } public static void P(@Nullable InputStream inputStream, @NonNull File file) throws IOException { @@ -640,7 +637,18 @@ public final class c { } } - public static void P0(@NonNull Bundle bundle, @NonNull Object obj) { + public static void P0(byte b2, byte b3, char[] cArr, int i) throws zzij { + if (b2 < -62 || i1(b3)) { + throw zzij.e(); + } + cArr[i] = (char) (((b2 & 31) << 6) | (b3 & 63)); + } + + public static int Q(long j) { + return (int) (j ^ (j >>> 32)); + } + + public static void Q0(@NonNull Bundle bundle, @NonNull Object obj) { if (obj instanceof Double) { bundle.putDouble("value", ((Double) obj).doubleValue()); } else if (obj instanceof Long) { @@ -650,8 +658,9 @@ public final class c { } } - public static int Q(long j) { - return (int) (j ^ (j >>> 32)); + @RecentlyNonNull + public static boolean R() { + return Build.VERSION.SDK_INT >= 26; } /* JADX WARNING: Code restructure failed: missing block: B:81:0x01e5, code lost: @@ -667,7 +676,7 @@ public final class c { if (((java.lang.Double) r4).doubleValue() == com.google.android.material.shadow.ShadowDrawableWrapper.COS_45) goto L_0x024a; */ /* JADX WARNING: Removed duplicated region for block: B:111:0x0250 */ - public static void Q0(c6 c6Var, StringBuilder sb, int i) { + public static void R0(c6 c6Var, StringBuilder sb, int i) { boolean z2; HashMap hashMap = new HashMap(); HashMap hashMap2 = new HashMap(); @@ -693,7 +702,7 @@ public final class c { String concat = valueOf2.length() != 0 ? valueOf.concat(valueOf2) : new String(valueOf); Method method2 = (Method) hashMap.get(str); if (method2 != null && method2.getReturnType().equals(List.class)) { - U0(sb, i, J0(concat), u4.q(method2, c6Var, new Object[0])); + V0(sb, i, K0(concat), u4.q(method2, c6Var, new Object[0])); } } if (substring.endsWith("Map") && !substring.equals("Map")) { @@ -702,7 +711,7 @@ public final class c { String concat2 = valueOf4.length() != 0 ? valueOf3.concat(valueOf4) : new String(valueOf3); Method method3 = (Method) hashMap.get(str); if (method3 != null && method3.getReturnType().equals(Map.class) && !method3.isAnnotationPresent(Deprecated.class) && Modifier.isPublic(method3.getModifiers())) { - U0(sb, i, J0(concat2), u4.q(method3, c6Var, new Object[0])); + V0(sb, i, K0(concat2), u4.q(method3, c6Var, new Object[0])); } } if (((Method) hashMap2.get(substring.length() != 0 ? "set".concat(substring) : new String("set"))) != null) { @@ -744,7 +753,7 @@ public final class c { z3 = ((Boolean) u4.q(method5, c6Var, new Object[0])).booleanValue(); } if (z3) { - U0(sb, i, J0(concat3), q); + V0(sb, i, K0(concat3), q); } } } @@ -759,37 +768,11 @@ public final class c { c7 c7Var = ((u4) c6Var).zzb; if (c7Var != null) { for (int i2 = 0; i2 < c7Var.b; i2++) { - U0(sb, i, String.valueOf(c7Var.f1160c[i2] >>> 3), c7Var.d[i2]); + V0(sb, i, String.valueOf(c7Var.f1097c[i2] >>> 3), c7Var.d[i2]); } } } - @RecentlyNonNull - public static boolean R() { - return Build.VERSION.SDK_INT >= 26; - } - - public static void R0(q3 q3Var, SQLiteDatabase sQLiteDatabase) { - if (q3Var != null) { - File file = new File(sQLiteDatabase.getPath()); - if (!file.setReadable(false, false)) { - q3Var.i.a("Failed to turn off database read permission"); - } - if (!file.setWritable(false, false)) { - q3Var.i.a("Failed to turn off database write permission"); - } - if (!file.setReadable(true, true)) { - q3Var.i.a("Failed to turn on database read permission for owner"); - } - if (!file.setWritable(true, true)) { - q3Var.i.a("Failed to turn on database write permission for owner"); - return; - } - return; - } - throw new IllegalArgumentException("Monitor must not be null"); - } - @RecentlyNonNull public static boolean S(@RecentlyNonNull Context context, @RecentlyNonNull int i) { if (!o0(context, i, "com.google.android.gms")) { @@ -820,60 +803,25 @@ public final class c { } } - @WorkerThread - public static void S0(q3 q3Var, SQLiteDatabase sQLiteDatabase, String str, String str2, String str3, String[] strArr) throws SQLiteException { - boolean z2; + public static void S0(q3 q3Var, SQLiteDatabase sQLiteDatabase) { if (q3Var != null) { - Cursor cursor = null; - try { - cursor = sQLiteDatabase.query("SQLITE_MASTER", new String[]{ModelAuditLogEntry.CHANGE_KEY_NAME}, "name=?", new String[]{str}, null, null, null); - z2 = cursor.moveToFirst(); - cursor.close(); - } catch (SQLiteException e2) { - q3Var.i.c("Error querying for table", str, e2); - if (cursor != null) { - cursor.close(); - } - z2 = false; - } catch (Throwable th) { - if (cursor != null) { - cursor.close(); - } - throw th; + File file = new File(sQLiteDatabase.getPath()); + if (!file.setReadable(false, false)) { + q3Var.i.a("Failed to turn off database read permission"); } - if (!z2) { - sQLiteDatabase.execSQL(str2); + if (!file.setWritable(false, false)) { + q3Var.i.a("Failed to turn off database write permission"); } - try { - Set L0 = L0(sQLiteDatabase, str); - String[] split = str3.split(","); - for (String str4 : split) { - if (!((HashSet) L0).remove(str4)) { - StringBuilder sb = new StringBuilder(str.length() + 35 + String.valueOf(str4).length()); - sb.append("Table "); - sb.append(str); - sb.append(" is missing required column: "); - sb.append(str4); - throw new SQLiteException(sb.toString()); - } - } - if (strArr != null) { - for (int i = 0; i < strArr.length; i += 2) { - if (!((HashSet) L0).remove(strArr[i])) { - sQLiteDatabase.execSQL(strArr[i + 1]); - } - } - } - if (!((HashSet) L0).isEmpty()) { - q3Var.i.c("Table has extra columns. table, columns", str, TextUtils.join(", ", L0)); - } - } catch (SQLiteException e3) { - q3Var.f.b("Failed to verify columns on table that was just created", str); - throw e3; + if (!file.setReadable(true, true)) { + q3Var.i.a("Failed to turn on database read permission for owner"); } - } else { - throw new IllegalArgumentException("Monitor must not be null"); + if (!file.setWritable(true, true)) { + q3Var.i.a("Failed to turn on database write permission for owner"); + return; + } + return; } + throw new IllegalArgumentException("Monitor must not be null"); } @RecentlyNonNull @@ -901,11 +849,60 @@ public final class c { } } - public static void T0(Task task, c.i.a.f.n.h hVar) { - Executor executor = c.i.a.f.n.g.b; - task.g(executor, hVar); - task.e(executor, hVar); - task.a(executor, hVar); + @WorkerThread + public static void T0(q3 q3Var, SQLiteDatabase sQLiteDatabase, String str, String str2, String str3, String[] strArr) throws SQLiteException { + boolean z2; + if (q3Var != null) { + Cursor cursor = null; + try { + cursor = sQLiteDatabase.query("SQLITE_MASTER", new String[]{ModelAuditLogEntry.CHANGE_KEY_NAME}, "name=?", new String[]{str}, null, null, null); + z2 = cursor.moveToFirst(); + cursor.close(); + } catch (SQLiteException e2) { + q3Var.i.c("Error querying for table", str, e2); + if (cursor != null) { + cursor.close(); + } + z2 = false; + } catch (Throwable th) { + if (cursor != null) { + cursor.close(); + } + throw th; + } + if (!z2) { + sQLiteDatabase.execSQL(str2); + } + try { + Set M0 = M0(sQLiteDatabase, str); + String[] split = str3.split(","); + for (String str4 : split) { + if (!((HashSet) M0).remove(str4)) { + StringBuilder sb = new StringBuilder(str.length() + 35 + String.valueOf(str4).length()); + sb.append("Table "); + sb.append(str); + sb.append(" is missing required column: "); + sb.append(str4); + throw new SQLiteException(sb.toString()); + } + } + if (strArr != null) { + for (int i = 0; i < strArr.length; i += 2) { + if (!((HashSet) M0).remove(strArr[i])) { + sQLiteDatabase.execSQL(strArr[i + 1]); + } + } + } + if (!((HashSet) M0).isEmpty()) { + q3Var.i.c("Table has extra columns. table, columns", str, TextUtils.join(", ", M0)); + } + } catch (SQLiteException e3) { + q3Var.f.b("Failed to verify columns on table that was just created", str); + throw e3; + } + } else { + throw new IllegalArgumentException("Monitor must not be null"); + } } @RecentlyNonNull @@ -918,57 +915,11 @@ public final class c { return a.booleanValue(); } - public static final void U0(StringBuilder sb, int i, String str, Object obj) { - if (obj instanceof List) { - for (Object obj2 : (List) obj) { - U0(sb, i, str, obj2); - } - } else if (obj instanceof Map) { - for (Map.Entry entry : ((Map) obj).entrySet()) { - U0(sb, i, str, entry); - } - } else { - sb.append('\n'); - int i2 = 0; - for (int i3 = 0; i3 < i; i3++) { - sb.append(' '); - } - sb.append(str); - if (obj instanceof String) { - sb.append(": \""); - t3 t3Var = t3.i; - sb.append(I0(new z3(((String) obj).getBytes(w4.a)))); - sb.append('\"'); - } else if (obj instanceof t3) { - sb.append(": \""); - sb.append(I0((t3) obj)); - sb.append('\"'); - } else if (obj instanceof u4) { - sb.append(" {"); - Q0((u4) obj, sb, i + 2); - sb.append("\n"); - while (i2 < i) { - sb.append(' '); - i2++; - } - sb.append("}"); - } else if (obj instanceof Map.Entry) { - sb.append(" {"); - Map.Entry entry2 = (Map.Entry) obj; - int i4 = i + 2; - U0(sb, i4, "key", entry2.getKey()); - U0(sb, i4, "value", entry2.getValue()); - sb.append("\n"); - while (i2 < i) { - sb.append(' '); - i2++; - } - sb.append("}"); - } else { - sb.append(": "); - sb.append(obj.toString()); - } - } + public static void U0(Task task, c.i.a.f.n.h hVar) { + Executor executor = c.i.a.f.n.g.b; + task.g(executor, hVar); + task.e(executor, hVar); + task.a(executor, hVar); } @RecentlyNonNull @@ -987,8 +938,57 @@ public final class c { return false; } - public static boolean V0(byte b2) { - return b2 >= 0; + public static final void V0(StringBuilder sb, int i, String str, Object obj) { + if (obj instanceof List) { + for (Object obj2 : (List) obj) { + V0(sb, i, str, obj2); + } + } else if (obj instanceof Map) { + for (Map.Entry entry : ((Map) obj).entrySet()) { + V0(sb, i, str, entry); + } + } else { + sb.append('\n'); + int i2 = 0; + for (int i3 = 0; i3 < i; i3++) { + sb.append(' '); + } + sb.append(str); + if (obj instanceof String) { + sb.append(": \""); + t3 t3Var = t3.i; + sb.append(J0(new z3(((String) obj).getBytes(w4.a)))); + sb.append('\"'); + } else if (obj instanceof t3) { + sb.append(": \""); + sb.append(J0((t3) obj)); + sb.append('\"'); + } else if (obj instanceof u4) { + sb.append(" {"); + R0((u4) obj, sb, i + 2); + sb.append("\n"); + while (i2 < i) { + sb.append(' '); + i2++; + } + sb.append("}"); + } else if (obj instanceof Map.Entry) { + sb.append(" {"); + Map.Entry entry2 = (Map.Entry) obj; + int i4 = i + 2; + V0(sb, i4, "key", entry2.getKey()); + V0(sb, i4, "value", entry2.getValue()); + sb.append("\n"); + while (i2 < i) { + sb.append(' '); + i2++; + } + sb.append("}"); + } else { + sb.append(": "); + sb.append(obj.toString()); + } + } } public static String W(@NullableDecl String str, @NullableDecl Object... objArr) { @@ -1028,11 +1028,8 @@ public final class c { return sb.toString(); } - public static boolean W0(@NullableDecl Object obj, @NullableDecl Object obj2) { - if (obj != obj2) { - return obj != null && obj.equals(obj2); - } - return true; + public static boolean W0(byte b2) { + return b2 >= 0; } public static final float[] X(float[] fArr) { @@ -1040,7 +1037,110 @@ public final class c { return (float[]) fArr.clone(); } - public static int X0(byte[] bArr, int i, s3 s3Var) { + public static boolean X0(@NullableDecl Object obj, @NullableDecl Object obj2) { + if (obj != obj2) { + return obj != null && obj.equals(obj2); + } + return true; + } + + @NonNull + public static c.o.a.x.c Y(int i) { + return q0(new C0111c(i)); + } + + public static String Y0(String str, Object... objArr) { + int length; + int length2; + int indexOf; + String str2; + int i = 0; + int i2 = 0; + while (true) { + length = objArr.length; + if (i2 >= length) { + break; + } + Object obj = objArr[i2]; + if (obj == null) { + str2 = "null"; + } else { + try { + str2 = obj.toString(); + } catch (Exception e2) { + String name = obj.getClass().getName(); + String hexString = Integer.toHexString(System.identityHashCode(obj)); + StringBuilder sb = new StringBuilder(name.length() + 1 + String.valueOf(hexString).length()); + sb.append(name); + sb.append(MentionUtilsKt.MENTIONS_CHAR); + sb.append(hexString); + String sb2 = sb.toString(); + Logger logger = Logger.getLogger("com.google.common.base.Strings"); + Level level = Level.WARNING; + String valueOf = String.valueOf(sb2); + logger.logp(level, "com.google.common.base.Strings", "lenientToString", valueOf.length() != 0 ? "Exception during lenientFormat for ".concat(valueOf) : new String("Exception during lenientFormat for "), (Throwable) e2); + String name2 = e2.getClass().getName(); + StringBuilder sb3 = new StringBuilder(String.valueOf(sb2).length() + 9 + name2.length()); + c.d.b.a.a.n0(sb3, "<", sb2, " threw ", name2); + sb3.append(">"); + str2 = sb3.toString(); + } + } + objArr[i2] = str2; + i2++; + } + StringBuilder sb4 = new StringBuilder((length * 16) + str.length()); + int i3 = 0; + while (true) { + length2 = objArr.length; + if (i >= length2 || (indexOf = str.indexOf("%s", i3)) == -1) { + break; + } + sb4.append((CharSequence) str, i3, indexOf); + sb4.append(objArr[i]); + i3 = indexOf + 2; + i++; + } + sb4.append((CharSequence) str, i3, str.length()); + if (i < length2) { + sb4.append(" ["); + sb4.append(objArr[i]); + for (int i4 = i + 1; i4 < objArr.length; i4++) { + sb4.append(", "); + sb4.append(objArr[i4]); + } + sb4.append(']'); + } + return sb4.toString(); + } + + @NonNull + public static c.o.a.x.c Z(int i) { + return q0(new a(i)); + } + + public static boolean Z0(Object obj, Object obj2) { + return obj == obj2 || (obj != null && obj.equals(obj2)); + } + + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.Collection */ + /* JADX WARN: Multi-variable type inference failed */ + @CanIgnoreReturnValue + public static boolean a(Collection collection, Iterator it) { + Objects.requireNonNull(it); + boolean z2 = false; + while (it.hasNext()) { + z2 |= collection.add(it.next()); + } + return z2; + } + + @NonNull + public static c.o.a.x.c a0(int i) { + return q0(new d(i)); + } + + public static int a1(byte[] bArr, int i, s3 s3Var) { int i2 = i + 1; long j = (long) bArr[i]; if (j >= 0) { @@ -1063,57 +1163,6 @@ public final class c { return i3; } - @NonNull - public static c.o.a.x.c Y(int i) { - return q0(new C0111c(i)); - } - - public static long Y0(byte[] bArr, int i) { - return ((((long) bArr[i + 7]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i + 1]) & 255) << 8) | ((((long) bArr[i + 2]) & 255) << 16) | ((((long) bArr[i + 3]) & 255) << 24) | ((((long) bArr[i + 4]) & 255) << 32) | ((((long) bArr[i + 5]) & 255) << 40) | ((((long) bArr[i + 6]) & 255) << 48); - } - - @NonNull - public static c.o.a.x.c Z(int i) { - return q0(new a(i)); - } - - public static void Z0(boolean z2, @NullableDecl Object obj) { - if (!z2) { - throw new IllegalStateException(String.valueOf(obj)); - } - } - - /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.Collection */ - /* JADX WARN: Multi-variable type inference failed */ - @CanIgnoreReturnValue - public static boolean a(Collection collection, Iterator it) { - Objects.requireNonNull(it); - boolean z2 = false; - while (it.hasNext()) { - z2 |= collection.add(it.next()); - } - return z2; - } - - @NonNull - public static c.o.a.x.c a0(int i) { - return q0(new d(i)); - } - - public static int a1(byte[] bArr, int i, s3 s3Var) throws zzij { - int A0 = A0(bArr, i, s3Var); - int i2 = s3Var.a; - if (i2 < 0) { - throw zzij.b(); - } else if (i2 == 0) { - s3Var.f1202c = ""; - return A0; - } else { - s3Var.f1202c = new String(bArr, A0, i2, w4.a); - return A0 + i2; - } - } - @NonNull public static c.o.a.x.c b(c.o.a.x.c... cVarArr) { return new i(cVarArr, null); @@ -1124,30 +1173,20 @@ public final class c { return q0(new b(i)); } - public static int b1(byte[] bArr, int i, s3 s3Var) throws zzij { - int A0 = A0(bArr, i, s3Var); - int i2 = s3Var.a; - if (i2 < 0) { - throw zzij.b(); - } else if (i2 == 0) { - s3Var.f1202c = ""; - return A0; - } else { - s3Var.f1202c = k7.a.c(bArr, A0, i2); - return A0 + i2; - } + public static long b1(byte[] bArr, int i) { + return ((((long) bArr[i + 7]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i + 1]) & 255) << 8) | ((((long) bArr[i + 2]) & 255) << 16) | ((((long) bArr[i + 3]) & 255) << 24) | ((((long) bArr[i + 4]) & 255) << 32) | ((((long) bArr[i + 5]) & 255) << 40) | ((((long) bArr[i + 6]) & 255) << 48); } public static TResult c(@NonNull Task task) throws ExecutionException, InterruptedException { c.c.a.a0.d.x("Must not be called on the main application thread"); c.c.a.a0.d.z(task, "Task must not be null"); if (task.o()) { - return (TResult) G0(task); + return (TResult) H0(task); } c.i.a.f.n.i iVar = new c.i.a.f.n.i(null); - T0(task, iVar); + U0(task, iVar); iVar.a.await(); - return (TResult) G0(task); + return (TResult) H0(task); } public static /* synthetic */ void c0(FlexInputViewModel flexInputViewModel, boolean z2, int i, Object obj) { @@ -1157,19 +1196,9 @@ public final class c { flexInputViewModel.onContentDialogDismissed(z2); } - public static int c1(byte[] bArr, int i, s3 s3Var) throws zzij { - int A0 = A0(bArr, i, s3Var); - int i2 = s3Var.a; - if (i2 < 0) { - throw zzij.b(); - } else if (i2 > bArr.length - A0) { - throw zzij.a(); - } else if (i2 == 0) { - s3Var.f1202c = t3.i; - return A0; - } else { - s3Var.f1202c = t3.h(bArr, A0, i2); - return A0 + i2; + public static void c1(boolean z2, @NullableDecl Object obj) { + if (!z2) { + throw new IllegalStateException(String.valueOf(obj)); } } @@ -1178,12 +1207,12 @@ public final class c { c.c.a.a0.d.z(task, "Task must not be null"); c.c.a.a0.d.z(timeUnit, "TimeUnit must not be null"); if (task.o()) { - return (TResult) G0(task); + return (TResult) H0(task); } c.i.a.f.n.i iVar = new c.i.a.f.n.i(null); - T0(task, iVar); + U0(task, iVar); if (iVar.a.await(j, timeUnit)) { - return (TResult) G0(task); + return (TResult) H0(task); } throw new TimeoutException("Timed out waiting for Task"); } @@ -1193,8 +1222,18 @@ public final class c { flexInputViewModel.onInputTextChanged(str, null); } - public static boolean d1(byte b2) { - return b2 > -65; + public static int d1(byte[] bArr, int i, s3 s3Var) throws zzij { + int B0 = B0(bArr, i, s3Var); + int i2 = s3Var.a; + if (i2 < 0) { + throw zzij.b(); + } else if (i2 == 0) { + s3Var.f1136c = ""; + return B0; + } else { + s3Var.f1136c = new String(bArr, B0, i2, w4.a); + return B0 + i2; + } } public static String e(int i, int i2, @NullableDecl String str) { @@ -1212,11 +1251,10 @@ public final class c { return new c.o.a.x.l(cVarArr, null); } - public static int e1(String str) { - if (Log.isLoggable("FirebaseAppIndex", 3) ? true : Log.isLoggable("FirebaseAppIndex", 3)) { - return Log.d("FirebaseAppIndex", str); + public static void e1(int i, int i2, int i3) { + if (i < 0 || i2 < i || i2 > i3) { + throw new IndexOutOfBoundsException((i < 0 || i > i3) ? g1(i, i3, "start index") : (i2 < 0 || i2 > i3) ? g1(i2, i3, "end index") : Y0("end index (%s) must not be less than start index (%s)", Integer.valueOf(i2), Integer.valueOf(i))); } - return 0; } public static ExecutorService f(String str) { @@ -1240,6 +1278,20 @@ public final class c { return 1; } + public static int f1(byte[] bArr, int i, s3 s3Var) throws zzij { + int B0 = B0(bArr, i, s3Var); + int i2 = s3Var.a; + if (i2 < 0) { + throw zzij.b(); + } else if (i2 == 0) { + s3Var.f1136c = ""; + return B0; + } else { + s3Var.f1136c = k7.a.c(bArr, B0, i2); + return B0 + i2; + } + } + @NonNull @Deprecated public static Task g(@NonNull Executor executor, @NonNull Callable callable) { @@ -1300,6 +1352,16 @@ public final class c { } } + public static String g1(int i, int i2, @NullableDecl String str) { + if (i < 0) { + return Y0("%s (%s) must not be negative", str, Integer.valueOf(i)); + } + if (i2 >= 0) { + return Y0("%s (%s) must not be greater than size (%s)", str, Integer.valueOf(i), Integer.valueOf(i2)); + } + throw new IllegalArgumentException(c.d.b.a.a.f(26, "negative size: ", i2)); + } + public static void h(boolean z2) { if (!z2) { throw new IllegalArgumentException(); @@ -1310,6 +1372,22 @@ public final class c { return (int) (f2 + (f2 < 0.0f ? -0.5f : 0.5f)); } + public static int h1(byte[] bArr, int i, s3 s3Var) throws zzij { + int B0 = B0(bArr, i, s3Var); + int i2 = s3Var.a; + if (i2 < 0) { + throw zzij.b(); + } else if (i2 > bArr.length - B0) { + throw zzij.a(); + } else if (i2 == 0) { + s3Var.f1136c = t3.i; + return B0; + } else { + s3Var.f1136c = t3.h(bArr, B0, i2); + return B0 + i2; + } + } + public static void i(boolean z2, @NullableDecl Object obj) { if (!z2) { throw new IllegalArgumentException(String.valueOf(obj)); @@ -1320,6 +1398,10 @@ public final class c { return (int) (((long) Integer.rotateLeft((int) (((long) i) * -862048943), 15)) * 461845907); } + public static boolean i1(byte b2) { + return b2 > -65; + } + public static void j(boolean z2) { if (!z2) { throw new IllegalArgumentException(); @@ -1330,6 +1412,13 @@ public final class c { return i0(obj == null ? 0 : obj.hashCode()); } + public static int j1(String str) { + if (Log.isLoggable("FirebaseAppIndex", 3) ? true : Log.isLoggable("FirebaseAppIndex", 3)) { + return Log.d("FirebaseAppIndex", str); + } + return 0; + } + @CanIgnoreReturnValue public static int k(int i, int i2) { String str; @@ -1464,7 +1553,7 @@ public final class c { c.i.a.f.n.j jVar = new c.i.a.f.n.j(collection.size(), b0Var); Iterator> it2 = collection.iterator(); while (it2.hasNext()) { - T0((Task) it2.next(), jVar); + U0((Task) it2.next(), jVar); } return b0Var; } @@ -1496,28 +1585,51 @@ public final class c { } } - public static int s0(int i, byte[] bArr, int i2, int i3, s3 s3Var) throws zzij { + public static int s0(int i, int i2, @NullableDecl String str) { + String str2; + if (i >= 0 && i < i2) { + return i; + } + if (i < 0) { + str2 = Y0("%s (%s) must not be negative", "index", Integer.valueOf(i)); + } else if (i2 < 0) { + throw new IllegalArgumentException(c.d.b.a.a.f(26, "negative size: ", i2)); + } else { + str2 = Y0("%s (%s) must be less than size (%s)", "index", Integer.valueOf(i), Integer.valueOf(i2)); + } + throw new IndexOutOfBoundsException(str2); + } + + public static int t(long j) { + int i = (int) j; + if (((long) i) == j) { + return i; + } + throw new IllegalArgumentException(W("Out of range: %s", Long.valueOf(j))); + } + + public static int t0(int i, byte[] bArr, int i2, int i3, s3 s3Var) throws zzij { if ((i >>> 3) != 0) { int i4 = i & 7; if (i4 == 0) { - return X0(bArr, i2, s3Var); + return a1(bArr, i2, s3Var); } if (i4 == 1) { return i2 + 8; } if (i4 == 2) { - return A0(bArr, i2, s3Var) + s3Var.a; + return B0(bArr, i2, s3Var) + s3Var.a; } if (i4 == 3) { int i5 = (i & -8) | 4; int i6 = 0; while (i2 < i3) { - i2 = A0(bArr, i2, s3Var); + i2 = B0(bArr, i2, s3Var); i6 = s3Var.a; if (i6 == i5) { break; } - i2 = s0(i6, bArr, i2, i3, s3Var); + i2 = t0(i6, bArr, i2, i3, s3Var); } if (i2 <= i3 && i6 == i5) { return i2; @@ -1533,29 +1645,6 @@ public final class c { } } - public static int t(long j) { - int i = (int) j; - if (((long) i) == j) { - return i; - } - throw new IllegalArgumentException(W("Out of range: %s", Long.valueOf(j))); - } - - public static int t0(int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) { - x4 x4Var = (x4) b5Var; - int A0 = A0(bArr, i2, s3Var); - x4Var.g(s3Var.a); - while (A0 < i3) { - int A02 = A0(bArr, A0, s3Var); - if (i != s3Var.a) { - break; - } - A0 = A0(bArr, A02, s3Var); - x4Var.g(s3Var.a); - } - return A0; - } - public static int u(int i, int i2) { int i3 = i - i2; if (i3 > i2) { @@ -1579,63 +1668,19 @@ public final class c { return i4; } - public static int u0(int i, byte[] bArr, int i2, int i3, c7 c7Var, s3 s3Var) throws zzij { - if ((i >>> 3) != 0) { - int i4 = i & 7; - if (i4 == 0) { - int X0 = X0(bArr, i2, s3Var); - c7Var.a(i, Long.valueOf(s3Var.b)); - return X0; - } else if (i4 == 1) { - c7Var.a(i, Long.valueOf(Y0(bArr, i2))); - return i2 + 8; - } else if (i4 == 2) { - int A0 = A0(bArr, i2, s3Var); - int i5 = s3Var.a; - if (i5 < 0) { - throw zzij.b(); - } else if (i5 <= bArr.length - A0) { - if (i5 == 0) { - c7Var.a(i, t3.i); - } else { - c7Var.a(i, t3.h(bArr, A0, i5)); - } - return A0 + i5; - } else { - throw zzij.a(); - } - } else if (i4 == 3) { - c7 c2 = c7.c(); - int i6 = (i & -8) | 4; - int i7 = 0; - while (true) { - if (i2 >= i3) { - break; - } - int A02 = A0(bArr, i2, s3Var); - int i8 = s3Var.a; - if (i8 == i6) { - i7 = i8; - i2 = A02; - break; - } - i7 = i8; - i2 = u0(i8, bArr, A02, i3, c2, s3Var); - } - if (i2 > i3 || i7 != i6) { - throw zzij.d(); - } - c7Var.a(i, c2); - return i2; - } else if (i4 == 5) { - c7Var.a(i, Integer.valueOf(z0(bArr, i2))); - return i2 + 4; - } else { - throw zzij.c(); + public static int u0(int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) { + x4 x4Var = (x4) b5Var; + int B0 = B0(bArr, i2, s3Var); + x4Var.g(s3Var.a); + while (B0 < i3) { + int B02 = B0(bArr, B0, s3Var); + if (i != s3Var.a) { + break; } - } else { - throw zzij.c(); + B0 = B0(bArr, B02, s3Var); + x4Var.g(s3Var.a); } + return B0; } @NonNull @@ -1660,7 +1705,74 @@ public final class c { return new Rect(i4, i, i2 + i4, i3 + i); } - public static int v0(int i, byte[] bArr, int i2, s3 s3Var) { + public static int v0(int i, byte[] bArr, int i2, int i3, c7 c7Var, s3 s3Var) throws zzij { + if ((i >>> 3) != 0) { + int i4 = i & 7; + if (i4 == 0) { + int a1 = a1(bArr, i2, s3Var); + c7Var.a(i, Long.valueOf(s3Var.b)); + return a1; + } else if (i4 == 1) { + c7Var.a(i, Long.valueOf(b1(bArr, i2))); + return i2 + 8; + } else if (i4 == 2) { + int B0 = B0(bArr, i2, s3Var); + int i5 = s3Var.a; + if (i5 < 0) { + throw zzij.b(); + } else if (i5 <= bArr.length - B0) { + if (i5 == 0) { + c7Var.a(i, t3.i); + } else { + c7Var.a(i, t3.h(bArr, B0, i5)); + } + return B0 + i5; + } else { + throw zzij.a(); + } + } else if (i4 == 3) { + c7 c2 = c7.c(); + int i6 = (i & -8) | 4; + int i7 = 0; + while (true) { + if (i2 >= i3) { + break; + } + int B02 = B0(bArr, i2, s3Var); + int i8 = s3Var.a; + if (i8 == i6) { + i7 = i8; + i2 = B02; + break; + } + i7 = i8; + i2 = v0(i8, bArr, B02, i3, c2, s3Var); + } + if (i2 > i3 || i7 != i6) { + throw zzij.d(); + } + c7Var.a(i, c2); + return i2; + } else if (i4 == 5) { + c7Var.a(i, Integer.valueOf(A0(bArr, i2))); + return i2 + 4; + } else { + throw zzij.c(); + } + } else { + throw zzij.c(); + } + } + + public static c.i.c.l.d w(String str, String str2) { + c.i.c.x.a aVar = new c.i.c.x.a(str, str2); + d.b a2 = c.i.c.l.d.a(e.class); + a2.d = 1; + a2.c(new c.i.c.l.c(aVar)); + return a2.b(); + } + + public static int w0(int i, byte[] bArr, int i2, s3 s3Var) { int i3 = i & 127; int i4 = i2 + 1; byte b2 = bArr[i2]; @@ -1700,41 +1812,24 @@ public final class c { } } - public static c.i.c.l.d w(String str, String str2) { - c.i.c.x.a aVar = new c.i.c.x.a(str, str2); - d.b a2 = c.i.c.l.d.a(e.class); - a2.d = 1; - a2.c(new c.i.c.l.c(aVar)); - return a2.b(); - } - - public static int w0(q6 q6Var, int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) throws IOException { - int y0 = y0(q6Var, bArr, i2, i3, s3Var); - b5Var.add(s3Var.f1202c); - while (y0 < i3) { - int A0 = A0(bArr, y0, s3Var); - if (i != s3Var.a) { - break; - } - y0 = y0(q6Var, bArr, A0, i3, s3Var); - b5Var.add(s3Var.f1202c); - } - return y0; - } - public static float x(float f2, float f3, float f4, float f5) { float f6 = f2 - f4; float f7 = f3 - f5; return (float) Math.sqrt((double) ((f7 * f7) + (f6 * f6))); } - public static int x0(q6 q6Var, byte[] bArr, int i, int i2, int i3, s3 s3Var) throws IOException { - e6 e6Var = (e6) q6Var; - Object b2 = e6Var.m.b(e6Var.g); - int m = e6Var.m(b2, bArr, i, i2, i3, s3Var); - e6Var.d(b2); - s3Var.f1202c = b2; - return m; + public static int x0(q6 q6Var, int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) throws IOException { + int z0 = z0(q6Var, bArr, i2, i3, s3Var); + b5Var.add(s3Var.f1136c); + while (z0 < i3) { + int B0 = B0(bArr, z0, s3Var); + if (i != s3Var.a) { + break; + } + z0 = z0(q6Var, bArr, B0, i3, s3Var); + b5Var.add(s3Var.f1136c); + } + return z0; } public static float y(int i, int i2, int i3, int i4) { @@ -1743,23 +1838,13 @@ public final class c { return (float) Math.sqrt((double) ((i6 * i6) + (i5 * i5))); } - public static int y0(q6 q6Var, byte[] bArr, int i, int i2, s3 s3Var) throws IOException { - int i3 = i + 1; - byte b2 = bArr[i]; - byte b3 = b2; - if (b2 < 0) { - i3 = v0(b2, bArr, i3, s3Var); - b3 = s3Var.a; - } - if (b3 < 0 || b3 > i2 - i3) { - throw zzij.a(); - } - Object a2 = q6Var.a(); - int i4 = (b3 == 1 ? 1 : 0) + i3; - q6Var.h(a2, bArr, i3, i4, s3Var); - q6Var.d(a2); - s3Var.f1202c = a2; - return i4; + public static int y0(q6 q6Var, byte[] bArr, int i, int i2, int i3, s3 s3Var) throws IOException { + e6 e6Var = (e6) q6Var; + Object b2 = e6Var.m.b(e6Var.g); + int m = e6Var.m(b2, bArr, i, i2, i3, s3Var); + e6Var.d(b2); + s3Var.f1136c = b2; + return m; } public static int z(Context context, float f2) { @@ -1771,7 +1856,22 @@ public final class c { return 1; } - public static int z0(byte[] bArr, int i) { - return ((bArr[i + 3] & 255) << 24) | (bArr[i] & 255) | ((bArr[i + 1] & 255) << 8) | ((bArr[i + 2] & 255) << 16); + public static int z0(q6 q6Var, byte[] bArr, int i, int i2, s3 s3Var) throws IOException { + int i3 = i + 1; + byte b2 = bArr[i]; + byte b3 = b2; + if (b2 < 0) { + i3 = w0(b2, bArr, i3, s3Var); + b3 = s3Var.a; + } + if (b3 < 0 || b3 > i2 - i3) { + throw zzij.a(); + } + Object a2 = q6Var.a(); + int i4 = (b3 == 1 ? 1 : 0) + i3; + q6Var.h(a2, bArr, i3, i4, s3Var); + q6Var.d(a2); + s3Var.f1136c = a2; + return i4; } } diff --git a/app/src/main/java/c/i/a/f/e/o/i.java b/app/src/main/java/c/i/a/f/e/o/i.java index 844e9e46d2..f8df8c3e5a 100644 --- a/app/src/main/java/c/i/a/f/e/o/i.java +++ b/app/src/main/java/c/i/a/f/e/o/i.java @@ -18,7 +18,7 @@ public class i { @Nullable /* renamed from: c reason: collision with root package name */ - public static final Method f1135c; + public static final Method f1073c; @Nullable public static final Method d; @@ -45,7 +45,7 @@ public class i { } catch (Exception unused3) { method3 = null; } - f1135c = method3; + f1073c = method3; try { WorkSource.class.getMethod("get", Integer.TYPE); } catch (Exception unused4) { diff --git a/app/src/main/java/c/i/a/f/e/s.java b/app/src/main/java/c/i/a/f/e/s.java index b268ad6ff4..99ad7ca57b 100644 --- a/app/src/main/java/c/i/a/f/e/s.java +++ b/app/src/main/java/c/i/a/f/e/s.java @@ -18,16 +18,16 @@ public final class s { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public static Context f1136c; + public static Context f1074c; public static a0 a(String str, t tVar, boolean z2, boolean z3) { o0 o0Var; try { if (a == null) { - Objects.requireNonNull(f1136c, "null reference"); + Objects.requireNonNull(f1074c, "null reference"); synchronized (b) { if (a == null) { - IBinder b2 = DynamiteModule.c(f1136c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(f1074c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); int i = n0.a; if (b2 == null) { o0Var = null; @@ -39,9 +39,9 @@ public final class s { } } } - Objects.requireNonNull(f1136c, "null reference"); + Objects.requireNonNull(f1074c, "null reference"); try { - return a.r0(new zzj(str, tVar, z2, z3), new b(f1136c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); + return a.r0(new zzj(str, tVar, z2, z3), new b(f1074c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); } catch (RemoteException e) { Log.e("GoogleCertificates", "Failed to get Google certificates from remote", e); return a0.b("module call", e); diff --git a/app/src/main/java/c/i/a/f/e/v.java b/app/src/main/java/c/i/a/f/e/v.java index 459f1f1570..0e7a581e2b 100644 --- a/app/src/main/java/c/i/a/f/e/v.java +++ b/app/src/main/java/c/i/a/f/e/v.java @@ -5,8 +5,8 @@ import java.lang.ref.WeakReference; public abstract class v extends t { /* renamed from: c reason: collision with root package name */ - public static final WeakReference f1137c = new WeakReference<>(null); - public WeakReference d = f1137c; + public static final WeakReference f1075c = new WeakReference<>(null); + public WeakReference d = f1075c; public v(byte[] bArr) { super(bArr); diff --git a/app/src/main/java/c/i/a/f/e/w.java b/app/src/main/java/c/i/a/f/e/w.java index 06ccc0be97..12738751bf 100644 --- a/app/src/main/java/c/i/a/f/e/w.java +++ b/app/src/main/java/c/i/a/f/e/w.java @@ -5,15 +5,15 @@ import java.util.Arrays; public final class w extends t { /* renamed from: c reason: collision with root package name */ - public final byte[] f1138c; + public final byte[] f1076c; public w(byte[] bArr) { super(Arrays.copyOfRange(bArr, 0, 25)); - this.f1138c = bArr; + this.f1076c = bArr; } @Override // c.i.a.f.e.t public final byte[] g() { - return this.f1138c; + return this.f1076c; } } diff --git a/app/src/main/java/c/i/a/f/g/b.java b/app/src/main/java/c/i/a/f/g/b.java index 8913314727..c7b07377ca 100644 --- a/app/src/main/java/c/i/a/f/g/b.java +++ b/app/src/main/java/c/i/a/f/g/b.java @@ -5,17 +5,17 @@ import com.google.android.gms.dynamite.DynamiteModule; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public final class b implements DynamiteModule.a { @Override // com.google.android.gms.dynamite.DynamiteModule.a - public final DynamiteModule.a.C0303a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { - DynamiteModule.a.C0303a aVar = new DynamiteModule.a.C0303a(); + public final DynamiteModule.a.C0191a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { + DynamiteModule.a.C0191a aVar = new DynamiteModule.a.C0191a(); int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2804c = -1; + aVar.f2371c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2804c = 1; + aVar.f2371c = 1; } } return aVar; diff --git a/app/src/main/java/c/i/a/f/g/c.java b/app/src/main/java/c/i/a/f/g/c.java index d7a1fb28f1..09bdd70f55 100644 --- a/app/src/main/java/c/i/a/f/g/c.java +++ b/app/src/main/java/c/i/a/f/g/c.java @@ -5,8 +5,8 @@ import com.google.android.gms.dynamite.DynamiteModule; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public final class c implements DynamiteModule.a { @Override // com.google.android.gms.dynamite.DynamiteModule.a - public final DynamiteModule.a.C0303a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { - DynamiteModule.a.C0303a aVar = new DynamiteModule.a.C0303a(); + public final DynamiteModule.a.C0191a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { + DynamiteModule.a.C0191a aVar = new DynamiteModule.a.C0191a(); int b = bVar.b(context, str); aVar.a = b; if (b != 0) { @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2804c = 0; + aVar.f2371c = 0; } else if (i >= aVar.b) { - aVar.f2804c = -1; + aVar.f2371c = -1; } else { - aVar.f2804c = 1; + aVar.f2371c = 1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/g/d.java b/app/src/main/java/c/i/a/f/g/d.java index beae9c6e44..b442643b57 100644 --- a/app/src/main/java/c/i/a/f/g/d.java +++ b/app/src/main/java/c/i/a/f/g/d.java @@ -5,18 +5,18 @@ import com.google.android.gms.dynamite.DynamiteModule; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public final class d implements DynamiteModule.a { @Override // com.google.android.gms.dynamite.DynamiteModule.a - public final DynamiteModule.a.C0303a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { - DynamiteModule.a.C0303a aVar = new DynamiteModule.a.C0303a(); + public final DynamiteModule.a.C0191a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { + DynamiteModule.a.C0191a aVar = new DynamiteModule.a.C0191a(); aVar.a = bVar.b(context, str); int a = bVar.a(context, str, true); aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2804c = 0; + aVar.f2371c = 0; } else if (a >= i) { - aVar.f2804c = 1; + aVar.f2371c = 1; } else { - aVar.f2804c = -1; + aVar.f2371c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/h/b/b.java b/app/src/main/java/c/i/a/f/h/b/b.java index 16ae836f5e..78f479150a 100644 --- a/app/src/main/java/c/i/a/f/h/b/b.java +++ b/app/src/main/java/c/i/a/f/h/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final Feature b; /* renamed from: c reason: collision with root package name */ - public static final Feature f1139c; + public static final Feature f1077c; public static final Feature[] d; static { @@ -16,7 +16,7 @@ public final class b { Feature feature2 = new Feature("sms_retrieve", 1); b = feature2; Feature feature3 = new Feature("user_consent", 3); - f1139c = feature3; + f1077c = feature3; d = new Feature[]{feature, feature2, feature3}; } } diff --git a/app/src/main/java/c/i/a/f/h/c/o.java b/app/src/main/java/c/i/a/f/h/c/o.java index 164793ae98..983105c61c 100644 --- a/app/src/main/java/c/i/a/f/h/c/o.java +++ b/app/src/main/java/c/i/a/f/h/c/o.java @@ -20,7 +20,7 @@ public final class o extends d { a.C0104a.C0105a aVar3 = new a.C0104a.C0105a(aVar == null ? a.C0104a.i : aVar); byte[] bArr = new byte[16]; a.a.nextBytes(bArr); - aVar3.f1090c = Base64.encodeToString(bArr, 11); + aVar3.f1030c = Base64.encodeToString(bArr, 11); this.A = new a.C0104a(aVar3); } diff --git a/app/src/main/java/c/i/a/f/h/d/a.java b/app/src/main/java/c/i/a/f/h/d/a.java index 79e3e19d60..c79906c3bd 100644 --- a/app/src/main/java/c/i/a/f/h/d/a.java +++ b/app/src/main/java/c/i/a/f/h/d/a.java @@ -30,12 +30,12 @@ public final class a extends d { @Override // c.i.a.f.e.k.b, c.i.a.f.e.h.a.f public final boolean o() { - c.i.a.f.e.k.c cVar = this.f1125x; + c.i.a.f.e.k.c cVar = this.f1063x; Account account = cVar.a; if (TextUtils.isEmpty(account != null ? account.name : null)) { return false; } - if (cVar.d.get(b.f1091c) == null) { + if (cVar.d.get(b.f1031c) == null) { return !cVar.b.isEmpty(); } throw null; diff --git a/app/src/main/java/c/i/a/f/h/e/a.java b/app/src/main/java/c/i/a/f/h/e/a.java index 946ce802bd..dc99d567c0 100644 --- a/app/src/main/java/c/i/a/f/h/e/a.java +++ b/app/src/main/java/c/i/a/f/h/e/a.java @@ -58,7 +58,7 @@ public class a extends Binder implements IInterface { break; case 8: g0 g0Var = (g0) fVar; - g0Var.f1112c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); + g0Var.f1051c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); break; case 9: zag zag = (zag) b.a(parcel, zag.CREATOR); diff --git a/app/src/main/java/c/i/a/f/h/j/a0.java b/app/src/main/java/c/i/a/f/h/j/a0.java index e9213ebe4e..20739e18b6 100644 --- a/app/src/main/java/c/i/a/f/h/j/a0.java +++ b/app/src/main/java/c/i/a/f/h/j/a0.java @@ -8,7 +8,7 @@ public abstract class a0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1140c = new b0(this); + public final Runnable f1078c = new b0(this); public volatile long d; public a0(g gVar) { @@ -18,7 +18,7 @@ public abstract class a0 { public final void a() { this.d = 0; - b().removeCallbacks(this.f1140c); + b().removeCallbacks(this.f1078c); } public final Handler b() { @@ -46,7 +46,7 @@ public abstract class a0 { if (j >= 0) { Objects.requireNonNull((d) this.b.d); this.d = System.currentTimeMillis(); - if (!b().postDelayed(this.f1140c, j)) { + if (!b().postDelayed(this.f1078c, j)) { this.b.c().B("Failed to schedule delayed post. time", Long.valueOf(j)); } } diff --git a/app/src/main/java/c/i/a/f/h/j/a1.java b/app/src/main/java/c/i/a/f/h/j/a1.java index dc0156ecd4..81b3a94df3 100644 --- a/app/src/main/java/c/i/a/f/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/h/j/a1.java @@ -38,7 +38,7 @@ public final class a1 extends e { if (bundle != null && (i = bundle.getInt("com.google.android.gms.analytics.globalConfigResource")) > 0) { g0 g0Var = new g0(this.i); try { - i0Var = g0Var.I(g0Var.i.f1149c.getResources().getXml(i)); + i0Var = g0Var.I(g0Var.i.f1086c.getResources().getXml(i)); } catch (Resources.NotFoundException e2) { g0Var.x("inflate() called with unknown resourceId", e2); } @@ -55,7 +55,7 @@ public final class a1 extends e { this.k = str2; d("XML config - app version", str2); } - String str3 = i0Var.f1150c; + String str3 = i0Var.f1087c; if (str3 != null) { String lowerCase = str3.toLowerCase(Locale.US); int i2 = "verbose".equals(lowerCase) ? 0 : "info".equals(lowerCase) ? 1 : "warning".equals(lowerCase) ? 2 : "error".equals(lowerCase) ? 3 : -1; diff --git a/app/src/main/java/c/i/a/f/h/j/b1.java b/app/src/main/java/c/i/a/f/h/j/b1.java index aab6b40b82..a35883e9ba 100644 --- a/app/src/main/java/c/i/a/f/h/j/b1.java +++ b/app/src/main/java/c/i/a/f/h/j/b1.java @@ -16,7 +16,7 @@ public final class b1 { public static final Method b; /* renamed from: c reason: collision with root package name */ - public static volatile d1 f1141c = c1.a; + public static volatile d1 f1079c = c1.a; /* JADX WARNING: Removed duplicated region for block: B:12:0x003b */ static { diff --git a/app/src/main/java/c/i/a/f/h/j/e0.java b/app/src/main/java/c/i/a/f/h/j/e0.java index f5852a62c7..7f4a03f58c 100644 --- a/app/src/main/java/c/i/a/f/h/j/e0.java +++ b/app/src/main/java/c/i/a/f/h/j/e0.java @@ -11,7 +11,7 @@ public final class e0 { public static f0 b = f0.c("analytics.log_tag", "GAv4", "GAv4-SVC"); /* renamed from: c reason: collision with root package name */ - public static f0 f1142c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); + public static f0 f1080c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); public static f0 d = f0.b("analytics.initial_local_dispatch_millis", 5000, 5000); public static f0 e = f0.b("analytics.dispatch_alarm_millis", 7200000, 7200000); public static f0 f = f0.b("analytics.max_dispatch_alarm_millis", 32400000, 32400000); @@ -26,25 +26,23 @@ public final class e0 { public static f0 o = f0.c("analytics.compression_strategy.k", "GZIP", "GZIP"); public static f0 p = f0.a("analytics.max_hit_length.k", 8192, 8192); public static f0 q = f0.a("analytics.max_post_length.k", 8192, 8192); + public static f0 r = f0.a("analytics.max_batch_post_length", 8192, 8192); - /* renamed from: r reason: collision with root package name */ - public static f0 f1143r = f0.a("analytics.max_batch_post_length", 8192, 8192); - public static f0 s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); + /* renamed from: s reason: collision with root package name */ + public static f0 f1081s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); public static f0 t = f0.a("analytics.batch_retry_interval.seconds.k", 3600, 3600); public static f0 u = f0.a("analytics.http_connection.connect_timeout_millis", 60000, 60000); public static f0 v = f0.a("analytics.http_connection.read_timeout_millis", 61000, 61000); - - /* renamed from: w reason: collision with root package name */ - public static f0 f1144w = f0.d("analytics.test.disable_receiver", false, false); + public static f0 w = f0.d("analytics.test.disable_receiver", false, false); /* renamed from: x reason: collision with root package name */ - public static f0 f1145x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); + public static f0 f1082x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); /* renamed from: y reason: collision with root package name */ - public static f0 f1146y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); + public static f0 f1083y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); /* renamed from: z reason: collision with root package name */ - public static f0 f1147z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); + public static f0 f1084z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); static { f0.d("analytics.service_enabled", false, false); diff --git a/app/src/main/java/c/i/a/f/h/j/f1.java b/app/src/main/java/c/i/a/f/h/j/f1.java index df28b37b08..8a0cf6b20f 100644 --- a/app/src/main/java/c/i/a/f/h/j/f1.java +++ b/app/src/main/java/c/i/a/f/h/j/f1.java @@ -7,14 +7,14 @@ public final class f1 extends e { public String b; /* renamed from: c reason: collision with root package name */ - public String f1148c; + public String f1085c; public String d; public final String toString() { HashMap hashMap = new HashMap(); hashMap.put("appName", this.a); hashMap.put("appVersion", this.b); - hashMap.put("appId", this.f1148c); + hashMap.put("appId", this.f1085c); hashMap.put("appInstallerId", this.d); return e.a(hashMap, 0); } diff --git a/app/src/main/java/c/i/a/f/h/j/g.java b/app/src/main/java/c/i/a/f/h/j/g.java index c15f0abbbe..69431a5be8 100644 --- a/app/src/main/java/c/i/a/f/h/j/g.java +++ b/app/src/main/java/c/i/a/f/h/j/g.java @@ -15,7 +15,7 @@ public class g { public final Context b; /* renamed from: c reason: collision with root package name */ - public final Context f1149c; + public final Context f1086c; public final b d; public final z e = new z(this); public final m0 f; @@ -31,7 +31,7 @@ public class g { Context context2 = iVar.b; Objects.requireNonNull(context2, "null reference"); this.b = context; - this.f1149c = context2; + this.f1086c = context2; c.i.a.f.e.o.d dVar = c.i.a.f.e.o.d.a; this.d = dVar; m0 m0Var = new m0(this); diff --git a/app/src/main/java/c/i/a/f/h/j/h0.java b/app/src/main/java/c/i/a/f/h/j/h0.java index 2df2be0650..9c2d8741de 100644 --- a/app/src/main/java/c/i/a/f/h/j/h0.java +++ b/app/src/main/java/c/i/a/f/h/j/h0.java @@ -29,7 +29,7 @@ public final class h0 { } else if ("ga_appVersion".equals(str)) { this.b.b = str2; } else if ("ga_logLevel".equals(str)) { - this.b.f1150c = str2; + this.b.f1087c = str2; } else { this.a.c().x("String xml configuration name not recognized", str); } diff --git a/app/src/main/java/c/i/a/f/h/j/i0.java b/app/src/main/java/c/i/a/f/h/j/i0.java index 5f3a63922e..d225cceca9 100644 --- a/app/src/main/java/c/i/a/f/h/j/i0.java +++ b/app/src/main/java/c/i/a/f/h/j/i0.java @@ -4,7 +4,7 @@ public final class i0 { public String b; /* renamed from: c reason: collision with root package name */ - public String f1150c; + public String f1087c; public int d = -1; public int e = -1; } diff --git a/app/src/main/java/c/i/a/f/h/j/j.java b/app/src/main/java/c/i/a/f/h/j/j.java index 2be8eca81d..c84b711b92 100644 --- a/app/src/main/java/c/i/a/f/h/j/j.java +++ b/app/src/main/java/c/i/a/f/h/j/j.java @@ -30,10 +30,10 @@ public final class j extends e { } if (this.l != null) { this.l = null; - a s = s(); - s.N(); + a s2 = s(); + s2.N(); f.b(); - r rVar = s.k; + r rVar = s2.k; f.b(); rVar.N(); rVar.C("Service disconnected"); @@ -66,6 +66,6 @@ public final class j extends e { public final void T() { this.n.a(); - this.m.e(e0.f1145x.a.longValue()); + this.m.e(e0.f1082x.a.longValue()); } } diff --git a/app/src/main/java/c/i/a/f/h/j/j0.java b/app/src/main/java/c/i/a/f/h/j/j0.java index 44bd555677..f5aa7f26d0 100644 --- a/app/src/main/java/c/i/a/f/h/j/j0.java +++ b/app/src/main/java/c/i/a/f/h/j/j0.java @@ -14,7 +14,7 @@ public final class j0 { public final List b = Collections.emptyList(); /* renamed from: c reason: collision with root package name */ - public final long f1151c; + public final long f1088c; public final long d; public final int e; public final boolean f; @@ -26,7 +26,7 @@ public final class j0 { Objects.requireNonNull(map, "null reference"); this.d = j; this.f = z2; - this.f1151c = j2; + this.f1088c = j2; this.e = i; TextUtils.isEmpty(null); this.g = null; @@ -94,9 +94,9 @@ public final class j0 { public final String toString() { StringBuilder O = a.O("ht="); O.append(this.d); - if (this.f1151c != 0) { + if (this.f1088c != 0) { O.append(", dbId="); - O.append(this.f1151c); + O.append(this.f1088c); } if (this.e != 0) { O.append(", appUID="); diff --git a/app/src/main/java/c/i/a/f/h/j/m.java b/app/src/main/java/c/i/a/f/h/j/m.java index c42528756b..02741d4215 100644 --- a/app/src/main/java/c/i/a/f/h/j/m.java +++ b/app/src/main/java/c/i/a/f/h/j/m.java @@ -21,10 +21,10 @@ public final class m implements Runnable { f.b(); jVar.l = k0Var; jVar.T(); - a s = jVar.s(); - Objects.requireNonNull(s); + a s2 = jVar.s(); + Objects.requireNonNull(s2); f.b(); - s.k.Q(); + s2.k.Q(); } } } diff --git a/app/src/main/java/c/i/a/f/h/j/n.java b/app/src/main/java/c/i/a/f/h/j/n.java index 878315562e..b6172807cc 100644 --- a/app/src/main/java/c/i/a/f/h/j/n.java +++ b/app/src/main/java/c/i/a/f/h/j/n.java @@ -21,10 +21,10 @@ public final class n implements Runnable { if (jVar.l != null) { jVar.l = null; jVar.b("Disconnected from device AnalyticsService", componentName); - a s = jVar.s(); - s.N(); + a s2 = jVar.s(); + s2.N(); f.b(); - r rVar = s.k; + r rVar = s2.k; f.b(); rVar.N(); rVar.C("Service disconnected"); diff --git a/app/src/main/java/c/i/a/f/h/j/n0.java b/app/src/main/java/c/i/a/f/h/j/n0.java index 3b13725cde..551836d8af 100644 --- a/app/src/main/java/c/i/a/f/h/j/n0.java +++ b/app/src/main/java/c/i/a/f/h/j/n0.java @@ -12,7 +12,7 @@ public class n0 extends BroadcastReceiver { public final g b; /* renamed from: c reason: collision with root package name */ - public boolean f1152c; + public boolean f1089c; public boolean d; public n0(g gVar) { @@ -21,9 +21,9 @@ public class n0 extends BroadcastReceiver { } public final void a() { - if (this.f1152c) { + if (this.f1089c) { this.b.c().C("Unregistering connectivity change receiver"); - this.f1152c = false; + this.f1089c = false; this.d = false; try { this.b.b.unregisterReceiver(this); diff --git a/app/src/main/java/c/i/a/f/h/j/o0.java b/app/src/main/java/c/i/a/f/h/j/o0.java index 9ea30760bb..2acb9a06d2 100644 --- a/app/src/main/java/c/i/a/f/h/j/o0.java +++ b/app/src/main/java/c/i/a/f/h/j/o0.java @@ -184,7 +184,7 @@ public final class o0 extends e { } catch (NumberFormatException unused) { j = 0; } - S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1151c)); + S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1088c)); } return sb.toString(); } catch (UnsupportedEncodingException e) { @@ -319,7 +319,7 @@ public final class o0 extends e { if (byteArrayOutputStream.size() > 0) { length++; } - if (byteArrayOutputStream.size() + length <= e0.f1143r.a.intValue()) { + if (byteArrayOutputStream.size() + length <= e0.r.a.intValue()) { try { if (byteArrayOutputStream.size() > 0) { byteArrayOutputStream.write(k); @@ -336,7 +336,7 @@ public final class o0 extends e { if (z5) { break; } - arrayList.add(Long.valueOf(j0Var.f1151c)); + arrayList.add(Long.valueOf(j0Var.f1088c)); } z5 = false; if (z5) { @@ -598,7 +598,7 @@ public final class o0 extends e { if (z4) { break; } - arrayList2.add(Long.valueOf(j0Var2.f1151c)); + arrayList2.add(Long.valueOf(j0Var2.f1088c)); if (arrayList2.size() >= z.c()) { break; } diff --git a/app/src/main/java/c/i/a/f/h/j/q.java b/app/src/main/java/c/i/a/f/h/j/q.java index 5c4e02d846..464d4f57c0 100644 --- a/app/src/main/java/c/i/a/f/h/j/q.java +++ b/app/src/main/java/c/i/a/f/h/j/q.java @@ -14,18 +14,18 @@ public final class q extends e { @Override // c.i.a.f.h.j.e public final void M() { - f r2 = r(); - if (r2.d == null) { - synchronized (r2) { - if (r2.d == null) { + f r = r(); + if (r.d == null) { + synchronized (r) { + if (r.d == null) { f1 f1Var = new f1(); - PackageManager packageManager = r2.b.getPackageManager(); - String packageName = r2.b.getPackageName(); - f1Var.f1148c = packageName; + PackageManager packageManager = r.b.getPackageManager(); + String packageName = r.b.getPackageName(); + f1Var.f1085c = packageName; f1Var.d = packageManager.getInstallerPackageName(packageName); String str = null; try { - PackageInfo packageInfo = packageManager.getPackageInfo(r2.b.getPackageName(), 0); + PackageInfo packageInfo = packageManager.getPackageInfo(r.b.getPackageName(), 0); if (packageInfo != null) { CharSequence applicationLabel = packageManager.getApplicationLabel(packageInfo.applicationInfo); if (!TextUtils.isEmpty(applicationLabel)) { @@ -39,11 +39,11 @@ public final class q extends e { } f1Var.a = packageName; f1Var.b = str; - r2.d = f1Var; + r.d = f1Var; } } } - f1 f1Var2 = r2.d; + f1 f1Var2 = r.d; f1 f1Var3 = this.k; if (!TextUtils.isEmpty(f1Var2.a)) { f1Var3.a = f1Var2.a; @@ -51,8 +51,8 @@ public final class q extends e { if (!TextUtils.isEmpty(f1Var2.b)) { f1Var3.b = f1Var2.b; } - if (!TextUtils.isEmpty(f1Var2.f1148c)) { - f1Var3.f1148c = f1Var2.f1148c; + if (!TextUtils.isEmpty(f1Var2.f1085c)) { + f1Var3.f1085c = f1Var2.f1085c; } if (!TextUtils.isEmpty(f1Var2.d)) { f1Var3.d = f1Var2.d; diff --git a/app/src/main/java/c/i/a/f/h/j/r.java b/app/src/main/java/c/i/a/f/h/j/r.java index 7e6d294a99..d00ed11f8d 100644 --- a/app/src/main/java/c/i/a/f/h/j/r.java +++ b/app/src/main/java/c/i/a/f/h/j/r.java @@ -27,10 +27,10 @@ public final class r extends e { public final j o; public long p = Long.MIN_VALUE; public final a0 q; + public final a0 r; - /* renamed from: r reason: collision with root package name */ - public final a0 f1153r; - public final y0 s; + /* renamed from: s reason: collision with root package name */ + public final y0 f1090s; public long t; public boolean u; @@ -40,9 +40,9 @@ public final class r extends e { this.l = new o(gVar); this.m = new o0(gVar); this.o = new j(gVar); - this.s = new y0(this.i.d); + this.f1090s = new y0(this.i.d); this.q = new s(this, gVar); - this.f1153r = new t(this, gVar); + this.r = new t(this, gVar); } @Override // c.i.a.f.h.j.e @@ -81,7 +81,7 @@ public final class r extends e { } arrayList.remove(j0Var); try { - this.l.W(j0Var.f1151c); + this.l.W(j0Var.f1088c); } catch (SQLiteException e) { B("Failed to remove hit that was send for delivery", e); W(); @@ -142,8 +142,8 @@ public final class r extends e { public final void S() { k0 k0Var; if (!this.u && e0.a.a.booleanValue() && !this.o.R()) { - if (this.s.b(e0.f1147z.a.longValue())) { - this.s.a(); + if (this.f1090s.b(e0.f1084z.a.longValue())) { + this.f1090s.a(); C("Connecting to service"); j jVar = this.o; Objects.requireNonNull(jVar); @@ -169,7 +169,7 @@ public final class r extends e { lVar.j = false; } else { try { - lVar.wait(e0.f1146y.a.longValue()); + lVar.wait(e0.f1083y.a.longValue()); } catch (InterruptedException unused) { lVar.k.G("Wait for service connect was interrupted"); } @@ -191,7 +191,7 @@ public final class r extends e { } if (z2) { C("Connected to service"); - this.s.b = 0; + this.f1090s.b = 0; Q(); } } @@ -233,7 +233,7 @@ public final class r extends e { b("Hits loaded from store. count", Integer.valueOf(arrayList2.size())); Iterator it = arrayList2.iterator(); while (it.hasNext()) { - if (((j0) it.next()).f1151c == j) { + if (((j0) it.next()).f1088c == j) { z("Database contains successfully uploaded hit", Long.valueOf(j), Integer.valueOf(arrayList2.size())); W(); try { @@ -252,12 +252,12 @@ public final class r extends e { if (!this.o.S(j0Var)) { break; } - j = Math.max(j, j0Var.f1151c); + j = Math.max(j, j0Var.f1088c); arrayList2.remove(j0Var); d("Hit sent do device AnalyticsService for delivery", j0Var); try { - this.l.W(j0Var.f1151c); - arrayList.add(Long.valueOf(j0Var.f1151c)); + this.l.W(j0Var.f1088c); + arrayList.add(Long.valueOf(j0Var.f1088c)); } catch (SQLiteException e3) { B("Failed to remove hit that was send for delivery", e3); W(); @@ -360,11 +360,11 @@ public final class r extends e { this.n.a(); W(); } else { - if (!e0.f1144w.a.booleanValue()) { + if (!e0.w.a.booleanValue()) { n0 n0Var = this.n; n0Var.b.c(); n0Var.b.e(); - if (!n0Var.f1152c) { + if (!n0Var.f1089c) { Context context = n0Var.b.b; context.registerReceiver(n0Var, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); IntentFilter intentFilter = new IntentFilter("com.google.analytics.RADIO_POWERED"); @@ -372,10 +372,10 @@ public final class r extends e { context.registerReceiver(n0Var, intentFilter); n0Var.d = n0Var.b(); n0Var.b.c().b("Registering connectivity change receiver. Network connected", Boolean.valueOf(n0Var.d)); - n0Var.f1152c = true; + n0Var.f1089c = true; } n0 n0Var2 = this.n; - if (!n0Var2.f1152c) { + if (!n0Var2.f1089c) { n0Var2.b.c().G("Connectivity unknown. Receiver not registered"); } z2 = n0Var2.d; @@ -414,8 +414,8 @@ public final class r extends e { if (abs >= 0) { j3 = abs; } - a0Var2.b().removeCallbacks(a0Var2.f1140c); - if (!a0Var2.b().postDelayed(a0Var2.f1140c, j3)) { + a0Var2.b().removeCallbacks(a0Var2.f1078c); + if (!a0Var2.b().postDelayed(a0Var2.f1078c, j3)) { a0Var2.b.c().B("Failed to adjust delayed post. time", Long.valueOf(j3)); return; } @@ -470,7 +470,7 @@ public final class r extends e { Method method = b1.a; JobScheduler jobScheduler = (JobScheduler) context.getSystemService("jobscheduler"); if (b1.a != null) { - Objects.requireNonNull((c1) b1.f1141c); + Objects.requireNonNull((c1) b1.f1079c); } jobScheduler.schedule(build); return; @@ -501,7 +501,7 @@ public final class r extends e { if (j != Long.MIN_VALUE) { return j; } - long longValue = e0.f1142c.a.longValue(); + long longValue = e0.f1080c.a.longValue(); a1 t = t(); t.N(); if (!t.m) { diff --git a/app/src/main/java/c/i/a/f/h/j/s0.java b/app/src/main/java/c/i/a/f/h/j/s0.java index 74f7128ae0..acdc9adbb9 100644 --- a/app/src/main/java/c/i/a/f/h/j/s0.java +++ b/app/src/main/java/c/i/a/f/h/j/s0.java @@ -8,16 +8,16 @@ public final class s0 { public static a b; /* renamed from: c reason: collision with root package name */ - public static Boolean f1154c; + public static Boolean f1091c; public static boolean a(Context context) { Objects.requireNonNull(context, "null reference"); - Boolean bool = f1154c; + Boolean bool = f1091c; if (bool != null) { return bool.booleanValue(); } boolean a2 = z0.a(context, "com.google.android.gms.analytics.AnalyticsReceiver", false); - f1154c = Boolean.valueOf(a2); + f1091c = Boolean.valueOf(a2); return a2; } } diff --git a/app/src/main/java/c/i/a/f/h/j/t.java b/app/src/main/java/c/i/a/f/h/j/t.java index c06b2865e4..7b1544fdb8 100644 --- a/app/src/main/java/c/i/a/f/h/j/t.java +++ b/app/src/main/java/c/i/a/f/h/j/t.java @@ -21,6 +21,6 @@ public final class t extends a0 { } catch (SQLiteException e) { rVar.x("Failed to delete stale hits", e); } - rVar.f1153r.e(86400000); + rVar.r.e(86400000); } } diff --git a/app/src/main/java/c/i/a/f/h/j/t0.java b/app/src/main/java/c/i/a/f/h/j/t0.java index a971a19dc8..01506e8661 100644 --- a/app/src/main/java/c/i/a/f/h/j/t0.java +++ b/app/src/main/java/c/i/a/f/h/j/t0.java @@ -15,10 +15,10 @@ public final class t0 { public final Handler b = new e1(); /* renamed from: c reason: collision with root package name */ - public final T f1155c; + public final T f1092c; public t0(T t) { - this.f1155c = t; + this.f1092c = t; } public static boolean c(Context context) { @@ -44,13 +44,13 @@ public final class t0 { try { synchronized (s0.a) { a aVar = s0.b; - if (aVar != null && aVar.f1299c.isHeld()) { + if (aVar != null && aVar.f1228c.isHeld()) { aVar.b(); } } } catch (SecurityException unused) { } - m0 c2 = g.b(this.f1155c).c(); + m0 c2 = g.b(this.f1092c).c(); if (intent == null) { c2.G("AnalyticsService started with null intent"); return 2; @@ -64,7 +64,7 @@ public final class t0 { } public final void b(Runnable runnable) { - a e = g.b(this.f1155c).e(); + a e = g.b(this.f1092c).e(); w0 w0Var = new w0(this, runnable); e.N(); e.r().a(new c(e, w0Var)); diff --git a/app/src/main/java/c/i/a/f/h/j/u.java b/app/src/main/java/c/i/a/f/h/j/u.java index eb4eed7abf..42cc76ccfb 100644 --- a/app/src/main/java/c/i/a/f/h/j/u.java +++ b/app/src/main/java/c/i/a/f/h/j/u.java @@ -36,23 +36,23 @@ public final class u implements Runnable { if (!z2) { rVar.G("CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See http://goo.gl/8Rd3yj for instructions."); } - p0 w2 = rVar.w(); - Objects.requireNonNull(w2); + p0 w = rVar.w(); + Objects.requireNonNull(w); f.b(); - w2.N(); - if (w2.l == 0) { - long j = w2.k.getLong("first_run", 0); + w.N(); + if (w.l == 0) { + long j = w.k.getLong("first_run", 0); if (j != 0) { - w2.l = j; + w.l = j; } else { - Objects.requireNonNull((d) w2.i.d); + Objects.requireNonNull((d) w.i.d); long currentTimeMillis = System.currentTimeMillis(); - SharedPreferences.Editor edit = w2.k.edit(); + SharedPreferences.Editor edit = w.k.edit(); edit.putLong("first_run", currentTimeMillis); if (!edit.commit()) { - w2.G("Failed to commit first run time"); + w.G("Failed to commit first run time"); } - w2.l = currentTimeMillis; + w.l = currentTimeMillis; } } if (!rVar.b0("android.permission.ACCESS_NETWORK_STATE")) { diff --git a/app/src/main/java/c/i/a/f/h/j/u0.java b/app/src/main/java/c/i/a/f/h/j/u0.java index 8637cf4e86..6bb5c1f452 100644 --- a/app/src/main/java/c/i/a/f/h/j/u0.java +++ b/app/src/main/java/c/i/a/f/h/j/u0.java @@ -15,7 +15,7 @@ public final /* synthetic */ class u0 implements Runnable { t0 t0Var = this.i; int i = this.j; m0 m0Var = this.k; - if (t0Var.f1155c.b(i)) { + if (t0Var.f1092c.b(i)) { m0Var.C("Local AnalyticsService processed last dispatch request"); } } diff --git a/app/src/main/java/c/i/a/f/h/j/v0.java b/app/src/main/java/c/i/a/f/h/j/v0.java index cdeaf594b6..a0b4692d73 100644 --- a/app/src/main/java/c/i/a/f/h/j/v0.java +++ b/app/src/main/java/c/i/a/f/h/j/v0.java @@ -20,6 +20,6 @@ public final /* synthetic */ class v0 implements Runnable { JobParameters jobParameters = this.k; Objects.requireNonNull(t0Var); m0Var.C("AnalyticsJobService processed last dispatch request"); - t0Var.f1155c.a(jobParameters, false); + t0Var.f1092c.a(jobParameters, false); } } diff --git a/app/src/main/java/c/i/a/f/h/j/z.java b/app/src/main/java/c/i/a/f/h/j/z.java index cb90efaac7..77101c16ee 100644 --- a/app/src/main/java/c/i/a/f/h/j/z.java +++ b/app/src/main/java/c/i/a/f/h/j/z.java @@ -10,7 +10,7 @@ public final class z { public volatile Boolean b; /* renamed from: c reason: collision with root package name */ - public String f1156c; + public String f1093c; public Set d; public z(g gVar) { @@ -62,8 +62,8 @@ public final class z { public final Set g() { String str; - String str2 = e0.s.a; - if (this.d == null || (str = this.f1156c) == null || !str.equals(str2)) { + String str2 = e0.f1081s.a; + if (this.d == null || (str = this.f1093c) == null || !str.equals(str2)) { String[] split = TextUtils.split(str2, ","); HashSet hashSet = new HashSet(); for (String str3 : split) { @@ -72,7 +72,7 @@ public final class z { } catch (NumberFormatException unused) { } } - this.f1156c = str2; + this.f1093c = str2; this.d = hashSet; } return this.d; diff --git a/app/src/main/java/c/i/a/f/h/k/k.java b/app/src/main/java/c/i/a/f/h/k/k.java index 266c8618dd..862230c486 100644 --- a/app/src/main/java/c/i/a/f/h/k/k.java +++ b/app/src/main/java/c/i/a/f/h/k/k.java @@ -7,13 +7,13 @@ public final class k { public static final a.AbstractC0106a b; /* renamed from: c reason: collision with root package name */ - public static final a f1157c; + public static final a f1094c; static { a.g gVar = new a.g<>(); a = gVar; j jVar = new j(); b = jVar; - f1157c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); + f1094c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/h/l/a9.java b/app/src/main/java/c/i/a/f/h/l/a9.java index 20604bb87f..35af85a120 100644 --- a/app/src/main/java/c/i/a/f/h/l/a9.java +++ b/app/src/main/java/c/i/a/f/h/l/a9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class a9 implements z2 { public static a9 i = new a9(); - public final z2 j = c.C0(new b3(new c9())); + public final z2 j = c.D0(new b3(new c9())); public static boolean b() { return ((d9) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/b3.java b/app/src/main/java/c/i/a/f/h/l/b3.java index 874e3116bd..80dba2351c 100644 --- a/app/src/main/java/c/i/a/f/h/l/b3.java +++ b/app/src/main/java/c/i/a/f/h/l/b3.java @@ -22,7 +22,7 @@ public final class b3 implements z2, Serializable { @Override // java.lang.Object public final boolean equals(@NullableDecl Object obj) { if (obj instanceof b3) { - return c.W0(this.zza, ((b3) obj).zza); + return c.X0(this.zza, ((b3) obj).zza); } return false; } diff --git a/app/src/main/java/c/i/a/f/h/l/b8.java b/app/src/main/java/c/i/a/f/h/l/b8.java index d816432398..af167670ce 100644 --- a/app/src/main/java/c/i/a/f/h/l/b8.java +++ b/app/src/main/java/c/i/a/f/h/l/b8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class b8 implements z2 { public static b8 i = new b8(); - public final z2 j = c.C0(new b3(new d8())); + public final z2 j = c.D0(new b3(new d8())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/bb.java b/app/src/main/java/c/i/a/f/h/l/bb.java index 9a445c1927..553dcd0673 100644 --- a/app/src/main/java/c/i/a/f/h/l/bb.java +++ b/app/src/main/java/c/i/a/f/h/l/bb.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class bb implements z2 { public static bb i = new bb(); - public final z2 j = c.C0(new b3(new db())); + public final z2 j = c.D0(new b3(new db())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/c0.java b/app/src/main/java/c/i/a/f/h/l/c0.java index 85293499e4..8cd05fda48 100644 --- a/app/src/main/java/c/i/a/f/h/l/c0.java +++ b/app/src/main/java/c/i/a/f/h/l/c0.java @@ -10,26 +10,26 @@ public final class c0 extends g.a { public final /* synthetic */ String o; public final /* synthetic */ Bundle p; public final /* synthetic */ boolean q; + public final /* synthetic */ boolean r; - /* renamed from: r reason: collision with root package name */ - public final /* synthetic */ boolean f1158r; - public final /* synthetic */ g s; + /* renamed from: s reason: collision with root package name */ + public final /* synthetic */ g f1095s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c0(g gVar, Long l, String str, String str2, Bundle bundle, boolean z2, boolean z3) { super(true); - this.s = gVar; + this.f1095s = gVar; this.m = l; this.n = str; this.o = str2; this.p = bundle; this.q = z2; - this.f1158r = z3; + this.r = z3; } @Override // c.i.a.f.h.l.g.a public final void a() throws RemoteException { Long l = this.m; - this.s.j.logEvent(this.n, this.o, this.p, this.q, this.f1158r, l == null ? this.i : l.longValue()); + this.f1095s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c2.java b/app/src/main/java/c/i/a/f/h/l/c2.java index 4d50ac7b50..863721e067 100644 --- a/app/src/main/java/c/i/a/f/h/l/c2.java +++ b/app/src/main/java/c/i/a/f/h/l/c2.java @@ -13,17 +13,17 @@ public final class c2 implements b2 { public final Context b; /* renamed from: c reason: collision with root package name */ - public final ContentObserver f1159c; + public final ContentObserver f1096c; public c2() { this.b = null; - this.f1159c = null; + this.f1096c = null; } public c2(Context context) { this.b = context; f2 f2Var = new f2(); - this.f1159c = f2Var; + this.f1096c = f2Var; context.getContentResolver().registerContentObserver(u1.a, true, f2Var); } @@ -44,7 +44,7 @@ public final class c2 implements b2 { return null; } try { - return (String) c.F0(new g2(this, str)); + return (String) c.G0(new g2(this, str)); } catch (IllegalStateException | SecurityException e) { String valueOf = String.valueOf(str); Log.e("GservicesLoader", valueOf.length() != 0 ? "Unable to read GServices for: ".concat(valueOf) : new String("Unable to read GServices for: "), e); diff --git a/app/src/main/java/c/i/a/f/h/l/c7.java b/app/src/main/java/c/i/a/f/h/l/c7.java index 8b01c7712a..f23b53bfcd 100644 --- a/app/src/main/java/c/i/a/f/h/l/c7.java +++ b/app/src/main/java/c/i/a/f/h/l/c7.java @@ -12,7 +12,7 @@ public final class c7 { public int b; /* renamed from: c reason: collision with root package name */ - public int[] f1160c; + public int[] f1097c; public Object[] d; public int e; public boolean f; @@ -24,7 +24,7 @@ public final class c7 { public c7(int i, int[] iArr, Object[] objArr, boolean z2) { this.e = -1; this.b = i; - this.f1160c = iArr; + this.f1097c = iArr; this.d = objArr; this.f = z2; } @@ -58,13 +58,13 @@ public final class c7 { public final void a(int i, Object obj) { if (this.f) { int i2 = this.b; - int[] iArr = this.f1160c; + int[] iArr = this.f1097c; if (i2 == iArr.length) { int i3 = i2 + (i2 < 4 ? 8 : i2 >> 1); - this.f1160c = Arrays.copyOf(iArr, i3); + this.f1097c = Arrays.copyOf(iArr, i3); this.d = Arrays.copyOf(this.d, i3); } - int[] iArr2 = this.f1160c; + int[] iArr2 = this.f1097c; int i4 = this.b; iArr2[i4] = i; this.d[i4] = obj; @@ -78,7 +78,7 @@ public final class c7 { if (this.b != 0) { Objects.requireNonNull(v7Var); for (int i = 0; i < this.b; i++) { - b(this.f1160c[i], this.d[i], v7Var); + b(this.f1097c[i], this.d[i], v7Var); } } } @@ -91,7 +91,7 @@ public final class c7 { } int i3 = 0; for (int i4 = 0; i4 < this.b; i4++) { - int i5 = this.f1160c[i4]; + int i5 = this.f1097c[i4]; int i6 = i5 >>> 3; int i7 = i5 & 7; if (i7 == 0) { @@ -128,8 +128,8 @@ public final class c7 { c7 c7Var = (c7) obj; int i = this.b; if (i == c7Var.b) { - int[] iArr = this.f1160c; - int[] iArr2 = c7Var.f1160c; + int[] iArr = this.f1097c; + int[] iArr2 = c7Var.f1097c; int i2 = 0; while (true) { if (i2 >= i) { @@ -169,7 +169,7 @@ public final class c7 { public final int hashCode() { int i = this.b; int i2 = (i + 527) * 31; - int[] iArr = this.f1160c; + int[] iArr = this.f1097c; int i3 = 17; int i4 = 17; for (int i5 = 0; i5 < i; i5++) { diff --git a/app/src/main/java/c/i/a/f/h/l/c8.java b/app/src/main/java/c/i/a/f/h/l/c8.java index 09cd3ecb2c..7fb4486d0c 100644 --- a/app/src/main/java/c/i/a/f/h/l/c8.java +++ b/app/src/main/java/c/i/a/f/h/l/c8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class c8 implements z2 { public static c8 i = new c8(); - public final z2 j = c.C0(new b3(new e8())); + public final z2 j = c.D0(new b3(new e8())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/cb.java b/app/src/main/java/c/i/a/f/h/l/cb.java index d51693bfa6..eccb001851 100644 --- a/app/src/main/java/c/i/a/f/h/l/cb.java +++ b/app/src/main/java/c/i/a/f/h/l/cb.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class cb implements z2 { public static cb i = new cb(); - public final z2 j = c.C0(new b3(new eb())); + public final z2 j = c.D0(new b3(new eb())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/d5.java b/app/src/main/java/c/i/a/f/h/l/d5.java index 0e648f67a2..eec9ca8306 100644 --- a/app/src/main/java/c/i/a/f/h/l/d5.java +++ b/app/src/main/java/c/i/a/f/h/l/d5.java @@ -3,7 +3,7 @@ package c.i.a.f.h.l; public final class d5 extends h5 { /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int f1161c = 0; + public static final /* synthetic */ int f1098c = 0; @Override // c.i.a.f.h.l.h5 public final boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/a/f/h/l/da.java b/app/src/main/java/c/i/a/f/h/l/da.java index 721bb6511c..c8906eaba7 100644 --- a/app/src/main/java/c/i/a/f/h/l/da.java +++ b/app/src/main/java/c/i/a/f/h/l/da.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class da implements z2 { public static da i = new da(); - public final z2 j = c.C0(new b3(new fa())); + public final z2 j = c.D0(new b3(new fa())); public static boolean b() { return ((ca) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/e6.java b/app/src/main/java/c/i/a/f/h/l/e6.java index c560f71137..434d14d238 100644 --- a/app/src/main/java/c/i/a/f/h/l/e6.java +++ b/app/src/main/java/c/i/a/f/h/l/e6.java @@ -20,7 +20,7 @@ public final class e6 implements q6 { public static final Unsafe b = j7.k(); /* renamed from: c reason: collision with root package name */ - public final int[] f1163c; + public final int[] f1100c; public final Object[] d; public final int e; public final int f; @@ -38,7 +38,7 @@ public final class e6 implements q6 { /* JADX WARN: Incorrect args count in method signature: ([I[Ljava/lang/Object;IILc/i/a/f/h/l/c6;ZZ[IIILc/i/a/f/h/l/i6;Lc/i/a/f/h/l/m5;Lc/i/a/f/h/l/d7<**>;Lc/i/a/f/h/l/j4<*>;Lc/i/a/f/h/l/v5;)V */ public e6(int[] iArr, Object[] objArr, int i, int i2, c6 c6Var, boolean z2, int[] iArr2, int i3, int i4, i6 i6Var, m5 m5Var, d7 d7Var, j4 j4Var, v5 v5Var) { - this.f1163c = iArr; + this.f1100c = iArr; this.d = objArr; this.e = i; this.f = i2; @@ -333,7 +333,7 @@ public final class e6 implements q6 { i33 = i57; } Unsafe unsafe = b; - Object[] objArr2 = o6Var2.f1189c; + Object[] objArr2 = o6Var2.f1125c; Class cls = o6Var2.a.getClass(); int[] iArr2 = new int[(i4 * 3)]; Object[] objArr3 = new Object[(i4 << 1)]; @@ -607,7 +607,7 @@ public final class e6 implements q6 { } public final void B(T t, int i) { - int i2 = this.f1163c[i + 2]; + int i2 = this.f1100c[i + 2]; long j = (long) (1048575 & i2); if (j != 1048575) { j7.e.e(t, j, (1 << (i2 >>> 20)) | j7.b(t, j)); @@ -615,7 +615,7 @@ public final class e6 implements q6 { } public final void C(T t, int i, int i2) { - j7.e.e(t, (long) (this.f1163c[i2 + 2] & 1048575), i); + j7.e.e(t, (long) (this.f1100c[i2 + 2] & 1048575), i); } /* JADX WARNING: Removed duplicated region for block: B:168:0x0527 */ @@ -631,13 +631,13 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1163c.length; + length = this.f1100c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; for (i = 0; i < length; i += 3) { int I = I(i); - int[] iArr = this.f1163c; + int[] iArr = this.f1100c; int i5 = iArr[i]; int i6 = (I & 267386880) >>> 20; if (i6 <= 17) { @@ -765,100 +765,100 @@ public final class e6 implements q6 { continue; } case 18: - s6.h(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.h(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 19: - s6.q(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.q(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 20: - s6.u(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.u(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 21: - s6.x(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.x(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 22: - s6.J(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.J(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 23: - s6.D(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.D(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 24: - s6.O(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.O(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 25: - s6.R(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.R(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 26: - s6.f(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var); + s6.f(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var); break; case 27: - s6.g(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.g(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 28: - s6.o(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var); + s6.o(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var); break; case 29: - s6.M(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.M(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 30: - s6.Q(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.Q(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 31: - s6.P(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.P(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 32: - s6.G(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.G(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 33: - s6.N(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.N(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 34: - s6.A(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.A(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 35: - s6.h(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.h(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 36: - s6.q(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.q(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 37: - s6.u(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.u(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 38: - s6.x(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.x(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 39: - s6.J(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.J(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 40: - s6.D(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.D(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 41: - s6.O(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.O(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 42: - s6.R(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.R(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 43: - s6.M(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.M(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 44: - s6.Q(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.Q(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 45: - s6.P(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.P(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 46: - s6.G(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.G(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 47: - s6.N(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.N(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 48: - s6.A(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.A(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 49: - s6.p(this.f1163c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.p(this.f1100c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 50: t(v7Var, i5, unsafe.getObject(t, j), i); @@ -982,7 +982,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1163c.length; + length = this.f1100c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; @@ -994,7 +994,7 @@ public final class e6 implements q6 { } public final void E(T t, T t2, int i) { - int[] iArr = this.f1163c; + int[] iArr = this.f1100c; int i2 = iArr[i + 1]; int i3 = iArr[i]; long j = (long) (i2 & 1048575); @@ -1003,12 +1003,12 @@ public final class e6 implements q6 { if (w(t, i3, i)) { obj = j7.r(t, j); } - Object r2 = j7.r(t2, j); - if (obj != null && r2 != null) { - j7.f(t, j, w4.c(obj, r2)); + Object r = j7.r(t2, j); + if (obj != null && r != null) { + j7.f(t, j, w4.c(obj, r)); C(t, i3, i); - } else if (r2 != null) { - j7.f(t, j, r2); + } else if (r != null) { + j7.f(t, j, r); C(t, i3, i); } } @@ -1023,11 +1023,11 @@ public final class e6 implements q6 { } public final int I(int i) { - return this.f1163c[i + 1]; + return this.f1100c[i + 1]; } public final int K(int i) { - return this.f1163c[i + 2]; + return this.f1100c[i + 2]; } @Override // c.i.a.f.h.l.q6 @@ -1039,11 +1039,11 @@ public final class e6 implements q6 { public final int b(T t) { int i; int i2; - int length = this.f1163c.length; + int length = this.f1100c.length; int i3 = 0; for (int i4 = 0; i4 < length; i4 += 3) { int I = I(i4); - int i5 = this.f1163c[i4]; + int i5 = this.f1100c[i4]; long j = (long) (1048575 & I); int i6 = 37; switch ((I & 267386880) >>> 20) { @@ -1093,9 +1093,9 @@ public final class e6 implements q6 { i3 = i + i2; break; case 9: - Object r2 = j7.r(t, j); - if (r2 != null) { - i6 = r2.hashCode(); + Object r = j7.r(t, j); + if (r != null) { + i6 = r.hashCode(); } i3 = (i3 * 53) + i6; break; @@ -1135,9 +1135,9 @@ public final class e6 implements q6 { i3 = i + i2; break; case 17: - Object r3 = j7.r(t, j); - if (r3 != null) { - i6 = r3.hashCode(); + Object r2 = j7.r(t, j); + if (r2 != null) { + i6 = r2.hashCode(); } i3 = (i3 * 53) + i6; break; @@ -1367,9 +1367,9 @@ public final class e6 implements q6 { return !this.h || this.p.b(t).m(); } int i6 = this.j[i5]; - int i7 = this.f1163c[i6]; + int i7 = this.f1100c[i6]; int I = I(i6); - int i8 = this.f1163c[i6 + 2]; + int i8 = this.f1100c[i6 + 2]; int i9 = i8 & 1048575; int i10 = 1 << (i8 >>> 20); if (i9 != i3) { @@ -1436,9 +1436,9 @@ public final class e6 implements q6 { break; } long I = (long) (I(this.j[i2]) & 1048575); - Object r2 = j7.r(t, I); - if (r2 != null) { - j7.f(t, I, this.q.c(r2)); + Object r = j7.r(t, I); + if (r != null) { + j7.f(t, I, this.q.c(r)); } i2++; } @@ -1467,13 +1467,13 @@ public final class e6 implements q6 { if (this.i) { Unsafe unsafe = b; int i10 = 0; - for (int i11 = 0; i11 < this.f1163c.length; i11 += 3) { + for (int i11 = 0; i11 < this.f1100c.length; i11 += 3) { int I = I(i11); int i12 = (I & 267386880) >>> 20; - int i13 = this.f1163c[i11]; + int i13 = this.f1100c[i11]; long j = (long) (I & 1048575); if (i12 >= o4.DOUBLE_LIST_PACKED.a() && i12 <= o4.SINT64_LIST_PACKED.a()) { - int i14 = this.f1163c[i11 + 2]; + int i14 = this.f1100c[i11 + 2]; } switch (i12) { case 0: @@ -1542,8 +1542,8 @@ public final class e6 implements q6 { } case 8: if (v(t, i11)) { - Object r2 = j7.r(t, j); - i6 = r2 instanceof t3 ? zzhi.w(i13, (t3) r2) : zzhi.o(i13, (String) r2); + Object r = j7.r(t, j); + i6 = r instanceof t3 ? zzhi.w(i13, (t3) r) : zzhi.o(i13, (String) r); i10 += i6; break; } else { @@ -1907,8 +1907,8 @@ public final class e6 implements q6 { } case 59: if (w(t, i13, i11)) { - Object r3 = j7.r(t, j); - i6 = r3 instanceof t3 ? zzhi.w(i13, (t3) r3) : zzhi.o(i13, (String) r3); + Object r2 = j7.r(t, j); + i6 = r2 instanceof t3 ? zzhi.w(i13, (t3) r2) : zzhi.o(i13, (String) r2); i10 += i6; break; } else { @@ -1995,9 +1995,9 @@ public final class e6 implements q6 { int i15 = 0; int i16 = 1048575; int i17 = 0; - for (int i18 = 0; i18 < this.f1163c.length; i18 += 3) { + for (int i18 = 0; i18 < this.f1100c.length; i18 += 3) { int I2 = I(i18); - int[] iArr = this.f1163c; + int[] iArr = this.f1100c; int i19 = iArr[i18]; int i20 = (I2 & 267386880) >>> 20; if (i20 <= 17) { @@ -2600,7 +2600,7 @@ public final class e6 implements q6 { */ @Override // c.i.a.f.h.l.q6 public final boolean f(T t, T t2) { - int length = this.f1163c.length; + int length = this.f1100c.length; int i = 0; while (true) { boolean z2 = true; @@ -2808,10 +2808,10 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1163c.length; + length = this.f1100c.length; for (i = 0; i < length; i += 3) { int I = I(i); - int i2 = this.f1163c[i]; + int i2 = this.f1100c[i]; while (entry != null && this.p.a(entry) <= i2) { this.p.d(v7Var, entry); entry = it.hasNext() ? it.next() : null; @@ -2944,100 +2944,100 @@ public final class e6 implements q6 { break; } case 18: - s6.h(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.h(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 19: - s6.q(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.q(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 20: - s6.u(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.u(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 21: - s6.x(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.x(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 22: - s6.J(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.J(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 23: - s6.D(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.D(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 24: - s6.O(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.O(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 25: - s6.R(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.R(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 26: - s6.f(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.f(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 27: - s6.g(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.g(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 28: - s6.o(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.o(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 29: - s6.M(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.M(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 30: - s6.Q(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.Q(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 31: - s6.P(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.P(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 32: - s6.G(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.G(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 33: - s6.N(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.N(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 34: - s6.A(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.A(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 35: - s6.h(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.h(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 36: - s6.q(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.q(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 37: - s6.u(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.u(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 38: - s6.x(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.x(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 39: - s6.J(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.J(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 40: - s6.D(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.D(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 41: - s6.O(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.O(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 42: - s6.R(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.R(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 43: - s6.M(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.M(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 44: - s6.Q(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.Q(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 45: - s6.P(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.P(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 46: - s6.G(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.G(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 47: - s6.N(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.N(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 48: - s6.A(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.A(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 49: - s6.p(this.f1163c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.p(this.f1100c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 50: t(v7Var, i2, j7.r(t, (long) (I & 1048575)), i); @@ -3180,7 +3180,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1163c.length; + length = this.f1100c.length; while (i < length) { } while (entry != null) { @@ -3252,7 +3252,7 @@ public final class e6 implements q6 { int i25 = i20 + 1; byte b3 = bArr3[i20]; if (b3 < 0) { - i3 = c.v0(b3, bArr3, i25, s3Var7); + i3 = c.w0(b3, bArr3, i25, s3Var7); b2 = s3Var7.a; } else { b2 = b3; @@ -3270,7 +3270,7 @@ public final class e6 implements q6 { i5 = i26; i6 = 0; } else { - int[] iArr = e6Var5.f1163c; + int[] iArr = e6Var5.f1100c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j = (long) (i29 & 1048575); @@ -3298,7 +3298,7 @@ public final class e6 implements q6 { bArr3 = bArr2; e6Var = e6Var6; if (i27 == 1) { - j7.d(t7, j, Double.longBitsToDouble(c.Y0(bArr3, i3))); + j7.d(t7, j, Double.longBitsToDouble(c.b1(bArr3, i3))); i20 = i3 + 8; i7 = i24 | i32; t7 = t7; @@ -3323,7 +3323,7 @@ public final class e6 implements q6 { bArr3 = bArr2; e6Var3 = e6Var6; if (i27 == 5) { - j7.e.d(t3, j, Float.intBitsToFloat(c.z0(bArr3, i3))); + j7.e.d(t3, j, Float.intBitsToFloat(c.A0(bArr3, i3))); i20 = i3 + 4; i15 = i24 | i32; i24 = i15; @@ -3348,7 +3348,7 @@ public final class e6 implements q6 { bArr3 = bArr2; e6Var3 = e6Var6; if (i27 == 0) { - i20 = c.X0(bArr3, i3, s3Var3); + i20 = c.a1(bArr3, i3, s3Var3); unsafe2.putLong(t, j, s3Var3.b); i15 = i24 | i32; t3 = t7; @@ -3375,7 +3375,7 @@ public final class e6 implements q6 { t4 = t7; e6Var3 = e6Var6; if (i27 == 0) { - i20 = c.A0(bArr3, i3, s3Var3); + i20 = c.B0(bArr3, i3, s3Var3); unsafe2.putInt(t4, j, s3Var3.a); t3 = t4; i15 = i24 | i32; @@ -3401,7 +3401,7 @@ public final class e6 implements q6 { if (i27 == 1) { e6Var3 = e6Var6; s3Var3 = s3Var7; - unsafe2.putLong(t, j, c.Y0(bArr3, i3)); + unsafe2.putLong(t, j, c.b1(bArr3, i3)); i20 = i3 + 8; t3 = t7; i15 = i24 | i32; @@ -3431,7 +3431,7 @@ public final class e6 implements q6 { i6 = i14; break; } else { - unsafe2.putInt(t5, j, c.z0(bArr3, i3)); + unsafe2.putInt(t5, j, c.A0(bArr3, i3)); i20 = i3 + 4; i24 |= i32; t7 = t5; @@ -3453,7 +3453,7 @@ public final class e6 implements q6 { i6 = i14; break; } else { - i20 = c.X0(bArr3, i3, s3Var5); + i20 = c.a1(bArr3, i3, s3Var5); j7.e.g(t5, j, s3Var5.b != 0); i24 |= i32; t7 = t5; @@ -3471,8 +3471,8 @@ public final class e6 implements q6 { bArr3 = bArr2; t4 = t7; if (i27 == 2) { - i20 = (536870912 & i29) == 0 ? c.a1(bArr3, i3, s3Var4) : c.b1(bArr3, i3, s3Var4); - unsafe2.putObject(t4, j, s3Var4.f1202c); + i20 = (536870912 & i29) == 0 ? c.d1(bArr3, i3, s3Var4) : c.f1(bArr3, i3, s3Var4); + unsafe2.putObject(t4, j, s3Var4.f1136c); s3Var3 = s3Var4; e6Var3 = e6Var6; t3 = t4; @@ -3500,12 +3500,12 @@ public final class e6 implements q6 { if (i27 == 2) { q6 o = e6Var6.o(i14); e6Var6 = e6Var6; - i20 = c.y0(o, bArr3, i3, i2, s3Var4); + i20 = c.z0(o, bArr3, i3, i2, s3Var4); Object object = unsafe2.getObject(t4, j); if (object == null) { - unsafe2.putObject(t4, j, s3Var4.f1202c); + unsafe2.putObject(t4, j, s3Var4.f1136c); } else { - unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1202c)); + unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1136c)); } s3Var3 = s3Var4; e6Var3 = e6Var6; @@ -3536,8 +3536,8 @@ public final class e6 implements q6 { i6 = i14; break; } else { - i20 = c.c1(bArr3, i3, s3Var6); - unsafe2.putObject(t6, j, s3Var6.f1202c); + i20 = c.h1(bArr3, i3, s3Var6); + unsafe2.putObject(t6, j, s3Var6.f1136c); i24 |= i32; i17 = i2; e6Var2 = e6Var4; @@ -3557,7 +3557,7 @@ public final class e6 implements q6 { i6 = i14; break; } else { - i20 = c.A0(bArr3, i3, s3Var6); + i20 = c.B0(bArr3, i3, s3Var6); unsafe2.putInt(t6, j, s3Var6.a); i24 |= i32; i17 = i2; @@ -3578,7 +3578,7 @@ public final class e6 implements q6 { i6 = i14; break; } else { - i20 = c.A0(bArr3, i3, s3Var6); + i20 = c.B0(bArr3, i3, s3Var6); unsafe2.putInt(t6, j, d4.b(s3Var6.a)); i24 |= i32; i17 = i2; @@ -3596,12 +3596,12 @@ public final class e6 implements q6 { break; } else { bArr3 = bArr2; - int X0 = c.X0(bArr3, i3, s3Var7); + int a1 = c.a1(bArr3, i3, s3Var7); i14 = i4; i5 = i26; unsafe2.putLong(t, j, d4.a(s3Var7.b)); i24 |= i32; - i20 = X0; + i20 = a1; t6 = t7; s3Var6 = s3Var7; e6Var4 = e6Var6; @@ -3666,7 +3666,7 @@ public final class e6 implements q6 { } i10 = i4; t2 = t7; - i20 = c.w0(e6Var2.o(i4), b2, bArr, i3, i2, b5Var, s3Var); + i20 = c.x0(e6Var2.o(i4), b2, bArr, i3, i2, b5Var, s3Var); } else { i8 = i4; i13 = i3; @@ -3678,7 +3678,7 @@ public final class e6 implements q6 { i9 = i20; i24 = i12; i23 = i11; - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); i22 = i8; e6Var = this; t7 = t; @@ -3704,7 +3704,7 @@ public final class e6 implements q6 { i8 = i6; unsafe = unsafe2; i9 = i3; - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); i22 = i8; e6Var = this; t7 = t; @@ -3728,7 +3728,7 @@ public final class e6 implements q6 { i8 = i6; unsafe = unsafe2; i9 = i3; - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); i22 = i8; e6Var = this; t7 = t; @@ -3749,7 +3749,7 @@ public final class e6 implements q6 { i8 = i6; unsafe = unsafe2; i9 = i3; - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); i22 = i8; e6Var = this; t7 = t; @@ -3778,10 +3778,10 @@ public final class e6 implements q6 { @Override // c.i.a.f.h.l.q6 public final void i(T t, T t2) { Objects.requireNonNull(t2); - for (int i = 0; i < this.f1163c.length; i += 3) { + for (int i = 0; i < this.f1100c.length; i += 3) { int I = I(i); long j = (long) (1048575 & I); - int i2 = this.f1163c[i]; + int i2 = this.f1100c[i]; switch ((I & 267386880) >>> 20) { case 0: if (v(t2, i)) { @@ -4005,12 +4005,12 @@ public final class e6 implements q6 { public final int j(T t, byte[] bArr, int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, int i8, s3 s3Var) throws IOException { int i9; Unsafe unsafe = b; - long j2 = (long) (this.f1163c[i8 + 2] & 1048575); + long j2 = (long) (this.f1100c[i8 + 2] & 1048575); boolean z2 = true; switch (i7) { case 51: if (i5 == 1) { - unsafe.putObject(t, j, Double.valueOf(Double.longBitsToDouble(c.Y0(bArr, i)))); + unsafe.putObject(t, j, Double.valueOf(Double.longBitsToDouble(c.b1(bArr, i)))); i9 = i + 8; unsafe.putInt(t, j2, i4); return i9; @@ -4018,7 +4018,7 @@ public final class e6 implements q6 { return i; case 52: if (i5 == 5) { - unsafe.putObject(t, j, Float.valueOf(Float.intBitsToFloat(c.z0(bArr, i)))); + unsafe.putObject(t, j, Float.valueOf(Float.intBitsToFloat(c.A0(bArr, i)))); i9 = i + 4; unsafe.putInt(t, j2, i4); return i9; @@ -4027,7 +4027,7 @@ public final class e6 implements q6 { case 53: case 54: if (i5 == 0) { - i9 = c.X0(bArr, i, s3Var); + i9 = c.a1(bArr, i, s3Var); unsafe.putObject(t, j, Long.valueOf(s3Var.b)); unsafe.putInt(t, j2, i4); return i9; @@ -4036,7 +4036,7 @@ public final class e6 implements q6 { case 55: case 62: if (i5 == 0) { - i9 = c.A0(bArr, i, s3Var); + i9 = c.B0(bArr, i, s3Var); unsafe.putObject(t, j, Integer.valueOf(s3Var.a)); unsafe.putInt(t, j2, i4); return i9; @@ -4045,7 +4045,7 @@ public final class e6 implements q6 { case 56: case 65: if (i5 == 1) { - unsafe.putObject(t, j, Long.valueOf(c.Y0(bArr, i))); + unsafe.putObject(t, j, Long.valueOf(c.b1(bArr, i))); i9 = i + 8; unsafe.putInt(t, j2, i4); return i9; @@ -4054,7 +4054,7 @@ public final class e6 implements q6 { case 57: case 64: if (i5 == 5) { - unsafe.putObject(t, j, Integer.valueOf(c.z0(bArr, i))); + unsafe.putObject(t, j, Integer.valueOf(c.A0(bArr, i))); i9 = i + 4; unsafe.putInt(t, j2, i4); return i9; @@ -4062,7 +4062,7 @@ public final class e6 implements q6 { return i; case 58: if (i5 == 0) { - i9 = c.X0(bArr, i, s3Var); + i9 = c.a1(bArr, i, s3Var); if (s3Var.b == 0) { z2 = false; } @@ -4073,59 +4073,59 @@ public final class e6 implements q6 { return i; case 59: if (i5 == 2) { - int A0 = c.A0(bArr, i, s3Var); + int B0 = c.B0(bArr, i, s3Var); int i10 = s3Var.a; if (i10 == 0) { unsafe.putObject(t, j, ""); - } else if ((i6 & 536870912) == 0 || k7.b(bArr, A0, A0 + i10)) { - unsafe.putObject(t, j, new String(bArr, A0, i10, w4.a)); - A0 += i10; + } else if ((i6 & 536870912) == 0 || k7.b(bArr, B0, B0 + i10)) { + unsafe.putObject(t, j, new String(bArr, B0, i10, w4.a)); + B0 += i10; } else { throw zzij.e(); } unsafe.putInt(t, j2, i4); - return A0; + return B0; } return i; case 60: if (i5 == 2) { - int y0 = c.y0(o(i8), bArr, i, i2, s3Var); + int z0 = c.z0(o(i8), bArr, i, i2, s3Var); Object object = unsafe.getInt(t, j2) == i4 ? unsafe.getObject(t, j) : null; if (object == null) { - unsafe.putObject(t, j, s3Var.f1202c); + unsafe.putObject(t, j, s3Var.f1136c); } else { - unsafe.putObject(t, j, w4.c(object, s3Var.f1202c)); + unsafe.putObject(t, j, w4.c(object, s3Var.f1136c)); } unsafe.putInt(t, j2, i4); - return y0; + return z0; } return i; case 61: if (i5 == 2) { - i9 = c.c1(bArr, i, s3Var); - unsafe.putObject(t, j, s3Var.f1202c); + i9 = c.h1(bArr, i, s3Var); + unsafe.putObject(t, j, s3Var.f1136c); unsafe.putInt(t, j2, i4); return i9; } return i; case 63: if (i5 == 0) { - int A02 = c.A0(bArr, i, s3Var); + int B02 = c.B0(bArr, i, s3Var); int i11 = s3Var.a; a5 a5Var = (a5) this.d[((i8 / 3) << 1) + 1]; if (a5Var == null || a5Var.f(i11)) { unsafe.putObject(t, j, Integer.valueOf(i11)); - i9 = A02; + i9 = B02; unsafe.putInt(t, j2, i4); return i9; } M(t).a(i3, Long.valueOf((long) i11)); - return A02; + return B02; } return i; case 66: if (i5 == 0) { - i9 = c.A0(bArr, i, s3Var); + i9 = c.B0(bArr, i, s3Var); unsafe.putObject(t, j, Integer.valueOf(d4.b(s3Var.a))); unsafe.putInt(t, j2, i4); return i9; @@ -4133,7 +4133,7 @@ public final class e6 implements q6 { return i; case 67: if (i5 == 0) { - i9 = c.X0(bArr, i, s3Var); + i9 = c.a1(bArr, i, s3Var); unsafe.putObject(t, j, Long.valueOf(d4.a(s3Var.b))); unsafe.putInt(t, j2, i4); return i9; @@ -4141,12 +4141,12 @@ public final class e6 implements q6 { return i; case 68: if (i5 == 3) { - i9 = c.x0(o(i8), bArr, i, i2, (i3 & -8) | 4, s3Var); + i9 = c.y0(o(i8), bArr, i, i2, (i3 & -8) | 4, s3Var); Object object2 = unsafe.getInt(t, j2) == i4 ? unsafe.getObject(t, j) : null; if (object2 == null) { - unsafe.putObject(t, j, s3Var.f1202c); + unsafe.putObject(t, j, s3Var.f1136c); } else { - unsafe.putObject(t, j, w4.c(object2, s3Var.f1202c)); + unsafe.putObject(t, j, w4.c(object2, s3Var.f1136c)); } unsafe.putInt(t, j2, i4); return i9; @@ -4196,9 +4196,9 @@ public final class e6 implements q6 { } t5 g = this.q.g(obj); this.q.b(object); - int A0 = c.A0(bArr, i, s3Var); + int B0 = c.B0(bArr, i, s3Var); int i4 = s3Var.a; - if (i4 < 0 || i4 > i2 - A0) { + if (i4 < 0 || i4 > i2 - B0) { throw zzij.a(); } Objects.requireNonNull(g); @@ -4236,7 +4236,7 @@ public final class e6 implements q6 { int i17; byte b5; byte b6; - int X0; + int a1; byte b7; byte b8; byte b9; @@ -4261,7 +4261,7 @@ public final class e6 implements q6 { int i26 = i20 + 1; byte b11 = bArr3[i20]; if (b11 < 0) { - i26 = c.v0(b11, bArr3, i26, s3Var3); + i26 = c.w0(b11, bArr3, i26, s3Var3); b11 = s3Var3.a; } int i27 = b11 >>> 3; @@ -4291,7 +4291,7 @@ public final class e6 implements q6 { if (s3Var2.d == h4.a()) { t3 = t; } else if (s3Var2.d.d.get(new h4.a(this.g, i8)) == null) { - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); t5 = t; bArr3 = bArr; bArr2 = bArr3; @@ -4312,7 +4312,7 @@ public final class e6 implements q6 { t3 = t; s3Var2 = s3Var; } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4335,7 +4335,7 @@ public final class e6 implements q6 { i24 = i6; } } else { - int[] iArr = e6Var2.f1163c; + int[] iArr = e6Var2.f1100c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j2 = (long) (i29 & 1048575); @@ -4368,7 +4368,7 @@ public final class e6 implements q6 { b5 = b11; i13 = i4; if (i28 == 1) { - j7.d(t5, j, Double.longBitsToDouble(c.Y0(bArr2, i26))); + j7.d(t5, j, Double.longBitsToDouble(c.b1(bArr2, i26))); i20 = i26 + 8; i7 |= i32; i24 = i17; @@ -4388,7 +4388,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4408,7 +4408,7 @@ public final class e6 implements q6 { b5 = b11; i13 = i4; if (i28 == 5) { - j7.e.d(t5, j, Float.intBitsToFloat(c.z0(bArr2, i26))); + j7.e.d(t5, j, Float.intBitsToFloat(c.A0(bArr2, i26))); i20 = i26 + 4; i7 |= i32; i24 = i17; @@ -4428,7 +4428,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4449,11 +4449,11 @@ public final class e6 implements q6 { b6 = b11; i13 = i4; if (i28 == 0) { - X0 = c.X0(bArr2, i26, s3Var3); + a1 = c.a1(bArr2, i26, s3Var3); b7 = b6; unsafe2.putLong(t, j, s3Var3.b); i7 |= i32; - i20 = X0; + i20 = a1; b5 = b7; i24 = i17; bArr3 = bArr2; @@ -4473,7 +4473,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4494,7 +4494,7 @@ public final class e6 implements q6 { b6 = b11; i13 = i4; if (i28 == 0) { - i20 = c.A0(bArr2, i26, s3Var3); + i20 = c.B0(bArr2, i26, s3Var3); unsafe2.putInt(t5, j, s3Var3.a); b5 = b6; i7 |= i32; @@ -4516,7 +4516,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4537,7 +4537,7 @@ public final class e6 implements q6 { b8 = b11; i13 = i4; if (i28 == 1) { - unsafe2.putLong(t, j, c.Y0(bArr2, i26)); + unsafe2.putLong(t, j, c.b1(bArr2, i26)); b5 = b8; i20 = i26 + 8; i7 |= i32; @@ -4559,7 +4559,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4580,7 +4580,7 @@ public final class e6 implements q6 { b8 = b11; i13 = i4; if (i28 == 5) { - unsafe2.putInt(t5, j, c.z0(bArr2, i26)); + unsafe2.putInt(t5, j, c.A0(bArr2, i26)); i20 = i26 + 4; i18 = i7 | i32; i19 = i2; @@ -4603,7 +4603,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4624,9 +4624,9 @@ public final class e6 implements q6 { b8 = b11; i13 = i4; if (i28 == 0) { - int X02 = c.X0(bArr2, i26, s3Var3); + int a12 = c.a1(bArr2, i26, s3Var3); j7.e.g(t5, j, s3Var3.b != 0); - i20 = X02; + i20 = a12; i18 = i7 | i32; i19 = i2; b10 = b8; @@ -4648,7 +4648,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4669,8 +4669,8 @@ public final class e6 implements q6 { b8 = b11; i13 = i4; if (i28 == 2) { - i20 = (536870912 & i29) == 0 ? c.a1(bArr2, i26, s3Var3) : c.b1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1202c); + i20 = (536870912 & i29) == 0 ? c.d1(bArr2, i26, s3Var3) : c.f1(bArr2, i26, s3Var3); + unsafe2.putObject(t5, j, s3Var3.f1136c); i18 = i7 | i32; i19 = i2; b10 = b8; @@ -4692,7 +4692,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4713,11 +4713,11 @@ public final class e6 implements q6 { b8 = b11; i13 = i4; if (i28 == 2) { - i20 = c.y0(e6Var2.o(i13), bArr2, i26, i2, s3Var3); + i20 = c.z0(e6Var2.o(i13), bArr2, i26, i2, s3Var3); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1202c); + unsafe2.putObject(t5, j, s3Var3.f1136c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1202c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1136c)); } i18 = i7 | i32; i19 = i2; @@ -4740,7 +4740,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4761,8 +4761,8 @@ public final class e6 implements q6 { b9 = b11; i13 = i4; if (i28 == 2) { - i20 = c.c1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1202c); + i20 = c.h1(bArr2, i26, s3Var3); + unsafe2.putObject(t5, j, s3Var3.f1136c); b5 = b9; i7 |= i32; i24 = i17; @@ -4783,7 +4783,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4803,7 +4803,7 @@ public final class e6 implements q6 { b9 = b11; i13 = i4; if (i28 == 0) { - i20 = c.A0(bArr2, i26, s3Var3); + i20 = c.B0(bArr2, i26, s3Var3); int i34 = s3Var3.a; a5 G = e6Var2.G(i13); if (G == null || G.f(i34)) { @@ -4836,7 +4836,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4856,7 +4856,7 @@ public final class e6 implements q6 { b9 = b11; i13 = i4; if (i28 == 0) { - i20 = c.A0(bArr2, i26, s3Var3); + i20 = c.B0(bArr2, i26, s3Var3); unsafe2.putInt(t5, j, d4.b(s3Var3.a)); b5 = b9; i7 |= i32; @@ -4878,7 +4878,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4896,13 +4896,13 @@ public final class e6 implements q6 { case 16: b9 = b11; if (i28 == 0) { - X0 = c.X0(bArr2, i26, s3Var3); + a1 = c.a1(bArr2, i26, s3Var3); b7 = b9; i12 = i27; i13 = i4; unsafe2.putLong(t, j, d4.a(s3Var3.b)); i7 |= i32; - i20 = X0; + i20 = a1; b5 = b7; i24 = i17; bArr3 = bArr2; @@ -4924,7 +4924,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -4942,11 +4942,11 @@ public final class e6 implements q6 { break; case 17: if (i28 == 3) { - i20 = c.x0(e6Var2.o(i4), bArr, i26, i2, (i27 << 3) | 4, s3Var); + i20 = c.y0(e6Var2.o(i4), bArr, i26, i2, (i27 << 3) | 4, s3Var); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1202c); + unsafe2.putObject(t5, j, s3Var3.f1136c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1202c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1136c)); } i18 = i7 | i32; i19 = i2; @@ -4971,7 +4971,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -5002,7 +5002,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -5045,7 +5045,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -5078,7 +5078,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -5118,7 +5118,7 @@ public final class e6 implements q6 { b5Var = b5Var.f(size == 0 ? 10 : size << 1); unsafe2.putObject(t5, j2, b5Var); } - i20 = c.w0(e6Var2.o(i13), b3, bArr, i26, i2, b5Var, s3Var); + i20 = c.x0(e6Var2.o(i13), b3, bArr, i26, i2, b5Var, s3Var); bArr3 = bArr3; i24 = i24; i25 = i25; @@ -5140,7 +5140,7 @@ public final class e6 implements q6 { } if (this.h) { } - i20 = c.u0(b2, bArr, i9, i2, M(t), s3Var); + i20 = c.v0(b2, bArr, i9, i2, M(t), s3Var); bArr3 = bArr; bArr2 = bArr3; i21 = i11; @@ -5176,16 +5176,16 @@ public final class e6 implements q6 { for (int i35 = e6Var.k; i35 < e6Var.l; i35++) { int i36 = e6Var.j[i35]; d7 d7Var = e6Var.o; - int[] iArr2 = e6Var.f1163c; + int[] iArr2 = e6Var.f1100c; int i37 = iArr2[i36]; - Object r2 = j7.r(t2, (long) (iArr2[i36 + 1] & 1048575)); - if (r2 != null) { + Object r = j7.r(t2, (long) (iArr2[i36 + 1] & 1048575)); + if (r != null) { int i38 = (i36 / 3) << 1; a5 a5Var = (a5) e6Var.d[i38 + 1]; if (a5Var == null) { continue; } else { - Map b12 = e6Var.q.b(r2); + Map b12 = e6Var.q.b(r); e6Var.q.g(e6Var.d[i38]); for (Map.Entry entry : b12.entrySet()) { if (!a5Var.f(((Integer) entry.getValue()).intValue())) { @@ -5241,22 +5241,22 @@ public final class e6 implements q6 { } public final void u(T t, T t2, int i) { - long j = (long) (this.f1163c[i + 1] & 1048575); + long j = (long) (this.f1100c[i + 1] & 1048575); if (v(t2, i)) { - Object r2 = j7.r(t, j); - Object r3 = j7.r(t2, j); - if (r2 != null && r3 != null) { - j7.f(t, j, w4.c(r2, r3)); + Object r = j7.r(t, j); + Object r2 = j7.r(t2, j); + if (r != null && r2 != null) { + j7.f(t, j, w4.c(r, r2)); B(t, i); - } else if (r3 != null) { - j7.f(t, j, r3); + } else if (r2 != null) { + j7.f(t, j, r2); B(t, i); } } } public final boolean v(T t, int i) { - int[] iArr = this.f1163c; + int[] iArr = this.f1100c; int i2 = iArr[i + 2]; long j = (long) (i2 & 1048575); if (j == 1048575) { @@ -5280,12 +5280,12 @@ public final class e6 implements q6 { case 7: return j7.m(t, j2); case 8: - Object r2 = j7.r(t, j2); - if (r2 instanceof String) { - return !((String) r2).isEmpty(); + Object r = j7.r(t, j2); + if (r instanceof String) { + return !((String) r).isEmpty(); } - if (r2 instanceof t3) { - return !t3.i.equals(r2); + if (r instanceof t3) { + return !t3.i.equals(r); } throw new IllegalArgumentException(); case 9: @@ -5315,7 +5315,7 @@ public final class e6 implements q6 { } public final boolean w(T t, int i, int i2) { - return j7.b(t, (long) (this.f1163c[i2 + 2] & 1048575)) == i; + return j7.b(t, (long) (this.f1100c[i2 + 2] & 1048575)) == i; } public final boolean x(T t, int i, int i2, int i3, int i4) { @@ -5323,11 +5323,11 @@ public final class e6 implements q6 { } public final int z(int i, int i2) { - int length = (this.f1163c.length / 3) - 1; + int length = (this.f1100c.length / 3) - 1; while (i2 <= length) { int i3 = (length + i2) >>> 1; int i4 = i3 * 3; - int i5 = this.f1163c[i4]; + int i5 = this.f1100c[i4]; if (i == i5) { return i4; } diff --git a/app/src/main/java/c/i/a/f/h/l/ea.java b/app/src/main/java/c/i/a/f/h/l/ea.java index a86eef0381..83ed3755ab 100644 --- a/app/src/main/java/c/i/a/f/h/l/ea.java +++ b/app/src/main/java/c/i/a/f/h/l/ea.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class ea implements z2 { public static ea i = new ea(); - public final z2 j = c.C0(new b3(new ga())); + public final z2 j = c.D0(new b3(new ga())); public static boolean b() { return ((ha) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/f5.java b/app/src/main/java/c/i/a/f/h/l/f5.java index 113af407bd..97064be54e 100644 --- a/app/src/main/java/c/i/a/f/h/l/f5.java +++ b/app/src/main/java/c/i/a/f/h/l/f5.java @@ -19,7 +19,7 @@ public final class f5 implements Map.Entry { if (this.i.getValue() == null) { return null; } - int i = d5.f1161c; + int i = d5.f1098c; throw new NoSuchMethodError(); } diff --git a/app/src/main/java/c/i/a/f/h/l/f7.java b/app/src/main/java/c/i/a/f/h/l/f7.java index cd1763d384..387ab3282d 100644 --- a/app/src/main/java/c/i/a/f/h/l/f7.java +++ b/app/src/main/java/c/i/a/f/h/l/f7.java @@ -43,7 +43,7 @@ public final class f7 extends d7 { Objects.requireNonNull(c7Var2); Objects.requireNonNull(v7Var); for (int i = 0; i < c7Var2.b; i++) { - ((g4) v7Var).c(c7Var2.f1160c[i] >>> 3, c7Var2.d[i]); + ((g4) v7Var).c(c7Var2.f1097c[i] >>> 3, c7Var2.d[i]); } } @@ -57,8 +57,8 @@ public final class f7 extends d7 { return c7Var3; } int i = c7Var3.b + c7Var4.b; - int[] copyOf = Arrays.copyOf(c7Var3.f1160c, i); - System.arraycopy(c7Var4.f1160c, 0, copyOf, c7Var3.b, c7Var4.b); + int[] copyOf = Arrays.copyOf(c7Var3.f1097c, i); + System.arraycopy(c7Var4.f1097c, 0, copyOf, c7Var3.b, c7Var4.b); Object[] copyOf2 = Arrays.copyOf(c7Var3.d, i); System.arraycopy(c7Var4.d, 0, copyOf2, c7Var3.b, c7Var4.b); return new c7(i, copyOf, copyOf2, true); @@ -79,7 +79,7 @@ public final class f7 extends d7 { } int i2 = 0; for (int i3 = 0; i3 < c7Var2.b; i3++) { - int M = zzhi.M(2, c7Var2.f1160c[i3] >>> 3); + int M = zzhi.M(2, c7Var2.f1097c[i3] >>> 3); i2 += zzhi.w(3, (t3) c7Var2.d[i3]) + M + (zzhi.L(8) << 1); } c7Var2.e = i2; diff --git a/app/src/main/java/c/i/a/f/h/l/f9.java b/app/src/main/java/c/i/a/f/h/l/f9.java index c0116521a6..8f82c280ca 100644 --- a/app/src/main/java/c/i/a/f/h/l/f9.java +++ b/app/src/main/java/c/i/a/f/h/l/f9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class f9 implements z2 { public static f9 i = new f9(); - public final z2 j = c.C0(new b3(new h9())); + public final z2 j = c.D0(new b3(new h9())); public static boolean b() { return ((e9) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/g.java b/app/src/main/java/c/i/a/f/h/l/g.java index 68bbc5fc31..b50a5bc866 100644 --- a/app/src/main/java/c/i/a/f/h/l/g.java +++ b/app/src/main/java/c/i/a/f/h/l/g.java @@ -28,7 +28,7 @@ public class g { public static Boolean b; /* renamed from: c reason: collision with root package name */ - public final String f1164c; + public final String f1101c; public final c.i.a.f.e.o.b d; public final ExecutorService e; public final c.i.a.f.i.a.a f; @@ -151,9 +151,9 @@ public class g { boolean z3; boolean z4; if (str == null || !e(str2, str3)) { - this.f1164c = "FA"; + this.f1101c = "FA"; } else { - this.f1164c = str; + this.f1101c = str; } this.d = d.a; ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(1, 1, 60, TimeUnit.SECONDS, new LinkedBlockingQueue(), new o()); @@ -163,7 +163,7 @@ public class g { this.f = new c.i.a.f.i.a.a(this); this.g = new ArrayList(); try { - if (c.i.a.f.e.o.c.H0(context, "google_app_id") != null) { + if (c.i.a.f.e.o.c.I0(context, "google_app_id") != null) { z2 = true; if (z2) { try { @@ -176,22 +176,22 @@ public class g { z3 = false; if (!z3) { this.i = true; - Log.w(this.f1164c, "Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection."); + Log.w(this.f1101c, "Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection."); return; } if (!e(str2, str3)) { if (str2 == null || str3 == null) { if ((str2 == null) ^ (str3 != null ? false : z5)) { - Log.w(this.f1164c, "Specified origin or custom app id is null. Both parameters will be ignored."); + Log.w(this.f1101c, "Specified origin or custom app id is null. Both parameters will be ignored."); } } else { - Log.v(this.f1164c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); + Log.v(this.f1101c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); } } this.e.execute(new j(this, str2, str3, context, bundle)); Application application = (Application) context.getApplicationContext(); if (application == null) { - Log.w(this.f1164c, "Unable to register lifecycle notifications. Application null."); + Log.w(this.f1101c, "Unable to register lifecycle notifications. Application null."); return; } else { application.registerActivityLifecycleCallbacks(new b()); @@ -283,13 +283,13 @@ public class g { public final void b(Exception exc, boolean z2, boolean z3) { this.i |= z2; if (z2) { - Log.w(this.f1164c, "Data collection startup failed. No data will be collected.", exc); + Log.w(this.f1101c, "Data collection startup failed. No data will be collected.", exc); return; } if (z3) { this.e.execute(new y(this, "Error with data collection. Data lost.", exc)); } - Log.w(this.f1164c, "Error with data collection. Data lost.", exc); + Log.w(this.f1101c, "Error with data collection. Data lost.", exc); } public final void c(String str, String str2, Bundle bundle, boolean z2, boolean z3, Long l) { diff --git a/app/src/main/java/c/i/a/f/h/l/g4.java b/app/src/main/java/c/i/a/f/h/l/g4.java index f85e83b3f2..6918d26973 100644 --- a/app/src/main/java/c/i/a/f/h/l/g4.java +++ b/app/src/main/java/c/i/a/f/h/l/g4.java @@ -11,7 +11,7 @@ public final class g4 implements v7 { public g4(zzhi zzhi) { Charset charset = w4.a; this.a = zzhi; - zzhi.f2805c = this; + zzhi.f2372c = this; } public final void a(int i, double d) throws IOException { @@ -41,7 +41,7 @@ public final class g4 implements v7 { public final void e(int i, Object obj, q6 q6Var) throws IOException { zzhi zzhi = this.a; zzhi.f(i, 3); - q6Var.g((c6) obj, zzhi.f2805c); + q6Var.g((c6) obj, zzhi.f2372c); zzhi.f(i, 4); } diff --git a/app/src/main/java/c/i/a/f/h/l/g6.java b/app/src/main/java/c/i/a/f/h/l/g6.java index ca8187cab1..fda4e5b0d6 100644 --- a/app/src/main/java/c/i/a/f/h/l/g6.java +++ b/app/src/main/java/c/i/a/f/h/l/g6.java @@ -12,12 +12,12 @@ public final class g6 implements q6 { public final d7 b; /* renamed from: c reason: collision with root package name */ - public final boolean f1165c; + public final boolean f1102c; public final j4 d; public g6(d7 d7Var, j4 j4Var, c6 c6Var) { this.b = d7Var; - this.f1165c = j4Var.e(c6Var); + this.f1102c = j4Var.e(c6Var); this.d = j4Var; this.a = c6Var; } @@ -30,7 +30,7 @@ public final class g6 implements q6 { @Override // c.i.a.f.h.l.q6 public final int b(T t) { int hashCode = this.b.e(t).hashCode(); - return this.f1165c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; + return this.f1102c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; } @Override // c.i.a.f.h.l.q6 @@ -48,7 +48,7 @@ public final class g6 implements q6 { public final int e(T t) { d7 d7Var = this.b; int i = d7Var.i(d7Var.e(t)) + 0; - if (!this.f1165c) { + if (!this.f1102c) { return i; } n4 b = this.d.b(t); @@ -67,7 +67,7 @@ public final class g6 implements q6 { if (!this.b.e(t).equals(this.b.e(t2))) { return false; } - if (this.f1165c) { + if (this.f1102c) { return this.d.b(t).equals(this.d.b(t2)); } return true; @@ -102,13 +102,13 @@ public final class g6 implements q6 { t.u(); u4.f fVar = null; while (i < i2) { - int A0 = c.A0(bArr, i, s3Var); + int B0 = c.B0(bArr, i, s3Var); int i3 = s3Var.a; if (i3 == 11) { int i4 = 0; t3 t3Var = null; - while (A0 < i2) { - A0 = c.A0(bArr, A0, s3Var); + while (B0 < i2) { + B0 = c.B0(bArr, B0, s3Var); int i5 = s3Var.a; int i6 = i5 >>> 3; int i7 = i5 & 7; @@ -118,34 +118,34 @@ public final class g6 implements q6 { n6 n6Var = n6.a; throw new NoSuchMethodError(); } else if (i7 == 2) { - A0 = c.c1(bArr, A0, s3Var); - t3Var = (t3) s3Var.f1202c; + B0 = c.h1(bArr, B0, s3Var); + t3Var = (t3) s3Var.f1136c; } } } else if (i7 == 0) { - A0 = c.A0(bArr, A0, s3Var); + B0 = c.B0(bArr, B0, s3Var); i4 = s3Var.a; fVar = (u4.f) this.d.c(s3Var.d, this.a, i4); } if (i5 == 12) { break; } - A0 = c.s0(i5, bArr, A0, i2, s3Var); + B0 = c.t0(i5, bArr, B0, i2, s3Var); } if (t3Var != null) { c7Var.a((i4 << 3) | 2, t3Var); } - i = A0; + i = B0; } else if ((i3 & 7) == 2) { fVar = (u4.f) this.d.c(s3Var.d, this.a, i3 >>> 3); if (fVar == null) { - i = c.u0(i3, bArr, A0, i2, c7Var, s3Var); + i = c.v0(i3, bArr, B0, i2, c7Var, s3Var); } else { n6 n6Var2 = n6.a; throw new NoSuchMethodError(); } } else { - i = c.s0(i3, bArr, A0, i2, s3Var); + i = c.t0(i3, bArr, B0, i2, s3Var); } } if (i != i2) { @@ -158,7 +158,7 @@ public final class g6 implements q6 { d7 d7Var = this.b; Class cls = s6.a; d7Var.d(t, d7Var.g(d7Var.e(t), d7Var.e(t2))); - if (this.f1165c) { + if (this.f1102c) { s6.i(this.d, t, t2); } } diff --git a/app/src/main/java/c/i/a/f/h/l/g9.java b/app/src/main/java/c/i/a/f/h/l/g9.java index 757a3d6a71..575efd0d3e 100644 --- a/app/src/main/java/c/i/a/f/h/l/g9.java +++ b/app/src/main/java/c/i/a/f/h/l/g9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class g9 implements z2 { public static g9 i = new g9(); - public final z2 j = c.C0(new b3(new i9())); + public final z2 j = c.D0(new b3(new i9())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/ga.java b/app/src/main/java/c/i/a/f/h/l/ga.java index d497855bed..397dbb7756 100644 --- a/app/src/main/java/c/i/a/f/h/l/ga.java +++ b/app/src/main/java/c/i/a/f/h/l/ga.java @@ -5,13 +5,13 @@ public final class ga implements ha { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1166c; + public static final l2 f1103c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.global_params", true); b = q2Var.c("measurement.service.global_params_in_payload", true); - f1166c = q2Var.c("measurement.service.global_params", true); + f1103c = q2Var.c("measurement.service.global_params", true); q2Var.a("measurement.id.service.global_params", 0); } @@ -32,6 +32,6 @@ public final class ga implements ha { @Override // c.i.a.f.h.l.ha public final boolean d() { - return f1166c.d().booleanValue(); + return f1103c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/h4.java b/app/src/main/java/c/i/a/f/h/l/h4.java index 3e83b758e0..57f213cc64 100644 --- a/app/src/main/java/c/i/a/f/h/l/h4.java +++ b/app/src/main/java/c/i/a/f/h/l/h4.java @@ -10,7 +10,7 @@ public class h4 { public static volatile h4 b; /* renamed from: c reason: collision with root package name */ - public static final h4 f1167c = new h4(true); + public static final h4 f1104c = new h4(true); public final Map> d; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ @@ -50,7 +50,7 @@ public class h4 { synchronized (h4.class) { h4Var = a; if (h4Var == null) { - h4Var = f1167c; + h4Var = f1104c; a = h4Var; } } diff --git a/app/src/main/java/c/i/a/f/h/l/h8.java b/app/src/main/java/c/i/a/f/h/l/h8.java index cdd085e9f7..cb630873e9 100644 --- a/app/src/main/java/c/i/a/f/h/l/h8.java +++ b/app/src/main/java/c/i/a/f/h/l/h8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class h8 implements z2 { public static h8 i = new h8(); - public final z2 j = c.C0(new b3(new j8())); + public final z2 j = c.D0(new b3(new j8())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/h9.java b/app/src/main/java/c/i/a/f/h/l/h9.java index d207bdc0a4..d989a2d290 100644 --- a/app/src/main/java/c/i/a/f/h/l/h9.java +++ b/app/src/main/java/c/i/a/f/h/l/h9.java @@ -5,14 +5,14 @@ public final class h9 implements e9 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1168c; + public static final l2 f1105c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); q2Var.c("measurement.service.audience.fix_skip_audience_with_failed_filters", true); a = q2Var.c("measurement.audience.refresh_event_count_filters_timestamp", false); b = q2Var.c("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", false); - f1168c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); + f1105c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); } @Override // c.i.a.f.h.l.e9 @@ -32,6 +32,6 @@ public final class h9 implements e9 { @Override // c.i.a.f.h.l.e9 public final boolean d() { - return f1168c.d().booleanValue(); + return f1105c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/hb.java b/app/src/main/java/c/i/a/f/h/l/hb.java index 0ff1d071b3..f7741f5088 100644 --- a/app/src/main/java/c/i/a/f/h/l/hb.java +++ b/app/src/main/java/c/i/a/f/h/l/hb.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class hb implements z2 { public static hb i = new hb(); - public final z2 j = c.C0(new b3(new jb())); + public final z2 j = c.D0(new b3(new jb())); public static boolean b() { return ((gb) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/i8.java b/app/src/main/java/c/i/a/f/h/l/i8.java index f433bde85e..4dad8f1be8 100644 --- a/app/src/main/java/c/i/a/f/h/l/i8.java +++ b/app/src/main/java/c/i/a/f/h/l/i8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class i8 implements z2 { public static i8 i = new i8(); - public final z2 j = c.C0(new b3(new k8())); + public final z2 j = c.D0(new b3(new k8())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/ib.java b/app/src/main/java/c/i/a/f/h/l/ib.java index 1a060adcd9..d19e346a04 100644 --- a/app/src/main/java/c/i/a/f/h/l/ib.java +++ b/app/src/main/java/c/i/a/f/h/l/ib.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class ib implements z2 { public static ib i = new ib(); - public final z2 j = c.C0(new b3(new kb())); + public final z2 j = c.D0(new b3(new kb())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/j.java b/app/src/main/java/c/i/a/f/h/l/j.java index 4a2a0f596f..ff58b05c07 100644 --- a/app/src/main/java/c/i/a/f/h/l/j.java +++ b/app/src/main/java/c/i/a/f/h/l/j.java @@ -45,7 +45,7 @@ public final class j extends g.a { if (g.e(this.m, this.n)) { str = this.n; str2 = this.m; - str3 = this.q.f1164c; + str3 = this.q.f1101c; } else { str3 = null; str2 = null; @@ -70,7 +70,7 @@ public final class j extends g.a { ecVar = dc.asInterface(DynamiteModule.c(context, aVar, ModuleDescriptor.MODULE_ID).b("com.google.android.gms.measurement.internal.AppMeasurementDynamiteService")); gVar.j = ecVar; if (this.q.j != null) { - Log.w(this.q.f1164c, "Failed to connect to measurement client."); + Log.w(this.q.f1101c, "Failed to connect to measurement client."); return; } int a = DynamiteModule.a(this.o, ModuleDescriptor.MODULE_ID); diff --git a/app/src/main/java/c/i/a/f/h/l/j7.java b/app/src/main/java/c/i/a/f/h/l/j7.java index 44c9607525..629af452a8 100644 --- a/app/src/main/java/c/i/a/f/h/l/j7.java +++ b/app/src/main/java/c/i/a/f/h/l/j7.java @@ -13,7 +13,7 @@ public final class j7 { public static final Class b = q3.a; /* renamed from: c reason: collision with root package name */ - public static final boolean f1169c; + public static final boolean f1106c; public static final boolean d; public static final c e; public static final boolean f; @@ -244,7 +244,7 @@ public final class j7 { Unsafe unsafe; boolean z3; boolean z4; - Field s; + Field s2; c cVar; Object th; String str3; @@ -253,7 +253,7 @@ public final class j7 { a = k; Class cls = Long.TYPE; boolean p = p(cls); - f1169c = p; + f1106c = p; Class cls2 = Integer.TYPE; boolean p2 = p(cls2); d = p2; @@ -356,9 +356,9 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - if (!(s == null || (cVar = e) == null)) { - cVar.a.objectFieldOffset(s); + s2 = s(); + if (!(s2 == null || (cVar = e) == null)) { + cVar.a.objectFieldOffset(s2); } if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { z3 = false; @@ -388,8 +388,8 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - cVar.a.objectFieldOffset(s); + s2 = s(); + cVar.a.objectFieldOffset(s2); if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { } i = z3; @@ -418,8 +418,8 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - cVar.a.objectFieldOffset(s); + s2 = s(); + cVar.a.objectFieldOffset(s2); if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { } i = z3; @@ -439,8 +439,8 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - cVar.a.objectFieldOffset(s); + s2 = s(); + cVar.a.objectFieldOffset(s2); if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { } i = z3; @@ -476,8 +476,8 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - cVar.a.objectFieldOffset(s); + s2 = s(); + cVar.a.objectFieldOffset(s2); if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { } i = z3; @@ -514,8 +514,8 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - cVar.a.objectFieldOffset(s); + s2 = s(); + cVar.a.objectFieldOffset(s2); if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { } i = z3; @@ -540,8 +540,8 @@ public final class j7 { j(double[].class); h(Object[].class); j(Object[].class); - s = s(); - cVar.a.objectFieldOffset(s); + s2 = s(); + cVar.a.objectFieldOffset(s2); if (ByteOrder.nativeOrder() != ByteOrder.BIG_ENDIAN) { } i = z3; diff --git a/app/src/main/java/c/i/a/f/h/l/ja.java b/app/src/main/java/c/i/a/f/h/l/ja.java index 87263cf5d7..7d5c7b0958 100644 --- a/app/src/main/java/c/i/a/f/h/l/ja.java +++ b/app/src/main/java/c/i/a/f/h/l/ja.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class ja implements z2 { public static ja i = new ja(); - public final z2 j = c.C0(new b3(new la())); + public final z2 j = c.D0(new b3(new la())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/ka.java b/app/src/main/java/c/i/a/f/h/l/ka.java index c776abdb90..f64c4d7367 100644 --- a/app/src/main/java/c/i/a/f/h/l/ka.java +++ b/app/src/main/java/c/i/a/f/h/l/ka.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class ka implements z2 { public static ka i = new ka(); - public final z2 j = c.C0(new b3(new ma())); + public final z2 j = c.D0(new b3(new ma())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/l2.java b/app/src/main/java/c/i/a/f/h/l/l2.java index 28156210db..ccd8f99590 100644 --- a/app/src/main/java/c/i/a/f/h/l/l2.java +++ b/app/src/main/java/c/i/a/f/h/l/l2.java @@ -13,7 +13,7 @@ public abstract class l2 { public static volatile t2 b; /* renamed from: c reason: collision with root package name */ - public static u2 f1170c = new u2(n2.a); + public static u2 f1107c = new u2(n2.a); public static final AtomicInteger d = new AtomicInteger(); public final q2 e; public final String f; @@ -64,20 +64,20 @@ public abstract class l2 { Object g; boolean z2 = true; if (!this.j) { - u2 u2Var = f1170c; + u2 u2Var = f1107c; String str = this.f; Objects.requireNonNull(u2Var); Objects.requireNonNull(str, "flagName must not be null"); - c.Z0(true, "Attempt to access PhenotypeFlag not via codegen. All new PhenotypeFlags must be accessed through codegen APIs. If you believe you are seeing this error by mistake, you can add your flag to the exemption list located at //java/com/google/android/libraries/phenotype/client/lockdown/flags.textproto. Send the addition CL to ph-reviews@. See go/phenotype-android-codegen for information about generated code. See go/ph-lockdown for more information about this error."); + c.c1(true, "Attempt to access PhenotypeFlag not via codegen. All new PhenotypeFlags must be accessed through codegen APIs. If you believe you are seeing this error by mistake, you can add your flag to the exemption list located at //java/com/google/android/libraries/phenotype/client/lockdown/flags.textproto. Send the addition CL to ph-reviews@. See go/phenotype-android-codegen for information about generated code. See go/ph-lockdown for more information about this error."); } int i = d.get(); if (this.h < i) { synchronized (this) { if (this.h < i) { t2 t2Var = b; - c.Z0(t2Var != null, "Must call PhenotypeFlag.init() first"); + c.c1(t2Var != null, "Must call PhenotypeFlag.init() first"); String str2 = (String) c2.a(t2Var.a()).g("gms:phenotype:phenotype_flag:debug_bypass_phenotype"); - if (str2 == null || !u1.f1204c.matcher(str2).matches()) { + if (str2 == null || !u1.f1138c.matcher(str2).matches()) { z2 = false; } String str3 = null; diff --git a/app/src/main/java/c/i/a/f/h/l/l7.java b/app/src/main/java/c/i/a/f/h/l/l7.java index 530c6368ed..c2471e3a29 100644 --- a/app/src/main/java/c/i/a/f/h/l/l7.java +++ b/app/src/main/java/c/i/a/f/h/l/l7.java @@ -141,7 +141,7 @@ public final class l7 extends m7 { int i4 = 0; while (i < i3) { byte b = bArr[i]; - if (!c.V0(b)) { + if (!c.W0(b)) { break; } i++; @@ -152,7 +152,7 @@ public final class l7 extends m7 { while (i < i3) { int i6 = i + 1; byte b2 = bArr[i]; - if (c.V0(b2)) { + if (c.W0(b2)) { int i7 = i5 + 1; cArr[i5] = (char) b2; i = i6; @@ -162,7 +162,7 @@ public final class l7 extends m7 { break; } byte b3 = bArr[i]; - if (!c.V0(b3)) { + if (!c.W0(b3)) { break; } i++; @@ -174,7 +174,7 @@ public final class l7 extends m7 { if (b2 < -16) { if (i6 < i3 - 1) { int i8 = i6 + 1; - c.N0(b2, bArr[i6], bArr[i8], cArr, i5); + c.O0(b2, bArr[i6], bArr[i8], cArr, i5); i = i8 + 1; i5++; } else { @@ -184,14 +184,14 @@ public final class l7 extends m7 { int i9 = i6 + 1; byte b4 = bArr[i6]; int i10 = i9 + 1; - c.M0(b2, b4, bArr[i9], bArr[i10], cArr, i5); + c.N0(b2, b4, bArr[i9], bArr[i10], cArr, i5); i5 = i5 + 1 + 1; i = i10 + 1; } else { throw zzij.e(); } } else if (i6 < i3) { - c.O0(b2, bArr[i6], cArr, i5); + c.P0(b2, bArr[i6], cArr, i5); i = i6 + 1; i5++; } else { diff --git a/app/src/main/java/c/i/a/f/h/l/l9.java b/app/src/main/java/c/i/a/f/h/l/l9.java index cd98043bc3..2c83617adf 100644 --- a/app/src/main/java/c/i/a/f/h/l/l9.java +++ b/app/src/main/java/c/i/a/f/h/l/l9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class l9 implements z2 { public static l9 i = new l9(); - public final z2 j = c.C0(new b3(new n9())); + public final z2 j = c.D0(new b3(new n9())); public static boolean b() { return ((k9) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/la.java b/app/src/main/java/c/i/a/f/h/l/la.java index 6ec35a9063..be288f2f7f 100644 --- a/app/src/main/java/c/i/a/f/h/l/la.java +++ b/app/src/main/java/c/i/a/f/h/l/la.java @@ -5,14 +5,14 @@ public final class la implements ia { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1171c; + public static final l2 f1108c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.sdk.collection.enable_extend_user_property_size", true); b = q2Var.c("measurement.sdk.collection.last_deep_link_referrer2", true); - f1171c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); + f1108c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); d = q2Var.c("measurement.sdk.collection.last_gclid_from_referrer2", false); q2Var.a("measurement.id.sdk.collection.last_deep_link_referrer2", 0); } @@ -29,7 +29,7 @@ public final class la implements ia { @Override // c.i.a.f.h.l.ia public final boolean c() { - return f1171c.d().booleanValue(); + return f1108c.d().booleanValue(); } @Override // c.i.a.f.h.l.ia diff --git a/app/src/main/java/c/i/a/f/h/l/m9.java b/app/src/main/java/c/i/a/f/h/l/m9.java index 3577a43690..68e1abfd1e 100644 --- a/app/src/main/java/c/i/a/f/h/l/m9.java +++ b/app/src/main/java/c/i/a/f/h/l/m9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class m9 implements z2 { public static m9 i = new m9(); - public final z2 j = c.C0(new b3(new o9())); + public final z2 j = c.D0(new b3(new o9())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/n4.java b/app/src/main/java/c/i/a/f/h/l/n4.java index ab6d3819df..b6b842afd9 100644 --- a/app/src/main/java/c/i/a/f/h/l/n4.java +++ b/app/src/main/java/c/i/a/f/h/l/n4.java @@ -16,7 +16,7 @@ public final class n4> { public final r6 b = new t6(16); /* renamed from: c reason: collision with root package name */ - public boolean f1172c; + public boolean f1109c; public boolean d; public n4() { @@ -263,7 +263,7 @@ public final class n4> { return obj; } d5 d5Var = (d5) obj; - int i = d5.f1161c; + int i = d5.f1098c; throw new NoSuchMethodError(); } @@ -291,9 +291,9 @@ public final class n4> { } public final void h() { - if (!this.f1172c) { + if (!this.f1109c) { this.b.c(); - this.f1172c = true; + this.f1109c = true; } } @@ -329,7 +329,7 @@ public final class n4> { Object value = entry.getValue(); if (value instanceof d5) { d5 d5Var = (d5) value; - int i = d5.f1161c; + int i = d5.f1098c; throw new NoSuchMethodError(); } else if (key.d()) { Object c2 = c(key); diff --git a/app/src/main/java/c/i/a/f/h/l/n6.java b/app/src/main/java/c/i/a/f/h/l/n6.java index d28f1d0785..8e8059843d 100644 --- a/app/src/main/java/c/i/a/f/h/l/n6.java +++ b/app/src/main/java/c/i/a/f/h/l/n6.java @@ -10,7 +10,7 @@ public final class n6 { public final p6 b = new p5(); /* renamed from: c reason: collision with root package name */ - public final ConcurrentMap, q6> f1173c = new ConcurrentHashMap(); + public final ConcurrentMap, q6> f1110c = new ConcurrentHashMap(); public final q6 a(Class cls) { q6 q6Var; @@ -18,7 +18,7 @@ public final class n6 { Class cls2; Charset charset = w4.a; Objects.requireNonNull(cls, "messageType"); - q6 q6Var2 = (q6) this.f1173c.get(cls); + q6 q6Var2 = (q6) this.f1110c.get(cls); if (q6Var2 != null) { return q6Var2; } @@ -72,11 +72,11 @@ public final class n6 { throw new IllegalStateException("Protobuf runtime is not correctly loaded."); } } else { - q6Var = e6.n(b, k6.a, m5.a, s6.f1203c, null, x5.a); + q6Var = e6.n(b, k6.a, m5.a, s6.f1137c, null, x5.a); } } } - q6 q6Var3 = (q6) this.f1173c.putIfAbsent(cls, q6Var); + q6 q6Var3 = (q6) this.f1110c.putIfAbsent(cls, q6Var); return q6Var3 != null ? q6Var3 : q6Var; } throw new IllegalArgumentException("Message classes must extend GeneratedMessage or GeneratedMessageLite"); diff --git a/app/src/main/java/c/i/a/f/h/l/n7.java b/app/src/main/java/c/i/a/f/h/l/n7.java index 42b2e7e27b..d52f1b7455 100644 --- a/app/src/main/java/c/i/a/f/h/l/n7.java +++ b/app/src/main/java/c/i/a/f/h/l/n7.java @@ -240,7 +240,7 @@ public final class n7 extends m7 { int i4 = 0; while (i < i3) { byte a = j7.a(bArr, (long) i); - if (!c.V0(a)) { + if (!c.W0(a)) { break; } i++; @@ -251,7 +251,7 @@ public final class n7 extends m7 { while (i < i3) { int i6 = i + 1; byte a2 = j7.a(bArr, (long) i); - if (c.V0(a2)) { + if (c.W0(a2)) { int i7 = i5 + 1; cArr[i5] = (char) a2; i = i6; @@ -261,7 +261,7 @@ public final class n7 extends m7 { break; } byte a3 = j7.a(bArr, (long) i); - if (!c.V0(a3)) { + if (!c.W0(a3)) { break; } i++; @@ -273,7 +273,7 @@ public final class n7 extends m7 { if (a2 < -16) { if (i6 < i3 - 1) { int i8 = i6 + 1; - c.N0(a2, j7.a(bArr, (long) i6), j7.a(bArr, (long) i8), cArr, i5); + c.O0(a2, j7.a(bArr, (long) i6), j7.a(bArr, (long) i8), cArr, i5); i = i8 + 1; i5++; } else { @@ -282,14 +282,14 @@ public final class n7 extends m7 { } else if (i6 < i3 - 2) { int i9 = i6 + 1; int i10 = i9 + 1; - c.M0(a2, j7.a(bArr, (long) i6), j7.a(bArr, (long) i9), j7.a(bArr, (long) i10), cArr, i5); + c.N0(a2, j7.a(bArr, (long) i6), j7.a(bArr, (long) i9), j7.a(bArr, (long) i10), cArr, i5); i5 = i5 + 1 + 1; i = i10 + 1; } else { throw zzij.e(); } } else if (i6 < i3) { - c.O0(a2, j7.a(bArr, (long) i6), cArr, i5); + c.P0(a2, j7.a(bArr, (long) i6), cArr, i5); i = i6 + 1; i5++; } else { diff --git a/app/src/main/java/c/i/a/f/h/l/n8.java b/app/src/main/java/c/i/a/f/h/l/n8.java index 0e3861491e..41dcb2316e 100644 --- a/app/src/main/java/c/i/a/f/h/l/n8.java +++ b/app/src/main/java/c/i/a/f/h/l/n8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class n8 implements z2 { public static n8 i = new n8(); - public final z2 j = c.C0(new b3(new p8())); + public final z2 j = c.D0(new b3(new p8())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/nb.java b/app/src/main/java/c/i/a/f/h/l/nb.java index 6a367b8f2f..68cd9db133 100644 --- a/app/src/main/java/c/i/a/f/h/l/nb.java +++ b/app/src/main/java/c/i/a/f/h/l/nb.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class nb implements z2 { public static nb i = new nb(); - public final z2 j = c.C0(new b3(new pb())); + public final z2 j = c.D0(new b3(new pb())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/o4.java b/app/src/main/java/c/i/a/f/h/l/o4.java index b918f7ea85..9923a984ba 100644 --- a/app/src/main/java/c/i/a/f/h/l/o4.java +++ b/app/src/main/java/c/i/a/f/h/l/o4.java @@ -105,7 +105,7 @@ public enum o4 { /* renamed from: h0 reason: collision with root package name */ - public static final o4[] f1181h0 = new o4[51]; + public static final o4[] f1118h0 = new o4[51]; private final e5 zzaz; private final int zzba; private final q4 zzbb; @@ -129,7 +129,7 @@ public enum o4 { o4[] values = values(); for (int i = 0; i < 51; i++) { o4 o4Var = values[i]; - f1181h0[o4Var.zzba] = o4Var; + f1118h0[o4Var.zzba] = o4Var; } } diff --git a/app/src/main/java/c/i/a/f/h/l/o5.java b/app/src/main/java/c/i/a/f/h/l/o5.java index e199ef67f9..de719d0aee 100644 --- a/app/src/main/java/c/i/a/f/h/l/o5.java +++ b/app/src/main/java/c/i/a/f/h/l/o5.java @@ -7,7 +7,7 @@ import java.util.List; public final class o5 extends m5 { /* renamed from: c reason: collision with root package name */ - public static final Class f1188c = Collections.unmodifiableList(Collections.emptyList()).getClass(); + public static final Class f1124c = Collections.unmodifiableList(Collections.emptyList()).getClass(); public o5(l5 l5Var) { super(null); @@ -23,7 +23,7 @@ public final class o5 extends m5 { list2 = list2 instanceof j5 ? new k5(size) : (!(list2 instanceof l6) || !(list2 instanceof b5)) ? new ArrayList(size) : ((b5) list2).f(size); j7.f(obj, j, list2); } else { - if (f1188c.isAssignableFrom(list2.getClass())) { + if (f1124c.isAssignableFrom(list2.getClass())) { ArrayList arrayList2 = new ArrayList(list2.size() + size); arrayList2.addAll(list2); j7.f(obj, j, arrayList2); @@ -59,7 +59,7 @@ public final class o5 extends m5 { List list = (List) j7.r(obj, j); if (list instanceof j5) { obj2 = ((j5) list).r(); - } else if (!f1188c.isAssignableFrom(list.getClass())) { + } else if (!f1124c.isAssignableFrom(list.getClass())) { if (!(list instanceof l6) || !(list instanceof b5)) { obj2 = Collections.unmodifiableList(list); } else { diff --git a/app/src/main/java/c/i/a/f/h/l/o6.java b/app/src/main/java/c/i/a/f/h/l/o6.java index cfa6a180b4..8aa533aa87 100644 --- a/app/src/main/java/c/i/a/f/h/l/o6.java +++ b/app/src/main/java/c/i/a/f/h/l/o6.java @@ -5,13 +5,13 @@ public final class o6 implements a6 { public final String b; /* renamed from: c reason: collision with root package name */ - public final Object[] f1189c; + public final Object[] f1125c; public final int d; public o6(c6 c6Var, String str, Object[] objArr) { this.a = c6Var; this.b = str; - this.f1189c = objArr; + this.f1125c = objArr; char charAt = str.charAt(0); if (charAt < 55296) { this.d = charAt; diff --git a/app/src/main/java/c/i/a/f/h/l/o8.java b/app/src/main/java/c/i/a/f/h/l/o8.java index 447b74d135..b080c55792 100644 --- a/app/src/main/java/c/i/a/f/h/l/o8.java +++ b/app/src/main/java/c/i/a/f/h/l/o8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class o8 implements z2 { public static o8 i = new o8(); - public final z2 j = c.C0(new b3(new q8())); + public final z2 j = c.D0(new b3(new q8())); public static boolean b() { return ((r8) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/ob.java b/app/src/main/java/c/i/a/f/h/l/ob.java index ef832d5c18..bf0197b767 100644 --- a/app/src/main/java/c/i/a/f/h/l/ob.java +++ b/app/src/main/java/c/i/a/f/h/l/ob.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class ob implements z2 { public static ob i = new ob(); - public final z2 j = c.C0(new b3(new qb())); + public final z2 j = c.D0(new b3(new qb())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/p2.java b/app/src/main/java/c/i/a/f/h/l/p2.java index f94d43f06f..126b63a220 100644 --- a/app/src/main/java/c/i/a/f/h/l/p2.java +++ b/app/src/main/java/c/i/a/f/h/l/p2.java @@ -16,7 +16,7 @@ public final class p2 extends l2 { } if (obj instanceof String) { String str = (String) obj; - if (u1.f1204c.matcher(str).matches()) { + if (u1.f1138c.matcher(str).matches()) { return Boolean.TRUE; } if (u1.d.matcher(str).matches()) { diff --git a/app/src/main/java/c/i/a/f/h/l/p8.java b/app/src/main/java/c/i/a/f/h/l/p8.java index 10aba617a1..2f5d77072a 100644 --- a/app/src/main/java/c/i/a/f/h/l/p8.java +++ b/app/src/main/java/c/i/a/f/h/l/p8.java @@ -16,7 +16,7 @@ public final class p8 implements m8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1195c; + public static final l2 f1130c; public static final l2 d; public static final l2 e; public static final l2 f; @@ -31,32 +31,30 @@ public final class p8 implements m8 { public static final l2 o; public static final l2 p; public static final l2 q; + public static final l2 r; - /* renamed from: r reason: collision with root package name */ - public static final l2 f1196r; - public static final l2 s; + /* renamed from: s reason: collision with root package name */ + public static final l2 f1131s; public static final l2 t; public static final l2 u; public static final l2 v; - - /* renamed from: w reason: collision with root package name */ - public static final l2 f1197w; + public static final l2 w; /* renamed from: x reason: collision with root package name */ - public static final l2 f1198x; + public static final l2 f1132x; /* renamed from: y reason: collision with root package name */ - public static final l2 f1199y; + public static final l2 f1133y; /* renamed from: z reason: collision with root package name */ - public static final l2 f1200z; + public static final l2 f1134z; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.a("measurement.ad_id_cache_time", 10000); b = q2Var.a("measurement.config.cache_time", 86400000); q2Var.b("measurement.log_tag", "FA"); - f1195c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); + f1130c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); d = q2Var.b("measurement.config.url_scheme", Constants.SCHEME); e = q2Var.a("measurement.upload.debug_upload_interval", 1000); f = q2Var.a("measurement.lifetimevalue.max_currency_tracked", 4); @@ -73,15 +71,15 @@ public final class p8 implements m8 { q2Var.b("measurement.log_tag.service", "FA-SVC"); p = q2Var.a("measurement.upload.stale_data_deletion_interval", 86400000); q = q2Var.a("measurement.upload.backoff_period", 43200000); - f1196r = q2Var.a("measurement.upload.initial_upload_delay_time", 15000); - s = q2Var.a("measurement.upload.interval", 3600000); + r = q2Var.a("measurement.upload.initial_upload_delay_time", 15000); + f1131s = q2Var.a("measurement.upload.interval", 3600000); t = q2Var.a("measurement.upload.max_bundle_size", Permission.READ_MESSAGE_HISTORY); u = q2Var.a("measurement.upload.max_bundles", 100); v = q2Var.a("measurement.upload.max_conversions_per_day", 500); - f1197w = q2Var.a("measurement.upload.max_error_events_per_day", 1000); - f1198x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); - f1199y = q2Var.a("measurement.upload.max_events_per_day", 100000); - f1200z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); + w = q2Var.a("measurement.upload.max_error_events_per_day", 1000); + f1132x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); + f1133y = q2Var.a("measurement.upload.max_events_per_day", 100000); + f1134z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); A = q2Var.a("measurement.upload.max_queue_time", 2419200000L); B = q2Var.a("measurement.upload.max_realtime_events_per_day", 10); C = q2Var.a("measurement.upload.max_batch_size", Permission.READ_MESSAGE_HISTORY); @@ -118,7 +116,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long F() { - return s.d().longValue(); + return f1131s.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -143,7 +141,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final String c() { - return f1195c.d(); + return f1130c.d(); } @Override // c.i.a.f.h.l.m8 @@ -183,7 +181,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long l() { - return f1199y.d().longValue(); + return f1133y.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -198,7 +196,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long o() { - return f1200z.d().longValue(); + return f1134z.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -208,7 +206,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long q() { - return f1196r.d().longValue(); + return r.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -218,7 +216,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long s() { - return f1197w.d().longValue(); + return w.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -243,7 +241,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long x() { - return f1198x.d().longValue(); + return f1132x.d().longValue(); } @Override // c.i.a.f.h.l.m8 diff --git a/app/src/main/java/c/i/a/f/h/l/pa.java b/app/src/main/java/c/i/a/f/h/l/pa.java index 895d49cd95..bc091fe873 100644 --- a/app/src/main/java/c/i/a/f/h/l/pa.java +++ b/app/src/main/java/c/i/a/f/h/l/pa.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class pa implements z2 { public static pa i = new pa(); - public final z2 j = c.C0(new b3(new ra())); + public final z2 j = c.D0(new b3(new ra())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/qa.java b/app/src/main/java/c/i/a/f/h/l/qa.java index 8871bc012b..f9baa79ec5 100644 --- a/app/src/main/java/c/i/a/f/h/l/qa.java +++ b/app/src/main/java/c/i/a/f/h/l/qa.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class qa implements z2 { public static qa i = new qa(); - public final z2 j = c.C0(new b3(new sa())); + public final z2 j = c.D0(new b3(new sa())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/r9.java b/app/src/main/java/c/i/a/f/h/l/r9.java index a9dcc0fab1..8bb51b03e7 100644 --- a/app/src/main/java/c/i/a/f/h/l/r9.java +++ b/app/src/main/java/c/i/a/f/h/l/r9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class r9 implements z2 { public static r9 i = new r9(); - public final z2 j = c.C0(new b3(new t9())); + public final z2 j = c.D0(new b3(new t9())); public static boolean b() { return ((q9) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/s2.java b/app/src/main/java/c/i/a/f/h/l/s2.java index acedde076b..deb6e5c80e 100644 --- a/app/src/main/java/c/i/a/f/h/l/s2.java +++ b/app/src/main/java/c/i/a/f/h/l/s2.java @@ -13,7 +13,7 @@ public final class s2 implements b2 { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final SharedPreferences.OnSharedPreferenceChangeListener f1201c; + public final SharedPreferences.OnSharedPreferenceChangeListener f1135c; public final Object d; public volatile Map e; @@ -40,7 +40,7 @@ public final class s2 implements b2 { public static synchronized void b() { synchronized (s2.class) { for (s2 s2Var : a.values()) { - s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1201c); + s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1135c); } a.clear(); } diff --git a/app/src/main/java/c/i/a/f/h/l/s3.java b/app/src/main/java/c/i/a/f/h/l/s3.java index 1f288a244e..cdf4e80c77 100644 --- a/app/src/main/java/c/i/a/f/h/l/s3.java +++ b/app/src/main/java/c/i/a/f/h/l/s3.java @@ -7,7 +7,7 @@ public final class s3 { public long b; /* renamed from: c reason: collision with root package name */ - public Object f1202c; + public Object f1136c; public final h4 d; public s3(h4 h4Var) { diff --git a/app/src/main/java/c/i/a/f/h/l/s6.java b/app/src/main/java/c/i/a/f/h/l/s6.java index 422f613743..d2ea967e84 100644 --- a/app/src/main/java/c/i/a/f/h/l/s6.java +++ b/app/src/main/java/c/i/a/f/h/l/s6.java @@ -12,7 +12,7 @@ public final class s6 { public static final d7 b = e(false); /* renamed from: c reason: collision with root package name */ - public static final d7 f1203c = e(true); + public static final d7 f1137c = e(true); public static final d7 d = new f7(); static { diff --git a/app/src/main/java/c/i/a/f/h/l/s9.java b/app/src/main/java/c/i/a/f/h/l/s9.java index 120caa0baf..8f1f8f82c3 100644 --- a/app/src/main/java/c/i/a/f/h/l/s9.java +++ b/app/src/main/java/c/i/a/f/h/l/s9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class s9 implements z2 { public static s9 i = new s9(); - public final z2 j = c.C0(new b3(new u9())); + public final z2 j = c.D0(new b3(new u9())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/t3.java b/app/src/main/java/c/i/a/f/h/l/t3.java index 50e6d5e831..cc21e92993 100644 --- a/app/src/main/java/c/i/a/f/h/l/t3.java +++ b/app/src/main/java/c/i/a/f/h/l/t3.java @@ -95,7 +95,7 @@ public abstract class t3 implements Serializable, Iterable { Object[] objArr = new Object[3]; objArr[0] = Integer.toHexString(System.identityHashCode(this)); objArr[1] = Integer.valueOf(d()); - objArr[2] = d() <= 50 ? c.I0(this) : String.valueOf(c.I0(g(0, 47))).concat("..."); + objArr[2] = d() <= 50 ? c.J0(this) : String.valueOf(c.J0(g(0, 47))).concat("..."); return String.format(locale, "", objArr); } } diff --git a/app/src/main/java/c/i/a/f/h/l/t8.java b/app/src/main/java/c/i/a/f/h/l/t8.java index 93cb6e53b2..1f071c7822 100644 --- a/app/src/main/java/c/i/a/f/h/l/t8.java +++ b/app/src/main/java/c/i/a/f/h/l/t8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class t8 implements z2 { public static t8 i = new t8(); - public final z2 j = c.C0(new b3(new v8())); + public final z2 j = c.D0(new b3(new v8())); public static boolean b() { return ((s8) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/tb.java b/app/src/main/java/c/i/a/f/h/l/tb.java index f8ced055d8..8b11a35dde 100644 --- a/app/src/main/java/c/i/a/f/h/l/tb.java +++ b/app/src/main/java/c/i/a/f/h/l/tb.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class tb implements z2 { public static tb i = new tb(); - public final z2 j = c.C0(new b3(new vb())); + public final z2 j = c.D0(new b3(new vb())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/u1.java b/app/src/main/java/c/i/a/f/h/l/u1.java index 150617d0a3..ca2315ff89 100644 --- a/app/src/main/java/c/i/a/f/h/l/u1.java +++ b/app/src/main/java/c/i/a/f/h/l/u1.java @@ -10,7 +10,7 @@ public class u1 { public static final Uri b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f1204c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1138c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); public static HashMap f; diff --git a/app/src/main/java/c/i/a/f/h/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index fcd71546f8..6922490487 100644 --- a/app/src/main/java/c/i/a/f/h/l/u4.java +++ b/app/src/main/java/c/i/a/f/h/l/u4.java @@ -149,7 +149,7 @@ public abstract class u4, Build public final n4 u() { n4 n4Var = this.zzc; - if (n4Var.f1172c) { + if (n4Var.f1109c) { this.zzc = (n4) n4Var.clone(); } return this.zzc; @@ -270,7 +270,7 @@ public abstract class u4, Build @Override // c.i.a.f.h.l.c6 public final void i(zzhi zzhi) throws IOException { q6 b2 = n6.a.b(this); - g4 g4Var = zzhi.f2805c; + g4 g4Var = zzhi.f2372c; if (g4Var == null) { g4Var = new g4(zzhi); } @@ -318,7 +318,7 @@ public abstract class u4, Build StringBuilder sb = new StringBuilder(); sb.append("# "); sb.append(obj); - c.i.a.f.e.o.c.Q0(this, sb, 0); + c.i.a.f.e.o.c.R0(this, sb, 0); return sb.toString(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/u8.java b/app/src/main/java/c/i/a/f/h/l/u8.java index 1356b1e9d4..da0425705f 100644 --- a/app/src/main/java/c/i/a/f/h/l/u8.java +++ b/app/src/main/java/c/i/a/f/h/l/u8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class u8 implements z2 { public static u8 i = new u8(); - public final z2 j = c.C0(new b3(new w8())); + public final z2 j = c.D0(new b3(new w8())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/ub.java b/app/src/main/java/c/i/a/f/h/l/ub.java index db91044b12..f344977f39 100644 --- a/app/src/main/java/c/i/a/f/h/l/ub.java +++ b/app/src/main/java/c/i/a/f/h/l/ub.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class ub implements z2 { public static ub i = new ub(); - public final z2 j = c.C0(new b3(new wb())); + public final z2 j = c.D0(new b3(new wb())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/v8.java b/app/src/main/java/c/i/a/f/h/l/v8.java index 52f6cbe43c..e02c9071f3 100644 --- a/app/src/main/java/c/i/a/f/h/l/v8.java +++ b/app/src/main/java/c/i/a/f/h/l/v8.java @@ -5,14 +5,14 @@ public final class v8 implements s8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1205c; + public static final l2 f1139c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.consent_state_v1", false); b = q2Var.c("measurement.client.3p_consent_state_v1", false); - f1205c = q2Var.c("measurement.service.consent_state_v1_W36", false); + f1139c = q2Var.c("measurement.service.consent_state_v1_W36", false); q2Var.a("measurement.id.service.consent_state_v1_W36", 0); d = q2Var.a("measurement.service.storage_consent_support_version", 203590); } @@ -34,7 +34,7 @@ public final class v8 implements s8 { @Override // c.i.a.f.h.l.s8 public final boolean d() { - return f1205c.d().booleanValue(); + return f1139c.d().booleanValue(); } @Override // c.i.a.f.h.l.s8 diff --git a/app/src/main/java/c/i/a/f/h/l/va.java b/app/src/main/java/c/i/a/f/h/l/va.java index 8174cfcae8..d749b24a0e 100644 --- a/app/src/main/java/c/i/a/f/h/l/va.java +++ b/app/src/main/java/c/i/a/f/h/l/va.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class va implements z2 { public static va i = new va(); - public final z2 j = c.C0(new b3(new xa())); + public final z2 j = c.D0(new b3(new xa())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/wa.java b/app/src/main/java/c/i/a/f/h/l/wa.java index 1a2c35a7e4..972f902205 100644 --- a/app/src/main/java/c/i/a/f/h/l/wa.java +++ b/app/src/main/java/c/i/a/f/h/l/wa.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class wa implements z2 { public static wa i = new wa(); - public final z2 j = c.C0(new b3(new ya())); + public final z2 j = c.D0(new b3(new ya())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/x1.java b/app/src/main/java/c/i/a/f/h/l/x1.java index 0b2bbf1f76..8b6c5298cc 100644 --- a/app/src/main/java/c/i/a/f/h/l/x1.java +++ b/app/src/main/java/c/i/a/f/h/l/x1.java @@ -16,7 +16,7 @@ public final /* synthetic */ class x1 implements d2 { @Override // c.i.a.f.h.l.d2 public final Object a() { y1 y1Var = this.a; - Cursor query = y1Var.f1207c.query(y1Var.d, y1.b, null, null, null); + Cursor query = y1Var.f1140c.query(y1Var.d, y1.b, null, null, null); if (query == null) { return Collections.emptyMap(); } diff --git a/app/src/main/java/c/i/a/f/h/l/x7.java b/app/src/main/java/c/i/a/f/h/l/x7.java index 8db1be2154..7ee359ca26 100644 --- a/app/src/main/java/c/i/a/f/h/l/x7.java +++ b/app/src/main/java/c/i/a/f/h/l/x7.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class x7 implements z2 { public static x7 i = new x7(); - public final z2 j = c.C0(new b3(new y7())); + public final z2 j = c.D0(new b3(new y7())); public static boolean b() { return ((z7) i.a()).a(); diff --git a/app/src/main/java/c/i/a/f/h/l/x9.java b/app/src/main/java/c/i/a/f/h/l/x9.java index 5173e6a91f..b7589019ca 100644 --- a/app/src/main/java/c/i/a/f/h/l/x9.java +++ b/app/src/main/java/c/i/a/f/h/l/x9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class x9 implements z2 { public static x9 i = new x9(); - public final z2 j = c.C0(new b3(new z9())); + public final z2 j = c.D0(new b3(new z9())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/y1.java b/app/src/main/java/c/i/a/f/h/l/y1.java index 75a2ef4992..e89846c39a 100644 --- a/app/src/main/java/c/i/a/f/h/l/y1.java +++ b/app/src/main/java/c/i/a/f/h/l/y1.java @@ -21,7 +21,7 @@ public final class y1 implements b2 { public static final String[] b = {"key", "value"}; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f1207c; + public final ContentResolver f1140c; public final Uri d; public final ContentObserver e; public final Object f = new Object(); @@ -34,7 +34,7 @@ public final class y1 implements b2 { this.e = a2Var; Objects.requireNonNull(contentResolver); Objects.requireNonNull(uri); - this.f1207c = contentResolver; + this.f1140c = contentResolver; this.d = uri; contentResolver.registerContentObserver(uri, false, a2Var); } @@ -62,7 +62,7 @@ public final class y1 implements b2 { public static synchronized void c() { synchronized (y1.class) { for (y1 y1Var : a.values()) { - y1Var.f1207c.unregisterContentObserver(y1Var.e); + y1Var.f1140c.unregisterContentObserver(y1Var.e); } a.clear(); } @@ -78,7 +78,7 @@ public final class y1 implements b2 { if (map2 == null) { StrictMode.ThreadPolicy allowThreadDiskReads = StrictMode.allowThreadDiskReads(); try { - map = (Map) c.F0(new x1(this)); + map = (Map) c.G0(new x1(this)); StrictMode.setThreadPolicy(allowThreadDiskReads); } catch (SQLiteException | IllegalStateException | SecurityException unused) { Log.e("ConfigurationContentLoader", "PhenotypeFlag unable to load ContentProvider, using default values"); diff --git a/app/src/main/java/c/i/a/f/h/l/y7.java b/app/src/main/java/c/i/a/f/h/l/y7.java index c1d83b50cd..41b97f42e8 100644 --- a/app/src/main/java/c/i/a/f/h/l/y7.java +++ b/app/src/main/java/c/i/a/f/h/l/y7.java @@ -5,13 +5,13 @@ public final class y7 implements z7 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1208c; + public static final l2 f1141c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.ad_impression", true); b = q2Var.c("measurement.service.separate_public_internal_event_blacklisting", true); - f1208c = q2Var.c("measurement.service.ad_impression", true); + f1141c = q2Var.c("measurement.service.ad_impression", true); q2Var.a("measurement.id.service.ad_impression", 0); } @@ -32,6 +32,6 @@ public final class y7 implements z7 { @Override // c.i.a.f.h.l.z7 public final boolean d() { - return f1208c.d().booleanValue(); + return f1141c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/y9.java b/app/src/main/java/c/i/a/f/h/l/y9.java index 1f0ae028ce..182f651c9c 100644 --- a/app/src/main/java/c/i/a/f/h/l/y9.java +++ b/app/src/main/java/c/i/a/f/h/l/y9.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class y9 implements z2 { public static y9 i = new y9(); - public final z2 j = c.C0(new b3(new aa())); + public final z2 j = c.D0(new b3(new aa())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/ya.java b/app/src/main/java/c/i/a/f/h/l/ya.java index 5d787e3b58..66d44bd3d3 100644 --- a/app/src/main/java/c/i/a/f/h/l/ya.java +++ b/app/src/main/java/c/i/a/f/h/l/ya.java @@ -5,7 +5,7 @@ public final class ya implements za { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1209c; + public static final l2 f1142c; public static final l2 d; public static final l2 e; @@ -14,7 +14,7 @@ public final class ya implements za { a = q2Var.c("measurement.test.boolean_flag", false); Object obj = l2.a; b = new o2(q2Var, "measurement.test.double_flag", Double.valueOf(-3.0d)); - f1209c = q2Var.a("measurement.test.int_flag", -2); + f1142c = q2Var.a("measurement.test.int_flag", -2); d = q2Var.a("measurement.test.long_flag", -1); e = q2Var.b("measurement.test.string_flag", "---"); } @@ -31,7 +31,7 @@ public final class ya implements za { @Override // c.i.a.f.h.l.za public final long c() { - return f1209c.d().longValue(); + return f1142c.d().longValue(); } @Override // c.i.a.f.h.l.za diff --git a/app/src/main/java/c/i/a/f/h/l/z8.java b/app/src/main/java/c/i/a/f/h/l/z8.java index e99ef527f0..51922b4fc2 100644 --- a/app/src/main/java/c/i/a/f/h/l/z8.java +++ b/app/src/main/java/c/i/a/f/h/l/z8.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class z8 implements z2 { public static z8 i = new z8(); - public final z2 j = c.C0(new b3(new b9())); + public final z2 j = c.D0(new b3(new b9())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/l/zb.java b/app/src/main/java/c/i/a/f/h/l/zb.java index eb34e11474..07dde92d39 100644 --- a/app/src/main/java/c/i/a/f/h/l/zb.java +++ b/app/src/main/java/c/i/a/f/h/l/zb.java @@ -4,7 +4,7 @@ import c.i.a.f.e.o.c; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class zb implements z2 { public static zb i = new zb(); - public final z2 j = c.C0(new b3(new ac())); + public final z2 j = c.D0(new b3(new ac())); /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.i.a.f.h.l.z2 diff --git a/app/src/main/java/c/i/a/f/h/m/e.java b/app/src/main/java/c/i/a/f/h/m/e.java index 890d872d3a..535770905b 100644 --- a/app/src/main/java/c/i/a/f/h/m/e.java +++ b/app/src/main/java/c/i/a/f/h/m/e.java @@ -16,7 +16,7 @@ public final class e { @Nullable /* renamed from: c reason: collision with root package name */ - public final List f1210c; + public final List f1143c; @Nullable public final SparseArray d; @Nullable @@ -27,7 +27,7 @@ public final class e { public final byte[] h; public e(@Nullable List list, @Nullable SparseArray sparseArray, @Nullable Map map, int i, int i2, @Nullable String str, byte[] bArr) { - this.f1210c = list; + this.f1143c = list; this.d = sparseArray; this.e = map; this.g = str; @@ -87,7 +87,7 @@ public final class e { public final String toString() { String str; int i = this.b; - String valueOf = String.valueOf(this.f1210c); + String valueOf = String.valueOf(this.f1143c); SparseArray sparseArray = this.d; StringBuilder sb = new StringBuilder(); String str2 = "{}"; diff --git a/app/src/main/java/c/i/a/f/h/m/p.java b/app/src/main/java/c/i/a/f/h/m/p.java index 83357886c9..ad1bf22aaf 100644 --- a/app/src/main/java/c/i/a/f/h/m/p.java +++ b/app/src/main/java/c/i/a/f/h/m/p.java @@ -10,7 +10,7 @@ public class p { public static final Uri b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f1211c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1144c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); public static HashMap f; diff --git a/app/src/main/java/c/i/a/f/h/n/a.java b/app/src/main/java/c/i/a/f/h/n/a.java index 95061e2c2b..43eeab1af7 100644 --- a/app/src/main/java/c/i/a/f/h/n/a.java +++ b/app/src/main/java/c/i/a/f/h/n/a.java @@ -5,7 +5,7 @@ import android.os.Bundle; import android.text.TextUtils; import android.util.Log; import androidx.annotation.Nullable; -import c.d.a.a.o; +import c.d.a.a.q; import com.android.billingclient.api.BillingResult; import com.android.billingclient.api.Purchase; import java.util.ArrayList; @@ -32,7 +32,7 @@ public final class a { } } - public static Bundle b(int i, boolean z2, String str, @Nullable String str2, ArrayList arrayList) { + public static Bundle b(int i, boolean z2, String str, @Nullable String str2, ArrayList arrayList) { Bundle bundle = new Bundle(); if (i >= 9) { bundle.putString("playBillingLibraryVersion", str); diff --git a/app/src/main/java/c/i/a/f/h/n/h.java b/app/src/main/java/c/i/a/f/h/n/h.java new file mode 100644 index 0000000000..7a4466f1d4 --- /dev/null +++ b/app/src/main/java/c/i/a/f/h/n/h.java @@ -0,0 +1,81 @@ +package c.i.a.f.h.n; + +import java.io.Serializable; +import java.lang.reflect.Array; +import java.util.AbstractCollection; +import java.util.Arrays; +import java.util.Collection; +import java.util.Objects; +import org.checkerframework.checker.nullness.compatqual.NullableDecl; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public abstract class h extends AbstractCollection implements Serializable { + public static final Object[] i = new Object[0]; + + @Override // java.util.AbstractCollection, java.util.Collection + @Deprecated + public final boolean add(E e) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.AbstractCollection, java.util.Collection + @Deprecated + public final boolean addAll(Collection collection) { + throw new UnsupportedOperationException(); + } + + public abstract int c(Object[] objArr, int i2); + + @Override // java.util.AbstractCollection, java.util.Collection + @Deprecated + public final void clear() { + throw new UnsupportedOperationException(); + } + + public abstract int d(); + + public abstract int e(); + + @NullableDecl + public abstract Object[] g(); + + @Override // java.util.AbstractCollection, java.util.Collection + @Deprecated + public final boolean remove(Object obj) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.AbstractCollection, java.util.Collection + @Deprecated + public final boolean removeAll(Collection collection) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.AbstractCollection, java.util.Collection + @Deprecated + public final boolean retainAll(Collection collection) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.AbstractCollection, java.util.Collection + public final Object[] toArray() { + return toArray(i); + } + + @Override // java.util.AbstractCollection, java.util.Collection + public final T[] toArray(T[] tArr) { + Objects.requireNonNull(tArr); + int size = size(); + int length = tArr.length; + if (length < size) { + Object[] g = g(); + if (g != null) { + return (T[]) Arrays.copyOfRange(g, e(), d(), tArr.getClass()); + } + tArr = (T[]) ((Object[]) Array.newInstance(tArr.getClass().getComponentType(), size)); + } else if (length > size) { + tArr[size] = null; + } + c(tArr, 0); + return tArr; + } +} diff --git a/app/src/main/java/c/i/a/f/h/n/i.java b/app/src/main/java/c/i/a/f/h/n/i.java new file mode 100644 index 0000000000..539d198e41 --- /dev/null +++ b/app/src/main/java/c/i/a/f/h/n/i.java @@ -0,0 +1,54 @@ +package c.i.a.f.h.n; + +import c.i.a.f.e.o.c; +import java.util.NoSuchElementException; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final class i { + public final int i; + public int j; + public final k k; + + public i(k kVar, int i) { + int size = kVar.size(); + if (i < 0 || i > size) { + throw new IndexOutOfBoundsException(c.g1(i, size, "index")); + } + this.i = size; + this.j = i; + this.k = kVar; + } + + public final boolean hasNext() { + return this.j < this.i; + } + + public final boolean hasPrevious() { + return this.j > 0; + } + + public final Object next() { + if (hasNext()) { + int i = this.j; + this.j = i + 1; + return this.k.get(i); + } + throw new NoSuchElementException(); + } + + public final int nextIndex() { + return this.j; + } + + public final Object previous() { + if (hasPrevious()) { + int i = this.j - 1; + this.j = i; + return this.k.get(i); + } + throw new NoSuchElementException(); + } + + public final int previousIndex() { + return this.j - 1; + } +} diff --git a/app/src/main/java/c/i/a/f/h/n/j.java b/app/src/main/java/c/i/a/f/h/n/j.java new file mode 100644 index 0000000000..aa89eafc24 --- /dev/null +++ b/app/src/main/java/c/i/a/f/h/n/j.java @@ -0,0 +1,50 @@ +package c.i.a.f.h.n; + +import c.i.a.f.e.o.c; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final class j extends k { + public final transient int k; + public final transient int l; + public final /* synthetic */ k zzc; + + public j(k kVar, int i, int i2) { + this.zzc = kVar; + this.k = i; + this.l = i2; + } + + @Override // c.i.a.f.h.n.h + public final int d() { + return this.zzc.e() + this.k + this.l; + } + + @Override // c.i.a.f.h.n.h + public final int e() { + return this.zzc.e() + this.k; + } + + @Override // c.i.a.f.h.n.h + public final Object[] g() { + return this.zzc.g(); + } + + @Override // java.util.List + public final Object get(int i) { + c.s0(i, this.l, "index"); + return this.zzc.get(i + this.k); + } + + @Override // c.i.a.f.h.n.k + /* renamed from: h */ + public final k subList(int i, int i2) { + c.e1(i, i2, this.l); + k kVar = this.zzc; + int i3 = this.k; + return kVar.subList(i + i3, i2 + i3); + } + + @Override // java.util.AbstractCollection, java.util.Collection, java.util.List + public final int size() { + return this.l; + } +} diff --git a/app/src/main/java/c/i/a/f/h/n/k.java b/app/src/main/java/c/i/a/f/h/n/k.java new file mode 100644 index 0000000000..00e6e58276 --- /dev/null +++ b/app/src/main/java/c/i/a/f/h/n/k.java @@ -0,0 +1,150 @@ +package c.i.a.f.h.n; + +import c.i.a.f.e.o.c; +import java.util.Collection; +import java.util.Iterator; +import java.util.List; +import java.util.ListIterator; +import java.util.RandomAccess; +import org.checkerframework.checker.nullness.compatqual.NullableDecl; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public abstract class k extends h implements List, RandomAccess { + public static final m j = new i(l.k, 0); + + @Override // java.util.List + @Deprecated + public final void add(int i, E e) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.List + @Deprecated + public final boolean addAll(int i, Collection collection) { + throw new UnsupportedOperationException(); + } + + @Override // c.i.a.f.h.n.h + public int c(Object[] objArr, int i) { + int size = size(); + for (int i2 = 0; i2 < size; i2++) { + objArr[i2] = get(i2); + } + return size; + } + + @Override // java.util.AbstractCollection, java.util.Collection, java.util.List + public final boolean contains(@NullableDecl Object obj) { + return indexOf(obj) >= 0; + } + + @Override // java.util.Collection, java.lang.Object, java.util.List + public final boolean equals(@NullableDecl Object obj) { + if (obj == this) { + return true; + } + if (obj instanceof List) { + List list = (List) obj; + int size = size(); + if (size == list.size()) { + if (list instanceof RandomAccess) { + for (int i = 0; i < size; i++) { + if (c.Z0(get(i), list.get(i))) { + } + } + return true; + } + Iterator it = iterator(); + Iterator it2 = list.iterator(); + while (true) { + if (it.hasNext()) { + if (it2.hasNext()) { + if (!c.Z0(it.next(), it2.next())) { + break; + } + } else { + break; + } + } else if (!it2.hasNext()) { + return true; + } + } + } + } + return false; + } + + /* renamed from: h */ + public k subList(int i, int i2) { + c.e1(i, i2, size()); + int i3 = i2 - i; + return i3 == size() ? this : i3 == 0 ? (k) l.k : new j(this, i, i3); + } + + @Override // java.util.Collection, java.lang.Object, java.util.List + public final int hashCode() { + int size = size(); + int i = 1; + for (int i2 = 0; i2 < size; i2++) { + i = (i * 31) + get(i2).hashCode(); + } + return i; + } + + /* renamed from: i */ + public final m listIterator(int i) { + int size = size(); + if (i >= 0 && i <= size) { + return isEmpty() ? (m) j : new i(this, i); + } + throw new IndexOutOfBoundsException(c.g1(i, size, "index")); + } + + @Override // java.util.List + public final int indexOf(@NullableDecl Object obj) { + if (obj == null) { + return -1; + } + int size = size(); + for (int i = 0; i < size; i++) { + if (obj.equals(get(i))) { + return i; + } + } + return -1; + } + + @Override // java.util.AbstractCollection, java.util.Collection, java.lang.Iterable, java.util.List + public final /* bridge */ /* synthetic */ Iterator iterator() { + return listIterator(0); + } + + @Override // java.util.List + public final int lastIndexOf(@NullableDecl Object obj) { + if (obj == null) { + return -1; + } + for (int size = size() - 1; size >= 0; size--) { + if (obj.equals(get(size))) { + return size; + } + } + return -1; + } + + @Override // java.util.List + public final /* bridge */ /* synthetic */ ListIterator listIterator() { + return listIterator(0); + } + + @Override // java.util.List + @Deprecated + public final E remove(int i) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.List + @Deprecated + public final E set(int i, E e) { + throw new UnsupportedOperationException(); + } +} diff --git a/app/src/main/java/c/i/a/f/h/n/l.java b/app/src/main/java/c/i/a/f/h/n/l.java new file mode 100644 index 0000000000..1776dfb9b3 --- /dev/null +++ b/app/src/main/java/c/i/a/f/h/n/l.java @@ -0,0 +1,44 @@ +package c.i.a.f.h.n; + +import c.i.a.f.e.o.c; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public final class l extends k { + public static final k k = new l(new Object[0]); + public final transient Object[] l; + + public l(Object[] objArr) { + this.l = objArr; + } + + @Override // c.i.a.f.h.n.k, c.i.a.f.h.n.h + public final int c(Object[] objArr, int i) { + System.arraycopy(this.l, 0, objArr, 0, 0); + return 0; + } + + @Override // c.i.a.f.h.n.h + public final int d() { + return 0; + } + + @Override // c.i.a.f.h.n.h + public final int e() { + return 0; + } + + @Override // c.i.a.f.h.n.h + public final Object[] g() { + return this.l; + } + + @Override // java.util.List + public final E get(int i) { + c.s0(i, 0, "index"); + return (E) this.l[i]; + } + + @Override // java.util.AbstractCollection, java.util.Collection, java.util.List + public final int size() { + return 0; + } +} diff --git a/app/src/main/java/c/i/a/f/h/n/m.java b/app/src/main/java/c/i/a/f/h/n/m.java new file mode 100644 index 0000000000..692862b1e7 --- /dev/null +++ b/app/src/main/java/c/i/a/f/h/n/m.java @@ -0,0 +1,23 @@ +package c.i.a.f.h.n; + +import java.util.Iterator; +import java.util.ListIterator; +/* compiled from: com.android.billingclient:billing@@4.0.0 */ +public abstract class m implements ListIterator, Iterator { + @Override // java.util.ListIterator + @Deprecated + public final void add(E e) { + throw new UnsupportedOperationException(); + } + + @Override // java.util.ListIterator, java.util.Iterator + public final void remove() { + throw new UnsupportedOperationException(); + } + + @Override // java.util.ListIterator + @Deprecated + public final void set(E e) { + throw new UnsupportedOperationException(); + } +} diff --git a/app/src/main/java/c/i/a/f/h/o/d.java b/app/src/main/java/c/i/a/f/h/o/d.java index 4a4510fe66..99160716b1 100644 --- a/app/src/main/java/c/i/a/f/h/o/d.java +++ b/app/src/main/java/c/i/a/f/h/o/d.java @@ -5,6 +5,6 @@ import c.i.a.f.e.h.h; import c.i.a.f.k.a; public abstract class d extends c.i.a.f.e.h.j.d { public d(c cVar) { - super(a.f1297c, cVar); + super(a.f1226c, cVar); } } diff --git a/app/src/main/java/c/i/a/f/i/a/a.java b/app/src/main/java/c/i/a/f/i/a/a.java index f0a350c23d..30fb4f6aeb 100644 --- a/app/src/main/java/c/i/a/f/i/a/a.java +++ b/app/src/main/java/c/i/a/f/i/a/a.java @@ -29,7 +29,7 @@ public class a { synchronized (gVar.g) { for (int i = 0; i < gVar.g.size(); i++) { if (aVar.equals(gVar.g.get(i).first)) { - Log.w(gVar.f1164c, "OnEventListener already registered."); + Log.w(gVar.f1101c, "OnEventListener already registered."); return; } } @@ -41,7 +41,7 @@ public class a { gVar.j.registerOnMeasurementEventListener(cVar); return; } catch (BadParcelableException | NetworkOnMainThreadException | RemoteException | IllegalArgumentException | IllegalStateException | NullPointerException | SecurityException | UnsupportedOperationException unused) { - Log.w(gVar.f1164c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); + Log.w(gVar.f1101c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); } } gVar.e.execute(new a0(gVar, cVar)); diff --git a/app/src/main/java/c/i/a/f/i/b/a.java b/app/src/main/java/c/i/a/f/i/b/a.java index 154ad094c1..7fc8d27653 100644 --- a/app/src/main/java/c/i/a/f/i/b/a.java +++ b/app/src/main/java/c/i/a/f/i/b/a.java @@ -9,7 +9,7 @@ public final class a extends z1 { public final Map b = new ArrayMap(); /* renamed from: c reason: collision with root package name */ - public final Map f1212c = new ArrayMap(); + public final Map f1145c = new ArrayMap(); public long d; public a(u4 u4Var) { @@ -18,12 +18,12 @@ public final class a extends z1 { @WorkerThread public final void t(long j) { - i7 w2 = q().w(false); + i7 w = q().w(false); for (String str : this.b.keySet()) { - w(str, j - this.b.get(str).longValue(), w2); + w(str, j - this.b.get(str).longValue(), w); } if (!this.b.isEmpty()) { - u(j - this.d, w2); + u(j - this.d, w); } x(j); } diff --git a/app/src/main/java/c/i/a/f/i/b/a4.java b/app/src/main/java/c/i/a/f/i/b/a4.java index 9b82844a1e..0fb925a2c1 100644 --- a/app/src/main/java/c/i/a/f/i/b/a4.java +++ b/app/src/main/java/c/i/a/f/i/b/a4.java @@ -20,7 +20,7 @@ public final class a4 { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1213c; + public String f1146c; public String d; public String e; public String f; @@ -35,25 +35,23 @@ public final class a4 { public boolean o; public long p; public boolean q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f1214r; - public String s; + /* renamed from: s reason: collision with root package name */ + public String f1147s; public Boolean t; public long u; public List v; - - /* renamed from: w reason: collision with root package name */ - public String f1215w; + public String w; /* renamed from: x reason: collision with root package name */ - public long f1216x; + public long f1148x; /* renamed from: y reason: collision with root package name */ - public long f1217y; + public long f1149y; /* renamed from: z reason: collision with root package name */ - public long f1218z; + public long f1150z; @WorkerThread public a4(u4 u4Var, String str) { @@ -74,7 +72,7 @@ public final class a4 { @WorkerThread public final String B() { this.a.f().b(); - return this.f1215w; + return this.w; } @WorkerThread @@ -247,8 +245,8 @@ public final class a4 { @WorkerThread public final void c(String str) { this.a.f().b(); - this.E |= !t9.q0(this.f1213c, str); - this.f1213c = str; + this.E |= !t9.q0(this.f1146c, str); + this.f1146c = str; } @WorkerThread @@ -291,7 +289,7 @@ public final class a4 { @WorkerThread public final boolean i() { this.a.f().b(); - return this.f1214r; + return this.r; } @WorkerThread @@ -350,21 +348,21 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.s, str); - this.s = str; + this.E |= !t9.q0(this.f1147s, str); + this.f1147s = str; } @WorkerThread public final void r(boolean z2) { this.a.f().b(); - this.E |= this.f1214r != z2; - this.f1214r = z2; + this.E |= this.r != z2; + this.r = z2; } @WorkerThread public final String s() { this.a.f().b(); - return this.f1213c; + return this.f1146c; } @WorkerThread @@ -380,8 +378,8 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.f1215w, str); - this.f1215w = str; + this.E |= !t9.q0(this.w, str); + this.w = str; } @WorkerThread @@ -407,7 +405,7 @@ public final class a4 { @WorkerThread public final String y() { this.a.f().b(); - return this.s; + return this.f1147s; } @WorkerThread diff --git a/app/src/main/java/c/i/a/f/i/b/a9.java b/app/src/main/java/c/i/a/f/i/b/a9.java index 8b1dcde7b1..5b704a3945 100644 --- a/app/src/main/java/c/i/a/f/i/b/a9.java +++ b/app/src/main/java/c/i/a/f/i/b/a9.java @@ -19,11 +19,11 @@ public final /* synthetic */ class a9 implements Runnable { x8Var.b.g().m.a("Application going to the background"); boolean z2 = true; if (x8Var.b.a.h.o(p.v0)) { - x8Var.b.l().f1227x.a(true); + x8Var.b.l().f1158x.a(true); } Bundle bundle = new Bundle(); if (!x8Var.b.a.h.z().booleanValue()) { - x8Var.b.e.f1230c.c(); + x8Var.b.e.f1161c.c(); if (x8Var.b.a.h.o(p.m0)) { d9 d9Var = x8Var.b.e; d9Var.b = j2; diff --git a/app/src/main/java/c/i/a/f/i/b/b4.java b/app/src/main/java/c/i/a/f/i/b/b4.java index 5dc21a107a..3f547f7f2b 100644 --- a/app/src/main/java/c/i/a/f/i/b/b4.java +++ b/app/src/main/java/c/i/a/f/i/b/b4.java @@ -11,7 +11,7 @@ public class b4 extends BroadcastReceiver { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f1219c; + public boolean f1151c; public b4(k9 k9Var) { this.a = k9Var; @@ -25,7 +25,7 @@ public class b4 extends BroadcastReceiver { if (this.b) { this.a.g().n.a("Unregistering connectivity change receiver"); this.b = false; - this.f1219c = false; + this.f1151c = false; try { this.a.k.b.unregisterReceiver(this); } catch (IllegalArgumentException e) { @@ -42,8 +42,8 @@ public class b4 extends BroadcastReceiver { this.a.g().n.b("NetworkBroadcastReceiver received action", action); if ("android.net.conn.CONNECTIVITY_CHANGE".equals(action)) { boolean u = this.a.J().u(); - if (this.f1219c != u) { - this.f1219c = u; + if (this.f1151c != u) { + this.f1151c = u; this.a.f().v(new e4(this, u)); return; } diff --git a/app/src/main/java/c/i/a/f/i/b/ba.java b/app/src/main/java/c/i/a/f/i/b/ba.java index 5bc610b0e7..2a2199e7ba 100644 --- a/app/src/main/java/c/i/a/f/i/b/ba.java +++ b/app/src/main/java/c/i/a/f/i/b/ba.java @@ -146,8 +146,8 @@ public final class ba extends i9 { break; } } - boolean z4 = f9.b() && this.a.h.u(this.d, p.f1260c0); - boolean z5 = f9.b() && this.a.h.u(this.d, p.f1258b0); + boolean z4 = f9.b() && this.a.h.u(this.d, p.f1190c0); + boolean z5 = f9.b() && this.a.h.u(this.d, p.f1188b0); if (z2) { g q2 = q(); String str6 = this.d; @@ -600,10 +600,10 @@ public final class ba extends i9 { q5.g().i.c("Event aggregate wasn't created during raw event logging. appId, event", q3.s(str10), q5.d().u(F)); lVar = new l(str10, next2.F(), 1, 1, 1, next2.H(), 0, null, null, null, null); } else { - lVar = new l(z6.a, z6.b, z6.f1252c + 1, z6.d + 1, z6.e + 1, z6.f, z6.g, z6.h, z6.i, z6.j, z6.k); + lVar = new l(z6.a, z6.b, z6.f1182c + 1, z6.d + 1, z6.e + 1, z6.f, z6.g, z6.h, z6.i, z6.j, z6.k); } q().H(lVar); - long j = lVar.f1252c; + long j = lVar.f1182c; String F2 = a.F(); V v = arrayMap14.get(F2); if (v == null) { diff --git a/app/src/main/java/c/i/a/f/i/b/c.java b/app/src/main/java/c/i/a/f/i/b/c.java index 7057e148c5..44036d40da 100644 --- a/app/src/main/java/c/i/a/f/i/b/c.java +++ b/app/src/main/java/c/i/a/f/i/b/c.java @@ -20,7 +20,7 @@ public final class c extends s5 { @NonNull /* renamed from: c reason: collision with root package name */ - public e f1220c = b.a; + public e f1152c = b.a; public Boolean d; public c(u4 u4Var) { @@ -32,15 +32,15 @@ public final class c extends s5 { } public final boolean A(String str) { - return "1".equals(this.f1220c.i(str, "measurement.event_sampling_enabled")); + return "1".equals(this.f1152c.i(str, "measurement.event_sampling_enabled")); } @WorkerThread public final boolean C() { if (this.b == null) { - Boolean w2 = w("app_measurement_lite"); - this.b = w2; - if (w2 == null) { + Boolean w = w("app_measurement_lite"); + this.b = w; + if (w == null) { this.b = Boolean.FALSE; } } @@ -93,7 +93,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).longValue(); } - String i = this.f1220c.i(str, j3Var.b); + String i = this.f1152c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).longValue(); } @@ -120,7 +120,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).intValue(); } - String i = this.f1220c.i(str, j3Var.b); + String i = this.f1152c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).intValue(); } @@ -136,7 +136,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).doubleValue(); } - String i = this.f1220c.i(str, j3Var.b); + String i = this.f1152c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).doubleValue(); } @@ -166,7 +166,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).booleanValue(); } - String i = this.f1220c.i(str, j3Var.b); + String i = this.f1152c.i(str, j3Var.b); return TextUtils.isEmpty(i) ? j3Var.a(null).booleanValue() : j3Var.a(Boolean.valueOf(Boolean.parseBoolean(i))).booleanValue(); } @@ -189,20 +189,20 @@ public final class c extends s5 { } public final boolean x() { - Boolean w2 = w("firebase_analytics_collection_deactivated"); - return w2 != null && w2.booleanValue(); + Boolean w = w("firebase_analytics_collection_deactivated"); + return w != null && w.booleanValue(); } public final Boolean y() { - Boolean w2 = w("google_analytics_adid_collection_enabled"); - return Boolean.valueOf(w2 == null || w2.booleanValue()); + Boolean w = w("google_analytics_adid_collection_enabled"); + return Boolean.valueOf(w == null || w.booleanValue()); } public final Boolean z() { if (!((oa) pa.i.a()).a() || !o(p.u0)) { return Boolean.TRUE; } - Boolean w2 = w("google_analytics_automatic_screen_reporting_enabled"); - return Boolean.valueOf(w2 == null || w2.booleanValue()); + Boolean w = w("google_analytics_automatic_screen_reporting_enabled"); + return Boolean.valueOf(w == null || w.booleanValue()); } } diff --git a/app/src/main/java/c/i/a/f/i/b/c6.java b/app/src/main/java/c/i/a/f/i/b/c6.java index 731a8a14af..3349f303b3 100644 --- a/app/src/main/java/c/i/a/f/i/b/c6.java +++ b/app/src/main/java/c/i/a/f/i/b/c6.java @@ -44,7 +44,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class c6 extends a5 { /* renamed from: c reason: collision with root package name */ - public y6 f1221c; + public y6 f1153c; public w5 d; public final Set e = new CopyOnWriteArraySet(); public boolean f; @@ -123,7 +123,7 @@ public final class c6 extends a5 { boolean z4; if (t8.b() && this.a.h.o(p.H0)) { t(); - if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1223c == null) { + if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1155c == null) { g().k.a("Discarding empty consent settings"); return; } @@ -139,9 +139,9 @@ public final class c6 extends a5 { if (bool == null) { bool = dVar3.b; } - Boolean bool2 = dVar.f1223c; + Boolean bool2 = dVar.f1155c; if (bool2 == null) { - bool2 = dVar3.f1223c; + bool2 = dVar3.f1155c; } d dVar4 = new d(bool, bool2); this.i = dVar4; @@ -247,7 +247,7 @@ public final class c6 extends a5 { g().l.a("Tag Manager is not found and thus will not be used"); } } - if (this.a.h.o(p.f1262e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { + if (this.a.h.o(p.f1192e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { String string = bundle.getString("gclid"); Objects.requireNonNull((c.i.a.f.e.o.d) this.a.o); K("auto", "_lgclid", string, System.currentTimeMillis()); @@ -295,11 +295,11 @@ public final class c6 extends a5 { return; } } - i7 w2 = q().w(false); - if (w2 != null && !bundle.containsKey("_sc")) { - w2.d = true; + i7 w = q().w(false); + if (w != null && !bundle.containsKey("_sc")) { + w.d = true; } - h7.A(w2, bundle, z2 && z4); + h7.A(w, bundle, z2 && z4); boolean equals = "am".equals(str); boolean r0 = t9.r0(str2); if (z2 && this.d != null && !r0 && !equals) { @@ -361,7 +361,7 @@ public final class c6 extends a5 { ArrayList arrayList2 = new ArrayList(); arrayList2.add(z10); e().v0().nextLong(); - if (l().v.a() <= 0 || !l().u(j) || !l().f1227x.b()) { + if (l().v.a() <= 0 || !l().u(j) || !l().f1158x.b()) { bundle2 = z10; arrayList = arrayList2; } else { @@ -412,18 +412,18 @@ public final class c6 extends a5 { Objects.requireNonNull(p); p.b(); p.t(); - m3 r2 = p.r(); - Objects.requireNonNull(r2); + m3 r = p.r(); + Objects.requireNonNull(r); Parcel obtain = Parcel.obtain(); zzaq.writeToParcel(obtain, 0); byte[] marshall = obtain.marshall(); obtain.recycle(); if (marshall.length > 131072) { - r2.g().g.a("Event is too long for local database. Sending event directly to service"); + r.g().g.a("Event is too long for local database. Sending event directly to service"); z6 = true; z5 = false; } else { - z5 = r2.x(0, marshall); + z5 = r.x(0, marshall); z6 = true; } p.z(new d8(p, true, z5, zzaq, p.I(z6), str3)); @@ -437,9 +437,9 @@ public final class c6 extends a5 { arrayList = arrayList; } if (q().w(false) != null && "_ae".equals(str2)) { - w8 s = s(); + w8 s2 = s(); Objects.requireNonNull((c.i.a.f.e.o.d) this.a.o); - s.w(true, true, SystemClock.elapsedRealtime()); + s2.w(true, true, SystemClock.elapsedRealtime()); } } } else { @@ -483,10 +483,10 @@ public final class c6 extends a5 { } else { str3 = string2; } - if (q.h && q.f1236c != null) { + if (q.h && q.f1167c != null) { q.h = false; - boolean q0 = t9.q0(q.f1236c.b, str3); - boolean q02 = t9.q0(q.f1236c.a, string); + boolean q0 = t9.q0(q.f1167c.b, str3); + boolean q02 = t9.q0(q.f1167c.a, string); if (q0 && q02) { q.g().k.a("Ignoring call to log screen view event with duplicate parameters."); return; @@ -502,9 +502,9 @@ public final class c6 extends a5 { } } q.g().n.c("Logging screen view with name, class", string == null ? "null" : string, str3 == null ? "null" : str3); - i7 i7Var = q.f1236c == null ? q.d : q.f1236c; + i7 i7Var = q.f1167c == null ? q.d : q.f1167c; i7 i7Var2 = new i7(string, str3, q.e().t0(), true, j); - q.f1236c = i7Var2; + q.f1167c = i7Var2; q.d = i7Var; q.i = i7Var2; Objects.requireNonNull((c.i.a.f.e.o.d) q.a.o); @@ -551,17 +551,17 @@ public final class c6 extends a5 { q7 p = p(); p.b(); p.t(); - m3 r2 = p.r(); - Objects.requireNonNull(r2); + m3 r = p.r(); + Objects.requireNonNull(r); Parcel obtain = Parcel.obtain(); boolean z2 = false; zzku.writeToParcel(obtain, 0); byte[] marshall = obtain.marshall(); obtain.recycle(); if (marshall.length > 131072) { - r2.g().g.a("User property too long for local database. Sending directly to service"); + r.g().g.a("User property too long for local database. Sending directly to service"); } else { - z2 = r2.x(1, marshall); + z2 = r.x(1, marshall); } p.z(new r7(p, z2, zzku, p.I(true))); return; @@ -623,7 +623,7 @@ public final class c6 extends a5 { public final void M() { if (this.a.b.getApplicationContext() instanceof Application) { - ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1221c); + ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1153c); } } @@ -632,9 +632,9 @@ public final class c6 extends a5 { b(); t(); if (this.a.m()) { - if (this.a.h.o(p.f1261d0)) { - Boolean w2 = this.a.h.w("google_analytics_deferred_deep_link_enabled"); - if (w2 != null && w2.booleanValue()) { + if (this.a.h.o(p.f1191d0)) { + Boolean w = this.a.h.w("google_analytics_deferred_deep_link_enabled"); + if (w != null && w.booleanValue()) { g().m.a("Deferred Deep Link feature enabled."); f().v(new e6(this)); } @@ -670,12 +670,12 @@ public final class c6 extends a5 { @Nullable public final String O() { u4 u4Var = this.a; - String str = u4Var.f1278c; + String str = u4Var.f1208c; if (str != null) { return str; } try { - return c.H0(u4Var.b, "google_app_id"); + return c.I0(u4Var.b, "google_app_id"); } catch (IllegalStateException e) { this.a.g().f.b("getGoogleAppId failed with exception", e); return null; @@ -711,11 +711,11 @@ public final class c6 extends a5 { s().d.a(); } if (((j9) g9.i.a()).a() && this.a.h.o(p.t0)) { - if (this.a.f1281x.a.o().l.a() <= 0) { + if (this.a.f1210x.a.o().l.a() <= 0) { z2 = false; } if (!z2) { - m4 m4Var = this.a.f1281x; + m4 m4Var = this.a.f1210x; m4Var.a(m4Var.a.b.getPackageName()); } } @@ -778,10 +778,10 @@ public final class c6 extends a5 { b(); t(); g().m.a("Resetting analytics data (FE)"); - w8 s = s(); - s.b(); - d9 d9Var = s.e; - d9Var.f1230c.c(); + w8 s2 = s(); + s2.b(); + d9 d9Var = s2.e; + d9Var.f1161c.c(); d9Var.a = 0; d9Var.b = 0; boolean d = this.a.d(); @@ -835,19 +835,19 @@ public final class c6 extends a5 { g().i.a("Package name should be null when calling setConditionalUserProperty"); } bundle2.remove("app_id"); - c.E0(bundle2, "app_id", String.class, null); - c.E0(bundle2, "origin", String.class, null); - c.E0(bundle2, ModelAuditLogEntry.CHANGE_KEY_NAME, String.class, null); - c.E0(bundle2, "value", Object.class, null); - c.E0(bundle2, "trigger_event_name", String.class, null); - c.E0(bundle2, "trigger_timeout", Long.class, 0L); - c.E0(bundle2, "timed_out_event_name", String.class, null); - c.E0(bundle2, "timed_out_event_params", Bundle.class, null); - c.E0(bundle2, "triggered_event_name", String.class, null); - c.E0(bundle2, "triggered_event_params", Bundle.class, null); - c.E0(bundle2, "time_to_live", Long.class, 0L); - c.E0(bundle2, "expired_event_name", String.class, null); - c.E0(bundle2, "expired_event_params", Bundle.class, null); + c.F0(bundle2, "app_id", String.class, null); + c.F0(bundle2, "origin", String.class, null); + c.F0(bundle2, ModelAuditLogEntry.CHANGE_KEY_NAME, String.class, null); + c.F0(bundle2, "value", Object.class, null); + c.F0(bundle2, "trigger_event_name", String.class, null); + c.F0(bundle2, "trigger_timeout", Long.class, 0L); + c.F0(bundle2, "timed_out_event_name", String.class, null); + c.F0(bundle2, "timed_out_event_params", Bundle.class, null); + c.F0(bundle2, "triggered_event_name", String.class, null); + c.F0(bundle2, "triggered_event_params", Bundle.class, null); + c.F0(bundle2, "time_to_live", Long.class, 0L); + c.F0(bundle2, "expired_event_name", String.class, null); + c.F0(bundle2, "expired_event_params", Bundle.class, null); d.w(bundle2.getString(ModelAuditLogEntry.CHANGE_KEY_NAME)); d.w(bundle2.getString("origin")); Objects.requireNonNull(bundle2.get("value"), "null reference"); @@ -864,7 +864,7 @@ public final class c6 extends a5 { g().f.c("Unable to normalize conditional user property value", d().y(string), obj); return; } - c.P0(bundle2, n0); + c.Q0(bundle2, n0); long j2 = bundle2.getLong("trigger_timeout"); if (TextUtils.isEmpty(bundle2.getString("trigger_event_name")) || (j2 <= 15552000000L && j2 >= 1)) { long j3 = bundle2.getLong("time_to_live"); diff --git a/app/src/main/java/c/i/a/f/i/b/c7.java b/app/src/main/java/c/i/a/f/i/b/c7.java index 073b72c1b1..dd3407d4c3 100644 --- a/app/src/main/java/c/i/a/f/i/b/c7.java +++ b/app/src/main/java/c/i/a/f/i/b/c7.java @@ -35,7 +35,7 @@ public final class c7 implements Runnable { String str2 = this.l; y6Var.i.b(); try { - if (y6Var.i.a.h.o(p.f1262e0) || y6Var.i.a.h.o(p.f1264g0) || y6Var.i.a.h.o(p.f1263f0)) { + if (y6Var.i.a.h.o(p.f1192e0) || y6Var.i.a.h.o(p.f1194g0) || y6Var.i.a.h.o(p.f1193f0)) { t9 e = y6Var.i.e(); if (!TextUtils.isEmpty(str2)) { if (str2.contains("gclid") || str2.contains("utm_campaign") || str2.contains("utm_source") || str2.contains("utm_medium")) { @@ -48,7 +48,7 @@ public final class c7 implements Runnable { bundle2 = y6Var.i.e().x(uri); if (bundle2 != null) { bundle2.putString("_cis", "intent"); - if (y6Var.i.a.h.o(p.f1262e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { + if (y6Var.i.a.h.o(p.f1192e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { bundle2.putString("_cer", String.format("gclid=%s", bundle.getString("gclid"))); } y6Var.i.H(str, "_cmp", bundle2); @@ -59,12 +59,12 @@ public final class c7 implements Runnable { } else { bundle2 = null; } - if (y6Var.i.a.h.o(p.f1264g0) && !y6Var.i.a.h.o(p.f1263f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { + if (y6Var.i.a.h.o(p.f1194g0) && !y6Var.i.a.h.o(p.f1193f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { y6Var.i.J("auto", "_lgclid", bundle.getString("gclid")); } if (TextUtils.isEmpty(str2)) { y6Var.i.g().m.b("Activity created with referrer", str2); - if (y6Var.i.a.h.o(p.f1263f0)) { + if (y6Var.i.a.h.o(p.f1193f0)) { if (bundle != null) { y6Var.i.H(str, "_cmp", bundle); if (y6Var.i.a.h.o(p.D0)) { diff --git a/app/src/main/java/c/i/a/f/i/b/ca.java b/app/src/main/java/c/i/a/f/i/b/ca.java index 337565a2c9..4973f96ef9 100644 --- a/app/src/main/java/c/i/a/f/i/b/ca.java +++ b/app/src/main/java/c/i/a/f/i/b/ca.java @@ -16,7 +16,7 @@ public final class ca { public Long b; /* renamed from: c reason: collision with root package name */ - public long f1222c; + public long f1154c; public final /* synthetic */ ba d; public ca(ba baVar, aa aaVar) { @@ -114,12 +114,12 @@ public final class ca { return null; } this.a = (a1) obj; - this.f1222c = ((Long) pair.second).longValue(); + this.f1154c = ((Long) pair.second).longValue(); this.d.m(); this.b = (Long) q9.R(this.a, "_eid"); } - long j = this.f1222c - 1; - this.f1222c = j; + long j = this.f1154c - 1; + this.f1154c = j; if (j <= 0) { g q2 = this.d.q(); q2.b(); @@ -130,7 +130,7 @@ public final class ca { q2.g().f.b("Error clearing complex main event", e5); } } else { - this.d.q().Q(str, l, this.f1222c, this.a); + this.d.q().Q(str, l, this.f1154c, this.a); } ArrayList arrayList = new ArrayList(); for (c1 c1Var : this.a.v()) { @@ -156,11 +156,11 @@ public final class ca { j2 = R; } long longValue = ((Long) j2).longValue(); - this.f1222c = longValue; + this.f1154c = longValue; if (longValue <= 0) { this.d.g().g.b("Complex event with zero extra param count. eventName", F); } else { - this.d.q().Q(str, l, this.f1222c, a1Var); + this.d.q().Q(str, l, this.f1154c, a1Var); } } a1.a t = a1Var.t(); diff --git a/app/src/main/java/c/i/a/f/i/b/d.java b/app/src/main/java/c/i/a/f/i/b/d.java index 1674adbcc9..3b15003382 100644 --- a/app/src/main/java/c/i/a/f/i/b/d.java +++ b/app/src/main/java/c/i/a/f/i/b/d.java @@ -7,11 +7,11 @@ public final class d { public final Boolean b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1223c; + public final Boolean f1155c; public d(Boolean bool, Boolean bool2) { this.b = bool; - this.f1223c = bool2; + this.f1155c = bool2; } public static int a(Boolean bool) { @@ -94,7 +94,7 @@ public final class d { Boolean bool = this.b; char c2 = '0'; sb.append(bool == null ? '-' : bool.booleanValue() ? '1' : '0'); - Boolean bool2 = this.f1223c; + Boolean bool2 = this.f1155c; if (bool2 == null) { c2 = '-'; } else if (bool2.booleanValue()) { @@ -109,24 +109,24 @@ public final class d { return false; } d dVar = (d) obj; - return a(this.b) == a(dVar.b) && a(this.f1223c) == a(dVar.f1223c); + return a(this.b) == a(dVar.b) && a(this.f1155c) == a(dVar.f1155c); } public final boolean f(d dVar) { Boolean bool = this.b; Boolean bool2 = Boolean.FALSE; if (bool != bool2 || dVar.b == bool2) { - return this.f1223c == bool2 && dVar.f1223c != bool2; + return this.f1155c == bool2 && dVar.f1155c != bool2; } return true; } public final d h(d dVar) { - return new d(c(this.b, dVar.b), c(this.f1223c, dVar.f1223c)); + return new d(c(this.b, dVar.b), c(this.f1155c, dVar.f1155c)); } public final int hashCode() { - return a(this.f1223c) + ((a(this.b) + 527) * 31); + return a(this.f1155c) + ((a(this.b) + 527) * 31); } public final boolean j() { @@ -135,7 +135,7 @@ public final class d { } public final boolean k() { - Boolean bool = this.f1223c; + Boolean bool = this.f1155c; return bool == null || bool.booleanValue(); } @@ -150,7 +150,7 @@ public final class d { sb.append(bool.booleanValue() ? str : "denied"); } sb.append(", analyticsStorage="); - Boolean bool2 = this.f1223c; + Boolean bool2 = this.f1155c; if (bool2 == null) { sb.append("uninitialized"); } else { diff --git a/app/src/main/java/c/i/a/f/i/b/d4.java b/app/src/main/java/c/i/a/f/i/b/d4.java index 4da7829b4d..84867e9490 100644 --- a/app/src/main/java/c/i/a/f/i/b/d4.java +++ b/app/src/main/java/c/i/a/f/i/b/d4.java @@ -8,7 +8,7 @@ import com.discord.stores.StoreGuildScheduledEvents; public final class d4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final Pair f1224c = new Pair<>("", 0L); + public static final Pair f1156c = new Pair<>("", 0L); public final j4 A = new j4(this, "firebase_feature_rollouts"); public final j4 B = new j4(this, "deferred_attribution_cache"); public final h4 C = new h4(this, "deferred_attribution_cache_timestamp", 0); @@ -27,25 +27,23 @@ public final class d4 extends r5 { public boolean o; public long p; public final h4 q = new h4(this, "time_before_start", 10000); + public final h4 r = new h4(this, "session_timeout", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); - /* renamed from: r reason: collision with root package name */ - public final h4 f1225r = new h4(this, "session_timeout", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); - public final f4 s = new f4(this, "start_new_session", true); + /* renamed from: s reason: collision with root package name */ + public final f4 f1157s = new f4(this, "start_new_session", true); public final j4 t = new j4(this, "non_personalized_ads"); public final f4 u = new f4(this, "allow_remote_dynamite", false); public final h4 v = new h4(this, "last_pause_time", 0); - - /* renamed from: w reason: collision with root package name */ - public boolean f1226w; + public boolean w; /* renamed from: x reason: collision with root package name */ - public f4 f1227x = new f4(this, "app_backgrounded", false); + public f4 f1158x = new f4(this, "app_backgrounded", false); /* renamed from: y reason: collision with root package name */ - public f4 f1228y = new f4(this, "deep_link_retrieval_complete", false); + public f4 f1159y = new f4(this, "deep_link_retrieval_complete", false); /* renamed from: z reason: collision with root package name */ - public h4 f1229z = new h4(this, "deep_link_retrieval_attempts", 0); + public h4 f1160z = new h4(this, "deep_link_retrieval_attempts", 0); public d4(u4 u4Var) { super(u4Var); @@ -57,13 +55,13 @@ public final class d4 extends r5 { SharedPreferences sharedPreferences = this.a.b.getSharedPreferences("com.google.android.gms.measurement.prefs", 0); this.d = sharedPreferences; boolean z2 = sharedPreferences.getBoolean("has_been_opened", false); - this.f1226w = z2; + this.w = z2; if (!z2) { SharedPreferences.Editor edit = this.d.edit(); edit.putBoolean("has_been_opened", true); edit.apply(); } - this.e = new k4(this, "health_monitor", Math.max(0L, p.f1259c.a(null).longValue()), null); + this.e = new k4(this, "health_monitor", Math.max(0L, p.f1189c.a(null).longValue()), null); } @Override // c.i.a.f.i.b.r5 @@ -89,7 +87,7 @@ public final class d4 extends r5 { } public final boolean u(long j) { - return j - this.f1225r.a() > this.v.a(); + return j - this.r.a() > this.v.a(); } @WorkerThread diff --git a/app/src/main/java/c/i/a/f/i/b/d6.java b/app/src/main/java/c/i/a/f/i/b/d6.java index 69a8d23746..cc6ce77578 100644 --- a/app/src/main/java/c/i/a/f/i/b/d6.java +++ b/app/src/main/java/c/i/a/f/i/b/d6.java @@ -21,7 +21,7 @@ public final class d6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - String str = o.f1255c; + String str = o.f1185c; Objects.requireNonNull(cVar); atomicReference.set(Boolean.valueOf(cVar.u(str, p.K))); this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/d9.java b/app/src/main/java/c/i/a/f/i/b/d9.java index dc1db4a302..6a932d80ca 100644 --- a/app/src/main/java/c/i/a/f/i/b/d9.java +++ b/app/src/main/java/c/i/a/f/i/b/d9.java @@ -14,12 +14,12 @@ public final class d9 { public long b; /* renamed from: c reason: collision with root package name */ - public final i f1230c; + public final i f1161c; public final /* synthetic */ w8 d; public d9(w8 w8Var) { this.d = w8Var; - this.f1230c = new c9(this, w8Var.a); + this.f1161c = new c9(this, w8Var.a); Objects.requireNonNull((d) w8Var.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); this.a = elapsedRealtime; @@ -56,8 +56,8 @@ public final class d9 { this.d.n().H("auto", "_e", bundle); } this.a = j; - this.f1230c.c(); - this.f1230c.b(3600000); + this.f1161c.c(); + this.f1161c.b(3600000); return true; } this.d.g().n.b("Screen exposed for less than 1000 ms. Event not sent. time", Long.valueOf(j2)); diff --git a/app/src/main/java/c/i/a/f/i/b/da.java b/app/src/main/java/c/i/a/f/i/b/da.java index 885ec2215a..28e9220fb9 100644 --- a/app/src/main/java/c/i/a/f/i/b/da.java +++ b/app/src/main/java/c/i/a/f/i/b/da.java @@ -19,7 +19,7 @@ public final class da { public boolean b; /* renamed from: c reason: collision with root package name */ - public g1 f1231c; + public g1 f1162c; public BitSet d; public BitSet e; public Map f; @@ -39,7 +39,7 @@ public final class da { this.g.put(num, arrayList); } this.b = false; - this.f1231c = g1Var; + this.f1162c = g1Var; } public da(ba baVar, String str, aa aaVar) { @@ -83,7 +83,7 @@ public final class da { F.k = false; } y0.w((y0) F.j, z2); - g1 g1Var = this.f1231c; + g1 g1Var = this.f1162c; if (g1Var != null) { if (F.k) { F.n(); @@ -169,7 +169,7 @@ public final class da { public final void b(@NonNull ea eaVar) { int a = eaVar.a(); - Boolean bool = eaVar.f1232c; + Boolean bool = eaVar.f1163c; if (bool != null) { this.e.set(a, bool.booleanValue()); } @@ -193,10 +193,10 @@ public final class da { if (eaVar.g()) { list.clear(); } - if (f9.b() && this.h.a.h.u(this.a, p.f1260c0) && eaVar.h()) { + if (f9.b() && this.h.a.h.u(this.a, p.f1190c0) && eaVar.h()) { list.clear(); } - if (!f9.b() || !this.h.a.h.u(this.a, p.f1260c0)) { + if (!f9.b() || !this.h.a.h.u(this.a, p.f1190c0)) { list.add(Long.valueOf(eaVar.f.longValue() / 1000)); return; } diff --git a/app/src/main/java/c/i/a/f/i/b/e6.java b/app/src/main/java/c/i/a/f/i/b/e6.java index 7f83eaf007..88503989ad 100644 --- a/app/src/main/java/c/i/a/f/i/b/e6.java +++ b/app/src/main/java/c/i/a/f/i/b/e6.java @@ -25,15 +25,15 @@ public final /* synthetic */ class e6 implements Runnable { URL url; c6 c6Var = this.i; c6Var.b(); - if (c6Var.l().f1228y.b()) { + if (c6Var.l().f1159y.b()) { c6Var.g().m.a("Deferred Deep Link already retrieved. Not fetching again."); return; } - long a = c6Var.l().f1229z.a(); - c6Var.l().f1229z.b(a + 1); + long a = c6Var.l().f1160z.a(); + c6Var.l().f1160z.b(a + 1); if (a >= 5) { c6Var.g().i.a("Permanently failed to retrieve Deferred Deep Link. Reached maximum retries."); - c6Var.l().f1228y.a(true); + c6Var.l().f1159y.a(true); return; } u4 u4Var = c6Var.a; @@ -41,7 +41,7 @@ public final /* synthetic */ class e6 implements Runnable { u4.q(u4Var.n()); n3 z2 = u4Var.z(); z2.t(); - String str = z2.f1255c; + String str = z2.f1185c; d4 o = u4Var.o(); o.b(); Objects.requireNonNull((d) o.a.o); @@ -85,7 +85,7 @@ public final /* synthetic */ class e6 implements Runnable { t9 t = u4Var.t(); u4Var.z(); String str2 = (String) pair.first; - long a2 = u4Var.o().f1229z.a() - 1; + long a2 = u4Var.o().f1160z.a() - 1; Objects.requireNonNull(t); try { c.c.a.a0.d.w(str2); diff --git a/app/src/main/java/c/i/a/f/i/b/e7.java b/app/src/main/java/c/i/a/f/i/b/e7.java index e49d8ef9f0..f1371e6441 100644 --- a/app/src/main/java/c/i/a/f/i/b/e7.java +++ b/app/src/main/java/c/i/a/f/i/b/e7.java @@ -40,7 +40,7 @@ public final /* synthetic */ class e7 implements Runnable { u4Var.g().i.c("Network Request for Deferred Deep Link failed. response, exception", Integer.valueOf(i), exc); return; } - u4Var.o().f1228y.a(true); + u4Var.o().f1159y.a(true); if (bArr.length == 0) { u4Var.g().m.a("Deferred Deep Link response empty."); return; diff --git a/app/src/main/java/c/i/a/f/i/b/ea.java b/app/src/main/java/c/i/a/f/i/b/ea.java index 4d05698603..c7b6f789c0 100644 --- a/app/src/main/java/c/i/a/f/i/b/ea.java +++ b/app/src/main/java/c/i/a/f/i/b/ea.java @@ -17,7 +17,7 @@ public abstract class ea { public int b; /* renamed from: c reason: collision with root package name */ - public Boolean f1232c; + public Boolean f1163c; public Boolean d; public Long e; public Long f; diff --git a/app/src/main/java/c/i/a/f/i/b/f.java b/app/src/main/java/c/i/a/f/i/b/f.java index 4c6562729a..c691ab39a6 100644 --- a/app/src/main/java/c/i/a/f/i/b/f.java +++ b/app/src/main/java/c/i/a/f/i/b/f.java @@ -5,7 +5,7 @@ public final class f { public long b; /* renamed from: c reason: collision with root package name */ - public long f1233c; + public long f1164c; public long d; public long e; } diff --git a/app/src/main/java/c/i/a/f/i/b/f4.java b/app/src/main/java/c/i/a/f/i/b/f4.java index 4f2829b55a..d2995c4258 100644 --- a/app/src/main/java/c/i/a/f/i/b/f4.java +++ b/app/src/main/java/c/i/a/f/i/b/f4.java @@ -9,7 +9,7 @@ public final class f4 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f1234c; + public boolean f1165c; public boolean d; public final /* synthetic */ d4 e; @@ -30,8 +30,8 @@ public final class f4 { @WorkerThread public final boolean b() { - if (!this.f1234c) { - this.f1234c = true; + if (!this.f1165c) { + this.f1165c = true; this.d = this.e.w().getBoolean(this.a, this.b); } return this.d; diff --git a/app/src/main/java/c/i/a/f/i/b/f9.java b/app/src/main/java/c/i/a/f/i/b/f9.java index 91ed37bdfe..265de85f4f 100644 --- a/app/src/main/java/c/i/a/f/i/b/f9.java +++ b/app/src/main/java/c/i/a/f/i/b/f9.java @@ -22,7 +22,7 @@ public final class f9 { d4 l = this.a.l(); Objects.requireNonNull((d) this.a.a.o); if (l.u(System.currentTimeMillis())) { - this.a.l().s.a(true); + this.a.l().f1157s.a(true); ActivityManager.RunningAppProcessInfo runningAppProcessInfo = new ActivityManager.RunningAppProcessInfo(); ActivityManager.getMyMemoryState(runningAppProcessInfo); if (runningAppProcessInfo.importance == 100) { @@ -38,10 +38,10 @@ public final class f9 { this.a.b(); this.a.x(); if (this.a.l().u(j)) { - this.a.l().s.a(true); + this.a.l().f1157s.a(true); } this.a.l().v.b(j); - if (this.a.l().s.b()) { + if (this.a.l().f1157s.b()) { c(j, z2); } } @@ -55,7 +55,7 @@ public final class f9 { this.a.g().n.b("Session started, time", Long.valueOf(SystemClock.elapsedRealtime())); Long valueOf = Long.valueOf(j / 1000); this.a.n().K("auto", "_sid", valueOf, j); - this.a.l().s.a(false); + this.a.l().f1157s.a(false); Bundle bundle = new Bundle(); bundle.putLong("_sid", valueOf.longValue()); if (this.a.a.h.o(p.k0) && z2) { diff --git a/app/src/main/java/c/i/a/f/i/b/fa.java b/app/src/main/java/c/i/a/f/i/b/fa.java index 072a7527da..0681c95fc5 100644 --- a/app/src/main/java/c/i/a/f/i/b/fa.java +++ b/app/src/main/java/c/i/a/f/i/b/fa.java @@ -66,7 +66,7 @@ public final class fa extends ea { Boolean bool; Boolean bool2; String str; - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1260c0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1190c0); long j2 = this.g.H() ? lVar.e : j; String str2 = "null"; Integer num = null; @@ -118,11 +118,11 @@ public final class fa extends ea { } if (!this.g.x() || this.g.y() > 256) { s3 s3Var2 = this.h.g().i; - Object s = q3.s(this.a); + Object s2 = q3.s(this.a); if (this.g.x()) { num = Integer.valueOf(this.g.y()); } - s3Var2.c("Invalid event filter ID. appId, id", s, String.valueOf(num)); + s3Var2.c("Invalid event filter ID. appId, id", s2, String.valueOf(num)); return false; } boolean z4 = this.g.E() || this.g.F() || this.g.H(); @@ -145,7 +145,7 @@ public final class fa extends ea { return false; } Boolean bool4 = Boolean.TRUE; - this.f1232c = bool4; + this.f1163c = bool4; if (!bool3.booleanValue()) { return true; } diff --git a/app/src/main/java/c/i/a/f/i/b/g.java b/app/src/main/java/c/i/a/f/i/b/g.java index 0ce4a25187..a6035bb8eb 100644 --- a/app/src/main/java/c/i/a/f/i/b/g.java +++ b/app/src/main/java/c/i/a/f/i/b/g.java @@ -465,7 +465,7 @@ public final class g extends i9 { ContentValues contentValues = new ContentValues(); contentValues.put("app_id", lVar.a); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, lVar.b); - contentValues.put("lifetime_count", Long.valueOf(lVar.f1252c)); + contentValues.put("lifetime_count", Long.valueOf(lVar.f1182c)); contentValues.put("current_bundle_count", Long.valueOf(lVar.d)); contentValues.put("last_fire_timestamp", Long.valueOf(lVar.f)); contentValues.put("last_bundled_timestamp", Long.valueOf(lVar.g)); @@ -502,11 +502,11 @@ public final class g extends i9 { contentValues.put("dev_cert_hash", Long.valueOf(a4Var.Q())); contentValues.put("measurement_enabled", Boolean.valueOf(a4Var.T())); a4Var.a.f().b(); - contentValues.put("day", Long.valueOf(a4Var.f1216x)); + contentValues.put("day", Long.valueOf(a4Var.f1148x)); a4Var.a.f().b(); - contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1217y)); + contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1149y)); a4Var.a.f().b(); - contentValues.put("daily_events_count", Long.valueOf(a4Var.f1218z)); + contentValues.put("daily_events_count", Long.valueOf(a4Var.f1150z)); a4Var.a.f().b(); contentValues.put("daily_conversions_count", Long.valueOf(a4Var.A)); a4Var.a.f().b(); @@ -533,7 +533,7 @@ public final class g extends i9 { contentValues.put("safelisted_events", TextUtils.join(",", a4Var.k())); } } - if (da.b() && this.a.h.u(a4Var.o(), p.j0)) { + if (da.b() && this.a.h.u(a4Var.o(), p.f1197j0)) { contentValues.put("ga_app_id", a4Var.B()); } try { @@ -639,8 +639,8 @@ public final class g extends i9 { public final boolean M(u9 u9Var) { b(); n(); - if (Y(u9Var.a, u9Var.f1285c) == null) { - if (t9.X(u9Var.f1285c)) { + if (Y(u9Var.a, u9Var.f1214c) == null) { + if (t9.X(u9Var.f1214c)) { long S = S("select count(1) from user_attributes where app_id=? and name not like '!_%' escape '!'", new String[]{u9Var.a}); c cVar = this.a.h; String str = u9Var.a; @@ -652,14 +652,14 @@ public final class g extends i9 { if (S >= ((long) i2)) { return false; } - } else if (!"_npa".equals(u9Var.f1285c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { + } else if (!"_npa".equals(u9Var.f1214c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { return false; } } ContentValues contentValues = new ContentValues(); contentValues.put("app_id", u9Var.a); contentValues.put("origin", u9Var.b); - contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1285c); + contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1214c); contentValues.put("set_timestamp", Long.valueOf(u9Var.d)); G(contentValues, "value", u9Var.e); try { @@ -693,9 +693,9 @@ public final class g extends i9 { e(); contentValues.put("triggered_event", t9.g0(zzz.q)); contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); - contentValues.put("time_to_live", Long.valueOf(zzz.f2812r)); + contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.s)); + contentValues.put("expired_event", t9.g0(zzz.f2378s)); try { if (t().insertWithOnConflict("conditional_properties", null, contentValues, 5) == -1) { g().f.b("Failed to insert/update conditional user property (got -1)", q3.s(zzz.i)); @@ -715,12 +715,12 @@ public final class g extends i9 { Integer num = null; if (TextUtils.isEmpty(l0Var.z())) { s3 s3Var = g().i; - Object s = q3.s(str); + Object s2 = q3.s(str); Integer valueOf = Integer.valueOf(i2); if (l0Var.x()) { num = Integer.valueOf(l0Var.y()); } - s3Var.d("Event filter had no event name. Audience definition ignored. appId, audienceId, filterId", s, valueOf, String.valueOf(num)); + s3Var.d("Event filter had no event name. Audience definition ignored. appId, audienceId, filterId", s2, valueOf, String.valueOf(num)); return false; } byte[] d2 = l0Var.d(); @@ -752,12 +752,12 @@ public final class g extends i9 { Integer num = null; if (TextUtils.isEmpty(o0Var.x())) { s3 s3Var = g().i; - Object s = q3.s(str); + Object s2 = q3.s(str); Integer valueOf = Integer.valueOf(i2); if (o0Var.v()) { num = Integer.valueOf(o0Var.w()); } - s3Var.d("Property filter had no property name. Audience definition ignored. appId, audienceId, filterId", s, valueOf, String.valueOf(num)); + s3Var.d("Property filter had no property name. Audience definition ignored. appId, audienceId, filterId", s2, valueOf, String.valueOf(num)); return false; } byte[] d2 = o0Var.d(); @@ -864,16 +864,16 @@ public final class g extends i9 { a4Var.e(cursor.isNull(10) || cursor.getInt(10) != 0); long j2 = cursor.getLong(11); a4Var.a.f().b(); - a4Var.E |= a4Var.f1216x != j2; - a4Var.f1216x = j2; + a4Var.E |= a4Var.f1148x != j2; + a4Var.f1148x = j2; long j3 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1217y != j3; - a4Var.f1217y = j3; + a4Var.E |= a4Var.f1149y != j3; + a4Var.f1149y = j3; long j4 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1218z != j4; - a4Var.f1218z = j4; + a4Var.E |= a4Var.f1150z != j4; + a4Var.f1150z = j4; long j5 = cursor.getLong(14); a4Var.a.f().b(); a4Var.E |= a4Var.A != j5; @@ -908,7 +908,7 @@ public final class g extends i9 { if (!cursor.isNull(27)) { a4Var.d(Arrays.asList(cursor.getString(27).split(",", -1))); } - if (da.b() && this.a.h.u(str, p.j0)) { + if (da.b() && this.a.h.u(str, p.f1197j0)) { a4Var.u(cursor.getString(28)); } a4Var.a.f().b(); @@ -1361,7 +1361,7 @@ public final class g extends i9 { public final long g0(String str, String str2) { Throwable th; SQLiteException e2; - long w2; + long w; d.w(str); d.w(str2); b(); @@ -1375,8 +1375,8 @@ public final class g extends i9 { sb.append(str2); sb.append(" from app2 where app_id=?"); try { - w2 = w(sb.toString(), new String[]{str}, -1); - if (w2 == -1) { + w = w(sb.toString(), new String[]{str}, -1); + if (w == -1) { ContentValues contentValues = new ContentValues(); contentValues.put("app_id", str); contentValues.put("first_open_count", (Integer) 0); @@ -1386,7 +1386,7 @@ public final class g extends i9 { t.endTransaction(); return -1; } - w2 = 0; + w = 0; } } catch (SQLiteException e3) { e2 = e3; @@ -1403,7 +1403,7 @@ public final class g extends i9 { try { ContentValues contentValues2 = new ContentValues(); contentValues2.put("app_id", str); - contentValues2.put(str2, Long.valueOf(1 + w2)); + contentValues2.put(str2, Long.valueOf(1 + w)); if (((long) t.update("app2", contentValues2, "app_id = ?", new String[]{str})) == 0) { g().f.c("Failed to update column (got 0). appId", q3.s(str), str2); t.endTransaction(); @@ -1411,10 +1411,10 @@ public final class g extends i9 { } t.setTransactionSuccessful(); t.endTransaction(); - return w2; + return w; } catch (SQLiteException e4) { e2 = e4; - j2 = w2; + j2 = w; g().f.d("Error inserting column. appId", q3.s(str), str2, e2); t.endTransaction(); return j2; @@ -1512,7 +1512,7 @@ public final class g extends i9 { long a = l().i.a(); Objects.requireNonNull((c.i.a.f.e.o.d) this.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); - if (Math.abs(elapsedRealtime - a) > p.f1270y.a(null).longValue()) { + if (Math.abs(elapsedRealtime - a) > p.f1200y.a(null).longValue()) { l().i.b(elapsedRealtime); b(); n(); @@ -1685,7 +1685,7 @@ public final class g extends i9 { if (query.getLong(0) == j2) { fVar.b = query.getLong(1); fVar.a = query.getLong(2); - fVar.f1233c = query.getLong(3); + fVar.f1164c = query.getLong(3); fVar.d = query.getLong(4); fVar.e = query.getLong(5); } @@ -1696,7 +1696,7 @@ public final class g extends i9 { fVar.a += j3; } if (z4) { - fVar.f1233c += j3; + fVar.f1164c += j3; } if (z5) { fVar.d += j3; @@ -1708,7 +1708,7 @@ public final class g extends i9 { contentValues.put("day", Long.valueOf(j2)); contentValues.put("daily_public_events_count", Long.valueOf(fVar.a)); contentValues.put("daily_events_count", Long.valueOf(fVar.b)); - contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1233c)); + contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1164c)); contentValues.put("daily_error_events_count", Long.valueOf(fVar.d)); contentValues.put("daily_realtime_events_count", Long.valueOf(fVar.e)); t.update("apps", contentValues, "app_id=?", strArr); diff --git a/app/src/main/java/c/i/a/f/i/b/h.java b/app/src/main/java/c/i/a/f/i/b/h.java index 88b63a55a4..a4bc7b89d2 100644 --- a/app/src/main/java/c/i/a/f/i/b/h.java +++ b/app/src/main/java/c/i/a/f/i/b/h.java @@ -63,7 +63,7 @@ public final class h extends SQLiteOpenHelper { @Override // android.database.sqlite.SQLiteOpenHelper @WorkerThread public final void onCreate(SQLiteDatabase sQLiteDatabase) { - c.R0(this.i.g(), sQLiteDatabase); + c.S0(this.i.g(), sQLiteDatabase); } @Override // android.database.sqlite.SQLiteOpenHelper @@ -74,20 +74,20 @@ public final class h extends SQLiteOpenHelper { @Override // android.database.sqlite.SQLiteOpenHelper @WorkerThread public final void onOpen(SQLiteDatabase sQLiteDatabase) { - c.S0(this.i.g(), sQLiteDatabase, "events", "CREATE TABLE IF NOT EXISTS events ( app_id TEXT NOT NULL, name TEXT NOT NULL, lifetime_count INTEGER NOT NULL, current_bundle_count INTEGER NOT NULL, last_fire_timestamp INTEGER NOT NULL, PRIMARY KEY (app_id, name)) ;", "app_id,name,lifetime_count,current_bundle_count,last_fire_timestamp", g.d); - c.S0(this.i.g(), sQLiteDatabase, "conditional_properties", "CREATE TABLE IF NOT EXISTS conditional_properties ( app_id TEXT NOT NULL, origin TEXT NOT NULL, name TEXT NOT NULL, value BLOB NOT NULL, creation_timestamp INTEGER NOT NULL, active INTEGER NOT NULL, trigger_event_name TEXT, trigger_timeout INTEGER NOT NULL, timed_out_event BLOB,triggered_event BLOB, triggered_timestamp INTEGER NOT NULL, time_to_live INTEGER NOT NULL, expired_event BLOB, PRIMARY KEY (app_id, name)) ;", "app_id,origin,name,value,active,trigger_event_name,trigger_timeout,creation_timestamp,timed_out_event,triggered_event,triggered_timestamp,time_to_live,expired_event", null); - c.S0(this.i.g(), sQLiteDatabase, "user_attributes", "CREATE TABLE IF NOT EXISTS user_attributes ( app_id TEXT NOT NULL, name TEXT NOT NULL, set_timestamp INTEGER NOT NULL, value BLOB NOT NULL, PRIMARY KEY (app_id, name)) ;", "app_id,name,set_timestamp,value", g.e); - c.S0(this.i.g(), sQLiteDatabase, "apps", "CREATE TABLE IF NOT EXISTS apps ( app_id TEXT NOT NULL, app_instance_id TEXT, gmp_app_id TEXT, resettable_device_id_hash TEXT, last_bundle_index INTEGER NOT NULL, last_bundle_end_timestamp INTEGER NOT NULL, PRIMARY KEY (app_id)) ;", "app_id,app_instance_id,gmp_app_id,resettable_device_id_hash,last_bundle_index,last_bundle_end_timestamp", g.f); - c.S0(this.i.g(), sQLiteDatabase, "queue", "CREATE TABLE IF NOT EXISTS queue ( app_id TEXT NOT NULL, bundle_end_timestamp INTEGER NOT NULL, data BLOB NOT NULL);", "app_id,bundle_end_timestamp,data", g.h); - c.S0(this.i.g(), sQLiteDatabase, "raw_events_metadata", "CREATE TABLE IF NOT EXISTS raw_events_metadata ( app_id TEXT NOT NULL, metadata_fingerprint INTEGER NOT NULL, metadata BLOB NOT NULL, PRIMARY KEY (app_id, metadata_fingerprint));", "app_id,metadata_fingerprint,metadata", null); - c.S0(this.i.g(), sQLiteDatabase, "raw_events", "CREATE TABLE IF NOT EXISTS raw_events ( app_id TEXT NOT NULL, name TEXT NOT NULL, timestamp INTEGER NOT NULL, metadata_fingerprint INTEGER NOT NULL, data BLOB NOT NULL);", "app_id,name,timestamp,metadata_fingerprint,data", g.g); - c.S0(this.i.g(), sQLiteDatabase, "event_filters", "CREATE TABLE IF NOT EXISTS event_filters ( app_id TEXT NOT NULL, audience_id INTEGER NOT NULL, filter_id INTEGER NOT NULL, event_name TEXT NOT NULL, data BLOB NOT NULL, PRIMARY KEY (app_id, event_name, audience_id, filter_id));", "app_id,audience_id,filter_id,event_name,data", g.i); - c.S0(this.i.g(), sQLiteDatabase, "property_filters", "CREATE TABLE IF NOT EXISTS property_filters ( app_id TEXT NOT NULL, audience_id INTEGER NOT NULL, filter_id INTEGER NOT NULL, property_name TEXT NOT NULL, data BLOB NOT NULL, PRIMARY KEY (app_id, property_name, audience_id, filter_id));", "app_id,audience_id,filter_id,property_name,data", g.j); - c.S0(this.i.g(), sQLiteDatabase, "audience_filter_values", "CREATE TABLE IF NOT EXISTS audience_filter_values ( app_id TEXT NOT NULL, audience_id INTEGER NOT NULL, current_results BLOB, PRIMARY KEY (app_id, audience_id));", "app_id,audience_id,current_results", null); - c.S0(this.i.g(), sQLiteDatabase, "app2", "CREATE TABLE IF NOT EXISTS app2 ( app_id TEXT NOT NULL, first_open_count INTEGER NOT NULL, PRIMARY KEY (app_id));", "app_id,first_open_count", g.k); - c.S0(this.i.g(), sQLiteDatabase, "main_event_params", "CREATE TABLE IF NOT EXISTS main_event_params ( app_id TEXT NOT NULL, event_id TEXT NOT NULL, children_to_process INTEGER NOT NULL, main_event BLOB NOT NULL, PRIMARY KEY (app_id));", "app_id,event_id,children_to_process,main_event", null); - c.S0(this.i.g(), sQLiteDatabase, "default_event_params", "CREATE TABLE IF NOT EXISTS default_event_params ( app_id TEXT NOT NULL, parameters BLOB NOT NULL, PRIMARY KEY (app_id));", "app_id,parameters", null); - c.S0(this.i.g(), sQLiteDatabase, "consent_settings", "CREATE TABLE IF NOT EXISTS consent_settings ( app_id TEXT NOT NULL, consent_state TEXT NOT NULL, PRIMARY KEY (app_id));", "app_id,consent_state", null); + c.T0(this.i.g(), sQLiteDatabase, "events", "CREATE TABLE IF NOT EXISTS events ( app_id TEXT NOT NULL, name TEXT NOT NULL, lifetime_count INTEGER NOT NULL, current_bundle_count INTEGER NOT NULL, last_fire_timestamp INTEGER NOT NULL, PRIMARY KEY (app_id, name)) ;", "app_id,name,lifetime_count,current_bundle_count,last_fire_timestamp", g.d); + c.T0(this.i.g(), sQLiteDatabase, "conditional_properties", "CREATE TABLE IF NOT EXISTS conditional_properties ( app_id TEXT NOT NULL, origin TEXT NOT NULL, name TEXT NOT NULL, value BLOB NOT NULL, creation_timestamp INTEGER NOT NULL, active INTEGER NOT NULL, trigger_event_name TEXT, trigger_timeout INTEGER NOT NULL, timed_out_event BLOB,triggered_event BLOB, triggered_timestamp INTEGER NOT NULL, time_to_live INTEGER NOT NULL, expired_event BLOB, PRIMARY KEY (app_id, name)) ;", "app_id,origin,name,value,active,trigger_event_name,trigger_timeout,creation_timestamp,timed_out_event,triggered_event,triggered_timestamp,time_to_live,expired_event", null); + c.T0(this.i.g(), sQLiteDatabase, "user_attributes", "CREATE TABLE IF NOT EXISTS user_attributes ( app_id TEXT NOT NULL, name TEXT NOT NULL, set_timestamp INTEGER NOT NULL, value BLOB NOT NULL, PRIMARY KEY (app_id, name)) ;", "app_id,name,set_timestamp,value", g.e); + c.T0(this.i.g(), sQLiteDatabase, "apps", "CREATE TABLE IF NOT EXISTS apps ( app_id TEXT NOT NULL, app_instance_id TEXT, gmp_app_id TEXT, resettable_device_id_hash TEXT, last_bundle_index INTEGER NOT NULL, last_bundle_end_timestamp INTEGER NOT NULL, PRIMARY KEY (app_id)) ;", "app_id,app_instance_id,gmp_app_id,resettable_device_id_hash,last_bundle_index,last_bundle_end_timestamp", g.f); + c.T0(this.i.g(), sQLiteDatabase, "queue", "CREATE TABLE IF NOT EXISTS queue ( app_id TEXT NOT NULL, bundle_end_timestamp INTEGER NOT NULL, data BLOB NOT NULL);", "app_id,bundle_end_timestamp,data", g.h); + c.T0(this.i.g(), sQLiteDatabase, "raw_events_metadata", "CREATE TABLE IF NOT EXISTS raw_events_metadata ( app_id TEXT NOT NULL, metadata_fingerprint INTEGER NOT NULL, metadata BLOB NOT NULL, PRIMARY KEY (app_id, metadata_fingerprint));", "app_id,metadata_fingerprint,metadata", null); + c.T0(this.i.g(), sQLiteDatabase, "raw_events", "CREATE TABLE IF NOT EXISTS raw_events ( app_id TEXT NOT NULL, name TEXT NOT NULL, timestamp INTEGER NOT NULL, metadata_fingerprint INTEGER NOT NULL, data BLOB NOT NULL);", "app_id,name,timestamp,metadata_fingerprint,data", g.g); + c.T0(this.i.g(), sQLiteDatabase, "event_filters", "CREATE TABLE IF NOT EXISTS event_filters ( app_id TEXT NOT NULL, audience_id INTEGER NOT NULL, filter_id INTEGER NOT NULL, event_name TEXT NOT NULL, data BLOB NOT NULL, PRIMARY KEY (app_id, event_name, audience_id, filter_id));", "app_id,audience_id,filter_id,event_name,data", g.i); + c.T0(this.i.g(), sQLiteDatabase, "property_filters", "CREATE TABLE IF NOT EXISTS property_filters ( app_id TEXT NOT NULL, audience_id INTEGER NOT NULL, filter_id INTEGER NOT NULL, property_name TEXT NOT NULL, data BLOB NOT NULL, PRIMARY KEY (app_id, property_name, audience_id, filter_id));", "app_id,audience_id,filter_id,property_name,data", g.j); + c.T0(this.i.g(), sQLiteDatabase, "audience_filter_values", "CREATE TABLE IF NOT EXISTS audience_filter_values ( app_id TEXT NOT NULL, audience_id INTEGER NOT NULL, current_results BLOB, PRIMARY KEY (app_id, audience_id));", "app_id,audience_id,current_results", null); + c.T0(this.i.g(), sQLiteDatabase, "app2", "CREATE TABLE IF NOT EXISTS app2 ( app_id TEXT NOT NULL, first_open_count INTEGER NOT NULL, PRIMARY KEY (app_id));", "app_id,first_open_count", g.k); + c.T0(this.i.g(), sQLiteDatabase, "main_event_params", "CREATE TABLE IF NOT EXISTS main_event_params ( app_id TEXT NOT NULL, event_id TEXT NOT NULL, children_to_process INTEGER NOT NULL, main_event BLOB NOT NULL, PRIMARY KEY (app_id));", "app_id,event_id,children_to_process,main_event", null); + c.T0(this.i.g(), sQLiteDatabase, "default_event_params", "CREATE TABLE IF NOT EXISTS default_event_params ( app_id TEXT NOT NULL, parameters BLOB NOT NULL, PRIMARY KEY (app_id));", "app_id,parameters", null); + c.T0(this.i.g(), sQLiteDatabase, "consent_settings", "CREATE TABLE IF NOT EXISTS consent_settings ( app_id TEXT NOT NULL, consent_state TEXT NOT NULL, PRIMARY KEY (app_id));", "app_id,consent_state", null); } @Override // android.database.sqlite.SQLiteOpenHelper diff --git a/app/src/main/java/c/i/a/f/i/b/h4.java b/app/src/main/java/c/i/a/f/i/b/h4.java index b5ba7ee0d1..7eaab0dc36 100644 --- a/app/src/main/java/c/i/a/f/i/b/h4.java +++ b/app/src/main/java/c/i/a/f/i/b/h4.java @@ -9,7 +9,7 @@ public final class h4 { public final long b; /* renamed from: c reason: collision with root package name */ - public boolean f1235c; + public boolean f1166c; public long d; public final /* synthetic */ d4 e; @@ -22,8 +22,8 @@ public final class h4 { @WorkerThread public final long a() { - if (!this.f1235c) { - this.f1235c = true; + if (!this.f1166c) { + this.f1166c = true; this.d = this.e.w().getLong(this.a, this.b); } return this.d; diff --git a/app/src/main/java/c/i/a/f/i/b/h6.java b/app/src/main/java/c/i/a/f/i/b/h6.java index 9bb6f10e6a..cc68b966b0 100644 --- a/app/src/main/java/c/i/a/f/i/b/h6.java +++ b/app/src/main/java/c/i/a/f/i/b/h6.java @@ -11,7 +11,7 @@ public final class h6 implements Runnable { @Override // java.lang.Runnable public final void run() { - this.j.l().f1225r.b(this.i); + this.j.l().r.b(this.i); this.j.g().m.b("Session timeout duration set", Long.valueOf(this.i)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/h7.java b/app/src/main/java/c/i/a/f/i/b/h7.java index fafd5aacc1..165a8e8113 100644 --- a/app/src/main/java/c/i/a/f/i/b/h7.java +++ b/app/src/main/java/c/i/a/f/i/b/h7.java @@ -17,7 +17,7 @@ import java.util.concurrent.ConcurrentHashMap; public final class h7 extends a5 { /* renamed from: c reason: collision with root package name */ - public volatile i7 f1236c; + public volatile i7 f1167c; public i7 d; public i7 e; public final Map f = new ConcurrentHashMap(); @@ -47,7 +47,7 @@ public final class h7 extends a5 { } else { bundle.remove("_sc"); } - bundle.putLong("_si", i7Var.f1239c); + bundle.putLong("_si", i7Var.f1170c); } else if (i7Var == null && z2) { bundle.remove("_sn"); bundle.remove("_sc"); @@ -83,7 +83,7 @@ public final class h7 extends a5 { } z3 = false; } - if (i7Var2 == null || i7Var2.f1239c != i7Var.f1239c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { + if (i7Var2 == null || i7Var2.f1170c != i7Var.f1170c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { z4 = true; } if (z4) { @@ -101,7 +101,7 @@ public final class h7 extends a5 { if (str3 != null) { bundle2.putString("_pc", str3); } - bundle2.putLong("_pi", i7Var2.f1239c); + bundle2.putLong("_pi", i7Var2.f1170c); } if (this.a.h.o(p.T) && z3) { if (!((v9) s9.i.a()).a() || !this.a.h.o(p.V)) { @@ -215,14 +215,14 @@ public final class h7 extends a5 { @MainThread public final void z(Activity activity, i7 i7Var, boolean z2) { i7 i7Var2; - i7 i7Var3 = this.f1236c == null ? this.d : this.f1236c; + i7 i7Var3 = this.f1167c == null ? this.d : this.f1167c; if (i7Var.b == null) { - i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1239c, i7Var.e, i7Var.f); + i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1170c, i7Var.e, i7Var.f); } else { i7Var2 = i7Var; } - this.d = this.f1236c; - this.f1236c = i7Var2; + this.d = this.f1167c; + this.f1167c = i7Var2; Objects.requireNonNull((d) this.a.o); f().v(new j7(this, i7Var2, i7Var3, SystemClock.elapsedRealtime(), z2)); } diff --git a/app/src/main/java/c/i/a/f/i/b/ha.java b/app/src/main/java/c/i/a/f/i/b/ha.java index 779b290d07..e086d36f3e 100644 --- a/app/src/main/java/c/i/a/f/i/b/ha.java +++ b/app/src/main/java/c/i/a/f/i/b/ha.java @@ -33,7 +33,7 @@ public final class ha extends ea { } public final boolean i(Long l, Long l2, i1 i1Var, boolean z2) { - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1257a0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1187a0); boolean z4 = this.g.z(); boolean A = this.g.A(); boolean C = this.g.C(); @@ -80,7 +80,7 @@ public final class ha extends ea { if (bool == null) { return false; } - this.f1232c = Boolean.TRUE; + this.f1163c = Boolean.TRUE; if (C && !bool.booleanValue()) { return true; } diff --git a/app/src/main/java/c/i/a/f/i/b/i.java b/app/src/main/java/c/i/a/f/i/b/i.java index 56818217da..0b4981367a 100644 --- a/app/src/main/java/c/i/a/f/i/b/i.java +++ b/app/src/main/java/c/i/a/f/i/b/i.java @@ -10,13 +10,13 @@ public abstract class i { public final t5 b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1237c; + public final Runnable f1168c; public volatile long d; public i(t5 t5Var) { Objects.requireNonNull(t5Var, "null reference"); this.b = t5Var; - this.f1237c = new k(this, t5Var); + this.f1168c = new k(this, t5Var); } public abstract void a(); @@ -26,7 +26,7 @@ public abstract class i { if (j >= 0) { Objects.requireNonNull((d) this.b.h()); this.d = System.currentTimeMillis(); - if (!d().postDelayed(this.f1237c, j)) { + if (!d().postDelayed(this.f1168c, j)) { this.b.g().f.b("Failed to schedule delayed post. time", Long.valueOf(j)); } } @@ -34,7 +34,7 @@ public abstract class i { public final void c() { this.d = 0; - d().removeCallbacks(this.f1237c); + d().removeCallbacks(this.f1168c); } public final Handler d() { diff --git a/app/src/main/java/c/i/a/f/i/b/i4.java b/app/src/main/java/c/i/a/f/i/b/i4.java index 85ba7513f7..15ab4a53c1 100644 --- a/app/src/main/java/c/i/a/f/i/b/i4.java +++ b/app/src/main/java/c/i/a/f/i/b/i4.java @@ -13,7 +13,7 @@ public final class i4 { public final Bundle b = new Bundle(); /* renamed from: c reason: collision with root package name */ - public boolean f1238c; + public boolean f1169c; public Bundle d; public final /* synthetic */ d4 e; @@ -25,8 +25,8 @@ public final class i4 { @WorkerThread public final Bundle a() { - if (!this.f1238c) { - this.f1238c = true; + if (!this.f1169c) { + this.f1169c = true; String string = this.e.w().getString(this.a, null); if (string != null) { try { diff --git a/app/src/main/java/c/i/a/f/i/b/i7.java b/app/src/main/java/c/i/a/f/i/b/i7.java index bae8b41f08..bd87b88d46 100644 --- a/app/src/main/java/c/i/a/f/i/b/i7.java +++ b/app/src/main/java/c/i/a/f/i/b/i7.java @@ -5,7 +5,7 @@ public final class i7 { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1239c; + public final long f1170c; public boolean d; public final boolean e; public final long f; @@ -17,7 +17,7 @@ public final class i7 { public i7(String str, String str2, long j, boolean z2, long j2) { this.a = str; this.b = str2; - this.f1239c = j; + this.f1170c = j; this.d = false; this.e = z2; this.f = j2; diff --git a/app/src/main/java/c/i/a/f/i/b/i8.java b/app/src/main/java/c/i/a/f/i/b/i8.java index 57cdd8029e..247630908a 100644 --- a/app/src/main/java/c/i/a/f/i/b/i8.java +++ b/app/src/main/java/c/i/a/f/i/b/i8.java @@ -31,9 +31,9 @@ public final class i8 implements Runnable { q7Var.g().f.c("Failed to get conditional properties; not connected to service", this.i, this.j); return; } - ArrayList j0 = t9.j0(i3Var.K(this.i, this.j, this.k)); + ArrayList j02 = t9.j0(i3Var.K(this.i, this.j, this.k)); this.m.F(); - this.m.e().N(this.l, j0); + this.m.e().N(this.l, j02); } catch (RemoteException e) { this.m.g().f.d("Failed to get conditional properties; remote exception", this.i, this.j, e); } finally { diff --git a/app/src/main/java/c/i/a/f/i/b/i9.java b/app/src/main/java/c/i/a/f/i/b/i9.java index 6b7be04657..298b7ab266 100644 --- a/app/src/main/java/c/i/a/f/i/b/i9.java +++ b/app/src/main/java/c/i/a/f/i/b/i9.java @@ -4,7 +4,7 @@ public abstract class i9 extends s5 implements t5 { public final k9 b; /* renamed from: c reason: collision with root package name */ - public boolean f1240c; + public boolean f1171c; public i9(k9 k9Var) { super(k9Var.k); @@ -17,16 +17,16 @@ public abstract class i9 extends s5 implements t5 { } public final void n() { - if (!this.f1240c) { + if (!this.f1171c) { throw new IllegalStateException("Not initialized"); } } public final void o() { - if (!this.f1240c) { + if (!this.f1171c) { p(); this.b.q++; - this.f1240c = true; + this.f1171c = true; return; } throw new IllegalStateException("Can't initialize twice"); diff --git a/app/src/main/java/c/i/a/f/i/b/j.java b/app/src/main/java/c/i/a/f/i/b/j.java index bdd727972f..8e1551f894 100644 --- a/app/src/main/java/c/i/a/f/i/b/j.java +++ b/app/src/main/java/c/i/a/f/i/b/j.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; public final class j extends r5 { /* renamed from: c reason: collision with root package name */ - public long f1241c; + public long f1172c; public String d; public Boolean e; public AccountManager f; @@ -33,7 +33,7 @@ public final class j extends r5 { @Override // c.i.a.f.i.b.r5 public final boolean r() { Calendar instance = Calendar.getInstance(); - this.f1241c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); + this.f1172c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); Locale locale = Locale.getDefault(); String language = locale.getLanguage(); Locale locale2 = Locale.ENGLISH; @@ -60,7 +60,7 @@ public final class j extends r5 { public final long t() { o(); - return this.f1241c; + return this.f1172c; } public final String u() { diff --git a/app/src/main/java/c/i/a/f/i/b/j3.java b/app/src/main/java/c/i/a/f/i/b/j3.java index 36693bbd65..7040480225 100644 --- a/app/src/main/java/c/i/a/f/i/b/j3.java +++ b/app/src/main/java/c/i/a/f/i/b/j3.java @@ -9,7 +9,7 @@ public final class j3 { public final String b; /* renamed from: c reason: collision with root package name */ - public final h3 f1242c; + public final h3 f1173c; public final V d; public final V e; public final Object f = new Object(); @@ -23,7 +23,7 @@ public final class j3 { this.b = str; this.d = obj; this.e = obj2; - this.f1242c = h3Var; + this.f1173c = h3Var; } public final V a(@Nullable V v) { @@ -45,7 +45,7 @@ public final class j3 { if (!ga.a()) { V v2 = null; try { - h3 h3Var = j3Var.f1242c; + h3 h3Var = j3Var.f1173c; if (h3Var != null) { v2 = (V) h3Var.a(); } @@ -60,7 +60,7 @@ public final class j3 { } } catch (SecurityException unused2) { } - h3 h3Var2 = this.f1242c; + h3 h3Var2 = this.f1173c; if (h3Var2 == null) { return this.d; } diff --git a/app/src/main/java/c/i/a/f/i/b/j4.java b/app/src/main/java/c/i/a/f/i/b/j4.java index b7e7275008..bd115831ef 100644 --- a/app/src/main/java/c/i/a/f/i/b/j4.java +++ b/app/src/main/java/c/i/a/f/i/b/j4.java @@ -9,7 +9,7 @@ public final class j4 { public boolean b; /* renamed from: c reason: collision with root package name */ - public String f1243c; + public String f1174c; public final /* synthetic */ d4 d; public j4(d4 d4Var, String str) { @@ -22,9 +22,9 @@ public final class j4 { public final String a() { if (!this.b) { this.b = true; - this.f1243c = this.d.w().getString(this.a, null); + this.f1174c = this.d.w().getString(this.a, null); } - return this.f1243c; + return this.f1174c; } @WorkerThread @@ -32,6 +32,6 @@ public final class j4 { SharedPreferences.Editor edit = this.d.w().edit(); edit.putString(this.a, str); edit.apply(); - this.f1243c = str; + this.f1174c = str; } } diff --git a/app/src/main/java/c/i/a/f/i/b/j9.java b/app/src/main/java/c/i/a/f/i/b/j9.java index 95d0b3a340..c252304531 100644 --- a/app/src/main/java/c/i/a/f/i/b/j9.java +++ b/app/src/main/java/c/i/a/f/i/b/j9.java @@ -19,7 +19,7 @@ public final class j9 implements Runnable { g gVar = new g(k9Var); gVar.o(); k9Var.d = gVar; - k9Var.k.h.f1220c = k9Var.b; + k9Var.k.h.f1152c = k9Var.b; q8 q8Var = new q8(k9Var); q8Var.o(); k9Var.j = q8Var; diff --git a/app/src/main/java/c/i/a/f/i/b/k4.java b/app/src/main/java/c/i/a/f/i/b/k4.java index 74c23bf11e..93287e528d 100644 --- a/app/src/main/java/c/i/a/f/i/b/k4.java +++ b/app/src/main/java/c/i/a/f/i/b/k4.java @@ -10,7 +10,7 @@ public final class k4 { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1244c; + public final String f1175c; public final long d; public final /* synthetic */ d4 e; @@ -20,7 +20,7 @@ public final class k4 { d.m(j > 0); this.a = str.concat(":start"); this.b = str.concat(":count"); - this.f1244c = str.concat(":value"); + this.f1175c = str.concat(":value"); this.d = j; } @@ -31,7 +31,7 @@ public final class k4 { long currentTimeMillis = System.currentTimeMillis(); SharedPreferences.Editor edit = this.e.w().edit(); edit.remove(this.b); - edit.remove(this.f1244c); + edit.remove(this.f1175c); edit.putLong(this.a, currentTimeMillis); edit.apply(); } diff --git a/app/src/main/java/c/i/a/f/i/b/k8.java b/app/src/main/java/c/i/a/f/i/b/k8.java index 2fad76b9ce..eda2f5f66b 100644 --- a/app/src/main/java/c/i/a/f/i/b/k8.java +++ b/app/src/main/java/c/i/a/f/i/b/k8.java @@ -91,7 +91,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0108b { try { a b = a.b(); q7 q7Var = this.k; - b.c(q7Var.a.b, q7Var.f1273c); + b.c(q7Var.a.b, q7Var.f1203c); } catch (IllegalArgumentException unused2) { } } else { diff --git a/app/src/main/java/c/i/a/f/i/b/k9.java b/app/src/main/java/c/i/a/f/i/b/k9.java index c52eee0671..0d0e6e9e1d 100644 --- a/app/src/main/java/c/i/a/f/i/b/k9.java +++ b/app/src/main/java/c/i/a/f/i/b/k9.java @@ -81,7 +81,7 @@ public class k9 implements t5 { public p4 b; /* renamed from: c reason: collision with root package name */ - public x3 f1245c; + public x3 f1176c; public g d; public b4 e; public h9 f; @@ -96,25 +96,23 @@ public class k9 implements t5 { public List o; public int p; public int q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f1246r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f1177s; public boolean t; public FileLock u; public FileChannel v; - - /* renamed from: w reason: collision with root package name */ - public List f1247w; + public List w; /* renamed from: x reason: collision with root package name */ - public List f1248x; + public List f1178x; /* renamed from: y reason: collision with root package name */ - public long f1249y; + public long f1179y; /* renamed from: z reason: collision with root package name */ - public final Map f1250z; + public final Map f1180z; /* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */ public class a { @@ -122,7 +120,7 @@ public class k9 implements t5 { public List b; /* renamed from: c reason: collision with root package name */ - public List f1251c; + public List f1181c; public long d; public a(k9 k9Var, j9 j9Var) { @@ -133,13 +131,13 @@ public class k9 implements t5 { } public final boolean b(long j, a1 a1Var) { - if (this.f1251c == null) { - this.f1251c = new ArrayList(); + if (this.f1181c == null) { + this.f1181c = new ArrayList(); } if (this.b == null) { this.b = new ArrayList(); } - if (this.f1251c.size() > 0 && ((this.f1251c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { + if (this.f1181c.size() > 0 && ((this.f1181c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { return false; } long g = this.d + ((long) a1Var.g()); @@ -147,33 +145,33 @@ public class k9 implements t5 { return false; } this.d = g; - this.f1251c.add(a1Var); + this.f1181c.add(a1Var); this.b.add(Long.valueOf(j)); - return this.f1251c.size() < Math.max(1, p.j.a(null).intValue()); + return this.f1181c.size() < Math.max(1, p.j.a(null).intValue()); } } public k9(r9 r9Var) { u4 b = u4.b(r9Var.a, null, null); this.k = b; - this.f1249y = -1; + this.f1179y = -1; q9 q9Var = new q9(this); q9Var.o(); this.h = q9Var; x3 x3Var = new x3(this); x3Var.o(); - this.f1245c = x3Var; + this.f1176c = x3Var; p4 p4Var = new p4(this); p4Var.o(); this.b = p4Var; - this.f1250z = new HashMap(); + this.f1180z = new HashMap(); b.f().v(new j9(this, r9Var)); } public static void C(i9 i9Var) { if (i9Var == null) { throw new IllegalStateException("Upload Component not created"); - } else if (!i9Var.f1240c) { + } else if (!i9Var.f1171c) { String valueOf = String.valueOf(i9Var.getClass()); StringBuilder sb = new StringBuilder(valueOf.length() + 27); sb.append("Component not initialized: "); @@ -235,13 +233,13 @@ public class k9 implements t5 { public final void A(a1.a aVar, a1.a aVar2) { d.m("_e".equals(aVar.y())); N(); - c1 w2 = q9.w((a1) ((u4) aVar.p()), "_et"); - if (w2.I() && w2.J() > 0) { - long J = w2.J(); + c1 w = q9.w((a1) ((u4) aVar.p()), "_et"); + if (w.I() && w.J() > 0) { + long J = w.J(); N(); - c1 w3 = q9.w((a1) ((u4) aVar2.p()), "_et"); - if (w3 != null && w3.J() > 0) { - J += w3.J(); + c1 w2 = q9.w((a1) ((u4) aVar2.p()), "_et"); + if (w2 != null && w2.J() > 0) { + J += w2.J(); } N(); q9.E(aVar2, "_et", Long.valueOf(J)); @@ -258,7 +256,7 @@ public class k9 implements t5 { this.k.t().Q(b, this.k.h.m(zzn.i)); zzaq = b.a(); } - if (this.k.h.o(p.f1262e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { + if (this.k.h.o(p.f1192e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { String string = zzaq.j.i.getString("gclid"); if (!TextUtils.isEmpty(string)) { o(new zzku("_lgclid", zzaq.l, string, "auto"), zzn); @@ -359,7 +357,7 @@ public class k9 implements t5 { T = K().T(zzn.i); if (T != null) { this.k.t(); - if (t9.d0(zzn.j, T.v(), zzn.f2811z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2377z, T.y())) { this.k.g().i.b("New GMP App Id passed in. Removing cached database data. appId", q3.s(T.o())); g K = K(); String o = T.o(); @@ -380,7 +378,7 @@ public class k9 implements t5 { } } if (T != null) { - if (((T.N() == -2147483648L || T.N() == zzn.f2807r) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zzn.k))) { + if (((T.N() == -2147483648L || T.N() == zzn.r) ? false : true) || (T.N() == -2147483648L && T.M() != null && !T.M().equals(zzn.k))) { Bundle bundle = new Bundle(); bundle.putString("_pv", T.M()); l(new zzaq("_au", new zzap(bundle), "auto", j4), zzn); @@ -390,7 +388,7 @@ public class k9 implements t5 { if (i == 0) { o(new zzku("_fot", j4, Long.valueOf(j5), "auto"), zzn); U(); - this.k.f1281x.a(zzn.i); + this.k.f1210x.a(zzn.i); U(); P(); Bundle bundle2 = new Bundle(); @@ -408,7 +406,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2810y) { + if (zzn.f2376y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -486,7 +484,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2810y) { + if (zzn.f2376y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -563,7 +561,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.s; + zzaq zzaq = zzz.f2378s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -572,7 +570,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.s; + zzaq zzaq2 = zzz.f2378s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -638,16 +636,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2811z, T.y())) { - T.q(zzn.f2811z); + if (!TextUtils.equals(zzn.f2377z, T.y())) { + T.q(zzn.f2377z); z2 = true; } - if (da.b() && this.k.h.u(T.o(), p.j0) && !TextUtils.equals(zzn.D, T.B())) { + if (da.b() && this.k.h.u(T.o(), p.f1197j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.s) && !zzn.s.equals(T.H())) { - T.A(zzn.s); + if (!TextUtils.isEmpty(zzn.f2374s) && !zzn.f2374s.equals(T.H())) { + T.A(zzn.f2374s); z2 = true; } long j2 = zzn.m; @@ -659,8 +657,8 @@ public class k9 implements t5 { T.D(zzn.k); z2 = true; } - if (zzn.f2807r != T.N()) { - T.p(zzn.f2807r); + if (zzn.r != T.N()) { + T.p(zzn.r); z2 = true; } String str = zzn.l; @@ -688,12 +686,12 @@ public class k9 implements t5 { T.R(zzn.t); z2 = true; } - if (zzn.f2808w != T.h()) { - T.n(zzn.f2808w); + if (zzn.w != T.h()) { + T.n(zzn.w); z2 = true; } - if (zzn.f2809x != T.i()) { - T.r(zzn.f2809x); + if (zzn.f2375x != T.i()) { + T.r(zzn.f2375x); z2 = true; } if (zzn.A != T.j()) { @@ -716,18 +714,18 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2811z, T.y())) { + if (!TextUtils.equals(zzn.f2377z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.s); + T.A(zzn.f2374s); z2 = true; long j2 = zzn.m; T.t(zzn.m); z2 = true; T.D(zzn.k); z2 = true; - if (zzn.f2807r != T.N()) { + if (zzn.r != T.N()) { } String str = zzn.l; T.G(zzn.l); @@ -740,9 +738,9 @@ public class k9 implements t5 { } T.R(zzn.t); z2 = true; - if (zzn.f2808w != T.h()) { + if (zzn.w != T.h()) { } - if (zzn.f2809x != T.i()) { + if (zzn.f2375x != T.i()) { } if (zzn.A != T.j()) { } @@ -778,12 +776,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2811z); - if (da.b() && this.k.h.u(T.o(), p.j0)) { + T.q(zzn.f2377z); + if (da.b() && this.k.h.u(T.o(), p.f1197j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.s)) { - T.A(zzn.s); + if (!TextUtils.isEmpty(zzn.f2374s)) { + T.A(zzn.f2374s); } long j3 = zzn.m; if (j3 != 0) { @@ -792,7 +790,7 @@ public class k9 implements t5 { if (!TextUtils.isEmpty(zzn.k)) { T.D(zzn.k); } - T.p(zzn.f2807r); + T.p(zzn.r); String str3 = zzn.l; if (str3 != null) { T.G(str3); @@ -805,8 +803,8 @@ public class k9 implements t5 { if (!this.k.h.o(p.y0)) { T.R(zzn.t); } - T.n(zzn.f2808w); - T.r(zzn.f2809x); + T.n(zzn.w); + T.r(zzn.f2375x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -867,7 +865,7 @@ public class k9 implements t5 { l = null; this.k.t().S(this.A, str, 11, "_ev", zzaq2.i, 0); } - if (z3 && (T = K().T(str)) != null && Math.abs(((c.i.a.f.e.o.d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1271z.a(l).longValue()) { + if (z3 && (T = K().T(str)) != null && Math.abs(((c.i.a.f.e.o.d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1201z.a(l).longValue()) { this.k.g().C().a("Fetching config for blacklisted app"); n(T); return; @@ -923,7 +921,7 @@ public class k9 implements t5 { i = 0; u9Var = new u9(str, zzaq2.k, concat, ((c.i.a.f.e.o.d) this.k.h()).a(), Long.valueOf(((Long) obj).longValue() + j2)); if (!K().M(u9Var)) { - this.k.g().z().d("Too many unique user properties are set. Ignoring user property. appId", q3.s(str), this.k.u().y(u9Var.f1285c), u9Var.e); + this.k.g().z().d("Too many unique user properties are set. Ignoring user property. appId", q3.s(str), this.k.u().y(u9Var.f1214c), u9Var.e); this.k.t().S(this.A, str, 9, null, null, 0); } z2 = true; @@ -1044,7 +1042,7 @@ public class k9 implements t5 { if (!TextUtils.isEmpty(zzn.k)) { u0.a0(zzn.k); } - long j3 = zzn.f2807r; + long j3 = zzn.r; if (j3 != -2147483648L) { u0.c0((int) j3); } @@ -1055,15 +1053,15 @@ public class k9 implements t5 { if (t8.b() && this.k.a().o(p.J0)) { u0.w0(a(zzn.i).h(d.b(zzn.E)).d()); } - if (da.b() && this.k.a().v(zzn.i, p.j0)) { + if (da.b() && this.k.a().v(zzn.i, p.f1197j0)) { if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.D)) { u0.u0(zzn.D); } - if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2811z)) { - u0.r0(zzn.f2811z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2377z)) { + u0.r0(zzn.f2377z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2811z)) { - u0.r0(zzn.f2811z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2377z)) { + u0.r0(zzn.f2377z); } long j4 = zzn.n; if (j4 != 0) { @@ -1076,16 +1074,16 @@ public class k9 implements t5 { } d h = a(zzn.i).h(d.b(zzn.E)); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { - Pair s = this.j.s(zzn.i, h); - if (!TextUtils.isEmpty((CharSequence) s.first)) { - if (zzn.f2808w) { - u0.e0((String) s.first); - Object obj2 = s.second; + Pair s2 = this.j.s(zzn.i, h); + if (!TextUtils.isEmpty((CharSequence) s2.first)) { + if (zzn.w) { + u0.e0((String) s2.first); + Object obj2 = s2.second; if (obj2 != null) { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2809x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2375x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id"); if (string == null) { this.k.g().A().b("null secure ID. appId", q3.s(u0.k0())); @@ -1124,7 +1122,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.s); + T2.A(zzn.f2374s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1133,7 +1131,7 @@ public class k9 implements t5 { T2.a(0); T2.l(0); T2.D(zzn.k); - T2.p(zzn.f2807r); + T2.p(zzn.r); T2.G(zzn.l); T2.t(zzn.m); T2.w(zzn.n); @@ -1153,7 +1151,7 @@ public class k9 implements t5 { List C = K().C(zzn.i); for (int i2 = 0; i2 < C.size(); i2++) { i1.a L = i1.L(); - L.r(C.get(i2).f1285c); + L.r(C.get(i2).f1214c); L.q(C.get(i2).d); N().G(L, C.get(i2).e); u0.u(L); @@ -1194,8 +1192,8 @@ public class k9 implements t5 { } public final x3 J() { - C(this.f1245c); - return this.f1245c; + C(this.f1176c); + return this.f1176c; } public final g K() { @@ -1204,7 +1202,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2811z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2811z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1197j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2377z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2377z); } public final ba M() { @@ -1249,7 +1247,7 @@ public class k9 implements t5 { x(); } else { U(); - if (this.f1247w != null) { + if (this.w != null) { this.k.g().n.a("Uploading requested multiple times"); this.t = false; x(); @@ -1271,8 +1269,8 @@ public class k9 implements t5 { } String u = K().u(); if (!TextUtils.isEmpty(u)) { - if (this.f1249y == -1) { - this.f1249y = K().j0(); + if (this.f1179y == -1) { + this.f1179y = K().j0(); } List> D = K().D(u, this.k.h.q(u, p.g), Math.max(0, this.k.h.q(u, p.h))); if (!D.isEmpty()) { @@ -1307,7 +1305,7 @@ public class k9 implements t5 { d1.a x2 = d1.x(); int size = D.size(); ArrayList arrayList = new ArrayList(D.size()); - boolean z3 = "1".equals(this.k.h.f1220c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); + boolean z3 = "1".equals(this.k.h.f1152c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); boolean z4 = !t8.b() || !this.k.h.o(p.J0) || a(u).j(); boolean z5 = !t8.b() || !this.k.h.o(p.J0) || a(u).k(); int i3 = 0; @@ -1376,10 +1374,10 @@ public class k9 implements t5 { try { URL url = new URL(a3); d.m(!arrayList.isEmpty()); - if (this.f1247w != null) { + if (this.w != null) { this.k.g().f.a("Set uploading progress before finishing the previous upload"); } else { - this.f1247w = new ArrayList(arrayList); + this.w = new ArrayList(arrayList); } this.k.o().g.b(currentTimeMillis); String str2 = "?"; @@ -1387,7 +1385,7 @@ public class k9 implements t5 { str2 = ((d1) x2.j).u().G1(); } this.k.g().n.d("Uploading data. app, uncompressed size, data", str2, Integer.valueOf(d.length), z6); - this.s = true; + this.f1177s = true; x3 J = J(); m9 m9Var = new m9(this, u); J.b(); @@ -1398,7 +1396,7 @@ public class k9 implements t5 { } } } else { - this.f1249y = -1; + this.f1179y = -1; String B = K().B(currentTimeMillis - p.d.a(null).longValue()); if (!TextUtils.isEmpty(B) && (T = K().T(B)) != null) { n(T); @@ -1432,7 +1430,7 @@ public class k9 implements t5 { boolean z3 = true; this.m = true; U(); - if (!this.k.h.o(p.f1266i0) || (fileLock = this.u) == null || !fileLock.isValid()) { + if (!this.k.h.o(p.f1196i0) || (fileLock = this.u) == null || !fileLock.isValid()) { try { FileChannel channel = new RandomAccessFile(new File(this.k.b.getFilesDir(), "google_app_measurement.db"), "rw").getChannel(); this.v = channel; @@ -1580,7 +1578,7 @@ public class k9 implements t5 { } U(); P(); - d dVar2 = this.f1250z.get(str); + d dVar2 = this.f1180z.get(str); if (dVar2 != null) { return dVar2; } @@ -1656,13 +1654,13 @@ public class k9 implements t5 { L.q(System.currentTimeMillis()); L.s(((Long) u9Var.e).longValue()); i1 i1Var = (i1) ((u4) L.p()); - int s = q9.s(aVar, str); - if (s >= 0) { + int s2 = q9.s(aVar, str); + if (s2 >= 0) { if (aVar.k) { aVar.n(); aVar.k = false; } - e1.x((e1) aVar.j, s, i1Var); + e1.x((e1) aVar.j, s2, i1Var); z3 = true; } else { z3 = false; @@ -1757,7 +1755,7 @@ public class k9 implements t5 { if (zzz2 != null) { this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0()); K().V(str, zzz2.k.j); - zzaq zzaq4 = zzz2.s; + zzaq zzaq4 = zzz2.f2378s; if (zzaq4 != null) { arrayList.add(zzaq4); } @@ -1789,9 +1787,9 @@ public class k9 implements t5 { zzku zzku = zzz3.k; u9 u9Var = new u9(zzz3.i, zzz3.j, zzku.j, j, zzku.v0()); if (K().M(u9Var)) { - this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1285c), u9Var.e); + this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1214c), u9Var.e); } else { - this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1285c), u9Var.e); + this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1214c), u9Var.e); } zzaq zzaq5 = zzz3.q; if (zzaq5 != null) { @@ -1852,7 +1850,7 @@ public class k9 implements t5 { List k = T.k(); if (da.b()) { z2 = T2; - if (this.k.h.u(T.o(), p.j0)) { + if (this.k.h.u(T.o(), p.f1197j0)) { str2 = T.B(); B(zzaq, new zzn(str, v, M, N, O, P, Q, (String) null, z2, false, H, g, 0L, 0, h, i, false, y2, j, S, k, str2, (t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d())); } @@ -1869,7 +1867,7 @@ public class k9 implements t5 { @WorkerThread public final void n(a4 a4Var) { U(); - if (!da.b() || !this.k.h.u(a4Var.o(), p.j0)) { + if (!da.b() || !this.k.h.u(a4Var.o(), p.f1197j0)) { if (TextUtils.isEmpty(a4Var.v()) && TextUtils.isEmpty(a4Var.y())) { r(a4Var.o(), 204, null, null, null); return; @@ -1883,7 +1881,7 @@ public class k9 implements t5 { Uri.Builder builder = new Uri.Builder(); String v = a4Var.v(); if (TextUtils.isEmpty(v)) { - if (da.b() && cVar.a.h.u(a4Var.o(), p.j0)) { + if (da.b() && cVar.a.h.u(a4Var.o(), p.f1197j0)) { v = a4Var.B(); } v = a4Var.y(); @@ -1896,16 +1894,16 @@ public class k9 implements t5 { try { URL url = new URL(uri); this.k.g().n.b("Fetching remote configuration", a4Var.o()); - u0 s = H().s(a4Var.o()); + u0 s2 = H().s(a4Var.o()); p4 H = H(); String o = a4Var.o(); H.b(); String str = H.i.get(o); - if (s != null && !TextUtils.isEmpty(str)) { + if (s2 != null && !TextUtils.isEmpty(str)) { arrayMap = new ArrayMap(); arrayMap.put("If-Modified-Since", str); } - this.f1246r = true; + this.r = true; x3 J = J(); String o2 = a4Var.o(); l9 l9Var = new l9(this); @@ -1961,20 +1959,20 @@ public class k9 implements t5 { } l z2 = K().z(zzn.i, "_s"); if (z2 != null) { - j2 = z2.f1252c; + j2 = z2.f1182c; this.k.g().n.b("Backfill the session number. Last used session number", Long.valueOf(j2)); } o(new zzku("_sno", j, Long.valueOf(j2 + 1), str2), zzn); } u9 u9Var = new u9(zzn.i, zzku.n, zzku.j, zzku.k, n0); - this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1285c), n0); + this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1214c), n0); K().b0(); try { G(zzn); boolean M = K().M(u9Var); K().s(); if (!M) { - this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1285c), u9Var.e); + this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1214c), u9Var.e); this.k.t().S(this.A, zzn.i, 9, null, null, 0); } } finally { @@ -1986,10 +1984,10 @@ public class k9 implements t5 { @WorkerThread public final void p(zzn zzn) { - if (this.f1247w != null) { + if (this.w != null) { ArrayList arrayList = new ArrayList(); - this.f1248x = arrayList; - arrayList.addAll(this.f1247w); + this.f1178x = arrayList; + arrayList.addAll(this.w); } g K = K(); String str = zzn.i; @@ -2055,9 +2053,9 @@ public class k9 implements t5 { zzku zzku3 = zzz2.k; u9 u9Var = new u9(zzz2.i, zzz2.j, zzku3.j, zzku3.k, zzku3.v0()); if (K().M(u9Var)) { - this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1285c), u9Var.e); + this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1214c), u9Var.e); } else { - this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1285c), u9Var.e); + this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1214c), u9Var.e); } if (z3 && (zzaq = zzz2.q) != null) { I(new zzaq(zzaq, zzz2.l), zzn); @@ -2087,7 +2085,7 @@ public class k9 implements t5 { try { bArr = new byte[0]; } catch (Throwable th2) { - this.f1246r = false; + this.r = false; x(); throw th2; } @@ -2160,7 +2158,7 @@ public class k9 implements t5 { } K().s(); K().e0(); - this.f1246r = false; + this.r = false; x(); } catch (Throwable th3) { K().e0(); @@ -2173,7 +2171,7 @@ public class k9 implements t5 { if (t8.b() && this.k.h.o(p.J0)) { U(); P(); - this.f1250z.put(str, dVar); + this.f1180z.put(str, dVar); g K = K(); if (t8.b() && K.a.h.o(p.J0)) { Objects.requireNonNull(str, "null reference"); @@ -2394,7 +2392,7 @@ public class k9 implements t5 { try { a aVar9 = new a(k9Var3, null); g K = K(); - long j3 = k9Var3.f1249y; + long j3 = k9Var3.f1179y; d.A(aVar9); K.b(); K.n(); @@ -2417,7 +2415,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { e1.a t2 = aVar9.a.t(); t2.F(); @@ -2432,10 +2430,10 @@ public class k9 implements t5 { long j4 = 0; while (true) { z2 = z11; - if (i13 >= aVar9.f1251c.size()) { + if (i13 >= aVar9.f1181c.size()) { break; } - a1.a t3 = aVar9.f1251c.get(i13).t(); + a1.a t3 = aVar9.f1181c.get(i13).t(); if (H().x(aVar9.a.G1(), t3.y())) { z7 = v; k9Var3.k.g().A().c("Dropping blacklisted raw event. appId", q3.s(aVar9.a.G1()), k9Var3.k.u().u(t3.y())); @@ -2530,7 +2528,7 @@ public class k9 implements t5 { } else { z2 = true; } - if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1233c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { + if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1164c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { k9Var3.k.g().A().b("Too many conversions. Not logging as conversion. appId", q3.s(aVar9.a.G1())); z9 = false; int i16 = -1; @@ -2773,7 +2771,7 @@ public class k9 implements t5 { } } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2810,7 +2808,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2834,27 +2832,27 @@ public class k9 implements t5 { d.m("_e".equals(aVar15.y())); N(); str7 = str5; - c1 w2 = q9.w((a1) ((u4) aVar15.p()), str7); + c1 w = q9.w((a1) ((u4) aVar15.p()), str7); N(); str9 = str; - c1 w3 = q9.w((a1) ((u4) aVar15.p()), str9); + c1 w2 = q9.w((a1) ((u4) aVar15.p()), str9); N(); i3 = i11; str8 = str2; - c1 w4 = q9.w((a1) ((u4) aVar15.p()), str8); - String G2 = w2 != null ? w2.G() : str4; + c1 w3 = q9.w((a1) ((u4) aVar15.p()), str8); + String G2 = w != null ? w.G() : str4; if (!TextUtils.isEmpty(G2)) { N(); q9.E(t3, str7, G2); } - String G3 = w3 != null ? w3.G() : str4; + String G3 = w2 != null ? w2.G() : str4; if (!TextUtils.isEmpty(G3)) { N(); q9.E(t3, str9, G3); } - if (w4 != null) { + if (w3 != null) { N(); - q9.E(t3, str8, Long.valueOf(w4.J())); + q9.E(t3, str8, Long.valueOf(w3.J())); } aVar4.r(i8, aVar15); i14 = i8; @@ -2862,7 +2860,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2879,7 +2877,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2896,7 +2894,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2913,7 +2911,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2924,7 +2922,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1251c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1181c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2954,9 +2952,9 @@ public class k9 implements t5 { } } N(); - c1 w5 = q9.w(C, "_et"); - if (w5 != null) { - Long valueOf = w5.I() ? Long.valueOf(w5.J()) : null; + c1 w4 = q9.w(C, "_et"); + if (w4 != null) { + Long valueOf = w4.I() ? Long.valueOf(w4.J()) : null; if (valueOf != null && valueOf.longValue() > 0) { j4 += valueOf.longValue(); } @@ -2983,9 +2981,9 @@ public class k9 implements t5 { if (q9.s(t2, "_sid") >= 0) { k9Var3.i(t2, j4, true); } else { - int s = q9.s(t2, "_se"); - if (s >= 0) { - t2.R(s); + int s2 = q9.s(t2, "_se"); + if (s2 >= 0) { + t2.R(s2); k9Var3.k.g().z().b("Session engagement user property is in the bundle without session ID. appId", q3.s(aVar9.a.G1())); } } @@ -3234,10 +3232,10 @@ public class k9 implements t5 { K().I(T2); } if (t2.A() > 0) { - u0 s2 = H().s(aVar.a.G1()); - if (s2 != null) { - if (s2.x()) { - t2.g0(s2.y()); + u0 s3 = H().s(aVar.a.G1()); + if (s3 != null) { + if (s3.x()) { + t2.g0(s3.y()); K().K((e1) ((u4) t2.p()), z2); } } @@ -3306,7 +3304,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { } } else { @@ -3326,7 +3324,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { } } else { @@ -3385,7 +3383,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Failed to merge raw event metadata. appId", q3.s(str11), e6); cursor2.close(); } - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { } } @@ -3402,7 +3400,7 @@ public class k9 implements t5 { if (cursor2 != null) { cursor2.close(); } - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th5) { @@ -3431,7 +3429,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Error selecting raw event. appId", q3.s(str11), sQLiteException); if (cursor2 != null) { } - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th7) { @@ -3448,7 +3446,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Error selecting raw event. appId", q3.s(str11), sQLiteException); if (cursor2 != null) { } - list = aVar9.f1251c; + list = aVar9.f1181c; if (!(list != null || list.isEmpty())) { } } catch (SQLiteException e9) { @@ -3466,13 +3464,13 @@ public class k9 implements t5 { public final boolean u(a1.a aVar, a1.a aVar2) { d.m("_e".equals(aVar.y())); N(); - c1 w2 = q9.w((a1) ((u4) aVar.p()), "_sc"); + c1 w = q9.w((a1) ((u4) aVar.p()), "_sc"); String str = null; - String G = w2 == null ? null : w2.G(); + String G = w == null ? null : w.G(); N(); - c1 w3 = q9.w((a1) ((u4) aVar2.p()), "_pc"); - if (w3 != null) { - str = w3.G(); + c1 w2 = q9.w((a1) ((u4) aVar2.p()), "_pc"); + if (w2 != null) { + str = w2.G(); } if (str == null || !str.equals(G)) { return false; @@ -3572,15 +3570,15 @@ public class k9 implements t5 { S.a.f().b(); if (!S.b) { S.a.k.b.registerReceiver(S, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); - S.f1219c = S.a.J().u(); - S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1219c)); + S.f1151c = S.a.J().u(); + S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1151c)); S.b = true; } T().s(); return; } else { long a4 = this.k.o().h.a(); - long max4 = Math.max(0L, p.f1267r.a(null).longValue()); + long max4 = Math.max(0L, p.r.a(null).longValue()); if (!N().N(a4, max4)) { j2 = Math.max(j2, a4 + max4); } @@ -3588,7 +3586,7 @@ public class k9 implements t5 { Objects.requireNonNull((c.i.a.f.e.o.d) this.k.o); long currentTimeMillis2 = j2 - System.currentTimeMillis(); if (currentTimeMillis2 <= 0) { - currentTimeMillis2 = Math.max(0L, p.f1268w.a(null).longValue()); + currentTimeMillis2 = Math.max(0L, p.w.a(null).longValue()); h4 h4Var = this.k.o().f; Objects.requireNonNull((c.i.a.f.e.o.d) this.k.o); h4Var.b(System.currentTimeMillis()); @@ -3607,7 +3605,7 @@ public class k9 implements t5 { T.g().n.b("Scheduling upload, millis", Long.valueOf(currentTimeMillis2)); Objects.requireNonNull((c.i.a.f.e.o.d) T.a.o); long elapsedRealtime = SystemClock.elapsedRealtime() + currentTimeMillis2; - if (currentTimeMillis2 < Math.max(0L, p.f1269x.a(null).longValue())) { + if (currentTimeMillis2 < Math.max(0L, p.f1199x.a(null).longValue())) { if (!(T.e.d != 0)) { T.e.b(currentTimeMillis2); } @@ -3653,7 +3651,7 @@ public class k9 implements t5 { jobScheduler.schedule(build); return; } - T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.s.a(null).longValue(), currentTimeMillis2), T.u()); + T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1198s.a(null).longValue(), currentTimeMillis2), T.u()); return; } } @@ -3678,8 +3676,8 @@ public class k9 implements t5 { @WorkerThread public final void x() { U(); - if (this.f1246r || this.s || this.t) { - this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.f1246r), Boolean.valueOf(this.s), Boolean.valueOf(this.t)); + if (this.r || this.f1177s || this.t) { + this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1177s), Boolean.valueOf(this.t)); return; } this.k.g().n.a("Stopping uploading service(s)"); @@ -3701,7 +3699,7 @@ public class k9 implements t5 { } Boolean z2 = z(T); if (z2 == null || z2.booleanValue()) { - return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); + return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1197j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); } this.k.g().f.b("App version does not match; dropping. appId", q3.s(str)); return null; diff --git a/app/src/main/java/c/i/a/f/i/b/l.java b/app/src/main/java/c/i/a/f/i/b/l.java index f31b8c07ed..948b999798 100644 --- a/app/src/main/java/c/i/a/f/i/b/l.java +++ b/app/src/main/java/c/i/a/f/i/b/l.java @@ -7,7 +7,7 @@ public final class l { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1252c; + public final long f1182c; public final long d; public final long e; public final long f; @@ -31,7 +31,7 @@ public final class l { d.m(j5 < 0 ? false : z2); this.a = str; this.b = str2; - this.f1252c = j; + this.f1182c = j; this.d = j2; this.e = j3; this.f = j4; @@ -43,14 +43,14 @@ public final class l { } public final l a(long j) { - return new l(this.a, this.b, this.f1252c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); + return new l(this.a, this.b, this.f1182c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); } public final l b(long j, long j2) { - return new l(this.a, this.b, this.f1252c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); + return new l(this.a, this.b, this.f1182c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); } public final l c(Long l, Long l2, Boolean bool) { - return new l(this.a, this.b, this.f1252c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); + return new l(this.a, this.b, this.f1182c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); } } diff --git a/app/src/main/java/c/i/a/f/i/b/l3.java b/app/src/main/java/c/i/a/f/i/b/l3.java index 6ea59a3e5d..7fa9c497aa 100644 --- a/app/src/main/java/c/i/a/f/i/b/l3.java +++ b/app/src/main/java/c/i/a/f/i/b/l3.java @@ -79,7 +79,7 @@ public abstract class l3 extends s0 implements i3 { List list = (List) ((FutureTask) z4Var5.a.f().t(new n5(z4Var5, zzn4))).get(); arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1285c)) { + if (z2 || !t9.r0(u9Var.f1214c)) { arrayList.add(new zzku(u9Var)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/m.java b/app/src/main/java/c/i/a/f/i/b/m.java index 978dc19c6d..27f7baa25f 100644 --- a/app/src/main/java/c/i/a/f/i/b/m.java +++ b/app/src/main/java/c/i/a/f/i/b/m.java @@ -13,7 +13,7 @@ public final class m { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1253c; + public final String f1183c; public final long d; public final long e; public final zzap f; @@ -24,7 +24,7 @@ public final class m { d.w(str3); this.a = str2; this.b = str3; - this.f1253c = TextUtils.isEmpty(str) ? null : str; + this.f1183c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; if (j2 != 0 && j2 > j) { @@ -61,7 +61,7 @@ public final class m { Objects.requireNonNull(zzap, "null reference"); this.a = str2; this.b = str3; - this.f1253c = TextUtils.isEmpty(str) ? null : str; + this.f1183c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; if (j2 != 0 && j2 > j) { @@ -71,7 +71,7 @@ public final class m { } public final m a(u4 u4Var, long j) { - return new m(u4Var, this.f1253c, this.a, this.b, this.d, j, this.f); + return new m(u4Var, this.f1183c, this.a, this.b, this.d, j, this.f); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/i/b/m3.java b/app/src/main/java/c/i/a/f/i/b/m3.java index 9456fa12bd..a450fd90ad 100644 --- a/app/src/main/java/c/i/a/f/i/b/m3.java +++ b/app/src/main/java/c/i/a/f/i/b/m3.java @@ -13,7 +13,7 @@ import androidx.exifinterface.media.ExifInterface; public final class m3 extends a5 { /* renamed from: c reason: collision with root package name */ - public final p3 f1254c = new p3(this, this.a.b, "google_app_measurement_local.db"); + public final p3 f1184c = new p3(this, this.a.b, "google_app_measurement_local.db"); public boolean d; public m3(u4 u4Var) { @@ -44,7 +44,7 @@ public final class m3 extends a5 { if (this.d) { return null; } - SQLiteDatabase writableDatabase = this.f1254c.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f1184c.getWritableDatabase(); if (writableDatabase != null) { return writableDatabase; } diff --git a/app/src/main/java/c/i/a/f/i/b/m6.java b/app/src/main/java/c/i/a/f/i/b/m6.java index c509c2826c..2b7553405b 100644 --- a/app/src/main/java/c/i/a/f/i/b/m6.java +++ b/app/src/main/java/c/i/a/f/i/b/m6.java @@ -21,10 +21,10 @@ public final class m6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - String str = o.f1255c; + String str = o.f1185c; Objects.requireNonNull(cVar); j3 j3Var = p.L; - atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1220c.i(str, j3Var.b))); + atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1152c.i(str, j3Var.b))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/m9.java b/app/src/main/java/c/i/a/f/i/b/m9.java index c0b705f763..4d115ae540 100644 --- a/app/src/main/java/c/i/a/f/i/b/m9.java +++ b/app/src/main/java/c/i/a/f/i/b/m9.java @@ -26,13 +26,13 @@ public final class m9 implements z3 { try { bArr = new byte[0]; } catch (Throwable th2) { - k9Var.s = false; + k9Var.f1177s = false; k9Var.x(); throw th2; } } - List list = k9Var.f1247w; - k9Var.f1247w = null; + List list = k9Var.w; + k9Var.w = null; boolean z2 = true; if ((i == 200 || i == 204) && th == null) { try { @@ -59,7 +59,7 @@ public final class m9 implements z3 { throw e; } } catch (SQLiteException e2) { - List list2 = k9Var.f1248x; + List list2 = k9Var.f1178x; if (list2 == null || !list2.contains(l)) { throw e2; } @@ -67,9 +67,9 @@ public final class m9 implements z3 { } k9Var.K().s(); k9Var.K().e0(); - k9Var.f1248x = null; + k9Var.f1178x = null; if (!k9Var.J().u() || !k9Var.v()) { - k9Var.f1249y = -1; + k9Var.f1179y = -1; k9Var.w(); } else { k9Var.Q(); @@ -101,7 +101,7 @@ public final class m9 implements z3 { k9Var.K().J(list); k9Var.w(); } - k9Var.s = false; + k9Var.f1177s = false; k9Var.x(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/n3.java b/app/src/main/java/c/i/a/f/i/b/n3.java index a8f960e5a1..d867982389 100644 --- a/app/src/main/java/c/i/a/f/i/b/n3.java +++ b/app/src/main/java/c/i/a/f/i/b/n3.java @@ -23,7 +23,7 @@ import java.util.Objects; public final class n3 extends a5 { /* renamed from: c reason: collision with root package name */ - public String f1255c; + public String f1185c; public String d; public int e; public String f; @@ -63,7 +63,7 @@ public final class n3 extends a5 { List list; Bundle D; Integer num; - String H0; + String I0; String str = EnvironmentCompat.MEDIA_UNKNOWN; String str2 = "Unknown"; String packageName = this.a.b.getPackageName(); @@ -96,7 +96,7 @@ public final class n3 extends a5 { g().f.c("Error retrieving package info. appId, appName", q3.s(packageName), "Unknown"); } } - this.f1255c = packageName; + this.f1185c = packageName; this.f = str; this.d = str2; this.e = i; @@ -112,7 +112,7 @@ public final class n3 extends a5 { } boolean z3 = true; boolean z4 = status != null && status.v0(); - boolean z5 = !TextUtils.isEmpty(this.a.f1278c) && "am".equals(this.a.d); + boolean z5 = !TextUtils.isEmpty(this.a.f1208c) && "am".equals(this.a.d); boolean z6 = z4 | z5; if (!z6) { if (status == null) { @@ -162,12 +162,12 @@ public final class n3 extends a5 { this.l = ""; this.m = ""; if (z5) { - this.l = this.a.f1278c; + this.l = this.a.f1208c; } list = null; - H0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1113c : c.H0(this.a.b, "google_app_id"); - this.k = !TextUtils.isEmpty(H0) ? "" : H0; - if (!da.b() && this.a.h.o(p.j0)) { + I0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1052c : c.I0(this.a.b, "google_app_id"); + this.k = !TextUtils.isEmpty(I0) ? "" : I0; + if (!da.b() && this.a.h.o(p.f1197j0)) { Context context2 = this.a.b; Objects.requireNonNull(context2, "null reference"); Resources resources = context2.getResources(); @@ -175,11 +175,11 @@ public final class n3 extends a5 { int identifier = resources.getIdentifier("ga_app_id", "string", resourcePackageName); String string = identifier == 0 ? null : resources.getString(identifier); this.m = TextUtils.isEmpty(string) ? "" : string; - if (!TextUtils.isEmpty(H0) || !TextUtils.isEmpty(string)) { + if (!TextUtils.isEmpty(I0) || !TextUtils.isEmpty(string)) { int identifier2 = resources.getIdentifier("admob_app_id", "string", resourcePackageName); this.l = identifier2 == 0 ? null : resources.getString(identifier2); } - } else if (!TextUtils.isEmpty(H0)) { + } else if (!TextUtils.isEmpty(I0)) { Context context3 = this.a.b; Objects.requireNonNull(context3, "null reference"); Resources resources2 = context3.getResources(); @@ -187,7 +187,7 @@ public final class n3 extends a5 { this.l = identifier3 == 0 ? null : resources2.getString(identifier3); } if (z2) { - g().n.c("App measurement enabled for app package, google app id", this.f1255c, TextUtils.isEmpty(this.k) ? this.l : this.k); + g().n.c("App measurement enabled for app package, google app id", this.f1185c, TextUtils.isEmpty(this.k) ? this.l : this.k); } this.i = null; c cVar = this.a.h; @@ -254,10 +254,10 @@ public final class n3 extends a5 { try { if (((lb) ib.i.a()).a()) { } - this.k = !TextUtils.isEmpty(H0) ? "" : H0; + this.k = !TextUtils.isEmpty(I0) ? "" : I0; if (!da.b()) { } - if (!TextUtils.isEmpty(H0)) { + if (!TextUtils.isEmpty(I0)) { } if (z2) { } diff --git a/app/src/main/java/c/i/a/f/i/b/o3.java b/app/src/main/java/c/i/a/f/i/b/o3.java index a3228aeae9..d5111e74cf 100644 --- a/app/src/main/java/c/i/a/f/i/b/o3.java +++ b/app/src/main/java/c/i/a/f/i/b/o3.java @@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class o3 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final AtomicReference f1256c = new AtomicReference<>(); + public static final AtomicReference f1186c = new AtomicReference<>(); public static final AtomicReference d = new AtomicReference<>(); public static final AtomicReference e = new AtomicReference<>(); @@ -92,7 +92,7 @@ public final class o3 extends r5 { if (str == null) { return null; } - return !z() ? str : v(str, v5.f1286c, v5.a, f1256c); + return !z() ? str : v(str, v5.f1215c, v5.a, f1186c); } @Nullable @@ -102,12 +102,12 @@ public final class o3 extends r5 { } StringBuilder O = a.O("["); for (Object obj : objArr) { - String s = obj instanceof Bundle ? s((Bundle) obj) : String.valueOf(obj); - if (s != null) { + String s2 = obj instanceof Bundle ? s((Bundle) obj) : String.valueOf(obj); + if (s2 != null) { if (O.length() != 1) { O.append(", "); } - O.append(s); + O.append(s2); } } O.append("]"); diff --git a/app/src/main/java/c/i/a/f/i/b/p.java b/app/src/main/java/c/i/a/f/i/b/p.java index 14209285aa..4fef117658 100644 --- a/app/src/main/java/c/i/a/f/i/b/p.java +++ b/app/src/main/java/c/i/a/f/i/b/p.java @@ -53,43 +53,45 @@ public final class p { public static List> a = Collections.synchronizedList(new ArrayList()); /* renamed from: a0 reason: collision with root package name */ - public static j3 f1257a0; + public static j3 f1187a0; public static j3 b = a("measurement.ad_id_cache_time", 10000L, 10000L, s.a); /* renamed from: b0 reason: collision with root package name */ - public static j3 f1258b0; + public static j3 f1188b0; /* renamed from: c reason: collision with root package name */ - public static j3 f1259c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); + public static j3 f1189c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); /* renamed from: c0 reason: collision with root package name */ - public static j3 f1260c0; + public static j3 f1190c0; public static j3 d = a("measurement.config.cache_time", 86400000L, 3600000L, f0.a); /* renamed from: d0 reason: collision with root package name */ - public static j3 f1261d0; + public static j3 f1191d0; public static j3 e = a("measurement.config.url_scheme", Constants.SCHEME, Constants.SCHEME, o0.a); /* renamed from: e0 reason: collision with root package name */ - public static j3 f1262e0; + public static j3 f1192e0; public static j3 f = a("measurement.config.url_authority", "app-measurement.com", "app-measurement.com", c1.a); /* renamed from: f0 reason: collision with root package name */ - public static j3 f1263f0; + public static j3 f1193f0; public static j3 g = a("measurement.upload.max_bundles", 100, 100, l1.a); /* renamed from: g0 reason: collision with root package name */ - public static j3 f1264g0; + public static j3 f1194g0; public static j3 h = a("measurement.upload.max_batch_size", 65536, 65536, y1.a); /* renamed from: h0 reason: collision with root package name */ - public static j3 f1265h0; + public static j3 f1195h0; public static j3 i = a("measurement.upload.max_bundle_size", 65536, 65536, i2.a); /* renamed from: i0 reason: collision with root package name */ - public static j3 f1266i0; + public static j3 f1196i0; public static j3 j = a("measurement.upload.max_events_per_bundle", 1000, 1000, v2.a); - public static j3 j0; + + /* renamed from: j0 reason: collision with root package name */ + public static j3 f1197j0; public static j3 k = a("measurement.upload.max_events_per_day", 100000, 100000, g3.a); public static j3 k0; public static j3 l = a("measurement.upload.max_error_events_per_day", 1000, 1000, u.a); @@ -104,11 +106,11 @@ public final class p { public static j3 p0; public static j3 q = a("measurement.upload.url", "https://app-measurement.com/a", "https://app-measurement.com/a", y.a); public static j3 q0; - - /* renamed from: r reason: collision with root package name */ - public static j3 f1267r = a("measurement.upload.backoff_period", 43200000L, 43200000L, b0.a); + public static j3 r = a("measurement.upload.backoff_period", 43200000L, 43200000L, b0.a); public static j3 r0; - public static j3 s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); + + /* renamed from: s reason: collision with root package name */ + public static j3 f1198s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); public static j3 s0; public static j3 t = a("measurement.upload.interval", 3600000L, 3600000L, d0.a); public static j3 t0; @@ -116,21 +118,19 @@ public final class p { public static j3 u0; public static j3 v = a("measurement.upload.debug_upload_interval", 1000L, 1000L, e0.a); public static j3 v0; - - /* renamed from: w reason: collision with root package name */ - public static j3 f1268w = a("measurement.upload.minimum_delay", 500L, 500L, h0.a); + public static j3 w = a("measurement.upload.minimum_delay", 500L, 500L, h0.a); public static j3 w0; /* renamed from: x reason: collision with root package name */ - public static j3 f1269x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); + public static j3 f1199x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); public static j3 x0; /* renamed from: y reason: collision with root package name */ - public static j3 f1270y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); + public static j3 f1200y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); public static j3 y0; /* renamed from: z reason: collision with root package name */ - public static j3 f1271z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); + public static j3 f1201z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); public static j3 z0; static { @@ -151,16 +151,16 @@ public final class p { X = a("measurement.quality.checksum", bool, bool, null); Y = a("measurement.sdk.dynamite.allow_remote_dynamite3", bool2, bool2, i1.a); Z = a("measurement.sdk.collection.validate_param_names_alphabetical", bool2, bool2, h1.a); - f1257a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); - f1258b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); - f1260c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); - f1261d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); - f1262e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); - f1263f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); - f1264g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); - f1265h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); - f1266i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); - j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); + f1187a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); + f1188b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); + f1190c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); + f1191d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); + f1192e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); + f1193f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); + f1194g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); + f1195h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); + f1196i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); + f1197j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); k0 = a("measurement.lifecycle.app_in_background_parameter", bool, bool, t1.a); l0 = a("measurement.integration.disable_firebase_instance_id", bool, bool, w1.a); m0 = a("measurement.lifecycle.app_backgrounded_engagement", bool, bool, v1.a); diff --git a/app/src/main/java/c/i/a/f/i/b/p3.java b/app/src/main/java/c/i/a/f/i/b/p3.java index 08267716b9..d23b7e4482 100644 --- a/app/src/main/java/c/i/a/f/i/b/p3.java +++ b/app/src/main/java/c/i/a/f/i/b/p3.java @@ -41,7 +41,7 @@ public final class p3 extends SQLiteOpenHelper { @Override // android.database.sqlite.SQLiteOpenHelper @WorkerThread public final void onCreate(SQLiteDatabase sQLiteDatabase) { - c.R0(this.i.g(), sQLiteDatabase); + c.S0(this.i.g(), sQLiteDatabase); } @Override // android.database.sqlite.SQLiteOpenHelper @@ -52,7 +52,7 @@ public final class p3 extends SQLiteOpenHelper { @Override // android.database.sqlite.SQLiteOpenHelper @WorkerThread public final void onOpen(SQLiteDatabase sQLiteDatabase) { - c.S0(this.i.g(), sQLiteDatabase, "messages", "create table if not exists messages ( type INTEGER NOT NULL, entry BLOB NOT NULL)", "type,entry", null); + c.T0(this.i.g(), sQLiteDatabase, "messages", "create table if not exists messages ( type INTEGER NOT NULL, entry BLOB NOT NULL)", "type,entry", null); } @Override // android.database.sqlite.SQLiteOpenHelper diff --git a/app/src/main/java/c/i/a/f/i/b/p4.java b/app/src/main/java/c/i/a/f/i/b/p4.java index 11cac863c9..db9c846a59 100644 --- a/app/src/main/java/c/i/a/f/i/b/p4.java +++ b/app/src/main/java/c/i/a/f/i/b/p4.java @@ -48,11 +48,11 @@ public final class p4 extends i9 implements e { @WorkerThread public final boolean A(String str) { b(); - u0 s = s(str); - if (s == null) { + u0 s2 = s(str); + if (s2 == null) { return false; } - return s.E(); + return s2.E(); } @WorkerThread @@ -223,13 +223,13 @@ public final class p4 extends i9 implements e { g().i.a("EventConfig contained null event name"); } else { String q = t.q(); - String K0 = c.K0(t.q(), v5.a, v5.f1286c); - if (!TextUtils.isEmpty(K0)) { + String L0 = c.L0(t.q(), v5.a, v5.f1215c); + if (!TextUtils.isEmpty(L0)) { if (t.k) { t.n(); t.k = false; } - t0.v((t0) t.j, K0); + t0.v((t0) t.j, L0); if (aVar.k) { aVar.n(); aVar.k = false; @@ -284,13 +284,13 @@ public final class p4 extends i9 implements e { while (i2 < ((k0) t2.j).D()) { l0.a t3 = ((k0) t2.j).z(i2).t(); l0.a aVar = (l0.a) ((u4.b) t3.clone()); - String K0 = c.K0(((l0) t3.j).z(), v5.a, v5.f1286c); - if (K0 != null) { + String L0 = c.L0(((l0) t3.j).z(), v5.a, v5.f1215c); + if (L0 != null) { if (aVar.k) { aVar.n(); aVar.k = false; } - l0.w((l0) aVar.j, K0); + l0.w((l0) aVar.j, L0); z4 = true; } else { z4 = false; @@ -298,14 +298,14 @@ public final class p4 extends i9 implements e { int i3 = 0; while (i3 < ((l0) t3.j).B()) { m0 u = ((l0) t3.j).u(i3); - String K02 = c.K0(u.C(), u5.a, u5.b); - if (K02 != null) { + String L02 = c.L0(u.C(), u5.a, u5.b); + if (L02 != null) { m0.a t4 = u.t(); if (t4.k) { t4.n(); t4.k = false; } - m0.u((m0) t4.j, K02); + m0.u((m0) t4.j, L02); m0 m0Var = (m0) ((u4) t4.p()); if (aVar.k) { aVar.n(); @@ -336,8 +336,8 @@ public final class p4 extends i9 implements e { if (((k0) t2.j).B() != 0) { for (int i4 = 0; i4 < ((k0) t2.j).B(); i4++) { o0 u2 = ((k0) t2.j).u(i4); - String K03 = c.K0(u2.x(), x5.a, x5.b); - if (K03 != null) { + String L03 = c.L0(u2.x(), x5.a, x5.b); + if (L03 != null) { o0.a t5 = u2.t(); if (t5.k) { t5.n(); @@ -346,7 +346,7 @@ public final class p4 extends i9 implements e { } else { z3 = false; } - o0.u((o0) t5.j, K03); + o0.u((o0) t5.j, L03); if (t2.k) { t2.n(); t2.k = z3; diff --git a/app/src/main/java/c/i/a/f/i/b/p5.java b/app/src/main/java/c/i/a/f/i/b/p5.java index 83ea6186a7..cee1c40d31 100644 --- a/app/src/main/java/c/i/a/f/i/b/p5.java +++ b/app/src/main/java/c/i/a/f/i/b/p5.java @@ -21,15 +21,15 @@ public final class p5 implements Runnable { this.m.a.k.w().D(this.j, null); return; } - h7 w2 = this.m.a.k.w(); + h7 w = this.m.a.k.w(); String str = this.j; - w2.b(); - synchronized (w2) { - String str2 = w2.m; + w.b(); + synchronized (w) { + String str2 = w.m; if (str2 != null) { str2.equals(str); } - w2.m = str; + w.m = str; } } } diff --git a/app/src/main/java/c/i/a/f/i/b/q3.java b/app/src/main/java/c/i/a/f/i/b/q3.java index c1eb785cf1..90522c1070 100644 --- a/app/src/main/java/c/i/a/f/i/b/q3.java +++ b/app/src/main/java/c/i/a/f/i/b/q3.java @@ -11,7 +11,7 @@ import java.util.Objects; public final class q3 extends r5 { /* renamed from: c reason: collision with root package name */ - public char f1272c = 0; + public char f1202c = 0; public long d = -1; @GuardedBy("this") public String e; @@ -169,11 +169,11 @@ public final class q3 extends r5 { if (j > (j3 << 1)) { k4Var.a(); } else { - String string = k4Var.e.w().getString(k4Var.f1244c, null); + String string = k4Var.e.w().getString(k4Var.f1175c, null); long j4 = k4Var.e.w().getLong(k4Var.b, 0); k4Var.a(); - pair = (string == null || j4 <= 0) ? d4.f1224c : new Pair<>(string, Long.valueOf(j4)); - if (pair != null || pair == d4.f1224c) { + pair = (string == null || j4 <= 0) ? d4.f1156c : new Pair<>(string, Long.valueOf(j4)); + if (pair != null || pair == d4.f1156c) { return null; } String valueOf = String.valueOf(pair.second); diff --git a/app/src/main/java/c/i/a/f/i/b/q7.java b/app/src/main/java/c/i/a/f/i/b/q7.java index 98bc3575e4..81fcd3fa96 100644 --- a/app/src/main/java/c/i/a/f/i/b/q7.java +++ b/app/src/main/java/c/i/a/f/i/b/q7.java @@ -42,7 +42,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class q7 extends a5 { /* renamed from: c reason: collision with root package name */ - public final k8 f1273c; + public final k8 f1203c; public i3 d; public volatile Boolean e; public final i f; @@ -53,7 +53,7 @@ public final class q7 extends a5 { public q7(u4 u4Var) { super(u4Var); this.g = new e9(u4Var.o); - this.f1273c = new k8(this); + this.f1203c = new k8(this); this.f = new p7(this, u4Var); this.i = new z7(this, u4Var); } @@ -88,7 +88,7 @@ public final class q7 extends a5 { t(); if (!B()) { if (G()) { - k8 k8Var = this.f1273c; + k8 k8Var = this.f1203c; k8Var.k.b(); Context context = k8Var.k.a.b; synchronized (k8Var) { @@ -108,7 +108,7 @@ public final class q7 extends a5 { if (queryIntentServices != null && queryIntentServices.size() > 0) { Intent intent = new Intent("com.google.android.gms.measurement.START"); intent.setComponent(new ComponentName(this.a.b, "com.google.android.gms.measurement.AppMeasurementService")); - k8 k8Var2 = this.f1273c; + k8 k8Var2 = this.f1203c; k8Var2.k.b(); Context context2 = k8Var2.k.a.b; a b = a.b(); @@ -119,7 +119,7 @@ public final class q7 extends a5 { } k8Var2.k.g().n.a("Using local app measurement service"); k8Var2.i = true; - b.a(context2, intent, k8Var2.k.f1273c, 129); + b.a(context2, intent, k8Var2.k.f1203c, 129); return; } } @@ -132,13 +132,13 @@ public final class q7 extends a5 { public final void D() { b(); t(); - k8 k8Var = this.f1273c; + k8 k8Var = this.f1203c; if (k8Var.j != null && (k8Var.j.j() || k8Var.j.e())) { k8Var.j.h(); } k8Var.j = null; try { - a.b().c(this.a.b, this.f1273c); + a.b().c(this.a.b, this.f1203c); } catch (IllegalArgumentException | IllegalStateException unused) { } this.d = null; @@ -288,7 +288,7 @@ public final class q7 extends a5 { String E = z2 ? g().E() : null; o.b(); o.t(); - String str4 = o.f1255c; + String str4 = o.f1185c; o.t(); String str5 = o.k; o.t(); @@ -333,7 +333,7 @@ public final class q7 extends a5 { } long j6 = o.g; boolean d = o.a.d(); - boolean z4 = !o.l().f1226w; + boolean z4 = !o.l().w; o.b(); if (o.a.d()) { if (!((rb) ob.i.a()).a() || !o.a.h.o(p.l0)) { @@ -366,15 +366,15 @@ public final class q7 extends a5 { o.t(); int i = o.j; boolean booleanValue = o.a.h.y().booleanValue(); - Boolean w2 = o.a.h.w("google_analytics_ssaid_collection_enabled"); - boolean booleanValue2 = Boolean.valueOf(w2 != null || w2.booleanValue()).booleanValue(); + Boolean w = o.a.h.w("google_analytics_ssaid_collection_enabled"); + boolean booleanValue2 = Boolean.valueOf(w != null || w.booleanValue()).booleanValue(); d4 l = o.l(); l.b(); boolean z5 = l.w().getBoolean("deferred_analytics_collection", false); o.t(); String str8 = o.l; - Boolean w3 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); - if (w3 != null) { + Boolean w2 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); + if (w2 != null) { } long j7 = o.h; List list2 = o.i; @@ -394,15 +394,15 @@ public final class q7 extends a5 { o.t(); int i = o.j; boolean booleanValue = o.a.h.y().booleanValue(); - Boolean w2 = o.a.h.w("google_analytics_ssaid_collection_enabled"); - boolean booleanValue2 = Boolean.valueOf(w2 != null || w2.booleanValue()).booleanValue(); + Boolean w = o.a.h.w("google_analytics_ssaid_collection_enabled"); + boolean booleanValue2 = Boolean.valueOf(w != null || w.booleanValue()).booleanValue(); d4 l = o.l(); l.b(); boolean z5 = l.w().getBoolean("deferred_analytics_collection", false); o.t(); String str8 = o.l; - Boolean w3 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); - if (w3 != null) { + Boolean w2 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); + if (w2 != null) { } long j7 = o.h; List list2 = o.i; @@ -423,21 +423,21 @@ public final class q7 extends a5 { o.t(); int i = o.j; boolean booleanValue = o.a.h.y().booleanValue(); - Boolean w2 = o.a.h.w("google_analytics_ssaid_collection_enabled"); - boolean booleanValue2 = Boolean.valueOf(w2 != null || w2.booleanValue()).booleanValue(); + Boolean w = o.a.h.w("google_analytics_ssaid_collection_enabled"); + boolean booleanValue2 = Boolean.valueOf(w != null || w.booleanValue()).booleanValue(); d4 l = o.l(); l.b(); boolean z5 = l.w().getBoolean("deferred_analytics_collection", false); o.t(); String str8 = o.l; - Boolean w3 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); - Boolean valueOf2 = w3 != null ? null : Boolean.valueOf(!w3.booleanValue()); + Boolean w2 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); + Boolean valueOf2 = w2 != null ? null : Boolean.valueOf(!w2.booleanValue()); long j7 = o.h; List list2 = o.i; if (!da.b()) { list = list2; j2 = j7; - if (o.a.h.o(p.j0)) { + if (o.a.h.o(p.f1197j0)) { o.t(); str3 = o.m; return new zzn(str4, str5, str6, j4, str7, 33025, j6, E, z3, z4, str2, 0, j, i, booleanValue, booleanValue2, z5, str8, valueOf2, j2, list, str3, (t8.b() || !o.a.h.o(p.H0)) ? "" : o.l().y().d()); @@ -464,15 +464,15 @@ public final class q7 extends a5 { o.t(); int i = o.j; boolean booleanValue = o.a.h.y().booleanValue(); - Boolean w2 = o.a.h.w("google_analytics_ssaid_collection_enabled"); - boolean booleanValue2 = Boolean.valueOf(w2 != null || w2.booleanValue()).booleanValue(); + Boolean w = o.a.h.w("google_analytics_ssaid_collection_enabled"); + boolean booleanValue2 = Boolean.valueOf(w != null || w.booleanValue()).booleanValue(); d4 l = o.l(); l.b(); boolean z5 = l.w().getBoolean("deferred_analytics_collection", false); o.t(); String str8 = o.l; - Boolean w3 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); - if (w3 != null) { + Boolean w2 = o.a.h.w("google_analytics_default_allow_ad_personalization_signals"); + if (w2 != null) { } long j7 = o.h; List list2 = o.i; @@ -533,11 +533,11 @@ public final class q7 extends a5 { int i6 = 0; while (i6 < 1001 && i5 == i3) { ArrayList arrayList2 = new ArrayList(); - m3 r2 = r(); - r2.b(); - if (!r2.d) { + m3 r = r(); + r.b(); + if (!r.d) { ArrayList arrayList3 = new ArrayList(); - if (!r2.a.b.getDatabasePath("google_app_measurement_local.db").exists()) { + if (!r.a.b.getDatabasePath("google_app_measurement_local.db").exists()) { arrayList = arrayList3; if (arrayList != null) { arrayList2.addAll(arrayList); @@ -586,15 +586,15 @@ public final class q7 extends a5 { int i10 = 5; while (true) { if (i9 >= i8) { - r2.g().i.a("Failed to read events from database in reasonable time"); + r.g().i.a("Failed to read events from database in reasonable time"); arrayList = null; break; } try { - sQLiteDatabase2 = r2.A(); + sQLiteDatabase2 = r.A(); if (sQLiteDatabase2 == null) { try { - r2.d = true; + r.d = true; if (sQLiteDatabase2 != null) { sQLiteDatabase2.close(); } @@ -633,8 +633,8 @@ public final class q7 extends a5 { throw th; } } - r2.g().f.b("Error reading entries from local database", e2); - r2.d = true; + r.g().f.b("Error reading entries from local database", e2); + r.d = true; if (cursor2 != null) { cursor2.close(); } @@ -659,11 +659,11 @@ public final class q7 extends a5 { } } else { sQLiteDatabase2.beginTransaction(); - long w2 = m3.w(sQLiteDatabase2); + long w = m3.w(sQLiteDatabase2); long j = -1; - if (w2 != -1) { + if (w != -1) { String[] strArr2 = new String[1]; - strArr2[i4] = String.valueOf(w2); + strArr2[i4] = String.valueOf(w); str = "rowid 131072) { - r2.g().g.a("Conditional user property too long for local database. Sending directly to service"); + r.g().g.a("Conditional user property too long for local database. Sending directly to service"); z2 = false; } else { - z2 = r2.x(2, g02); + z2 = r.x(2, g02); } z(new g8(this, z2, new zzz(zzz), I(true), zzz)); } diff --git a/app/src/main/java/c/i/a/f/i/b/q9.java b/app/src/main/java/c/i/a/f/i/b/q9.java index 0d1f89e1ee..76589c7eb5 100644 --- a/app/src/main/java/c/i/a/f/i/b/q9.java +++ b/app/src/main/java/c/i/a/f/i/b/q9.java @@ -282,7 +282,7 @@ public final class q9 extends i9 { @WorkerThread public static boolean O(zzaq zzaq, zzn zzn) { Objects.requireNonNull(zzaq, "null reference"); - return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2811z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2377z); } public static boolean P(String str) { @@ -297,23 +297,23 @@ public final class q9 extends i9 { } public static Object R(a1 a1Var, String str) { - c1 w2 = w(a1Var, str); - if (w2 == null) { + c1 w = w(a1Var, str); + if (w == null) { return null; } - if (w2.F()) { - return w2.G(); + if (w.F()) { + return w.G(); } - if (w2.I()) { - return Long.valueOf(w2.J()); + if (w.I()) { + return Long.valueOf(w.J()); } - if (w2.M()) { - return Double.valueOf(w2.N()); + if (w.M()) { + return Double.valueOf(w.N()); } - if (w2.P() <= 0) { + if (w.P() <= 0) { return null; } - List O = w2.O(); + List O = w.O(); ArrayList arrayList = new ArrayList(); for (c1 c1Var : O) { if (c1Var != null) { @@ -494,24 +494,24 @@ public final class q9 extends i9 { } if (m0Var.v()) { int i2 = i + 1; - p0 w2 = m0Var.w(); - if (w2 != null) { + p0 w = m0Var.w(); + if (w != null) { H(sb, i2); sb.append("string_filter"); sb.append(" {\n"); - if (w2.u()) { - L(sb, i2, "match_type", w2.v().name()); + if (w.u()) { + L(sb, i2, "match_type", w.v().name()); } - if (w2.w()) { - L(sb, i2, "expression", w2.x()); + if (w.w()) { + L(sb, i2, "expression", w.x()); } - if (w2.y()) { - L(sb, i2, "case_sensitive", Boolean.valueOf(w2.z())); + if (w.y()) { + L(sb, i2, "case_sensitive", Boolean.valueOf(w.z())); } - if (w2.B() > 0) { + if (w.B() > 0) { H(sb, i2 + 1); sb.append("expression_list {\n"); - for (String str : w2.A()) { + for (String str : w.A()) { H(sb, i2 + 2); sb.append(str); sb.append("\n"); diff --git a/app/src/main/java/c/i/a/f/i/b/r4.java b/app/src/main/java/c/i/a/f/i/b/r4.java index 43b95c74c2..8afecef9cd 100644 --- a/app/src/main/java/c/i/a/f/i/b/r4.java +++ b/app/src/main/java/c/i/a/f/i/b/r4.java @@ -14,7 +14,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class r4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final AtomicLong f1274c = new AtomicLong(Long.MIN_VALUE); + public static final AtomicLong f1204c = new AtomicLong(Long.MIN_VALUE); public v4 d; public v4 e; public final PriorityBlockingQueue> f = new PriorityBlockingQueue<>(); diff --git a/app/src/main/java/c/i/a/f/i/b/s3.java b/app/src/main/java/c/i/a/f/i/b/s3.java index f8fc93e2b2..0c6444429d 100644 --- a/app/src/main/java/c/i/a/f/i/b/s3.java +++ b/app/src/main/java/c/i/a/f/i/b/s3.java @@ -5,29 +5,29 @@ public final class s3 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f1275c; + public final boolean f1205c; public final /* synthetic */ q3 d; public s3(q3 q3Var, int i, boolean z2, boolean z3) { this.d = q3Var; this.a = i; this.b = z2; - this.f1275c = z3; + this.f1205c = z3; } public final void a(String str) { - this.d.w(this.a, this.b, this.f1275c, str, null, null, null); + this.d.w(this.a, this.b, this.f1205c, str, null, null, null); } public final void b(String str, Object obj) { - this.d.w(this.a, this.b, this.f1275c, str, obj, null, null); + this.d.w(this.a, this.b, this.f1205c, str, obj, null, null); } public final void c(String str, Object obj, Object obj2) { - this.d.w(this.a, this.b, this.f1275c, str, obj, obj2, null); + this.d.w(this.a, this.b, this.f1205c, str, obj, obj2, null); } public final void d(String str, Object obj, Object obj2, Object obj3) { - this.d.w(this.a, this.b, this.f1275c, str, obj, obj2, obj3); + this.d.w(this.a, this.b, this.f1205c, str, obj, obj2, obj3); } } diff --git a/app/src/main/java/c/i/a/f/i/b/s4.java b/app/src/main/java/c/i/a/f/i/b/s4.java index 23acde5574..534edca38b 100644 --- a/app/src/main/java/c/i/a/f/i/b/s4.java +++ b/app/src/main/java/c/i/a/f/i/b/s4.java @@ -15,7 +15,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Runnable runnable, boolean z2, String str) { super(runnable, null); this.l = r4Var; - long andIncrement = r4.f1274c.getAndIncrement(); + long andIncrement = r4.f1204c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; @@ -28,7 +28,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Callable callable, boolean z2, String str) { super(callable); this.l = r4Var; - long andIncrement = r4.f1274c.getAndIncrement(); + long andIncrement = r4.f1204c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; diff --git a/app/src/main/java/c/i/a/f/i/b/s6.java b/app/src/main/java/c/i/a/f/i/b/s6.java index ad09bd0912..2541c5b707 100644 --- a/app/src/main/java/c/i/a/f/i/b/s6.java +++ b/app/src/main/java/c/i/a/f/i/b/s6.java @@ -20,7 +20,7 @@ public final class s6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Integer.valueOf(cVar.q(o.f1255c, p.N))); + atomicReference.set(Integer.valueOf(cVar.q(o.f1185c, p.N))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/t3.java b/app/src/main/java/c/i/a/f/i/b/t3.java index a4db014e04..2a15d89f64 100644 --- a/app/src/main/java/c/i/a/f/i/b/t3.java +++ b/app/src/main/java/c/i/a/f/i/b/t3.java @@ -32,7 +32,7 @@ public final class t3 implements Runnable { } q3 q3Var = this.n; boolean z2 = true; - if (q3Var.f1272c == 0) { + if (q3Var.f1202c == 0) { c cVar = q3Var.a.h; if (cVar.d == null) { synchronized (cVar) { @@ -51,9 +51,9 @@ public final class t3 implements Runnable { } } if (cVar.d.booleanValue()) { - this.n.f1272c = 'C'; + this.n.f1202c = 'C'; } else { - this.n.f1272c = 'c'; + this.n.f1202c = 'c'; } } q3 q3Var2 = this.n; @@ -62,7 +62,7 @@ public final class t3 implements Runnable { } char charAt = "01VDIWEA?".charAt(this.i); q3 q3Var3 = this.n; - char c2 = q3Var3.f1272c; + char c2 = q3Var3.f1202c; long j = q3Var3.d; String u = q3.u(true, this.j, this.k, this.l, this.m); StringBuilder sb = new StringBuilder(String.valueOf(u).length() + 24); @@ -87,7 +87,7 @@ public final class t3 implements Runnable { long j2 = k4Var.e.w().getLong(k4Var.b, 0); if (j2 <= 0) { SharedPreferences.Editor edit = k4Var.e.w().edit(); - edit.putString(k4Var.f1244c, sb2); + edit.putString(k4Var.f1175c, sb2); edit.putLong(k4Var.b, 1); edit.apply(); return; @@ -98,7 +98,7 @@ public final class t3 implements Runnable { } SharedPreferences.Editor edit2 = k4Var.e.w().edit(); if (z2) { - edit2.putString(k4Var.f1244c, sb2); + edit2.putString(k4Var.f1175c, sb2); } edit2.putLong(k4Var.b, j3); edit2.apply(); diff --git a/app/src/main/java/c/i/a/f/i/b/t6.java b/app/src/main/java/c/i/a/f/i/b/t6.java index cb25b36e44..7c03fa028a 100644 --- a/app/src/main/java/c/i/a/f/i/b/t6.java +++ b/app/src/main/java/c/i/a/f/i/b/t6.java @@ -20,7 +20,7 @@ public final class t6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Long.valueOf(cVar.n(o.f1255c, p.M))); + atomicReference.set(Long.valueOf(cVar.n(o.f1185c, p.M))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/t9.java b/app/src/main/java/c/i/a/f/i/b/t9.java index 0a60f4374a..06ceaf014e 100644 --- a/app/src/main/java/c/i/a/f/i/b/t9.java +++ b/app/src/main/java/c/i/a/f/i/b/t9.java @@ -56,7 +56,7 @@ import javax.security.auth.x500.X500Principal; public final class t9 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final String[] f1276c = {"firebase_", "google_", "ga_"}; + public static final String[] f1206c = {"firebase_", "google_", "ga_"}; public static final String[] d = {"_err"}; public SecureRandom e; public final AtomicLong f = new AtomicLong(0); @@ -186,7 +186,7 @@ public final class t9 extends r5 { bundle.putString("origin", zzz.j); bundle.putLong("creation_timestamp", zzz.l); bundle.putString(ModelAuditLogEntry.CHANGE_KEY_NAME, zzz.k.j); - c.P0(bundle, zzz.k.v0()); + c.Q0(bundle, zzz.k.v0()); bundle.putBoolean("active", zzz.m); String str = zzz.n; if (str != null) { @@ -210,11 +210,11 @@ public final class t9 extends r5 { } } bundle.putLong("triggered_timestamp", zzz.k.k); - bundle.putLong("time_to_live", zzz.f2812r); - zzaq zzaq3 = zzz.s; + bundle.putLong("time_to_live", zzz.r); + zzaq zzaq3 = zzz.f2378s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.s.j; + zzap zzap3 = zzz.f2378s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } @@ -626,7 +626,7 @@ public final class t9 extends r5 { g().h.b("Invalid google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI. provided id", q3.s(str)); } return false; - } else if (da.b() && this.a.h.o(p.j0) && !TextUtils.isEmpty(str3)) { + } else if (da.b() && this.a.h.o(p.f1197j0) && !TextUtils.isEmpty(str3)) { return true; } else { if (!TextUtils.isEmpty(str2)) { @@ -650,7 +650,7 @@ public final class t9 extends r5 { g().h.b("Name is required and can't be null. Type", str); return false; } - String[] strArr3 = f1276c; + String[] strArr3 = f1206c; int length = strArr3.length; int i = 0; while (true) { @@ -783,7 +783,7 @@ public final class t9 extends r5 { if (!z3) { return 21; } - if (!e0(str3, u5.f1284c)) { + if (!e0(str3, u5.f1213c)) { return 20; } q7 x2 = this.a.x(); @@ -1072,11 +1072,11 @@ public final class t9 extends r5 { i2 = t; } else { i2 = t; - int s = s(str, str2, str3, bundle.get(str3), bundle2, list, z2, e02); - if (s == 17) { - F(bundle2, s, str3, Boolean.FALSE); - } else if (s != 0 && !"_ev".equals(str3)) { - F(bundle2, s, s == 21 ? str2 : str3, bundle.get(str3)); + int s2 = s(str, str2, str3, bundle.get(str3), bundle2, list, z2, e02); + if (s2 == 17) { + F(bundle2, s2, str3, Boolean.FALSE); + } else if (s2 != 0 && !"_ev".equals(str3)) { + F(bundle2, s2, s2 == 21 ? str2 : str3, bundle.get(str3)); bundle2.remove(str3); } if (X(str3)) { @@ -1110,6 +1110,6 @@ public final class t9 extends r5 { if ("_id".equals(str)) { return 256; } - return (!this.a.h.o(p.f1265h0) || !"_lgclid".equals(str)) ? 36 : 100; + return (!this.a.h.o(p.f1195h0) || !"_lgclid".equals(str)) ? 36 : 100; } } diff --git a/app/src/main/java/c/i/a/f/i/b/u3.java b/app/src/main/java/c/i/a/f/i/b/u3.java index 7f9b0e8da6..e04d5d40fa 100644 --- a/app/src/main/java/c/i/a/f/i/b/u3.java +++ b/app/src/main/java/c/i/a/f/i/b/u3.java @@ -14,7 +14,7 @@ public final class u3 { public String b; /* renamed from: c reason: collision with root package name */ - public long f1277c; + public long f1207c; @NonNull public Bundle d; @@ -22,7 +22,7 @@ public final class u3 { this.a = str; this.b = str2; this.d = bundle; - this.f1277c = j; + this.f1207c = j; } public static u3 b(zzaq zzaq) { @@ -30,7 +30,7 @@ public final class u3 { } public final zzaq a() { - return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1277c); + return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1207c); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/i/b/u4.java b/app/src/main/java/c/i/a/f/i/b/u4.java index db4e010666..5aff06557e 100644 --- a/app/src/main/java/c/i/a/f/i/b/u4.java +++ b/app/src/main/java/c/i/a/f/i/b/u4.java @@ -35,7 +35,7 @@ public class u4 implements t5 { public final Context b; /* renamed from: c reason: collision with root package name */ - public final String f1278c; + public final String f1208c; public final String d; public final String e; public final boolean f; @@ -50,25 +50,23 @@ public class u4 implements t5 { public final b o; public final h7 p; public final c6 q; + public final a r; - /* renamed from: r reason: collision with root package name */ - public final a f1279r; - public final d7 s; + /* renamed from: s reason: collision with root package name */ + public final d7 f1209s; public m3 t; public q7 u; public j v; - - /* renamed from: w reason: collision with root package name */ - public n3 f1280w; + public n3 w; /* renamed from: x reason: collision with root package name */ - public m4 f1281x; + public m4 f1210x; /* renamed from: y reason: collision with root package name */ - public boolean f1282y = false; + public boolean f1211y = false; /* renamed from: z reason: collision with root package name */ - public Boolean f1283z; + public Boolean f1212z; public u4(y5 y5Var) { Context context; @@ -79,8 +77,8 @@ public class u4 implements t5 { this.g = gaVar; c.h = gaVar; this.b = context2; - this.f1278c = y5Var.b; - this.d = y5Var.f1288c; + this.f1208c = y5Var.b; + this.d = y5Var.f1217c; this.e = y5Var.d; this.f = y5Var.h; this.B = y5Var.e; @@ -105,12 +103,12 @@ public class u4 implements t5 { s2.b(); synchronized (c2.class) { c2 c2Var = c2.a; - if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1159c == null)) { - context.getContentResolver().unregisterContentObserver(c2.a.f1159c); + if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1096c == null)) { + context.getContentResolver().unregisterContentObserver(c2.a.f1096c); } c2.a = null; } - l2.b = new v1(applicationContext, c.C0(new k2(applicationContext))); + l2.b = new v1(applicationContext, c.D0(new k2(applicationContext))); l2.d.incrementAndGet(); } } @@ -130,7 +128,7 @@ public class u4 implements t5 { o3 o3Var = new o3(this); o3Var.p(); this.n = o3Var; - this.f1279r = new a(this); + this.r = new a(this); h7 h7Var = new h7(this); h7Var.u(); this.p = h7Var; @@ -142,7 +140,7 @@ public class u4 implements t5 { this.l = w8Var; d7 d7Var = new d7(this); d7Var.p(); - this.s = d7Var; + this.f1209s = d7Var; r4 r4Var = new r4(this); r4Var.p(); this.k = r4Var; @@ -152,16 +150,16 @@ public class u4 implements t5 { } boolean z3 = !z2; if (context2.getApplicationContext() instanceof Application) { - c6 s = s(); - if (s.a.b.getApplicationContext() instanceof Application) { - Application application = (Application) s.a.b.getApplicationContext(); - if (s.f1221c == null) { - s.f1221c = new y6(s, null); + c6 s2 = s(); + if (s2.a.b.getApplicationContext() instanceof Application) { + Application application = (Application) s2.a.b.getApplicationContext(); + if (s2.f1153c == null) { + s2.f1153c = new y6(s2, null); } if (z3) { - application.unregisterActivityLifecycleCallbacks(s.f1221c); - application.registerActivityLifecycleCallbacks(s.f1221c); - s.g().n.a("Registered activity lifecycle callback"); + application.unregisterActivityLifecycleCallbacks(s2.f1153c); + application.registerActivityLifecycleCallbacks(s2.f1153c); + s2.g().n.a("Registered activity lifecycle callback"); } } } else { @@ -220,7 +218,7 @@ public class u4 implements t5 { } public final a A() { - a aVar = this.f1279r; + a aVar = this.r; if (aVar != null) { return aVar; } @@ -258,9 +256,9 @@ public class u4 implements t5 { if (x2 != null) { return x2.booleanValue() ? 0 : 3; } - Boolean w2 = this.h.w("firebase_analytics_collection_enabled"); - if (w2 != null) { - return w2.booleanValue() ? 0 : 4; + Boolean w = this.h.w("firebase_analytics_collection_enabled"); + if (w != null) { + return w.booleanValue() ? 0 : 4; } Boolean bool2 = this.C; if (bool2 != null) { @@ -317,20 +315,20 @@ public class u4 implements t5 { */ @WorkerThread public final boolean m() { - if (this.f1282y) { + if (this.f1211y) { f().b(); - Boolean bool = this.f1283z; + Boolean bool = this.f1212z; if (!(bool == null || this.A == 0)) { if (!bool.booleanValue()) { Objects.requireNonNull((d) this.o); } - return this.f1283z.booleanValue(); + return this.f1212z.booleanValue(); } Objects.requireNonNull((d) this.o); this.A = SystemClock.elapsedRealtime(); boolean z2 = false; Boolean valueOf = Boolean.valueOf(t().p0("android.permission.INTERNET") && t().p0("android.permission.ACCESS_NETWORK_STATE") && (c.i.a.f.e.p.b.a(this.b).c() || this.h.C() || (n4.a(this.b) && t9.U(this.b)))); - this.f1283z = valueOf; + this.f1212z = valueOf; if (valueOf.booleanValue()) { t9 t = t(); n3 z3 = z(); @@ -346,16 +344,16 @@ public class u4 implements t5 { z6.t(); } z2 = true; - this.f1283z = Boolean.valueOf(z2); + this.f1212z = Boolean.valueOf(z2); } - return this.f1283z.booleanValue(); + return this.f1212z.booleanValue(); } throw new IllegalStateException("AppMeasurement is not initialized"); } public final d7 n() { - q(this.s); - return this.s; + q(this.f1209s); + return this.f1209s; } public final d4 o() { @@ -384,7 +382,7 @@ public class u4 implements t5 { } public final boolean v() { - return TextUtils.isEmpty(this.f1278c); + return TextUtils.isEmpty(this.f1208c); } public final h7 w() { @@ -403,7 +401,7 @@ public class u4 implements t5 { } public final n3 z() { - p(this.f1280w); - return this.f1280w; + p(this.w); + return this.w; } } diff --git a/app/src/main/java/c/i/a/f/i/b/u5.java b/app/src/main/java/c/i/a/f/i/b/u5.java index ac29d0183d..af29eb6774 100644 --- a/app/src/main/java/c/i/a/f/i/b/u5.java +++ b/app/src/main/java/c/i/a/f/i/b/u5.java @@ -7,6 +7,6 @@ public final class u5 { public static final String[] b = {"_c", "_et", "_xt", "_aeid", "_ai", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_mst", "_ndt", "_nmid", "_nmn", "_nmt", "_nmtid", "_nmc", "_pv", "_po", "_nt", "_uwa", "_pfo", "_sys", "_sysu", "_pin", "_eid", "_epc", "_gn", "_ll", "_i", "_en", "_cis", "_cc", "_dac", "_sno", "_sid", "_cer", "_aib", "_ffr", "_c", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_sno", "_sid"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1284c = {"items"}; + public static final String[] f1213c = {"items"}; public static final String[] d = {"affiliation", "coupon", "creative_name", "creative_slot", "currency", "discount", "index", "item_id", "item_brand", "item_category", "item_category2", "item_category3", "item_category4", "item_category5", "item_list_name", "item_list_id", "item_name", "item_variant", "location_id", "payment_type", "price", "promotion_id", "promotion_name", "quantity", "shipping", "shipping_tier", "tax", "transaction_id", "value", "item_list", "checkout_step", "checkout_option", "item_location_id"}; } diff --git a/app/src/main/java/c/i/a/f/i/b/u9.java b/app/src/main/java/c/i/a/f/i/b/u9.java index 7cd78f7eb1..af165f2652 100644 --- a/app/src/main/java/c/i/a/f/i/b/u9.java +++ b/app/src/main/java/c/i/a/f/i/b/u9.java @@ -8,7 +8,7 @@ public final class u9 { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1285c; + public final String f1214c; public final long d; public final Object e; @@ -18,7 +18,7 @@ public final class u9 { Objects.requireNonNull(obj, "null reference"); this.a = str; this.b = str2; - this.f1285c = str3; + this.f1214c = str3; this.d = j; this.e = obj; } diff --git a/app/src/main/java/c/i/a/f/i/b/v5.java b/app/src/main/java/c/i/a/f/i/b/v5.java index b32f11b7ba..d44cb9ea26 100644 --- a/app/src/main/java/c/i/a/f/i/b/v5.java +++ b/app/src/main/java/c/i/a/f/i/b/v5.java @@ -7,10 +7,10 @@ public final class v5 { public static final String[] b = {"ad_impression"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1286c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; + public static final String[] f1215c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; public static final String[] d = {"purchase", "refund", "add_payment_info", "add_shipping_info", "add_to_cart", "add_to_wishlist", "begin_checkout", "remove_from_cart", "select_item", "select_promotion", "view_cart", "view_item", "view_item_list", "view_promotion", "ecommerce_purchase", "purchase_refund", "set_checkout_option", "checkout_progress", "select_content", "view_search_results"}; public static String a(String str) { - return c.K0(str, f1286c, a); + return c.L0(str, f1215c, a); } } diff --git a/app/src/main/java/c/i/a/f/i/b/v6.java b/app/src/main/java/c/i/a/f/i/b/v6.java index 2343c9f4d5..74079396ca 100644 --- a/app/src/main/java/c/i/a/f/i/b/v6.java +++ b/app/src/main/java/c/i/a/f/i/b/v6.java @@ -20,7 +20,7 @@ public final class v6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Double.valueOf(cVar.r(o.f1255c, p.O))); + atomicReference.set(Double.valueOf(cVar.r(o.f1185c, p.O))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/v8.java b/app/src/main/java/c/i/a/f/i/b/v8.java index 57f0d25a01..421556c4e3 100644 --- a/app/src/main/java/c/i/a/f/i/b/v8.java +++ b/app/src/main/java/c/i/a/f/i/b/v8.java @@ -20,10 +20,10 @@ public final class v8 implements Runnable { w8Var.x(); w8Var.g().n.b("Activity resumed, time", Long.valueOf(j)); if (w8Var.a.h.o(p.v0)) { - if (w8Var.a.h.z().booleanValue() || w8Var.l().f1227x.b()) { + if (w8Var.a.h.z().booleanValue() || w8Var.l().f1158x.b()) { d9 d9Var = w8Var.e; d9Var.d.b(); - d9Var.f1230c.c(); + d9Var.f1161c.c(); d9Var.a = j; d9Var.b = j; } @@ -33,7 +33,7 @@ public final class v8 implements Runnable { if (w8Var.a.h.z().booleanValue()) { d9 d9Var2 = w8Var.e; d9Var2.d.b(); - d9Var2.f1230c.c(); + d9Var2.f1161c.c(); d9Var2.a = j; d9Var2.b = j; } @@ -42,7 +42,7 @@ public final class v8 implements Runnable { f9Var.a.b(); if (f9Var.a.a.d()) { if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1227x.a(false); + f9Var.a.l().f1158x.a(false); } Objects.requireNonNull((d) f9Var.a.a.o); f9Var.b(System.currentTimeMillis(), false); diff --git a/app/src/main/java/c/i/a/f/i/b/w4.java b/app/src/main/java/c/i/a/f/i/b/w4.java index 7acbc4d830..64712eef3e 100644 --- a/app/src/main/java/c/i/a/f/i/b/w4.java +++ b/app/src/main/java/c/i/a/f/i/b/w4.java @@ -43,7 +43,7 @@ public final class w4 implements Runnable { u4Var.v = jVar; n3 n3Var = new n3(u4Var, y5Var.f); n3Var.u(); - u4Var.f1280w = n3Var; + u4Var.w = n3Var; m3 m3Var = new m3(u4Var); m3Var.u(); u4Var.t = m3Var; @@ -52,8 +52,8 @@ public final class w4 implements Runnable { u4Var.u = q7Var; u4Var.m.q(); u4Var.i.q(); - u4Var.f1281x = new m4(u4Var); - n3 n3Var2 = u4Var.f1280w; + u4Var.f1210x = new m4(u4Var); + n3 n3Var2 = u4Var.w; if (!n3Var2.b) { n3Var2.w(); n3Var2.a.G.incrementAndGet(); @@ -62,8 +62,8 @@ public final class w4 implements Runnable { u4Var.g().l.b("App measurement initialized, version", 33025L); u4Var.g().l.a("To enable debug logging run: adb shell setprop log.tag.FA VERBOSE"); n3Var.t(); - String str2 = n3Var.f1255c; - if (TextUtils.isEmpty(u4Var.f1278c)) { + String str2 = n3Var.f1185c; + if (TextUtils.isEmpty(u4Var.f1208c)) { if (u4Var.t().s0(str2)) { s3Var = u4Var.g().l; str = "Faster debug mode event logging enabled. To disable, run:\n adb shell setprop debug.firebase.analytics.app .none."; @@ -79,7 +79,7 @@ public final class w4 implements Runnable { if (u4Var.F != u4Var.G.get()) { u4Var.g().f.c("Not all components initialized", Integer.valueOf(u4Var.F), Integer.valueOf(u4Var.G.get())); } - u4Var.f1282y = true; + u4Var.f1211y = true; u4 u4Var2 = this.j; zzae zzae = this.i.g; u4Var2.f().b(); @@ -92,12 +92,12 @@ public final class w4 implements Runnable { if (u4Var2.h.o(p.I0)) { c cVar = u4Var2.h; Objects.requireNonNull(cVar); - Boolean w2 = (!t8.b() || !cVar.o(p.I0)) ? null : cVar.w("google_analytics_default_allow_ad_storage"); + Boolean w = (!t8.b() || !cVar.o(p.I0)) ? null : cVar.w("google_analytics_default_allow_ad_storage"); c cVar2 = u4Var2.h; Objects.requireNonNull(cVar2); - Boolean w3 = (!t8.b() || !cVar2.o(p.I0)) ? null : cVar2.w("google_analytics_default_allow_analytics_storage"); - if (!(w2 == null && w3 == null) && u4Var2.o().t(20)) { - dVar = new d(w2, w3); + Boolean w2 = (!t8.b() || !cVar2.o(p.I0)) ? null : cVar2.w("google_analytics_default_allow_analytics_storage"); + if (!(w == null && w2 == null) && u4Var2.o().t(20)) { + dVar = new d(w, w2); i2 = 20; } else { n3 z3 = u4Var2.z(); diff --git a/app/src/main/java/c/i/a/f/i/b/w7.java b/app/src/main/java/c/i/a/f/i/b/w7.java index 925756a332..00df24f413 100644 --- a/app/src/main/java/c/i/a/f/i/b/w7.java +++ b/app/src/main/java/c/i/a/f/i/b/w7.java @@ -24,7 +24,7 @@ public final class w7 implements Runnable { if (i7Var == null) { i3Var.H(0, null, null, q7Var.a.b.getPackageName()); } else { - i3Var.H(i7Var.f1239c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); + i3Var.H(i7Var.f1170c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); } this.j.F(); } catch (RemoteException e) { diff --git a/app/src/main/java/c/i/a/f/i/b/w8.java b/app/src/main/java/c/i/a/f/i/b/w8.java index 814d7a545e..6b349e62e8 100644 --- a/app/src/main/java/c/i/a/f/i/b/w8.java +++ b/app/src/main/java/c/i/a/f/i/b/w8.java @@ -8,7 +8,7 @@ import c.i.a.f.h.l.bc; public final class w8 extends a5 { /* renamed from: c reason: collision with root package name */ - public Handler f1287c; + public Handler f1216c; public final f9 d = new f9(this); public final d9 e = new d9(this); public final x8 f = new x8(this); @@ -29,8 +29,8 @@ public final class w8 extends a5 { @WorkerThread public final void x() { b(); - if (this.f1287c == null) { - this.f1287c = new bc(Looper.getMainLooper()); + if (this.f1216c == null) { + this.f1216c = new bc(Looper.getMainLooper()); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/x.java b/app/src/main/java/c/i/a/f/i/b/x.java index 6e2ebfaae2..c4b3178da8 100644 --- a/app/src/main/java/c/i/a/f/i/b/x.java +++ b/app/src/main/java/c/i/a/f/i/b/x.java @@ -20,32 +20,32 @@ public final class x implements Runnable { long j = this.j; aVar.b(); d.w(str); - Integer num = aVar.f1212c.get(str); + Integer num = aVar.f1145c.get(str); if (num != null) { - i7 w2 = aVar.q().w(false); + i7 w = aVar.q().w(false); int intValue = num.intValue() - 1; if (intValue == 0) { - aVar.f1212c.remove(str); + aVar.f1145c.remove(str); Long l = aVar.b.get(str); if (l == null) { aVar.g().f.a("First ad unit exposure time was never set"); } else { aVar.b.remove(str); - aVar.w(str, j - l.longValue(), w2); + aVar.w(str, j - l.longValue(), w); } - if (aVar.f1212c.isEmpty()) { + if (aVar.f1145c.isEmpty()) { long j2 = aVar.d; if (j2 == 0) { aVar.g().f.a("First ad exposure time was never set"); return; } - aVar.u(j - j2, w2); + aVar.u(j - j2, w); aVar.d = 0; return; } return; } - aVar.f1212c.put(str, Integer.valueOf(intValue)); + aVar.f1145c.put(str, Integer.valueOf(intValue)); return; } aVar.g().f.b("Call to endAdUnitExposure for unknown ad unit id", str); diff --git a/app/src/main/java/c/i/a/f/i/b/x8.java b/app/src/main/java/c/i/a/f/i/b/x8.java index 91c841377d..5d38475576 100644 --- a/app/src/main/java/c/i/a/f/i/b/x8.java +++ b/app/src/main/java/c/i/a/f/i/b/x8.java @@ -15,10 +15,10 @@ public final class x8 { this.b.b(); b9 b9Var = this.a; if (b9Var != null) { - this.b.f1287c.removeCallbacks(b9Var); + this.b.f1216c.removeCallbacks(b9Var); } if (this.b.a.h.o(p.v0)) { - this.b.l().f1227x.a(false); + this.b.l().f1158x.a(false); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/y0.java b/app/src/main/java/c/i/a/f/i/b/y0.java index 6af2b55533..e235694ad3 100644 --- a/app/src/main/java/c/i/a/f/i/b/y0.java +++ b/app/src/main/java/c/i/a/f/i/b/y0.java @@ -20,16 +20,16 @@ public final class y0 implements Runnable { long j = this.j; aVar.b(); d.w(str); - if (aVar.f1212c.isEmpty()) { + if (aVar.f1145c.isEmpty()) { aVar.d = j; } - Integer num = aVar.f1212c.get(str); + Integer num = aVar.f1145c.get(str); if (num != null) { - aVar.f1212c.put(str, Integer.valueOf(num.intValue() + 1)); - } else if (aVar.f1212c.size() >= 100) { + aVar.f1145c.put(str, Integer.valueOf(num.intValue() + 1)); + } else if (aVar.f1145c.size() >= 100) { aVar.g().i.a("Too many ads visible"); } else { - aVar.f1212c.put(str, 1); + aVar.f1145c.put(str, 1); aVar.b.put(str, Long.valueOf(j)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/y5.java b/app/src/main/java/c/i/a/f/i/b/y5.java index fd4c164226..4aadca29e8 100644 --- a/app/src/main/java/c/i/a/f/i/b/y5.java +++ b/app/src/main/java/c/i/a/f/i/b/y5.java @@ -10,7 +10,7 @@ public final class y5 { public String b; /* renamed from: c reason: collision with root package name */ - public String f1288c; + public String f1217c; public String d; public Boolean e; public long f; @@ -26,7 +26,7 @@ public final class y5 { if (zzae != null) { this.g = zzae; this.b = zzae.n; - this.f1288c = zzae.m; + this.f1217c = zzae.m; this.d = zzae.l; this.h = zzae.k; this.f = zzae.j; diff --git a/app/src/main/java/c/i/a/f/i/b/y6.java b/app/src/main/java/c/i/a/f/i/b/y6.java index 67b781d70b..43cd349e8f 100644 --- a/app/src/main/java/c/i/a/f/i/b/y6.java +++ b/app/src/main/java/c/i/a/f/i/b/y6.java @@ -71,24 +71,24 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { long elapsedRealtime = SystemClock.elapsedRealtime(); if (!q.a.h.o(p.u0) || q.a.h.z().booleanValue()) { i7 E = q.E(activity); - q.d = q.f1236c; - q.f1236c = null; + q.d = q.f1167c; + q.f1167c = null; q.f().v(new o7(q, E, elapsedRealtime)); } else { - q.f1236c = null; + q.f1167c = null; q.f().v(new l7(q, elapsedRealtime)); } - w8 s = this.i.s(); - Objects.requireNonNull((d) s.a.o); - s.f().v(new y8(s, SystemClock.elapsedRealtime())); + w8 s2 = this.i.s(); + Objects.requireNonNull((d) s2.a.o); + s2.f().v(new y8(s2, SystemClock.elapsedRealtime())); } @Override // android.app.Application.ActivityLifecycleCallbacks @MainThread public final void onActivityResumed(Activity activity) { - w8 s = this.i.s(); - Objects.requireNonNull((d) s.a.o); - s.f().v(new v8(s, SystemClock.elapsedRealtime())); + w8 s2 = this.i.s(); + Objects.requireNonNull((d) s2.a.o); + s2.f().v(new v8(s2, SystemClock.elapsedRealtime())); h7 q = this.i.q(); if (q.a.h.o(p.v0)) { synchronized (q.l) { @@ -112,7 +112,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { m.f().v(new a3(m, SystemClock.elapsedRealtime())); return; } - q.f1236c = q.i; + q.f1167c = q.i; q.f().v(new m7(q)); } @@ -122,7 +122,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { h7 q = this.i.q(); if (q.a.h.z().booleanValue() && bundle != null && (i7Var = q.f.get(activity)) != null) { Bundle bundle2 = new Bundle(); - bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1239c); + bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1170c); bundle2.putString(ModelAuditLogEntry.CHANGE_KEY_NAME, i7Var.a); bundle2.putString("referrer_name", i7Var.b); bundle.putBundle("com.google.app_measurement.screen_service", bundle2); diff --git a/app/src/main/java/c/i/a/f/i/b/y8.java b/app/src/main/java/c/i/a/f/i/b/y8.java index 6cdc86fa3c..6afba668bc 100644 --- a/app/src/main/java/c/i/a/f/i/b/y8.java +++ b/app/src/main/java/c/i/a/f/i/b/y8.java @@ -23,13 +23,13 @@ public final class y8 implements Runnable { Objects.requireNonNull((d) x8Var.b.a.o); b9 b9Var = new b9(x8Var, System.currentTimeMillis(), j); x8Var.a = b9Var; - x8Var.b.f1287c.postDelayed(b9Var, 2000); + x8Var.b.f1216c.postDelayed(b9Var, 2000); if (w8Var.a.h.z().booleanValue()) { - w8Var.e.f1230c.c(); + w8Var.e.f1161c.c(); } f9 f9Var = w8Var.d; if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1227x.a(true); + f9Var.a.l().f1158x.a(true); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/z4.java b/app/src/main/java/c/i/a/f/i/b/z4.java index f90b2df7f4..33745edb7b 100644 --- a/app/src/main/java/c/i/a/f/i/b/z4.java +++ b/app/src/main/java/c/i/a/f/i/b/z4.java @@ -32,7 +32,7 @@ public final class z4 extends l3 { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1289c = null; + public String f1218c = null; public z4(k9 k9Var) { Objects.requireNonNull(k9Var, "null reference"); @@ -97,7 +97,7 @@ public final class z4 extends l3 { List list = (List) ((FutureTask) this.a.f().t(new d5(this, zzn, str, str2))).get(); ArrayList arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1285c)) { + if (z2 || !t9.r0(u9Var.f1214c)) { arrayList.add(new zzku(u9Var)); } } @@ -219,7 +219,7 @@ public final class z4 extends l3 { List list = (List) ((FutureTask) this.a.f().t(new g5(this, str, str2, str3))).get(); ArrayList arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1285c)) { + if (z2 || !t9.r0(u9Var.f1214c)) { arrayList.add(new zzku(u9Var)); } } @@ -248,7 +248,7 @@ public final class z4 extends l3 { if (z2) { try { if (this.b == null) { - if (!"com.google.android.gms".equals(this.f1289c) && !c.S(this.a.k.b, Binder.getCallingUid())) { + if (!"com.google.android.gms".equals(this.f1218c) && !c.S(this.a.k.b, Binder.getCallingUid())) { if (!f.a(this.a.k.b).b(Binder.getCallingUid())) { z3 = false; this.b = Boolean.valueOf(z3); @@ -265,15 +265,15 @@ public final class z4 extends l3 { throw e; } } - if (this.f1289c == null) { + if (this.f1218c == null) { Context context = this.a.k.b; int callingUid = Binder.getCallingUid(); boolean z4 = e.a; if (c.o0(context, callingUid, str)) { - this.f1289c = str; + this.f1218c = str; } } - if (!str.equals(this.f1289c)) { + if (!str.equals(this.f1218c)) { throw new SecurityException(String.format("Unknown calling package name '%s'.", str)); } return; @@ -286,6 +286,6 @@ public final class z4 extends l3 { public final void y0(zzn zzn) { Objects.requireNonNull(zzn, "null reference"); x0(zzn.i, false); - this.a.k.t().c0(zzn.j, zzn.f2811z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2377z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/j/a.java b/app/src/main/java/c/i/a/f/j/a.java index 89072befc8..a9f7ee150c 100644 --- a/app/src/main/java/c/i/a/f/j/a.java +++ b/app/src/main/java/c/i/a/f/j/a.java @@ -109,7 +109,7 @@ public final class a { str = str2; } if (str != null && !str.equals("")) { - if (p.f1211c.matcher(str).matches()) { + if (p.f1144c.matcher(str).matches()) { bool4 = Boolean.TRUE; } else if (p.d.matcher(str).matches()) { bool = Boolean.FALSE; diff --git a/app/src/main/java/c/i/a/f/j/b/e/b.java b/app/src/main/java/c/i/a/f/j/b/e/b.java index 0e0cf2b0d4..4c858bda97 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/b.java +++ b/app/src/main/java/c/i/a/f/j/b/e/b.java @@ -15,7 +15,7 @@ public abstract class b extends c.i.a.f.h.m.b implements a { return false; } s sVar = (s) this; - sVar.d.b(sVar.f1293c.f1114c); + sVar.d.b(sVar.f1222c.f1053c); k kVar = sVar.b; if (kVar != null) { kVar.a(d0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/e/i.java b/app/src/main/java/c/i/a/f/j/b/e/i.java index 58c6632e67..478c8052d9 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i.java @@ -66,9 +66,9 @@ public final class i extends MessagesClient { @Override // com.google.android.gms.nearby.messages.MessagesClient public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { - d.p(subscribeOptions.a.f2813r == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); + d.p(subscribeOptions.a.r == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); k m = m(messageListener); - return k(m, new l(this, m, new s(this, m(subscribeOptions.f2814c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2379c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient @@ -83,18 +83,18 @@ public final class i extends MessagesClient { public final Task k(k kVar, a0 a0Var, a0 a0Var2) { v vVar = new v(this, kVar, a0Var); - k.a aVar = kVar.f1114c; + k.a aVar = kVar.f1053c; x xVar = new x(this, aVar, a0Var2); - d.z(kVar.f1114c, "Listener has already been released."); + d.z(kVar.f1053c, "Listener has already been released."); d.z(aVar, "Listener has already been released."); - d.p(d.j0(kVar.f1114c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); + d.p(d.j0(kVar.f1053c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); g gVar = this.i; Runnable runnable = c.i.a.f.e.h.k.i; Objects.requireNonNull(gVar); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); n0 n0Var = new n0(new d0(vVar, xVar, runnable), taskCompletionSource); - Handler handler = gVar.f1108w; - handler.sendMessage(handler.obtainMessage(8, new c0(n0Var, gVar.f1107r.get(), this))); + Handler handler = gVar.w; + handler.sendMessage(handler.obtainMessage(8, new c0(n0Var, gVar.r.get(), this))); return taskCompletionSource.a; } diff --git a/app/src/main/java/c/i/a/f/j/b/e/j.java b/app/src/main/java/c/i/a/f/j/b/e/j.java index cb733bb7a2..3f6cf9a2db 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/j.java +++ b/app/src/main/java/c/i/a/f/j/b/e/j.java @@ -11,13 +11,13 @@ public final /* synthetic */ class j implements a0 { public final Message b; /* renamed from: c reason: collision with root package name */ - public final b0 f1290c; + public final b0 f1219c; public final PublishOptions d; public j(i iVar, Message message, b0 b0Var, PublishOptions publishOptions) { this.a = iVar; this.b = message; - this.f1290c = b0Var; + this.f1219c = b0Var; this.d = publishOptions; } @@ -25,7 +25,7 @@ public final /* synthetic */ class j implements a0 { public final void a(f fVar, k kVar) { i iVar = this.a; Message message = this.b; - b0 b0Var = this.f1290c; + b0 b0Var = this.f1219c; PublishOptions publishOptions = this.d; Objects.requireNonNull(iVar); zzaf zzaf = new zzaf(1, message); diff --git a/app/src/main/java/c/i/a/f/j/b/e/l.java b/app/src/main/java/c/i/a/f/j/b/e/l.java index 1479ee3d84..cbf9668f3d 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/l.java +++ b/app/src/main/java/c/i/a/f/j/b/e/l.java @@ -13,13 +13,13 @@ public final /* synthetic */ class l implements a0 { public final k b; /* renamed from: c reason: collision with root package name */ - public final d0 f1291c; + public final d0 f1220c; public final SubscribeOptions d; public l(i iVar, k kVar, d0 d0Var, SubscribeOptions subscribeOptions) { this.a = iVar; this.b = kVar; - this.f1291c = d0Var; + this.f1220c = d0Var; this.d = subscribeOptions; } @@ -27,13 +27,13 @@ public final /* synthetic */ class l implements a0 { public final void a(f fVar, k kVar) { i iVar = this.a; k kVar2 = this.b; - d0 d0Var = this.f1291c; + d0 d0Var = this.f1220c; SubscribeOptions subscribeOptions = this.d; int i = iVar.m; - if (!fVar.A.a(kVar2.f1114c)) { + if (!fVar.A.a(kVar2.f1053c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1114c, new WeakReference<>(new h(kVar2))); + oVar.a.put(kVar2.f1053c, new WeakReference<>(new h(kVar2))); } - fVar.w().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1114c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); + fVar.w().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1053c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/m.java b/app/src/main/java/c/i/a/f/j/b/e/m.java index 7c5485b2ad..2b49366fbd 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/m.java +++ b/app/src/main/java/c/i/a/f/j/b/e/m.java @@ -19,12 +19,12 @@ public final /* synthetic */ class m implements a0 { k kVar2 = this.a; Objects.requireNonNull(fVar); j jVar = new j(kVar); - if (!fVar.A.a(kVar2.f1114c)) { + if (!fVar.A.a(kVar2.f1053c)) { jVar.g(new Status(0, null)); return; } - fVar.w().m0(new zzcg(1, fVar.A.b(kVar2.f1114c), jVar, null, 0, null, null, false, null)); + fVar.w().m0(new zzcg(1, fVar.A.b(kVar2.f1053c), jVar, null, 0, null, null, false, null)); o oVar = fVar.A; - oVar.a.remove(kVar2.f1114c); + oVar.a.remove(kVar2.f1053c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/n.java b/app/src/main/java/c/i/a/f/j/b/e/n.java index 0ccf10b8bb..db6a9ac186 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/n.java +++ b/app/src/main/java/c/i/a/f/j/b/e/n.java @@ -17,11 +17,11 @@ public final /* synthetic */ class n implements a0 { @Override // c.i.a.f.j.b.e.a0 public final void a(f fVar, k kVar) { k kVar2 = this.a; - if (!fVar.A.a(kVar2.f1114c)) { + if (!fVar.A.a(kVar2.f1053c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1114c, new WeakReference<>(new m(kVar2))); + oVar.a.put(kVar2.f1053c, new WeakReference<>(new m(kVar2))); } - zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1114c), false, null, null); + zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1053c), false, null, null); zzcb.l = true; fVar.w().s(zzcb); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/o.java b/app/src/main/java/c/i/a/f/j/b/e/o.java index 83c7a74733..d2589a0438 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/o.java +++ b/app/src/main/java/c/i/a/f/j/b/e/o.java @@ -18,14 +18,14 @@ public final /* synthetic */ class o implements a0 { k kVar2 = this.a; Objects.requireNonNull(fVar); j jVar = new j(kVar); - if (!fVar.A.a(kVar2.f1114c)) { + if (!fVar.A.a(kVar2.f1053c)) { jVar.g(new Status(0, null)); return; } - zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1114c), false, null, null); + zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1053c), false, null, null); zzcb.l = false; fVar.w().s(zzcb); c.i.a.f.h.m.o oVar = fVar.A; - oVar.a.remove(kVar2.f1114c); + oVar.a.remove(kVar2.f1053c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/r.java b/app/src/main/java/c/i/a/f/j/b/e/r.java index 5b8a2315b0..3f818cf55b 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/r.java +++ b/app/src/main/java/c/i/a/f/j/b/e/r.java @@ -4,13 +4,13 @@ import c.i.a.f.e.h.j.k; public final class r extends b0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1292c; + public final /* synthetic */ k f1221c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public r(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1292c = kVar2; + this.f1221c = kVar2; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/s.java b/app/src/main/java/c/i/a/f/j/b/e/s.java index 38b7293197..b4a35c2fea 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/s.java +++ b/app/src/main/java/c/i/a/f/j/b/e/s.java @@ -4,13 +4,13 @@ import c.i.a.f.e.h.j.k; public final class s extends d0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1293c; + public final /* synthetic */ k f1222c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public s(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1293c = kVar2; + this.f1222c = kVar2; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/v.java b/app/src/main/java/c/i/a/f/j/b/e/v.java index f52002b0b6..ceeed547ca 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/v.java +++ b/app/src/main/java/c/i/a/f/j/b/e/v.java @@ -6,12 +6,12 @@ public final class v extends m { public final /* synthetic */ a0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ i f1294c; + public final /* synthetic */ i f1223c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public v(i iVar, k kVar, a0 a0Var) { super(kVar); - this.f1294c = iVar; + this.f1223c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x.java b/app/src/main/java/c/i/a/f/j/b/e/x.java index 8266e1aef1..3faa45adc5 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/x.java +++ b/app/src/main/java/c/i/a/f/j/b/e/x.java @@ -6,12 +6,12 @@ public final class x extends q { public final /* synthetic */ a0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ i f1295c; + public final /* synthetic */ i f1224c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public x(i iVar, k.a aVar, a0 a0Var) { super(aVar); - this.f1295c = iVar; + this.f1224c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x0.java b/app/src/main/java/c/i/a/f/j/b/e/x0.java index c332113f3d..3864e100d8 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/x0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/x0.java @@ -15,7 +15,7 @@ public abstract class x0 extends b implements w0 { return false; } r rVar = (r) this; - rVar.d.b(rVar.f1292c.f1114c); + rVar.d.b(rVar.f1221c.f1053c); k kVar = rVar.b; if (kVar != null) { kVar.a(b0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/e/y.java b/app/src/main/java/c/i/a/f/j/b/e/y.java index 5daeb7ea77..f686373d54 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/y.java +++ b/app/src/main/java/c/i/a/f/j/b/e/y.java @@ -6,17 +6,17 @@ import com.google.android.gms.tasks.TaskCompletionSource; public final class y extends p { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ a0 f1296c; + public final /* synthetic */ a0 f1225c; public final /* synthetic */ i d; public y(i iVar, a0 a0Var) { this.d = iVar; - this.f1296c = a0Var; + this.f1225c = a0Var; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [c.i.a.f.e.h.a$b, com.google.android.gms.tasks.TaskCompletionSource] */ @Override // c.i.a.f.e.h.j.p public final /* synthetic */ void c(f fVar, TaskCompletionSource taskCompletionSource) throws RemoteException { - this.f1296c.a(fVar, i.j(this.d, taskCompletionSource)); + this.f1225c.a(fVar, i.j(this.d, taskCompletionSource)); } } diff --git a/app/src/main/java/c/i/a/f/k/a.java b/app/src/main/java/c/i/a/f/k/a.java index cc92e676e5..6bf1e746c7 100644 --- a/app/src/main/java/c/i/a/f/k/a.java +++ b/app/src/main/java/c/i/a/f/k/a.java @@ -10,7 +10,7 @@ public final class a { @Deprecated /* renamed from: c reason: collision with root package name */ - public static final c.i.a.f.e.h.a f1297c; + public static final c.i.a.f.e.h.a f1226c; @Deprecated public static final SafetyNetApi d = new i(); @@ -19,6 +19,6 @@ public final class a { a = gVar; h hVar = new h(); b = hVar; - f1297c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); + f1226c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/l/b/a.java b/app/src/main/java/c/i/a/f/l/b/a.java index b5abc22b90..d975f987cc 100644 --- a/app/src/main/java/c/i/a/f/l/b/a.java +++ b/app/src/main/java/c/i/a/f/l/b/a.java @@ -56,7 +56,7 @@ public class a extends d implements f { Log.w("SignInClientImpl", "Remote service probably died when signIn is called"); try { g0 g0Var = (g0) cVar; - g0Var.f1112c.post(new i0(g0Var, new zam())); + g0Var.f1051c.post(new i0(g0Var, new zam())); } catch (RemoteException unused) { Log.wtf("SignInClientImpl", "ISignInCallbacks#onSignInComplete should be executed from the same process, unexpected RemoteException.", e); } diff --git a/app/src/main/java/c/i/a/f/l/c.java b/app/src/main/java/c/i/a/f/l/c.java index 57434d58a4..ef61ec061d 100644 --- a/app/src/main/java/c/i/a/f/l/c.java +++ b/app/src/main/java/c/i/a/f/l/c.java @@ -10,7 +10,7 @@ public final class c { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0106a f1298c; + public static final a.AbstractC0106a f1227c; public static final a.AbstractC0106a d; static { @@ -19,7 +19,7 @@ public final class c { a.g gVar2 = new a.g<>(); b = gVar2; e eVar = new e(); - f1298c = eVar; + f1227c = eVar; d dVar = new d(); d = dVar; new Scope("profile"); diff --git a/app/src/main/java/c/i/a/f/m/a.java b/app/src/main/java/c/i/a/f/m/a.java index e5a6d74783..d2cc8d4f4b 100644 --- a/app/src/main/java/c/i/a/f/m/a.java +++ b/app/src/main/java/c/i/a/f/m/a.java @@ -30,7 +30,7 @@ public class a { public final Object b; /* renamed from: c reason: collision with root package name */ - public final PowerManager.WakeLock f1299c; + public final PowerManager.WakeLock f1228c; public WorkSource d; public final int e; public final String f; @@ -58,7 +58,7 @@ public class a { } else { this.f = str; } - this.f1299c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); + this.f1228c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); if (i.a(context)) { packageName = h.a(packageName) ? context.getPackageName() : packageName; if (!(context.getPackageManager() == null || packageName == null)) { @@ -100,7 +100,7 @@ public class a { this.d = workSource; } try { - this.f1299c.setWorkSource(this.d); + this.f1228c.setWorkSource(this.d); } catch (ArrayIndexOutOfBoundsException | IllegalArgumentException e3) { Log.wtf("WakeLock", e3.toString()); } @@ -125,7 +125,7 @@ public class a { if (r7.j == 0) goto L_0x0061; */ /* JADX WARNING: Code restructure failed: missing block: B:24:0x0061, code lost: - c.c.a.a0.d.x0(r7.f1299c, null); + c.c.a.a0.d.x0(r7.f1228c, null); c(); r7.j++; */ @@ -136,7 +136,7 @@ public class a { } synchronized (this.b) { boolean z2 = false; - if ((!this.i.isEmpty() || this.j > 0) && !this.f1299c.isHeld()) { + if ((!this.i.isEmpty() || this.j > 0) && !this.f1228c.isHeld()) { this.i.clear(); this.j = 0; } @@ -152,7 +152,7 @@ public class a { if (!this.h) { } } - this.f1299c.acquire(); + this.f1228c.acquire(); if (j > 0) { a.schedule(new b(this), j, TimeUnit.MILLISECONDS); } @@ -165,7 +165,7 @@ public class a { if (r6.j == 1) goto L_0x005b; */ /* JADX WARNING: Code restructure failed: missing block: B:23:0x005b, code lost: - c.c.a.a0.d.x0(r6.f1299c, null); + c.c.a.a0.d.x0(r6.f1228c, null); c(); r6.j--; */ @@ -205,7 +205,7 @@ public class a { WorkSource workSource = this.d; Method method2 = i.a; ArrayList arrayList = new ArrayList(); - if (!(workSource == null || (method = i.f1135c) == null)) { + if (!(workSource == null || (method = i.f1073c) == null)) { try { Object invoke = method.invoke(workSource, new Object[0]); Objects.requireNonNull(invoke, "null reference"); @@ -241,9 +241,9 @@ public class a { } public final void d() { - if (this.f1299c.isHeld()) { + if (this.f1228c.isHeld()) { try { - this.f1299c.release(); + this.f1228c.release(); } catch (RuntimeException e) { if (e.getClass().equals(RuntimeException.class)) { Log.e("WakeLock", String.valueOf(this.f).concat(" was already released!"), e); @@ -251,7 +251,7 @@ public class a { throw e; } } - this.f1299c.isHeld(); + this.f1228c.isHeld(); } } } diff --git a/app/src/main/java/c/i/a/f/n/b0.java b/app/src/main/java/c/i/a/f/n/b0.java index 1924bd8d7d..d6c143192e 100644 --- a/app/src/main/java/c/i/a/f/n/b0.java +++ b/app/src/main/java/c/i/a/f/n/b0.java @@ -14,7 +14,7 @@ public final class b0 extends Task { public final y b = new y<>(); /* renamed from: c reason: collision with root package name */ - public boolean f1300c; + public boolean f1229c; public volatile boolean d; @Nullable public TResult e; @@ -123,7 +123,7 @@ public final class b0 extends Task { public final TResult l() { TResult tresult; synchronized (this.a) { - d.G(this.f1300c, "Task is not yet complete"); + d.G(this.f1229c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (this.f == null) { @@ -139,7 +139,7 @@ public final class b0 extends Task { public final TResult m(@NonNull Class cls) throws Throwable { TResult tresult; synchronized (this.a) { - d.G(this.f1300c, "Task is not yet complete"); + d.G(this.f1229c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (cls.isInstance(this.f)) { @@ -162,7 +162,7 @@ public final class b0 extends Task { public final boolean o() { boolean z2; synchronized (this.a) { - z2 = this.f1300c; + z2 = this.f1229c; } return z2; } @@ -171,7 +171,7 @@ public final class b0 extends Task { public final boolean p() { boolean z2; synchronized (this.a) { - z2 = this.f1300c && !this.d && this.f == null; + z2 = this.f1229c && !this.d && this.f == null; } return z2; } @@ -197,7 +197,7 @@ public final class b0 extends Task { d.z(exc, "Exception must not be null"); synchronized (this.a) { v(); - this.f1300c = true; + this.f1229c = true; this.f = exc; } this.b.a(this); @@ -206,7 +206,7 @@ public final class b0 extends Task { public final void t(@Nullable TResult tresult) { synchronized (this.a) { v(); - this.f1300c = true; + this.f1229c = true; this.e = tresult; } this.b.a(this); @@ -214,10 +214,10 @@ public final class b0 extends Task { public final boolean u() { synchronized (this.a) { - if (this.f1300c) { + if (this.f1229c) { return false; } - this.f1300c = true; + this.f1229c = true; this.d = true; this.b.a(this); return true; @@ -226,7 +226,7 @@ public final class b0 extends Task { public final void v() { String str; - if (this.f1300c) { + if (this.f1229c) { int i = DuplicateTaskCompletionException.i; if (o()) { Exception k = k(); @@ -250,7 +250,7 @@ public final class b0 extends Task { public final void w() { synchronized (this.a) { - if (this.f1300c) { + if (this.f1229c) { this.b.a(this); } } diff --git a/app/src/main/java/c/i/a/f/n/j.java b/app/src/main/java/c/i/a/f/n/j.java index 58023d9ed0..e367f0f643 100644 --- a/app/src/main/java/c/i/a/f/n/j.java +++ b/app/src/main/java/c/i/a/f/n/j.java @@ -8,7 +8,7 @@ public final class j implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final b0 f1301c; + public final b0 f1230c; public int d; public int e; public int f; @@ -17,7 +17,7 @@ public final class j implements h { public j(int i, b0 b0Var) { this.b = i; - this.f1301c = b0Var; + this.f1230c = b0Var; } public final void a() { @@ -25,7 +25,7 @@ public final class j implements h { return; } if (this.g != null) { - b0 b0Var = this.f1301c; + b0 b0Var = this.f1230c; int i = this.e; int i2 = this.b; StringBuilder sb = new StringBuilder(54); @@ -35,9 +35,9 @@ public final class j implements h { sb.append(" underlying tasks failed"); b0Var.s(new ExecutionException(sb.toString(), this.g)); } else if (this.h) { - this.f1301c.u(); + this.f1230c.u(); } else { - this.f1301c.t(null); + this.f1230c.t(null); } } diff --git a/app/src/main/java/c/i/a/f/n/k.java b/app/src/main/java/c/i/a/f/n/k.java index 741ab834e0..02137a7f0c 100644 --- a/app/src/main/java/c/i/a/f/n/k.java +++ b/app/src/main/java/c/i/a/f/n/k.java @@ -9,12 +9,12 @@ public final class k implements z { public final a b; /* renamed from: c reason: collision with root package name */ - public final b0 f1302c; + public final b0 f1231c; public k(@NonNull Executor executor, @NonNull a aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1302c = b0Var; + this.f1231c = b0Var; } @Override // c.i.a.f.n.z diff --git a/app/src/main/java/c/i/a/f/n/l.java b/app/src/main/java/c/i/a/f/n/l.java index 4e396430b2..6da6752505 100644 --- a/app/src/main/java/c/i/a/f/n/l.java +++ b/app/src/main/java/c/i/a/f/n/l.java @@ -9,12 +9,12 @@ public final class l implements b, d, e> b; /* renamed from: c reason: collision with root package name */ - public final b0 f1303c; + public final b0 f1232c; public l(@NonNull Executor executor, @NonNull a> aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1303c = b0Var; + this.f1232c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class l implements b, d, e implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public b f1304c; + public b f1233c; public p(@NonNull Executor executor, @NonNull b bVar) { this.a = executor; - this.f1304c = bVar; + this.f1233c = bVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.n()) { synchronized (this.b) { - if (this.f1304c != null) { + if (this.f1233c != null) { this.a.execute(new o(this)); } } diff --git a/app/src/main/java/c/i/a/f/n/q.java b/app/src/main/java/c/i/a/f/n/q.java index b8827c20e5..62fd60a165 100644 --- a/app/src/main/java/c/i/a/f/n/q.java +++ b/app/src/main/java/c/i/a/f/n/q.java @@ -9,17 +9,17 @@ public final class q implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public c f1305c; + public c f1234c; public q(@NonNull Executor executor, @NonNull c cVar) { this.a = executor; - this.f1305c = cVar; + this.f1234c = cVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { synchronized (this.b) { - if (this.f1305c != null) { + if (this.f1234c != null) { this.a.execute(new r(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/r.java b/app/src/main/java/c/i/a/f/n/r.java index 74f03b716c..767c160dee 100644 --- a/app/src/main/java/c/i/a/f/n/r.java +++ b/app/src/main/java/c/i/a/f/n/r.java @@ -14,7 +14,7 @@ public final class r implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - c cVar = this.j.f1305c; + c cVar = this.j.f1234c; if (cVar != 0) { cVar.onComplete(this.i); } diff --git a/app/src/main/java/c/i/a/f/n/s.java b/app/src/main/java/c/i/a/f/n/s.java index 5883ee34a5..8487d7cb10 100644 --- a/app/src/main/java/c/i/a/f/n/s.java +++ b/app/src/main/java/c/i/a/f/n/s.java @@ -15,7 +15,7 @@ public final class s implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - d dVar = this.j.f1306c; + d dVar = this.j.f1235c; if (dVar != null) { Exception k = this.i.k(); Objects.requireNonNull(k, "null reference"); diff --git a/app/src/main/java/c/i/a/f/n/t.java b/app/src/main/java/c/i/a/f/n/t.java index 13a316b614..c3f167b9a5 100644 --- a/app/src/main/java/c/i/a/f/n/t.java +++ b/app/src/main/java/c/i/a/f/n/t.java @@ -9,18 +9,18 @@ public final class t implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public d f1306c; + public d f1235c; public t(@NonNull Executor executor, @NonNull d dVar) { this.a = executor; - this.f1306c = dVar; + this.f1235c = dVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (!task.p() && !task.n()) { synchronized (this.b) { - if (this.f1306c != null) { + if (this.f1235c != null) { this.a.execute(new s(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/u.java b/app/src/main/java/c/i/a/f/n/u.java index d0c239c0ad..f386630ac7 100644 --- a/app/src/main/java/c/i/a/f/n/u.java +++ b/app/src/main/java/c/i/a/f/n/u.java @@ -9,18 +9,18 @@ public final class u implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public e f1307c; + public e f1236c; public u(@NonNull Executor executor, @NonNull e eVar) { this.a = executor; - this.f1307c = eVar; + this.f1236c = eVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.p()) { synchronized (this.b) { - if (this.f1307c != null) { + if (this.f1236c != null) { this.a.execute(new v(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/v.java b/app/src/main/java/c/i/a/f/n/v.java index 33e458a0ef..d019d1f854 100644 --- a/app/src/main/java/c/i/a/f/n/v.java +++ b/app/src/main/java/c/i/a/f/n/v.java @@ -14,7 +14,7 @@ public final class v implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - e eVar = this.j.f1307c; + e eVar = this.j.f1236c; if (eVar != 0) { eVar.onSuccess(this.i.l()); } diff --git a/app/src/main/java/c/i/a/f/n/w.java b/app/src/main/java/c/i/a/f/n/w.java index 4b3c72c45f..eaed8894ca 100644 --- a/app/src/main/java/c/i/a/f/n/w.java +++ b/app/src/main/java/c/i/a/f/n/w.java @@ -20,7 +20,7 @@ public final class w implements Runnable { Task a = this.j.b.a(this.i.l()); if (a == null) { x xVar = this.j; - xVar.f1308c.s(new NullPointerException("Continuation returned null")); + xVar.f1237c.s(new NullPointerException("Continuation returned null")); return; } Executor executor = g.b; @@ -29,14 +29,14 @@ public final class w implements Runnable { a.a(executor, this.j); } catch (RuntimeExecutionException e) { if (e.getCause() instanceof Exception) { - this.j.f1308c.s((Exception) e.getCause()); + this.j.f1237c.s((Exception) e.getCause()); return; } - this.j.f1308c.s(e); + this.j.f1237c.s(e); } catch (CancellationException unused) { - this.j.f1308c.u(); + this.j.f1237c.u(); } catch (Exception e2) { - this.j.f1308c.s(e2); + this.j.f1237c.s(e2); } } } diff --git a/app/src/main/java/c/i/a/f/n/x.java b/app/src/main/java/c/i/a/f/n/x.java index 6df4c5dd58..e469f58ffa 100644 --- a/app/src/main/java/c/i/a/f/n/x.java +++ b/app/src/main/java/c/i/a/f/n/x.java @@ -9,12 +9,12 @@ public final class x implements b, d, e b; /* renamed from: c reason: collision with root package name */ - public final b0 f1308c; + public final b0 f1237c; public x(@NonNull Executor executor, @NonNull f fVar, @NonNull b0 b0Var) { this.a = executor; this.b = fVar; - this.f1308c = b0Var; + this.f1237c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class x implements b, d, e { public Queue> b; /* renamed from: c reason: collision with root package name */ - public boolean f1309c; + public boolean f1238c; public final void a(@NonNull Task task) { z poll; synchronized (this.a) { if (this.b != null) { - if (!this.f1309c) { - this.f1309c = true; + if (!this.f1238c) { + this.f1238c = true; } } return; @@ -26,7 +26,7 @@ public final class y { synchronized (this.a) { poll = this.b.poll(); if (poll == null) { - this.f1309c = false; + this.f1238c = false; return; } } diff --git a/app/src/main/java/c/i/a/g/a/c.java b/app/src/main/java/c/i/a/g/a/c.java index 4637bdbaf4..b3f3c906b2 100644 --- a/app/src/main/java/c/i/a/g/a/c.java +++ b/app/src/main/java/c/i/a/g/a/c.java @@ -56,7 +56,7 @@ public class c extends CoordinatorLayout.Behavior { } d dVar = this.viewOffsetHelper; dVar.b = dVar.a.getTop(); - dVar.f1310c = dVar.a.getLeft(); + dVar.f1239c = dVar.a.getLeft(); this.viewOffsetHelper.a(); int i2 = this.tempTopBottomOffset; if (i2 != 0) { diff --git a/app/src/main/java/c/i/a/g/a/d.java b/app/src/main/java/c/i/a/g/a/d.java index 628890bf9f..506b3a0416 100644 --- a/app/src/main/java/c/i/a/g/a/d.java +++ b/app/src/main/java/c/i/a/g/a/d.java @@ -8,7 +8,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1310c; + public int f1239c; public int d; public int e; public boolean f = true; @@ -22,7 +22,7 @@ public class d { View view = this.a; ViewCompat.offsetTopAndBottom(view, this.d - (view.getTop() - this.b)); View view2 = this.a; - ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1310c)); + ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1239c)); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/g/b/a.java b/app/src/main/java/c/i/a/g/b/a.java index 8538876118..afbe66cd86 100644 --- a/app/src/main/java/c/i/a/g/b/a.java +++ b/app/src/main/java/c/i/a/g/b/a.java @@ -27,7 +27,7 @@ public class a { public ShapeAppearanceModel b; /* renamed from: c reason: collision with root package name */ - public int f1311c; + public int f1240c; public int d; public int e; public int f; @@ -47,10 +47,10 @@ public class a { public boolean o = false; public boolean p = false; public boolean q; + public LayerDrawable r; - /* renamed from: r reason: collision with root package name */ - public LayerDrawable f1312r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f1241s; public a(MaterialButton materialButton, @NonNull ShapeAppearanceModel shapeAppearanceModel) { this.a = materialButton; @@ -59,11 +59,11 @@ public class a { @Nullable public Shapeable a() { - LayerDrawable layerDrawable = this.f1312r; + LayerDrawable layerDrawable = this.r; if (layerDrawable == null || layerDrawable.getNumberOfLayers() <= 1) { return null; } - return this.f1312r.getNumberOfLayers() > 2 ? (Shapeable) this.f1312r.getDrawable(2) : (Shapeable) this.f1312r.getDrawable(1); + return this.r.getNumberOfLayers() > 2 ? (Shapeable) this.r.getDrawable(2) : (Shapeable) this.r.getDrawable(1); } @Nullable @@ -73,11 +73,11 @@ public class a { @Nullable public final MaterialShapeDrawable c(boolean z2) { - LayerDrawable layerDrawable = this.f1312r; + LayerDrawable layerDrawable = this.r; if (layerDrawable == null || layerDrawable.getNumberOfLayers() <= 0) { return null; } - return (MaterialShapeDrawable) ((LayerDrawable) ((InsetDrawable) this.f1312r.getDrawable(0)).getDrawable()).getDrawable(!z2 ? 1 : 0); + return (MaterialShapeDrawable) ((LayerDrawable) ((InsetDrawable) this.r.getDrawable(0)).getDrawable()).getDrawable(!z2 ? 1 : 0); } @Nullable @@ -129,12 +129,12 @@ public class a { MaterialShapeDrawable materialShapeDrawable3 = new MaterialShapeDrawable(this.b); this.m = materialShapeDrawable3; DrawableCompat.setTint(materialShapeDrawable3, -1); - RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.f1311c, this.e, this.d, this.f), this.m); - this.f1312r = rippleDrawable; + RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.f1240c, this.e, this.d, this.f), this.m); + this.r = rippleDrawable; materialButton.setInternalBackground(rippleDrawable); MaterialShapeDrawable b = b(); if (b != null) { - b.setElevation((float) this.s); + b.setElevation((float) this.f1241s); } } diff --git a/app/src/main/java/c/i/a/g/c/a.java b/app/src/main/java/c/i/a/g/c/a.java index 5740825c5e..d4e8a4311b 100644 --- a/app/src/main/java/c/i/a/g/c/a.java +++ b/app/src/main/java/c/i/a/g/c/a.java @@ -31,7 +31,7 @@ public class a { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialCardView f1313c; + public final MaterialCardView f1242c; @NonNull public final Rect d = new Rect(); @NonNull @@ -61,11 +61,11 @@ public class a { @Nullable public LayerDrawable q; @Nullable - - /* renamed from: r reason: collision with root package name */ - public MaterialShapeDrawable f1314r; + public MaterialShapeDrawable r; @Nullable - public MaterialShapeDrawable s; + + /* renamed from: s reason: collision with root package name */ + public MaterialShapeDrawable f1243s; public boolean t = false; public boolean u; @@ -93,7 +93,7 @@ public class a { } public a(@NonNull MaterialCardView materialCardView, AttributeSet attributeSet, int i, @StyleRes int i2) { - this.f1313c = materialCardView; + this.f1242c = materialCardView; MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(materialCardView.getContext(), attributeSet, i, i2); this.e = materialShapeDrawable; materialShapeDrawable.initializeElevationOverlay(materialCardView.getContext()); @@ -124,11 +124,11 @@ public class a { } public final float c() { - return this.f1313c.getMaxCardElevation() + (j() ? a() : 0.0f); + return this.f1242c.getMaxCardElevation() + (j() ? a() : 0.0f); } public final float d() { - return (this.f1313c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); + return (this.f1242c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); } @NonNull @@ -136,14 +136,14 @@ public class a { RippleDrawable rippleDrawable; if (this.p == null) { if (RippleUtils.USE_FRAMEWORK_RIPPLE) { - this.s = new MaterialShapeDrawable(this.n); - rippleDrawable = new RippleDrawable(this.l, null, this.s); + this.f1243s = new MaterialShapeDrawable(this.n); + rippleDrawable = new RippleDrawable(this.l, null, this.f1243s); } else { StateListDrawable stateListDrawable = new StateListDrawable(); MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.n); - this.f1314r = materialShapeDrawable; + this.r = materialShapeDrawable; materialShapeDrawable.setFillColor(this.l); - stateListDrawable.addState(new int[]{16842919}, this.f1314r); + stateListDrawable.addState(new int[]{16842919}, this.r); rippleDrawable = stateListDrawable; } this.p = rippleDrawable; @@ -165,7 +165,7 @@ public class a { public final Drawable f(Drawable drawable) { int i; int i2; - if (this.f1313c.getUseCompatPadding()) { + if (this.f1242c.getUseCompatPadding()) { int ceil = (int) Math.ceil((double) d()); i2 = (int) Math.ceil((double) c()); i = ceil; @@ -202,47 +202,47 @@ public class a { if (materialShapeDrawable2 != null) { materialShapeDrawable2.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable3 = this.s; + MaterialShapeDrawable materialShapeDrawable3 = this.f1243s; if (materialShapeDrawable3 != null) { materialShapeDrawable3.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable4 = this.f1314r; + MaterialShapeDrawable materialShapeDrawable4 = this.r; if (materialShapeDrawable4 != null) { materialShapeDrawable4.setShapeAppearanceModel(shapeAppearanceModel); } } public final boolean i() { - return this.f1313c.getPreventCornerOverlap() && !this.e.isRoundRect(); + return this.f1242c.getPreventCornerOverlap() && !this.e.isRoundRect(); } public final boolean j() { - return this.f1313c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1313c.getUseCompatPadding(); + return this.f1242c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1242c.getUseCompatPadding(); } public void k() { float f = 0.0f; float a2 = i() || j() ? a() : 0.0f; - if (this.f1313c.getPreventCornerOverlap() && this.f1313c.getUseCompatPadding()) { - f = (float) ((1.0d - b) * ((double) this.f1313c.getCardViewRadius())); + if (this.f1242c.getPreventCornerOverlap() && this.f1242c.getUseCompatPadding()) { + f = (float) ((1.0d - b) * ((double) this.f1242c.getCardViewRadius())); } int i = (int) (a2 - f); - MaterialCardView materialCardView = this.f1313c; + MaterialCardView materialCardView = this.f1242c; Rect rect = this.d; materialCardView.setAncestorContentPadding(rect.left + i, rect.top + i, rect.right + i, rect.bottom + i); } public void l() { if (!this.t) { - this.f1313c.setBackgroundInternal(f(this.e)); + this.f1242c.setBackgroundInternal(f(this.e)); } - this.f1313c.setForeground(f(this.j)); + this.f1242c.setForeground(f(this.j)); } public final void m() { Drawable drawable; if (!RippleUtils.USE_FRAMEWORK_RIPPLE || (drawable = this.p) == null) { - MaterialShapeDrawable materialShapeDrawable = this.f1314r; + MaterialShapeDrawable materialShapeDrawable = this.r; if (materialShapeDrawable != null) { materialShapeDrawable.setFillColor(this.l); return; diff --git a/app/src/main/java/c/i/a/g/d/a.java b/app/src/main/java/c/i/a/g/d/a.java index 91f82c8575..f858bd95d2 100644 --- a/app/src/main/java/c/i/a/g/d/a.java +++ b/app/src/main/java/c/i/a/g/d/a.java @@ -23,7 +23,7 @@ public final class a { public final ColorStateList b; /* renamed from: c reason: collision with root package name */ - public final ColorStateList f1315c; + public final ColorStateList f1244c; public final ColorStateList d; public final int e; public final ShapeAppearanceModel f; @@ -35,7 +35,7 @@ public final class a { Preconditions.checkArgumentNonnegative(rect.bottom); this.a = rect; this.b = colorStateList2; - this.f1315c = colorStateList; + this.f1244c = colorStateList; this.d = colorStateList3; this.e = i; this.f = shapeAppearanceModel; @@ -60,7 +60,7 @@ public final class a { MaterialShapeDrawable materialShapeDrawable2 = new MaterialShapeDrawable(); materialShapeDrawable.setShapeAppearanceModel(this.f); materialShapeDrawable2.setShapeAppearanceModel(this.f); - materialShapeDrawable.setFillColor(this.f1315c); + materialShapeDrawable.setFillColor(this.f1244c); materialShapeDrawable.setStroke((float) this.e, this.d); textView.setTextColor(this.b); RippleDrawable rippleDrawable = new RippleDrawable(this.b.withAlpha(30), materialShapeDrawable, materialShapeDrawable2); diff --git a/app/src/main/java/c/i/a/g/d/b.java b/app/src/main/java/c/i/a/g/d/b.java index bdf3bbf95f..064271a3e1 100644 --- a/app/src/main/java/c/i/a/g/d/b.java +++ b/app/src/main/java/c/i/a/g/d/b.java @@ -18,7 +18,7 @@ public final class b { @NonNull /* renamed from: c reason: collision with root package name */ - public final a f1316c; + public final a f1245c; @NonNull public final a d; @NonNull @@ -35,7 +35,7 @@ public final class b { this.a = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayStyle, 0)); this.g = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayInvalidStyle, 0)); this.b = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_daySelectedStyle, 0)); - this.f1316c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); + this.f1245c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); ColorStateList colorStateList = MaterialResources.getColorStateList(context, obtainStyledAttributes, R.styleable.MaterialCalendar_rangeFillColor); this.d = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearStyle, 0)); this.e = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearSelectedStyle, 0)); diff --git a/app/src/main/java/c/i/a/g/d/g.java b/app/src/main/java/c/i/a/g/d/g.java index 3a26bf2d98..76c6bd7506 100644 --- a/app/src/main/java/c/i/a/g/d/g.java +++ b/app/src/main/java/c/i/a/g/d/g.java @@ -75,7 +75,7 @@ public class g extends BaseAdapter { break; } } - aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1316c : this.m.a; + aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1245c : this.m.a; } else { textView.setEnabled(false); aVar = this.m.g; diff --git a/app/src/main/java/c/i/a/g/d/k.java b/app/src/main/java/c/i/a/g/d/k.java index 009b5fdcfb..93938adc9c 100644 --- a/app/src/main/java/c/i/a/g/d/k.java +++ b/app/src/main/java/c/i/a/g/d/k.java @@ -10,7 +10,7 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final TimeZone f1317c = null; + public final TimeZone f1246c = null; public k(@Nullable Long l, @Nullable TimeZone timeZone) { } diff --git a/app/src/main/java/c/i/a/g/d/l.java b/app/src/main/java/c/i/a/g/d/l.java index 98aa25a13b..472b312bf5 100644 --- a/app/src/main/java/c/i/a/g/d/l.java +++ b/app/src/main/java/c/i/a/g/d/l.java @@ -71,7 +71,7 @@ public class l { if (kVar == null) { kVar = k.a; } - java.util.TimeZone timeZone = kVar.f1317c; + java.util.TimeZone timeZone = kVar.f1246c; Calendar instance = timeZone == null ? Calendar.getInstance() : Calendar.getInstance(timeZone); Long l = kVar.b; if (l != null) { diff --git a/app/src/main/java/c/i/a/g/e/b.java b/app/src/main/java/c/i/a/g/e/b.java index 06d1818665..4ed58b5efb 100644 --- a/app/src/main/java/c/i/a/g/e/b.java +++ b/app/src/main/java/c/i/a/g/e/b.java @@ -23,7 +23,7 @@ public abstract class b implements j { public final ExtendedFloatingActionButton b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f1318c = new ArrayList<>(); + public final ArrayList f1247c = new ArrayList<>(); public final a d; @Nullable public MotionSpec e; diff --git a/app/src/main/java/c/i/a/g/e/c.java b/app/src/main/java/c/i/a/g/e/c.java index 508aea6757..d9b079cba7 100644 --- a/app/src/main/java/c/i/a/g/e/c.java +++ b/app/src/main/java/c/i/a/g/e/c.java @@ -29,7 +29,7 @@ public class c extends Drawable { public final Paint b; /* renamed from: c reason: collision with root package name */ - public final Path f1319c = new Path(); + public final Path f1248c = new Path(); public final Rect d = new Rect(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -130,9 +130,9 @@ public class c extends Drawable { } copyBounds(this.d); this.e.set(this.d); - this.a.calculatePath(this.o, 1.0f, this.e, this.f1319c); - if (this.f1319c.isConvex()) { - outline.setConvexPath(this.f1319c); + this.a.calculatePath(this.o, 1.0f, this.e, this.f1248c); + if (this.f1248c.isConvex()) { + outline.setConvexPath(this.f1248c); } } diff --git a/app/src/main/java/c/i/a/g/e/d.java b/app/src/main/java/c/i/a/g/e/d.java index 51aae286c0..d3b48351fd 100644 --- a/app/src/main/java/c/i/a/g/e/d.java +++ b/app/src/main/java/c/i/a/g/e/d.java @@ -10,13 +10,13 @@ public class d extends AnimatorListenerAdapter { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f.AbstractC0118f f1320c; + public final /* synthetic */ f.AbstractC0118f f1249c; public final /* synthetic */ f d; public d(f fVar, boolean z2, f.AbstractC0118f fVar2) { this.d = fVar; this.b = z2; - this.f1320c = fVar2; + this.f1249c = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -33,7 +33,7 @@ public class d extends AnimatorListenerAdapter { FloatingActionButton floatingActionButton = fVar.F; boolean z2 = this.b; floatingActionButton.internalSetVisibility(z2 ? 8 : 4, z2); - f.AbstractC0118f fVar2 = this.f1320c; + f.AbstractC0118f fVar2 = this.f1249c; if (fVar2 != null) { FloatingActionButton.a aVar = (FloatingActionButton.a) fVar2; aVar.a.onHidden(FloatingActionButton.this); diff --git a/app/src/main/java/c/i/a/g/e/e.java b/app/src/main/java/c/i/a/g/e/e.java index 3adee1515f..c0bf73a3e3 100644 --- a/app/src/main/java/c/i/a/g/e/e.java +++ b/app/src/main/java/c/i/a/g/e/e.java @@ -10,17 +10,17 @@ public class e extends AnimatorListenerAdapter { public final /* synthetic */ f.AbstractC0118f b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f1321c; + public final /* synthetic */ f f1250c; public e(f fVar, boolean z2, f.AbstractC0118f fVar2) { - this.f1321c = fVar; + this.f1250c = fVar; this.a = z2; this.b = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f fVar = this.f1321c; + f fVar = this.f1250c; fVar.B = 0; fVar.v = null; f.AbstractC0118f fVar2 = this.b; @@ -32,8 +32,8 @@ public class e extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.f1321c.F.internalSetVisibility(0, this.a); - f fVar = this.f1321c; + this.f1250c.F.internalSetVisibility(0, this.a); + f fVar = this.f1250c; fVar.B = 2; fVar.v = animator; } diff --git a/app/src/main/java/c/i/a/g/e/f.java b/app/src/main/java/c/i/a/g/e/f.java index 1a7112e3fe..709ba72ad4 100644 --- a/app/src/main/java/c/i/a/g/e/f.java +++ b/app/src/main/java/c/i/a/g/e/f.java @@ -39,7 +39,7 @@ public class f { public static final int[] b = {16842919, 16842910}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1322c = {16843623, 16842908, 16842910}; + public static final int[] f1251c = {16843623, 16842908, 16842910}; public static final int[] d = {16842908, 16842910}; public static final int[] e = {16843623, 16842910}; public static final int[] f = {16842910}; @@ -72,11 +72,11 @@ public class f { public float o; public float p; public float q; - - /* renamed from: r reason: collision with root package name */ - public int f1323r; + public int r; @NonNull - public final StateListAnimator s; + + /* renamed from: s reason: collision with root package name */ + public final StateListAnimator f1252s; @Nullable public MotionSpec t; @Nullable @@ -84,19 +84,17 @@ public class f { @Nullable public Animator v; @Nullable - - /* renamed from: w reason: collision with root package name */ - public MotionSpec f1324w; + public MotionSpec w; @Nullable /* renamed from: x reason: collision with root package name */ - public MotionSpec f1325x; + public MotionSpec f1253x; /* renamed from: y reason: collision with root package name */ - public float f1326y; + public float f1254y; /* renamed from: z reason: collision with root package name */ - public float f1327z = 1.0f; + public float f1255z = 1.0f; /* compiled from: FloatingActionButtonImpl */ public class a extends MatrixEvaluator { @@ -105,7 +103,7 @@ public class f { @Override // com.google.android.material.animation.MatrixEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1327z = f; + f.this.f1255z = f; return super.evaluate(f, matrix, matrix2); } @@ -113,7 +111,7 @@ public class f { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [float, java.lang.Object, java.lang.Object] */ @Override // com.google.android.material.animation.MatrixEvaluator, android.animation.TypeEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1327z = f; + f.this.f1255z = f; return super.evaluate(f, matrix, matrix2); } } @@ -186,7 +184,7 @@ public class f { public float b; /* renamed from: c reason: collision with root package name */ - public float f1328c; + public float f1256c; public h(d dVar) { } @@ -195,7 +193,7 @@ public class f { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f.this.w((float) ((int) this.f1328c)); + f.this.w((float) ((int) this.f1256c)); this.a = false; } @@ -204,12 +202,12 @@ public class f { if (!this.a) { MaterialShapeDrawable materialShapeDrawable = f.this.i; this.b = materialShapeDrawable == null ? 0.0f : materialShapeDrawable.getElevation(); - this.f1328c = a(); + this.f1256c = a(); this.a = true; } f fVar = f.this; float f = this.b; - fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1328c - f)) + f))); + fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1256c - f)) + f))); } } @@ -217,14 +215,14 @@ public class f { this.F = floatingActionButton; this.G = shadowViewDelegate; StateListAnimator stateListAnimator = new StateListAnimator(); - this.s = stateListAnimator; + this.f1252s = stateListAnimator; stateListAnimator.addState(b, c(new d())); - stateListAnimator.addState(f1322c, c(new c())); + stateListAnimator.addState(f1251c, c(new c())); stateListAnimator.addState(d, c(new c())); stateListAnimator.addState(e, c(new c())); stateListAnimator.addState(f, c(new g())); stateListAnimator.addState(g, c(new b(this))); - this.f1326y = floatingActionButton.getRotation(); + this.f1254y = floatingActionButton.getRotation(); } public final void a(float f2, @NonNull Matrix matrix) { @@ -286,7 +284,7 @@ public class f { } public void e(@NonNull Rect rect) { - int sizeDimension = this.m ? (this.f1323r - this.F.getSizeDimension()) / 2 : 0; + int sizeDimension = this.m ? (this.r - this.F.getSizeDimension()) / 2 : 0; float d2 = this.n ? d() + this.q : 0.0f; int max = Math.max(sizeDimension, (int) Math.ceil((double) d2)); int max2 = Math.max(sizeDimension, (int) Math.ceil((double) (d2 * 1.5f))); @@ -342,7 +340,7 @@ public class f { } public final void o(float f2) { - this.f1327z = f2; + this.f1255z = f2; Matrix matrix = this.K; a(f2, matrix); this.F.setImageMatrix(matrix); @@ -378,7 +376,7 @@ public class f { } public final boolean t() { - return !this.m || this.F.getSizeDimension() >= this.f1323r; + return !this.m || this.F.getSizeDimension() >= this.r; } public void u() { diff --git a/app/src/main/java/c/i/a/g/e/h.java b/app/src/main/java/c/i/a/g/e/h.java index cbca84e60f..e022a33c62 100644 --- a/app/src/main/java/c/i/a/g/e/h.java +++ b/app/src/main/java/c/i/a/g/e/h.java @@ -13,10 +13,10 @@ public class h implements ViewTreeObserver.OnPreDrawListener { public boolean onPreDraw() { f fVar = this.i; float rotation = fVar.F.getRotation(); - if (fVar.f1326y == rotation) { + if (fVar.f1254y == rotation) { return true; } - fVar.f1326y = rotation; + fVar.f1254y = rotation; fVar.u(); return true; } diff --git a/app/src/main/java/c/i/a/g/e/i.java b/app/src/main/java/c/i/a/g/e/i.java index 6e6b151996..1c5dcfa6bd 100644 --- a/app/src/main/java/c/i/a/g/e/i.java +++ b/app/src/main/java/c/i/a/g/e/i.java @@ -57,7 +57,7 @@ public class i extends f { if (this.G.isCompatPaddingEnabled()) { super.e(rect); } else if (!t()) { - int sizeDimension = (this.f1323r - this.F.getSizeDimension()) / 2; + int sizeDimension = (this.r - this.F.getSizeDimension()) / 2; rect.set(sizeDimension, sizeDimension, sizeDimension, sizeDimension); } else { rect.set(0, 0, 0, 0); @@ -141,7 +141,7 @@ public class i extends f { } else { StateListAnimator stateListAnimator = new StateListAnimator(); stateListAnimator.addState(f.b, x(f, f3)); - stateListAnimator.addState(f.f1322c, x(f, f2)); + stateListAnimator.addState(f.f1251c, x(f, f2)); stateListAnimator.addState(f.d, x(f, f2)); stateListAnimator.addState(f.e, x(f, f2)); AnimatorSet animatorSet = new AnimatorSet(); diff --git a/app/src/main/java/c/i/a/g/f/a.java b/app/src/main/java/c/i/a/g/f/a.java index 9ed58ed306..c61f0ae19f 100644 --- a/app/src/main/java/c/i/a/g/f/a.java +++ b/app/src/main/java/c/i/a/g/f/a.java @@ -20,7 +20,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public static Object f1329c; + public static Object f1257c; public CharSequence d; public final TextPaint e; public final int f; @@ -79,7 +79,7 @@ public final class a { } if (!a) { try { - f1329c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; + f1257c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; Class cls = Integer.TYPE; Class cls2 = Float.TYPE; Constructor declaredConstructor = StaticLayout.class.getDeclaredConstructor(CharSequence.class, cls, cls, TextPaint.class, cls, Layout.Alignment.class, TextDirectionHeuristic.class, cls2, cls2, Boolean.TYPE, TextUtils.TruncateAt.class, cls, cls); @@ -91,7 +91,7 @@ public final class a { } } try { - return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1329c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); + return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1257c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); } catch (Exception e2) { throw new C0119a(e2); } diff --git a/app/src/main/java/c/i/a/g/g/a.java b/app/src/main/java/c/i/a/g/g/a.java index aeb6d74efe..742a02a834 100644 --- a/app/src/main/java/c/i/a/g/g/a.java +++ b/app/src/main/java/c/i/a/g/g/a.java @@ -12,7 +12,7 @@ import com.google.android.material.progressindicator.CircularProgressIndicatorSp public final class a extends f { /* renamed from: c reason: collision with root package name */ - public int f1330c = 1; + public int f1258c = 1; public float d; public float e; public float f; @@ -23,17 +23,17 @@ public final class a extends f { @Override // c.i.a.g.g.f public void a(@NonNull Canvas canvas, @FloatRange(from = 0.0d, to = 1.0d) float f) { - S s = this.a; - float f2 = (((float) ((CircularProgressIndicatorSpec) s).indicatorSize) / 2.0f) + ((float) ((CircularProgressIndicatorSpec) s).indicatorInset); + S s2 = this.a; + float f2 = (((float) ((CircularProgressIndicatorSpec) s2).indicatorSize) / 2.0f) + ((float) ((CircularProgressIndicatorSpec) s2).indicatorInset); canvas.translate(f2, f2); canvas.rotate(-90.0f); float f3 = -f2; canvas.clipRect(f3, f3, f2, f2); - S s2 = this.a; - this.f1330c = ((CircularProgressIndicatorSpec) s2).indicatorDirection == 0 ? 1 : -1; - this.d = ((float) ((CircularProgressIndicatorSpec) s2).trackThickness) * f; - this.e = ((float) ((CircularProgressIndicatorSpec) s2).trackCornerRadius) * f; - this.f = ((float) (((CircularProgressIndicatorSpec) s2).indicatorSize - ((CircularProgressIndicatorSpec) s2).trackThickness)) / 2.0f; + S s3 = this.a; + this.f1258c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; + this.d = ((float) ((CircularProgressIndicatorSpec) s3).trackThickness) * f; + this.e = ((float) ((CircularProgressIndicatorSpec) s3).trackCornerRadius) * f; + this.f = ((float) (((CircularProgressIndicatorSpec) s3).indicatorSize - ((CircularProgressIndicatorSpec) s3).trackThickness)) / 2.0f; if ((this.b.isShowing() && ((CircularProgressIndicatorSpec) this.a).showAnimationBehavior == 2) || (this.b.isHiding() && ((CircularProgressIndicatorSpec) this.a).hideAnimationBehavior == 1)) { this.f = (((1.0f - f) * ((float) ((CircularProgressIndicatorSpec) this.a).trackThickness)) / 2.0f) + this.f; } else if ((this.b.isShowing() && ((CircularProgressIndicatorSpec) this.a).showAnimationBehavior == 1) || (this.b.isHiding() && ((CircularProgressIndicatorSpec) this.a).hideAnimationBehavior == 2)) { @@ -49,7 +49,7 @@ public final class a extends f { paint.setAntiAlias(true); paint.setColor(i); paint.setStrokeWidth(this.d); - float f3 = (float) this.f1330c; + float f3 = (float) this.f1258c; float f4 = f * 360.0f * f3; if (f2 < f) { f2 += 1.0f; @@ -100,11 +100,11 @@ public final class a extends f { canvas.rotate(f3); float f5 = f / 2.0f; float f6 = f4 * f2; - canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1330c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1330c)), paint); + canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1258c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1258c)), paint); canvas.translate((this.f - f5) + f2, 0.0f); - canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1330c), true, paint); + canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1258c), true, paint); canvas.translate(f - (f2 * 2.0f), 0.0f); - canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1330c), true, paint); + canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1258c), true, paint); canvas.restore(); } } diff --git a/app/src/main/java/c/i/a/g/g/d.java b/app/src/main/java/c/i/a/g/g/d.java index 417e2128a1..c295bb6640 100644 --- a/app/src/main/java/c/i/a/g/g/d.java +++ b/app/src/main/java/c/i/a/g/g/d.java @@ -74,7 +74,7 @@ public final class d extends g { int length = i4 % iArr.length; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(iArr[length], dVar2.a.getAlpha()); int compositeARGBWithAlpha2 = MaterialColors.compositeARGBWithAlpha(dVar2.l.indicatorColors[(length + 1) % iArr.length], dVar2.a.getAlpha()); - dVar2.f1331c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); + dVar2.f1259c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); break; } i3++; @@ -167,7 +167,7 @@ public final class d extends g { @VisibleForTesting public void h() { this.m = 0; - this.f1331c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); + this.f1259c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); this.o = 0.0f; } } diff --git a/app/src/main/java/c/i/a/g/g/f.java b/app/src/main/java/c/i/a/g/g/f.java index 7e00fb28f5..6b13d321fd 100644 --- a/app/src/main/java/c/i/a/g/g/f.java +++ b/app/src/main/java/c/i/a/g/g/f.java @@ -11,8 +11,8 @@ public abstract class f { public S a; public e b; - public f(S s) { - this.a = s; + public f(S s2) { + this.a = s2; } public abstract void a(@NonNull Canvas canvas, @FloatRange(from = 0.0d, to = 1.0d) float f); diff --git a/app/src/main/java/c/i/a/g/g/g.java b/app/src/main/java/c/i/a/g/g/g.java index 39ec20c35b..a1ddf22ea1 100644 --- a/app/src/main/java/c/i/a/g/g/g.java +++ b/app/src/main/java/c/i/a/g/g/g.java @@ -10,11 +10,11 @@ public abstract class g { public final float[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1331c; + public final int[] f1259c; public g(int i) { this.b = new float[(i * 2)]; - this.f1331c = new int[i]; + this.f1259c = new int[i]; } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/g/h.java b/app/src/main/java/c/i/a/g/g/h.java index 597b2c6c83..30bcf72f45 100644 --- a/app/src/main/java/c/i/a/g/g/h.java +++ b/app/src/main/java/c/i/a/g/g/h.java @@ -13,7 +13,7 @@ import com.google.android.material.progressindicator.LinearProgressIndicatorSpec public final class h extends f { /* renamed from: c reason: collision with root package name */ - public float f1332c = 300.0f; + public float f1260c = 300.0f; public float d; public float e; @@ -42,7 +42,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void a(@NonNull Canvas canvas, @FloatRange(from = 0.0d, to = 1.0d) float f) { Rect clipBounds = canvas.getClipBounds(); - this.f1332c = (float) clipBounds.width(); + this.f1260c = (float) clipBounds.width(); float f2 = (float) ((LinearProgressIndicatorSpec) this.a).trackThickness; canvas.translate(((float) clipBounds.width()) / 2.0f, Math.max(0.0f, ((float) (clipBounds.height() - ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f) + (((float) clipBounds.height()) / 2.0f)); if (((LinearProgressIndicatorSpec) this.a).drawHorizontallyInverse) { @@ -54,17 +54,17 @@ public final class h extends f { if (this.b.isShowing() || this.b.isHiding()) { canvas.translate(0.0f, ((f - 1.0f) * ((float) ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f); } - float f3 = this.f1332c; + float f3 = this.f1260c; canvas.clipRect((-f3) / 2.0f, (-f2) / 2.0f, f3 / 2.0f, f2 / 2.0f); - S s = this.a; - this.d = ((float) ((LinearProgressIndicatorSpec) s).trackThickness) * f; - this.e = ((float) ((LinearProgressIndicatorSpec) s).trackCornerRadius) * f; + S s2 = this.a; + this.d = ((float) ((LinearProgressIndicatorSpec) s2).trackThickness) * f; + this.e = ((float) ((LinearProgressIndicatorSpec) s2).trackCornerRadius) * f; } @Override // c.i.a.g.g.f public void b(@NonNull Canvas canvas, @NonNull Paint paint, @FloatRange(from = 0.0d, to = 1.0d) float f, @FloatRange(from = 0.0d, to = 1.0d) float f2, @ColorInt int i) { if (f != f2) { - float f3 = this.f1332c; + float f3 = this.f1260c; float f4 = this.e; float f5 = ((-f3) / 2.0f) + f4; float f6 = f3 - (f4 * 2.0f); @@ -86,7 +86,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void c(@NonNull Canvas canvas, @NonNull Paint paint) { int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((LinearProgressIndicatorSpec) this.a).trackColor, this.b.getAlpha()); - float f = ((-this.f1332c) / 2.0f) + this.e; + float f = ((-this.f1260c) / 2.0f) + this.e; float f2 = -f; paint.setStyle(Paint.Style.FILL); paint.setAntiAlias(true); diff --git a/app/src/main/java/c/i/a/g/g/j.java b/app/src/main/java/c/i/a/g/g/j.java index 42e5f31569..4764782a1e 100644 --- a/app/src/main/java/c/i/a/g/g/j.java +++ b/app/src/main/java/c/i/a/g/g/j.java @@ -53,7 +53,7 @@ public final class j extends g { float[] fArr3 = jVar2.b; fArr3[5] = 1.0f; if (jVar2.i && fArr3[3] < 1.0f) { - int[] iArr = jVar2.f1331c; + int[] iArr = jVar2.f1259c; iArr[2] = iArr[1]; iArr[1] = iArr[0]; iArr[0] = MaterialColors.compositeARGBWithAlpha(jVar2.g.indicatorColors[jVar2.h], jVar2.a.getAlpha()); @@ -112,6 +112,6 @@ public final class j extends g { public void h() { this.i = true; this.h = 1; - Arrays.fill(this.f1331c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); + Arrays.fill(this.f1259c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); } } diff --git a/app/src/main/java/c/i/a/g/g/l.java b/app/src/main/java/c/i/a/g/g/l.java index 458aec6f9b..da9cdc7385 100644 --- a/app/src/main/java/c/i/a/g/g/l.java +++ b/app/src/main/java/c/i/a/g/g/l.java @@ -51,7 +51,7 @@ public final class l extends g { lVar2.b[i2] = Math.max(0.0f, Math.min(1.0f, lVar2.h[i2].getInterpolation(lVar2.b(i, l.e[i2], l.d[i2])))); } if (lVar2.k) { - Arrays.fill(lVar2.f1331c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); + Arrays.fill(lVar2.f1259c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); lVar2.k = false; } lVar2.a.invalidateSelf(); @@ -118,7 +118,7 @@ public final class l extends g { public void h() { this.j = 0; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(this.i.indicatorColors[0], this.a.getAlpha()); - int[] iArr = this.f1331c; + int[] iArr = this.f1259c; iArr[0] = compositeARGBWithAlpha; iArr[1] = compositeARGBWithAlpha; } diff --git a/app/src/main/java/c/i/a/g/h/a.java b/app/src/main/java/c/i/a/g/h/a.java index 03c87c4af4..e9b74a5e11 100644 --- a/app/src/main/java/c/i/a/g/h/a.java +++ b/app/src/main/java/c/i/a/g/h/a.java @@ -14,7 +14,7 @@ public class a { @NonNull /* renamed from: c reason: collision with root package name */ - public final Handler f1333c = new Handler(Looper.getMainLooper(), new C0120a()); + public final Handler f1261c = new Handler(Looper.getMainLooper(), new C0120a()); @Nullable public c d; @Nullable @@ -56,7 +56,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f1334c; + public boolean f1262c; public c(int i, b bVar) { this.a = new WeakReference<>(bVar); @@ -76,7 +76,7 @@ public class a { if (bVar == null) { return false; } - this.f1333c.removeCallbacksAndMessages(cVar); + this.f1261c.removeCallbacksAndMessages(cVar); bVar.a(i); return true; } @@ -101,9 +101,9 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (!cVar.f1334c) { - cVar.f1334c = true; - this.f1333c.removeCallbacksAndMessages(cVar); + if (!cVar.f1262c) { + cVar.f1262c = true; + this.f1261c.removeCallbacksAndMessages(cVar); } } } @@ -113,8 +113,8 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (cVar.f1334c) { - cVar.f1334c = false; + if (cVar.f1262c) { + cVar.f1262c = false; g(cVar); } } @@ -127,8 +127,8 @@ public class a { if (i <= 0) { i = i == -1 ? 1500 : 2750; } - this.f1333c.removeCallbacksAndMessages(cVar); - Handler handler = this.f1333c; + this.f1261c.removeCallbacksAndMessages(cVar); + Handler handler = this.f1261c; handler.sendMessageDelayed(Message.obtain(handler, 0, cVar), (long) i); } } diff --git a/app/src/main/java/c/i/a/g/j/d.java b/app/src/main/java/c/i/a/g/j/d.java index e2f19142f2..bfed308b84 100644 --- a/app/src/main/java/c/i/a/g/j/d.java +++ b/app/src/main/java/c/i/a/g/j/d.java @@ -12,6 +12,6 @@ public class d implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1335c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1263c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/e.java b/app/src/main/java/c/i/a/g/j/e.java index 63d54b0024..4ec47e31e8 100644 --- a/app/src/main/java/c/i/a/g/j/e.java +++ b/app/src/main/java/c/i/a/g/j/e.java @@ -13,7 +13,7 @@ public class e implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue(); - this.a.f1335c.setScaleX(floatValue); - this.a.f1335c.setScaleY(floatValue); + this.a.f1263c.setScaleX(floatValue); + this.a.f1263c.setScaleY(floatValue); } } diff --git a/app/src/main/java/c/i/a/g/j/h.java b/app/src/main/java/c/i/a/g/j/h.java index 174f0af1e8..88dd840037 100644 --- a/app/src/main/java/c/i/a/g/j/h.java +++ b/app/src/main/java/c/i/a/g/j/h.java @@ -74,7 +74,7 @@ public class h extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void afterTextChanged(Editable editable) { AutoCompleteTextView d = h.d(h.this.a.getEditText()); - if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1335c.hasFocus()) { + if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1263c.hasFocus()) { d.dismissDropDown(); } d.post(new RunnableC0123a(d)); @@ -175,7 +175,7 @@ public class h extends m { z2 = true; } if (!z2) { - ViewCompat.setImportantForAccessibility(h.this.f1335c, 2); + ViewCompat.setImportantForAccessibility(h.this.f1263c, 2); } textInputLayout.setTextInputAccessibilityDelegate(h.this.f); textInputLayout.setEndIconVisible(true); diff --git a/app/src/main/java/c/i/a/g/j/i.java b/app/src/main/java/c/i/a/g/j/i.java index 9ec2d2f961..08be8bd210 100644 --- a/app/src/main/java/c/i/a/g/j/i.java +++ b/app/src/main/java/c/i/a/g/j/i.java @@ -12,6 +12,6 @@ public class i implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1335c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1263c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/l.java b/app/src/main/java/c/i/a/g/j/l.java index ebe0821982..4a874bf4d9 100644 --- a/app/src/main/java/c/i/a/g/j/l.java +++ b/app/src/main/java/c/i/a/g/j/l.java @@ -13,7 +13,7 @@ public class l extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { h hVar = this.a; - hVar.f1335c.setChecked(hVar.j); + hVar.f1263c.setChecked(hVar.j); this.a.p.start(); } } diff --git a/app/src/main/java/c/i/a/g/j/m.java b/app/src/main/java/c/i/a/g/j/m.java index cfba6e8d43..2d6a7d2d70 100644 --- a/app/src/main/java/c/i/a/g/j/m.java +++ b/app/src/main/java/c/i/a/g/j/m.java @@ -10,12 +10,12 @@ public abstract class m { public Context b; /* renamed from: c reason: collision with root package name */ - public CheckableImageButton f1335c; + public CheckableImageButton f1263c; public m(@NonNull TextInputLayout textInputLayout) { this.a = textInputLayout; this.b = textInputLayout.getContext(); - this.f1335c = textInputLayout.getEndIconView(); + this.f1263c = textInputLayout.getEndIconView(); } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/j/n.java b/app/src/main/java/c/i/a/g/j/n.java index 3e7de3bd59..7729820c13 100644 --- a/app/src/main/java/c/i/a/g/j/n.java +++ b/app/src/main/java/c/i/a/g/j/n.java @@ -32,7 +32,7 @@ public final class n { public final TextInputLayout b; /* renamed from: c reason: collision with root package name */ - public LinearLayout f1336c; + public LinearLayout f1264c; public int d; public FrameLayout e; @Nullable @@ -53,10 +53,10 @@ public final class n { public CharSequence p; public boolean q; @Nullable + public TextView r; - /* renamed from: r reason: collision with root package name */ - public TextView f1337r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f1265s; @Nullable public ColorStateList t; public Typeface u; @@ -67,13 +67,13 @@ public final class n { public final /* synthetic */ TextView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1338c; + public final /* synthetic */ int f1266c; public final /* synthetic */ TextView d; public a(int i, TextView textView, int i2, TextView textView2) { this.a = i; this.b = textView; - this.f1338c = i2; + this.f1266c = i2; this.d = textView2; } @@ -86,7 +86,7 @@ public final class n { TextView textView2 = this.b; if (textView2 != null) { textView2.setVisibility(4); - if (this.f1338c == 1 && (textView = n.this.l) != null) { + if (this.f1266c == 1 && (textView = n.this.l) != null) { textView.setText((CharSequence) null); } } @@ -114,13 +114,13 @@ public final class n { } public void a(TextView textView, int i) { - if (this.f1336c == null && this.e == null) { + if (this.f1264c == null && this.e == null) { LinearLayout linearLayout = new LinearLayout(this.a); - this.f1336c = linearLayout; + this.f1264c = linearLayout; linearLayout.setOrientation(0); - this.b.addView(this.f1336c, -1, -2); + this.b.addView(this.f1264c, -1, -2); this.e = new FrameLayout(this.a); - this.f1336c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); + this.f1264c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); if (this.b.getEditText() != null) { b(); } @@ -129,17 +129,17 @@ public final class n { this.e.setVisibility(0); this.e.addView(textView); } else { - this.f1336c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); + this.f1264c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); } - this.f1336c.setVisibility(0); + this.f1264c.setVisibility(0); this.d++; } public void b() { - if ((this.f1336c == null || this.b.getEditText() == null) ? false : true) { + if ((this.f1264c == null || this.b.getEditText() == null) ? false : true) { EditText editText = this.b.getEditText(); boolean isFontScaleAtLeast1_3 = MaterialResources.isFontScaleAtLeast1_3(this.a); - LinearLayout linearLayout = this.f1336c; + LinearLayout linearLayout = this.f1264c; int i = R.dimen.material_helper_text_font_1_3_padding_horizontal; ViewCompat.setPaddingRelative(linearLayout, h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingStart(editText)), h(isFontScaleAtLeast1_3, R.dimen.material_helper_text_font_1_3_padding_top, this.a.getResources().getDimensionPixelSize(R.dimen.material_helper_text_default_padding_top)), h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingEnd(editText)), 0); } @@ -181,7 +181,7 @@ public final class n { if (i != 2) { return null; } - return this.f1337r; + return this.r; } @ColorInt @@ -212,7 +212,7 @@ public final class n { public void j(TextView textView, int i) { FrameLayout frameLayout; - LinearLayout linearLayout = this.f1336c; + LinearLayout linearLayout = this.f1264c; if (linearLayout != null) { if (!(i == 0 || i == 1) || (frameLayout = this.e) == null) { linearLayout.removeView(textView); @@ -221,7 +221,7 @@ public final class n { } int i2 = this.d - 1; this.d = i2; - LinearLayout linearLayout2 = this.f1336c; + LinearLayout linearLayout2 = this.f1264c; if (i2 == 0) { linearLayout2.setVisibility(8); } @@ -240,7 +240,7 @@ public final class n { AnimatorSet animatorSet = new AnimatorSet(); this.f = animatorSet; ArrayList arrayList = new ArrayList(); - d(arrayList, this.q, this.f1337r, 2, i, i2); + d(arrayList, this.q, this.r, 2, i, i2); d(arrayList, this.k, this.l, 1, i, i2); AnimatorSetCompat.playTogether(animatorSet, arrayList); animatorSet.addListener(new a(i2, f(i), i, f(i2))); diff --git a/app/src/main/java/c/i/a/g/j/p.java b/app/src/main/java/c/i/a/g/j/p.java index a49e2fad17..cf300b7993 100644 --- a/app/src/main/java/c/i/a/g/j/p.java +++ b/app/src/main/java/c/i/a/g/j/p.java @@ -23,7 +23,7 @@ public class p extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) { p pVar = p.this; - pVar.f1335c.setChecked(!p.d(pVar)); + pVar.f1263c.setChecked(!p.d(pVar)); } } @@ -38,7 +38,7 @@ public class p extends m { textInputLayout.setEndIconVisible(true); textInputLayout.setEndIconCheckable(true); p pVar = p.this; - pVar.f1335c.setChecked(!p.d(pVar)); + pVar.f1263c.setChecked(!p.d(pVar)); editText.removeTextChangedListener(p.this.d); editText.addTextChangedListener(p.this.d); } diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index d9b8c06e30..baed92be44 100644 --- a/app/src/main/java/c/i/a/g/k/b.java +++ b/app/src/main/java/c/i/a/g/k/b.java @@ -18,12 +18,12 @@ public class b implements ViewTreeObserver.OnPreDrawListener { } this.i.getViewTreeObserver().removeOnPreDrawListener(this); ClockFaceView clockFaceView = this.i; - int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2410s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2853z = clockFaceView.j; + clockHandView.f2414z = clockFaceView.j; clockHandView.invalidate(); } return true; diff --git a/app/src/main/java/c/i/a/g/k/f.java b/app/src/main/java/c/i/a/g/k/f.java index aeac472e2e..e1b219065b 100644 --- a/app/src/main/java/c/i/a/g/k/f.java +++ b/app/src/main/java/c/i/a/g/k/f.java @@ -32,7 +32,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.l; timePickerView2.p = this; timePickerView2.o = this; - timePickerView2.k.f2851x = this; + timePickerView2.k.f2412x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); diff --git a/app/src/main/java/c/i/a/g/k/i.java b/app/src/main/java/c/i/a/g/k/i.java index b4183fd7e9..b6c3eca9cc 100644 --- a/app/src/main/java/c/i/a/g/k/i.java +++ b/app/src/main/java/c/i/a/g/k/i.java @@ -31,9 +31,7 @@ public class i implements TimePickerView.d, g { public final h o; public final EditText p; public final EditText q; - - /* renamed from: r reason: collision with root package name */ - public MaterialButtonToggleGroup f1339r; + public MaterialButtonToggleGroup r; /* compiled from: TimePickerTextInputPresenter */ public class a extends TextWatcherAdapter { @@ -107,9 +105,9 @@ public class i implements TimePickerView.d, g { chipTextInputComboView2.setTag(i2, 10); if (timeModel.k == 0) { MaterialButtonToggleGroup materialButtonToggleGroup = (MaterialButtonToggleGroup) linearLayout.findViewById(R.id.material_clock_period_toggle); - this.f1339r = materialButtonToggleGroup; + this.r = materialButtonToggleGroup; materialButtonToggleGroup.addOnButtonCheckedListener(new j(this)); - this.f1339r.setVisibility(0); + this.r.setVisibility(0); e(); } c cVar = new c(); @@ -185,7 +183,7 @@ public class i implements TimePickerView.d, g { } public final void e() { - MaterialButtonToggleGroup materialButtonToggleGroup = this.f1339r; + MaterialButtonToggleGroup materialButtonToggleGroup = this.r; if (materialButtonToggleGroup != null) { materialButtonToggleGroup.check(this.j.o == 0 ? R.id.material_clock_period_am_button : R.id.material_clock_period_pm_button); } diff --git a/app/src/main/java/c/i/a/g/l/b.java b/app/src/main/java/c/i/a/g/l/b.java index 6471d0b6ea..3b73f6d272 100644 --- a/app/src/main/java/c/i/a/g/l/b.java +++ b/app/src/main/java/c/i/a/g/l/b.java @@ -5,7 +5,7 @@ public class b { public static final a b = new C0124b(); /* renamed from: c reason: collision with root package name */ - public static final a f1340c = new c(); + public static final a f1267c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/c.java b/app/src/main/java/c/i/a/g/l/c.java index bf5c47fdae..28f6e51b60 100644 --- a/app/src/main/java/c/i/a/g/l/c.java +++ b/app/src/main/java/c/i/a/g/l/c.java @@ -5,12 +5,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1341c; + public final boolean f1268c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1341c = z2; + this.f1268c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/e.java b/app/src/main/java/c/i/a/g/l/e.java index 1a19be56f8..e6c0931135 100644 --- a/app/src/main/java/c/i/a/g/l/e.java +++ b/app/src/main/java/c/i/a/g/l/e.java @@ -39,12 +39,12 @@ public class e { @Override // c.i.a.g.l.d public boolean b(f fVar) { - return fVar.f1342c > fVar.e; + return fVar.f1269c > fVar.e; } @Override // c.i.a.g.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1342c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1269c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/f.java b/app/src/main/java/c/i/a/g/l/f.java index 88666b2b8d..8a6786eb47 100644 --- a/app/src/main/java/c/i/a/g/l/f.java +++ b/app/src/main/java/c/i/a/g/l/f.java @@ -5,7 +5,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1342c; + public final float f1269c; public final float d; public final float e; public final float f; @@ -13,7 +13,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1342c = f3; + this.f1269c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/g.java b/app/src/main/java/c/i/a/g/l/g.java index 674158a072..125ed6b0ab 100644 --- a/app/src/main/java/c/i/a/g/l/g.java +++ b/app/src/main/java/c/i/a/g/l/g.java @@ -9,7 +9,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1343c = new Path(); + public final Path f1270c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/a/g/l/l/b.java b/app/src/main/java/c/i/a/g/l/l/b.java index dfe5f90429..a33abf5605 100644 --- a/app/src/main/java/c/i/a/g/l/l/b.java +++ b/app/src/main/java/c/i/a/g/l/l/b.java @@ -8,7 +8,7 @@ public class b { public static final a b = new C0125b(); /* renamed from: c reason: collision with root package name */ - public static final a f1344c = new c(); + public static final a f1271c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/l/c.java b/app/src/main/java/c/i/a/g/l/l/c.java index 8ea21a66c2..68077fc4a5 100644 --- a/app/src/main/java/c/i/a/g/l/l/c.java +++ b/app/src/main/java/c/i/a/g/l/l/c.java @@ -8,12 +8,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1345c; + public final boolean f1272c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1345c = z2; + this.f1272c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/l/e.java b/app/src/main/java/c/i/a/g/l/l/e.java index d26246d024..f450977f0c 100644 --- a/app/src/main/java/c/i/a/g/l/l/e.java +++ b/app/src/main/java/c/i/a/g/l/l/e.java @@ -41,12 +41,12 @@ public class e { @Override // c.i.a.g.l.l.d public boolean b(f fVar) { - return fVar.f1346c > fVar.e; + return fVar.f1273c > fVar.e; } @Override // c.i.a.g.l.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1346c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1273c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/l/f.java b/app/src/main/java/c/i/a/g/l/l/f.java index 6b6aece8f8..9368702c30 100644 --- a/app/src/main/java/c/i/a/g/l/l/f.java +++ b/app/src/main/java/c/i/a/g/l/l/f.java @@ -8,7 +8,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1346c; + public final float f1273c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1346c = f3; + this.f1273c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/l/g.java b/app/src/main/java/c/i/a/g/l/l/g.java index 43c5b3b384..afd8b8300a 100644 --- a/app/src/main/java/c/i/a/g/l/l/g.java +++ b/app/src/main/java/c/i/a/g/l/l/g.java @@ -11,7 +11,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1347c = new Path(); + public final Path f1274c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/b/a/c.java b/app/src/main/java/c/i/b/a/c.java index b3da4bef51..cd5a917e1a 100644 --- a/app/src/main/java/c/i/b/a/c.java +++ b/app/src/main/java/c/i/b/a/c.java @@ -8,7 +8,7 @@ public final class c { public static final Charset b = Charset.forName("ISO-8859-1"); /* renamed from: c reason: collision with root package name */ - public static final Charset f1348c = Charset.forName(Constants.ENCODING); + public static final Charset f1275c = Charset.forName(Constants.ENCODING); public static final Charset d = Charset.forName("UTF-16LE"); public static final Charset e = Charset.forName("UTF-16"); diff --git a/app/src/main/java/c/i/b/a/g.java b/app/src/main/java/c/i/b/a/g.java index d88b8cbc8c..c580ca6831 100644 --- a/app/src/main/java/c/i/b/a/g.java +++ b/app/src/main/java/c/i/b/a/g.java @@ -9,7 +9,7 @@ public final class g { public final a b; /* renamed from: c reason: collision with root package name */ - public a f1349c; + public a f1276c; /* compiled from: MoreObjects */ public static final class a { @@ -20,7 +20,7 @@ public final class g { @NullableDecl /* renamed from: c reason: collision with root package name */ - public a f1350c; + public a f1277c; public a(f fVar) { } @@ -29,7 +29,7 @@ public final class g { public g(String str, f fVar) { a aVar = new a(null); this.b = aVar; - this.f1349c = aVar; + this.f1276c = aVar; this.a = str; } @@ -37,8 +37,8 @@ public final class g { public g a(String str, int i) { String valueOf = String.valueOf(i); a aVar = new a(null); - this.f1349c.f1350c = aVar; - this.f1349c = aVar; + this.f1276c.f1277c = aVar; + this.f1276c = aVar; aVar.b = valueOf; aVar.a = str; return this; @@ -48,7 +48,7 @@ public final class g { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f1350c; + a aVar = this.b.f1277c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -64,7 +64,7 @@ public final class g { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f1350c; + aVar = aVar.f1277c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/i/b/a/k.java b/app/src/main/java/c/i/b/a/k.java index 5bc6dfb9b0..986b9d1017 100644 --- a/app/src/main/java/c/i/b/a/k.java +++ b/app/src/main/java/c/i/b/a/k.java @@ -11,7 +11,7 @@ public final class k { public final b b; /* renamed from: c reason: collision with root package name */ - public final int f1351c = Integer.MAX_VALUE; + public final int f1278c = Integer.MAX_VALUE; /* compiled from: Splitter */ public static abstract class a extends a { @@ -24,7 +24,7 @@ public final class k { public a(k kVar, CharSequence charSequence) { this.l = kVar.a; this.m = false; - this.o = kVar.f1351c; + this.o = kVar.f1278c; this.k = charSequence; } } diff --git a/app/src/main/java/c/i/b/b/d0.java b/app/src/main/java/c/i/b/b/d0.java index 381a6e042b..e86078316a 100644 --- a/app/src/main/java/c/i/b/b/d0.java +++ b/app/src/main/java/c/i/b/b/d0.java @@ -14,7 +14,7 @@ public final class d0 { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f1352c = -1; + public int f1279c = -1; @MonotonicNonNullDecl public e0.p d; @MonotonicNonNullDecl @@ -36,7 +36,7 @@ public final class d0 { if (i == -1) { i = 16; } - int i2 = this.f1352c; + int i2 = this.f1279c; if (i2 == -1) { i2 = 4; } @@ -78,7 +78,7 @@ public final class d0 { if (i != -1) { gVar.a("initialCapacity", i); } - int i2 = this.f1352c; + int i2 = this.f1279c; if (i2 != -1) { gVar.a("concurrencyLevel", i2); } @@ -86,8 +86,8 @@ public final class d0 { if (pVar != null) { String m0 = c.m0(pVar.toString()); g.a aVar = new g.a(null); - gVar.f1349c.f1350c = aVar; - gVar.f1349c = aVar; + gVar.f1276c.f1277c = aVar; + gVar.f1276c = aVar; aVar.b = m0; aVar.a = "keyStrength"; } @@ -95,15 +95,15 @@ public final class d0 { if (pVar2 != null) { String m02 = c.m0(pVar2.toString()); g.a aVar2 = new g.a(null); - gVar.f1349c.f1350c = aVar2; - gVar.f1349c = aVar2; + gVar.f1276c.f1277c = aVar2; + gVar.f1276c = aVar2; aVar2.b = m02; aVar2.a = "valueStrength"; } if (this.f != null) { g.a aVar3 = new g.a(null); - gVar.f1349c.f1350c = aVar3; - gVar.f1349c = aVar3; + gVar.f1276c.f1277c = aVar3; + gVar.f1276c = aVar3; aVar3.b = "keyEquivalence"; } return gVar.toString(); diff --git a/app/src/main/java/c/i/b/b/e0.java b/app/src/main/java/c/i/b/b/e0.java index f625d694e3..c4b1db7718 100644 --- a/app/src/main/java/c/i/b/b/e0.java +++ b/app/src/main/java/c/i/b/b/e0.java @@ -116,17 +116,17 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public final E f1353c; + public final E f1280c; public c(K k, int i, @NullableDecl E e) { this.a = k; this.b = i; - this.f1353c = e; + this.f1280c = e; } @Override // c.i.b.b.e0.i public E a() { - return this.f1353c; + return this.f1280c; } @Override // c.i.b.b.e0.i @@ -454,17 +454,17 @@ public class e0, S extends n> extends Abs /* compiled from: MapMakerInternalMap */ public interface j, S extends n> { - E a(S s, E e, @NullableDecl E e2); + E a(S s2, E e, @NullableDecl E e2); p b(); p c(); - void d(S s, E e, V v); + void d(S s2, E e, V v); S e(e0 e0Var, int i, int i2); - E f(S s, K k, int i, @NullableDecl E e); + E f(S s2, K k, int i, @NullableDecl E e); } /* compiled from: MapMakerInternalMap */ @@ -854,13 +854,13 @@ public class e0, S extends n> extends Abs d0Var.f = dVar; d0Var.a = true; int i2 = this.concurrencyLevel; - int i3 = d0Var.f1352c; + int i3 = d0Var.f1279c; c.i.a.f.e.o.c.r(i3 == -1, "concurrency level was already set to %s", i3); if (i2 > 0) { z2 = true; } c.i.a.f.e.o.c.h(z2); - d0Var.f1352c = i2; + d0Var.f1279c = i2; this.i = d0Var.c(); while (true) { Object readObject = objectInputStream.readObject(); @@ -1136,7 +1136,7 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public volatile V f1354c = null; + public volatile V f1281c = null; /* compiled from: MapMakerInternalMap */ public static final class a implements j, x> { @@ -1151,7 +1151,7 @@ public class e0, S extends n> extends Abs return null; } w wVar3 = new w(x.o(xVar), wVar.get(), wVar.a, wVar2); - wVar3.f1354c = wVar.f1354c; + wVar3.f1281c = wVar.f1281c; return wVar3; } @@ -1170,7 +1170,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.j public void d(n nVar, i iVar, Object obj) { x xVar = (x) nVar; - ((w) iVar).f1354c = obj; + ((w) iVar).f1281c = obj; } @Override // c.i.b.b.e0.j @@ -1191,7 +1191,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.i @NullableDecl public V getValue() { - return this.f1354c; + return this.f1281c; } } @@ -1228,7 +1228,7 @@ public class e0, S extends n> extends Abs public static final class y extends d> implements a0> { /* renamed from: c reason: collision with root package name */ - public volatile b0> f1355c = ((b0>) e0.i); + public volatile b0> f1282c = ((b0>) e0.i); /* compiled from: MapMakerInternalMap */ public static final class a implements j, z> { @@ -1249,7 +1249,7 @@ public class e0, S extends n> extends Abs ReferenceQueue o = z.o(zVar); ReferenceQueue p = z.p(zVar); y yVar3 = new y<>(o, yVar.get(), yVar.a, yVar2); - yVar3.f1355c = yVar.f1355c.b(p, yVar3); + yVar3.f1282c = yVar.f1282c.b(p, yVar3); return yVar3; } @@ -1267,8 +1267,8 @@ public class e0, S extends n> extends Abs public void d(n nVar, i iVar, Object obj) { y yVar = (y) iVar; ReferenceQueue p = z.p((z) nVar); - b0> b0Var = yVar.f1355c; - yVar.f1355c = new c0(p, obj, yVar); + b0> b0Var = yVar.f1282c; + yVar.f1282c = new c0(p, obj, yVar); b0Var.clear(); } @@ -1290,12 +1290,12 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.a0 public b0> b() { - return this.f1355c; + return this.f1282c; } @Override // c.i.b.b.e0.i public V getValue() { - return this.f1355c.get(); + return this.f1282c.get(); } } @@ -1335,7 +1335,7 @@ public class e0, S extends n> extends Abs } public e0(d0 d0Var, j jVar) { - int i2 = d0Var.f1352c; + int i2 = d0Var.f1279c; this.concurrencyLevel = Math.min(i2 == -1 ? 4 : i2, 65536); this.keyEquivalence = (c.i.b.a.d) c.i.a.f.e.o.c.C(d0Var.f, d0Var.a().f()); this.m = jVar; diff --git a/app/src/main/java/c/i/b/b/l.java b/app/src/main/java/c/i/b/b/l.java index a3689fe44f..7425f4921d 100644 --- a/app/src/main/java/c/i/b/b/l.java +++ b/app/src/main/java/c/i/b/b/l.java @@ -35,11 +35,11 @@ public class l extends AbstractMap implements Serializable { public transient int p; public transient int q; @MonotonicNonNullDecl - - /* renamed from: r reason: collision with root package name */ - public transient Set f1356r; + public transient Set r; @MonotonicNonNullDecl - public transient Set> s; + + /* renamed from: s reason: collision with root package name */ + public transient Set> f1283s; @MonotonicNonNullDecl public transient Collection t; @@ -333,11 +333,11 @@ public class l extends AbstractMap implements Serializable { } public final int d(@NullableDecl Object obj) { - int j0 = c.i.a.f.e.o.c.j0(obj); - int i2 = this.j[c() & j0]; + int j02 = c.i.a.f.e.o.c.j0(obj); + int i2 = this.j[c() & j02]; while (i2 != -1) { long j = this.k[i2]; - if (b(j) == j0 && c.i.a.f.e.o.c.B(obj, this.l[i2])) { + if (b(j) == j02 && c.i.a.f.e.o.c.B(obj, this.l[i2])) { return i2; } i2 = (int) j; @@ -371,12 +371,12 @@ public class l extends AbstractMap implements Serializable { @Override // java.util.AbstractMap, java.util.Map public Set> entrySet() { - Set> set = this.s; + Set> set = this.f1283s; if (set != null) { return set; } a aVar = new a(); - this.s = aVar; + this.f1283s = aVar; return aVar; } @@ -463,12 +463,12 @@ public class l extends AbstractMap implements Serializable { @Override // java.util.AbstractMap, java.util.Map public Set keySet() { - Set set = this.f1356r; + Set set = this.r; if (set != null) { return set; } c cVar = new c(); - this.f1356r = cVar; + this.r = cVar; return cVar; } @@ -479,8 +479,8 @@ public class l extends AbstractMap implements Serializable { long[] jArr = this.k; Object[] objArr = this.l; Object[] objArr2 = this.m; - int j0 = c.i.a.f.e.o.c.j0(k); - int c2 = c() & j0; + int j02 = c.i.a.f.e.o.c.j0(k); + int c2 = c() & j02; int i2 = this.q; int[] iArr = this.j; int i3 = iArr[c2]; @@ -489,7 +489,7 @@ public class l extends AbstractMap implements Serializable { } else { while (true) { long j = jArr[i3]; - if (b(j) != j0 || !c.i.a.f.e.o.c.B(k, objArr[i3])) { + if (b(j) != j02 || !c.i.a.f.e.o.c.B(k, objArr[i3])) { int i4 = (int) j; if (i4 == -1) { jArr[i3] = g(j, i2); @@ -523,7 +523,7 @@ public class l extends AbstractMap implements Serializable { this.k = copyOf; } } - this.k[i2] = (((long) j0) << 32) | 4294967295L; + this.k[i2] = (((long) j02) << 32) | 4294967295L; this.l[i2] = k; this.m[i2] = v; this.q = i5; diff --git a/app/src/main/java/c/i/b/b/n.java b/app/src/main/java/c/i/b/b/n.java index cbdbd37385..463abd5883 100644 --- a/app/src/main/java/c/i/b/b/n.java +++ b/app/src/main/java/c/i/b/b/n.java @@ -8,7 +8,7 @@ public abstract class n { public static final n b = new b(-1); /* renamed from: c reason: collision with root package name */ - public static final n f1357c = new b(1); + public static final n f1284c = new b(1); /* compiled from: ComparisonChain */ public static class a extends n { @@ -42,7 +42,7 @@ public abstract class n { } public n f(int i) { - return i < 0 ? n.b : i > 0 ? n.f1357c : n.a; + return i < 0 ? n.b : i > 0 ? n.f1284c : n.a; } } diff --git a/app/src/main/java/c/i/b/b/s.java b/app/src/main/java/c/i/b/b/s.java index eeb9dff1a5..29b663c15a 100644 --- a/app/src/main/java/c/i/b/b/s.java +++ b/app/src/main/java/c/i/b/b/s.java @@ -20,7 +20,7 @@ public abstract class s extends AbstractCollection implements Serializable public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1358c; + public boolean f1285c; public a(int i) { c.n(i, "initialCapacity"); diff --git a/app/src/main/java/c/i/b/b/s0.java b/app/src/main/java/c/i/b/b/s0.java index fe0a861af8..d01a0c57d2 100644 --- a/app/src/main/java/c/i/b/b/s0.java +++ b/app/src/main/java/c/i/b/b/s0.java @@ -25,9 +25,9 @@ public final class s0 extends z { if (obj == null || objArr == null) { return false; } - int j0 = c.j0(obj); + int j02 = c.j0(obj); while (true) { - int i = j0 & this.o; + int i = j02 & this.o; Object obj2 = objArr[i]; if (obj2 == null) { return false; @@ -35,7 +35,7 @@ public final class s0 extends z { if (obj2.equals(obj)) { return true; } - j0 = i + 1; + j02 = i + 1; } } diff --git a/app/src/main/java/c/i/b/b/u.java b/app/src/main/java/c/i/b/b/u.java index 144ee0bf00..b738febe19 100644 --- a/app/src/main/java/c/i/b/b/u.java +++ b/app/src/main/java/c/i/b/b/u.java @@ -30,10 +30,10 @@ public abstract class u extends s implements List, RandomAccess { Object[] objArr = this.a; if (objArr.length < i) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i)); - this.f1358c = false; - } else if (this.f1358c) { + this.f1285c = false; + } else if (this.f1285c) { this.a = (Object[]) objArr.clone(); - this.f1358c = false; + this.f1285c = false; } Object[] objArr2 = this.a; int i2 = this.b; @@ -43,7 +43,7 @@ public abstract class u extends s implements List, RandomAccess { } public u c() { - this.f1358c = true; + this.f1285c = true; return u.l(this.a, this.b); } } diff --git a/app/src/main/java/c/i/b/b/w.java b/app/src/main/java/c/i/b/b/w.java index 38e27f1181..f4775c55bf 100644 --- a/app/src/main/java/c/i/b/b/w.java +++ b/app/src/main/java/c/i/b/b/w.java @@ -28,7 +28,7 @@ public abstract class w implements Map, Serializable { public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1359c = false; + public boolean f1286c = false; public a(int i) { this.a = new Object[(i * 2)]; @@ -39,7 +39,7 @@ public abstract class w implements Map, Serializable { r4 = r4 + 1; */ public w a() { - this.f1359c = true; + this.f1286c = true; int i = this.b; Object[] objArr = this.a; if (i == 0) { @@ -88,7 +88,7 @@ public abstract class w implements Map, Serializable { Object[] objArr = this.a; if (i2 > objArr.length) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i2)); - this.f1359c = false; + this.f1286c = false; } } diff --git a/app/src/main/java/c/i/c/c.java b/app/src/main/java/c/i/c/c.java index 6525293649..b950e33726 100644 --- a/app/src/main/java/c/i/c/c.java +++ b/app/src/main/java/c/i/c/c.java @@ -50,7 +50,7 @@ public class c { public static final Executor b = new d(null); /* renamed from: c reason: collision with root package name */ - public static final Map f1360c = new ArrayMap(); + public static final Map f1287c = new ArrayMap(); public final Context d; public final String e; public final i f; @@ -75,7 +75,7 @@ public class c { public void a(boolean z2) { Object obj = c.a; synchronized (c.a) { - Iterator it = new ArrayList(c.f1360c.values()).iterator(); + Iterator it = new ArrayList(c.f1287c.values()).iterator(); while (it.hasNext()) { c cVar = (c) it.next(); if (cVar.h.get()) { @@ -116,7 +116,7 @@ public class c { public void onReceive(Context context, Intent intent) { Object obj = c.a; synchronized (c.a) { - for (c cVar : c.f1360c.values()) { + for (c cVar : c.f1287c.values()) { cVar.d(); } } @@ -202,7 +202,7 @@ public class c { public static c b() { c cVar; synchronized (a) { - cVar = f1360c.get("[DEFAULT]"); + cVar = f1287c.get("[DEFAULT]"); if (cVar == null) { throw new IllegalStateException("Default FirebaseApp is not initialized in this process " + c.i.a.f.e.o.g.a() + ". Make sure to call FirebaseApp.initializeApp(Context) first."); } @@ -213,7 +213,7 @@ public class c { @Nullable public static c e(@NonNull Context context) { synchronized (a) { - if (f1360c.containsKey("[DEFAULT]")) { + if (f1287c.containsKey("[DEFAULT]")) { return b(); } i a2 = i.a(context); @@ -247,7 +247,7 @@ public class c { context = context.getApplicationContext(); } synchronized (a) { - Map map = f1360c; + Map map = f1287c; c.c.a.a0.d.G(!map.containsKey("[DEFAULT]"), "FirebaseApp name [DEFAULT] already exists!"); c.c.a.a0.d.z(context, "Application context cannot be null."); cVar = new c(context, "[DEFAULT]", iVar); @@ -306,7 +306,7 @@ public class c { boolean h = h(); for (Map.Entry, r> entry : kVar.b.entrySet()) { r value = entry.getValue(); - int i = entry.getKey().f1368c; + int i = entry.getKey().f1295c; boolean z2 = false; if (!(i == 1)) { if (i == 2) { diff --git a/app/src/main/java/c/i/c/i.java b/app/src/main/java/c/i/c/i.java index 754b709370..41df48be40 100644 --- a/app/src/main/java/c/i/c/i.java +++ b/app/src/main/java/c/i/c/i.java @@ -17,7 +17,7 @@ public final class i { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1361c; + public final String f1288c; public final String d; public final String e; public final String f; @@ -27,7 +27,7 @@ public final class i { d.G(!h.a(str), "ApplicationId must be set."); this.b = str; this.a = str2; - this.f1361c = str3; + this.f1288c = str3; this.d = str4; this.e = str5; this.f = str6; @@ -67,18 +67,18 @@ public final class i { return false; } i iVar = (i) obj; - return d.j0(this.b, iVar.b) && d.j0(this.a, iVar.a) && d.j0(this.f1361c, iVar.f1361c) && d.j0(this.d, iVar.d) && d.j0(this.e, iVar.e) && d.j0(this.f, iVar.f) && d.j0(this.g, iVar.g); + return d.j0(this.b, iVar.b) && d.j0(this.a, iVar.a) && d.j0(this.f1288c, iVar.f1288c) && d.j0(this.d, iVar.d) && d.j0(this.e, iVar.e) && d.j0(this.f, iVar.f) && d.j0(this.g, iVar.g); } public int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.a, this.f1361c, this.d, this.e, this.f, this.g}); + return Arrays.hashCode(new Object[]{this.b, this.a, this.f1288c, this.d, this.e, this.f, this.g}); } public String toString() { k kVar = new k(this, null); kVar.a("applicationId", this.b); kVar.a("apiKey", this.a); - kVar.a("databaseUrl", this.f1361c); + kVar.a("databaseUrl", this.f1288c); kVar.a("gcmSenderId", this.e); kVar.a("storageBucket", this.f); kVar.a("projectId", this.g); diff --git a/app/src/main/java/c/i/c/j/a/b.java b/app/src/main/java/c/i/c/j/a/b.java index e233afeeae..f041cd2ebd 100644 --- a/app/src/main/java/c/i/c/j/a/b.java +++ b/app/src/main/java/c/i/c/j/a/b.java @@ -18,7 +18,7 @@ public class b implements a { public final c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public final Map f1362c = new ConcurrentHashMap(); + public final Map f1289c = new ConcurrentHashMap(); /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ public class a implements a.AbstractC0131a { @@ -159,7 +159,7 @@ public class b implements a { if (!c.a(str)) { return null; } - if (!str.isEmpty() && this.f1362c.containsKey(str) && this.f1362c.get(str) != null) { + if (!str.isEmpty() && this.f1289c.containsKey(str) && this.f1289c.get(str) != null) { return null; } c.i.a.f.i.a.a aVar = this.b; @@ -167,7 +167,7 @@ public class b implements a { if (bVar2 == null) { return null; } - this.f1362c.put(str, bVar2); + this.f1289c.put(str, bVar2); return new a(this, str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/b.java b/app/src/main/java/c/i/c/j/a/c/b.java index 1b687a6459..b7b9eba0f7 100644 --- a/app/src/main/java/c/i/c/j/a/c/b.java +++ b/app/src/main/java/c/i/c/j/a/c/b.java @@ -9,12 +9,12 @@ public final class b { public a.b b; /* renamed from: c reason: collision with root package name */ - public c.i.a.f.i.a.a f1363c; + public c.i.a.f.i.a.a f1290c; public e d; public b(c.i.a.f.i.a.a aVar, a.b bVar) { this.b = bVar; - this.f1363c = aVar; + this.f1290c = aVar; e eVar = new e(this); this.d = eVar; aVar.a(eVar); diff --git a/app/src/main/java/c/i/c/j/a/c/c.java b/app/src/main/java/c/i/c/j/a/c/c.java index e4163391f7..957e594454 100644 --- a/app/src/main/java/c/i/c/j/a/c/c.java +++ b/app/src/main/java/c/i/c/j/a/c/c.java @@ -12,7 +12,7 @@ public final class c { public static final List b = Arrays.asList("_e", "_f", "_iap", "_s", "_au", "_ui", "_cd"); /* renamed from: c reason: collision with root package name */ - public static final List f1364c = Arrays.asList("auto", "app", "am"); + public static final List f1291c = Arrays.asList("auto", "app", "am"); public static final List d = Arrays.asList("_r", "_dbg"); public static final List e; public static final List f = Arrays.asList("^_ltv_[A-Z]{3}$", "^_cc[1-5]{1}$"); @@ -34,6 +34,6 @@ public final class c { } public static boolean a(@NonNull String str) { - return !f1364c.contains(str); + return !f1291c.contains(str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/d.java b/app/src/main/java/c/i/c/j/a/c/d.java index 6399d0b1e3..fd1ceb5806 100644 --- a/app/src/main/java/c/i/c/j/a/c/d.java +++ b/app/src/main/java/c/i/c/j/a/c/d.java @@ -7,13 +7,13 @@ public final class d { public c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public f f1365c; + public f f1292c; public d(c.i.a.f.i.a.a aVar, a.b bVar) { this.a = bVar; this.b = aVar; f fVar = new f(this); - this.f1365c = fVar; + this.f1292c = fVar; aVar.a(fVar); } } diff --git a/app/src/main/java/c/i/c/j/a/c/e.java b/app/src/main/java/c/i/c/j/a/c/e.java index 33367077dd..037163a396 100644 --- a/app/src/main/java/c/i/c/j/a/c/e.java +++ b/app/src/main/java/c/i/c/j/a/c/e.java @@ -18,9 +18,9 @@ public final class e implements a.AbstractC0114a { if (this.a.a.contains(str2)) { Bundle bundle2 = new Bundle(); Set set = c.a; - String K0 = c.K0(str2, v5.f1286c, v5.a); - if (K0 != null) { - str2 = K0; + String L0 = c.L0(str2, v5.f1215c, v5.a); + if (L0 != null) { + str2 = L0; } bundle2.putString("events", str2); ((c.i.c.m.a) this.a.b).a(2, bundle2); diff --git a/app/src/main/java/c/i/c/k/a.java b/app/src/main/java/c/i/c/k/a.java index 0ae3a2182c..0437bb8ce3 100644 --- a/app/src/main/java/c/i/c/k/a.java +++ b/app/src/main/java/c/i/c/k/a.java @@ -14,7 +14,7 @@ public interface a { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1366c; + public String f1293c; public String d; public String e; @@ -34,7 +34,7 @@ public interface a { sb.append("String at "); sb.append(i2); sb.append(" is null and is ignored by put method."); - c.e1(sb.toString()); + c.j1(sb.toString()); } else { int i3 = 20000; if (strArr2[i].length() > 20000) { @@ -42,7 +42,7 @@ public interface a { sb2.append("String at "); sb2.append(i2); sb2.append(" is too long, truncating string."); - c.e1(sb2.toString()); + c.j1(sb2.toString()); String str2 = strArr2[i]; if (str2.length() > 20000) { if (Character.isHighSurrogate(str2.charAt(19999)) && Character.isLowSurrogate(str2.charAt(20000))) { @@ -58,13 +58,13 @@ public interface a { if (i > 0) { Object[] objArr = (String[]) Arrays.copyOfRange(strArr2, 0, i); if (objArr.length >= 100) { - c.e1("Input Array of elements is too big, cutting off."); + c.j1("Input Array of elements is too big, cutting off."); objArr = Arrays.copyOf(objArr, 100); } bundle.putStringArray(str, (String[]) objArr); } } else { - c.e1("String array is empty and is ignored by put method."); + c.j1("String array is empty and is ignored by put method."); } return this; } diff --git a/app/src/main/java/c/i/c/k/d/c.java b/app/src/main/java/c/i/c/k/d/c.java index 0966def1bf..4abd00396d 100644 --- a/app/src/main/java/c/i/c/k/d/c.java +++ b/app/src/main/java/c/i/c/k/d/c.java @@ -8,6 +8,6 @@ import c.i.c.h; /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ public final class c extends b { public c(Context context) { - super(context, k.f1157c, (a.d) null, new h()); + super(context, k.f1094c, (a.d) null, new h()); } } diff --git a/app/src/main/java/c/i/c/k/d/e.java b/app/src/main/java/c/i/c/k/d/e.java index b7f9a58e68..9ba8d81631 100644 --- a/app/src/main/java/c/i/c/k/d/e.java +++ b/app/src/main/java/c/i/c/k/d/e.java @@ -12,7 +12,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; public abstract class e extends p implements c.i.a.f.e.h.j.e { /* renamed from: c reason: collision with root package name */ - public TaskCompletionSource f1367c; + public TaskCompletionSource f1294c; public e(d dVar) { } @@ -20,8 +20,8 @@ public abstract class e extends p implements c.i.a.f.e.h.j.e { @Override // c.i.a.f.e.h.j.e public void a(Status status) { d.p(!status.v0(), "Failed result must not be success."); - TaskCompletionSource taskCompletionSource = this.f1367c; - taskCompletionSource.a.s(c.D0(status, status.p)); + TaskCompletionSource taskCompletionSource = this.f1294c; + taskCompletionSource.a.s(c.E0(status, status.p)); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @@ -29,17 +29,17 @@ public abstract class e extends p implements c.i.a.f.e.h.j.e { public void b(Status status) { Status status2 = status; if (status2.v0()) { - this.f1367c.a.t(null); + this.f1294c.a.t(null); return; } - TaskCompletionSource taskCompletionSource = this.f1367c; - taskCompletionSource.a.s(c.D0(status2, "User Action indexing error, please try again.")); + TaskCompletionSource taskCompletionSource = this.f1294c; + taskCompletionSource.a.s(c.E0(status2, "User Action indexing error, please try again.")); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [c.i.a.f.e.h.a$b, com.google.android.gms.tasks.TaskCompletionSource] */ @Override // c.i.a.f.e.h.j.p public void c(g gVar, TaskCompletionSource taskCompletionSource) throws RemoteException { - this.f1367c = taskCompletionSource; + this.f1294c = taskCompletionSource; d dVar = (d) this; gVar.w().T(new h(dVar), dVar.d); } diff --git a/app/src/main/java/c/i/c/l/d.java b/app/src/main/java/c/i/c/l/d.java index 7ba7f3fcae..7f038195dd 100644 --- a/app/src/main/java/c/i/c/l/d.java +++ b/app/src/main/java/c/i/c/l/d.java @@ -11,7 +11,7 @@ public final class d { public final Set b; /* renamed from: c reason: collision with root package name */ - public final int f1368c; + public final int f1295c; public final int d; public final f e; public final Set> f; @@ -22,7 +22,7 @@ public final class d { public final Set b = new HashSet(); /* renamed from: c reason: collision with root package name */ - public int f1369c; + public int f1296c; public int d; public f e; public Set> f; @@ -30,7 +30,7 @@ public final class d { public b(Class cls, Class[] clsArr, a aVar) { HashSet hashSet = new HashSet(); this.a = hashSet; - this.f1369c = 0; + this.f1296c = 0; this.d = 0; this.f = new HashSet(); Objects.requireNonNull(cls, "Null interface"); @@ -51,7 +51,7 @@ public final class d { public d b() { if (this.e != null) { - return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1369c, this.d, this.e, this.f, null); + return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1296c, this.d, this.e, this.f, null); } throw new IllegalStateException("Missing required property: factory."); } @@ -62,8 +62,8 @@ public final class d { } public final b d(int i) { - if (this.f1369c == 0) { - this.f1369c = i; + if (this.f1296c == 0) { + this.f1296c = i; return this; } throw new IllegalStateException("Instantiation type has already been set."); @@ -73,7 +73,7 @@ public final class d { public d(Set set, Set set2, int i, int i2, f fVar, Set set3, a aVar) { this.a = Collections.unmodifiableSet(set); this.b = Collections.unmodifiableSet(set2); - this.f1368c = i; + this.f1295c = i; this.d = i2; this.e = fVar; this.f = Collections.unmodifiableSet(set3); @@ -95,6 +95,6 @@ public final class d { } public String toString() { - return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1368c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; + return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1295c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; } } diff --git a/app/src/main/java/c/i/c/l/k.java b/app/src/main/java/c/i/c/l/k.java index 1ea5353519..6da430d2f3 100644 --- a/app/src/main/java/c/i/c/l/k.java +++ b/app/src/main/java/c/i/c/l/k.java @@ -19,7 +19,7 @@ public class k extends a { public final Map, r> b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public final Map, r> f1370c = new HashMap(); + public final Map, r> f1297c = new HashMap(); public final Map, r>> d = new HashMap(); public final q e; @@ -63,10 +63,10 @@ public class k extends a { for (Set set3 : hashMap.values()) { for (m mVar2 : set3) { for (o oVar : mVar2.a.b) { - if ((oVar.f1372c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { + if ((oVar.f1299c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { for (m mVar3 : set) { mVar2.b.add(mVar3); - mVar3.f1371c.add(mVar2); + mVar3.f1298c.add(mVar2); } } } @@ -90,7 +90,7 @@ public class k extends a { hashSet2.remove(mVar5); i++; for (m mVar6 : mVar5.b) { - mVar6.f1371c.remove(mVar5); + mVar6.f1298c.remove(mVar5); if (mVar6.a()) { hashSet2.add(mVar6); } @@ -107,7 +107,7 @@ public class k extends a { if (key.b()) { r value = entry.getValue(); for (Class cls2 : key.a) { - this.f1370c.put(cls2, value); + this.f1297c.put(cls2, value); } } } @@ -116,7 +116,7 @@ public class k extends a { while (true) { if (it5.hasNext()) { o next = it5.next(); - if ((next.b == 1) && !this.f1370c.containsKey(next.a)) { + if ((next.b == 1) && !this.f1297c.containsKey(next.a)) { throw new MissingDependencyException(String.format("Unsatisfied dependency for component %s: %s", dVar4, next.a)); } } @@ -154,7 +154,7 @@ public class k extends a { @Override // c.i.c.l.e public a b(Class cls) { Objects.requireNonNull(cls, "Null interface requested."); - return this.f1370c.get(cls); + return this.f1297c.get(cls); } @Override // c.i.c.l.e diff --git a/app/src/main/java/c/i/c/l/m.java b/app/src/main/java/c/i/c/l/m.java index a51c3afd1e..c7125484d9 100644 --- a/app/src/main/java/c/i/c/l/m.java +++ b/app/src/main/java/c/i/c/l/m.java @@ -8,13 +8,13 @@ public class m { public final Set b = new HashSet(); /* renamed from: c reason: collision with root package name */ - public final Set f1371c = new HashSet(); + public final Set f1298c = new HashSet(); public m(d dVar) { this.a = dVar; } public boolean a() { - return this.f1371c.isEmpty(); + return this.f1298c.isEmpty(); } } diff --git a/app/src/main/java/c/i/c/l/o.java b/app/src/main/java/c/i/c/l/o.java index 119897cd7e..a2fa8224a4 100644 --- a/app/src/main/java/c/i/c/l/o.java +++ b/app/src/main/java/c/i/c/l/o.java @@ -8,13 +8,13 @@ public final class o { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1372c; + public final int f1299c; public o(Class cls, int i, int i2) { Objects.requireNonNull(cls, "Null dependency anInterface."); this.a = cls; this.b = i; - this.f1372c = i2; + this.f1299c = i2; } public boolean a() { @@ -26,11 +26,11 @@ public final class o { return false; } o oVar = (o) obj; - return this.a == oVar.a && this.b == oVar.b && this.f1372c == oVar.f1372c; + return this.a == oVar.a && this.b == oVar.b && this.f1299c == oVar.f1299c; } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1372c; + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1299c; } public String toString() { @@ -41,7 +41,7 @@ public final class o { boolean z2 = true; sb.append(i == 1 ? "required" : i == 0 ? "optional" : "set"); sb.append(", direct="); - if (this.f1372c != 0) { + if (this.f1299c != 0) { z2 = false; } return a.K(sb, z2, "}"); diff --git a/app/src/main/java/c/i/c/l/q.java b/app/src/main/java/c/i/c/l/q.java index fbca9eb46d..5f25037f93 100644 --- a/app/src/main/java/c/i/c/l/q.java +++ b/app/src/main/java/c/i/c/l/q.java @@ -20,15 +20,15 @@ public class q implements d, c { public Queue> b = new ArrayDeque(); /* renamed from: c reason: collision with root package name */ - public final Executor f1373c; + public final Executor f1300c; public q(Executor executor) { - this.f1373c = executor; + this.f1300c = executor; } @Override // c.i.c.q.d public void a(Class cls, b bVar) { - b(cls, this.f1373c, bVar); + b(cls, this.f1300c, bVar); } @Override // c.i.c.q.d diff --git a/app/src/main/java/c/i/c/l/r.java b/app/src/main/java/c/i/c/l/r.java index 8132948436..94443b5a27 100644 --- a/app/src/main/java/c/i/c/l/r.java +++ b/app/src/main/java/c/i/c/l/r.java @@ -7,10 +7,10 @@ public class r implements a { public volatile Object b = a; /* renamed from: c reason: collision with root package name */ - public volatile a f1374c; + public volatile a f1301c; public r(a aVar) { - this.f1374c = aVar; + this.f1301c = aVar; } @Override // c.i.c.t.a @@ -21,9 +21,9 @@ public class r implements a { synchronized (this) { t = this.b; if (t == obj) { - t = this.f1374c.get(); + t = this.f1301c.get(); this.b = t; - this.f1374c = null; + this.f1301c = null; } } } diff --git a/app/src/main/java/c/i/c/l/s.java b/app/src/main/java/c/i/c/l/s.java index 5ebb285fd7..267f16b61a 100644 --- a/app/src/main/java/c/i/c/l/s.java +++ b/app/src/main/java/c/i/c/l/s.java @@ -10,7 +10,7 @@ public final class s extends a { public final Set> b; /* renamed from: c reason: collision with root package name */ - public final Set> f1375c; + public final Set> f1302c; public final Set> d; public final Set> e; public final e f; @@ -30,7 +30,7 @@ public final class s extends a { HashSet hashSet3 = new HashSet(); HashSet hashSet4 = new HashSet(); for (o oVar : dVar.b) { - if (oVar.f1372c == 0) { + if (oVar.f1299c == 0) { if (oVar.a()) { hashSet3.add(oVar.a); } else { @@ -47,7 +47,7 @@ public final class s extends a { } this.a = Collections.unmodifiableSet(hashSet); this.b = Collections.unmodifiableSet(hashSet2); - this.f1375c = Collections.unmodifiableSet(hashSet3); + this.f1302c = Collections.unmodifiableSet(hashSet3); this.d = Collections.unmodifiableSet(hashSet4); this.e = dVar.f; this.f = eVar; @@ -80,7 +80,7 @@ public final class s extends a { @Override // c.i.c.l.a, c.i.c.l.e public Set d(Class cls) { - if (this.f1375c.contains(cls)) { + if (this.f1302c.contains(cls)) { return this.f.d(cls); } throw new IllegalArgumentException(String.format("Attempting to request an undeclared dependency Set<%s>.", cls)); diff --git a/app/src/main/java/c/i/c/m/b.java b/app/src/main/java/c/i/c/m/b.java index e46c6f5acd..e80882ee52 100644 --- a/app/src/main/java/c/i/c/m/b.java +++ b/app/src/main/java/c/i/c/m/b.java @@ -195,7 +195,7 @@ public final /* synthetic */ class b implements f { try { c.i.c.m.d.k.b bVar6 = new c.i.c.m.d.k.b(str6, l, c5, packageName2, num, str7, aVar5); bVar4.b("Installer package name is: " + c5); - k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1386c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); + k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1313c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); boolean exists = k0Var.e.b().exists(); try { k0Var.g = Boolean.TRUE.equals((Boolean) h1.a(k0Var.m.b(new l0(k0Var)))); diff --git a/app/src/main/java/c/i/c/m/d/e.java b/app/src/main/java/c/i/c/m/d/e.java index 6dbcd3f485..a4e83e2aa6 100644 --- a/app/src/main/java/c/i/c/m/d/e.java +++ b/app/src/main/java/c/i/c/m/d/e.java @@ -14,14 +14,14 @@ public class e implements f { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f1376c; + public final /* synthetic */ Executor f1303c; public final /* synthetic */ h d; public e(h hVar, String str, c cVar, Executor executor) { this.d = hVar; this.a = str; this.b = cVar; - this.f1376c = executor; + this.f1303c = executor; } /* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */ @@ -30,7 +30,7 @@ public class e implements f { @NonNull public Task a(@Nullable b bVar) throws Exception { try { - h.a(this.d, bVar, this.a, this.b, this.f1376c, true); + h.a(this.d, bVar, this.a, this.b, this.f1303c, true); return null; } catch (Exception e) { if (b.a.a(6)) { diff --git a/app/src/main/java/c/i/c/m/d/h.java b/app/src/main/java/c/i/c/m/d/h.java index aed43fa3b4..2cb21001a7 100644 --- a/app/src/main/java/c/i/c/m/d/h.java +++ b/app/src/main/java/c/i/c/m/d/h.java @@ -19,7 +19,7 @@ public class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final Context f1377c; + public final Context f1304c; public PackageManager d; public String e; public PackageInfo f; @@ -33,7 +33,7 @@ public class h { public h(c cVar, Context context, v0 v0Var, q0 q0Var) { this.b = cVar; - this.f1377c = context; + this.f1304c = context; this.l = v0Var; this.m = q0Var; } @@ -55,11 +55,11 @@ public class h { } public final a b(String str, String str2) { - return new a(str, str2, this.l.e, this.h, this.g, c.i.c.m.d.k.h.f(c.i.c.m.d.k.h.l(this.f1377c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); + return new a(str, str2, this.l.e, this.h, this.g, c.i.c.m.d.k.h.f(c.i.c.m.d.k.h.l(this.f1304c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); } public String c() { - Context context = this.f1377c; + Context context = this.f1304c; int n = c.i.c.m.d.k.h.n(context, "com.crashlytics.ApiEndpoint", "string"); return n > 0 ? context.getString(n) : ""; } diff --git a/app/src/main/java/c/i/c/m/d/i/c.java b/app/src/main/java/c/i/c/m/d/i/c.java index 78a3098d4d..81d549fb33 100644 --- a/app/src/main/java/c/i/c/m/d/i/c.java +++ b/app/src/main/java/c/i/c/m/d/i/c.java @@ -12,7 +12,7 @@ public class c implements b, a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public CountDownLatch f1378c; + public CountDownLatch f1305c; public c(@NonNull e eVar, int i, TimeUnit timeUnit) { this.a = eVar; @@ -23,11 +23,11 @@ public class c implements b, a { synchronized (this.b) { b bVar = b.a; bVar.b("Logging Crashlytics event to Firebase"); - this.f1378c = new CountDownLatch(1); + this.f1305c = new CountDownLatch(1); this.a.a.a("clx", str, bundle); bVar.b("Awaiting app exception callback from FA..."); try { - if (this.f1378c.await((long) 500, TimeUnit.MILLISECONDS)) { + if (this.f1305c.await((long) 500, TimeUnit.MILLISECONDS)) { bVar.b("App exception callback received from FA listener."); } else { bVar.b("Timeout exceeded while awaiting app exception callback from FA listener."); @@ -35,13 +35,13 @@ public class c implements b, a { } catch (InterruptedException unused) { b.a.b("Interrupted while awaiting app exception callback from FA listener."); } - this.f1378c = null; + this.f1305c = null; } } @Override // c.i.c.m.d.i.b public void b(@NonNull String str, @NonNull Bundle bundle) { - CountDownLatch countDownLatch = this.f1378c; + CountDownLatch countDownLatch = this.f1305c; if (countDownLatch != null && "_ae".equals(str)) { countDownLatch.countDown(); } diff --git a/app/src/main/java/c/i/c/m/d/k/a.java b/app/src/main/java/c/i/c/m/d/k/a.java index e4a4f10157..623a70a54e 100644 --- a/app/src/main/java/c/i/c/m/d/k/a.java +++ b/app/src/main/java/c/i/c/m/d/k/a.java @@ -11,7 +11,7 @@ public abstract class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final b f1379c; + public final b f1306c; public final int d; public final String e; @@ -21,7 +21,7 @@ public abstract class a { } else if (bVar != null) { this.e = str; this.b = !h.s(str) ? a.matcher(str2).replaceFirst(str) : str2; - this.f1379c = bVar; + this.f1306c = bVar; this.d = i; } else { throw new IllegalArgumentException("requestFactory must not be null."); @@ -33,7 +33,7 @@ public abstract class a { } public c.i.c.m.d.n.a c(Map map) { - b bVar = this.f1379c; + b bVar = this.f1306c; int i = this.d; String str = this.b; Objects.requireNonNull(bVar); diff --git a/app/src/main/java/c/i/c/m/d/k/a0.java b/app/src/main/java/c/i/c/m/d/k/a0.java index 58b7fd2340..7aae1efaf4 100644 --- a/app/src/main/java/c/i/c/m/d/k/a0.java +++ b/app/src/main/java/c/i/c/m/d/k/a0.java @@ -18,7 +18,7 @@ public class a0 implements Callable { Bundle bundle = new Bundle(); bundle.putInt("fatal", 1); bundle.putLong("timestamp", this.i); - this.j.f1400z.a("_ae", bundle); + this.j.f1326z.a("_ae", bundle); return null; } } diff --git a/app/src/main/java/c/i/c/m/d/k/b.java b/app/src/main/java/c/i/c/m/d/k/b.java index 3ab536a415..d84ed2552e 100644 --- a/app/src/main/java/c/i/c/m/d/k/b.java +++ b/app/src/main/java/c/i/c/m/d/k/b.java @@ -7,7 +7,7 @@ public class b { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1380c; + public final String f1307c; public final String d; public final String e; public final String f; @@ -16,7 +16,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, a aVar) { this.a = str; this.b = str2; - this.f1380c = str3; + this.f1307c = str3; this.d = str4; this.e = str5; this.f = str6; diff --git a/app/src/main/java/c/i/c/m/d/k/c0.java b/app/src/main/java/c/i/c/m/d/k/c0.java index 59243b3638..fc5cd302b2 100644 --- a/app/src/main/java/c/i/c/m/d/k/c0.java +++ b/app/src/main/java/c/i/c/m/d/k/c0.java @@ -34,7 +34,7 @@ public class c0 implements f { } x xVar = this.b.m; Context context = xVar.i; - c.i.c.m.d.q.b a = ((h0) xVar.f1396r).a(bVar2); + c.i.c.m.d.q.b a = ((h0) xVar.r).a(bVar2); File[] q = xVar.q(); for (File file : q) { x.c(bVar2.e, file); diff --git a/app/src/main/java/c/i/c/m/d/k/d1.java b/app/src/main/java/c/i/c/m/d/k/d1.java index 388e8c50d1..7b16fac772 100644 --- a/app/src/main/java/c/i/c/m/d/k/d1.java +++ b/app/src/main/java/c/i/c/m/d/k/d1.java @@ -40,14 +40,14 @@ public class d1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final c f1381c; + public final c f1308c; public final b d; public final f1 e; public d1(n0 n0Var, g gVar, c cVar, b bVar, f1 f1Var) { this.a = n0Var; this.b = gVar; - this.f1381c = cVar; + this.f1308c = cVar; this.d = bVar; this.e = f1Var; } @@ -67,14 +67,14 @@ public class d1 { s sVar; boolean equals = str2.equals("crash"); n0 n0Var = this.a; - int i = n0Var.f1387c.getResources().getConfiguration().orientation; + int i = n0Var.f1314c.getResources().getConfiguration().orientation; e eVar = new e(th, n0Var.f); Long valueOf = Long.valueOf(j); - ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1387c); + ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1314c); Boolean valueOf2 = i2 != null ? Boolean.valueOf(i2.importance != 100) : null; Integer valueOf3 = Integer.valueOf(i); ArrayList arrayList = new ArrayList(); - arrayList.add(n0Var.c(thread, eVar.f1438c, 4)); + arrayList.add(n0Var.c(thread, eVar.f1364c, 4)); if (z2) { for (Map.Entry entry : Thread.getAllStackTraces().entrySet()) { Thread key = entry.getKey(); @@ -106,13 +106,13 @@ public class d1 { String str8 = valueOf3 == null ? " uiOrientation" : str3; if (str8.isEmpty()) { k kVar = new k(lVar, null, valueOf2, valueOf3.intValue(), null); - e a2 = e.a(n0Var.f1387c); + e a2 = e.a(n0Var.f1314c); Float f = a2.a; Double valueOf4 = f != null ? Double.valueOf(f.doubleValue()) : null; int b = a2.b(); - boolean m = h.m(n0Var.f1387c); + boolean m = h.m(n0Var.f1314c); long p = h.p(); - Context context = n0Var.f1387c; + Context context = n0Var.f1314c; ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); ((ActivityManager) context.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)).getMemoryInfo(memoryInfo); long j2 = p - memoryInfo.availMem; @@ -120,7 +120,7 @@ public class d1 { r.b bVar = new r.b(); bVar.a = valueOf4; bVar.b = Integer.valueOf(b); - bVar.f1424c = Boolean.valueOf(m); + bVar.f1350c = Boolean.valueOf(m); bVar.d = Integer.valueOf(i); bVar.e = Long.valueOf(j2); bVar.f = Long.valueOf(a3); @@ -161,7 +161,7 @@ public class d1 { j jVar = new j(valueOf5.longValue(), str2, kVar2, a4, sVar, null); int i3 = ((c.i.c.m.d.s.c) gVar.k).c().b().a; File h = gVar.h(str); - Objects.requireNonNull(g.f1428c); + Objects.requireNonNull(g.f1354c); String a6 = ((d) h.a).a(jVar); String format = String.format(Locale.US, "%010d", Integer.valueOf(gVar.f.getAndIncrement())); if (equals) { @@ -211,7 +211,7 @@ public class d1 { while (it.hasNext()) { File file = (File) it.next(); try { - arrayList.add(new c(g.f1428c.f(g.j(file)), file.getName())); + arrayList.add(new c(g.f1354c.f(g.j(file)), file.getName())); } catch (IOException e2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; bVar.c("Could not load report file " + file + "; deleting", e2); @@ -224,7 +224,7 @@ public class d1 { o0 o0Var = (o0) it2.next(); v a = o0Var.a(); if ((a.h() != null ? 2 : a.e() != null ? (char) 3 : 1) != 3 || i == 3) { - c cVar = this.f1381c; + c cVar = this.f1308c; Objects.requireNonNull(cVar); v a2 = o0Var.a(); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); diff --git a/app/src/main/java/c/i/c/m/d/k/f0.java b/app/src/main/java/c/i/c/m/d/k/f0.java index 48014ca417..afe1769ac9 100644 --- a/app/src/main/java/c/i/c/m/d/k/f0.java +++ b/app/src/main/java/c/i/c/m/d/k/f0.java @@ -15,14 +15,14 @@ public class f0 implements f { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f1382c; + public final /* synthetic */ Executor f1309c; public final /* synthetic */ g0 d; public f0(g0 g0Var, List list, boolean z2, Executor executor) { this.d = g0Var; this.a = list; this.b = z2; - this.f1382c = executor; + this.f1309c = executor; } /* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */ @@ -41,7 +41,7 @@ public class f0 implements f { } } x.b(x.this); - c.i.c.m.d.q.b a = ((h0) x.this.f1396r).a(bVar2); + c.i.c.m.d.q.b a = ((h0) x.this.r).a(bVar2); List list = this.a; boolean z2 = this.b; float f = this.d.j.b; @@ -54,7 +54,7 @@ public class f0 implements f { thread.start(); } } - x.this.A.b(this.f1382c, c.c.a.y.b.m(bVar2)); + x.this.A.b(this.f1309c, c.c.a.y.b.m(bVar2)); x.this.E.b(null); return c.F(null); } diff --git a/app/src/main/java/c/i/c/m/d/k/h.java b/app/src/main/java/c/i/c/m/d/k/h.java index cae0413a85..3403ab5599 100644 --- a/app/src/main/java/c/i/c/m/d/k/h.java +++ b/app/src/main/java/c/i/c/m/d/k/h.java @@ -43,7 +43,7 @@ public class h { public static long b = -1; /* renamed from: c reason: collision with root package name */ - public static final Comparator f1383c = new a(); + public static final Comparator f1310c = new a(); /* compiled from: CommonUtils */ public class a implements Comparator { @@ -67,7 +67,9 @@ public class h { ARMV7S, ARM64; - public static final Map s; + + /* renamed from: s reason: collision with root package name */ + public static final Map f1311s; static { b bVar = X86_32; @@ -75,7 +77,7 @@ public class h { b bVar3 = ARMV7; b bVar4 = ARM64; HashMap hashMap = new HashMap(4); - s = hashMap; + f1311s = hashMap; hashMap.put("armeabi-v7a", bVar3); hashMap.put("armeabi", bVar2); hashMap.put("arm64-v8a", bVar4); @@ -342,12 +344,12 @@ public class h { } public static boolean t(Context context) { - boolean r2 = r(context); + boolean r = r(context); String str = Build.TAGS; - if ((!r2 && str != null && str.contains("test-keys")) || new File("/system/app/Superuser.apk").exists()) { + if ((!r && str != null && str.contains("test-keys")) || new File("/system/app/Superuser.apk").exists()) { return true; } - return !r2 && new File("/system/xbin/su").exists(); + return !r && new File("/system/xbin/su").exists(); } public static String u(int i) { diff --git a/app/src/main/java/c/i/c/m/d/k/h0.java b/app/src/main/java/c/i/c/m/d/k/h0.java index 070ee567dd..e8ba7160e5 100644 --- a/app/src/main/java/c/i/c/m/d/k/h0.java +++ b/app/src/main/java/c/i/c/m/d/k/h0.java @@ -15,7 +15,7 @@ public class h0 implements b.AbstractC0145b { } public b a(@NonNull c.i.c.m.d.s.h.b bVar) { - String str = bVar.f1435c; + String str = bVar.f1361c; String str2 = bVar.d; String str3 = bVar.e; x xVar = this.a; diff --git a/app/src/main/java/c/i/c/m/d/k/i.java b/app/src/main/java/c/i/c/m/d/k/i.java index bffd71c13e..3c89a54dea 100644 --- a/app/src/main/java/c/i/c/m/d/k/i.java +++ b/app/src/main/java/c/i/c/m/d/k/i.java @@ -10,7 +10,7 @@ public class i { public Task b = c.F(null); /* renamed from: c reason: collision with root package name */ - public final Object f1385c = new Object(); + public final Object f1312c = new Object(); public ThreadLocal d = new ThreadLocal<>(); /* compiled from: CrashlyticsBackgroundWorker */ @@ -37,7 +37,7 @@ public class i { public Task b(Callable callable) { Task task; - synchronized (this.f1385c) { + synchronized (this.f1312c) { task = (Task) this.b.i(this.a, new k(this, callable)); this.b = task.i(this.a, new l(this)); } @@ -46,7 +46,7 @@ public class i { public Task c(Callable> callable) { Task task; - synchronized (this.f1385c) { + synchronized (this.f1312c) { task = (Task) this.b.j(this.a, new k(this, callable)); this.b = task.i(this.a, new l(this)); } diff --git a/app/src/main/java/c/i/c/m/d/k/k0.java b/app/src/main/java/c/i/c/m/d/k/k0.java index cf60f6d95b..d9a480df20 100644 --- a/app/src/main/java/c/i/c/m/d/k/k0.java +++ b/app/src/main/java/c/i/c/m/d/k/k0.java @@ -22,7 +22,7 @@ public class k0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final q0 f1386c; + public final q0 f1313c; public final long d = System.currentTimeMillis(); public m0 e; public m0 f; @@ -73,7 +73,7 @@ public class k0 { public k0(c cVar, v0 v0Var, c.i.c.m.d.a aVar, q0 q0Var, c.i.c.m.d.j.a aVar2, c.i.c.m.d.i.a aVar3, ExecutorService executorService) { this.b = cVar; - this.f1386c = q0Var; + this.f1313c = q0Var; cVar.a(); this.a = cVar.d; this.i = v0Var; @@ -145,7 +145,7 @@ public class k0 { public void d(@Nullable Boolean bool) { Boolean bool2; - q0 q0Var = this.f1386c; + q0 q0Var = this.f1313c; synchronized (q0Var) { if (bool != null) { try { @@ -169,7 +169,7 @@ public class k0 { edit.remove("firebase_crashlytics_collection_enabled"); } edit.commit(); - synchronized (q0Var.f1389c) { + synchronized (q0Var.f1316c) { if (q0Var.b()) { if (!q0Var.e) { q0Var.d.b(null); diff --git a/app/src/main/java/c/i/c/m/d/k/l0.java b/app/src/main/java/c/i/c/m/d/k/l0.java index 6a4cb62aa3..a5679f5055 100644 --- a/app/src/main/java/c/i/c/m/d/k/l0.java +++ b/app/src/main/java/c/i/c/m/d/k/l0.java @@ -17,7 +17,7 @@ public class l0 implements Callable { boolean z2 = true; if (!xVar.k.b().exists()) { String i = xVar.i(); - if (i == null || !xVar.f1397w.e(i)) { + if (i == null || !xVar.w.e(i)) { z2 = false; } } else { diff --git a/app/src/main/java/c/i/c/m/d/k/n0.java b/app/src/main/java/c/i/c/m/d/k/n0.java index da06b624a8..60018153c5 100644 --- a/app/src/main/java/c/i/c/m/d/k/n0.java +++ b/app/src/main/java/c/i/c/m/d/k/n0.java @@ -20,7 +20,7 @@ public class n0 { public static final Map b; /* renamed from: c reason: collision with root package name */ - public final Context f1387c; + public final Context f1314c; public final v0 d; public final b e; public final d f; @@ -33,7 +33,7 @@ public class n0 { } public n0(Context context, v0 v0Var, b bVar, d dVar) { - this.f1387c = context; + this.f1314c = context; this.d = v0Var; this.e = bVar; this.f = dVar; @@ -42,7 +42,7 @@ public class n0 { public final v.d.AbstractC0138d.a.b.AbstractC0141b a(e eVar, int i, int i2, int i3) { String str = eVar.b; String str2 = eVar.a; - StackTraceElement[] stackTraceElementArr = eVar.f1438c; + StackTraceElement[] stackTraceElementArr = eVar.f1364c; int i4 = 0; if (stackTraceElementArr == null) { stackTraceElementArr = new StackTraceElement[0]; @@ -84,7 +84,7 @@ public class n0 { bVar.a = Long.valueOf(max); Objects.requireNonNull(str, "Null symbol"); bVar.b = str; - bVar.f1422c = fileName; + bVar.f1348c = fileName; bVar.d = Long.valueOf(j); arrayList.add(bVar.a()); } diff --git a/app/src/main/java/c/i/c/m/d/k/p0.java b/app/src/main/java/c/i/c/m/d/k/p0.java index 77d137c848..3915bcceef 100644 --- a/app/src/main/java/c/i/c/m/d/k/p0.java +++ b/app/src/main/java/c/i/c/m/d/k/p0.java @@ -11,7 +11,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public final d b; /* renamed from: c reason: collision with root package name */ - public final Thread.UncaughtExceptionHandler f1388c; + public final Thread.UncaughtExceptionHandler f1315c; public final AtomicBoolean d = new AtomicBoolean(false); /* compiled from: CrashlyticsUncaughtExceptionHandler */ @@ -21,7 +21,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public p0(a aVar, d dVar, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { this.a = aVar; this.b = dVar; - this.f1388c = uncaughtExceptionHandler; + this.f1315c = uncaughtExceptionHandler; } @Override // java.lang.Thread.UncaughtExceptionHandler @@ -38,7 +38,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { bVar.b("Crashlytics completed exception processing. Invoking default exception handler."); } catch (Throwable th2) { b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); - this.f1388c.uncaughtException(thread, th); + this.f1315c.uncaughtException(thread, th); this.d.set(false); throw th2; } @@ -48,7 +48,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { ((b0) this.a).a(this.b, thread, th); } b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); - this.f1388c.uncaughtException(thread, th); + this.f1315c.uncaughtException(thread, th); this.d.set(false); } } diff --git a/app/src/main/java/c/i/c/m/d/k/q0.java b/app/src/main/java/c/i/c/m/d/k/q0.java index 9d215640be..e17bdf3387 100644 --- a/app/src/main/java/c/i/c/m/d/k/q0.java +++ b/app/src/main/java/c/i/c/m/d/k/q0.java @@ -19,7 +19,7 @@ public class q0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final Object f1389c; + public final Object f1316c; public TaskCompletionSource d = new TaskCompletionSource<>(); public boolean e = false; public boolean f = false; @@ -30,7 +30,7 @@ public class q0 { public q0(c cVar) { Boolean bool; Object obj = new Object(); - this.f1389c = obj; + this.f1316c = obj; cVar.a(); Context context = cVar.d; this.b = cVar; @@ -90,7 +90,7 @@ public class q0 { public Task c() { b0 b0Var; b0 b0Var2 = this.h.a; - synchronized (this.f1389c) { + synchronized (this.f1316c) { b0Var = this.d.a; } FilenameFilter filenameFilter = h1.a; diff --git a/app/src/main/java/c/i/c/m/d/k/r0.java b/app/src/main/java/c/i/c/m/d/k/r0.java index df5e816cab..a485476b6e 100644 --- a/app/src/main/java/c/i/c/m/d/k/r0.java +++ b/app/src/main/java/c/i/c/m/d/k/r0.java @@ -8,10 +8,10 @@ public enum r0 { /* renamed from: id reason: collision with root package name */ - private final int f1390id; + private final int f1317id; public r0(int i) { - this.f1390id = i; + this.f1317id = i; } public static r0 f(String str) { @@ -19,11 +19,11 @@ public enum r0 { } public int g() { - return this.f1390id; + return this.f1317id; } @Override // java.lang.Enum, java.lang.Object public String toString() { - return Integer.toString(this.f1390id); + return Integer.toString(this.f1317id); } } diff --git a/app/src/main/java/c/i/c/m/d/k/s.java b/app/src/main/java/c/i/c/m/d/k/s.java index 2e9ddd9536..2556dfa39f 100644 --- a/app/src/main/java/c/i/c/m/d/k/s.java +++ b/app/src/main/java/c/i/c/m/d/k/s.java @@ -16,16 +16,16 @@ public class s implements Runnable { @Override // java.lang.Runnable public void run() { x xVar = this.i; - File[] r2 = x.r(xVar.l(), new x.i()); + File[] r = x.r(xVar.l(), new x.i()); Objects.requireNonNull(xVar); HashSet hashSet = new HashSet(); - for (File file : r2) { + for (File file : r) { b.a.b("Found invalid session part file: " + file); hashSet.add(x.o(file)); } if (!hashSet.isEmpty()) { - File[] r3 = x.r(xVar.l(), new t(xVar, hashSet)); - for (File file2 : r3) { + File[] r2 = x.r(xVar.l(), new t(xVar, hashSet)); + for (File file2 : r2) { b.a.b("Deleting invalid session file: " + file2); file2.delete(); } diff --git a/app/src/main/java/c/i/c/m/d/k/u.java b/app/src/main/java/c/i/c/m/d/k/u.java index ff6f25453d..b15ea0d526 100644 --- a/app/src/main/java/c/i/c/m/d/k/u.java +++ b/app/src/main/java/c/i/c/m/d/k/u.java @@ -10,19 +10,19 @@ public class u implements x.g { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1391c; + public final /* synthetic */ long f1318c; public u(x xVar, String str, String str2, long j) { this.a = str; this.b = str2; - this.f1391c = j; + this.f1318c = j; } @Override // c.i.c.m.d.k.x.g public void a(c cVar) throws Exception { String str = this.a; String str2 = this.b; - long j = this.f1391c; + long j = this.f1318c; a aVar = d.a; cVar.l(1, a.a(str2)); cVar.l(2, a.a(str)); diff --git a/app/src/main/java/c/i/c/m/d/k/u0.java b/app/src/main/java/c/i/c/m/d/k/u0.java index a1676db86c..9630e7192e 100644 --- a/app/src/main/java/c/i/c/m/d/k/u0.java +++ b/app/src/main/java/c/i/c/m/d/k/u0.java @@ -22,18 +22,18 @@ public class u0 implements a1 { @NonNull /* renamed from: c reason: collision with root package name */ - public final String f1392c; + public final String f1319c; public u0(@NonNull String str, @NonNull String str2, @NonNull File file) { this.b = str; - this.f1392c = str2; + this.f1319c = str2; this.a = file; } @Override // c.i.c.m.d.k.a1 @NonNull public String a() { - return this.f1392c; + return this.f1319c; } /* JADX WARNING: Removed duplicated region for block: B:37:0x0051 */ diff --git a/app/src/main/java/c/i/c/m/d/k/v.java b/app/src/main/java/c/i/c/m/d/k/v.java index 3b3bc9295b..b827955e56 100644 --- a/app/src/main/java/c/i/c/m/d/k/v.java +++ b/app/src/main/java/c/i/c/m/d/k/v.java @@ -10,7 +10,7 @@ public class v implements x.g { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f1393c; + public final /* synthetic */ String f1320c; public final /* synthetic */ String d; public final /* synthetic */ int e; public final /* synthetic */ x f; @@ -19,7 +19,7 @@ public class v implements x.g { this.f = xVar; this.a = str; this.b = str2; - this.f1393c = str3; + this.f1320c = str3; this.d = str4; this.e = i; } @@ -28,10 +28,10 @@ public class v implements x.g { public void a(c cVar) throws Exception { String str = this.a; String str2 = this.b; - String str3 = this.f1393c; + String str3 = this.f1320c; String str4 = this.d; int i = this.e; - String str5 = this.f.f1399y; + String str5 = this.f.f1325y; a aVar = d.a; a a = a.a(str); a a2 = a.a(str2); diff --git a/app/src/main/java/c/i/c/m/d/k/v0.java b/app/src/main/java/c/i/c/m/d/k/v0.java index cf1ce643f9..090f2e456d 100644 --- a/app/src/main/java/c/i/c/m/d/k/v0.java +++ b/app/src/main/java/c/i/c/m/d/k/v0.java @@ -17,7 +17,7 @@ public class v0 implements w0 { public static final String b = Pattern.quote(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); /* renamed from: c reason: collision with root package name */ - public final x0 f1394c; + public final x0 f1321c; public final Context d; public final String e; public final g f; @@ -28,7 +28,7 @@ public class v0 implements w0 { this.d = context; this.e = str; this.f = gVar; - this.f1394c = new x0(); + this.f1321c = new x0(); return; } throw new IllegalArgumentException("appIdentifier must not be null"); @@ -90,7 +90,7 @@ public class v0 implements w0 { public String c() { String str; - x0 x0Var = this.f1394c; + x0 x0Var = this.f1321c; Context context = this.d; synchronized (x0Var) { if (x0Var.a == null) { diff --git a/app/src/main/java/c/i/c/m/d/k/x.java b/app/src/main/java/c/i/c/m/d/k/x.java index 0e740d034b..89c6094517 100644 --- a/app/src/main/java/c/i/c/m/d/k/x.java +++ b/app/src/main/java/c/i/c/m/d/k/x.java @@ -56,7 +56,7 @@ public class x { public static final FilenameFilter b = new b(); /* renamed from: c reason: collision with root package name */ - public static final Comparator f1395c = new c(); + public static final Comparator f1322c = new c(); public static final Comparator d = new d(); public static final Pattern e = Pattern.compile("([\\d|A-Z|a-z]{12}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{12}).+"); public static final Map f = Collections.singletonMap("X-CRASHLYTICS-SEND-FLAGS", "1"); @@ -77,25 +77,23 @@ public class x { public final v0 o; public final c.i.c.m.d.o.h p; public final b q; + public final b.AbstractC0145b r; - /* renamed from: r reason: collision with root package name */ - public final b.AbstractC0145b f1396r; - public final j s; + /* renamed from: s reason: collision with root package name */ + public final j f1323s; public final c.i.c.m.d.l.b t; public final c.i.c.m.d.q.a u; public final b.a v; - - /* renamed from: w reason: collision with root package name */ - public final c.i.c.m.d.a f1397w; + public final c.i.c.m.d.a w; /* renamed from: x reason: collision with root package name */ - public final c.i.c.m.d.t.d f1398x; + public final c.i.c.m.d.t.d f1324x; /* renamed from: y reason: collision with root package name */ - public final String f1399y; + public final String f1325y; /* renamed from: z reason: collision with root package name */ - public final c.i.c.m.d.i.a f1400z; + public final c.i.c.m.d.i.a f1326z; /* compiled from: CrashlyticsController */ public class a extends h { @@ -270,26 +268,26 @@ public class x { this.p = hVar; this.k = m0Var; this.q = bVar2; - this.f1396r = new h0(this); - this.f1397w = aVar2; - this.f1399y = bVar2.g.a(); - this.f1400z = aVar3; + this.r = new h0(this); + this.w = aVar2; + this.f1325y = bVar2.g.a(); + this.f1326z = aVar3; f1 f1Var = new f1(); this.l = f1Var; j jVar = new j(hVar); - this.s = jVar; + this.f1323s = jVar; c.i.c.m.d.l.b bVar4 = new c.i.c.m.d.l.b(context, jVar); this.t = bVar4; this.u = new c.i.c.m.d.q.a(new k(null)); this.v = new l(null); c.i.c.m.d.t.a aVar4 = new c.i.c.m.d.t.a(1024, new c.i.c.m.d.t.c(10)); - this.f1398x = aVar4; + this.f1324x = aVar4; File file = new File(new File(hVar.a.getFilesDir(), ".com.google.firebase.crashlytics").getPath()); n0 n0Var = new n0(context, v0Var, bVar2, aVar4); c.i.c.m.d.o.g gVar = new c.i.c.m.d.o.g(file, dVar); c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.r.c.a; c.i.a.b.j.n.b(context); - c.i.a.b.g c2 = c.i.a.b.j.n.a().c(new c.i.a.b.i.a(c.i.c.m.d.r.c.b, c.i.c.m.d.r.c.f1432c)); + c.i.a.b.g c2 = c.i.a.b.j.n.a().c(new c.i.a.b.i.a(c.i.c.m.d.r.c.b, c.i.c.m.d.r.c.f1358c)); c.i.a.b.b bVar5 = new c.i.a.b.b("json"); c.i.a.b.e eVar = c.i.c.m.d.r.c.d; this.A = new d1(n0Var, gVar, new c.i.c.m.d.r.c(((c.i.a.b.j.j) c2).a("FIREBASE_CRASHLYTICS_REPORT", v.class, bVar5, eVar), eVar), bVar4, f1Var); @@ -333,25 +331,25 @@ public class x { String str3 = g.b; c.i.c.m.d.b bVar = c.i.c.m.d.b.a; c.d.b.a.a.j0("Opening a new session with ID ", str3, bVar); - xVar.f1397w.h(str3); + xVar.w.h(str3); Locale locale = Locale.US; String format = String.format(locale, "Crashlytics Android SDK/%s", "17.3.0"); xVar.z(str3, "BeginSession", new u(xVar, str3, format, j2)); - xVar.f1397w.d(str3, format, j2); + xVar.w.d(str3, format, j2); v0 v0Var = xVar.o; String str4 = v0Var.e; b bVar2 = xVar.q; String str5 = bVar2.e; String str6 = bVar2.f; String b2 = v0Var.b(); - int g2 = r0.f(xVar.q.f1380c).g(); + int g2 = r0.f(xVar.q.f1307c).g(); xVar.z(str3, "SessionApp", new v(xVar, str4, str5, str6, b2, g2)); - xVar.f1397w.f(str3, str4, str5, str6, b2, g2, xVar.f1399y); + xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1325y); String str7 = Build.VERSION.RELEASE; String str8 = Build.VERSION.CODENAME; boolean t = h.t(xVar.i); xVar.z(str3, "SessionOS", new w(xVar, str7, str8, t)); - xVar.f1397w.g(str3, str7, str8, t); + xVar.w.g(str3, str7, str8, t); Context context = xVar.i; StatFs statFs = new StatFs(Environment.getDataDirectory().getPath()); h.b bVar3 = h.b.UNKNOWN; @@ -359,7 +357,7 @@ public class x { if (TextUtils.isEmpty(str9)) { bVar.b("Architecture#getValue()::Build.CPU_ABI returned null or empty"); } else { - h.b bVar4 = h.b.s.get(str9.toLowerCase(locale)); + h.b bVar4 = h.b.f1311s.get(str9.toLowerCase(locale)); if (bVar4 != null) { bVar3 = bVar4; } @@ -369,12 +367,12 @@ public class x { int availableProcessors = Runtime.getRuntime().availableProcessors(); long p = h.p(); long blockCount = ((long) statFs.getBlockCount()) * ((long) statFs.getBlockSize()); - boolean r2 = h.r(context); + boolean r = h.r(context); int k2 = h.k(context); String str11 = Build.MANUFACTURER; String str12 = Build.PRODUCT; - xVar.z(str3, "SessionDevice", new y(xVar, ordinal, str10, availableProcessors, p, blockCount, r2, k2, str11, str12)); - xVar.f1397w.c(str3, ordinal, str10, availableProcessors, p, blockCount, r2, k2, str11, str12); + xVar.z(str3, "SessionDevice", new y(xVar, ordinal, str10, availableProcessors, p, blockCount, r, k2, str11, str12)); + xVar.w.c(str3, ordinal, str10, availableProcessors, p, blockCount, r, k2, str11, str12); xVar.t.a(str3); d1 d1Var = xVar.A; String t2 = t(str3); @@ -395,10 +393,10 @@ public class x { String str15 = n0Var.e.f; Objects.requireNonNull(str15, "Null displayVersion"); bVar5.f = str15; - bVar5.f1407c = 4; + bVar5.f1333c = 4; f.b bVar6 = new f.b(); bVar6.b(false); - bVar6.f1409c = Long.valueOf(j2); + bVar6.f1335c = Long.valueOf(j2); Objects.requireNonNull(t2, "Null identifier"); bVar6.b = t2; String str16 = n0.a; @@ -422,7 +420,7 @@ public class x { Integer num2 = 3; Objects.requireNonNull(str7, "Null version"); Objects.requireNonNull(str8, "Null buildVersion"); - Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1387c)); + Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1314c)); String str20 = num2 == null ? " platform" : ""; if (valueOf == null) { str20 = c.d.b.a.a.u(str20, " jailbroken"); @@ -437,16 +435,16 @@ public class x { int availableProcessors2 = Runtime.getRuntime().availableProcessors(); long p2 = h.p(); long blockCount2 = ((long) statFs2.getBlockCount()) * ((long) statFs2.getBlockSize()); - boolean r3 = h.r(n0Var.f1387c); - int k3 = h.k(n0Var.f1387c); + boolean r2 = h.r(n0Var.f1314c); + int k3 = h.k(n0Var.f1314c); i.b bVar7 = new i.b(); bVar7.a = Integer.valueOf(i2); Objects.requireNonNull(str10, "Null model"); bVar7.b = str10; - bVar7.f1412c = Integer.valueOf(availableProcessors2); + bVar7.f1338c = Integer.valueOf(availableProcessors2); bVar7.d = Long.valueOf(p2); bVar7.e = Long.valueOf(blockCount2); - bVar7.f = Boolean.valueOf(r3); + bVar7.f = Boolean.valueOf(r2); bVar7.g = Integer.valueOf(k3); Objects.requireNonNull(str11, "Null manufacturer"); bVar7.h = str11; @@ -467,7 +465,7 @@ public class x { try { File h3 = gVar.h(g3); c.i.c.m.d.o.g.i(h3); - c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1428c.g(a3)); + c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1354c.g(a3)); } catch (IOException e2) { c.i.c.m.d.b.a.c("Could not persist report for session " + g3, e2); } @@ -481,8 +479,8 @@ public class x { Task task; Objects.requireNonNull(xVar); ArrayList arrayList = new ArrayList(); - File[] r2 = r(xVar.l(), m.a); - for (File file : r2) { + File[] r = r(xVar.l(), m.a); + for (File file : r) { try { long parseLong = Long.parseLong(file.getName().substring(3)); try { @@ -601,7 +599,7 @@ public class x { } public static void x(c.i.c.m.d.p.c cVar, File[] fileArr, String str) { - Arrays.sort(fileArr, h.f1383c); + Arrays.sort(fileArr, h.f1310c); for (File file : fileArr) { try { c.i.c.m.d.b.a.b(String.format(Locale.US, "Found Non Fatal for session ID %s in %s ", str, file.getName())); @@ -663,12 +661,12 @@ public class x { Exception e3; int i4 = i2; HashSet hashSet = new HashSet(); - File[] s = s(); - int min = Math.min((z2 ? 1 : 0) + 8, s.length); + File[] s2 = s(); + int min = Math.min((z2 ? 1 : 0) + 8, s2.length); for (int i5 = 0; i5 < min; i5++) { - hashSet.add(o(s[i5])); + hashSet.add(o(s2[i5])); } - File[] listFiles = ((j) this.t.f1403c).a().listFiles(); + File[] listFiles = ((j) this.t.f1329c).a().listFiles(); if (listFiles != null) { for (File file2 : listFiles) { String name = file2.getName(); @@ -682,8 +680,8 @@ public class x { } } FileInputStream fileInputStream = null; - File[] r2 = r(l(), new f(null)); - for (File file3 : r2) { + File[] r = r(l(), new f(null)); + for (File file3 : r) { String name2 = file3.getName(); Matcher matcher = e.matcher(name2); if (!matcher.matches()) { @@ -694,12 +692,12 @@ public class x { file3.delete(); } } - File[] s2 = s(); - if (s2.length <= z2) { + File[] s3 = s(); + if (s3.length <= z2) { c.i.c.m.d.b.a.b("No open sessions to be closed."); return; } - String o = o(s2[z2 ? 1 : 0]); + String o = o(s3[z2 ? 1 : 0]); if (p()) { f1Var = this.l; } else { @@ -723,11 +721,11 @@ public class x { z(o, "SessionUser", new z(this, f1Var)); String str4 = "report"; String str5 = "user"; - if (this.f1397w.e(o)) { + if (this.w.e(o)) { } c.i.c.m.d.b.a.b("Closing open sessions."); i3 = z2 ? 1 : 0; - while (i3 < s2.length) { + while (i3 < s3.length) { } String str6 = str4; if (z2 != 0) { @@ -767,11 +765,11 @@ public class x { z(o, "SessionUser", new z(this, f1Var)); String str4 = "report"; String str5 = "user"; - if (this.f1397w.e(o)) { + if (this.w.e(o)) { } c.i.c.m.d.b.a.b("Closing open sessions."); i3 = z2 ? 1 : 0; - while (i3 < s2.length) { + while (i3 < s3.length) { } String str6 = str4; if (z2 != 0) { @@ -796,16 +794,16 @@ public class x { z(o, "SessionUser", new z(this, f1Var)); String str4 = "report"; String str5 = "user"; - if (this.f1397w.e(o)) { + if (this.w.e(o)) { c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; c.d.b.a.a.j0("Finalizing native report for session ", o, bVar2); - c.i.c.m.d.d b3 = this.f1397w.b(o); + c.i.c.m.d.d b3 = this.w.b(o); File d2 = b3.d(); if (d2 == null || !d2.exists()) { bVar2.g("No minidump data found for session " + o); } else { long lastModified = d2.lastModified(); - c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.s, o); + c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1323s, o); File file4 = new File(m(), o); if (!file4.mkdirs()) { bVar2.b("Couldn't create native sessions directory"); @@ -868,7 +866,7 @@ public class x { File file5 = new File(gVar2.h(replaceAll), str4); File file6 = gVar2.j; try { - c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1428c; + c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1354c; b.C0136b bVar4 = (b.C0136b) hVar.f(c.i.c.m.d.o.g.j(file5)).i(); bVar4.g = null; bVar4.h = dVar; @@ -881,32 +879,32 @@ public class x { bVar3.d.d(); } } - if (!this.f1397w.a(o)) { + if (!this.w.a(o)) { c.d.b.a.a.j0("Could not finalize native session: ", o, c.i.c.m.d.b.a); } } c.i.c.m.d.b.a.b("Closing open sessions."); i3 = z2 ? 1 : 0; - while (i3 < s2.length) { - File file7 = s2[i3]; + while (i3 < s3.length) { + File file7 = s3[i3]; String o2 = o(file7); c.i.c.m.d.b bVar5 = c.i.c.m.d.b.a; bVar5.b("Closing session: " + o2); bVar5.b("Collecting session parts for ID " + o2); - File[] r3 = r(l(), new h(c.d.b.a.a.u(o2, "SessionCrash"))); - boolean z4 = r3.length > 0; + File[] r2 = r(l(), new h(c.d.b.a.a.u(o2, "SessionCrash"))); + boolean z4 = r2.length > 0; Locale locale = Locale.US; bVar5.b(String.format(locale, "Session %s has fatal exception: %s", o2, Boolean.valueOf(z4))); - File[] r4 = r(l(), new h(c.d.b.a.a.u(o2, "SessionEvent"))); - boolean z5 = r4.length > 0; + File[] r3 = r(l(), new h(c.d.b.a.a.u(o2, "SessionEvent"))); + boolean z5 = r3.length > 0; bVar5.b(String.format(locale, "Session %s has non-fatal exceptions: %s", o2, Boolean.valueOf(z5))); if (z4 || z5) { - if (r4.length > i4) { + if (r3.length > i4) { bVar5.b(String.format(locale, "Trimming down to %d logged exceptions.", Integer.valueOf(i2))); v(o2, i4); - r4 = r(l(), new h(c.d.b.a.a.u(o2, "SessionEvent"))); + r3 = r(l(), new h(c.d.b.a.a.u(o2, "SessionEvent"))); } - File file8 = z4 ? r3[0] : null; + File file8 = z4 ? r2[0] : null; boolean z6 = file8 != null; File k2 = z6 ? k() : n(); if (!k2.exists()) { @@ -926,7 +924,7 @@ public class x { cVar.s(11, 1); cVar.m(12, 3); w(cVar, o2); - x(cVar, r4, o2); + x(cVar, r3, o2); if (z6) { A(cVar, file8); } @@ -939,7 +937,7 @@ public class x { h.h(cVar, "Error flushing session file stream"); d(bVar); c.i.c.m.d.b.a.b("Removing session part files for ID " + o2); - File[] r5 = r(l(), new n(o2)); + File[] r4 = r(l(), new n(o2)); while (r6 < r5) { } i3++; @@ -960,7 +958,7 @@ public class x { h.h(cVar, "Error flushing session file stream"); d(bVar); c.i.c.m.d.b.a.b("Removing session part files for ID " + o2); - File[] r5 = r(l(), new n(o2)); + File[] r4 = r(l(), new n(o2)); while (r6 < r5) { } i3++; @@ -976,7 +974,7 @@ public class x { h.h(cVar, "Error flushing session file stream"); d(bVar); c.i.c.m.d.b.a.b("Removing session part files for ID " + o2); - File[] r5 = r(l(), new n(o2)); + File[] r4 = r(l(), new n(o2)); while (r6 < r5) { } i3++; @@ -999,7 +997,7 @@ public class x { h.h(cVar, "Error flushing session file stream"); d(bVar); c.i.c.m.d.b.a.b("Removing session part files for ID " + o2); - File[] r5 = r(l(), new n(o2)); + File[] r4 = r(l(), new n(o2)); while (r6 < r5) { } i3++; @@ -1019,8 +1017,8 @@ public class x { str3 = str5; } c.i.c.m.d.b.a.b("Removing session part files for ID " + o2); - File[] r5 = r(l(), new n(o2)); - for (File file9 : r5) { + File[] r4 = r(l(), new n(o2)); + for (File file9 : r4) { file9.delete(); } i3++; @@ -1029,7 +1027,7 @@ public class x { i4 = i2; } String str6 = str4; - String t = z2 != 0 ? t(o(s2[0])) : null; + String t = z2 != 0 ? t(o(s3[0])) : null; d1 d1Var = this.A; long j3 = j(); c.i.c.m.d.o.g gVar = d1Var.b; @@ -1064,7 +1062,7 @@ public class x { } File next = it3.next(); try { - c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1428c; + c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1354c; String j4 = c.i.c.m.d.o.g.j(next); Objects.requireNonNull(hVar2); try { @@ -1110,7 +1108,7 @@ public class x { str = str6; file = new File(file11, str); File file13 = !z3 ? gVar.h : gVar.i; - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1428c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1354c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1137,7 +1135,7 @@ public class x { if (!z3) { } try { - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1428c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1354c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1195,9 +1193,9 @@ public class x { @Nullable public final String i() { - File[] s = s(); - if (s.length > 0) { - return o(s[0]); + File[] s2 = s(); + if (s2.length > 0) { + return o(s2[0]); } return null; } @@ -1242,9 +1240,9 @@ public class x { } public final File[] s() { - File[] r2 = r(l(), a); - Arrays.sort(r2, f1395c); - return r2; + File[] r = r(l(), a); + Arrays.sort(r, f1322c); + return r; } public Task u(float f2, Task task) { @@ -1276,7 +1274,7 @@ public class x { bVar.b("Notifying that unsent reports are available."); this.C.b(Boolean.TRUE); q0 q0Var = this.j; - synchronized (q0Var.f1389c) { + synchronized (q0Var.f1316c) { b0Var = q0Var.d.a; } Task q2 = b0Var.q(new e0(this)); @@ -1299,12 +1297,12 @@ public class x { public final void w(c.i.c.m.d.p.c cVar, String str) throws IOException { String[] strArr = g; for (String str2 : strArr) { - File[] r2 = r(l(), new h(c.d.b.a.a.v(str, str2, ".cls"))); - if (r2.length == 0) { + File[] r = r(l(), new h(c.d.b.a.a.v(str, str2, ".cls"))); + if (r.length == 0) { c.i.c.m.d.b.a.b("Can't find " + str2 + " data for session ID " + str); } else { c.i.c.m.d.b.a.b("Collecting " + str2 + " data for session ID " + str); - A(cVar, r2[0]); + A(cVar, r[0]); } } } @@ -1330,7 +1328,7 @@ public class x { int length; int i2; Map map; - c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1398x); + c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1324x); Context context = this.i; e a2 = e.a(context); Float f2 = a2.a; @@ -1344,7 +1342,7 @@ public class x { long a3 = h.a(Environment.getDataDirectory().getPath()); ActivityManager.RunningAppProcessInfo i4 = h.i(context.getPackageName(), context); LinkedList linkedList = new LinkedList(); - StackTraceElement[] stackTraceElementArr = eVar.f1438c; + StackTraceElement[] stackTraceElementArr = eVar.f1364c; String str3 = this.q.b; String str4 = this.o.e; if (z2) { @@ -1353,7 +1351,7 @@ public class x { int i5 = 0; for (Map.Entry entry : allStackTraces.entrySet()) { threadArr2[i5] = entry.getKey(); - linkedList.add(this.f1398x.a(entry.getValue())); + linkedList.add(this.f1324x.a(entry.getValue())); i5++; threadArr2 = threadArr2; } diff --git a/app/src/main/java/c/i/c/m/d/k/y.java b/app/src/main/java/c/i/c/m/d/k/y.java index 5cc8636a1b..03fce9f680 100644 --- a/app/src/main/java/c/i/c/m/d/k/y.java +++ b/app/src/main/java/c/i/c/m/d/k/y.java @@ -11,7 +11,7 @@ public class y implements x.g { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1402c; + public final /* synthetic */ long f1328c; public final /* synthetic */ long d; public final /* synthetic */ boolean e; public final /* synthetic */ int f; @@ -19,7 +19,7 @@ public class y implements x.g { public y(x xVar, int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3) { this.a = i; this.b = i2; - this.f1402c = j; + this.f1328c = j; this.d = j2; this.e = z2; this.f = i3; @@ -30,7 +30,7 @@ public class y implements x.g { int i = this.a; String str = Build.MODEL; int i2 = this.b; - long j = this.f1402c; + long j = this.f1328c; long j2 = this.d; boolean z2 = this.e; int i3 = this.f; diff --git a/app/src/main/java/c/i/c/m/d/l/b.java b/app/src/main/java/c/i/c/m/d/l/b.java index dbdb9e9212..b9020d101c 100644 --- a/app/src/main/java/c/i/c/m/d/l/b.java +++ b/app/src/main/java/c/i/c/m/d/l/b.java @@ -10,7 +10,7 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public final AbstractC0133b f1403c; + public final AbstractC0133b f1329c; public a d = a; /* compiled from: LogFileManager */ @@ -48,13 +48,13 @@ public class b { public b(Context context, AbstractC0133b bVar) { this.b = context; - this.f1403c = bVar; + this.f1329c = bVar; a(null); } public b(Context context, AbstractC0133b bVar, String str) { this.b = context; - this.f1403c = bVar; + this.f1329c = bVar; a(str); } @@ -66,7 +66,7 @@ public class b { c.i.c.m.d.b.a.b("Preferences requested no custom logs. Aborting log file creation."); return; } - this.d = new e(new File(((x.j) this.f1403c).a(), c.d.b.a.a.v("crashlytics-userlog-", str, ".temp")), 65536); + this.d = new e(new File(((x.j) this.f1329c).a(), c.d.b.a.a.v("crashlytics-userlog-", str, ".temp")), 65536); } } } diff --git a/app/src/main/java/c/i/c/m/d/l/c.java b/app/src/main/java/c/i/c/m/d/l/c.java index 2de7d68731..e3cf805d77 100644 --- a/app/src/main/java/c/i/c/m/d/l/c.java +++ b/app/src/main/java/c/i/c/m/d/l/c.java @@ -47,11 +47,11 @@ public class c implements Closeable { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1404c; + public final int f1330c; public b(int i, int i2) { this.b = i; - this.f1404c = i2; + this.f1330c = i2; } public String toString() { @@ -60,7 +60,7 @@ public class c implements Closeable { sb.append("[position = "); sb.append(this.b); sb.append(", length = "); - return c.d.b.a.a.z(sb, this.f1404c, "]"); + return c.d.b.a.a.z(sb, this.f1330c, "]"); } } @@ -74,7 +74,7 @@ public class c implements Closeable { int i = bVar.b + 4; int i2 = c.this.k; this.i = i >= i2 ? (i + 16) - i2 : i; - this.j = bVar.f1404c; + this.j = bVar.f1330c; } @Override // java.io.InputStream @@ -143,14 +143,14 @@ public class c implements Closeable { this.j = randomAccessFile2; randomAccessFile2.seek(0); randomAccessFile2.readFully(this.o); - int r2 = r(this.o, 0); - this.k = r2; - if (((long) r2) <= randomAccessFile2.length()) { + int r = r(this.o, 0); + this.k = r; + if (((long) r) <= randomAccessFile2.length()) { this.l = r(this.o, 4); - int r3 = r(this.o, 8); - int r4 = r(this.o, 12); - this.m = p(r3); - this.n = p(r4); + int r2 = r(this.o, 8); + int r3 = r(this.o, 12); + this.m = p(r2); + this.n = p(r3); return; } StringBuilder O = c.d.b.a.a.O("File is truncated. Expected length: "); @@ -200,7 +200,7 @@ public class c implements Closeable { i2 = 16; } else { b bVar = this.n; - i2 = z(bVar.b + 4 + bVar.f1404c); + i2 = z(bVar.b + 4 + bVar.f1330c); } b bVar2 = new b(i2, length); C(this.o, 0, length); @@ -248,7 +248,7 @@ public class c implements Closeable { this.j.setLength((long) i4); this.j.getChannel().force(true); b bVar = this.n; - int z2 = z(bVar.b + 4 + bVar.f1404c); + int z2 = z(bVar.b + 4 + bVar.f1330c); if (z2 < this.m.b) { FileChannel channel = this.j.getChannel(); channel.position((long) this.k); @@ -262,7 +262,7 @@ public class c implements Closeable { if (i5 < i6) { int i7 = (this.k + i5) - 16; B(i4, this.l, i6, i7); - this.n = new b(i7, this.n.f1404c); + this.n = new b(i7, this.n.f1330c); } else { B(i4, this.l, i6, i5); } @@ -274,8 +274,8 @@ public class c implements Closeable { int i2 = this.m.b; for (int i3 = 0; i3 < this.l; i3++) { b p = p(i2); - dVar.a(new C0134c(p, null), p.f1404c); - i2 = z(p.b + 4 + p.f1404c); + dVar.a(new C0134c(p, null), p.f1330c); + i2 = z(p.b + 4 + p.f1330c); } } @@ -298,12 +298,12 @@ public class c implements Closeable { c(); } else { b bVar = this.m; - int z2 = z(bVar.b + 4 + bVar.f1404c); + int z2 = z(bVar.b + 4 + bVar.f1330c); t(z2, this.o, 0, 4); - int r2 = r(this.o, 0); + int r = r(this.o, 0); B(this.k, this.l - 1, z2, this.n.b); this.l--; - this.m = new b(z2, r2); + this.m = new b(z2, r); } } @@ -371,7 +371,7 @@ public class c implements Closeable { b bVar = this.n; int i2 = bVar.b; int i3 = this.m.b; - return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1404c + 16 : (((i2 + 4) + bVar.f1404c) + this.k) - i3; + return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1330c + 16 : (((i2 + 4) + bVar.f1330c) + this.k) - i3; } public final int z(int i2) { diff --git a/app/src/main/java/c/i/c/m/d/l/e.java b/app/src/main/java/c/i/c/m/d/l/e.java index 8a206c344c..0b319f684c 100644 --- a/app/src/main/java/c/i/c/m/d/l/e.java +++ b/app/src/main/java/c/i/c/m/d/l/e.java @@ -14,7 +14,7 @@ public class e implements a { public final File b; /* renamed from: c reason: collision with root package name */ - public final int f1405c; + public final int f1331c; public c d; /* compiled from: QueueFileLogStore */ @@ -30,7 +30,7 @@ public class e implements a { public e(File file, int i) { this.b = file; - this.f1405c = i; + this.f1331c = i; } @Override // c.i.c.m.d.l.a @@ -96,12 +96,12 @@ public class e implements a { str = "null"; } try { - int i = this.f1405c / 4; + int i = this.f1331c / 4; if (str.length() > i) { str = "..." + str.substring(str.length() - i); } this.d.b(String.format(Locale.US, "%d %s%n", Long.valueOf(j), str.replaceAll("\r", " ").replaceAll("\n", " ")).getBytes(a)); - while (!this.d.f() && this.d.x() > this.f1405c) { + while (!this.d.f() && this.d.x() > this.f1331c) { this.d.s(); } } catch (IOException e) { diff --git a/app/src/main/java/c/i/c/m/d/m/a.java b/app/src/main/java/c/i/c/m/d/m/a.java index d4e8de87b8..632907aea3 100644 --- a/app/src/main/java/c/i/c/m/d/m/a.java +++ b/app/src/main/java/c/i/c/m/d/m/a.java @@ -335,103 +335,103 @@ public final class a implements c.i.c.p.g.a { b bVar2 = b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(v.class, bVar2); - eVar.f1444c.remove(v.class); + eVar.f1370c.remove(v.class); eVar.b.put(b.class, bVar2); - eVar.f1444c.remove(b.class); + eVar.f1370c.remove(b.class); h hVar = h.a; eVar.b.put(v.d.class, hVar); - eVar.f1444c.remove(v.d.class); + eVar.f1370c.remove(v.d.class); eVar.b.put(f.class, hVar); - eVar.f1444c.remove(f.class); + eVar.f1370c.remove(f.class); e eVar2 = e.a; eVar.b.put(v.d.a.class, eVar2); - eVar.f1444c.remove(v.d.a.class); + eVar.f1370c.remove(v.d.a.class); eVar.b.put(g.class, eVar2); - eVar.f1444c.remove(g.class); + eVar.f1370c.remove(g.class); f fVar = f.a; eVar.b.put(v.d.a.AbstractC0137a.class, fVar); - eVar.f1444c.remove(v.d.a.AbstractC0137a.class); + eVar.f1370c.remove(v.d.a.AbstractC0137a.class); eVar.b.put(h.class, fVar); - eVar.f1444c.remove(h.class); + eVar.f1370c.remove(h.class); t tVar = t.a; eVar.b.put(v.d.f.class, tVar); - eVar.f1444c.remove(v.d.f.class); + eVar.f1370c.remove(v.d.f.class); eVar.b.put(u.class, tVar); - eVar.f1444c.remove(u.class); + eVar.f1370c.remove(u.class); s sVar = s.a; eVar.b.put(v.d.e.class, sVar); - eVar.f1444c.remove(v.d.e.class); + eVar.f1370c.remove(v.d.e.class); eVar.b.put(t.class, sVar); - eVar.f1444c.remove(t.class); + eVar.f1370c.remove(t.class); g gVar = g.a; eVar.b.put(v.d.c.class, gVar); - eVar.f1444c.remove(v.d.c.class); + eVar.f1370c.remove(v.d.c.class); eVar.b.put(i.class, gVar); - eVar.f1444c.remove(i.class); + eVar.f1370c.remove(i.class); q qVar = q.a; eVar.b.put(v.d.AbstractC0138d.class, qVar); - eVar.f1444c.remove(v.d.AbstractC0138d.class); + eVar.f1370c.remove(v.d.AbstractC0138d.class); eVar.b.put(j.class, qVar); - eVar.f1444c.remove(j.class); + eVar.f1370c.remove(j.class); i iVar = i.a; eVar.b.put(v.d.AbstractC0138d.a.class, iVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.class); eVar.b.put(k.class, iVar); - eVar.f1444c.remove(k.class); + eVar.f1370c.remove(k.class); k kVar = k.a; eVar.b.put(v.d.AbstractC0138d.a.b.class, kVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.b.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.b.class); eVar.b.put(l.class, kVar); - eVar.f1444c.remove(l.class); + eVar.f1370c.remove(l.class); n nVar = n.a; eVar.b.put(v.d.AbstractC0138d.a.b.AbstractC0142d.class, nVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.b.AbstractC0142d.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.b.AbstractC0142d.class); eVar.b.put(p.class, nVar); - eVar.f1444c.remove(p.class); + eVar.f1370c.remove(p.class); o oVar = o.a; eVar.b.put(v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a.class, oVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a.class); eVar.b.put(q.class, oVar); - eVar.f1444c.remove(q.class); + eVar.f1370c.remove(q.class); l lVar = l.a; eVar.b.put(v.d.AbstractC0138d.a.b.AbstractC0141b.class, lVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.b.AbstractC0141b.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.b.AbstractC0141b.class); eVar.b.put(n.class, lVar); - eVar.f1444c.remove(n.class); + eVar.f1370c.remove(n.class); m mVar = m.a; eVar.b.put(v.d.AbstractC0138d.a.b.c.class, mVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.b.c.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.b.c.class); eVar.b.put(o.class, mVar); - eVar.f1444c.remove(o.class); + eVar.f1370c.remove(o.class); j jVar = j.a; eVar.b.put(v.d.AbstractC0138d.a.b.AbstractC0140a.class, jVar); - eVar.f1444c.remove(v.d.AbstractC0138d.a.b.AbstractC0140a.class); + eVar.f1370c.remove(v.d.AbstractC0138d.a.b.AbstractC0140a.class); eVar.b.put(m.class, jVar); - eVar.f1444c.remove(m.class); + eVar.f1370c.remove(m.class); C0135a aVar = C0135a.a; eVar.b.put(v.b.class, aVar); - eVar.f1444c.remove(v.b.class); + eVar.f1370c.remove(v.b.class); eVar.b.put(c.class, aVar); - eVar.f1444c.remove(c.class); + eVar.f1370c.remove(c.class); p pVar = p.a; eVar.b.put(v.d.AbstractC0138d.b.class, pVar); - eVar.f1444c.remove(v.d.AbstractC0138d.b.class); + eVar.f1370c.remove(v.d.AbstractC0138d.b.class); eVar.b.put(r.class, pVar); - eVar.f1444c.remove(r.class); + eVar.f1370c.remove(r.class); r rVar = r.a; eVar.b.put(v.d.AbstractC0138d.c.class, rVar); - eVar.f1444c.remove(v.d.AbstractC0138d.c.class); + eVar.f1370c.remove(v.d.AbstractC0138d.c.class); eVar.b.put(s.class, rVar); - eVar.f1444c.remove(s.class); + eVar.f1370c.remove(s.class); c cVar = c.a; eVar.b.put(v.c.class, cVar); - eVar.f1444c.remove(v.c.class); + eVar.f1370c.remove(v.c.class); eVar.b.put(d.class, cVar); - eVar.f1444c.remove(d.class); + eVar.f1370c.remove(d.class); d dVar = d.a; eVar.b.put(v.c.a.class, dVar); - eVar.f1444c.remove(v.c.a.class); + eVar.f1370c.remove(v.c.a.class); eVar.b.put(e.class, dVar); - eVar.f1444c.remove(e.class); + eVar.f1370c.remove(e.class); } } diff --git a/app/src/main/java/c/i/c/m/d/m/b.java b/app/src/main/java/c/i/c/m/d/m/b.java index 511b79c52c..61228fd217 100644 --- a/app/src/main/java/c/i/c/m/d/m/b.java +++ b/app/src/main/java/c/i/c/m/d/m/b.java @@ -8,7 +8,7 @@ public final class b extends v { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1406c; + public final String f1332c; public final int d; public final String e; public final String f; @@ -23,7 +23,7 @@ public final class b extends v { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1407c; + public Integer f1333c; public String d; public String e; public String f; @@ -36,8 +36,8 @@ public final class b extends v { public C0136b(v vVar, a aVar) { b bVar = (b) vVar; this.a = bVar.b; - this.b = bVar.f1406c; - this.f1407c = Integer.valueOf(bVar.d); + this.b = bVar.f1332c; + this.f1333c = Integer.valueOf(bVar.d); this.d = bVar.e; this.e = bVar.f; this.f = bVar.g; @@ -51,7 +51,7 @@ public final class b extends v { if (this.b == null) { str = c.d.b.a.a.u(str, " gmpAppId"); } - if (this.f1407c == null) { + if (this.f1333c == null) { str = c.d.b.a.a.u(str, " platform"); } if (this.d == null) { @@ -64,7 +64,7 @@ public final class b extends v { str = c.d.b.a.a.u(str, " displayVersion"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f1407c.intValue(), this.d, this.e, this.f, this.g, this.h, null); + return new b(this.a, this.b, this.f1333c.intValue(), this.d, this.e, this.f, this.g, this.h, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -72,7 +72,7 @@ public final class b extends v { public b(String str, String str2, int i, String str3, String str4, String str5, v.d dVar, v.c cVar, a aVar) { this.b = str; - this.f1406c = str2; + this.f1332c = str2; this.d = i; this.e = str3; this.f = str4; @@ -96,7 +96,7 @@ public final class b extends v { @Override // c.i.c.m.d.m.v @NonNull public String c() { - return this.f1406c; + return this.f1332c; } @Override // c.i.c.m.d.m.v @@ -120,7 +120,7 @@ public final class b extends v { return false; } v vVar = (v) obj; - if (this.b.equals(vVar.g()) && this.f1406c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { + if (this.b.equals(vVar.g()) && this.f1332c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { v.c cVar = this.i; if (cVar == null) { if (vVar.e() == null) { @@ -151,7 +151,7 @@ public final class b extends v { } public int hashCode() { - int hashCode = (((((((((((this.b.hashCode() ^ 1000003) * 1000003) ^ this.f1406c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; + int hashCode = (((((((((((this.b.hashCode() ^ 1000003) * 1000003) ^ this.f1332c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; v.d dVar = this.h; int i = 0; int hashCode2 = (hashCode ^ (dVar == null ? 0 : dVar.hashCode())) * 1000003; @@ -171,7 +171,7 @@ public final class b extends v { StringBuilder O = c.d.b.a.a.O("CrashlyticsReport{sdkVersion="); O.append(this.b); O.append(", gmpAppId="); - O.append(this.f1406c); + O.append(this.f1332c); O.append(", platform="); O.append(this.d); O.append(", installationUuid="); diff --git a/app/src/main/java/c/i/c/m/d/m/f.java b/app/src/main/java/c/i/c/m/d/m/f.java index 5f09d22369..7e30793f67 100644 --- a/app/src/main/java/c/i/c/m/d/m/f.java +++ b/app/src/main/java/c/i/c/m/d/m/f.java @@ -9,7 +9,7 @@ public final class f extends v.d { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1408c; + public final long f1334c; public final Long d; public final boolean e; public final v.d.a f; @@ -25,7 +25,7 @@ public final class f extends v.d { public String b; /* renamed from: c reason: collision with root package name */ - public Long f1409c; + public Long f1335c; public Long d; public Boolean e; public v.d.a f; @@ -42,7 +42,7 @@ public final class f extends v.d { f fVar = (f) dVar; this.a = fVar.a; this.b = fVar.b; - this.f1409c = Long.valueOf(fVar.f1408c); + this.f1335c = Long.valueOf(fVar.f1334c); this.d = fVar.d; this.e = Boolean.valueOf(fVar.e); this.f = fVar.f; @@ -59,7 +59,7 @@ public final class f extends v.d { if (this.b == null) { str = c.d.b.a.a.u(str, " identifier"); } - if (this.f1409c == null) { + if (this.f1335c == null) { str = c.d.b.a.a.u(str, " startedAt"); } if (this.e == null) { @@ -72,7 +72,7 @@ public final class f extends v.d { str = c.d.b.a.a.u(str, " generatorType"); } if (str.isEmpty()) { - return new f(this.a, this.b, this.f1409c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); + return new f(this.a, this.b, this.f1335c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -86,7 +86,7 @@ public final class f extends v.d { public f(String str, String str2, long j, Long l, boolean z2, v.d.a aVar, v.d.f fVar, v.d.e eVar, v.d.c cVar, w wVar, int i, a aVar2) { this.a = str; this.b = str2; - this.f1408c = j; + this.f1334c = j; this.d = l; this.e = z2; this.f = aVar; @@ -140,7 +140,7 @@ public final class f extends v.d { return false; } v.d dVar = (v.d) obj; - return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1408c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); + return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1334c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); } @Override // c.i.c.m.d.m.v.d @@ -161,7 +161,7 @@ public final class f extends v.d { } public int hashCode() { - long j = this.f1408c; + long j = this.f1334c; int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; Long l = this.d; int i = 0; @@ -181,7 +181,7 @@ public final class f extends v.d { @Override // c.i.c.m.d.m.v.d public long i() { - return this.f1408c; + return this.f1334c; } @Override // c.i.c.m.d.m.v.d @@ -206,7 +206,7 @@ public final class f extends v.d { O.append(", identifier="); O.append(this.b); O.append(", startedAt="); - O.append(this.f1408c); + O.append(this.f1334c); O.append(", endedAt="); O.append(this.d); O.append(", crashed="); diff --git a/app/src/main/java/c/i/c/m/d/m/g.java b/app/src/main/java/c/i/c/m/d/m/g.java index 8564226d00..dd36dcb10c 100644 --- a/app/src/main/java/c/i/c/m/d/m/g.java +++ b/app/src/main/java/c/i/c/m/d/m/g.java @@ -9,7 +9,7 @@ public final class g extends v.d.a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1410c; + public final String f1336c; public final v.d.a.AbstractC0137a d = null; public final String e; public final String f; @@ -18,7 +18,7 @@ public final class g extends v.d.a { public g(String str, String str2, String str3, v.d.a.AbstractC0137a aVar, String str4, String str5, String str6, a aVar2) { this.a = str; this.b = str2; - this.f1410c = str3; + this.f1336c = str3; this.e = str4; this.f = str5; this.g = str6; @@ -39,7 +39,7 @@ public final class g extends v.d.a { @Override // c.i.c.m.d.m.v.d.a @Nullable public String c() { - return this.f1410c; + return this.f1336c; } @Override // c.i.c.m.d.m.v.d.a @@ -66,7 +66,7 @@ public final class g extends v.d.a { return false; } v.d.a aVar2 = (v.d.a) obj; - if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1410c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { + if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1336c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { String str4 = this.g; if (str4 == null) { if (aVar2.b() == null) { @@ -93,7 +93,7 @@ public final class g extends v.d.a { public int hashCode() { int hashCode = (((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1410c; + String str = this.f1336c; int i = 0; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; v.d.a.AbstractC0137a aVar = this.d; @@ -115,7 +115,7 @@ public final class g extends v.d.a { O.append(", version="); O.append(this.b); O.append(", displayVersion="); - O.append(this.f1410c); + O.append(this.f1336c); O.append(", organization="); O.append(this.d); O.append(", installationUuid="); diff --git a/app/src/main/java/c/i/c/m/d/m/i.java b/app/src/main/java/c/i/c/m/d/m/i.java index 485b7c1399..01e171cd04 100644 --- a/app/src/main/java/c/i/c/m/d/m/i.java +++ b/app/src/main/java/c/i/c/m/d/m/i.java @@ -8,7 +8,7 @@ public final class i extends v.d.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1411c; + public final int f1337c; public final long d; public final long e; public final boolean f; @@ -22,7 +22,7 @@ public final class i extends v.d.c { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1412c; + public Integer f1338c; public Long d; public Long e; public Boolean f; @@ -35,7 +35,7 @@ public final class i extends v.d.c { if (this.b == null) { str = c.d.b.a.a.u(str, " model"); } - if (this.f1412c == null) { + if (this.f1338c == null) { str = c.d.b.a.a.u(str, " cores"); } if (this.d == null) { @@ -57,7 +57,7 @@ public final class i extends v.d.c { str = c.d.b.a.a.u(str, " modelClass"); } if (str.isEmpty()) { - return new i(this.a.intValue(), this.b, this.f1412c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); + return new i(this.a.intValue(), this.b, this.f1338c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -66,7 +66,7 @@ public final class i extends v.d.c { public i(int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3, a aVar) { this.a = i; this.b = str; - this.f1411c = i2; + this.f1337c = i2; this.d = j; this.e = j2; this.f = z2; @@ -83,7 +83,7 @@ public final class i extends v.d.c { @Override // c.i.c.m.d.m.v.d.c public int b() { - return this.f1411c; + return this.f1337c; } @Override // c.i.c.m.d.m.v.d.c @@ -111,7 +111,7 @@ public final class i extends v.d.c { return false; } v.d.c cVar = (v.d.c) obj; - return this.a == cVar.a() && this.b.equals(cVar.e()) && this.f1411c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); + return this.a == cVar.a() && this.b.equals(cVar.e()) && this.f1337c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); } @Override // c.i.c.m.d.m.v.d.c @@ -133,7 +133,7 @@ public final class i extends v.d.c { public int hashCode() { long j = this.d; long j2 = this.e; - return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1411c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); + return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1337c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); } @Override // c.i.c.m.d.m.v.d.c @@ -147,7 +147,7 @@ public final class i extends v.d.c { O.append(", model="); O.append(this.b); O.append(", cores="); - O.append(this.f1411c); + O.append(this.f1337c); O.append(", ram="); O.append(this.d); O.append(", diskSpace="); diff --git a/app/src/main/java/c/i/c/m/d/m/j.java b/app/src/main/java/c/i/c/m/d/m/j.java index 05f1858982..2b412c5615 100644 --- a/app/src/main/java/c/i/c/m/d/m/j.java +++ b/app/src/main/java/c/i/c/m/d/m/j.java @@ -9,14 +9,14 @@ public final class j extends v.d.AbstractC0138d { public final String b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0138d.a f1413c; + public final v.d.AbstractC0138d.a f1339c; public final v.d.AbstractC0138d.b d; public final v.d.AbstractC0138d.c e; public j(long j, String str, v.d.AbstractC0138d.a aVar, v.d.AbstractC0138d.b bVar, v.d.AbstractC0138d.c cVar, a aVar2) { this.a = j; this.b = str; - this.f1413c = aVar; + this.f1339c = aVar; this.d = bVar; this.e = cVar; } @@ -24,7 +24,7 @@ public final class j extends v.d.AbstractC0138d { @Override // c.i.c.m.d.m.v.d.AbstractC0138d @NonNull public v.d.AbstractC0138d.a a() { - return this.f1413c; + return this.f1339c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d @@ -58,7 +58,7 @@ public final class j extends v.d.AbstractC0138d { return false; } v.d.AbstractC0138d dVar = (v.d.AbstractC0138d) obj; - if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1413c.equals(dVar.a()) && this.d.equals(dVar.b())) { + if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1339c.equals(dVar.a()) && this.d.equals(dVar.b())) { v.d.AbstractC0138d.c cVar = this.e; if (cVar == null) { if (dVar.c() == null) { @@ -73,7 +73,7 @@ public final class j extends v.d.AbstractC0138d { public int hashCode() { long j = this.a; - int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1413c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; + int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1339c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; v.d.AbstractC0138d.c cVar = this.e; return (cVar == null ? 0 : cVar.hashCode()) ^ hashCode; } @@ -84,7 +84,7 @@ public final class j extends v.d.AbstractC0138d { O.append(", type="); O.append(this.b); O.append(", app="); - O.append(this.f1413c); + O.append(this.f1339c); O.append(", device="); O.append(this.d); O.append(", log="); diff --git a/app/src/main/java/c/i/c/m/d/m/k.java b/app/src/main/java/c/i/c/m/d/m/k.java index 4fec68442f..8abdcc652a 100644 --- a/app/src/main/java/c/i/c/m/d/m/k.java +++ b/app/src/main/java/c/i/c/m/d/m/k.java @@ -9,7 +9,7 @@ public final class k extends v.d.AbstractC0138d.a { public final w b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1414c; + public final Boolean f1340c; public final int d; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application */ @@ -18,7 +18,7 @@ public final class k extends v.d.AbstractC0138d.a { public w b; /* renamed from: c reason: collision with root package name */ - public Boolean f1415c; + public Boolean f1341c; public Integer d; public b() { @@ -28,7 +28,7 @@ public final class k extends v.d.AbstractC0138d.a { k kVar = (k) aVar; this.a = kVar.a; this.b = kVar.b; - this.f1415c = kVar.f1414c; + this.f1341c = kVar.f1340c; this.d = Integer.valueOf(kVar.d); } @@ -38,7 +38,7 @@ public final class k extends v.d.AbstractC0138d.a { str = c.d.b.a.a.u(str, " uiOrientation"); } if (str.isEmpty()) { - return new k(this.a, this.b, this.f1415c, this.d.intValue(), null); + return new k(this.a, this.b, this.f1341c, this.d.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -47,14 +47,14 @@ public final class k extends v.d.AbstractC0138d.a { public k(v.d.AbstractC0138d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { this.a = bVar; this.b = wVar; - this.f1414c = bool; + this.f1340c = bool; this.d = i; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a @Nullable public Boolean a() { - return this.f1414c; + return this.f1340c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a @@ -88,7 +88,7 @@ public final class k extends v.d.AbstractC0138d.a { return false; } v.d.AbstractC0138d.a aVar = (v.d.AbstractC0138d.a) obj; - return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1414c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); + return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1340c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); } public int hashCode() { @@ -96,7 +96,7 @@ public final class k extends v.d.AbstractC0138d.a { w wVar = this.b; int i = 0; int hashCode2 = (hashCode ^ (wVar == null ? 0 : wVar.hashCode())) * 1000003; - Boolean bool = this.f1414c; + Boolean bool = this.f1340c; if (bool != null) { i = bool.hashCode(); } @@ -109,7 +109,7 @@ public final class k extends v.d.AbstractC0138d.a { O.append(", customAttributes="); O.append(this.b); O.append(", background="); - O.append(this.f1414c); + O.append(this.f1340c); O.append(", uiOrientation="); return c.d.b.a.a.z(O, this.d, "}"); } diff --git a/app/src/main/java/c/i/c/m/d/m/l.java b/app/src/main/java/c/i/c/m/d/m/l.java index 44005f070a..f6656b909a 100644 --- a/app/src/main/java/c/i/c/m/d/m/l.java +++ b/app/src/main/java/c/i/c/m/d/m/l.java @@ -8,13 +8,13 @@ public final class l extends v.d.AbstractC0138d.a.b { public final v.d.AbstractC0138d.a.b.AbstractC0141b b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0138d.a.b.c f1416c; + public final v.d.AbstractC0138d.a.b.c f1342c; public final w d; public l(w wVar, v.d.AbstractC0138d.a.b.AbstractC0141b bVar, v.d.AbstractC0138d.a.b.c cVar, w wVar2, a aVar) { this.a = wVar; this.b = bVar; - this.f1416c = cVar; + this.f1342c = cVar; this.d = wVar2; } @@ -33,7 +33,7 @@ public final class l extends v.d.AbstractC0138d.a.b { @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b @NonNull public v.d.AbstractC0138d.a.b.c c() { - return this.f1416c; + return this.f1342c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b @@ -50,11 +50,11 @@ public final class l extends v.d.AbstractC0138d.a.b { return false; } v.d.AbstractC0138d.a.b bVar = (v.d.AbstractC0138d.a.b) obj; - return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1416c.equals(bVar.c()) && this.d.equals(bVar.a()); + return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1342c.equals(bVar.c()) && this.d.equals(bVar.a()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1416c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1342c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { @@ -63,7 +63,7 @@ public final class l extends v.d.AbstractC0138d.a.b { O.append(", exception="); O.append(this.b); O.append(", signal="); - O.append(this.f1416c); + O.append(this.f1342c); O.append(", binaries="); O.append(this.d); O.append("}"); diff --git a/app/src/main/java/c/i/c/m/d/m/m.java b/app/src/main/java/c/i/c/m/d/m/m.java index 4b10b505e0..2a6b5f50cb 100644 --- a/app/src/main/java/c/i/c/m/d/m/m.java +++ b/app/src/main/java/c/i/c/m/d/m/m.java @@ -9,13 +9,13 @@ public final class m extends v.d.AbstractC0138d.a.b.AbstractC0140a { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f1417c; + public final String f1343c; public final String d; public m(long j, long j2, String str, String str2, a aVar) { this.a = j; this.b = j2; - this.f1417c = str; + this.f1343c = str; this.d = str2; } @@ -28,7 +28,7 @@ public final class m extends v.d.AbstractC0138d.a.b.AbstractC0140a { @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0140a @NonNull public String b() { - return this.f1417c; + return this.f1343c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0140a @@ -50,7 +50,7 @@ public final class m extends v.d.AbstractC0138d.a.b.AbstractC0140a { return false; } v.d.AbstractC0138d.a.b.AbstractC0140a aVar = (v.d.AbstractC0138d.a.b.AbstractC0140a) obj; - if (this.a == aVar.a() && this.b == aVar.c() && this.f1417c.equals(aVar.b())) { + if (this.a == aVar.a() && this.b == aVar.c() && this.f1343c.equals(aVar.b())) { String str = this.d; if (str == null) { if (aVar.d() == null) { @@ -66,7 +66,7 @@ public final class m extends v.d.AbstractC0138d.a.b.AbstractC0140a { public int hashCode() { long j = this.a; long j2 = this.b; - int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1417c.hashCode()) * 1000003; + int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1343c.hashCode()) * 1000003; String str = this.d; return (str == null ? 0 : str.hashCode()) ^ hashCode; } @@ -77,7 +77,7 @@ public final class m extends v.d.AbstractC0138d.a.b.AbstractC0140a { O.append(", size="); O.append(this.b); O.append(", name="); - O.append(this.f1417c); + O.append(this.f1343c); O.append(", uuid="); return c.d.b.a.a.G(O, this.d, "}"); } diff --git a/app/src/main/java/c/i/c/m/d/m/n.java b/app/src/main/java/c/i/c/m/d/m/n.java index 4e78355915..331a4331c6 100644 --- a/app/src/main/java/c/i/c/m/d/m/n.java +++ b/app/src/main/java/c/i/c/m/d/m/n.java @@ -9,14 +9,14 @@ public final class n extends v.d.AbstractC0138d.a.b.AbstractC0141b { public final String b; /* renamed from: c reason: collision with root package name */ - public final w f1418c; + public final w f1344c; public final v.d.AbstractC0138d.a.b.AbstractC0141b d; public final int e; public n(String str, String str2, w wVar, v.d.AbstractC0138d.a.b.AbstractC0141b bVar, int i, a aVar) { this.a = str; this.b = str2; - this.f1418c = wVar; + this.f1344c = wVar; this.d = bVar; this.e = i; } @@ -30,7 +30,7 @@ public final class n extends v.d.AbstractC0138d.a.b.AbstractC0141b { @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0141b @NonNull public w b() { - return this.f1418c; + return this.f1344c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0141b @@ -60,14 +60,14 @@ public final class n extends v.d.AbstractC0138d.a.b.AbstractC0141b { return false; } v.d.AbstractC0138d.a.b.AbstractC0141b bVar2 = (v.d.AbstractC0138d.a.b.AbstractC0141b) obj; - return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1418c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); + return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1344c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); } public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; String str = this.b; int i = 0; - int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1418c.hashCode()) * 1000003; + int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1344c.hashCode()) * 1000003; v.d.AbstractC0138d.a.b.AbstractC0141b bVar = this.d; if (bVar != null) { i = bVar.hashCode(); @@ -81,7 +81,7 @@ public final class n extends v.d.AbstractC0138d.a.b.AbstractC0141b { O.append(", reason="); O.append(this.b); O.append(", frames="); - O.append(this.f1418c); + O.append(this.f1344c); O.append(", causedBy="); O.append(this.d); O.append(", overflowCount="); diff --git a/app/src/main/java/c/i/c/m/d/m/o.java b/app/src/main/java/c/i/c/m/d/m/o.java index 13bd2da464..8f1c23cf21 100644 --- a/app/src/main/java/c/i/c/m/d/m/o.java +++ b/app/src/main/java/c/i/c/m/d/m/o.java @@ -8,18 +8,18 @@ public final class o extends v.d.AbstractC0138d.a.b.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1419c; + public final long f1345c; public o(String str, String str2, long j, a aVar) { this.a = str; this.b = str2; - this.f1419c = j; + this.f1345c = j; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.c @NonNull public long a() { - return this.f1419c; + return this.f1345c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.c @@ -42,11 +42,11 @@ public final class o extends v.d.AbstractC0138d.a.b.c { return false; } v.d.AbstractC0138d.a.b.c cVar = (v.d.AbstractC0138d.a.b.c) obj; - return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1419c == cVar.a(); + return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1345c == cVar.a(); } public int hashCode() { - long j = this.f1419c; + long j = this.f1345c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); } @@ -56,6 +56,6 @@ public final class o extends v.d.AbstractC0138d.a.b.c { O.append(", code="); O.append(this.b); O.append(", address="); - return c.d.b.a.a.A(O, this.f1419c, "}"); + return c.d.b.a.a.A(O, this.f1345c, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/p.java b/app/src/main/java/c/i/c/m/d/m/p.java index bdc9dd2d08..f316e23a93 100644 --- a/app/src/main/java/c/i/c/m/d/m/p.java +++ b/app/src/main/java/c/i/c/m/d/m/p.java @@ -8,18 +8,18 @@ public final class p extends v.d.AbstractC0138d.a.b.AbstractC0142d { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f1420c; + public final w f1346c; public p(String str, int i, w wVar, a aVar) { this.a = str; this.b = i; - this.f1420c = wVar; + this.f1346c = wVar; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0142d @NonNull public w a() { - return this.f1420c; + return this.f1346c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0142d @@ -41,11 +41,11 @@ public final class p extends v.d.AbstractC0138d.a.b.AbstractC0142d { return false; } v.d.AbstractC0138d.a.b.AbstractC0142d dVar = (v.d.AbstractC0138d.a.b.AbstractC0142d) obj; - return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1420c.equals(dVar.a()); + return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1346c.equals(dVar.a()); } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1420c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1346c.hashCode(); } public String toString() { @@ -54,7 +54,7 @@ public final class p extends v.d.AbstractC0138d.a.b.AbstractC0142d { O.append(", importance="); O.append(this.b); O.append(", frames="); - O.append(this.f1420c); + O.append(this.f1346c); O.append("}"); return O.toString(); } diff --git a/app/src/main/java/c/i/c/m/d/m/q.java b/app/src/main/java/c/i/c/m/d/m/q.java index 1d8ec58c10..e5b4cc0e77 100644 --- a/app/src/main/java/c/i/c/m/d/m/q.java +++ b/app/src/main/java/c/i/c/m/d/m/q.java @@ -9,7 +9,7 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1421c; + public final String f1347c; public final long d; public final int e; @@ -19,7 +19,7 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 public String b; /* renamed from: c reason: collision with root package name */ - public String f1422c; + public String f1348c; public Long d; public Integer e; @@ -35,7 +35,7 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 str = c.d.b.a.a.u(str, " importance"); } if (str.isEmpty()) { - return new q(this.a.longValue(), this.b, this.f1422c, this.d.longValue(), this.e.intValue(), null); + return new q(this.a.longValue(), this.b, this.f1348c, this.d.longValue(), this.e.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -44,7 +44,7 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 public q(long j, String str, String str2, long j2, int i, a aVar) { this.a = j; this.b = str; - this.f1421c = str2; + this.f1347c = str2; this.d = j2; this.e = i; } @@ -52,7 +52,7 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a @Nullable public String a() { - return this.f1421c; + return this.f1347c; } @Override // c.i.c.m.d.m.v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a @@ -85,13 +85,13 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 return false; } v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a aVar = (v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143a) obj; - return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1421c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); + return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1347c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); } public int hashCode() { long j = this.a; int hashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1421c; + String str = this.f1347c; int hashCode2 = str == null ? 0 : str.hashCode(); long j2 = this.d; return this.e ^ ((((hashCode ^ hashCode2) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); @@ -103,7 +103,7 @@ public final class q extends v.d.AbstractC0138d.a.b.AbstractC0142d.AbstractC0143 O.append(", symbol="); O.append(this.b); O.append(", file="); - O.append(this.f1421c); + O.append(this.f1347c); O.append(", offset="); O.append(this.d); O.append(", importance="); diff --git a/app/src/main/java/c/i/c/m/d/m/r.java b/app/src/main/java/c/i/c/m/d/m/r.java index 26e0358963..9fc5b48e8d 100644 --- a/app/src/main/java/c/i/c/m/d/m/r.java +++ b/app/src/main/java/c/i/c/m/d/m/r.java @@ -8,7 +8,7 @@ public final class r extends v.d.AbstractC0138d.b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1423c; + public final boolean f1349c; public final int d; public final long e; public final long f; @@ -19,14 +19,14 @@ public final class r extends v.d.AbstractC0138d.b { public Integer b; /* renamed from: c reason: collision with root package name */ - public Boolean f1424c; + public Boolean f1350c; public Integer d; public Long e; public Long f; public v.d.AbstractC0138d.b a() { String str = this.b == null ? " batteryVelocity" : ""; - if (this.f1424c == null) { + if (this.f1350c == null) { str = c.d.b.a.a.u(str, " proximityOn"); } if (this.d == null) { @@ -39,7 +39,7 @@ public final class r extends v.d.AbstractC0138d.b { str = c.d.b.a.a.u(str, " diskUsed"); } if (str.isEmpty()) { - return new r(this.a, this.b.intValue(), this.f1424c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); + return new r(this.a, this.b.intValue(), this.f1350c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -48,7 +48,7 @@ public final class r extends v.d.AbstractC0138d.b { public r(Double d, int i, boolean z2, int i2, long j, long j2, a aVar) { this.a = d; this.b = i; - this.f1423c = z2; + this.f1349c = z2; this.d = i2; this.e = j; this.f = j2; @@ -90,7 +90,7 @@ public final class r extends v.d.AbstractC0138d.b { v.d.AbstractC0138d.b bVar = (v.d.AbstractC0138d.b) obj; Double d = this.a; if (d != null ? d.equals(bVar.a()) : bVar.a() == null) { - if (this.b == bVar.b() && this.f1423c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { + if (this.b == bVar.b() && this.f1349c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { return true; } } @@ -99,13 +99,13 @@ public final class r extends v.d.AbstractC0138d.b { @Override // c.i.c.m.d.m.v.d.AbstractC0138d.b public boolean f() { - return this.f1423c; + return this.f1349c; } public int hashCode() { Double d = this.a; int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.b) * 1000003; - int i = this.f1423c ? 1231 : 1237; + int i = this.f1349c ? 1231 : 1237; long j = this.e; long j2 = this.f; return ((((((hashCode ^ i) * 1000003) ^ this.d) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); @@ -117,7 +117,7 @@ public final class r extends v.d.AbstractC0138d.b { O.append(", batteryVelocity="); O.append(this.b); O.append(", proximityOn="); - O.append(this.f1423c); + O.append(this.f1349c); O.append(", orientation="); O.append(this.d); O.append(", ramUsed="); diff --git a/app/src/main/java/c/i/c/m/d/m/t.java b/app/src/main/java/c/i/c/m/d/m/t.java index 1b59b3cf4f..9c9a24f514 100644 --- a/app/src/main/java/c/i/c/m/d/m/t.java +++ b/app/src/main/java/c/i/c/m/d/m/t.java @@ -8,20 +8,20 @@ public final class t extends v.d.e { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1425c; + public final String f1351c; public final boolean d; public t(int i, String str, String str2, boolean z2, a aVar) { this.a = i; this.b = str; - this.f1425c = str2; + this.f1351c = str2; this.d = z2; } @Override // c.i.c.m.d.m.v.d.e @NonNull public String a() { - return this.f1425c; + return this.f1351c; } @Override // c.i.c.m.d.m.v.d.e @@ -48,11 +48,11 @@ public final class t extends v.d.e { return false; } v.d.e eVar = (v.d.e) obj; - return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1425c.equals(eVar.a()) && this.d == eVar.d(); + return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1351c.equals(eVar.a()) && this.d == eVar.d(); } public int hashCode() { - return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1425c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); + return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1351c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); } public String toString() { @@ -61,7 +61,7 @@ public final class t extends v.d.e { O.append(", version="); O.append(this.b); O.append(", buildVersion="); - O.append(this.f1425c); + O.append(this.f1351c); O.append(", jailbroken="); return c.d.b.a.a.K(O, this.d, "}"); } diff --git a/app/src/main/java/c/i/c/m/d/m/x/h.java b/app/src/main/java/c/i/c/m/d/m/x/h.java index 8886fea666..2428a2844e 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/h.java +++ b/app/src/main/java/c/i/c/m/d/m/x/h.java @@ -191,7 +191,7 @@ public class h { } else if (c3 != 5) { jsonReader.skipValue(); } else { - bVar2.f1424c = Boolean.valueOf(jsonReader.nextBoolean()); + bVar2.f1350c = Boolean.valueOf(jsonReader.nextBoolean()); } } jsonReader.endObject(); @@ -574,7 +574,7 @@ public class h { bVar.a = Long.valueOf(jsonReader.nextLong()); break; case 3: - bVar.f1422c = jsonReader.nextString(); + bVar.f1348c = jsonReader.nextString(); break; case 4: bVar.e = Integer.valueOf(jsonReader.nextInt()); @@ -711,7 +711,7 @@ public class h { bVar.d = nextString4; break; case 5: - bVar.f1407c = Integer.valueOf(jsonReader.nextInt()); + bVar.f1333c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString5 = jsonReader.nextString(); @@ -810,7 +810,7 @@ public class h { switch (c3) { case 0: str = str3; - bVar2.f1409c = Long.valueOf(jsonReader.nextLong()); + bVar2.f1335c = Long.valueOf(jsonReader.nextLong()); break; case 1: str = str3; @@ -914,7 +914,7 @@ public class h { bVar3.e = Long.valueOf(jsonReader.nextLong()); break; case 5: - bVar3.f1412c = Integer.valueOf(jsonReader.nextInt()); + bVar3.f1338c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString7 = jsonReader.nextString(); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index d87534be5c..c3986581f5 100644 --- a/app/src/main/java/c/i/c/m/d/n/a.java +++ b/app/src/main/java/c/i/c/m/d/n/a.java @@ -1,13 +1,13 @@ package c.i.c.m.d.n; import c.c.a.y.b; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; -import e0.d; -import e0.e0.c; -import e0.e0.g.e; -import e0.w; -import e0.x; +import d0.z.d.m; +import f0.d; +import f0.e0.c; +import f0.e0.g.e; +import f0.w; +import f0.x; import java.io.File; import java.io.IOException; import java.util.HashMap; @@ -26,7 +26,7 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1426c; + public final String f1352c; public final Map d; public final Map e; public MultipartBody.a f = null; @@ -35,14 +35,14 @@ public class a { x.a f = new x().f(); TimeUnit timeUnit = TimeUnit.MILLISECONDS; m.checkParameterIsNotNull(timeUnit, "unit"); - f.f3029w = c.b("timeout", 10000, timeUnit); + f.w = c.b("timeout", 10000, timeUnit); a = new x(f); } /* JADX WARN: Incorrect types in method signature: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;)V */ public a(int i, String str, Map map) { this.b = i; - this.f1426c = str; + this.f1352c = str; this.d = map; this.e = new HashMap(); } @@ -58,7 +58,7 @@ public class a { } else { aVar.b("Cache-Control", dVar2); } - String str = this.f1426c; + String str = this.f1352c; m.checkParameterIsNotNull(str, "$this$toHttpUrlOrNull"); String str2 = null; try { @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f3124c; + MediaType.a aVar = MediaType.f2947c; RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); diff --git a/app/src/main/java/c/i/c/m/d/n/c.java b/app/src/main/java/c/i/c/m/d/n/c.java index 56a4aa3090..014bb2b376 100644 --- a/app/src/main/java/c/i/c/m/d/n/c.java +++ b/app/src/main/java/c/i/c/m/d/n/c.java @@ -7,11 +7,11 @@ public class c { public String b; /* renamed from: c reason: collision with root package name */ - public Headers f1427c; + public Headers f1353c; public c(int i, String str, Headers headers) { this.a = i; this.b = str; - this.f1427c = headers; + this.f1353c = headers; } } diff --git a/app/src/main/java/c/i/c/m/d/o/g.java b/app/src/main/java/c/i/c/m/d/o/g.java index e89018192b..114cbbad72 100644 --- a/app/src/main/java/c/i/c/m/d/o/g.java +++ b/app/src/main/java/c/i/c/m/d/o/g.java @@ -27,7 +27,7 @@ public class g { public static final int b = 15; /* renamed from: c reason: collision with root package name */ - public static final h f1428c = new h(); + public static final h f1354c = new h(); public static final Comparator d = e.i; public static final FilenameFilter e = f.a; @NonNull diff --git a/app/src/main/java/c/i/c/m/d/p/d.java b/app/src/main/java/c/i/c/m/d/p/d.java index 892da254f8..3ffe7f7813 100644 --- a/app/src/main/java/c/i/c/m/d/p/d.java +++ b/app/src/main/java/c/i/c/m/d/p/d.java @@ -29,7 +29,7 @@ public class d { if (str != null) { b2 += c.b(3, a.a(str)); } - for (StackTraceElement stackTraceElement : eVar.f1438c) { + for (StackTraceElement stackTraceElement : eVar.f1364c) { int h = h(stackTraceElement, true); b2 += c.d(h) + c.e(4) + h; } @@ -164,7 +164,7 @@ public class d { cVar.l(3, a.a(str)); } int i4 = 0; - for (StackTraceElement stackTraceElement : eVar.f1438c) { + for (StackTraceElement stackTraceElement : eVar.f1364c) { k(cVar, 4, stackTraceElement, true); } e eVar2 = eVar.d; diff --git a/app/src/main/java/c/i/c/m/d/q/b.java b/app/src/main/java/c/i/c/m/d/q/b.java index cae0feacd0..297a1a2f04 100644 --- a/app/src/main/java/c/i/c/m/d/q/b.java +++ b/app/src/main/java/c/i/c/m/d/q/b.java @@ -13,7 +13,7 @@ public class b { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1429c; + public final String f1355c; public final String d; public final int e; public final a f; @@ -109,7 +109,7 @@ public class b { public b(@Nullable String str, String str2, int i, a aVar, c.i.c.m.d.q.d.b bVar, a aVar2) { if (bVar != null) { this.b = bVar; - this.f1429c = str; + this.f1355c = str; this.d = str2; this.e = i; this.f = aVar; @@ -123,7 +123,7 @@ public class b { public boolean a(c.i.c.m.d.q.c.c cVar, boolean z2) { boolean z3; try { - c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1429c, this.d, cVar); + c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1355c, this.d, cVar); int i = this.e; if (i == 3) { c.i.c.m.d.b.a.b("Report configured to be sent via DataTransport."); diff --git a/app/src/main/java/c/i/c/m/d/q/c/a.java b/app/src/main/java/c/i/c/m/d/q/c/a.java index 420170f8a9..2f0d5d730d 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/a.java +++ b/app/src/main/java/c/i/c/m/d/q/c/a.java @@ -8,11 +8,11 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final c f1430c; + public final c f1356c; public a(@Nullable String str, String str2, c cVar) { this.a = str; this.b = str2; - this.f1430c = cVar; + this.f1356c = cVar; } } diff --git a/app/src/main/java/c/i/c/m/d/q/c/d.java b/app/src/main/java/c/i/c/m/d/q/c/d.java index e0a9d793c6..67e0377558 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/d.java +++ b/app/src/main/java/c/i/c/m/d/q/c/d.java @@ -12,12 +12,12 @@ public class d implements c { public final File[] b; /* renamed from: c reason: collision with root package name */ - public final Map f1431c; + public final Map f1357c; public d(File file, Map map) { this.a = file; this.b = new File[]{file}; - this.f1431c = new HashMap(map); + this.f1357c = new HashMap(map); } @Override // c.i.c.m.d.q.c.c @@ -28,7 +28,7 @@ public class d implements c { @Override // c.i.c.m.d.q.c.c public Map b() { - return Collections.unmodifiableMap(this.f1431c); + return Collections.unmodifiableMap(this.f1357c); } @Override // c.i.c.m.d.q.c.c diff --git a/app/src/main/java/c/i/c/m/d/q/d/a.java b/app/src/main/java/c/i/c/m/d/q/d/a.java index fc358232df..0c74bf9e7a 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/a.java +++ b/app/src/main/java/c/i/c/m/d/q/d/a.java @@ -13,7 +13,7 @@ public class a implements b { @Override // c.i.c.m.d.q.d.b public boolean a(c.i.c.m.d.q.c.a aVar, boolean z2) { - int h = b.h(aVar.f1430c.d()); + int h = b.h(aVar.f1356c.d()); if (h == 0) { this.a.a(aVar, z2); return true; diff --git a/app/src/main/java/c/i/c/m/d/q/d/c.java b/app/src/main/java/c/i/c/m/d/q/d/c.java index c4c71d7c5a..fa461950b6 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/c.java +++ b/app/src/main/java/c/i/c/m/d/q/d/c.java @@ -22,10 +22,10 @@ public class c extends a implements b { b.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.b); b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); - for (Map.Entry entry : aVar.f1430c.b().entrySet()) { + for (Map.Entry entry : aVar.f1356c.b().entrySet()) { b.e.put(entry.getKey(), entry.getValue()); } - c.i.c.m.d.q.c.c cVar = aVar.f1430c; + c.i.c.m.d.q.c.c cVar = aVar.f1356c; b.b("report[identifier]", cVar.a()); if (cVar.e().length == 1) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; @@ -56,7 +56,7 @@ public class c extends a implements b { try { c.i.c.m.d.n.c a = b.a(); int i2 = a.a; - bVar3.b("Create report request ID: " + a.f1427c.c("X-REQUEST-ID")); + bVar3.b("Create report request ID: " + a.f1353c.c("X-REQUEST-ID")); bVar3.b("Result was: " + i2); return c.i.a.f.e.o.c.f0(i2) == 0; } catch (IOException e2) { diff --git a/app/src/main/java/c/i/c/m/d/q/d/d.java b/app/src/main/java/c/i/c/m/d/q/d/d.java index 75824d19bf..5e3e8c94a8 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/d.java +++ b/app/src/main/java/c/i/c/m/d/q/d/d.java @@ -24,7 +24,7 @@ public class d extends a implements b { b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", str); String str2 = aVar.a; - c cVar = aVar.f1430c; + c cVar = aVar.f1356c; if (str2 != null) { b.b("org_id", str2); } diff --git a/app/src/main/java/c/i/c/m/d/r/c.java b/app/src/main/java/c/i/c/m/d/r/c.java index a00811f6f5..b9bc44da80 100644 --- a/app/src/main/java/c/i/c/m/d/r/c.java +++ b/app/src/main/java/c/i/c/m/d/r/c.java @@ -10,7 +10,7 @@ public class c { public static final String b = a("hts/cahyiseot-agolai.o/1frlglgc/aclg", "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"); /* renamed from: c reason: collision with root package name */ - public static final String f1432c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); + public static final String f1358c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); public static final e d = b.a; public final f e; diff --git a/app/src/main/java/c/i/c/m/d/s/c.java b/app/src/main/java/c/i/c/m/d/s/c.java index 8cdb4fb5ab..129a0a518e 100644 --- a/app/src/main/java/c/i/c/m/d/s/c.java +++ b/app/src/main/java/c/i/c/m/d/s/c.java @@ -30,7 +30,7 @@ public class c implements d { public final g b; /* renamed from: c reason: collision with root package name */ - public final e f1433c; + public final e f1359c; public final e1 d; public final a e; public final d f; @@ -65,7 +65,7 @@ public class c implements d { cVar2.f.b("Requesting settings from " + cVar2.b); cVar2.f.b("Settings query params were: " + f); c.i.c.m.d.n.c a = c2.a(); - cVar2.f.b("Settings request ID: " + a.f1427c.c("X-REQUEST-ID")); + cVar2.f.b("Settings request ID: " + a.f1353c.c("X-REQUEST-ID")); jSONObject = cVar2.g(a); } catch (IOException e2) { if (cVar2.f.a(6)) { @@ -74,7 +74,7 @@ public class c implements d { jSONObject = null; } if (jSONObject != null) { - c.i.c.m.d.s.h.f a2 = c.this.f1433c.a(jSONObject); + c.i.c.m.d.s.h.f a2 = c.this.f1359c.a(jSONObject); a aVar = c.this.e; long j = a2.d; Objects.requireNonNull(aVar); @@ -148,7 +148,7 @@ public class c implements d { this.a = context; this.b = gVar; this.d = e1Var; - this.f1433c = eVar; + this.f1359c = eVar; this.e = aVar; this.f = dVar; this.g = q0Var; @@ -171,7 +171,7 @@ public class c implements d { } JSONObject a2 = this.e.a(); if (a2 != null) { - c.i.c.m.d.s.h.f a3 = this.f1433c.a(a2); + c.i.c.m.d.s.h.f a3 = this.f1359c.a(a2); if (a3 != null) { e(a2, "Loaded cached settings: "); Objects.requireNonNull(this.d); diff --git a/app/src/main/java/c/i/c/m/d/s/h/a.java b/app/src/main/java/c/i/c/m/d/s/h/a.java index d5c9709e62..93d175dc69 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/a.java +++ b/app/src/main/java/c/i/c/m/d/s/h/a.java @@ -5,7 +5,7 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1434c; + public final String f1360c; public final String d; public final String e; public final String f; @@ -16,7 +16,7 @@ public class a { public a(String str, String str2, String str3, String str4, String str5, String str6, String str7, int i, String str8, String str9) { this.a = str; this.b = str2; - this.f1434c = str3; + this.f1360c = str3; this.d = str4; this.e = str5; this.f = str6; diff --git a/app/src/main/java/c/i/c/m/d/s/h/b.java b/app/src/main/java/c/i/c/m/d/s/h/b.java index caffdbd699..4c32ec2ebe 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/b.java +++ b/app/src/main/java/c/i/c/m/d/s/h/b.java @@ -5,7 +5,7 @@ public class b { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1435c; + public final String f1361c; public final String d; public final String e; public final boolean f; @@ -15,7 +15,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, boolean z2, int i, int i2) { this.a = str; this.b = str2; - this.f1435c = str3; + this.f1361c = str3; this.d = str4; this.e = str6; this.f = z2; @@ -26,7 +26,7 @@ public class b { public b(String str, String str2, String str3, String str4, boolean z2) { this.a = str; this.b = str2; - this.f1435c = str3; + this.f1361c = str3; this.d = str4; this.e = null; this.f = z2; diff --git a/app/src/main/java/c/i/c/m/d/s/h/f.java b/app/src/main/java/c/i/c/m/d/s/h/f.java index e58ff8a57d..a79e4c3d9f 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/f.java +++ b/app/src/main/java/c/i/c/m/d/s/h/f.java @@ -5,19 +5,19 @@ public class f implements e { public final d b; /* renamed from: c reason: collision with root package name */ - public final c f1436c; + public final c f1362c; public final long d; public f(long j, b bVar, d dVar, c cVar, int i, int i2) { this.d = j; this.a = bVar; this.b = dVar; - this.f1436c = cVar; + this.f1362c = cVar; } @Override // c.i.c.m.d.s.h.e public c a() { - return this.f1436c; + return this.f1362c; } @Override // c.i.c.m.d.s.h.e diff --git a/app/src/main/java/c/i/c/m/d/s/h/g.java b/app/src/main/java/c/i/c/m/d/s/h/g.java index 104068591d..693dbe8b92 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/g.java +++ b/app/src/main/java/c/i/c/m/d/s/h/g.java @@ -7,7 +7,7 @@ public class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1437c; + public final String f1363c; public final String d; public final w0 e; public final String f; @@ -18,7 +18,7 @@ public class g { public g(String str, String str2, String str3, String str4, w0 w0Var, String str5, String str6, String str7, int i) { this.a = str; this.b = str2; - this.f1437c = str3; + this.f1363c = str3; this.d = str4; this.e = w0Var; this.f = str5; diff --git a/app/src/main/java/c/i/c/m/d/s/i/a.java b/app/src/main/java/c/i/c/m/d/s/i/a.java index ce53affe70..31b8950f44 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/a.java +++ b/app/src/main/java/c/i/c/m/d/s/i/a.java @@ -23,7 +23,7 @@ public abstract class a extends c.i.c.m.d.k.a { b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.b("org_id", aVar.a); - b.b("app[identifier]", aVar.f1434c); + b.b("app[identifier]", aVar.f1360c); b.b("app[name]", aVar.g); b.b("app[display_version]", aVar.d); b.b("app[build_version]", aVar.e); @@ -41,7 +41,7 @@ public abstract class a extends c.i.c.m.d.k.a { c a = b.a(); int i = a.a; String str = ShareTarget.METHOD_POST.equalsIgnoreCase(c.c.a.y.b.n(b.b)) ? "Create" : "Update"; - bVar.b(str + " app request ID: " + a.f1427c.c("X-REQUEST-ID")); + bVar.b(str + " app request ID: " + a.f1353c.c("X-REQUEST-ID")); StringBuilder sb = new StringBuilder(); sb.append("Result was "); sb.append(i); diff --git a/app/src/main/java/c/i/c/m/d/s/i/c.java b/app/src/main/java/c/i/c/m/d/s/i/c.java index 67a1d7d616..352cadf67e 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/c.java +++ b/app/src/main/java/c/i/c/m/d/s/i/c.java @@ -26,7 +26,7 @@ public class c extends a implements d { e(aVar, "X-CRASHLYTICS-API-CLIENT-VERSION", "17.3.0"); e(aVar, "Accept", RestAPIBuilder.CONTENT_TYPE_JSON); e(aVar, "X-CRASHLYTICS-DEVICE-MODEL", gVar.b); - e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1437c); + e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1363c); e(aVar, "X-CRASHLYTICS-OS-DISPLAY-VERSION", gVar.d); e(aVar, "X-CRASHLYTICS-INSTALLATION-ID", ((v0) gVar.e).b()); return aVar; diff --git a/app/src/main/java/c/i/c/m/d/t/e.java b/app/src/main/java/c/i/c/m/d/t/e.java index a7e2687c87..19edc815cf 100644 --- a/app/src/main/java/c/i/c/m/d/t/e.java +++ b/app/src/main/java/c/i/c/m/d/t/e.java @@ -5,13 +5,13 @@ public class e { public final String b; /* renamed from: c reason: collision with root package name */ - public final StackTraceElement[] f1438c; + public final StackTraceElement[] f1364c; public final e d; public e(Throwable th, d dVar) { this.a = th.getLocalizedMessage(); this.b = th.getClass().getName(); - this.f1438c = dVar.a(th.getStackTrace()); + this.f1364c = dVar.a(th.getStackTrace()); Throwable cause = th.getCause(); this.d = cause != null ? new e(cause, dVar) : null; } diff --git a/app/src/main/java/c/i/c/m/d/u/a.java b/app/src/main/java/c/i/c/m/d/u/a.java index 9dafe4cad4..c4fd6d1879 100644 --- a/app/src/main/java/c/i/c/m/d/u/a.java +++ b/app/src/main/java/c/i/c/m/d/u/a.java @@ -9,7 +9,7 @@ public class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public String f1439c; + public String f1365c; public a(Context context) { this.a = context; @@ -26,10 +26,10 @@ public class a { } else { str = null; } - this.f1439c = str; + this.f1365c = str; this.b = true; } - String str2 = this.f1439c; + String str2 = this.f1365c; if (str2 != null) { return str2; } diff --git a/app/src/main/java/c/i/c/m/e/a.java b/app/src/main/java/c/i/c/m/e/a.java index dd9c1021ec..82aff70b2d 100644 --- a/app/src/main/java/c/i/c/m/e/a.java +++ b/app/src/main/java/c/i/c/m/e/a.java @@ -19,12 +19,12 @@ public class a implements e { public final Context b; /* renamed from: c reason: collision with root package name */ - public final d f1440c; + public final d f1366c; public final f d; public a(Context context, d dVar, f fVar) { this.b = context; - this.f1440c = dVar; + this.f1366c = dVar; this.d = fVar; } @@ -58,7 +58,7 @@ public class a implements e { if (a2 != null && a2.exists() && file.exists()) { bVar2.a = b(file, ".dmp"); bVar2.b = b(a2, ".device_info"); - bVar2.f1442c = new File(a2, "session.json"); + bVar2.f1368c = new File(a2, "session.json"); bVar2.d = new File(a2, "app.json"); bVar2.e = new File(a2, "device.json"); bVar2.f = new File(a2, "os.json"); diff --git a/app/src/main/java/c/i/c/m/e/c.java b/app/src/main/java/c/i/c/m/e/c.java index 1f874b8ab8..c111b6c48f 100644 --- a/app/src/main/java/c/i/c/m/e/c.java +++ b/app/src/main/java/c/i/c/m/e/c.java @@ -106,7 +106,7 @@ public class c implements a { boolean z2 = false; if (a != null) { try { - z2 = ((JniNativeApi) aVar.f1440c).a(a.getCanonicalPath(), aVar.b.getAssets()); + z2 = ((JniNativeApi) aVar.f1366c).a(a.getCanonicalPath(), aVar.b.getAssets()); } catch (IOException e) { if (b.a.a(6)) { Log.e("FirebaseCrashlytics", "Error initializing CrashlyticsNdk", e); diff --git a/app/src/main/java/c/i/c/m/e/g.java b/app/src/main/java/c/i/c/m/e/g.java index 2da9ae51e6..eaf21f094c 100644 --- a/app/src/main/java/c/i/c/m/e/g.java +++ b/app/src/main/java/c/i/c/m/e/g.java @@ -7,7 +7,7 @@ public final class g { public final File b; /* renamed from: c reason: collision with root package name */ - public final File f1441c; + public final File f1367c; public final File d; public final File e; public final File f; @@ -18,7 +18,7 @@ public final class g { public File b; /* renamed from: c reason: collision with root package name */ - public File f1442c; + public File f1368c; public File d; public File e; public File f; @@ -27,7 +27,7 @@ public final class g { public g(b bVar, a aVar) { this.a = bVar.a; this.b = bVar.b; - this.f1441c = bVar.f1442c; + this.f1367c = bVar.f1368c; this.d = bVar.d; this.e = bVar.e; this.f = bVar.f; diff --git a/app/src/main/java/c/i/c/m/e/h.java b/app/src/main/java/c/i/c/m/e/h.java index 9bd62097cd..d13db23a0d 100644 --- a/app/src/main/java/c/i/c/m/e/h.java +++ b/app/src/main/java/c/i/c/m/e/h.java @@ -32,7 +32,7 @@ public class h implements d { @Override // c.i.c.m.d.d public File e() { - return this.a.f1441c; + return this.a.f1367c; } @Override // c.i.c.m.d.d diff --git a/app/src/main/java/c/i/c/o/b/i.java b/app/src/main/java/c/i/c/o/b/i.java index 71bec7df35..7fbf85aef7 100644 --- a/app/src/main/java/c/i/c/o/b/i.java +++ b/app/src/main/java/c/i/c/o/b/i.java @@ -10,12 +10,12 @@ import com.google.firebase.dynamiclinks.PendingDynamicLinkData; public final class i extends p { /* renamed from: c reason: collision with root package name */ - public final String f1443c; + public final String f1369c; @Nullable public final a d; public i(a aVar, String str) { - this.f1443c = str; + this.f1369c = str; this.d = aVar; } @@ -24,7 +24,7 @@ public final class i extends p { public final /* synthetic */ void c(d dVar, TaskCompletionSource taskCompletionSource) throws RemoteException { d dVar2 = dVar; try { - dVar2.w().b0(new g(this.d, taskCompletionSource), this.f1443c); + dVar2.w().b0(new g(this.d, taskCompletionSource), this.f1369c); } catch (RemoteException unused) { } } diff --git a/app/src/main/java/c/i/c/p/h/d.java b/app/src/main/java/c/i/c/p/h/d.java index 5fa06ccfd7..983305af97 100644 --- a/app/src/main/java/c/i/c/p/h/d.java +++ b/app/src/main/java/c/i/c/p/h/d.java @@ -24,7 +24,7 @@ public class d implements a { public void b(@NonNull Object obj, @NonNull Writer writer) throws IOException { e eVar = this.a; - f fVar = new f(writer, eVar.b, eVar.f1444c, eVar.d, eVar.e); + f fVar = new f(writer, eVar.b, eVar.f1370c, eVar.d, eVar.e); fVar.g(obj, false); fVar.i(); fVar.b.flush(); diff --git a/app/src/main/java/c/i/c/p/h/e.java b/app/src/main/java/c/i/c/p/h/e.java index 3bfa2cdff3..08c299a031 100644 --- a/app/src/main/java/c/i/c/p/h/e.java +++ b/app/src/main/java/c/i/c/p/h/e.java @@ -18,7 +18,7 @@ public final class e implements b { public final Map, c> b; /* renamed from: c reason: collision with root package name */ - public final Map, c.i.c.p.e> f1444c; + public final Map, c.i.c.p.e> f1370c; public c d = a.a; public boolean e = false; @@ -46,7 +46,7 @@ public final class e implements b { HashMap hashMap = new HashMap(); this.b = hashMap; HashMap hashMap2 = new HashMap(); - this.f1444c = hashMap2; + this.f1370c = hashMap2; hashMap2.put(String.class, b.a); hashMap.remove(String.class); hashMap2.put(Boolean.class, c.a); diff --git a/app/src/main/java/c/i/c/p/h/f.java b/app/src/main/java/c/i/c/p/h/f.java index eab7fb6310..734a763e53 100644 --- a/app/src/main/java/c/i/c/p/h/f.java +++ b/app/src/main/java/c/i/c/p/h/f.java @@ -19,14 +19,14 @@ public final class f implements d, c.i.c.p.f { public final JsonWriter b; /* renamed from: c reason: collision with root package name */ - public final Map, c> f1445c; + public final Map, c> f1371c; public final Map, e> d; public final c e; public final boolean f; public f(@NonNull Writer writer, @NonNull Map, c> map, @NonNull Map, e> map2, c cVar, boolean z2) { this.b = new JsonWriter(writer); - this.f1445c = map; + this.f1371c = map; this.d = map2; this.e = cVar; this.f = z2; @@ -163,7 +163,7 @@ public final class f implements d, c.i.c.p.f { this.b.endObject(); return this; } else { - c cVar = this.f1445c.get(obj.getClass()); + c cVar = this.f1371c.get(obj.getClass()); if (cVar != null) { if (!z2) { this.b.beginObject(); diff --git a/app/src/main/java/c/i/c/s/f.java b/app/src/main/java/c/i/c/s/f.java index 9371cd8aa1..bd163d8459 100644 --- a/app/src/main/java/c/i/c/s/f.java +++ b/app/src/main/java/c/i/c/s/f.java @@ -22,16 +22,16 @@ public class f { public static d0 b; /* renamed from: c reason: collision with root package name */ - public final Context f1446c; + public final Context f1372c; public final Executor d; public f(Context context) { - this.f1446c = context; + this.f1372c = context; this.d = a.i; } public f(Context context, ExecutorService executorService) { - this.f1446c = context; + this.f1372c = context; this.d = executorService; } @@ -75,7 +75,7 @@ public class f { intent.putExtra("rawData", Base64.decode(stringExtra, 0)); intent.removeExtra("gcm.rawData64"); } - Context context = this.f1446c; + Context context = this.f1372c; boolean z3 = c.R() && context.getApplicationInfo().targetSdkVersion >= 26; if ((intent.getFlags() & 268435456) != 0) { z2 = true; diff --git a/app/src/main/java/c/i/c/s/i.java b/app/src/main/java/c/i/c/s/i.java index 2fb4cf5e42..ea21454856 100644 --- a/app/src/main/java/c/i/c/s/i.java +++ b/app/src/main/java/c/i/c/s/i.java @@ -9,16 +9,16 @@ public final /* synthetic */ class i implements a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1447c; + public final String f1373c; public i(FirebaseInstanceId firebaseInstanceId, String str, String str2) { this.a = firebaseInstanceId; this.b = str; - this.f1447c = str2; + this.f1373c = str2; } @Override // c.i.a.f.n.a public final Object a(Task task) { - return this.a.m(this.b, this.f1447c); + return this.a.m(this.b, this.f1373c); } } diff --git a/app/src/main/java/c/i/c/s/l.java b/app/src/main/java/c/i/c/s/l.java index a0762980bd..ce9354e3b9 100644 --- a/app/src/main/java/c/i/c/s/l.java +++ b/app/src/main/java/c/i/c/s/l.java @@ -12,13 +12,13 @@ public final /* synthetic */ class l implements f { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1448c; + public final String f1374c; public final String d; public l(FirebaseInstanceId firebaseInstanceId, String str, String str2, String str3) { this.a = firebaseInstanceId; this.b = str; - this.f1448c = str2; + this.f1374c = str2; this.d = str3; } @@ -26,7 +26,7 @@ public final /* synthetic */ class l implements f { public final Task a(Object obj) { FirebaseInstanceId firebaseInstanceId = this.a; String str = this.b; - String str2 = this.f1448c; + String str2 = this.f1374c; String str3 = this.d; String str4 = (String) obj; w wVar = FirebaseInstanceId.b; diff --git a/app/src/main/java/c/i/c/s/n.java b/app/src/main/java/c/i/c/s/n.java index 972c5d34b4..6b03fd52c7 100644 --- a/app/src/main/java/c/i/c/s/n.java +++ b/app/src/main/java/c/i/c/s/n.java @@ -32,7 +32,7 @@ public class n { public final q b; /* renamed from: c reason: collision with root package name */ - public final b f1449c; + public final b f1375c; public final a d; public final a e; public final g f; @@ -42,7 +42,7 @@ public class n { b bVar = new b(cVar.d); this.a = cVar; this.b = qVar; - this.f1449c = bVar; + this.f1375c = bVar; this.d = aVar; this.e = aVar2; this.f = gVar; @@ -81,10 +81,10 @@ public class n { bundle.putString("app_ver", this.b.a()); q qVar2 = this.b; synchronized (qVar2) { - if (qVar2.f1450c == null) { + if (qVar2.f1376c == null) { qVar2.e(); } - str4 = qVar2.f1450c; + str4 = qVar2.f1376c; } bundle.putString("app_ver_name", str4); c cVar2 = this.a; @@ -113,7 +113,7 @@ public class n { bundle.putString("Firebase-Client-Log-Type", Integer.toString(a.f())); bundle.putString("Firebase-Client", hVar.getUserAgent()); } - b bVar = this.f1449c; + b bVar = this.f1375c; r rVar = bVar.e; synchronized (rVar) { if (rVar.b == 0 && (b = rVar.b("com.google.android.gms")) != null) { diff --git a/app/src/main/java/c/i/c/s/q.java b/app/src/main/java/c/i/c/s/q.java index a95ac442a3..d1d9cbab33 100644 --- a/app/src/main/java/c/i/c/s/q.java +++ b/app/src/main/java/c/i/c/s/q.java @@ -15,7 +15,7 @@ public class q { public String b; /* renamed from: c reason: collision with root package name */ - public String f1450c; + public String f1376c; public int d; public int e = 0; @@ -106,7 +106,7 @@ public class q { PackageInfo c2 = c(this.a.getPackageName()); if (c2 != null) { this.b = Integer.toString(c2.versionCode); - this.f1450c = c2.versionName; + this.f1376c = c2.versionName; } } } diff --git a/app/src/main/java/c/i/c/s/v.java b/app/src/main/java/c/i/c/s/v.java index b62cde03aa..354fb8b474 100644 --- a/app/src/main/java/c/i/c/s/v.java +++ b/app/src/main/java/c/i/c/s/v.java @@ -13,7 +13,7 @@ public class v { public String b = null; /* renamed from: c reason: collision with root package name */ - public Boolean f1451c = null; + public Boolean f1377c = null; public Boolean d = null; public final Queue e = new ArrayDeque(); @@ -32,19 +32,19 @@ public class v { if (this.d == null) { this.d = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE") == 0); } - if (!this.f1451c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1377c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Missing Permission: android.permission.ACCESS_NETWORK_STATE this should normally be included by the manifest merger, but may needed to be manually added to your manifest"); } return this.d.booleanValue(); } public boolean c(Context context) { - if (this.f1451c == null) { - this.f1451c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); + if (this.f1377c == null) { + this.f1377c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); } - if (!this.f1451c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1377c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Missing Permission: android.permission.WAKE_LOCK this should normally be included by the manifest merger, but may needed to be manually added to your manifest"); } - return this.f1451c.booleanValue(); + return this.f1377c.booleanValue(); } } diff --git a/app/src/main/java/c/i/c/s/w.java b/app/src/main/java/c/i/c/s/w.java index e3a57ca52d..15af684dae 100644 --- a/app/src/main/java/c/i/c/s/w.java +++ b/app/src/main/java/c/i/c/s/w.java @@ -22,7 +22,7 @@ public class w { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public final Map f1452c = new ArrayMap(); + public final Map f1378c = new ArrayMap(); /* compiled from: com.google.firebase:firebase-iid@@21.0.0 */ public static class a { @@ -30,12 +30,12 @@ public class w { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final String f1453c; + public final String f1379c; public final String d; public final long e; public a(String str, String str2, long j) { - this.f1453c = str; + this.f1379c = str; this.d = str2; this.e = j; } @@ -113,7 +113,7 @@ public class w { } public synchronized void c() { - this.f1452c.clear(); + this.f1378c.clear(); this.a.edit().clear().commit(); } diff --git a/app/src/main/java/c/i/c/s/x.java b/app/src/main/java/c/i/c/s/x.java index 9d2e542a33..3ea3caa75e 100644 --- a/app/src/main/java/c/i/c/s/x.java +++ b/app/src/main/java/c/i/c/s/x.java @@ -102,7 +102,7 @@ public class x implements Runnable { if (Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Token successfully retrieved"); } - if (j == null || !b.equals(j.f1453c)) { + if (j == null || !b.equals(j.f1379c)) { b(b); } return true; diff --git a/app/src/main/java/c/i/c/s/y.java b/app/src/main/java/c/i/c/s/y.java index 7bdbd1057e..b43b1c1f88 100644 --- a/app/src/main/java/c/i/c/s/y.java +++ b/app/src/main/java/c/i/c/s/y.java @@ -12,14 +12,14 @@ public final class y { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public static a f1454c; + public static a f1380c; public static ComponentName a(@NonNull Context context, @NonNull Intent intent) { synchronized (b) { - if (f1454c == null) { + if (f1380c == null) { a aVar = new a(context, 1, "wake:com.google.firebase.iid.WakeLockHolder"); - f1454c = aVar; - aVar.f1299c.setReferenceCounted(true); + f1380c = aVar; + aVar.f1228c.setReferenceCounted(true); aVar.h = true; } boolean booleanExtra = intent.getBooleanExtra("com.google.firebase.iid.WakeLockHolder.wakefulintent", false); @@ -29,7 +29,7 @@ public final class y { return null; } if (!booleanExtra) { - f1454c.a(a); + f1380c.a(a); } return startService; } diff --git a/app/src/main/java/c/i/c/u/a.java b/app/src/main/java/c/i/c/u/a.java index 94e959ce72..d70da78826 100644 --- a/app/src/main/java/c/i/c/u/a.java +++ b/app/src/main/java/c/i/c/u/a.java @@ -7,12 +7,12 @@ public final class a extends k { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1455c; + public final long f1381c; public a(String str, long j, long j2, C0146a aVar) { this.a = str; this.b = j; - this.f1455c = j2; + this.f1381c = j2; } @Override // c.i.c.u.k @@ -24,7 +24,7 @@ public final class a extends k { @Override // c.i.c.u.k @NonNull public long b() { - return this.f1455c; + return this.f1381c; } @Override // c.i.c.u.k @@ -41,12 +41,12 @@ public final class a extends k { return false; } k kVar = (k) obj; - return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1455c == kVar.b(); + return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1381c == kVar.b(); } public int hashCode() { long j = this.b; - long j2 = this.f1455c; + long j2 = this.f1381c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } @@ -56,6 +56,6 @@ public final class a extends k { O.append(", tokenExpirationTimestamp="); O.append(this.b); O.append(", tokenCreationTimestamp="); - return c.d.b.a.a.A(O, this.f1455c, "}"); + return c.d.b.a.a.A(O, this.f1381c, "}"); } } diff --git a/app/src/main/java/c/i/c/u/e.java b/app/src/main/java/c/i/c/u/e.java index 7df4149498..576cb7916a 100644 --- a/app/src/main/java/c/i/c/u/e.java +++ b/app/src/main/java/c/i/c/u/e.java @@ -28,7 +28,7 @@ public final /* synthetic */ class e implements Runnable { Objects.requireNonNull(fVar); Object obj2 = f.a; synchronized (obj2) { - c cVar = fVar.f1456c; + c cVar = fVar.f1382c; cVar.a(); b a = b.a(cVar.d, "generatefid.lock"); try { @@ -45,7 +45,7 @@ public final /* synthetic */ class e implements Runnable { if (z2 || fVar.f.d(b)) { dVar = fVar.c(b); synchronized (obj2) { - c.i.c.c cVar2 = fVar.f1456c; + c.i.c.c cVar2 = fVar.f1382c; cVar2.a(); b a2 = b.a(cVar2.d, "generatefid.lock"); try { diff --git a/app/src/main/java/c/i/c/u/f.java b/app/src/main/java/c/i/c/u/f.java index 832f9decd9..311af68ef2 100644 --- a/app/src/main/java/c/i/c/u/f.java +++ b/app/src/main/java/c/i/c/u/f.java @@ -41,7 +41,7 @@ public class f implements g { public static final ThreadFactory b = new a(); /* renamed from: c reason: collision with root package name */ - public final c f1456c; + public final c f1382c; public final c.i.c.u.p.c d; public final c.i.c.u.o.c e; public final n f; @@ -76,7 +76,7 @@ public class f implements g { n c2 = n.c(); b bVar = new b(cVar); l lVar = new l(); - this.f1456c = cVar; + this.f1382c = cVar; this.d = cVar2; this.e = cVar3; this.f = c2; @@ -111,7 +111,7 @@ public class f implements g { public final void b(boolean z2) { c.i.c.u.o.d b2; synchronized (a) { - c cVar = this.f1456c; + c cVar = this.f1382c; cVar.a(); b a2 = b.a(cVar.d, "generatefid.lock"); try { @@ -133,7 +133,7 @@ public class f implements g { } if (z2) { a.b bVar2 = (a.b) b2.k(); - bVar2.f1459c = null; + bVar2.f1385c = null; b2 = bVar2.a(); } l(b2); @@ -171,7 +171,7 @@ public class f implements g { } else if (responseCode < 500 || responseCode >= 600) { Log.e("Firebase-Installations", "Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase."); b.C0149b bVar = (b.C0149b) c.i.c.u.p.f.a(); - bVar.f1463c = f.b.BAD_CONFIG; + bVar.f1389c = f.b.BAD_CONFIG; f = bVar.a(); } else { c2.disconnect(); @@ -179,18 +179,18 @@ public class f implements g { } } b.C0149b bVar2 = (b.C0149b) c.i.c.u.p.f.a(); - bVar2.f1463c = f.b.AUTH_ERROR; + bVar2.f1389c = f.b.AUTH_ERROR; f = bVar2.a(); } c2.disconnect(); c.i.c.u.p.b bVar3 = (c.i.c.u.p.b) f; - int ordinal = bVar3.f1462c.ordinal(); + int ordinal = bVar3.f1388c.ordinal(); if (ordinal == 0) { String str3 = bVar3.a; long j = bVar3.b; long b2 = this.f.b(); a.b bVar4 = (a.b) dVar.k(); - bVar4.f1459c = str3; + bVar4.f1385c = str3; bVar4.e = Long.valueOf(j); bVar4.f = Long.valueOf(b2); return bVar4.a(); @@ -222,21 +222,21 @@ public class f implements g { @Nullable public String d() { - c.i.c.c cVar = this.f1456c; + c.i.c.c cVar = this.f1382c; cVar.a(); return cVar.f.a; } @VisibleForTesting public String e() { - c.i.c.c cVar = this.f1456c; + c.i.c.c cVar = this.f1382c; cVar.a(); return cVar.f.b; } @Nullable public String g() { - c.i.c.c cVar = this.f1456c; + c.i.c.c cVar = this.f1382c; cVar.a(); return cVar.f.g; } @@ -274,10 +274,10 @@ public class f implements g { public final String i(c.i.c.u.o.d dVar) { String string; - c.i.c.c cVar = this.f1456c; + c.i.c.c cVar = this.f1382c; cVar.a(); - if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1456c.h()) { - if (((c.i.c.u.o.a) dVar).f1458c == c.a.ATTEMPT_MIGRATION) { + if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1382c.h()) { + if (((c.i.c.u.o.a) dVar).f1384c == c.a.ATTEMPT_MIGRATION) { c.i.c.u.o.b bVar = this.g; synchronized (bVar.b) { synchronized (bVar.b) { @@ -311,7 +311,7 @@ public class f implements g { break; } String str3 = strArr[i]; - String str4 = bVar.f1460c; + String str4 = bVar.f1386c; String string = bVar.b.getString("|T|" + str4 + "|" + str3, null); if (string == null || string.isEmpty()) { i++; @@ -367,14 +367,14 @@ public class f implements g { int ordinal = aVar4.e.ordinal(); if (ordinal == 0) { String str6 = aVar4.b; - String str7 = aVar4.f1461c; + String str7 = aVar4.f1387c; long b2 = this.f.b(); String c3 = aVar4.d.c(); long d2 = aVar4.d.d(); a.b bVar2 = (a.b) dVar.k(); bVar2.a = str6; bVar2.b(c.a.REGISTERED); - bVar2.f1459c = c3; + bVar2.f1385c = c3; bVar2.d = str7; bVar2.e = Long.valueOf(d2); bVar2.f = Long.valueOf(b2); diff --git a/app/src/main/java/c/i/c/u/n.java b/app/src/main/java/c/i/c/u/n.java index 82de075961..4bb41cdb56 100644 --- a/app/src/main/java/c/i/c/u/n.java +++ b/app/src/main/java/c/i/c/u/n.java @@ -13,7 +13,7 @@ public final class n { public static final Pattern b = Pattern.compile("\\AA[\\w-]{38}\\z"); /* renamed from: c reason: collision with root package name */ - public static n f1457c; + public static n f1383c; public final a d; public n(a aVar) { @@ -25,10 +25,10 @@ public final class n { a.a = new a(); } a aVar = a.a; - if (f1457c == null) { - f1457c = new n(aVar); + if (f1383c == null) { + f1383c = new n(aVar); } - return f1457c; + return f1383c; } public long a() { diff --git a/app/src/main/java/c/i/c/u/o/a.java b/app/src/main/java/c/i/c/u/o/a.java index 9ce17aaf71..b2dc6b086e 100644 --- a/app/src/main/java/c/i/c/u/o/a.java +++ b/app/src/main/java/c/i/c/u/o/a.java @@ -10,7 +10,7 @@ public final class a extends d { public final String b; /* renamed from: c reason: collision with root package name */ - public final c.a f1458c; + public final c.a f1384c; public final String d; public final String e; public final long f; @@ -23,7 +23,7 @@ public final class a extends d { public c.a b; /* renamed from: c reason: collision with root package name */ - public String f1459c; + public String f1385c; public String d; public Long e; public Long f; @@ -35,8 +35,8 @@ public final class a extends d { public b(d dVar, C0147a aVar) { a aVar2 = (a) dVar; this.a = aVar2.b; - this.b = aVar2.f1458c; - this.f1459c = aVar2.d; + this.b = aVar2.f1384c; + this.f1385c = aVar2.d; this.d = aVar2.e; this.e = Long.valueOf(aVar2.f); this.f = Long.valueOf(aVar2.g); @@ -53,7 +53,7 @@ public final class a extends d { str = c.d.b.a.a.u(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f1459c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); + return new a(this.a, this.b, this.f1385c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -78,7 +78,7 @@ public final class a extends d { public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0147a aVar2) { this.b = str; - this.f1458c = aVar; + this.f1384c = aVar; this.d = str2; this.e = str3; this.f = j; @@ -127,7 +127,7 @@ public final class a extends d { d dVar = (d) obj; String str3 = this.b; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { - if (this.f1458c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { + if (this.f1384c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { String str4 = this.h; if (str4 == null) { if (dVar.d() == null) { @@ -144,7 +144,7 @@ public final class a extends d { @Override // c.i.c.u.o.d @NonNull public c.a f() { - return this.f1458c; + return this.f1384c; } @Override // c.i.c.u.o.d @@ -155,7 +155,7 @@ public final class a extends d { public int hashCode() { String str = this.b; int i = 0; - int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1458c.hashCode()) * 1000003; + int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1384c.hashCode()) * 1000003; String str2 = this.d; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.e; @@ -179,7 +179,7 @@ public final class a extends d { StringBuilder O = c.d.b.a.a.O("PersistedInstallationEntry{firebaseInstallationId="); O.append(this.b); O.append(", registrationStatus="); - O.append(this.f1458c); + O.append(this.f1384c); O.append(", authToken="); O.append(this.d); O.append(", refreshToken="); diff --git a/app/src/main/java/c/i/c/u/o/b.java b/app/src/main/java/c/i/c/u/o/b.java index 7a4059f7ff..44189462c7 100644 --- a/app/src/main/java/c/i/c/u/o/b.java +++ b/app/src/main/java/c/i/c/u/o/b.java @@ -20,7 +20,7 @@ public class b { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final String f1460c; + public final String f1386c; /* JADX WARNING: Code restructure failed: missing block: B:9:0x0046, code lost: if (r0.isEmpty() != false) goto L_0x0048; @@ -41,7 +41,7 @@ public class b { str = null; } } - this.f1460c = str; + this.f1386c = str; } @Nullable diff --git a/app/src/main/java/c/i/c/u/o/c.java b/app/src/main/java/c/i/c/u/o/c.java index 933a3110e8..5ccc38d327 100644 --- a/app/src/main/java/c/i/c/u/o/c.java +++ b/app/src/main/java/c/i/c/u/o/c.java @@ -96,7 +96,7 @@ public class c { bVar.c(0); bVar.a = optString; bVar.b(a.values()[optInt]); - bVar.f1459c = optString2; + bVar.f1385c = optString2; bVar.d = optString3; bVar.d(optLong); bVar.c(optLong2); diff --git a/app/src/main/java/c/i/c/u/o/d.java b/app/src/main/java/c/i/c/u/o/d.java index 51db305667..937b451554 100644 --- a/app/src/main/java/c/i/c/u/o/d.java +++ b/app/src/main/java/c/i/c/u/o/d.java @@ -57,7 +57,7 @@ public abstract class d { } public boolean i() { - c.a aVar = ((a) this).f1458c; + c.a aVar = ((a) this).f1384c; return aVar == c.a.NOT_GENERATED || aVar == c.a.ATTEMPT_MIGRATION; } diff --git a/app/src/main/java/c/i/c/u/p/a.java b/app/src/main/java/c/i/c/u/p/a.java index 6bf4d07ec6..075372114e 100644 --- a/app/src/main/java/c/i/c/u/p/a.java +++ b/app/src/main/java/c/i/c/u/p/a.java @@ -8,14 +8,14 @@ public final class a extends d { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1461c; + public final String f1387c; public final f d; public final d.a e; public a(String str, String str2, String str3, f fVar, d.a aVar, C0148a aVar2) { this.a = str; this.b = str2; - this.f1461c = str3; + this.f1387c = str3; this.d = fVar; this.e = aVar; } @@ -35,7 +35,7 @@ public final class a extends d { @Override // c.i.c.u.p.d @Nullable public String c() { - return this.f1461c; + return this.f1387c; } @Override // c.i.c.u.p.d @@ -62,7 +62,7 @@ public final class a extends d { if (str != null ? str.equals(dVar.e()) : dVar.e() == null) { String str2 = this.b; if (str2 != null ? str2.equals(dVar.b()) : dVar.b() == null) { - String str3 = this.f1461c; + String str3 = this.f1387c; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { f fVar = this.d; if (fVar != null ? fVar.equals(dVar.a()) : dVar.a() == null) { @@ -87,7 +87,7 @@ public final class a extends d { int hashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003; String str2 = this.b; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; - String str3 = this.f1461c; + String str3 = this.f1387c; int hashCode3 = (hashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; f fVar = this.d; int hashCode4 = (hashCode3 ^ (fVar == null ? 0 : fVar.hashCode())) * 1000003; @@ -104,7 +104,7 @@ public final class a extends d { O.append(", fid="); O.append(this.b); O.append(", refreshToken="); - O.append(this.f1461c); + O.append(this.f1387c); O.append(", authToken="); O.append(this.d); O.append(", responseCode="); diff --git a/app/src/main/java/c/i/c/u/p/b.java b/app/src/main/java/c/i/c/u/p/b.java index 2a196372c3..cb1e5b75d3 100644 --- a/app/src/main/java/c/i/c/u/p/b.java +++ b/app/src/main/java/c/i/c/u/p/b.java @@ -9,7 +9,7 @@ public final class b extends f { public final long b; /* renamed from: c reason: collision with root package name */ - public final f.b f1462c; + public final f.b f1388c; /* compiled from: AutoValue_TokenResult */ /* renamed from: c.i.c.u.p.b$b reason: collision with other inner class name */ @@ -18,13 +18,13 @@ public final class b extends f { public Long b; /* renamed from: c reason: collision with root package name */ - public f.b f1463c; + public f.b f1389c; @Override // c.i.c.u.p.f.a public f a() { String str = this.b == null ? " tokenExpirationTimestamp" : ""; if (str.isEmpty()) { - return new b(this.a, this.b.longValue(), this.f1463c, null); + return new b(this.a, this.b.longValue(), this.f1389c, null); } throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @@ -39,13 +39,13 @@ public final class b extends f { public b(String str, long j, f.b bVar, a aVar) { this.a = str; this.b = j; - this.f1462c = bVar; + this.f1388c = bVar; } @Override // c.i.c.u.p.f @Nullable public f.b b() { - return this.f1462c; + return this.f1388c; } @Override // c.i.c.u.p.f @@ -71,7 +71,7 @@ public final class b extends f { String str = this.a; if (str != null ? str.equals(fVar.c()) : fVar.c() == null) { if (this.b == fVar.d()) { - f.b bVar = this.f1462c; + f.b bVar = this.f1388c; if (bVar == null) { if (fVar.b() == null) { return true; @@ -90,7 +90,7 @@ public final class b extends f { int hashCode = str == null ? 0 : str.hashCode(); long j = this.b; int i2 = (((hashCode ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; - f.b bVar = this.f1462c; + f.b bVar = this.f1388c; if (bVar != null) { i = bVar.hashCode(); } @@ -103,7 +103,7 @@ public final class b extends f { O.append(", tokenExpirationTimestamp="); O.append(this.b); O.append(", responseCode="); - O.append(this.f1462c); + O.append(this.f1388c); O.append("}"); return O.toString(); } diff --git a/app/src/main/java/c/i/c/u/p/c.java b/app/src/main/java/c/i/c/u/p/c.java index 5bfebe1747..fac5e5aa80 100644 --- a/app/src/main/java/c/i/c/u/p/c.java +++ b/app/src/main/java/c/i/c/u/p/c.java @@ -42,13 +42,13 @@ public class c { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Context f1464c; + public final Context f1390c; public final a d; public final a e; public final e f = new e(); public c(@NonNull Context context, @NonNull a aVar, @NonNull a aVar2) { - this.f1464c = context; + this.f1390c = context; this.d = aVar; this.e = aVar2; } @@ -139,25 +139,25 @@ public class c { httpURLConnection.addRequestProperty("Accept", RestAPIBuilder.CONTENT_TYPE_JSON); httpURLConnection.addRequestProperty("Content-Encoding", "gzip"); httpURLConnection.addRequestProperty("Cache-Control", "no-cache"); - httpURLConnection.addRequestProperty("X-Android-Package", this.f1464c.getPackageName()); + httpURLConnection.addRequestProperty("X-Android-Package", this.f1390c.getPackageName()); if (!(this.e.get() == null || this.d.get() == null || (a3 = this.e.get().a("fire-installations-id")) == d.a.NONE)) { httpURLConnection.addRequestProperty("x-firebase-client", this.d.get().getUserAgent()); httpURLConnection.addRequestProperty("x-firebase-client-log-type", Integer.toString(a3.f())); } String str2 = null; try { - Context context = this.f1464c; + Context context = this.f1390c; PackageInfo packageInfo = b.a(context).a.getPackageManager().getPackageInfo(context.getPackageName(), 64); Signature[] signatureArr = packageInfo.signatures; byte[] digest = (signatureArr == null || signatureArr.length != 1 || (a2 = c.i.a.f.e.o.a.a("SHA1")) == null) ? null : a2.digest(packageInfo.signatures[0].toByteArray()); if (digest == null) { - Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1464c.getPackageName()); + Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1390c.getPackageName()); } else { str2 = e.a(digest, false); } } catch (PackageManager.NameNotFoundException e) { StringBuilder O = c.d.b.a.a.O("No such package: "); - O.append(this.f1464c.getPackageName()); + O.append(this.f1390c.getPackageName()); Log.e("ContentValues", O.toString(), e); } httpURLConnection.addRequestProperty("X-Android-Cert", str2); @@ -228,7 +228,7 @@ public class c { jsonReader.close(); inputStream.close(); b.C0149b bVar = (b.C0149b) a2; - bVar.f1463c = f.b.OK; + bVar.f1389c = f.b.OK; return bVar.a(); } diff --git a/app/src/main/java/c/i/c/u/p/e.java b/app/src/main/java/c/i/c/u/p/e.java index 9f5aa4500d..2911053b9c 100644 --- a/app/src/main/java/c/i/c/u/p/e.java +++ b/app/src/main/java/c/i/c/u/p/e.java @@ -10,14 +10,14 @@ public class e { public static final long b = TimeUnit.MINUTES.toMillis(30); /* renamed from: c reason: collision with root package name */ - public final n f1465c = n.c(); + public final n f1391c = n.c(); @GuardedBy("this") public long d; @GuardedBy("this") public int e; public synchronized boolean a() { - return this.e == 0 || this.f1465c.a() > this.d; + return this.e == 0 || this.f1391c.a() > this.d; } public synchronized void b(int i) { @@ -38,11 +38,11 @@ public class e { j = a; } else { double pow = Math.pow(2.0d, (double) this.e); - Objects.requireNonNull(this.f1465c); + Objects.requireNonNull(this.f1391c); j = (long) Math.min(pow + ((double) ((long) (Math.random() * 1000.0d))), (double) b); } - this.d = this.f1465c.a() + j; + this.d = this.f1391c.a() + j; } - this.d = this.f1465c.a() + j; + this.d = this.f1391c.a() + j; } } diff --git a/app/src/main/java/c/i/c/v/a.java b/app/src/main/java/c/i/c/v/a.java index c41d83bee6..d52d0998ee 100644 --- a/app/src/main/java/c/i/c/v/a.java +++ b/app/src/main/java/c/i/c/v/a.java @@ -14,7 +14,7 @@ public class a { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final c f1466c; + public final c f1392c; public boolean d; public a(Context context, String str, c cVar) { @@ -25,7 +25,7 @@ public class a { this.a = context; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.common.prefs:" + str, 0); this.b = sharedPreferences; - this.f1466c = cVar; + this.f1392c = cVar; boolean z3 = true; if (sharedPreferences.contains("firebase_data_collection_default_enabled")) { z2 = sharedPreferences.getBoolean("firebase_data_collection_default_enabled", true); diff --git a/app/src/main/java/c/i/c/w/c.java b/app/src/main/java/c/i/c/w/c.java index d587b93b76..cee84e4365 100644 --- a/app/src/main/java/c/i/c/w/c.java +++ b/app/src/main/java/c/i/c/w/c.java @@ -44,12 +44,12 @@ public class c { public final Context b; /* renamed from: c reason: collision with root package name */ - public final r f1467c; + public final r f1393c; public c(Context context, r rVar, Executor executor) { this.a = executor; this.b = context; - this.f1467c = rVar; + this.f1393c = rVar; } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x04cc: APUT (r9v4 int[]), (0 ??[int, short, byte, char]), (r8v21 int) */ @@ -126,7 +126,7 @@ public class c { String e7; int i2; ApplicationInfo applicationInfo; - if (this.f1467c.a("gcm.n.noui")) { + if (this.f1393c.a("gcm.n.noui")) { return true; } if (!((KeyguardManager) this.b.getSystemService("keyguard")).inKeyguardRestrictedInputMode()) { @@ -151,7 +151,7 @@ public class c { if (z2) { return false; } - String e8 = this.f1467c.e("gcm.n.image"); + String e8 = this.f1393c.e("gcm.n.image"); if (!TextUtils.isEmpty(e8)) { try { oVar = new o(new URL(e8)); @@ -163,7 +163,7 @@ public class c { oVar.j = c.i.a.f.e.o.c.g(this.a, new n(oVar)); } context = this.b; - rVar = this.f1467c; + rVar = this.f1393c; AtomicInteger atomicInteger = a.a; applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); if (applicationInfo != null) { @@ -1280,7 +1280,7 @@ public class c { if (oVar != null) { } context = this.b; - rVar = this.f1467c; + rVar = this.f1393c; AtomicInteger atomicInteger = a.a; try { applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); diff --git a/app/src/main/java/c/i/c/w/q.java b/app/src/main/java/c/i/c/w/q.java index 33ab7d4241..5833d81ecb 100644 --- a/app/src/main/java/c/i/c/w/q.java +++ b/app/src/main/java/c/i/c/w/q.java @@ -19,9 +19,9 @@ public class q { static { e eVar = new e(); eVar.b.put(m.b.class, new m.c()); - eVar.f1444c.remove(m.b.class); + eVar.f1370c.remove(m.b.class); eVar.b.put(m.class, new m.a()); - eVar.f1444c.remove(m.class); + eVar.f1370c.remove(m.class); a = new d(eVar); } diff --git a/app/src/main/java/c/i/c/w/t.java b/app/src/main/java/c/i/c/w/t.java index ff890fa426..b0da5f1882 100644 --- a/app/src/main/java/c/i/c/w/t.java +++ b/app/src/main/java/c/i/c/w/t.java @@ -20,7 +20,7 @@ public final /* synthetic */ class t implements Runnable { Iterator it = uVar.d.iterator(); while (it.hasNext()) { sb.append(it.next()); - sb.append(uVar.f1468c); + sb.append(uVar.f1394c); } edit.putString(str, sb.toString()).commit(); } diff --git a/app/src/main/java/c/i/c/w/u.java b/app/src/main/java/c/i/c/w/u.java index 204283059e..014c188a19 100644 --- a/app/src/main/java/c/i/c/w/u.java +++ b/app/src/main/java/c/i/c/w/u.java @@ -13,7 +13,7 @@ public final class u { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1468c; + public final String f1394c; @GuardedBy("internalQueue") public final ArrayDeque d = new ArrayDeque<>(); public final Executor e; @@ -21,7 +21,7 @@ public final class u { public u(SharedPreferences sharedPreferences, String str, String str2, Executor executor) { this.a = sharedPreferences; this.b = str; - this.f1468c = str2; + this.f1394c = str2; this.e = executor; } @@ -32,8 +32,8 @@ public final class u { uVar.d.clear(); String string = uVar.a.getString(uVar.b, ""); if (!TextUtils.isEmpty(string)) { - if (string.contains(uVar.f1468c)) { - String[] split = string.split(uVar.f1468c, -1); + if (string.contains(uVar.f1394c)) { + String[] split = string.split(uVar.f1394c, -1); if (split.length == 0) { Log.e("FirebaseMessaging", "Corrupted queue. Please check the queue contents and item separator provided"); } diff --git a/app/src/main/java/c/i/c/w/v.java b/app/src/main/java/c/i/c/w/v.java index f72ac9a4b9..d47e1672b4 100644 --- a/app/src/main/java/c/i/c/w/v.java +++ b/app/src/main/java/c/i/c/w/v.java @@ -11,7 +11,7 @@ public final class v { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1469c; + public final String f1395c; public final String d; public v(String str, String str2) { @@ -26,7 +26,7 @@ public final class v { throw new IllegalArgumentException(String.format("Invalid topic name: %s does not match the allowed format %s.", str3, "[a-zA-Z0-9-_.~%]{1,900}")); } this.b = str3; - this.f1469c = str; + this.f1395c = str; this.d = a.g(a.b(str2, a.b(str, 1)), str, "!", str2); } @@ -35,10 +35,10 @@ public final class v { return false; } v vVar = (v) obj; - return this.b.equals(vVar.b) && this.f1469c.equals(vVar.f1469c); + return this.b.equals(vVar.b) && this.f1395c.equals(vVar.f1395c); } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.f1469c, this.b}); + return Arrays.hashCode(new Object[]{this.f1395c, this.b}); } } diff --git a/app/src/main/java/c/i/c/w/w.java b/app/src/main/java/c/i/c/w/w.java index d0d4b9a374..2d16652389 100644 --- a/app/src/main/java/c/i/c/w/w.java +++ b/app/src/main/java/c/i/c/w/w.java @@ -14,7 +14,7 @@ public final class w { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public u f1470c; + public u f1396c; public final Executor d; public w(SharedPreferences sharedPreferences, Executor executor) { @@ -26,7 +26,7 @@ public final class w { public final synchronized v a() { String peek; v vVar; - u uVar = this.f1470c; + u uVar = this.f1396c; synchronized (uVar.d) { peek = uVar.d.peek(); } diff --git a/app/src/main/java/c/i/c/w/x.java b/app/src/main/java/c/i/c/w/x.java index e9b9edc05b..9c41e5f8b7 100644 --- a/app/src/main/java/c/i/c/w/x.java +++ b/app/src/main/java/c/i/c/w/x.java @@ -42,7 +42,7 @@ public final /* synthetic */ class x implements Callable { SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.android.gms.appid", 0); w wVar2 = new w(sharedPreferences, scheduledExecutorService); synchronized (wVar2) { - wVar2.f1470c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); + wVar2.f1396c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); } w.a = new WeakReference<>(wVar2); wVar = wVar2; diff --git a/app/src/main/java/c/i/c/w/y.java b/app/src/main/java/c/i/c/w/y.java index 938fbbbde4..e90255e308 100644 --- a/app/src/main/java/c/i/c/w/y.java +++ b/app/src/main/java/c/i/c/w/y.java @@ -30,7 +30,7 @@ public class y { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final FirebaseInstanceId f1471c; + public final FirebaseInstanceId f1397c; public final Context d; public final q e; public final n f; @@ -42,7 +42,7 @@ public class y { public final w j; public y(FirebaseInstanceId firebaseInstanceId, q qVar, w wVar, n nVar, Context context, @NonNull ScheduledExecutorService scheduledExecutorService) { - this.f1471c = firebaseInstanceId; + this.f1397c = firebaseInstanceId; this.e = qVar; this.j = wVar; this.f = nVar; @@ -77,7 +77,7 @@ public class y { @WorkerThread public final void b(String str) throws IOException { - o oVar = (o) a(this.f1471c.f()); + o oVar = (o) a(this.f1397c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -91,7 +91,7 @@ public class y { @WorkerThread public final void c(String str) throws IOException { - o oVar = (o) a(this.f1471c.f()); + o oVar = (o) a(this.f1397c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -124,7 +124,7 @@ public class y { } } try { - String str = a2.f1469c; + String str = a2.f1395c; char c2 = 65535; int hashCode = str.hashCode(); if (hashCode != 83) { @@ -184,7 +184,7 @@ public class y { } w wVar = this.j; synchronized (wVar) { - u uVar = wVar.f1470c; + u uVar = wVar.f1396c; String str4 = a2.d; synchronized (uVar.d) { if (uVar.d.remove(str4)) { diff --git a/app/src/main/java/c/i/d/e.java b/app/src/main/java/c/i/d/e.java index ac84e7a9e8..e351e05d51 100644 --- a/app/src/main/java/c/i/d/e.java +++ b/app/src/main/java/c/i/d/e.java @@ -22,7 +22,7 @@ public final class e { public n b = n.DEFAULT; /* renamed from: c reason: collision with root package name */ - public d f1472c = c.IDENTITY; + public d f1398c = c.IDENTITY; public final Map> d = new HashMap(); public final List e = new ArrayList(); public final List f = new ArrayList(); @@ -49,7 +49,7 @@ public final class e { arrayList.add(new TypeAdapters.AnonymousClass32(Timestamp.class, defaultDateTypeAdapter2)); arrayList.add(new TypeAdapters.AnonymousClass32(java.sql.Date.class, defaultDateTypeAdapter3)); } - return new Gson(this.a, this.f1472c, this.d, this.g, false, false, this.j, false, false, false, this.b, null, this.h, this.i, this.e, this.f, arrayList); + return new Gson(this.a, this.f1398c, this.d, this.g, false, false, this.j, false, false, false, this.b, null, this.h, this.i, this.e, this.f, arrayList); } public e b(Type type, Object obj) { diff --git a/app/src/main/java/c/i/d/q/f.java b/app/src/main/java/c/i/d/q/f.java index a2298d9a62..1ca8f71a09 100644 --- a/app/src/main/java/c/i/d/q/f.java +++ b/app/src/main/java/c/i/d/q/f.java @@ -12,12 +12,12 @@ public class f implements r { public final /* synthetic */ Class b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Type f1473c; + public final /* synthetic */ Type f1399c; public f(g gVar, Class cls, Type type) { w wVar; this.b = cls; - this.f1473c = type; + this.f1399c = type; try { Class cls2 = Class.forName("sun.misc.Unsafe"); Field declaredField = cls2.getDeclaredField("theUnsafe"); @@ -51,7 +51,7 @@ public class f implements r { return this.a.b(this.b); } catch (Exception e) { StringBuilder O = a.O("Unable to invoke no-args constructor for "); - O.append(this.f1473c); + O.append(this.f1399c); O.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); throw new RuntimeException(O.toString(), e); } diff --git a/app/src/main/java/c/i/d/q/x/a.java b/app/src/main/java/c/i/d/q/x/a.java index ac5970df51..c4bf9d4f55 100644 --- a/app/src/main/java/c/i/d/q/x/a.java +++ b/app/src/main/java/c/i/d/q/x/a.java @@ -17,10 +17,10 @@ import java.util.Map; public final class a extends JsonReader { /* renamed from: y reason: collision with root package name */ - public static final Reader f1474y = new C0152a(); + public static final Reader f1400y = new C0152a(); /* renamed from: z reason: collision with root package name */ - public static final Object f1475z = new Object(); + public static final Object f1401z = new Object(); public Object[] A = new Object[32]; public int B = 0; public String[] C = new String[32]; @@ -41,7 +41,7 @@ public final class a extends JsonReader { } public a(JsonElement jsonElement) { - super(f1474y); + super(f1400y); c0(jsonElement); } @@ -147,7 +147,7 @@ public final class a extends JsonReader { } else if (a02 instanceof j) { return JsonToken.NULL; } else { - if (a02 == f1475z) { + if (a02 == f1401z) { throw new IllegalStateException("JsonReader is closed"); } throw new AssertionError(); @@ -224,7 +224,7 @@ public final class a extends JsonReader { @Override // com.google.gson.stream.JsonReader, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - this.A = new Object[]{f1475z}; + this.A = new Object[]{f1401z}; this.B = 1; } diff --git a/app/src/main/java/c/i/d/q/x/b.java b/app/src/main/java/c/i/d/q/x/b.java index ce38dfbe36..7b3a14329e 100644 --- a/app/src/main/java/c/i/d/q/x/b.java +++ b/app/src/main/java/c/i/d/q/x/b.java @@ -15,12 +15,10 @@ public final class b extends JsonWriter { public static final Writer t = new a(); public static final k u = new k("closed"); public final List v = new ArrayList(); - - /* renamed from: w reason: collision with root package name */ - public String f1476w; + public String w; /* renamed from: x reason: collision with root package name */ - public JsonElement f1477x = j.a; + public JsonElement f1402x = j.a; /* compiled from: JsonTreeWriter */ public class a extends Writer { @@ -94,7 +92,7 @@ public final class b extends JsonWriter { public JsonElement M() { if (this.v.isEmpty()) { - return this.f1477x; + return this.f1402x; } StringBuilder O = c.d.b.a.a.O("Expected one JSON element but was "); O.append(this.v); @@ -107,13 +105,13 @@ public final class b extends JsonWriter { } public final void Q(JsonElement jsonElement) { - if (this.f1476w != null) { - if (!(jsonElement instanceof j) || this.s) { - ((JsonObject) N()).a.put(this.f1476w, jsonElement); + if (this.w != null) { + if (!(jsonElement instanceof j) || this.f2454s) { + ((JsonObject) N()).a.put(this.w, jsonElement); } - this.f1476w = null; + this.w = null; } else if (this.v.isEmpty()) { - this.f1477x = jsonElement; + this.f1402x = jsonElement; } else { JsonElement N = N(); if (N instanceof g) { @@ -151,7 +149,7 @@ public final class b extends JsonWriter { @Override // com.google.gson.stream.JsonWriter public JsonWriter e() throws IOException { - if (this.v.isEmpty() || this.f1476w != null) { + if (this.v.isEmpty() || this.w != null) { throw new IllegalStateException(); } else if (N() instanceof g) { List list = this.v; @@ -164,7 +162,7 @@ public final class b extends JsonWriter { @Override // com.google.gson.stream.JsonWriter public JsonWriter f() throws IOException { - if (this.v.isEmpty() || this.f1476w != null) { + if (this.v.isEmpty() || this.w != null) { throw new IllegalStateException(); } else if (N() instanceof JsonObject) { List list = this.v; @@ -181,10 +179,10 @@ public final class b extends JsonWriter { @Override // com.google.gson.stream.JsonWriter public JsonWriter p(String str) throws IOException { - if (this.v.isEmpty() || this.f1476w != null) { + if (this.v.isEmpty() || this.w != null) { throw new IllegalStateException(); } else if (N() instanceof JsonObject) { - this.f1476w = str; + this.w = str; return this; } else { throw new IllegalStateException(); diff --git a/app/src/main/java/c/i/d/q/y/c.java b/app/src/main/java/c/i/d/q/y/c.java index d363c2ccfa..cfede14d5c 100644 --- a/app/src/main/java/c/i/d/q/y/c.java +++ b/app/src/main/java/c/i/d/q/y/c.java @@ -8,7 +8,7 @@ public final class c extends b { public static Class b; /* renamed from: c reason: collision with root package name */ - public final Object f1478c; + public final Object f1403c; public final Field d; public c() { @@ -23,7 +23,7 @@ public final class c extends b { } catch (Exception unused) { obj = null; } - this.f1478c = obj; + this.f1403c = obj; try { field = AccessibleObject.class.getDeclaredField("override"); } catch (NoSuchFieldException unused2) { @@ -34,9 +34,9 @@ public final class c extends b { @Override // c.i.d.q.y.b public void a(AccessibleObject accessibleObject) { boolean z2 = false; - if (!(this.f1478c == null || this.d == null)) { + if (!(this.f1403c == null || this.d == null)) { try { - b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1478c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1478c, this.d)).longValue()), Boolean.TRUE); + b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1403c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1403c, this.d)).longValue()), Boolean.TRUE); z2 = true; } catch (Exception unused) { } diff --git a/app/src/main/java/c/i/e/c.java b/app/src/main/java/c/i/e/c.java index 57455ed270..a48435ca0d 100644 --- a/app/src/main/java/c/i/e/c.java +++ b/app/src/main/java/c/i/e/c.java @@ -29,7 +29,7 @@ public final class c { hVar.b(i2); int[] iArr = hVar.d; for (int i4 = 1; i4 < 5; i4++) { - byte[] b = fVar.b((i3 * i4) / 5, hVar.f1498c); + byte[] b = fVar.b((i3 * i4) / 5, hVar.f1421c); int i5 = (i2 << 2) / 5; for (int i6 = i2 / 5; i6 < i5; i6++) { int i7 = (b[i6] & 255) >> 3; @@ -224,7 +224,7 @@ public final class c { } } hVar.b(i3); - byte[] b = fVar.b(i, hVar.f1498c); + byte[] b = fVar.b(i, hVar.f1421c); int[] iArr = hVar.d; int i5 = 0; while (true) { diff --git a/app/src/main/java/c/i/e/e.java b/app/src/main/java/c/i/e/e.java index 59177c1ef8..169a5b23cf 100644 --- a/app/src/main/java/c/i/e/e.java +++ b/app/src/main/java/c/i/e/e.java @@ -3,16 +3,16 @@ package c.i.e; public final class e extends f { /* renamed from: c reason: collision with root package name */ - public final f f1485c; + public final f f1409c; public e(f fVar) { super(fVar.a, fVar.b); - this.f1485c = fVar; + this.f1409c = fVar; } @Override // c.i.e.f public byte[] a() { - byte[] a = this.f1485c.a(); + byte[] a = this.f1409c.a(); int i = this.a * this.b; byte[] bArr = new byte[i]; for (int i2 = 0; i2 < i; i2++) { @@ -23,7 +23,7 @@ public final class e extends f { @Override // c.i.e.f public byte[] b(int i, byte[] bArr) { - byte[] b = this.f1485c.b(i, bArr); + byte[] b = this.f1409c.b(i, bArr); int i2 = this.a; for (int i3 = 0; i3 < i2; i3++) { b[i3] = (byte) (255 - (b[i3] & 255)); @@ -33,11 +33,11 @@ public final class e extends f { @Override // c.i.e.f public boolean c() { - return this.f1485c.c(); + return this.f1409c.c(); } @Override // c.i.e.f public f d() { - return new e(this.f1485c.d()); + return new e(this.f1409c.d()); } } diff --git a/app/src/main/java/c/i/e/h.java b/app/src/main/java/c/i/e/h.java index 8887566f01..964bf84a1f 100644 --- a/app/src/main/java/c/i/e/h.java +++ b/app/src/main/java/c/i/e/h.java @@ -3,7 +3,7 @@ package c.i.e; public final class h extends f { /* renamed from: c reason: collision with root package name */ - public final byte[] f1486c; + public final byte[] f1410c; public final int d; public final int e; public final int f; @@ -14,7 +14,7 @@ public final class h extends f { if (i3 + i5 > i || i4 + i6 > i2) { throw new IllegalArgumentException("Crop rectangle does not fit within image data."); } - this.f1486c = bArr; + this.f1410c = bArr; this.d = i; this.e = i2; this.f = i3; @@ -45,17 +45,17 @@ public final class h extends f { int i2 = this.b; int i3 = this.d; if (i == i3 && i2 == this.e) { - return this.f1486c; + return this.f1410c; } int i4 = i * i2; byte[] bArr = new byte[i4]; int i5 = (this.g * i3) + this.f; if (i == i3) { - System.arraycopy(this.f1486c, i5, bArr, 0, i4); + System.arraycopy(this.f1410c, i5, bArr, 0, i4); return bArr; } for (int i6 = 0; i6 < i2; i6++) { - System.arraycopy(this.f1486c, i5, bArr, i6 * i, i); + System.arraycopy(this.f1410c, i5, bArr, i6 * i, i); i5 += this.d; } return bArr; @@ -70,7 +70,7 @@ public final class h extends f { if (bArr == null || bArr.length < i2) { bArr = new byte[i2]; } - System.arraycopy(this.f1486c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); + System.arraycopy(this.f1410c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); return bArr; } } diff --git a/app/src/main/java/c/i/e/m/a.java b/app/src/main/java/c/i/e/m/a.java index f60019f650..a92bafdc80 100644 --- a/app/src/main/java/c/i/e/m/a.java +++ b/app/src/main/java/c/i/e/m/a.java @@ -7,13 +7,13 @@ import c.i.e.n.g; public final class a extends g { /* renamed from: c reason: collision with root package name */ - public final boolean f1488c; + public final boolean f1412c; public final int d; public final int e; public a(b bVar, k[] kVarArr, boolean z2, int i, int i2) { super(bVar, kVarArr); - this.f1488c = z2; + this.f1412c = z2; this.d = i; this.e = i2; } diff --git a/app/src/main/java/c/i/e/m/b.java b/app/src/main/java/c/i/e/m/b.java index 49c37ac7f7..a0cc8e0a19 100644 --- a/app/src/main/java/c/i/e/m/b.java +++ b/app/src/main/java/c/i/e/m/b.java @@ -47,7 +47,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1497c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1420c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -64,7 +64,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1497c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1420c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -82,7 +82,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1497c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1420c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -100,7 +100,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1497c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1420c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -129,7 +129,7 @@ public final class b implements i { lVar.a(kVar); } } - Result result = new Result(eVar.f1497c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1420c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { result.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/c/i/e/m/c/a.java b/app/src/main/java/c/i/e/m/c/a.java index 25ed04c4d8..b1262f2d12 100644 --- a/app/src/main/java/c/i/e/m/c/a.java +++ b/app/src/main/java/c/i/e/m/c/a.java @@ -16,7 +16,7 @@ public final class a { public static final String[] b = {"CTRL_PS", " ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "CTRL_US", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1489c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; + public static final String[] f1413c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; public static final String[] d = {"", "\r", "\r\n", ". ", ", ", ": ", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX, ",", "-", ".", AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, ":", ";", "<", "=", ">", "?", "[", "]", "{", "}", "CTRL_UL"}; public static final String[] e = {"CTRL_PS", " ", "0", "1", ExifInterface.GPS_MEASUREMENT_2D, ExifInterface.GPS_MEASUREMENT_3D, "4", "5", "6", "7", "8", "9", ",", ".", "CTRL_UL", "CTRL_US"}; public c.i.e.m.a f; @@ -38,7 +38,7 @@ public final class a { String str; this.f = aVar; b bVar = aVar.a; - boolean z2 = aVar.f1488c; + boolean z2 = aVar.f1412c; int i2 = aVar.e; int i3 = (z2 ? 11 : 14) + (i2 << 2); int[] iArr = new int[i3]; @@ -102,7 +102,7 @@ public final class a { int i24 = aVar3.e; int i25 = 8; if (i24 <= 2) { - aVar2 = c.i.e.n.l.a.f1501c; + aVar2 = c.i.e.n.l.a.f1424c; i = 6; } else if (i24 <= 8) { aVar2 = c.i.e.n.l.a.g; @@ -213,7 +213,7 @@ public final class a { } else if (h == 1) { str = b[b3]; } else if (h == 2) { - str = f1489c[b3]; + str = f1413c[b3]; } else if (h == 3) { str = e[b3]; } else if (h == 4) { diff --git a/app/src/main/java/c/i/e/m/d/a.java b/app/src/main/java/c/i/e/m/d/a.java index 92c86bc0c9..b017d3c62b 100644 --- a/app/src/main/java/c/i/e/m/d/a.java +++ b/app/src/main/java/c/i/e/m/d/a.java @@ -13,7 +13,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public boolean f1490c; + public boolean f1414c; public int d; public int e; public int f; @@ -297,7 +297,7 @@ public final class a { } int i48 = this.f; if (i48 == 5 || i48 == 7) { - this.f1490c = i48 == 5; + this.f1414c = i48 == 5; int i49 = i48 * 2; k[] b3 = b(new k[]{new k(((float) aVar2.a) + 0.5f, ((float) aVar2.b) - 0.5f), new k(((float) aVar3.a) + 0.5f, ((float) aVar3.b) + 0.5f), new k(((float) aVar4.a) - 0.5f, ((float) aVar4.b) + 0.5f), new k(((float) aVar5.a) - 0.5f, ((float) aVar5.b) - 0.5f)}, i49 - 3, i49); if (z2) { @@ -322,7 +322,7 @@ public final class a { long j2 = 0; for (int i56 = 0; i56 < 4; i56++) { int i57 = iArr[(this.g + i56) % 4]; - if (this.f1490c) { + if (this.f1414c) { j = j2 << 7; i2 = (i57 >> 1) & 127; } else { @@ -332,7 +332,7 @@ public final class a { j2 = j + ((long) i2); } int i58 = 7; - if (this.f1490c) { + if (this.f1414c) { i = 2; } else { i = 4; @@ -358,7 +358,7 @@ public final class a { for (int i61 = 0; i61 < i; i61++) { i60 = (i60 << 4) + iArr2[i61]; } - if (this.f1490c) { + if (this.f1414c) { this.d = (i60 >> 6) + 1; this.e = (i60 & 63) + 1; } else { @@ -377,7 +377,7 @@ public final class a { float f2 = (float) this.f; float f3 = f - f2; float f4 = f + f2; - return new c.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar16.a, kVar16.b, kVar17.a, kVar17.b, kVar18.a, kVar18.b, kVar19.a, kVar19.b)), b(b3, this.f * 2, d()), this.f1490c, this.e, this.d); + return new c.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar16.a, kVar16.b, kVar17.a, kVar17.b, kVar18.a, kVar18.b, kVar19.a, kVar19.b)), b(b3, this.f * 2, d()), this.f1414c, this.e, this.d); } } throw NotFoundException.k; @@ -417,7 +417,7 @@ public final class a { } public final int d() { - if (this.f1490c) { + if (this.f1414c) { return (this.d * 4) + 11; } int i = this.d; diff --git a/app/src/main/java/c/i/e/n/c.java b/app/src/main/java/c/i/e/n/c.java index 565ec59233..7896203fd3 100644 --- a/app/src/main/java/c/i/e/n/c.java +++ b/app/src/main/java/c/i/e/n/c.java @@ -5,21 +5,21 @@ public final class c { public int b; /* renamed from: c reason: collision with root package name */ - public int f1491c; + public int f1415c; public c(byte[] bArr) { this.a = bArr; } public int a() { - return ((this.a.length - this.b) * 8) - this.f1491c; + return ((this.a.length - this.b) * 8) - this.f1415c; } public int b(int i) { if (i <= 0 || i > 32 || i > a()) { throw new IllegalArgumentException(String.valueOf(i)); } - int i2 = this.f1491c; + int i2 = this.f1415c; int i3 = 0; if (i2 > 0) { int i4 = 8 - i2; @@ -30,9 +30,9 @@ public final class c { int i8 = (((255 >> (8 - i5)) << i6) & bArr[i7]) >> i6; i -= i5; int i9 = i2 + i5; - this.f1491c = i9; + this.f1415c = i9; if (i9 == 8) { - this.f1491c = 0; + this.f1415c = 0; this.b = i7 + 1; } i3 = i8; @@ -53,7 +53,7 @@ public final class c { } int i12 = 8 - i; int i13 = (i3 << i) | ((((255 >> i12) << i12) & this.a[this.b]) >> i12); - this.f1491c += i; + this.f1415c += i; return i13; } } diff --git a/app/src/main/java/c/i/e/n/e.java b/app/src/main/java/c/i/e/n/e.java index 833a407b4f..8ddeca2733 100644 --- a/app/src/main/java/c/i/e/n/e.java +++ b/app/src/main/java/c/i/e/n/e.java @@ -7,7 +7,7 @@ public final class e { public int b; /* renamed from: c reason: collision with root package name */ - public final String f1497c; + public final String f1420c; public final List d; public final String e; public Object f; @@ -21,7 +21,7 @@ public final class e { public e(byte[] bArr, String str, List list, String str2, int i, int i2) { this.a = bArr; this.b = bArr == null ? 0 : bArr.length * 8; - this.f1497c = str; + this.f1420c = str; this.d = list; this.e = str2; this.g = i2; diff --git a/app/src/main/java/c/i/e/n/f.java b/app/src/main/java/c/i/e/n/f.java index 851fa7238a..f9a6e068e7 100644 --- a/app/src/main/java/c/i/e/n/f.java +++ b/app/src/main/java/c/i/e/n/f.java @@ -28,7 +28,7 @@ public final class f { Objects.requireNonNull(iVar); float f2 = iVar.a; float f3 = iVar.b; - float f4 = iVar.f1499c; + float f4 = iVar.f1422c; float f5 = iVar.d; float f6 = iVar.e; float f7 = iVar.f; diff --git a/app/src/main/java/c/i/e/n/h.java b/app/src/main/java/c/i/e/n/h.java index 4e17500af7..23d25138c0 100644 --- a/app/src/main/java/c/i/e/n/h.java +++ b/app/src/main/java/c/i/e/n/h.java @@ -8,7 +8,7 @@ public final class h extends b { public static final byte[] b = new byte[0]; /* renamed from: c reason: collision with root package name */ - public byte[] f1498c = b; + public byte[] f1421c = b; public final int[] d = new int[32]; public b e; @@ -63,8 +63,8 @@ public final class h extends b { } public final void b(int i) { - if (this.f1498c.length < i) { - this.f1498c = new byte[i]; + if (this.f1421c.length < i) { + this.f1421c = new byte[i]; } for (int i2 = 0; i2 < 32; i2++) { this.d[i2] = 0; diff --git a/app/src/main/java/c/i/e/n/i.java b/app/src/main/java/c/i/e/n/i.java index 83fc584f72..a8825e43a3 100644 --- a/app/src/main/java/c/i/e/n/i.java +++ b/app/src/main/java/c/i/e/n/i.java @@ -5,7 +5,7 @@ public final class i { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1499c; + public final float f1422c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public final class i { public i(float f, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9) { this.a = f; this.b = f4; - this.f1499c = f7; + this.f1422c = f7; this.d = f2; this.e = f5; this.f = f8; @@ -36,7 +36,7 @@ public final class i { float f23 = b.d; float f24 = (f19 * f22) - (f23 * f18); float f25 = (f23 * f20) - (f17 * f22); - float f26 = b.f1499c; + float f26 = b.f1422c; float f27 = b.b; float f28 = (f26 * f20) - (f27 * f18); float f29 = b.a; @@ -59,7 +59,7 @@ public final class i { float f45 = (f44 * f32) + (f43 * f28) + (f42 * f21); float f46 = (f43 * f30) + (f42 * f24); float f47 = (f43 * f31) + (f42 * f25) + (f44 * f34); - float f48 = b2.f1499c; + float f48 = b2.f1422c; float f49 = b2.f; float f50 = f28 * f49; float f51 = b2.i; diff --git a/app/src/main/java/c/i/e/n/k/a.java b/app/src/main/java/c/i/e/n/k/a.java index 3a51184dcd..a1e2cfe1de 100644 --- a/app/src/main/java/c/i/e/n/k/a.java +++ b/app/src/main/java/c/i/e/n/k/a.java @@ -10,7 +10,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1500c; + public final int f1423c; public final int d; public final int e; public final int f; @@ -21,7 +21,7 @@ public final class a { int i4 = bVar.j; this.b = i4; int i5 = bVar.i; - this.f1500c = i5; + this.f1423c = i5; int i6 = i / 2; int i7 = i2 - i6; this.d = i7; @@ -75,7 +75,7 @@ public final class a { boolean z9 = true; boolean z10 = false; while (true) { - if ((z9 || !z4) && i2 < this.f1500c) { + if ((z9 || !z4) && i2 < this.f1423c) { z9 = a(i3, i4, i2, false); if (z9) { i2++; @@ -86,7 +86,7 @@ public final class a { } } } - if (i2 >= this.f1500c) { + if (i2 >= this.f1423c) { break; } boolean z11 = true; @@ -182,7 +182,7 @@ public final class a { float f6 = kVar4.b; float f7 = kVar3.a; float f8 = kVar3.b; - return f < ((float) this.f1500c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; + return f < ((float) this.f1423c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; } throw NotFoundException.k; } diff --git a/app/src/main/java/c/i/e/n/l/a.java b/app/src/main/java/c/i/e/n/l/a.java index 3ed874d65d..ccb7761a8d 100644 --- a/app/src/main/java/c/i/e/n/l/a.java +++ b/app/src/main/java/c/i/e/n/l/a.java @@ -5,7 +5,7 @@ public final class a { public static final a b = new a(1033, 1024, 1); /* renamed from: c reason: collision with root package name */ - public static final a f1501c; + public static final a f1424c; public static final a d = new a(19, 16, 1); public static final a e = new a(285, 256, 0); public static final a f; @@ -21,7 +21,7 @@ public final class a { static { a aVar = new a(67, 64, 1); - f1501c = aVar; + f1424c = aVar; a aVar2 = new a(301, 256, 1); f = aVar2; g = aVar2; diff --git a/app/src/main/java/c/i/e/o/a.java b/app/src/main/java/c/i/e/o/a.java index d11ef0a837..5ba6a47c71 100644 --- a/app/src/main/java/c/i/e/o/a.java +++ b/app/src/main/java/c/i/e/o/a.java @@ -71,8 +71,8 @@ public final class a implements i { if (hashMap.containsKey(kVar)) { kVar = !hashMap.containsKey(kVar2) ? kVar2 : !hashMap.containsKey(kVar3) ? kVar3 : kVar4; } - int i = aVar.e(kVar11, kVar).f1505c; - int i2 = aVar.e(kVar9, kVar).f1505c; + int i = aVar.e(kVar11, kVar).f1428c; + int i2 = aVar.e(kVar9, kVar).f1428c; if ((i & 1) == 1) { i++; } @@ -98,14 +98,14 @@ public final class a implements i { if (!aVar.c(kVar13)) { kVar13 = null; } - } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1505c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1505c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1505c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1505c)) { + } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1428c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1428c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1428c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1428c)) { kVar13 = kVar12; } if (kVar13 != null) { kVar = kVar13; } - int i5 = aVar.e(kVar11, kVar).f1505c; - int i6 = aVar.e(kVar9, kVar).f1505c; + int i5 = aVar.e(kVar11, kVar).f1428c; + int i6 = aVar.e(kVar9, kVar).f1428c; if ((i5 & 1) == 1) { i5++; } @@ -131,13 +131,13 @@ public final class a implements i { if (!aVar.c(kVar15)) { kVar15 = null; } - } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1505c - aVar.e(kVar9, kVar14).f1505c) <= Math.abs(aVar.e(kVar11, kVar15).f1505c - aVar.e(kVar9, kVar15).f1505c)) { + } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1428c - aVar.e(kVar9, kVar14).f1428c) <= Math.abs(aVar.e(kVar11, kVar15).f1428c - aVar.e(kVar9, kVar15).f1428c)) { kVar15 = kVar14; } if (kVar15 != null) { kVar = kVar15; } - int max = Math.max(aVar.e(kVar11, kVar).f1505c, aVar.e(kVar9, kVar).f1505c) + 1; + int max = Math.max(aVar.e(kVar11, kVar).f1428c, aVar.e(kVar9, kVar).f1428c) + 1; if ((max & 1) == 1) { max++; } @@ -190,7 +190,7 @@ public final class a implements i { throw NotFoundException.k; } } - Result result = new Result(eVar.f1497c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); + Result result = new Result(eVar.f1420c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); List list = eVar.d; if (list != null) { result.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/c/i/e/o/b/a.java b/app/src/main/java/c/i/e/o/b/a.java index 6db62f9263..cd47bde33d 100644 --- a/app/src/main/java/c/i/e/o/b/a.java +++ b/app/src/main/java/c/i/e/o/b/a.java @@ -8,7 +8,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final e f1502c; + public final e f1425c; public a(b bVar) throws FormatException { int i; @@ -21,9 +21,9 @@ public final class a { if ((i2 & 1) == 0 && (i3 & 1) == 0) { e[] eVarArr2 = e.a; for (e eVar : eVarArr2) { - int i4 = eVar.f1504c; + int i4 = eVar.f1427c; if (i4 == i2 && (i = eVar.d) == i3) { - this.f1502c = eVar; + this.f1425c = eVar; if (bVar.j == i4) { int i5 = eVar.e; int i6 = eVar.f; diff --git a/app/src/main/java/c/i/e/o/b/c.java b/app/src/main/java/c/i/e/o/b/c.java index 264ed1b3bc..c0efd14237 100644 --- a/app/src/main/java/c/i/e/o/b/c.java +++ b/app/src/main/java/c/i/e/o/b/c.java @@ -7,7 +7,7 @@ public final class c { public static final char[] b; /* renamed from: c reason: collision with root package name */ - public static final char[] f1503c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; + public static final char[] f1426c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; public static final char[] d; public static final char[] e = {'`', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '{', '|', '}', '~', 127}; diff --git a/app/src/main/java/c/i/e/o/b/d.java b/app/src/main/java/c/i/e/o/b/d.java index a0056288f0..7e64673135 100644 --- a/app/src/main/java/c/i/e/o/b/d.java +++ b/app/src/main/java/c/i/e/o/b/d.java @@ -44,7 +44,7 @@ public final class d { int b2; int b3; a aVar = new a(bVar); - e eVar = aVar.f1502c; + e eVar = aVar.f1425c; int i2 = eVar.h; byte[] bArr = new byte[i2]; b bVar2 = aVar.a; @@ -249,7 +249,7 @@ public final class d { } i5 = 0; } - if (i8 == aVar.f1502c.h) { + if (i8 == aVar.f1425c.h) { e.c cVar = eVar.g; e.b[] bVarArr = cVar.b; int i52 = 0; @@ -551,7 +551,7 @@ public final class d { } else if (i83 < i80) { i81 = i83 + 1; } else { - char[] cArr5 = c.f1503c; + char[] cArr5 = c.f1426c; if (i83 < cArr5.length) { char c7 = cArr5[i83]; if (z11) { @@ -612,7 +612,7 @@ public final class d { if (i87 < 4) { int b5 = cVar2.b(6); if (b5 == 31) { - int i88 = 8 - cVar2.f1491c; + int i88 = 8 - cVar2.f1415c; if (i88 != i60) { cVar2.b(i88); } diff --git a/app/src/main/java/c/i/e/o/b/e.java b/app/src/main/java/c/i/e/o/b/e.java index 6b9c23a921..f383bc6011 100644 --- a/app/src/main/java/c/i/e/o/b/e.java +++ b/app/src/main/java/c/i/e/o/b/e.java @@ -7,7 +7,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1504c; + public final int f1427c; public final int d; public final int e; public final int f; @@ -43,7 +43,7 @@ public final class e { public e(int i, int i2, int i3, int i4, int i5, c cVar) { this.b = i; - this.f1504c = i2; + this.f1427c = i2; this.d = i3; this.e = i4; this.f = i5; diff --git a/app/src/main/java/c/i/e/o/c/a.java b/app/src/main/java/c/i/e/o/c/a.java index 4866f3c004..03188eaac6 100644 --- a/app/src/main/java/c/i/e/o/c/a.java +++ b/app/src/main/java/c/i/e/o/c/a.java @@ -20,16 +20,16 @@ public final class a { public final k b; /* renamed from: c reason: collision with root package name */ - public final int f1505c; + public final int f1428c; public b(k kVar, k kVar2, int i, C0154a aVar) { this.a = kVar; this.b = kVar2; - this.f1505c = i; + this.f1428c = i; } public String toString() { - return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1505c; + return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1428c; } } @@ -41,7 +41,7 @@ public final class a { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(b bVar, b bVar2) { - return bVar.f1505c - bVar2.f1505c; + return bVar.f1428c - bVar2.f1428c; } } diff --git a/app/src/main/java/c/i/e/q/a.java b/app/src/main/java/c/i/e/q/a.java index e40f680ae2..fd59a591f3 100644 --- a/app/src/main/java/c/i/e/q/a.java +++ b/app/src/main/java/c/i/e/q/a.java @@ -12,7 +12,7 @@ public final class a extends k { public static final int[] b = {3, 6, 9, 96, 18, 66, 33, 36, 48, 72, 12, 24, 69, 81, 84, 21, 26, 41, 11, 14}; /* renamed from: c reason: collision with root package name */ - public static final char[] f1506c = {'A', 'B', 'C', 'D'}; + public static final char[] f1429c = {'A', 'B', 'C', 'D'}; public final StringBuilder d = new StringBuilder(20); public int[] e = new int[80]; public int f = 0; @@ -51,7 +51,7 @@ public final class a extends k { int i4 = 1; while (i4 < this.f) { int i5 = i(i4); - if (i5 != -1 && g(f1506c, a[i5])) { + if (i5 != -1 && g(f1429c, a[i5])) { int i6 = 0; for (int i7 = i4; i7 < i4 + 7; i7++) { i6 += this.e[i7]; @@ -64,7 +64,7 @@ public final class a extends k { if (i9 != -1) { this.d.append((char) i9); i8 += 8; - if ((this.d.length() <= 1 || !g(f1506c, a[i9])) && i8 < this.f) { + if ((this.d.length() <= 1 || !g(f1429c, a[i9])) && i8 < this.f) { } } else { throw NotFoundException.k; @@ -129,7 +129,7 @@ public final class a extends k { sb.setCharAt(i27, a[sb.charAt(i27)]); } char charAt = this.d.charAt(0); - char[] cArr = f1506c; + char[] cArr = f1429c; if (g(cArr, charAt)) { StringBuilder sb2 = this.d; if (!g(cArr, sb2.charAt(sb2.length() - 1))) { diff --git a/app/src/main/java/c/i/e/q/c.java b/app/src/main/java/c/i/e/q/c.java index a1e01cc243..672c08946e 100644 --- a/app/src/main/java/c/i/e/q/c.java +++ b/app/src/main/java/c/i/e/q/c.java @@ -15,7 +15,7 @@ public final class c extends k { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1507c = new StringBuilder(20); + public final StringBuilder f1430c = new StringBuilder(20); public final int[] d = new int[9]; public c(boolean z2) { @@ -67,7 +67,7 @@ public final class c extends k { char c2; int[] iArr = this.d; Arrays.fill(iArr, 0); - StringBuilder sb = this.f1507c; + StringBuilder sb = this.f1430c; sb.setLength(0); int i2 = aVar.j; int f = aVar.f(0); @@ -129,7 +129,7 @@ public final class c extends k { int length2 = sb.length() - 1; int i13 = 0; for (int i14 = 0; i14 < length2; i14++) { - i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1507c.charAt(i14)); + i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1430c.charAt(i14)); } if (sb.charAt(length2) == "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".charAt(i13 % 43)) { sb.setLength(length2); diff --git a/app/src/main/java/c/i/e/q/d.java b/app/src/main/java/c/i/e/q/d.java index 4fabeb5315..ad06480221 100644 --- a/app/src/main/java/c/i/e/q/d.java +++ b/app/src/main/java/c/i/e/q/d.java @@ -13,14 +13,14 @@ public final class d extends k { public static final int[] b; /* renamed from: c reason: collision with root package name */ - public static final int f1508c; + public static final int f1431c; public final StringBuilder d = new StringBuilder(20); public final int[] e = new int[6]; static { int[] iArr = {276, 328, 324, 322, 296, 292, 290, 336, 274, 266, 424, 420, 418, 404, 402, 394, 360, 356, 354, 308, 282, 344, 332, 326, 300, 278, 436, 434, 428, 422, 406, 410, 364, 358, 310, 314, 302, 468, 466, 458, 366, 374, 430, 294, 474, 470, 306, 350}; b = iArr; - f1508c = iArr[47]; + f1431c = iArr[47]; } public static void g(CharSequence charSequence, int i, int i2) throws ChecksumException { @@ -277,7 +277,7 @@ public final class d extends k { } else { if (i4 != length - 1) { i4++; - } else if (h(iArr) == f1508c) { + } else if (h(iArr) == f1431c) { int[] iArr2 = {i3, f2}; int f3 = aVar.f(iArr2[1]); int i5 = aVar.j; diff --git a/app/src/main/java/c/i/e/q/e.java b/app/src/main/java/c/i/e/q/e.java index abc71c4b7b..7748293ab2 100644 --- a/app/src/main/java/c/i/e/q/e.java +++ b/app/src/main/java/c/i/e/q/e.java @@ -33,7 +33,7 @@ public final class e extends p { int[] iArr3 = p.b; int i7 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i8 = 0; i8 < 6 && i7 < i; i8++) { - sb.append((char) (p.h(aVar, iArr2, i7, p.f1512c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i7, p.f1435c) + 48)); for (int i9 : iArr2) { i7 += i9; } diff --git a/app/src/main/java/c/i/e/q/f.java b/app/src/main/java/c/i/e/q/f.java index 6624f38566..639275f19c 100644 --- a/app/src/main/java/c/i/e/q/f.java +++ b/app/src/main/java/c/i/e/q/f.java @@ -16,7 +16,7 @@ public final class f extends p { int i = aVar.j; int i2 = iArr[1]; for (int i3 = 0; i3 < 4 && i2 < i; i3++) { - sb.append((char) (p.h(aVar, iArr2, i2, p.f1512c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i2, p.f1435c) + 48)); for (int i4 : iArr2) { i2 += i4; } @@ -24,7 +24,7 @@ public final class f extends p { int[] iArr3 = p.b; int i5 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i6 = 0; i6 < 4 && i5 < i; i6++) { - sb.append((char) (p.h(aVar, iArr2, i5, p.f1512c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i5, p.f1435c) + 48)); for (int i7 : iArr2) { i5 += i7; } diff --git a/app/src/main/java/c/i/e/q/h.java b/app/src/main/java/c/i/e/q/h.java index e80fe20dd8..cafd51814f 100644 --- a/app/src/main/java/c/i/e/q/h.java +++ b/app/src/main/java/c/i/e/q/h.java @@ -13,7 +13,7 @@ public final class h extends k { public static final int[] b = {1, 1, 1, 1}; /* renamed from: c reason: collision with root package name */ - public static final int[][] f1509c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; + public static final int[][] f1432c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; public static final int[][] d = {new int[]{1, 1, 2, 2, 1}, new int[]{2, 1, 1, 1, 2}, new int[]{1, 2, 1, 1, 2}, new int[]{2, 2, 1, 1, 1}, new int[]{1, 1, 2, 1, 2}, new int[]{2, 1, 2, 1, 1}, new int[]{1, 2, 2, 1, 1}, new int[]{1, 1, 1, 2, 2}, new int[]{2, 1, 1, 2, 1}, new int[]{1, 2, 1, 2, 1}, new int[]{1, 1, 3, 3, 1}, new int[]{3, 1, 1, 1, 3}, new int[]{1, 3, 1, 1, 3}, new int[]{3, 3, 1, 1, 1}, new int[]{1, 1, 3, 1, 3}, new int[]{3, 1, 3, 1, 1}, new int[]{1, 3, 3, 1, 1}, new int[]{1, 1, 1, 3, 3}, new int[]{3, 1, 1, 3, 1}, new int[]{1, 3, 1, 3, 1}}; public int e = -1; @@ -84,9 +84,9 @@ public final class h extends k { int f2 = aVar.f(0); if (f2 != i3) { try { - iArr = h(aVar, f2, f1509c[0]); + iArr = h(aVar, f2, f1432c[0]); } catch (NotFoundException unused) { - iArr = h(aVar, f2, f1509c[1]); + iArr = h(aVar, f2, f1432c[1]); } i(aVar, iArr[0]); int i4 = iArr[0]; diff --git a/app/src/main/java/c/i/e/q/j.java b/app/src/main/java/c/i/e/q/j.java index 5a61c6af5c..a0b5098b13 100644 --- a/app/src/main/java/c/i/e/q/j.java +++ b/app/src/main/java/c/i/e/q/j.java @@ -54,7 +54,7 @@ public final class j extends k { if (z3 || !z2) { return k; } - Result result = new Result(k.a.substring(1), k.b, k.f2898c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2455c, aVar2); result.a(k.e); return result; } diff --git a/app/src/main/java/c/i/e/q/k.java b/app/src/main/java/c/i/e/q/k.java index a592884a81..3008213bae 100644 --- a/app/src/main/java/c/i/e/q/k.java +++ b/app/src/main/java/c/i/e/q/k.java @@ -113,7 +113,7 @@ public abstract class k implements i { i = (((Integer) map2.get(jVar)).intValue() + 270) % 360; } c2.b(jVar, Integer.valueOf(i)); - c.i.e.k[] kVarArr = c2.f2898c; + c.i.e.k[] kVarArr = c2.f2455c; if (kVarArr != null) { int i2 = d.b; for (int i3 = 0; i3 < kVarArr.length; i3++) { @@ -171,7 +171,7 @@ public abstract class k implements i { Result b = kVar.b(i10, aVar, enumMap); if (i11 != i4) { b.b(j.ORIENTATION, Integer.valueOf((int) BaseTransientBottomBar.ANIMATION_FADE_DURATION)); - c.i.e.k[] kVarArr = b.f2898c; + c.i.e.k[] kVarArr = b.f2455c; if (kVarArr != null) { float f = (float) i2; map2 = enumMap; diff --git a/app/src/main/java/c/i/e/q/l.java b/app/src/main/java/c/i/e/q/l.java index 5e4d3746e1..c2c9f8d597 100644 --- a/app/src/main/java/c/i/e/q/l.java +++ b/app/src/main/java/c/i/e/q/l.java @@ -16,7 +16,7 @@ public final class l extends p { public static Result o(Result result) throws FormatException { String str = result.a; if (str.charAt(0) == '0') { - Result result2 = new Result(str.substring(1), null, result.f2898c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2455c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); diff --git a/app/src/main/java/c/i/e/q/n.java b/app/src/main/java/c/i/e/q/n.java index d616457778..6219a55a6e 100644 --- a/app/src/main/java/c/i/e/q/n.java +++ b/app/src/main/java/c/i/e/q/n.java @@ -12,7 +12,7 @@ public final class n { public final int[] b = new int[4]; /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1510c = new StringBuilder(); + public final StringBuilder f1433c = new StringBuilder(); /* JADX WARNING: Removed duplicated region for block: B:60:0x0121 */ /* JADX WARNING: Removed duplicated region for block: B:63:0x0153 */ @@ -20,7 +20,7 @@ public final class n { EnumMap enumMap; String str; String str2; - StringBuilder sb = this.f1510c; + StringBuilder sb = this.f1433c; sb.setLength(0); int[] iArr2 = this.b; iArr2[0] = 0; diff --git a/app/src/main/java/c/i/e/q/o.java b/app/src/main/java/c/i/e/q/o.java index d539b794dc..3c6dd6d1f4 100644 --- a/app/src/main/java/c/i/e/q/o.java +++ b/app/src/main/java/c/i/e/q/o.java @@ -13,14 +13,14 @@ public final class o { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final n f1511c = new n(); + public final n f1434c = new n(); public Result a(int i, a aVar, int i2) throws NotFoundException { EnumMap enumMap; int[] iArr = a; int[] l = p.l(aVar, i2, false, iArr, new int[iArr.length]); try { - return this.f1511c.a(i, aVar, l); + return this.f1434c.a(i, aVar, l); } catch (ReaderException unused) { m mVar = this.b; StringBuilder sb = mVar.b; diff --git a/app/src/main/java/c/i/e/q/p.java b/app/src/main/java/c/i/e/q/p.java index 81d22d15b0..ac670ab5d2 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -18,7 +18,7 @@ public abstract class p extends k { public static final int[] b = {1, 1, 1, 1, 1}; /* renamed from: c reason: collision with root package name */ - public static final int[][] f1512c; + public static final int[][] f1435c; public static final int[][] d; public final StringBuilder e = new StringBuilder(20); public final o f = new o(); @@ -26,12 +26,12 @@ public abstract class p extends k { static { int[][] iArr = {new int[]{3, 2, 1, 1}, new int[]{2, 2, 2, 1}, new int[]{2, 1, 2, 2}, new int[]{1, 4, 1, 1}, new int[]{1, 1, 3, 2}, new int[]{1, 2, 3, 1}, new int[]{1, 1, 1, 4}, new int[]{1, 3, 1, 2}, new int[]{1, 2, 1, 3}, new int[]{3, 1, 1, 2}}; - f1512c = iArr; + f1435c = iArr; int[][] iArr2 = new int[20][]; d = iArr2; System.arraycopy(iArr, 0, iArr2, 0, 10); for (int i = 10; i < 20; i++) { - int[] iArr3 = f1512c[i - 10]; + int[] iArr3 = f1435c[i - 10]; int[] iArr4 = new int[iArr3.length]; for (int i2 = 0; i2 < iArr3.length; i2++) { iArr4[i2] = iArr3[(iArr3.length - i2) - 1]; @@ -187,15 +187,15 @@ public abstract class p extends k { Result a2 = this.f.a(i, aVar, i3[1]); result.b(j.UPC_EAN_EXTENSION, a2.a); result.a(a2.e); - k[] kVarArr = a2.f2898c; - k[] kVarArr2 = result.f2898c; + k[] kVarArr = a2.f2455c; + k[] kVarArr2 = result.f2455c; if (kVarArr2 == null) { - result.f2898c = kVarArr; + result.f2455c = kVarArr; } else if (kVarArr != null && kVarArr.length > 0) { k[] kVarArr3 = new k[(kVarArr2.length + kVarArr.length)]; System.arraycopy(kVarArr2, 0, kVarArr3, 0, kVarArr2.length); System.arraycopy(kVarArr, 0, kVarArr3, kVarArr2.length, kVarArr.length); - result.f2898c = kVarArr3; + result.f2455c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { diff --git a/app/src/main/java/c/i/e/q/r/a.java b/app/src/main/java/c/i/e/q/r/a.java index b9c9aad360..9865724686 100644 --- a/app/src/main/java/c/i/e/q/r/a.java +++ b/app/src/main/java/c/i/e/q/r/a.java @@ -8,7 +8,7 @@ public abstract class a extends k { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final float[] f1513c; + public final float[] f1436c; public final float[] d; public final int[] e; public final int[] f; @@ -16,7 +16,7 @@ public abstract class a extends k { public a() { int[] iArr = new int[8]; this.b = iArr; - this.f1513c = new float[4]; + this.f1436c = new float[4]; this.d = new float[4]; this.e = new int[(iArr.length / 2)]; this.f = new int[(iArr.length / 2)]; diff --git a/app/src/main/java/c/i/e/q/r/c.java b/app/src/main/java/c/i/e/q/r/c.java index 10ad54d143..34fa65d241 100644 --- a/app/src/main/java/c/i/e/q/r/c.java +++ b/app/src/main/java/c/i/e/q/r/c.java @@ -7,13 +7,13 @@ public final class c { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final k[] f1514c; + public final k[] f1437c; public c(int i, int[] iArr, int i2, int i3, int i4) { this.a = i; this.b = iArr; float f = (float) i4; - this.f1514c = new k[]{new k((float) i2, f), new k((float) i3, f)}; + this.f1437c = new k[]{new k((float) i2, f), new k((float) i3, f)}; } public boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/e/q/r/d.java b/app/src/main/java/c/i/e/q/r/d.java index a3f7208ee6..e9b3e5dc52 100644 --- a/app/src/main/java/c/i/e/q/r/d.java +++ b/app/src/main/java/c/i/e/q/r/d.java @@ -3,11 +3,11 @@ package c.i.e.q.r; public final class d extends b { /* renamed from: c reason: collision with root package name */ - public final c f1515c; + public final c f1438c; public int d; public d(int i, int i2, c cVar) { super(i, i2); - this.f1515c = cVar; + this.f1438c = cVar; } } diff --git a/app/src/main/java/c/i/e/q/r/e.java b/app/src/main/java/c/i/e/q/r/e.java index 522ccc15de..281dfb0b4f 100644 --- a/app/src/main/java/c/i/e/q/r/e.java +++ b/app/src/main/java/c/i/e/q/r/e.java @@ -56,7 +56,7 @@ public final class e extends a { for (d dVar2 : this.o) { if (dVar2.d > 1) { int i3 = ((dVar2.b * 16) + dVar.b) % 79; - int i4 = (dVar.f1515c.a * 9) + dVar2.f1515c.a; + int i4 = (dVar.f1438c.a * 9) + dVar2.f1438c.a; if (i4 > 72) { i4--; } @@ -83,8 +83,8 @@ public final class e extends a { i7 = 0; } sb.append(i7); - k[] kVarArr = dVar.f1515c.f1514c; - k[] kVarArr2 = dVar2.f1515c.f1514c; + k[] kVarArr = dVar.f1438c.f1437c; + k[] kVarArr2 = dVar2.f1438c.f1437c; return new Result(sb.toString(), null, new k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_14); } } @@ -143,7 +143,7 @@ public final class e extends a { float k0 = ((float) c.k0(iArr)) / ((float) i5); int[] iArr2 = this.e; int[] iArr3 = this.f; - float[] fArr = this.f1513c; + float[] fArr = this.f1436c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f = ((float) iArr[i6]) / k0; @@ -243,17 +243,17 @@ public final class e extends a { z3 = true; if (z4) { if (!z3) { - a.h(this.e, this.f1513c); + a.h(this.e, this.f1436c); } else { throw NotFoundException.k; } } if (z3) { - a.g(this.e, this.f1513c); + a.g(this.e, this.f1436c); } if (z5) { if (!z6) { - a.h(this.f, this.f1513c); + a.h(this.f, this.f1436c); } else { throw NotFoundException.k; } diff --git a/app/src/main/java/c/i/e/q/r/f/a.java b/app/src/main/java/c/i/e/q/r/f/a.java index 2fe85ffd1b..651a4cbf97 100644 --- a/app/src/main/java/c/i/e/q/r/f/a.java +++ b/app/src/main/java/c/i/e/q/r/f/a.java @@ -8,12 +8,12 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final c f1516c; + public final c f1439c; public a(b bVar, b bVar2, c cVar, boolean z2) { this.a = bVar; this.b = bVar2; - this.f1516c = cVar; + this.f1439c = cVar; } public static boolean a(Object obj, Object obj2) { @@ -32,11 +32,11 @@ public final class a { return false; } a aVar = (a) obj; - return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1516c, aVar.f1516c); + return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1439c, aVar.f1439c); } public int hashCode() { - return (b(this.a) ^ b(this.b)) ^ b(this.f1516c); + return (b(this.a) ^ b(this.b)) ^ b(this.f1439c); } public String toString() { @@ -45,7 +45,7 @@ public final class a { sb.append(" , "); sb.append(this.b); sb.append(" : "); - c cVar = this.f1516c; + c cVar = this.f1439c; sb.append(cVar == null ? "null" : Integer.valueOf(cVar.a)); sb.append(" ]"); return sb.toString(); diff --git a/app/src/main/java/c/i/e/q/r/f/b.java b/app/src/main/java/c/i/e/q/r/f/b.java index 65f1e47d14..f9c573c3aa 100644 --- a/app/src/main/java/c/i/e/q/r/f/b.java +++ b/app/src/main/java/c/i/e/q/r/f/b.java @@ -9,12 +9,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1517c; + public final boolean f1440c; public b(List list, int i, boolean z2) { this.a = new ArrayList(list); this.b = i; - this.f1517c = z2; + this.f1440c = z2; } public boolean equals(Object obj) { @@ -22,11 +22,11 @@ public final class b { return false; } b bVar = (b) obj; - return this.a.equals(bVar.a) && this.f1517c == bVar.f1517c; + return this.a.equals(bVar.a) && this.f1440c == bVar.f1440c; } public int hashCode() { - return this.a.hashCode() ^ Boolean.valueOf(this.f1517c).hashCode(); + return this.a.hashCode() ^ Boolean.valueOf(this.f1440c).hashCode(); } public String toString() { diff --git a/app/src/main/java/c/i/e/q/r/f/c.java b/app/src/main/java/c/i/e/q/r/f/c.java index 87cc9f48bc..4dcde223e5 100644 --- a/app/src/main/java/c/i/e/q/r/f/c.java +++ b/app/src/main/java/c/i/e/q/r/f/c.java @@ -116,8 +116,8 @@ public final class c extends a { } } String a = jVar.a(); - c.i.e.k[] kVarArr = list.get(0).f1516c.f1514c; - c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1516c.f1514c; + c.i.e.k[] kVarArr = list.get(0).f1439c.f1437c; + c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1439c.f1437c; return new Result(a, null, new c.i.e.k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_EXPANDED); } @@ -191,7 +191,7 @@ public final class c extends a { if (i4 >= list2.size()) { z2 = true; break; - } else if (list2.get(i4).f1516c.a != iArr2[i4]) { + } else if (list2.get(i4).f1439c.a != iArr2[i4]) { z2 = false; break; } else { @@ -281,7 +281,7 @@ public final class c extends a { if (Math.abs(k0 - f) / f <= 0.3f) { int[] iArr3 = this.e; int[] iArr4 = this.f; - float[] fArr = this.f1513c; + float[] fArr = this.f1436c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f2 = (((float) iArr[i6]) * 1.0f) / k0; @@ -381,17 +381,17 @@ public final class c extends a { z4 = true; if (z5) { if (!z4) { - a.h(this.e, this.f1513c); + a.h(this.e, this.f1436c); } else { throw NotFoundException.k; } } if (z4) { - a.g(this.e, this.f1513c); + a.g(this.e, this.f1436c); } if (z7) { if (!z6) { - a.h(this.f, this.f1513c); + a.h(this.f, this.f1436c); } else { throw NotFoundException.k; } @@ -604,7 +604,7 @@ public final class c extends a { iArr[i7] = i8; iArr[3] = i8; int i10 = aVar.j; - int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1516c.b[1]; + int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1439c.b[1]; boolean z4 = list.size() % i7 != 0; if (this.p) { z4 = !z4; diff --git a/app/src/main/java/c/i/e/q/r/f/d/e.java b/app/src/main/java/c/i/e/q/r/f/d/e.java index e59ba782f7..f635c26abd 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/e.java +++ b/app/src/main/java/c/i/e/q/r/f/d/e.java @@ -6,12 +6,12 @@ import com.google.zxing.NotFoundException; public final class e extends i { /* renamed from: c reason: collision with root package name */ - public final String f1518c; + public final String f1441c; public final String d; public e(a aVar, String str, String str2) { super(aVar); - this.f1518c = str2; + this.f1441c = str2; this.d = str; } @@ -24,7 +24,7 @@ public final class e extends i { int d = s.d(this.b.a, 68, 16); if (d != 38400) { sb.append('('); - sb.append(this.f1518c); + sb.append(this.f1441c); sb.append(')'); int i = d % 32; int i2 = d / 32; diff --git a/app/src/main/java/c/i/e/q/r/f/d/o.java b/app/src/main/java/c/i/e/q/r/f/d/o.java index 8916acae43..dc3698abe0 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/o.java +++ b/app/src/main/java/c/i/e/q/r/f/d/o.java @@ -4,20 +4,20 @@ public final class o extends q { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1519c; + public final int f1442c; public final boolean d; public o(int i, String str) { super(i); this.b = str; this.d = false; - this.f1519c = 0; + this.f1442c = 0; } public o(int i, String str, int i2) { super(i); this.d = true; - this.f1519c = i2; + this.f1442c = i2; this.b = str; } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/p.java b/app/src/main/java/c/i/e/q/r/f/d/p.java index 7507fd3418..7536c85040 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/p.java +++ b/app/src/main/java/c/i/e/q/r/f/d/p.java @@ -6,7 +6,7 @@ public final class p extends q { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1520c; + public final int f1443c; public p(int i, int i2, int i3) throws FormatException { super(i); @@ -14,6 +14,6 @@ public final class p extends q { throw FormatException.a(); } this.b = i2; - this.f1520c = i3; + this.f1443c = i3; } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/r.java b/app/src/main/java/c/i/e/q/r/f/d/r.java index 373935e074..8cec3d80b2 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/r.java +++ b/app/src/main/java/c/i/e/q/r/f/d/r.java @@ -8,7 +8,7 @@ public final class r { public static final Object[][] b; /* renamed from: c reason: collision with root package name */ - public static final Object[][] f1521c; + public static final Object[][] f1444c; public static final Object[][] d; public static final Object[][] e; @@ -16,7 +16,7 @@ public final class r { Object obj = new Object(); a = obj; b = new Object[][]{new Object[]{"00", 18}, new Object[]{"01", 14}, new Object[]{"02", 14}, new Object[]{"10", obj, 20}, new Object[]{"11", 6}, new Object[]{"12", 6}, new Object[]{"13", 6}, new Object[]{"15", 6}, new Object[]{"17", 6}, new Object[]{"20", 2}, new Object[]{"21", obj, 20}, new Object[]{"22", obj, 29}, new Object[]{"30", obj, 8}, new Object[]{"37", obj, 8}, new Object[]{"90", obj, 30}, new Object[]{"91", obj, 30}, new Object[]{"92", obj, 30}, new Object[]{"93", obj, 30}, new Object[]{"94", obj, 30}, new Object[]{"95", obj, 30}, new Object[]{"96", obj, 30}, new Object[]{"97", obj, 30}, new Object[]{"98", obj, 30}, new Object[]{"99", obj, 30}}; - f1521c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; + f1444c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; d = new Object[][]{new Object[]{"310", 6}, new Object[]{"311", 6}, new Object[]{"312", 6}, new Object[]{"313", 6}, new Object[]{"314", 6}, new Object[]{"315", 6}, new Object[]{"316", 6}, new Object[]{"320", 6}, new Object[]{"321", 6}, new Object[]{"322", 6}, new Object[]{"323", 6}, new Object[]{"324", 6}, new Object[]{"325", 6}, new Object[]{"326", 6}, new Object[]{"327", 6}, new Object[]{"328", 6}, new Object[]{"329", 6}, new Object[]{"330", 6}, new Object[]{"331", 6}, new Object[]{"332", 6}, new Object[]{"333", 6}, new Object[]{"334", 6}, new Object[]{"335", 6}, new Object[]{"336", 6}, new Object[]{"340", 6}, new Object[]{"341", 6}, new Object[]{"342", 6}, new Object[]{"343", 6}, new Object[]{"344", 6}, new Object[]{"345", 6}, new Object[]{"346", 6}, new Object[]{"347", 6}, new Object[]{"348", 6}, new Object[]{"349", 6}, new Object[]{"350", 6}, new Object[]{"351", 6}, new Object[]{"352", 6}, new Object[]{"353", 6}, new Object[]{"354", 6}, new Object[]{"355", 6}, new Object[]{"356", 6}, new Object[]{"357", 6}, new Object[]{"360", 6}, new Object[]{"361", 6}, new Object[]{"362", 6}, new Object[]{"363", 6}, new Object[]{"364", 6}, new Object[]{"365", 6}, new Object[]{"366", 6}, new Object[]{"367", 6}, new Object[]{"368", 6}, new Object[]{"369", 6}, new Object[]{"390", obj, 15}, new Object[]{"391", obj, 18}, new Object[]{"392", obj, 15}, new Object[]{"393", obj, 18}, new Object[]{"703", obj, 30}}; e = new Object[][]{new Object[]{"7001", 13}, new Object[]{"7002", obj, 30}, new Object[]{"7003", 10}, new Object[]{"8001", 14}, new Object[]{"8002", obj, 20}, new Object[]{"8003", obj, 30}, new Object[]{"8004", obj, 30}, new Object[]{"8005", 6}, new Object[]{"8006", 18}, new Object[]{"8007", obj, 30}, new Object[]{"8008", obj, 12}, new Object[]{"8018", 18}, new Object[]{"8020", obj, 25}, new Object[]{"8100", 6}, new Object[]{"8101", 10}, new Object[]{"8102", 2}, new Object[]{"8110", obj, 70}, new Object[]{"8200", obj, 70}}; } @@ -35,7 +35,7 @@ public final class r { } if (str.length() >= 3) { String substring2 = str.substring(0, 3); - Object[][] objArr3 = f1521c; + Object[][] objArr3 = f1444c; for (Object[] objArr4 : objArr3) { if (objArr4[0].equals(substring2)) { return objArr4[1] == a ? c(3, ((Integer) objArr4[2]).intValue(), str) : b(3, ((Integer) objArr4[1]).intValue(), str); diff --git a/app/src/main/java/c/i/e/q/r/f/d/s.java b/app/src/main/java/c/i/e/q/r/f/d/s.java index be87e3be60..b6b3e5893a 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/s.java +++ b/app/src/main/java/c/i/e/q/r/f/d/s.java @@ -10,7 +10,7 @@ public final class s { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1522c = new StringBuilder(); + public final StringBuilder f1445c = new StringBuilder(); public s(a aVar) { this.a = aVar; @@ -34,7 +34,7 @@ public final class s { if (a != null) { sb.append(a); } - String valueOf = b.d ? String.valueOf(b.f1519c) : null; + String valueOf = b.d ? String.valueOf(b.f1442c) : null; int i2 = b.a; if (i == i2) { return sb.toString(); @@ -74,9 +74,9 @@ public final class s { n nVar3; char c3; n nVar4; - this.f1522c.setLength(0); + this.f1445c.setLength(0); if (str != null) { - this.f1522c.append(str); + this.f1445c.append(str); } this.b.a = i; int i3 = 2; @@ -144,9 +144,9 @@ public final class s { mVar2.a = i10; char c4 = nVar3.b; if (c4 == '$') { - lVar = new l(new o(i10, this.f1522c.toString()), true); + lVar = new l(new o(i10, this.f1445c.toString()), true); } else { - this.f1522c.append(c4); + this.f1445c.append(c4); } } else { if (e(this.b.a)) { @@ -288,9 +288,9 @@ public final class s { mVar4.a = i18; char c5 = nVar.b; if (c5 == '$') { - lVar = new l(new o(i18, this.f1522c.toString()), true); + lVar = new l(new o(i18, this.f1445c.toString()), true); } else { - this.f1522c.append(c5); + this.f1445c.append(c5); } } else { if (e(this.b.a)) { @@ -348,14 +348,14 @@ public final class s { mVar6.a = i28; int i29 = pVar.b; if (i29 == 10) { - lVar = new l(pVar.f1520c == 10 ? new o(i28, this.f1522c.toString()) : new o(i28, this.f1522c.toString(), pVar.f1520c), true); + lVar = new l(pVar.f1443c == 10 ? new o(i28, this.f1445c.toString()) : new o(i28, this.f1445c.toString(), pVar.f1443c), true); } else { - this.f1522c.append(i29); - int i30 = pVar.f1520c; + this.f1445c.append(i29); + int i30 = pVar.f1443c; if (i30 == 10) { - lVar = new l(new o(this.b.a, this.f1522c.toString()), true); + lVar = new l(new o(this.b.a, this.f1445c.toString()), true); } else { - this.f1522c.append(i30); + this.f1445c.append(i30); } } } else { @@ -409,7 +409,7 @@ public final class s { i3 = 2; } o oVar = lVar.a; - return (oVar == null || !oVar.d) ? new o(i2, this.f1522c.toString()) : new o(i2, this.f1522c.toString(), oVar.f1519c); + return (oVar == null || !oVar.d) ? new o(i2, this.f1445c.toString()) : new o(i2, this.f1445c.toString(), oVar.f1442c); } public int c(int i, int i2) { diff --git a/app/src/main/java/c/i/e/r/a.java b/app/src/main/java/c/i/e/r/a.java index 7a51ab94c0..29539f8ba3 100644 --- a/app/src/main/java/c/i/e/r/a.java +++ b/app/src/main/java/c/i/e/r/a.java @@ -10,7 +10,7 @@ import com.discord.restapi.RestAPIAbortCodes; import com.discord.utilities.font.FontUtils; import com.discord.utilities.guilds.GuildConstantsKt; import com.discord.utilities.voice.ScreenShareManager; -import com.discord.widgets.settings.profile.WidgetSettingsUserProfile; +import com.discord.widgets.settings.profile.WidgetEditUserOrGuildMemberProfile; import com.google.android.material.behavior.HideBottomViewOnScrollBehavior; import com.google.android.material.snackbar.BaseTransientBottomBar; import java.util.Arrays; @@ -21,14 +21,14 @@ public final class a { public static final int[] b = {66142, 66170, 66206, 66236, 66290, 66292, 66350, 66382, 66396, 66454, 66470, 66476, 66594, 66600, 66614, 66626, 66628, 66632, 66640, 66654, 66662, 66668, 66682, 66690, 66718, 66720, 66748, 66758, 66776, 66798, 66802, 66804, 66820, 66824, 66832, 66846, 66848, 66876, 66880, 66936, 66950, 66956, 66968, 66992, 67006, 67022, 67036, 67042, 67044, 67048, 67062, 67118, 67150, 67164, 67214, 67228, 67256, 67294, 67322, 67350, 67366, 67372, 67398, 67404, 67416, 67438, 67474, 67476, 67490, 67492, 67496, 67510, 67618, 67624, 67650, 67656, 67664, 67678, 67686, 67692, 67706, 67714, 67716, 67728, 67742, 67744, 67772, 67782, 67788, 67800, 67822, 67826, 67828, 67842, 67848, 67870, 67872, 67900, 67904, 67960, 67974, 67992, 68016, 68030, 68046, 68060, 68066, 68068, 68072, 68086, 68104, 68112, 68126, 68128, 68156, 68160, 68216, 68336, 68358, 68364, 68376, 68400, 68414, 68448, 68476, 68494, 68508, 68536, 68546, 68548, 68552, 68560, 68574, 68582, 68588, 68654, 68686, 68700, 68706, 68708, 68712, 68726, 68750, 68764, 68792, 68802, 68804, 68808, 68816, 68830, 68838, 68844, 68858, 68878, 68892, 68920, 68976, 68990, 68994, 68996, 69000, 69008, 69022, 69024, 69052, 69062, 69068, 69080, 69102, 69106, 69108, 69142, 69158, 69164, 69190, 69208, 69230, 69254, 69260, 69272, 69296, 69310, 69326, 69340, 69386, 69394, 69396, 69410, 69416, 69430, 69442, 69444, 69448, 69456, 69470, 69478, 69484, 69554, 69556, 69666, 69672, 69698, 69704, 69712, 69726, 69754, 69762, 69764, 69776, 69790, 69792, 69820, 69830, 69836, 69848, 69870, 69874, 69876, 69890, 69918, 69920, 69948, 69952, 70008, 70022, 70040, 70064, 70078, 70094, 70108, 70114, 70116, 70120, 70134, 70152, 70174, 70176, 70264, 70384, 70412, 70448, 70462, 70496, 70524, 70542, 70556, 70584, 70594, 70600, 70608, 70622, 70630, 70636, 70664, 70672, 70686, 70688, 70716, 70720, 70776, 70896, 71136, 71180, 71192, 71216, 71230, 71264, 71292, 71360, 71416, 71452, 71480, 71536, 71550, 71554, 71556, 71560, 71568, 71582, 71584, 71612, 71622, 71628, 71640, 71662, 71726, 71732, 71758, 71772, 71778, 71780, 71784, 71798, 71822, 71836, 71864, 71874, 71880, 71888, 71902, 71910, 71916, 71930, 71950, 71964, 71992, 72048, 72062, 72066, 72068, 72080, 72094, 72096, 72124, 72134, 72140, 72152, 72174, 72178, 72180, 72206, 72220, 72248, 72304, 72318, 72416, 72444, 72456, 72464, 72478, 72480, 72508, 72512, 72568, 72588, 72600, 72624, 72638, 72654, 72668, 72674, 72676, 72680, 72694, 72726, 72742, 72748, 72774, 72780, 72792, 72814, 72838, 72856, 72880, 72894, 72910, 72924, 72930, 72932, 72936, 72950, 72966, 72972, 72984, 73008, 73022, 73056, 73084, 73102, 73116, 73144, 73156, 73160, 73168, 73182, 73190, 73196, 73210, 73226, 73234, 73236, 73250, 73252, 73256, 73270, 73282, 73284, 73296, 73310, 73318, 73324, 73346, 73348, 73352, 73360, 73374, 73376, 73404, 73414, 73420, 73432, 73454, 73498, 73518, 73522, 73524, 73550, 73564, 73570, 73572, 73576, 73590, 73800, 73822, 73858, 73860, 73872, 73886, 73888, 73916, 73944, 73970, 73972, 73992, 74014, 74016, 74044, 74048, 74104, 74118, 74136, 74160, 74174, 74210, 74212, 74216, 74230, 74244, 74256, 74270, 74272, 74360, 74480, 74502, 74508, 74544, 74558, 74592, 74620, 74638, 74652, 74680, 74690, 74696, 74704, 74726, 74732, 74782, 74784, 74812, 74992, 75232, 75288, 75326, 75360, 75388, 75456, 75512, 75576, 75632, 75646, 75650, 75652, 75664, 75678, 75680, 75708, 75718, 75724, 75736, 75758, 75808, 75836, 75840, 75896, 76016, 76256, 76736, 76824, 76848, 76862, 76896, 76924, 76992, 77048, 77296, 77340, 77368, 77424, 77438, 77536, 77564, 77572, 77576, 77584, 77600, 77628, 77632, 77688, 77702, 77708, 77720, 77744, 77758, 77774, 77788, 77870, 77902, 77916, 77922, 77928, 77966, 77980, 78008, 78018, 78024, 78032, 78046, 78060, 78074, 78094, 78136, 78192, 78206, 78210, 78212, 78224, 78238, 78240, 78268, 78278, 78284, 78296, 78322, 78324, 78350, 78364, 78448, 78462, 78560, 78588, 78600, 78622, 78624, 78652, 78656, 78712, 78726, 78744, 78768, 78782, 78798, 78812, 78818, 78820, 78824, 78838, 78862, 78876, 78904, 78960, 78974, 79072, 79100, 79296, 79352, 79368, 79376, 79390, 79392, 79420, 79424, 79480, 79600, 79628, 79640, 79664, 79678, 79712, 79740, 79772, 79800, 79810, 79812, 79816, 79824, 79838, 79846, 79852, 79894, 79910, 79916, 79942, 79948, 79960, 79982, 79988, 80006, 80024, 80048, 80062, 80078, 80092, 80098, 80100, 80104, 80134, 80140, 80176, 80190, 80224, 80252, 80270, 80284, 80312, 80328, 80336, 80350, 80358, 80364, 80378, 80390, 80396, 80408, 80432, 80446, 80480, 80508, 80576, 80632, 80654, 80668, 80696, 80752, 80766, 80776, 80784, 80798, 80800, 80828, 80844, 80856, 80878, 80882, 80884, 80914, 80916, 80930, 80932, 80936, 80950, 80962, 80968, 80976, 80990, 80998, 81004, 81026, 81028, 81040, 81054, 81056, 81084, 81094, 81100, 81112, 81134, 81154, 81156, 81160, 81168, 81182, 81184, 81212, 81216, 81272, 81286, 81292, 81304, 81328, 81342, 81358, 81372, 81380, 81384, 81398, 81434, 81454, 81458, 81460, 81486, 81500, 81506, 81508, 81512, 81526, 81550, 81564, 81592, 81602, 81604, 81608, 81616, 81630, 81638, 81644, 81702, 81708, 81722, 81734, 81740, 81752, 81774, 81778, 81780, 82050, 82078, 82080, 82108, 82180, 82184, 82192, 82206, 82208, 82236, 82240, 82296, 82316, 82328, 82352, 82366, 82402, 82404, 82408, 82440, 82448, 82462, 82464, 82492, 82496, 82552, 82672, 82694, 82700, 82712, 82736, 82750, 82784, 82812, 82830, 82882, 82884, 82888, 82896, 82918, 82924, 82952, 82960, 82974, 82976, 83004, 83008, 83064, 83184, 83424, 83468, 83480, 83504, 83518, 83552, 83580, 83648, 83704, 83740, 83768, 83824, 83838, 83842, 83844, 83848, 83856, 83872, 83900, 83910, 83916, 83928, 83950, 83984, 84000, 84028, 84032, 84088, 84208, 84448, 84928, 85040, 85054, 85088, 85116, 85184, 85240, 85488, 85560, 85616, 85630, 85728, 85756, 85764, 85768, 85776, 85790, 85792, 85820, 85824, 85880, 85894, 85900, 85912, 85936, 85966, 85980, 86048, 86080, 86136, 86256, 86496, 86976, 88160, 88188, 88256, 88312, 88560, 89056, 89200, 89214, 89312, 89340, 89536, 89592, 89608, 89616, 89632, 89664, 89720, 89840, 89868, 89880, 89904, 89952, 89980, 89998, 90012, 90040, 90190, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, 94560, 94588, 94606, 94620, 94648, 94658, 94660, 94664, 94672, 94686, 94694, 94700, 94714, 94726, 94732, 94744, 94768, 94782, 94816, 94844, 94912, 94968, 94990, 95004, 95032, 95088, 95102, 95112, 95120, 95134, 95136, 95164, 95180, 95192, 95214, 95218, 95220, 95244, 95256, 95280, 95294, 95328, 95356, 95424, 95480, 95728, 95758, 95772, 95800, 95856, 95870, 95968, 95996, 96008, 96016, 96030, 96032, 96060, 96064, 96120, 96152, 96176, 96190, 96220, 96226, 96228, 96232, 96290, 96292, 96296, 96310, 96322, 96324, 96328, 96336, 96350, 96358, 96364, 96386, 96388, 96392, 96400, 96414, 96416, 96444, 96454, 96460, 96472, 96494, 96498, 96500, 96514, 96516, 96520, 96528, 96542, 96544, 96572, 96576, 96632, 96646, 96652, 96664, 96688, 96702, 96718, 96732, 96738, 96740, 96744, 96758, 96772, 96776, 96784, 96798, 96800, 96828, 96832, 96888, 97008, 97030, 97036, 97048, 97072, 97086, 97120, 97148, 97166, 97180, 97208, 97220, 97224, 97232, 97246, 97254, 97260, 97326, 97330, 97332, 97358, 97372, 97378, 97380, 97384, 97398, 97422, 97436, 97464, 97474, 97476, 97480, 97488, 97502, 97510, 97516, 97550, 97564, 97592, 97648, 97666, 97668, 97672, 97680, 97694, 97696, 97724, 97734, 97740, 97752, 97774, 97830, 97836, 97850, 97862, 97868, 97880, 97902, 97906, 97908, 97926, 97932, 97944, 97968, 97998, 98012, 98018, 98020, 98024, 98038, 98618, 98674, 98676, 98838, 98854, 98874, 98892, 98904, 98926, 98930, 98932, 98968, 99006, 99042, 99044, 99048, 99062, 99166, 99194, 99246, 99286, 99350, 99366, 99372, 99386, 99398, 99416, 99438, 99442, 99444, 99462, 99504, 99518, 99534, 99548, 99554, 99556, 99560, 99574, 99590, 99596, 99608, 99632, 99646, 99680, 99708, 99726, 99740, 99768, 99778, 99780, 99784, 99792, 99806, 99814, 99820, 99834, 99858, 99860, 99874, 99880, 99894, 99906, 99920, 99934, 99962, 99970, 99972, 99976, 99984, 99998, 100000, 100028, 100038, 100044, 100056, 100078, 100082, 100084, 100142, 100174, 100188, 100246, 100262, 100268, 100306, 100308, 100390, 100396, 100410, 100422, 100428, 100440, 100462, 100466, 100468, 100486, 100504, 100528, 100542, 100558, 100572, 100578, 100580, 100584, 100598, 100620, 100656, 100670, 100704, 100732, 100750, 100792, 100802, 100808, 100816, 100830, 100838, 100844, 100858, 100888, 100912, 100926, 100960, 100988, 101056, 101112, 101148, 101176, 101232, 101246, 101250, 101252, 101256, 101264, 101278, 101280, 101308, 101318, 101324, 101336, 101358, 101362, 101364, 101410, 101412, 101416, 101430, 101442, 101448, 101456, 101470, 101478, 101498, 101506, 101508, 101520, 101534, 101536, 101564, 101580, 101618, 101620, 101636, 101640, 101648, 101662, 101664, 101692, 101696, 101752, 101766, 101784, 101838, 101858, 101860, 101864, 101934, 101938, 101940, 101966, 101980, 101986, 101988, 101992, 102030, 102044, 102072, 102082, 102084, 102088, 102096, 102138, 102166, 102182, 102188, 102214, 102220, 102232, 102254, 102282, 102290, 102292, 102306, 102308, 102312, 102326, 102444, 102458, 102470, 102476, 102488, 102514, 102516, 102534, 102552, 102576, 102590, 102606, 102620, 102626, 102632, 102646, 102662, 102668, 102704, 102718, 102752, 102780, 102798, 102812, 102840, 102850, 102856, 102864, 102878, 102886, 102892, 102906, 102936, 102974, 103008, 103036, 103104, 103160, 103224, 103280, 103294, 103298, 103300, 103312, 103326, 103328, 103356, 103366, 103372, 103384, 103406, 103410, 103412, 103472, 103486, 103520, 103548, 103616, 103672, 103920, 103992, 104048, 104062, 104160, 104188, 104194, 104196, 104200, 104208, 104224, 104252, 104256, 104312, 104326, 104332, 104344, 104368, 104382, 104398, 104412, 104418, 104420, 104424, 104482, 104484, 104514, 104520, 104528, 104542, 104550, 104570, 104578, 104580, 104592, 104606, 104608, 104636, 104652, 104690, 104692, 104706, 104712, 104734, 104736, 104764, 104768, 104824, 104838, 104856, 104910, 104930, 104932, 104936, 104968, 104976, 104990, 104992, 105020, 105024, 105080, 105200, 105240, 105278, 105312, 105372, 105410, 105412, 105416, 105424, 105446, 105518, 105524, 105550, 105564, 105570, 105572, 105576, 105614, 105628, 105656, 105666, 105672, 105680, 105702, 105722, 105742, 105756, 105784, 105840, 105854, 105858, 105860, 105864, 105872, 105888, 105932, 105970, 105972, 106006, 106022, 106028, 106054, 106060, 106072, 106100, 106118, 106124, 106136, 106160, 106174, 106190, 106210, 106212, 106216, 106250, 106258, 106260, 106274, 106276, 106280, 106306, 106308, 106312, 106320, 106334, 106348, 106394, 106414, 106418, 106420, 106566, 106572, 106610, 106612, 106630, 106636, 106648, 106672, 106686, 106722, 106724, 106728, 106742, 106758, 106764, 106776, 106800, 106814, 106848, 106876, 106894, 106908, 106936, 106946, 106948, 106952, 106960, 106974, 106982, 106988, 107032, 107056, 107070, 107104, 107132, 107200, 107256, 107292, 107320, 107376, 107390, 107394, 107396, 107400, 107408, 107422, 107424, 107452, 107462, 107468, 107480, 107502, 107506, 107508, 107544, 107568, 107582, 107616, 107644, 107712, 107768, 108016, 108060, 108088, 108144, 108158, 108256, 108284, 108290, 108292, 108296, 108304, 108318, 108320, 108348, 108352, 108408, 108422, 108428, 108440, 108464, 108478, 108494, 108508, 108514, 108516, 108520, 108592, 108640, 108668, 108736, 108792, 109040, 109536, 109680, 109694, 109792, 109820, 110016, 110072, 110084, 110088, 110096, 110112, 110140, 110144, 110200, 110320, 110342, 110348, 110360, 110384, 110398, 110432, 110460, 110478, 110492, 110520, 110532, 110536, 110544, 110558, 110658, 110686, 110714, 110722, 110724, 110728, 110736, 110750, 110752, 110780, 110796, 110834, 110836, 110850, 110852, 110856, 110864, 110878, 110880, 110908, 110912, 110968, 110982, RestAPIAbortCodes.SEARCH_INDEXING, 111054, 111074, 111076, 111080, 111108, 111112, 111120, 111134, 111136, 111164, 111168, 111224, 111344, 111372, 111422, 111456, 111516, 111554, 111556, 111560, 111568, 111590, 111632, 111646, 111648, 111676, 111680, 111736, 111856, 112096, 112152, 112224, 112252, 112320, 112440, 112514, 112516, 112520, 112528, 112542, 112544, 112588, 112686, 112718, 112732, 112782, 112796, 112824, 112834, 112836, 112840, 112848, 112870, 112890, 112910, 112924, 112952, 113008, 113022, 113026, 113028, 113032, 113040, 113054, 113056, 113100, 113138, 113140, 113166, 113180, 113208, 113264, 113278, 113376, 113404, 113416, 113424, 113440, 113468, 113472, 113560, 113614, 113634, 113636, 113640, 113686, 113702, 113708, 113734, 113740, 113752, 113778, 113780, 113798, 113804, 113816, 113840, 113854, 113870, 113890, 113892, 113896, 113926, 113932, 113944, 113968, 113982, 114016, 114044, 114076, 114114, 114116, 114120, 114128, 114150, 114170, 114194, 114196, 114210, 114212, 114216, 114242, 114244, 114248, 114256, 114270, 114278, 114306, 114308, 114312, 114320, 114334, 114336, 114364, 114380, 114420, 114458, 114478, 114482, 114484, 114510, 114524, 114530, 114532, 114536, 114842, 114866, 114868, 114970, 114994, 114996, 115042, 115044, 115048, 115062, 115130, 115226, 115250, 115252, 115278, 115292, 115298, 115300, 115304, 115318, 115342, 115394, 115396, 115400, 115408, 115422, 115430, 115436, 115450, 115478, 115494, 115514, 115526, 115532, 115570, 115572, 115738, 115758, 115762, 115764, 115790, 115804, 115810, 115812, 115816, 115830, 115854, 115868, 115896, 115906, 115912, 115920, 115934, 115942, 115948, 115962, 115996, 116024, 116080, 116094, 116098, 116100, 116104, 116112, 116126, 116128, 116156, 116166, 116172, 116184, 116206, 116210, 116212, 116246, 116262, 116268, 116282, 116294, 116300, 116312, 116334, 116338, 116340, 116358, 116364, 116376, 116400, 116414, 116430, 116444, 116450, 116452, 116456, 116498, 116500, 116514, 116520, 116534, 116546, 116548, 116552, 116560, 116574, 116582, 116588, 116602, 116654, 116694, 116714, 116762, 116782, 116786, 116788, 116814, 116828, 116834, 116836, 116840, 116854, 116878, 116892, 116920, 116930, 116936, 116944, 116958, 116966, 116972, 116986, 117006, 117048, 117104, 117118, 117122, 117124, 117136, 117150, 117152, 117180, 117190, 117196, 117208, 117230, 117234, 117236, 117304, 117360, 117374, 117472, 117500, 117506, 117508, 117512, 117520, 117536, 117564, 117568, 117624, 117638, 117644, 117656, 117680, 117694, 117710, 117724, 117730, 117732, 117736, 117750, 117782, 117798, 117804, 117818, 117830, 117848, 117874, 117876, 117894, 117936, 117950, 117966, 117986, 117988, 117992, 118022, 118028, 118040, 118064, 118078, 118112, 118140, 118172, 118210, 118212, 118216, 118224, 118238, 118246, 118266, 118306, 118312, 118338, 118352, 118366, 118374, 118394, 118402, 118404, 118408, 118416, 118430, 118432, 118460, 118476, 118514, 118516, 118574, 118578, 118580, 118606, 118620, 118626, 118628, 118632, 118678, 118694, 118700, 118730, 118738, 118740, 118830, 118834, 118836, 118862, 118876, 118882, 118884, 118888, 118902, 118926, 118940, 118968, 118978, 118980, 118984, 118992, 119006, 119014, 119020, 119034, 119068, 119096, 119152, 119166, 119170, 119172, 119176, 119184, 119198, 119200, 119228, 119238, 119244, 119256, 119278, 119282, 119284, 119324, 119352, 119408, 119422, 119520, 119548, 119554, 119556, 119560, 119568, 119582, 119584, 119612, 119616, 119672, 119686, 119692, 119704, 119728, 119742, 119758, 119772, 119778, 119780, 119784, 119798, 119920, 119934, 120032, 120060, 120256, 120312, 120324, 120328, 120336, 120352, 120384, 120440, 120560, 120582, 120588, 120600, 120624, 120638, 120672, 120700, 120718, 120732, 120760, 120770, 120772, 120776, 120784, 120798, 120806, 120812, 120870, 120876, 120890, 120902, 120908, 120920, 120946, 120948, 120966, 120972, 120984, 121008, 121022, 121038, 121058, 121060, 121064, 121078, 121100, 121112, 121136, 121150, 121184, 121212, 121244, 121282, 121284, 121288, 121296, 121318, 121338, 121356, 121368, 121392, 121406, 121440, 121468, 121536, 121592, 121656, 121730, 121732, 121736, 121744, 121758, 121760, 121804, 121842, 121844, 121890, 121922, 121924, 121928, 121936, 121950, 121958, 121978, 121986, 121988, 121992, 122000, 122014, 122016, 122044, 122060, 122098, 122100, 122116, 122120, 122128, 122142, 122144, 122172, 122176, 122232, 122246, 122264, 122318, 122338, 122340, 122344, 122414, 122418, 122420, 122446, 122460, 122466, 122468, 122472, 122510, 122524, 122552, 122562, 122564, 122568, 122576, 122598, 122618, 122646, 122662, 122668, 122694, 122700, 122712, 122738, 122740, 122762, 122770, 122772, 122786, 122788, 122792, 123018, 123026, 123028, 123042, 123044, 123048, 123062, 123098, 123146, 123154, 123156, 123170, 123172, 123176, 123190, 123202, 123204, 123208, 123216, 123238, 123244, 123258, 123290, 123314, 123316, 123402, 123410, 123412, 123426, 123428, 123432, 123446, 123458, 123464, 123472, 123486, 123494, 123500, 123514, 123522, 123524, 123528, 123536, 123552, 123580, 123590, 123596, 123608, 123630, 123634, 123636, 123674, 123698, 123700, 123740, 123746, 123748, 123752, 123834, 123914, 123922, 123924, 123938, 123944, 123958, 123970, 123976, 123984, 123998, 124006, 124012, 124026, 124034, 124036, 124048, 124062, 124064, 124092, 124102, 124108, 124120, 124142, 124146, 124148, 124162, 124164, 124168, 124176, 124190, 124192, 124220, 124224, 124280, 124294, 124300, 124312, 124336, 124350, 124366, 124380, 124386, 124388, 124392, 124406, 124442, 124462, 124466, 124468, 124494, 124508, 124514, 124520, 124558, 124572, 124600, 124610, 124612, 124616, 124624, 124646, 124666, 124694, 124710, 124716, 124730, 124742, 124748, 124760, 124786, 124788, 124818, 124820, 124834, 124836, 124840, 124854, 124946, 124948, 124962, 124964, 124968, 124982, 124994, 124996, 125000, 125008, 125022, 125030, 125036, 125050, 125058, 125060, 125064, 125072, 125086, 125088, 125116, 125126, 125132, 125144, 125166, 125170, 125172, 125186, 125188, 125192, 125200, 125216, 125244, 125248, 125304, 125318, 125324, 125336, 125360, 125374, 125390, 125404, 125410, 125412, 125416, 125430, 125444, 125448, 125456, 125472, 125504, 125560, 125680, 125702, 125708, 125720, 125744, 125758, 125792, 125820, 125838, 125852, 125880, 125890, 125892, 125896, 125904, 125918, 125926, 125932, 125978, 125998, 126002, 126004, 126030, 126044, 126050, 126052, 126056, 126094, 126108, 126136, 126146, 126148, 126152, 126160, 126182, 126202, 126222, 126236, 126264, 126320, 126334, 126338, 126340, 126344, 126352, 126366, 126368, 126412, 126450, 126452, 126486, 126502, 126508, 126522, 126534, 126540, 126552, 126574, 126578, 126580, 126598, 126604, 126616, 126640, 126654, 126670, 126684, 126690, 126692, 126696, 126738, 126754, 126756, 126760, 126774, 126786, 126788, 126792, 126800, 126814, 126822, 126828, 126842, 126894, 126898, 126900, 126934, 127126, 127142, 127148, 127162, 127178, 127186, 127188, 127254, 127270, 127276, 127290, 127302, 127308, 127320, 127342, 127346, 127348, 127370, 127378, 127380, 127394, 127396, 127400, 127450, 127510, 127526, 127532, 127546, 127558, 127576, 127598, 127602, 127604, 127622, 127628, 127640, 127664, 127678, 127694, 127708, 127714, 127716, 127720, 127734, 127754, 127762, 127764, 127778, 127784, 127810, 127812, 127816, 127824, 127838, 127846, 127866, 127898, 127918, 127922, 127924, 128022, 128038, 128044, 128058, 128070, 128076, 128088, 128110, 128114, 128116, 128134, 128140, 128152, 128176, 128190, 128206, 128220, 128226, 128228, 128232, 128246, 128262, 128268, 128280, 128304, 128318, 128352, 128380, 128398, 128412, 128440, 128450, 128452, 128456, 128464, 128478, 128486, 128492, 128506, 128522, 128530, 128532, 128546, 128548, 128552, 128566, 128578, 128580, 128584, 128592, 128606, 128614, 128634, 128642, 128644, 128648, 128656, 128670, 128672, 128700, 128716, 128754, 128756, 128794, 128814, 128818, 128820, 128846, 128860, 128866, 128868, 128872, 128886, 128918, 128934, 128940, 128954, 128978, 128980, 129178, 129198, 129202, 129204, 129238, 129258, 129306, 129326, 129330, 129332, 129358, 129372, 129378, 129380, 129384, 129398, 129430, 129446, 129452, 129466, 129482, 129490, 129492, 129562, 129582, 129586, 129588, 129614, 129628, 129634, 129636, 129640, 129654, 129678, 129692, 129720, 129730, 129732, 129736, 129744, 129758, 129766, 129772, 129814, 129830, 129836, 129850, 129862, 129868, 129880, 129902, 129906, 129908, 129930, 129938, 129940, 129954, 129956, 129960, 129974, 130010}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1523c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, HideBottomViewOnScrollBehavior.EXIT_ANIMATION_DURATION, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, HideBottomViewOnScrollBehavior.ENTER_ANIMATION_DURATION, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, FontUtils.MAX_FONT_SCALING, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, AudioAttributesCompat.FLAG_ALL, 65, PointerIconCompat.TYPE_GRAB, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, FrameMetricsAggregator.EVERY_DURATION, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, ModelInvite.Settings.HALF_HOUR, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetSettingsUserProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, BaseTransientBottomBar.ANIMATION_FADE_DURATION, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; + public static final int[] f1446c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, HideBottomViewOnScrollBehavior.EXIT_ANIMATION_DURATION, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, HideBottomViewOnScrollBehavior.ENTER_ANIMATION_DURATION, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, FontUtils.MAX_FONT_SCALING, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, AudioAttributesCompat.FLAG_ALL, 65, PointerIconCompat.TYPE_GRAB, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, FrameMetricsAggregator.EVERY_DURATION, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, ModelInvite.Settings.HALF_HOUR, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetEditUserOrGuildMemberProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, BaseTransientBottomBar.ANIMATION_FADE_DURATION, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; public static int a(int i) { int binarySearch = Arrays.binarySearch(b, i & 262143); if (binarySearch < 0) { return -1; } - return (f1523c[binarySearch] - 1) % 929; + return (f1446c[binarySearch] - 1) % 929; } public static int[] b(Collection collection) { diff --git a/app/src/main/java/c/i/e/r/b.java b/app/src/main/java/c/i/e/r/b.java index 7e150c3bdd..90562621fb 100644 --- a/app/src/main/java/c/i/e/r/b.java +++ b/app/src/main/java/c/i/e/r/b.java @@ -36,7 +36,7 @@ public final class b implements i { } /* JADX WARNING: Code restructure failed: missing block: B:312:0x064c, code lost: - r3 = new com.google.zxing.Result(r2.f1497c, r2.a, r4, c.i.e.a.PDF_417); + r3 = new com.google.zxing.Result(r2.f1420c, r2.a, r4, c.i.e.a.PDF_417); r3.b(c.i.e.j.ERROR_CORRECTION_LEVEL, r2.e); r2 = (c.i.e.r.c) r2.f; */ @@ -170,11 +170,11 @@ public final class b implements i { if (a3 == null) { a3 = a4; } else if (a4 != null) { - a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1525c, a4.d, a4.e); + a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1448c, a4.d, a4.e); } fVar2 = new f(aVar, a3); if (fVar2 == null) { - if (i12 != 0 || (cVar6 = fVar2.f1528c) == null) { + if (i12 != 0 || (cVar6 = fVar2.f1451c) == null) { break; } cVar2 = cVar5; @@ -197,7 +197,7 @@ public final class b implements i { if (fVar2 == null) { } } - fVar2.f1528c = cVar2; + fVar2.f1451c = cVar2; fVar = fVar2; hVar = hVar; int i21 = fVar.d + 1; @@ -263,7 +263,7 @@ public final class b implements i { i25 = i5; } else { i5 = i25; - i6 = z3 ? fVar.f1528c.f : fVar.f1528c.g; + i6 = z3 ? fVar.f1451c.f : fVar.f1451c.g; } } if (i6 < 0 && i6 <= cVar2.g) { @@ -468,7 +468,7 @@ public final class b implements i { int i64 = 0; for (int i65 = 14; i64 < i65; i65 = 14) { c.i.e.r.d.d dVar7 = dVarArr9[i64]; - if (dVar7 != null && dVar7.a() && dVar7.f1526c == dVar6.f1526c) { + if (dVar7 != null && dVar7.a() && dVar7.f1449c == dVar6.f1449c) { dVar6.e = dVar7.e; z2 = true; } else { diff --git a/app/src/main/java/c/i/e/r/d/a.java b/app/src/main/java/c/i/e/r/d/a.java index 6dff5d7479..1e0fe1f5a5 100644 --- a/app/src/main/java/c/i/e/r/d/a.java +++ b/app/src/main/java/c/i/e/r/d/a.java @@ -5,14 +5,14 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1524c; + public final int f1447c; public final int d; public final int e; public a(int i, int i2, int i3, int i4) { this.a = i; this.b = i4; - this.f1524c = i2; + this.f1447c = i2; this.d = i3; this.e = i2 + i3; } diff --git a/app/src/main/java/c/i/e/r/d/c.java b/app/src/main/java/c/i/e/r/d/c.java index d9ac8177cc..f7c4f7c831 100644 --- a/app/src/main/java/c/i/e/r/d/c.java +++ b/app/src/main/java/c/i/e/r/d/c.java @@ -9,7 +9,7 @@ public final class c { public final k b; /* renamed from: c reason: collision with root package name */ - public final k f1525c; + public final k f1448c; public final k d; public final k e; public final int f; @@ -32,7 +32,7 @@ public final class c { } this.a = bVar; this.b = kVar; - this.f1525c = kVar2; + this.f1448c = kVar2; this.d = kVar3; this.e = kVar4; this.f = (int) Math.min(kVar.a, kVar2.a); @@ -47,7 +47,7 @@ public final class c { public c(c cVar) { this.a = cVar.a; this.b = cVar.b; - this.f1525c = cVar.f1525c; + this.f1448c = cVar.f1448c; this.d = cVar.d; this.e = cVar.e; this.f = cVar.f; diff --git a/app/src/main/java/c/i/e/r/d/d.java b/app/src/main/java/c/i/e/r/d/d.java index 16de106d92..a9682ab04b 100644 --- a/app/src/main/java/c/i/e/r/d/d.java +++ b/app/src/main/java/c/i/e/r/d/d.java @@ -5,24 +5,24 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1526c; + public final int f1449c; public final int d; public int e = -1; public d(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f1526c = i3; + this.f1449c = i3; this.d = i4; } public boolean a() { int i = this.e; - return i != -1 && this.f1526c == (i % 3) * 3; + return i != -1 && this.f1449c == (i % 3) * 3; } public void b() { - this.e = (this.f1526c / 3) + ((this.d / 30) * 3); + this.e = (this.f1449c / 3) + ((this.d / 30) * 3); } public String toString() { diff --git a/app/src/main/java/c/i/e/r/d/e.java b/app/src/main/java/c/i/e/r/d/e.java index 5ce4ebc7dc..5da759367f 100644 --- a/app/src/main/java/c/i/e/r/d/e.java +++ b/app/src/main/java/c/i/e/r/d/e.java @@ -9,17 +9,17 @@ public final class e { public static final char[] b = "0123456789&\r\t,:#-.$/+%*=^".toCharArray(); /* renamed from: c reason: collision with root package name */ - public static final BigInteger[] f1527c; + public static final BigInteger[] f1450c; static { BigInteger[] bigIntegerArr = new BigInteger[16]; - f1527c = bigIntegerArr; + f1450c = bigIntegerArr; bigIntegerArr[0] = BigInteger.ONE; BigInteger valueOf = BigInteger.valueOf(900); bigIntegerArr[1] = valueOf; int i = 2; while (true) { - BigInteger[] bigIntegerArr2 = f1527c; + BigInteger[] bigIntegerArr2 = f1450c; if (i < bigIntegerArr2.length) { bigIntegerArr2[i] = bigIntegerArr2[i - 1].multiply(valueOf); i++; @@ -32,7 +32,7 @@ public final class e { public static String a(int[] iArr, int i) throws FormatException { BigInteger bigInteger = BigInteger.ZERO; for (int i2 = 0; i2 < i; i2++) { - bigInteger = bigInteger.add(f1527c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); + bigInteger = bigInteger.add(f1450c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); } String bigInteger2 = bigInteger.toString(); if (bigInteger2.charAt(0) == '1') { diff --git a/app/src/main/java/c/i/e/r/d/f.java b/app/src/main/java/c/i/e/r/d/f.java index 928527f5a3..949afe1d0b 100644 --- a/app/src/main/java/c/i/e/r/d/f.java +++ b/app/src/main/java/c/i/e/r/d/f.java @@ -8,14 +8,14 @@ public final class f { public final g[] b; /* renamed from: c reason: collision with root package name */ - public c f1528c; + public c f1451c; public final int d; public f(a aVar, c cVar) { this.a = aVar; int i = aVar.a; this.d = i; - this.f1528c = cVar; + this.f1451c = cVar; this.b = new g[(i + 2)]; } @@ -23,7 +23,7 @@ public final class f { if (dVar.a()) { return i2; } - if (!(i != -1 && dVar.f1526c == (i % 3) * 3)) { + if (!(i != -1 && dVar.f1449c == (i % 3) * 3)) { return i2 + 1; } dVar.e = i; @@ -43,9 +43,9 @@ public final class f { } hVar.d(dVarArr, aVar); c cVar = hVar.a; - boolean z2 = hVar.f1529c; + boolean z2 = hVar.f1452c; k kVar = z2 ? cVar.b : cVar.d; - k kVar2 = z2 ? cVar.f1525c : cVar.e; + k kVar2 = z2 ? cVar.f1448c : cVar.e; int b = hVar.b((int) kVar.b); int b2 = hVar.b((int) kVar2.b); int i2 = -1; diff --git a/app/src/main/java/c/i/e/r/d/h.java b/app/src/main/java/c/i/e/r/d/h.java index ca5dde4078..b389aaa655 100644 --- a/app/src/main/java/c/i/e/r/d/h.java +++ b/app/src/main/java/c/i/e/r/d/h.java @@ -3,11 +3,11 @@ package c.i.e.r.d; public final class h extends g { /* renamed from: c reason: collision with root package name */ - public final boolean f1529c; + public final boolean f1452c; public h(c cVar, boolean z2) { super(cVar); - this.f1529c = z2; + this.f1452c = z2; } public a c() { @@ -21,7 +21,7 @@ public final class h extends g { dVar.b(); int i = dVar.d % 30; int i2 = dVar.e; - if (!this.f1529c) { + if (!this.f1452c) { i2 += 2; } int i3 = i2 % 3; @@ -52,7 +52,7 @@ public final class h extends g { if (i3 > aVar.e) { dVarArr[i] = null; } else { - if (!this.f1529c) { + if (!this.f1452c) { i3 += 2; } int i4 = i3 % 3; @@ -64,7 +64,7 @@ public final class h extends g { } else if (i2 / 3 != aVar.b || i2 % 3 != aVar.d) { dVarArr[i] = null; } - } else if ((i2 * 3) + 1 != aVar.f1524c) { + } else if ((i2 * 3) + 1 != aVar.f1447c) { dVarArr[i] = null; } } @@ -74,6 +74,6 @@ public final class h extends g { @Override // c.i.e.r.d.g public String toString() { - return "IsLeft: " + this.f1529c + '\n' + super.toString(); + return "IsLeft: " + this.f1452c + '\n' + super.toString(); } } diff --git a/app/src/main/java/c/i/e/r/d/j.java b/app/src/main/java/c/i/e/r/d/j.java index 90eb8239ee..c138d54b2f 100644 --- a/app/src/main/java/c/i/e/r/d/j.java +++ b/app/src/main/java/c/i/e/r/d/j.java @@ -35,9 +35,9 @@ public final class j { iArr = null; } else { c cVar = hVar.a; - boolean z2 = hVar.f1529c; + boolean z2 = hVar.f1452c; k kVar5 = z2 ? cVar.b : cVar.d; - k kVar6 = z2 ? cVar.f1525c : cVar.e; + k kVar6 = z2 ? cVar.f1448c : cVar.e; int b = hVar.b((int) kVar6.b); d[] dVarArr = hVar.b; int i3 = -1; @@ -106,9 +106,9 @@ public final class j { length2--; } c cVar2 = hVar.a; - boolean z3 = hVar.f1529c; + boolean z3 = hVar.f1452c; k kVar7 = cVar2.b; - k kVar8 = cVar2.f1525c; + k kVar8 = cVar2.f1448c; k kVar9 = cVar2.d; k kVar10 = cVar2.e; if (i11 > 0) { @@ -242,7 +242,7 @@ public final class j { int i16 = iArr4[i15]; Objects.requireNonNull(bVar3); if (i16 != 0) { - int i17 = length - bVar3.f1530c[i16]; + int i17 = length - bVar3.f1453c[i16]; if (i17 >= 0) { iArr[i17] = aVar.a.e(iArr[i17], iArr6[i15]); } else { diff --git a/app/src/main/java/c/i/e/r/d/k/b.java b/app/src/main/java/c/i/e/r/d/k/b.java index 19e37804b1..214ea8ccbe 100644 --- a/app/src/main/java/c/i/e/r/d/k/b.java +++ b/app/src/main/java/c/i/e/r/d/k/b.java @@ -5,20 +5,20 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1530c; + public final int[] f1453c; public final c d; public final c e; public b(int i, int i2) { this.b = new int[i]; - this.f1530c = new int[i]; + this.f1453c = new int[i]; int i3 = 1; for (int i4 = 0; i4 < i; i4++) { this.b[i4] = i3; i3 = (i3 * i2) % i; } for (int i5 = 0; i5 < i - 1; i5++) { - this.f1530c[this.b[i5]] = i5; + this.f1453c[this.b[i5]] = i5; } this.d = new c(this, new int[]{0}); this.e = new c(this, new int[]{1}); @@ -42,7 +42,7 @@ public final class b { public int c(int i) { if (i != 0) { - return this.b[(929 - this.f1530c[i]) - 1]; + return this.b[(929 - this.f1453c[i]) - 1]; } throw new ArithmeticException(); } @@ -52,7 +52,7 @@ public final class b { return 0; } int[] iArr = this.b; - int[] iArr2 = this.f1530c; + int[] iArr2 = this.f1453c; return iArr[(iArr2[i] + iArr2[i2]) % 928]; } diff --git a/app/src/main/java/c/i/e/r/e/a.java b/app/src/main/java/c/i/e/r/e/a.java index 19d6ba226b..a4e3e4759e 100644 --- a/app/src/main/java/c/i/e/r/e/a.java +++ b/app/src/main/java/c/i/e/r/e/a.java @@ -11,7 +11,7 @@ public final class a { public static final int[] b = {6, 2, 7, 3}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1531c = {8, 1, 1, 1, 1, 1, 1, 3}; + public static final int[] f1454c = {8, 1, 1, 1, 1, 1, 1, 3}; public static final int[] d = {7, 1, 1, 3, 1, 1, 1, 2, 1}; /* JADX WARNING: Code restructure failed: missing block: B:20:0x0068, code lost: @@ -55,7 +55,7 @@ public final class a { } int i6 = bVar.i; k[] kVarArr = new k[8]; - k[] c2 = c(bVar, i5, i6, i3, i4, f1531c); + k[] c2 = c(bVar, i5, i6, i3, i4, f1454c); int[] iArr = a; for (int i7 = 0; i7 < iArr.length; i7++) { kVarArr[iArr[i7]] = c2[i7]; diff --git a/app/src/main/java/c/i/e/s/a.java b/app/src/main/java/c/i/e/s/a.java index 89dadb6b2c..f4c42c5fe0 100644 --- a/app/src/main/java/c/i/e/s/a.java +++ b/app/src/main/java/c/i/e/s/a.java @@ -70,7 +70,7 @@ public class a implements i { if (!c.i.e.s.c.e.c(iArr)) { eVar2.g(iArr); } else if (eVar2.e(iArr, i7, i9)) { - if (eVar2.f1539c) { + if (eVar2.f1462c) { z3 = eVar2.f(); } else { if (eVar2.b.size() > 1) { @@ -83,7 +83,7 @@ public class a implements i { c.i.e.s.c.d next = it.next(); if (next.d >= 2) { if (dVar != null) { - eVar2.f1539c = true; + eVar2.f1462c = true; i2 = 2; i3 = ((int) (Math.abs(dVar.a - next.a) - Math.abs(dVar.b - next.b))) / 2; break; @@ -115,7 +115,7 @@ public class a implements i { } if (c.i.e.s.c.e.c(iArr) && eVar2.e(iArr, i7, i5)) { i6 = iArr[0]; - if (eVar2.f1539c) { + if (eVar2.f1462c) { z3 = eVar2.f(); } } @@ -128,7 +128,7 @@ public class a implements i { float f5 = 0.0f; float f6 = 0.0f; for (c.i.e.s.c.d dVar2 : eVar2.b) { - float f7 = dVar2.f1538c; + float f7 = dVar2.f1461c; f5 += f7; f6 += f7 * f7; } @@ -138,7 +138,7 @@ public class a implements i { float max = Math.max(0.2f * f9, (float) Math.sqrt((double) ((f6 / f8) - (f9 * f9)))); int i11 = 0; while (i11 < eVar2.b.size() && eVar2.b.size() > 3) { - if (Math.abs(eVar2.b.get(i11).f1538c - f9) > max) { + if (Math.abs(eVar2.b.get(i11).f1461c - f9) > max) { eVar2.b.remove(i11); i11--; } @@ -147,7 +147,7 @@ public class a implements i { } if (eVar2.b.size() > 3) { for (c.i.e.s.c.d dVar3 : eVar2.b) { - f4 += dVar3.f1538c; + f4 += dVar3.f1461c; } Collections.sort(eVar2.b, new e.b(f4 / ((float) eVar2.b.size()), null)); List list = eVar2.b; @@ -163,7 +163,7 @@ public class a implements i { k.b(dVarArr); f fVar = new f(dVarArr); c.i.e.s.c.d dVar4 = fVar.b; - c.i.e.s.c.d dVar5 = fVar.f1540c; + c.i.e.s.c.d dVar5 = fVar.f1463c; c.i.e.s.c.d dVar6 = fVar.a; float a3 = (cVar2.a(dVar4, dVar6) + cVar2.a(dVar4, dVar5)) / 2.0f; if (a3 >= 1.0f) { @@ -315,7 +315,7 @@ public class a implements i { kVarArr[0] = kVarArr[2]; kVarArr[2] = kVar; } - Result result = new Result(eVar.f1497c, eVar.a, kVarArr, c.i.e.a.QR_CODE); + Result result = new Result(eVar.f1420c, eVar.a, kVarArr, c.i.e.a.QR_CODE); List list2 = eVar.d; if (list2 != null) { result.b(c.i.e.j.BYTE_SEGMENTS, list2); diff --git a/app/src/main/java/c/i/e/s/b/a.java b/app/src/main/java/c/i/e/s/b/a.java index a68dd17781..93cead1a38 100644 --- a/app/src/main/java/c/i/e/s/b/a.java +++ b/app/src/main/java/c/i/e/s/b/a.java @@ -8,7 +8,7 @@ public final class a { public j b; /* renamed from: c reason: collision with root package name */ - public g f1532c; + public g f1455c; public boolean d; public a(b bVar) throws FormatException { @@ -44,7 +44,7 @@ public final class a { } public g c() throws FormatException { - g gVar = this.f1532c; + g gVar = this.f1455c; if (gVar != null) { return gVar; } @@ -69,7 +69,7 @@ public final class a { if (a2 == null) { a2 = g.a(a ^ 21522, i ^ 21522); } - this.f1532c = a2; + this.f1455c = a2; if (a2 != null) { return a2; } @@ -113,8 +113,8 @@ public final class a { } public void e() { - if (this.f1532c != null) { - c cVar = c.values()[this.f1532c.f1533c]; + if (this.f1455c != null) { + c cVar = c.values()[this.f1455c.f1456c]; b bVar = this.a; cVar.g(bVar, bVar.j); } diff --git a/app/src/main/java/c/i/e/s/b/e.java b/app/src/main/java/c/i/e/s/b/e.java index 7e65927a1c..aff45be391 100644 --- a/app/src/main/java/c/i/e/s/b/e.java +++ b/app/src/main/java/c/i/e/s/b/e.java @@ -26,7 +26,7 @@ public final class e { try { aVar.e(); aVar.b = null; - aVar.f1532c = null; + aVar.f1455c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -45,7 +45,7 @@ public final class e { e = null; aVar.e(); aVar.b = null; - aVar.f1532c = null; + aVar.f1455c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -70,7 +70,7 @@ public final class e { f fVar = aVar.c().b; g c2 = aVar.c(); j d2 = aVar.d(); - c cVar = c.values()[c2.f1533c]; + c cVar = c.values()[c2.f1456c]; b bVar2 = aVar.a; int i4 = bVar2.j; cVar.g(bVar2, i4); @@ -94,7 +94,7 @@ public final class e { int i11 = 6; bVar3.k(6, 9, 1, i10); bVar3.k(9, 6, i10, 1); - if (d2.f1535c > 6) { + if (d2.f1458c > 6) { int i12 = c3 - 11; bVar3.k(i12, 0, 3, 6); bVar3.k(0, i12, 6, 3); diff --git a/app/src/main/java/c/i/e/s/b/g.java b/app/src/main/java/c/i/e/s/b/g.java index 19652cb816..7d814a0e21 100644 --- a/app/src/main/java/c/i/e/s/b/g.java +++ b/app/src/main/java/c/i/e/s/b/g.java @@ -5,7 +5,7 @@ public final class g { public final f b; /* renamed from: c reason: collision with root package name */ - public final byte f1533c; + public final byte f1456c; public g(int i) { int i2 = (i >> 3) & 3; @@ -13,7 +13,7 @@ public final class g { f[] fVarArr = f.m; if (i2 < fVarArr.length) { this.b = fVarArr[i2]; - this.f1533c = (byte) (i & 7); + this.f1456c = (byte) (i & 7); return; } } @@ -55,10 +55,10 @@ public final class g { return false; } g gVar = (g) obj; - return this.b == gVar.b && this.f1533c == gVar.f1533c; + return this.b == gVar.b && this.f1456c == gVar.f1456c; } public int hashCode() { - return (this.b.ordinal() << 3) | this.f1533c; + return (this.b.ordinal() << 3) | this.f1456c; } } diff --git a/app/src/main/java/c/i/e/s/b/h.java b/app/src/main/java/c/i/e/s/b/h.java index b4b6bea068..ec9b82d18f 100644 --- a/app/src/main/java/c/i/e/s/b/h.java +++ b/app/src/main/java/c/i/e/s/b/h.java @@ -21,7 +21,7 @@ public enum h { } public int f(j jVar) { - int i = jVar.f1535c; + int i = jVar.f1458c; return this.characterCountBitsForVersions[i <= 9 ? 0 : i <= 26 ? (char) 1 : 2]; } } diff --git a/app/src/main/java/c/i/e/s/b/j.java b/app/src/main/java/c/i/e/s/b/j.java index 5e3040845b..aa09eaa2b4 100644 --- a/app/src/main/java/c/i/e/s/b/j.java +++ b/app/src/main/java/c/i/e/s/b/j.java @@ -7,7 +7,7 @@ public final class j { public static final j[] b = a(); /* renamed from: c reason: collision with root package name */ - public final int f1535c; + public final int f1458c; public final int[] d; public final b[] e; public final int f; @@ -35,7 +35,7 @@ public final class j { } public j(int i, int[] iArr, b... bVarArr) { - this.f1535c = i; + this.f1458c = i; this.d = iArr; this.e = bVarArr; int i2 = bVarArr[0].a; @@ -84,10 +84,10 @@ public final class j { } public int c() { - return (this.f1535c * 4) + 17; + return (this.f1458c * 4) + 17; } public String toString() { - return String.valueOf(this.f1535c); + return String.valueOf(this.f1458c); } } diff --git a/app/src/main/java/c/i/e/s/c/a.java b/app/src/main/java/c/i/e/s/c/a.java index 6719e7110e..896673516f 100644 --- a/app/src/main/java/c/i/e/s/c/a.java +++ b/app/src/main/java/c/i/e/s/c/a.java @@ -5,10 +5,10 @@ import c.i.e.k; public final class a extends k { /* renamed from: c reason: collision with root package name */ - public final float f1536c; + public final float f1459c; public a(float f, float f2, float f3) { super(f, f2); - this.f1536c = f3; + this.f1459c = f3; } } diff --git a/app/src/main/java/c/i/e/s/c/b.java b/app/src/main/java/c/i/e/s/c/b.java index 6f47382657..71545de4b7 100644 --- a/app/src/main/java/c/i/e/s/c/b.java +++ b/app/src/main/java/c/i/e/s/c/b.java @@ -9,7 +9,7 @@ public final class b { public final List b = new ArrayList(5); /* renamed from: c reason: collision with root package name */ - public final int f1537c; + public final int f1460c; public final int d; public final int e; public final int f; @@ -19,7 +19,7 @@ public final class b { public b(c.i.e.n.b bVar, int i, int i2, int i3, int i4, float f, l lVar) { this.a = bVar; - this.f1537c = i; + this.f1460c = i; this.d = i2; this.e = i3; this.f = i4; @@ -90,12 +90,12 @@ public final class b { float f2 = ((float) ((iArr[0] + iArr[1]) + iArr[2])) / 3.0f; for (a aVar : this.b) { if (Math.abs(f - aVar.b) <= f2 && Math.abs(a - aVar.a) <= f2) { - float abs = Math.abs(f2 - aVar.f1536c); - if (abs <= 1.0f || abs <= aVar.f1536c) { + float abs = Math.abs(f2 - aVar.f1459c); + if (abs <= 1.0f || abs <= aVar.f1459c) { z2 = true; continue; if (z2) { - return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1536c + f2) / 2.0f); + return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1459c + f2) / 2.0f); } } } diff --git a/app/src/main/java/c/i/e/s/c/c.java b/app/src/main/java/c/i/e/s/c/c.java index 652ede1a9d..d851e4512d 100644 --- a/app/src/main/java/c/i/e/s/c/c.java +++ b/app/src/main/java/c/i/e/s/c/c.java @@ -32,7 +32,7 @@ public class c { int min2 = Math.min(this.a.j - 1, i2 + i3) - max2; if (((float) min2) >= f3) { b bVar = new b(this.a, max, max2, min, min2, f, this.b); - int i4 = bVar.f1537c; + int i4 = bVar.f1460c; int i5 = bVar.f; int i6 = bVar.e + i4; int i7 = (i5 / 2) + bVar.d; diff --git a/app/src/main/java/c/i/e/s/c/d.java b/app/src/main/java/c/i/e/s/c/d.java index 21e8ff2ae2..8ed3cadf0b 100644 --- a/app/src/main/java/c/i/e/s/c/d.java +++ b/app/src/main/java/c/i/e/s/c/d.java @@ -5,18 +5,18 @@ import c.i.e.k; public final class d extends k { /* renamed from: c reason: collision with root package name */ - public final float f1538c; + public final float f1461c; public final int d; public d(float f, float f2, float f3) { super(f, f2); - this.f1538c = f3; + this.f1461c = f3; this.d = 1; } public d(float f, float f2, float f3, int i) { super(f, f2); - this.f1538c = f3; + this.f1461c = f3; this.d = i; } } diff --git a/app/src/main/java/c/i/e/s/c/e.java b/app/src/main/java/c/i/e/s/c/e.java index 0625970088..9d65f229cd 100644 --- a/app/src/main/java/c/i/e/s/c/e.java +++ b/app/src/main/java/c/i/e/s/c/e.java @@ -11,7 +11,7 @@ public class e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public boolean f1539c; + public boolean f1462c; public final int[] d = new int[5]; public final l e; @@ -29,7 +29,7 @@ public class e { d dVar3 = dVar; d dVar4 = dVar2; int compare = Integer.compare(dVar4.d, dVar3.d); - return compare == 0 ? Float.compare(Math.abs(dVar3.f1538c - this.average), Math.abs(dVar4.f1538c - this.average)) : compare; + return compare == 0 ? Float.compare(Math.abs(dVar3.f1461c - this.average), Math.abs(dVar4.f1461c - this.average)) : compare; } } @@ -44,7 +44,7 @@ public class e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(d dVar, d dVar2) { - return Float.compare(Math.abs(dVar2.f1538c - this.average), Math.abs(dVar.f1538c - this.average)); + return Float.compare(Math.abs(dVar2.f1461c - this.average), Math.abs(dVar.f1461c - this.average)); } } @@ -267,8 +267,8 @@ public class e { } d dVar = this.b.get(i27); if (Math.abs(f - dVar.b) <= f5 && Math.abs(f2 - dVar.a) <= f5) { - float abs = Math.abs(f5 - dVar.f1538c); - if (abs <= 1.0f || abs <= dVar.f1538c) { + float abs = Math.abs(f5 - dVar.f1461c); + if (abs <= 1.0f || abs <= dVar.f1461c) { z4 = true; if (!z4) { List list = this.b; @@ -276,7 +276,7 @@ public class e { int i29 = i28 + 1; float f6 = (float) i28; float f7 = (float) i29; - list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1538c) + f5) / f7, i29)); + list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1461c) + f5) / f7, i29)); z3 = true; break; } @@ -324,7 +324,7 @@ public class e { for (d dVar : this.b) { if (dVar.d >= 2) { i++; - f2 += dVar.f1538c; + f2 += dVar.f1461c; } } if (i < 3) { @@ -332,7 +332,7 @@ public class e { } float f3 = f2 / ((float) size); for (d dVar2 : this.b) { - f += Math.abs(dVar2.f1538c - f3); + f += Math.abs(dVar2.f1461c - f3); } return f <= f2 * 0.05f; } diff --git a/app/src/main/java/c/i/e/s/c/f.java b/app/src/main/java/c/i/e/s/c/f.java index 7abca84e8e..a8912c5670 100644 --- a/app/src/main/java/c/i/e/s/c/f.java +++ b/app/src/main/java/c/i/e/s/c/f.java @@ -5,11 +5,11 @@ public final class f { public final d b; /* renamed from: c reason: collision with root package name */ - public final d f1540c; + public final d f1463c; public f(d[] dVarArr) { this.a = dVarArr[0]; this.b = dVarArr[1]; - this.f1540c = dVarArr[2]; + this.f1463c = dVarArr[2]; } } diff --git a/app/src/main/java/c/j/a/e.java b/app/src/main/java/c/j/a/e.java index 58c35761ea..477b18da85 100644 --- a/app/src/main/java/c/j/a/e.java +++ b/app/src/main/java/c/j/a/e.java @@ -70,7 +70,7 @@ public class e implements Serializable { rVar.b(rVar.c(iVar), hCaptchaConfig); String c2 = iVar.i.c(); k kVar = iVar.i; - kVar.f565c = -1; + kVar.f538c = -1; kVar.h = 0; kVar.j = null; if (kVar.e) { diff --git a/app/src/main/java/c/j/a/f/d.java b/app/src/main/java/c/j/a/f/d.java index dd334707f8..f138452c87 100644 --- a/app/src/main/java/c/j/a/f/d.java +++ b/app/src/main/java/c/j/a/f/d.java @@ -9,12 +9,12 @@ public abstract class d { public HCaptchaException b; /* renamed from: c reason: collision with root package name */ - public final List> f1541c = new ArrayList(); + public final List> f1464c = new ArrayList(); public final List d = new ArrayList(); public final void a() { if (this.a != null) { - Iterator> it = this.f1541c.iterator(); + Iterator> it = this.f1464c.iterator(); while (it.hasNext()) { it.next().onSuccess(this.a); it.remove(); diff --git a/app/src/main/java/c/k/a/a/a.java b/app/src/main/java/c/k/a/a/a.java index 9d168ef561..eaef3a0e33 100644 --- a/app/src/main/java/c/k/a/a/a.java +++ b/app/src/main/java/c/k/a/a/a.java @@ -12,7 +12,7 @@ public class a extends Drawable { public Paint b = new Paint(); /* renamed from: c reason: collision with root package name */ - public Paint f1542c = new Paint(); + public Paint f1465c = new Paint(); public Paint d = new Paint(); public int e; public int f; @@ -20,7 +20,7 @@ public class a extends Drawable { public a(int i) { this.a = i; - this.f1542c.setColor(-1); + this.f1465c.setColor(-1); this.d.setColor(-3421237); } @@ -58,7 +58,7 @@ public class a extends Drawable { rect2.left = i5; rect2.bottom = i4 + i3; rect2.right = i5 + i3; - canvas.drawRect(rect2, z3 ? this.f1542c : this.d); + canvas.drawRect(rect2, z3 ? this.f1465c : this.d); z3 = !z3; } z2 = !z2; diff --git a/app/src/main/java/c/k/a/a/b.java b/app/src/main/java/c/k/a/a/b.java index 4a585f050a..336e4da0d8 100644 --- a/app/src/main/java/c/k/a/a/b.java +++ b/app/src/main/java/c/k/a/a/b.java @@ -30,14 +30,14 @@ public class b extends BaseAdapter { public ColorPanelView b; /* renamed from: c reason: collision with root package name */ - public ImageView f1543c; + public ImageView f1466c; public int d; public C0156b(Context context) { View inflate = View.inflate(context, b.this.l == 0 ? R.d.cpv_color_item_square : R.d.cpv_color_item_circle, null); this.a = inflate; this.b = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_view); - this.f1543c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); + this.f1466c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); this.d = this.b.getBorderColor(); this.a.setTag(this); } @@ -79,20 +79,20 @@ public class b extends BaseAdapter { int i2 = b.this.j[i]; int alpha = Color.alpha(i2); bVar.b.setColor(i2); - bVar.f1543c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); + bVar.f1466c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); if (alpha == 255) { b bVar2 = b.this; if (i != bVar2.k || ColorUtils.calculateLuminance(bVar2.j[i]) < 0.65d) { - bVar.f1543c.setColorFilter((ColorFilter) null); + bVar.f1466c.setColorFilter((ColorFilter) null); } else { - bVar.f1543c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1466c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } } else if (alpha <= 165) { bVar.b.setBorderColor(i2 | ViewCompat.MEASURED_STATE_MASK); - bVar.f1543c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1466c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } else { bVar.b.setBorderColor(bVar.d); - bVar.f1543c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); + bVar.f1466c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); } bVar.b.setOnClickListener(new c(bVar, i)); bVar.b.setOnLongClickListener(new d(bVar)); diff --git a/app/src/main/java/c/k/a/a/e.java b/app/src/main/java/c/k/a/a/e.java index b59d4fcc78..94b82b2ee3 100644 --- a/app/src/main/java/c/k/a/a/e.java +++ b/app/src/main/java/c/k/a/a/e.java @@ -26,13 +26,13 @@ public class e implements SeekBar.OnSeekBarChangeListener { int i2 = 255 - i; int i3 = 0; while (true) { - bVar = this.a.s; + bVar = this.a.f2458s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2458s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); i3++; } bVar.notifyDataSetChanged(); diff --git a/app/src/main/java/c/l/a/a.java b/app/src/main/java/c/l/a/a.java index 1c31454cde..a7c5ea2ef7 100644 --- a/app/src/main/java/c/l/a/a.java +++ b/app/src/main/java/c/l/a/a.java @@ -10,11 +10,11 @@ import androidx.annotation.IntRange; import androidx.annotation.VisibleForTesting; import androidx.annotation.WorkerThread; import androidx.vectordrawable.graphics.drawable.Animatable2Compat; -import c0.t.k; -import c0.z.d.m; -import c0.z.d.o; import com.linecorp.apng.decoder.Apng; import com.linecorp.apng.decoder.ApngException; +import d0.t.k; +import d0.z.d.m; +import d0.z.d.o; import java.io.InputStream; import java.util.ArrayList; import java.util.List; @@ -25,25 +25,23 @@ public final class a extends Drawable implements Animatable2Compat { public final int i; @IntRange(from = 1, to = 2147483647L) public final int j; - public final List k = k.toList(this.f1545w.a.getFrameDurations()); + public final List k = k.toList(this.w.a.getFrameDurations()); @IntRange(from = 0, to = 2147483647L) - public final int l = this.f1545w.a.getByteCount(); + public final int l = this.w.a.getByteCount(); @IntRange(from = -1, to = 2147483647L) public int m; public final Paint n; public final List o; public final List p; public final int[] q; + public int r; - /* renamed from: r reason: collision with root package name */ - public int f1544r; - public int s; + /* renamed from: s reason: collision with root package name */ + public int f1467s; public boolean t; public long u; public Long v; - - /* renamed from: w reason: collision with root package name */ - public C0157a f1545w; + public C0157a w; /* compiled from: ApngDrawable.kt */ /* renamed from: c.l.a.a$a reason: collision with other inner class name */ @@ -52,7 +50,7 @@ public final class a extends Drawable implements Animatable2Compat { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1546c; + public final int f1468c; public final int d; public final Function0 e; @@ -68,14 +66,14 @@ public final class a extends Drawable implements Animatable2Compat { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Long mo17invoke() { + public Long mo1invoke() { return Long.valueOf(AnimationUtils.currentAnimationTimeMillis()); } } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public C0157a(C0157a aVar) { - this(aVar.a.copy(), aVar.b, aVar.f1546c, aVar.d, aVar.e); + this(aVar.a.copy(), aVar.b, aVar.f1468c, aVar.d, aVar.e); m.checkNotNullParameter(aVar, "apngState"); } @@ -84,7 +82,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(function0, "currentTimeProvider"); this.a = apng; this.b = i; - this.f1546c = i2; + this.f1468c = i2; this.d = i3; this.e = function0; } @@ -103,28 +101,28 @@ public final class a extends Drawable implements Animatable2Compat { @VisibleForTesting public a(C0157a aVar) { m.checkNotNullParameter(aVar, "apngState"); - this.f1545w = aVar; + this.w = aVar; this.i = aVar.a.getDuration(); - int frameCount = this.f1545w.a.getFrameCount(); + int frameCount = this.w.a.getFrameCount(); this.j = frameCount; - this.f1545w.a.getAllFrameByteCount(); - this.m = this.f1545w.a.getLoopCount(); - this.f1545w.a.isRecycled(); + this.w.a.getAllFrameByteCount(); + this.m = this.w.a.getLoopCount(); + this.w.a.isRecycled(); this.n = new Paint(6); this.o = new ArrayList(); this.p = new ArrayList(); this.q = new int[frameCount]; - C0157a aVar2 = this.f1545w; - this.f1544r = aVar2.b; - this.s = aVar2.f1546c; + C0157a aVar2 = this.w; + this.r = aVar2.b; + this.f1467s = aVar2.f1468c; for (int i = 1; i < frameCount; i++) { int[] iArr = this.q; int i2 = i - 1; - iArr[i] = iArr[i2] + this.f1545w.a.getFrameDurations()[i2]; + iArr[i] = iArr[i2] + this.w.a.getFrameDurations()[i2]; } Rect bounds = getBounds(); - C0157a aVar3 = this.f1545w; - bounds.set(0, 0, aVar3.b, aVar3.f1546c); + C0157a aVar3 = this.w; + bounds.set(0, 0, aVar3.b, aVar3.f1468c); } @WorkerThread @@ -186,7 +184,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(canvas, "canvas"); if (this.t) { int c2 = c(); - long longValue = this.f1545w.e.mo17invoke().longValue(); + long longValue = this.w.e.mo1invoke().longValue(); Long l = this.v; this.u = l == null ? this.u : (this.u + longValue) - l.longValue(); this.v = Long.valueOf(longValue); @@ -215,7 +213,7 @@ public final class a extends Drawable implements Animatable2Compat { } } } - Apng apng = this.f1545w.a; + Apng apng = this.w.a; int c3 = c(); Rect bounds = getBounds(); m.checkNotNullExpressionValue(bounds, "bounds"); @@ -227,17 +225,17 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public Drawable.ConstantState getConstantState() { - return this.f1545w; + return this.w; } @Override // android.graphics.drawable.Drawable public int getIntrinsicHeight() { - return this.s; + return this.f1467s; } @Override // android.graphics.drawable.Drawable public int getIntrinsicWidth() { - return this.f1544r; + return this.r; } @Override // android.graphics.drawable.Drawable @@ -252,7 +250,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public Drawable mutate() { - this.f1545w = new C0157a(this.f1545w); + this.w = new C0157a(this.w); return this; } diff --git a/app/src/main/java/c/m/a/a.java b/app/src/main/java/c/m/a/a.java index 7cb84d6474..aa0cb3d8fe 100644 --- a/app/src/main/java/c/m/a/a.java +++ b/app/src/main/java/c/m/a/a.java @@ -8,8 +8,8 @@ import c.m.a.g.d.d; import c.m.a.g.d.e; import c.m.a.g.d.g; import c.m.a.g.d.i; -import c0.z.d.m; import com.lyft.kronos.KronosClock; +import d0.z.d.m; import java.util.List; /* compiled from: AndroidClockFactory.kt */ public final class a { @@ -33,7 +33,7 @@ public final class a { } if ((i & 16) != 0) { c cVar3 = c.e; - j5 = c.f1547c; + j5 = c.f1469c; } else { j5 = j2; } diff --git a/app/src/main/java/c/m/a/c.java b/app/src/main/java/c/m/a/c.java index 4f848f3ec1..4b7c37fec4 100644 --- a/app/src/main/java/c/m/a/c.java +++ b/app/src/main/java/c/m/a/c.java @@ -1,6 +1,6 @@ package c.m.a; -import c0.t.n; +import d0.t.n; import java.util.List; import java.util.concurrent.TimeUnit; /* compiled from: DefaultParam.kt */ @@ -9,13 +9,13 @@ public final class c { public static final long b; /* renamed from: c reason: collision with root package name */ - public static final long f1547c; + public static final long f1469c; public static final long d = TimeUnit.SECONDS.toMillis(6); public static final c e = new c(); static { TimeUnit timeUnit = TimeUnit.MINUTES; b = timeUnit.toMillis(1); - f1547c = timeUnit.toMillis(1); + f1469c = timeUnit.toMillis(1); } } diff --git a/app/src/main/java/c/m/a/d.java b/app/src/main/java/c/m/a/d.java index 1be56cbe37..826abfe0d1 100644 --- a/app/src/main/java/c/m/a/d.java +++ b/app/src/main/java/c/m/a/d.java @@ -1,7 +1,7 @@ package c.m.a; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Clock.kt */ public final class d { public final long a; diff --git a/app/src/main/java/c/m/a/g/b.java b/app/src/main/java/c/m/a/g/b.java index 78d49cecd3..42e21c490d 100644 --- a/app/src/main/java/c/m/a/g/b.java +++ b/app/src/main/java/c/m/a/g/b.java @@ -2,8 +2,8 @@ package c.m.a.g; import c.m.a.d; import c.m.a.g.d.h; -import c0.z.d.m; import com.lyft.kronos.KronosClock; +import d0.z.d.m; /* compiled from: KronosClockImpl.kt */ public final class b implements KronosClock { public final h a; diff --git a/app/src/main/java/c/m/a/g/c.java b/app/src/main/java/c/m/a/g/c.java index de6e9791ca..3caf847712 100644 --- a/app/src/main/java/c/m/a/g/c.java +++ b/app/src/main/java/c/m/a/g/c.java @@ -2,7 +2,7 @@ package c.m.a.g; import android.content.SharedPreferences; import c.m.a.f; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: SharedPreferenceSyncResponseCache.kt */ public final class c implements f { public final SharedPreferences a; diff --git a/app/src/main/java/c/m/a/g/d/b.java b/app/src/main/java/c/m/a/g/d/b.java index c56657779c..9fd19c2f25 100644 --- a/app/src/main/java/c/m/a/g/d/b.java +++ b/app/src/main/java/c/m/a/g/d/b.java @@ -1,6 +1,6 @@ package c.m.a.g.d; -import c0.z.d.m; +import d0.z.d.m; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; diff --git a/app/src/main/java/c/m/a/g/d/d.java b/app/src/main/java/c/m/a/g/d/d.java index ac10f0da3f..1e43c14fe6 100644 --- a/app/src/main/java/c/m/a/g/d/d.java +++ b/app/src/main/java/c/m/a/g/d/d.java @@ -1,6 +1,6 @@ package c.m.a.g.d; -import c0.z.d.m; +import d0.z.d.m; import java.net.InetAddress; import java.net.UnknownHostException; /* compiled from: DnsResolver.kt */ diff --git a/app/src/main/java/c/m/a/g/d/e.java b/app/src/main/java/c/m/a/g/d/e.java index 3bdc4f9bae..dbf27d91d4 100644 --- a/app/src/main/java/c/m/a/g/d/e.java +++ b/app/src/main/java/c/m/a/g/d/e.java @@ -12,7 +12,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f1548c; + public final a f1470c; /* compiled from: SntpClient */ public static class a extends IOException { @@ -27,25 +27,25 @@ public class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1549c; + public final long f1471c; public final c.m.a.b d; public b(long j, long j2, long j3, c.m.a.b bVar) { this.a = j; this.b = j2; - this.f1549c = j3; + this.f1471c = j3; this.d = bVar; } public long a() { - return this.a + this.f1549c + (this.d.b() - this.b); + return this.a + this.f1471c + (this.d.b() - this.b); } } public e(c.m.a.b bVar, c cVar, a aVar) { this.a = bVar; this.b = cVar; - this.f1548c = aVar; + this.f1470c = aVar; } public static void a(byte b2, byte b3, int i, long j) throws a { @@ -97,10 +97,10 @@ public class e { DatagramSocket datagramSocket = null; try { InetAddress a2 = this.b.a(str); - datagramSocket = this.f1548c.c(); + datagramSocket = this.f1470c.c(); datagramSocket.setSoTimeout(l.intValue()); byte[] bArr = new byte[48]; - DatagramPacket b2 = this.f1548c.b(bArr, a2, 123); + DatagramPacket b2 = this.f1470c.b(bArr, a2, 123); bArr[0] = 27; long a3 = this.a.a(); long b3 = this.a.b(); @@ -119,7 +119,7 @@ public class e { bArr[47] = (byte) ((int) (Math.random() * 255.0d)); datagramSocket.send(b2); byte[] copyOf = Arrays.copyOf(bArr, 48); - datagramSocket.receive(this.f1548c.a(copyOf)); + datagramSocket.receive(this.f1470c.a(copyOf)); long b4 = this.a.b(); long j5 = (b4 - b3) + a3; long c2 = c(copyOf, 24); diff --git a/app/src/main/java/c/m/a/g/d/g.java b/app/src/main/java/c/m/a/g/d/g.java index 3edfafa7ae..43b30baade 100644 --- a/app/src/main/java/c/m/a/g/d/g.java +++ b/app/src/main/java/c/m/a/g/d/g.java @@ -3,7 +3,7 @@ package c.m.a.g.d; import c.m.a.b; import c.m.a.f; import c.m.a.g.d.e; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: SntpResponseCache.kt */ public final class g implements f { public final f a; @@ -21,7 +21,7 @@ public final class g implements f { m.checkParameterIsNotNull(bVar, "response"); this.a.f(bVar.a); this.a.a(bVar.b); - this.a.b(bVar.f1549c); + this.a.b(bVar.f1471c); } @Override // c.m.a.g.d.f diff --git a/app/src/main/java/c/m/a/g/d/i.java b/app/src/main/java/c/m/a/g/d/i.java index 5458e0ee9e..78191b49dd 100644 --- a/app/src/main/java/c/m/a/g/d/i.java +++ b/app/src/main/java/c/m/a/g/d/i.java @@ -3,8 +3,8 @@ package c.m.a.g.d; import c.m.a.d; import c.m.a.e; import c.m.a.g.d.e; -import c0.z.d.m; import com.lyft.kronos.internal.ntp.NTPSyncException; +import d0.z.d.m; import java.util.Iterator; import java.util.List; import java.util.concurrent.ExecutorService; @@ -18,7 +18,7 @@ public final class i implements h { public final AtomicLong b = new AtomicLong(0); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f1550c = Executors.newSingleThreadExecutor(b.i); + public final ExecutorService f1472c = Executors.newSingleThreadExecutor(b.i); public final e d; public final c.m.a.b e; public final f f; @@ -78,7 +78,7 @@ public final class i implements h { m.checkExpressionValueIsNotNull(d, "response"); if (d.a() >= 0) { iVar.f.a(d); - long j = d.f1549c; + long j = d.f1471c; long b2 = iVar.e.b() - b; c.m.a.e eVar2 = iVar.g; if (eVar2 != null) { @@ -151,7 +151,7 @@ public final class i implements h { public void b() { c(); if (this.a.get() != a.SYNCING) { - this.f1550c.submit(new c(this)); + this.f1472c.submit(new c(this)); } } diff --git a/app/src/main/java/c/n/a/a/a.java b/app/src/main/java/c/n/a/a/a.java index 4b881bfbe7..e5a973da12 100644 --- a/app/src/main/java/c/n/a/a/a.java +++ b/app/src/main/java/c/n/a/a/a.java @@ -8,11 +8,11 @@ import android.os.Parcel; import android.os.RemoteException; import android.util.Log; import c.a.r.d; -import c0.g0.t; -import c0.g0.y; -import c0.z.d.m; import com.discord.samsung.SamsungConnectActivity; import com.discord.widgets.chat.input.MentionUtilsKt; +import d0.g0.t; +import d0.g0.y; +import d0.z.d.m; /* compiled from: ISACallback */ public interface a extends IInterface { diff --git a/app/src/main/java/c/o/a/b.java b/app/src/main/java/c/o/a/b.java index 68c0b8045d..a058f6b947 100644 --- a/app/src/main/java/c/o/a/b.java +++ b/app/src/main/java/c/o/a/b.java @@ -13,7 +13,7 @@ public final class b { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public static AbstractC0161b f1551c; + public static AbstractC0161b f1473c; @NonNull public String d; @@ -43,7 +43,7 @@ public final class b { CopyOnWriteArraySet copyOnWriteArraySet = new CopyOnWriteArraySet(); b = copyOnWriteArraySet; a aVar = new a(); - f1551c = aVar; + f1473c = aVar; copyOnWriteArraySet.add(aVar); } diff --git a/app/src/main/java/c/o/a/c.java b/app/src/main/java/c/o/a/c.java index 4376c21be9..7e73b12154 100644 --- a/app/src/main/java/c/o/a/c.java +++ b/app/src/main/java/c/o/a/c.java @@ -24,7 +24,7 @@ public abstract class c { public Set b = new HashSet(2); /* renamed from: c reason: collision with root package name */ - public Set f1552c = new HashSet(4); + public Set f1474c = new HashSet(4); public Set d = new HashSet(2); public Set e = new HashSet(15); public Set f = new HashSet(5); @@ -47,7 +47,7 @@ public abstract class c { @NonNull public final Collection b() { - return Collections.unmodifiableSet(this.f1552c); + return Collections.unmodifiableSet(this.f1474c); } public final boolean c(@NonNull c.o.a.m.c cVar) { diff --git a/app/src/main/java/c/o/a/l.java b/app/src/main/java/c/o/a/l.java index 7669fa38a6..189ffd6869 100644 --- a/app/src/main/java/c/o/a/l.java +++ b/app/src/main/java/c/o/a/l.java @@ -15,7 +15,7 @@ public class l { public Location b; /* renamed from: c reason: collision with root package name */ - public int f1553c; + public int f1475c; public b d; public e e; public byte[] f; diff --git a/app/src/main/java/c/o/a/n/b.java b/app/src/main/java/c/o/a/n/b.java index bbae27c20f..ced07d2391 100644 --- a/app/src/main/java/c/o/a/n/b.java +++ b/app/src/main/java/c/o/a/n/b.java @@ -27,14 +27,14 @@ import java.util.Objects; public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0170a { /* renamed from: c0 reason: collision with root package name */ - public final c.o.a.n.q.a f1554c0 = c.o.a.n.q.a.a(); + public final c.o.a.n.q.a f1476c0 = c.o.a.n.q.a.a(); /* renamed from: d0 reason: collision with root package name */ - public Camera f1555d0; + public Camera f1477d0; @VisibleForTesting /* renamed from: e0 reason: collision with root package name */ - public int f1556e0; + public int f1478e0; /* compiled from: Camera1Engine */ public class a implements Runnable { @@ -67,8 +67,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - b.this.f1555d0.cancelAutoFocus(); - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + b.this.f1477d0.cancelAutoFocus(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -78,7 +78,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(null); } b.this.c1(parameters); - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); } } @@ -111,7 +111,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b bVar = b.this; c.o.a.n.s.a aVar = new c.o.a.n.s.a(bVar.K, bVar.n.l()); c.o.a.t.b c2 = this.i.c(aVar); - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -121,12 +121,12 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(c2.b(maxNumMeteringAreas, aVar)); } parameters.setFocusMode("auto"); - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); ((CameraView.b) b.this.l).e(this.j, this.k); b.this.m.e("focus end", 0); b.this.m.c("focus end", true, 2500, new RunnableC0162a()); try { - b.this.f1555d0.autoFocus(new C0163b()); + b.this.f1477d0.autoFocus(new C0163b()); } catch (RuntimeException e) { i.i.a(3, "startAutoFocus:", "Error calling autoFocus", e); } @@ -145,9 +145,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); if (b.this.e1(parameters, this.i)) { - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); } } } @@ -162,9 +162,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); b.this.g1(parameters); - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); } } @@ -178,9 +178,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); if (b.this.j1(parameters, this.i)) { - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); } } } @@ -195,9 +195,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); if (b.this.f1(parameters, this.i)) { - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); } } } @@ -216,9 +216,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); if (b.this.k1(parameters, this.i)) { - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).f(bVar.C, this.k); @@ -243,9 +243,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); if (b.this.d1(parameters, this.i)) { - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).c(bVar.D, this.k, this.l); @@ -278,9 +278,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1555d0.getParameters(); + Camera.Parameters parameters = b.this.f1477d0.getParameters(); if (b.this.i1(parameters, this.i)) { - b.this.f1555d0.setParameters(parameters); + b.this.f1477d0.setParameters(parameters); } } } @@ -291,8 +291,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public void F0(@NonNull m mVar) { - m mVar2 = this.f1567w; - this.f1567w = mVar; + m mVar2 = this.w; + this.w = mVar; c.o.a.n.v.f fVar = this.m; fVar.b("white balance (" + mVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new d(mVar2))); } @@ -319,14 +319,14 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStartBind:", "Started"); try { if (this.n.j() == SurfaceHolder.class) { - this.f1555d0.setPreviewDisplay((SurfaceHolder) this.n.i()); + this.f1477d0.setPreviewDisplay((SurfaceHolder) this.n.i()); } else if (this.n.j() == SurfaceTexture.class) { - this.f1555d0.setPreviewTexture((SurfaceTexture) this.n.i()); + this.f1477d0.setPreviewTexture((SurfaceTexture) this.n.i()); } else { throw new RuntimeException("Unknown CameraPreview output class."); } this.q = Q0(this.P); - this.f1566r = R0(); + this.r = R0(); bVar.a(1, "onStartBind:", "Returning"); return c.i.a.f.e.o.c.F(null); } catch (IOException e2) { @@ -339,23 +339,23 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public Task Q() { try { - Camera open = Camera.open(this.f1556e0); - this.f1555d0 = open; + Camera open = Camera.open(this.f1478e0); + this.f1477d0 = open; if (open != null) { open.setErrorCallback(this); c.o.a.b bVar = i.i; bVar.a(1, "onStartEngine:", "Applying default parameters."); try { - Camera.Parameters parameters = this.f1555d0.getParameters(); - int i2 = this.f1556e0; + Camera.Parameters parameters = this.f1477d0.getParameters(); + int i2 = this.f1478e0; c.o.a.n.t.a aVar = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.VIEW; this.o = new c.o.a.n.u.a(parameters, i2, aVar.b(bVar2, bVar3)); b1(parameters); - this.f1555d0.setParameters(parameters); + this.f1477d0.setParameters(parameters); try { - this.f1555d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); + this.f1477d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); bVar.a(1, "onStartEngine:", "Ended"); return c.i.a.f.e.o.c.F(this.o); } catch (Exception unused) { @@ -387,9 +387,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.n.s(C.i, C.j); this.n.r(0); try { - Camera.Parameters parameters = this.f1555d0.getParameters(); + Camera.Parameters parameters = this.f1477d0.getParameters(); parameters.setPreviewFormat(17); - c.o.a.x.b bVar2 = this.f1566r; + c.o.a.x.b bVar2 = this.r; parameters.setPreviewSize(bVar2.i, bVar2.j); c.o.a.m.i iVar = this.P; c.o.a.m.i iVar2 = c.o.a.m.i.PICTURE; @@ -401,13 +401,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setPictureSize(Q0.i, Q0.j); } try { - this.f1555d0.setParameters(parameters); - this.f1555d0.setPreviewCallbackWithBuffer(null); - this.f1555d0.setPreviewCallbackWithBuffer(this); - l1().e(17, this.f1566r, this.K); + this.f1477d0.setParameters(parameters); + this.f1477d0.setPreviewCallbackWithBuffer(null); + this.f1477d0.setPreviewCallbackWithBuffer(this); + l1().e(17, this.r, this.K); bVar.a(1, "onStartPreview", "Starting preview with startPreview()."); try { - this.f1555d0.startPreview(); + this.f1477d0.startPreview(); bVar.a(1, "onStartPreview", "Started preview."); return c.i.a.f.e.o.c.F(null); } catch (Exception e2) { @@ -430,13 +430,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i @NonNull public Task S() { - this.f1566r = null; + this.r = null; this.q = null; try { if (this.n.j() == SurfaceHolder.class) { - this.f1555d0.setPreviewDisplay(null); + this.f1477d0.setPreviewDisplay(null); } else if (this.n.j() == SurfaceTexture.class) { - this.f1555d0.setPreviewTexture(null); + this.f1477d0.setPreviewTexture(null); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -453,19 +453,19 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStopEngine:", "About to clean up."); this.m.e("focus reset", 0); this.m.e("focus end", 0); - if (this.f1555d0 != null) { + if (this.f1477d0 != null) { try { bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1555d0.release(); + this.f1477d0.release(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1555d0 = null; + this.f1477d0 = null; this.o = null; } this.o = null; - this.f1555d0 = null; + this.f1477d0 = null; i.i.a(2, "onStopEngine:", "Clean up.", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -474,7 +474,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public List T0() { try { - List supportedPreviewSizes = this.f1555d0.getParameters().getSupportedPreviewSizes(); + List supportedPreviewSizes = this.f1477d0.getParameters().getSupportedPreviewSizes(); ArrayList arrayList = new ArrayList(supportedPreviewSizes.size()); for (Camera.Size size : supportedPreviewSizes) { c.o.a.x.b bVar = new c.o.a.x.b(size.width, size.height); @@ -498,10 +498,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.p = null; l1().d(); bVar.a(1, "onStopPreview:", "Releasing preview buffers."); - this.f1555d0.setPreviewCallbackWithBuffer(null); + this.f1477d0.setPreviewCallbackWithBuffer(null); try { bVar.a(1, "onStopPreview:", "Stopping preview."); - this.f1555d0.stopPreview(); + this.f1477d0.stopPreview(); bVar.a(1, "onStopPreview:", "Stopped preview."); } catch (Exception e2) { i.i.a(3, "stopPreview", "Could not stop preview", e2); @@ -529,9 +529,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.OUTPUT; - aVar.f1553c = aVar2.c(bVar2, bVar3, 2); + aVar.f1475c = aVar2.c(bVar2, bVar3, 2); aVar.d = w(bVar3); - c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1555d0); + c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1477d0); this.p = aVar3; aVar3.c(); bVar.a(1, "onTakePicture:", "executed."); @@ -544,11 +544,11 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar2); if (this.n instanceof c.o.a.w.e) { - aVar.f1553c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); - this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1565b0); + aVar.f1475c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); + this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1488b0); } else { - aVar.f1553c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); - this.p = new c.o.a.v.e(aVar, this, this.f1555d0, aVar2); + aVar.f1475c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); + this.p = new c.o.a.v.e(aVar, this, this.f1477d0, aVar2); } this.p.c(); bVar.a(1, "onTakePictureSnapshot:", "executed."); @@ -569,7 +569,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.f1554c0); + Objects.requireNonNull(this.f1476c0); int intValue = c.o.a.n.q.a.d.get(eVar).intValue(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(Camera.getNumberOfCameras())); Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); @@ -578,7 +578,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback Camera.getCameraInfo(i2, cameraInfo); if (cameraInfo.facing == intValue) { this.K.f(eVar, cameraInfo.orientation); - this.f1556e0 = i2; + this.f1478e0 = i2; return true; } } @@ -628,7 +628,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean e1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.f fVar) { if (this.o.c(this.v)) { - c.o.a.n.q.a aVar = this.f1554c0; + c.o.a.n.q.a aVar = this.f1476c0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(aVar); parameters.setFlashMode(c.o.a.n.q.a.b.get(fVar2)); @@ -647,14 +647,14 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback } public final boolean f1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1570z)) { - c.o.a.n.q.a aVar = this.f1554c0; - c.o.a.m.h hVar2 = this.f1570z; + if (this.o.c(this.f1492z)) { + c.o.a.n.q.a aVar = this.f1476c0; + c.o.a.m.h hVar2 = this.f1492z; Objects.requireNonNull(aVar); parameters.setSceneMode(c.o.a.n.q.a.e.get(hVar2)); return true; } - this.f1570z = hVar; + this.f1492z = hVar; return false; } @@ -679,10 +679,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @TargetApi(17) public final boolean h1(boolean z2) { Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); - Camera.getCameraInfo(this.f1556e0, cameraInfo); + Camera.getCameraInfo(this.f1478e0, cameraInfo); if (cameraInfo.canDisableShutterSound) { try { - return this.f1555d0.enableShutterSound(this.E); + return this.f1477d0.enableShutterSound(this.E); } catch (RuntimeException unused) { return false; } @@ -729,15 +729,15 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback } public final boolean j1(@NonNull Camera.Parameters parameters, @NonNull m mVar) { - if (this.o.c(this.f1567w)) { - c.o.a.n.q.a aVar = this.f1554c0; - m mVar2 = this.f1567w; + if (this.o.c(this.w)) { + c.o.a.n.q.a aVar = this.f1476c0; + m mVar2 = this.w; Objects.requireNonNull(aVar); - parameters.setWhiteBalance(c.o.a.n.q.a.f1572c.get(mVar2)); + parameters.setWhiteBalance(c.o.a.n.q.a.f1494c.get(mVar2)); parameters.remove("auto-whitebalance-lock"); return true; } - this.f1567w = mVar; + this.w = mVar; return false; } @@ -749,7 +749,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean k1(@NonNull Camera.Parameters parameters, float f2) { if (this.o.k) { parameters.setZoom((int) (this.C * ((float) parameters.getMaxZoom()))); - this.f1555d0.setParameters(parameters); + this.f1477d0.setParameters(parameters); return true; } this.C = f2; @@ -758,8 +758,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1570z; - this.f1570z = hVar; + c.o.a.m.h hVar2 = this.f1492z; + this.f1492z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new e(hVar2))); } @@ -781,7 +781,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.v.e eVar = this.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; if (eVar.f(eVar2) && this.m.g.f(eVar2)) { - this.f1555d0.addCallbackBuffer(bArr); + this.f1477d0.addCallbackBuffer(bArr); } } diff --git a/app/src/main/java/c/o/a/n/d.java b/app/src/main/java/c/o/a/n/d.java index 5a971888c2..0b3cecd63c 100644 --- a/app/src/main/java/c/o/a/n/d.java +++ b/app/src/main/java/c/o/a/n/d.java @@ -49,26 +49,28 @@ import java.util.concurrent.ExecutionException; public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a.n.o.c { /* renamed from: c0 reason: collision with root package name */ - public final CameraManager f1557c0; + public final CameraManager f1479c0; /* renamed from: d0 reason: collision with root package name */ - public String f1558d0; + public String f1480d0; /* renamed from: e0 reason: collision with root package name */ - public CameraDevice f1559e0; + public CameraDevice f1481e0; /* renamed from: f0 reason: collision with root package name */ - public CameraCharacteristics f1560f0; + public CameraCharacteristics f1482f0; /* renamed from: g0 reason: collision with root package name */ - public CameraCaptureSession f1561g0; + public CameraCaptureSession f1483g0; /* renamed from: h0 reason: collision with root package name */ - public CaptureRequest.Builder f1562h0; + public CaptureRequest.Builder f1484h0; /* renamed from: i0 reason: collision with root package name */ - public TotalCaptureResult f1563i0; - public final c.o.a.n.q.b j0; + public TotalCaptureResult f1485i0; + + /* renamed from: j0 reason: collision with root package name */ + public final c.o.a.n.q.b f1486j0; public ImageReader k0; public Surface l0; public Surface m0; @@ -90,17 +92,17 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - boolean h1 = dVar.h1(dVar.f1562h0, this.i); + boolean h1 = dVar.h1(dVar.f1484h0, this.i); d dVar2 = d.this; if (dVar2.m.f == c.o.a.n.v.e.PREVIEW) { dVar2.v = c.o.a.m.f.OFF; - dVar2.h1(dVar2.f1562h0, this.i); + dVar2.h1(dVar2.f1484h0, this.i); try { d dVar3 = d.this; - dVar3.f1561g0.capture(dVar3.f1562h0.build(), null, null); + dVar3.f1483g0.capture(dVar3.f1484h0.build(), null, null); d dVar4 = d.this; dVar4.v = this.j; - dVar4.h1(dVar4.f1562h0, this.i); + dVar4.h1(dVar4.f1484h0, this.i); d.this.k1(); } catch (CameraAccessException e) { throw d.this.o1(e); @@ -122,7 +124,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - CaptureRequest.Builder builder = dVar.f1562h0; + CaptureRequest.Builder builder = dVar.f1484h0; Location location = dVar.B; if (location != null) { builder.set(CaptureRequest.JPEG_GPS_LOCATION, location); @@ -142,7 +144,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.m1(dVar.f1562h0, this.i)) { + if (dVar.m1(dVar.f1484h0, this.i)) { d.this.k1(); } } @@ -160,7 +162,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.i1(dVar.f1562h0, this.i)) { + if (dVar.i1(dVar.f1484h0, this.i)) { d.this.k1(); } } @@ -183,7 +185,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.n1(dVar.f1562h0, this.i)) { + if (dVar.n1(dVar.f1484h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).f(this.k, this.l); @@ -211,7 +213,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.g1(dVar.f1562h0, this.i)) { + if (dVar.g1(dVar.f1484h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).c(this.k, this.l, this.m); @@ -231,7 +233,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.j1(dVar.f1562h0, this.i)) { + if (dVar.j1(dVar.f1484h0, this.i)) { d.this.k1(); } } @@ -256,7 +258,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraCaptureSession.CaptureCallback public void onCaptureCompleted(@NonNull CameraCaptureSession cameraCaptureSession, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { d dVar = d.this; - dVar.f1563i0 = totalCaptureResult; + dVar.f1485i0 = totalCaptureResult; for (c.o.a.n.o.a aVar : dVar.o0) { aVar.b(d.this, captureRequest, totalCaptureResult); } @@ -444,11 +446,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraDevice.StateCallback public void onOpened(@NonNull CameraDevice cameraDevice) { int i; - d.this.f1559e0 = cameraDevice; + d.this.f1481e0 = cameraDevice; try { i.i.a(1, "onStartEngine:", "Opened camera device."); d dVar = d.this; - dVar.f1560f0 = dVar.f1557c0.getCameraCharacteristics(dVar.f1558d0); + dVar.f1482f0 = dVar.f1479c0.getCameraCharacteristics(dVar.f1480d0); boolean b = d.this.K.b(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW); int ordinal = d.this.A.ordinal(); if (ordinal == 0) { @@ -459,7 +461,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. throw new IllegalArgumentException("Unknown format:" + d.this.A); } d dVar2 = d.this; - dVar2.o = new c.o.a.n.u.b(dVar2.f1557c0, dVar2.f1558d0, b, i); + dVar2.o = new c.o.a.n.u.b(dVar2.f1479c0, dVar2.f1480d0, b, i); d dVar3 = d.this; Objects.requireNonNull(dVar3); dVar3.q1(1); @@ -481,7 +483,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. /* Return type fixed from 'java.lang.Object' to match base method */ @Override // java.util.concurrent.Callable public Void call() throws Exception { - c.o.a.x.b bVar = d.this.f1566r; + c.o.a.x.b bVar = d.this.r; ((SurfaceHolder) this.i).setFixedSize(bVar.i, bVar.j); return null; } @@ -502,7 +504,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraCaptureSession.StateCallback public void onConfigured(@NonNull CameraCaptureSession cameraCaptureSession) { - d.this.f1561g0 = cameraCaptureSession; + d.this.f1483g0 = cameraCaptureSession; i.i.a(1, "onStartBind:", "Completed"); this.a.b(null); } @@ -579,10 +581,10 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (c.o.a.n.q.b.a == null) { c.o.a.n.q.b.a = new c.o.a.n.q.b(); } - this.j0 = c.o.a.n.q.b.a; + this.f1486j0 = c.o.a.n.q.b.a; this.o0 = new CopyOnWriteArrayList(); this.q0 = new i(); - this.f1557c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); + this.f1479c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); new c.o.a.n.o.g().e(this); } @@ -593,8 +595,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public void F0(@NonNull c.o.a.m.m mVar) { - c.o.a.m.m mVar2 = this.f1567w; - this.f1567w = mVar; + c.o.a.m.m mVar2 = this.w; + this.w = mVar; c.o.a.n.v.f fVar = this.m; fVar.b("white balance (" + mVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new c(mVar2))); } @@ -623,7 +625,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. bVar.a(1, "onStartBind:", "Started"); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); this.q = Q0(this.P); - this.f1566r = R0(); + this.r = R0(); ArrayList arrayList = new ArrayList(); Class j2 = this.n.j(); Object i3 = this.n.i(); @@ -637,7 +639,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } } else if (j2 == SurfaceTexture.class) { SurfaceTexture surfaceTexture = (SurfaceTexture) i3; - c.o.a.x.b bVar2 = this.f1566r; + c.o.a.x.b bVar2 = this.r; surfaceTexture.setDefaultBufferSize(bVar2.i, bVar2.j); this.m0 = new Surface(surfaceTexture); } else { @@ -673,7 +675,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } arrayList3.add(bVar4); } - c.o.a.x.b bVar5 = this.f1566r; + c.o.a.x.b bVar5 = this.r; c.o.a.x.a f2 = c.o.a.x.a.f(bVar5.i, bVar5.j); if (b2) { f2 = c.o.a.x.a.f(f2.k, f2.j); @@ -697,8 +699,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. bVar8 = bVar8.f(); } bVar7.a(1, "computeFrameProcessingSize:", "result:", bVar8, "flip:", Boolean.valueOf(b2)); - this.s = bVar8; - ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1564a0 + 1); + this.f1489s = bVar8; + ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1487a0 + 1); this.k0 = newInstance2; handler = null; newInstance2.setOnImageAvailableListener(this, null); @@ -711,11 +713,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } else { handler = null; this.k0 = null; - this.s = null; + this.f1489s = null; this.l0 = null; } try { - this.f1559e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); + this.f1481e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); return taskCompletionSource.a; } catch (CameraAccessException e3) { throw o1(e3); @@ -728,7 +730,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public Task Q() { TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); try { - this.f1557c0.openCamera(this.f1558d0, new m(taskCompletionSource), (Handler) null); + this.f1479c0.openCamera(this.f1480d0, new m(taskCompletionSource), (Handler) null); return taskCompletionSource.a; } catch (CameraAccessException e2) { throw o1(e2); @@ -747,7 +749,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. this.n.s(C.i, C.j); this.n.r(this.K.c(c.o.a.n.t.b.BASE, bVar2, 1)); if (this.u) { - S0().e(this.t, this.s, this.K); + S0().e(this.t, this.f1489s, this.K); } bVar.a(1, "onStartPreview:", "Starting preview."); c1(new Surface[0]); @@ -767,9 +769,9 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. bVar.a(1, "onStopBind:", "About to clean up."); this.l0 = null; this.m0 = null; - this.f1566r = null; + this.r = null; this.q = null; - this.s = null; + this.f1489s = null; ImageReader imageReader = this.k0; if (imageReader != null) { imageReader.close(); @@ -780,8 +782,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. imageReader2.close(); this.n0 = null; } - this.f1561g0.close(); - this.f1561g0 = null; + this.f1483g0.close(); + this.f1483g0 = null; bVar.a(1, "onStopBind:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -792,19 +794,19 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. try { c.o.a.b bVar = i.i; bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1559e0.close(); + this.f1481e0.close(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1559e0 = null; + this.f1481e0 = null; i.i.a(1, "onStopEngine:", "Aborting actions."); for (c.o.a.n.o.a aVar : this.o0) { aVar.a(this); } - this.f1560f0 = null; + this.f1482f0 = null; this.o = null; - this.f1562h0 = null; + this.f1484h0 = null; i.i.a(2, "onStopEngine:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -813,7 +815,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List T0() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1557c0.getCameraCharacteristics(this.f1558d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1479c0.getCameraCharacteristics(this.f1480d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.n.j()); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -840,12 +842,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.u) { S0().d(); } - this.f1562h0.removeTarget(this.m0); + this.f1484h0.removeTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1562h0.removeTarget(surface); + this.f1484h0.removeTarget(surface); } - this.f1563i0 = null; + this.f1485i0 = null; bVar.a(1, "onStopPreview:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -875,11 +877,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; - aVar.f1553c = aVar2.c(bVar, bVar2, 2); + aVar.f1475c = aVar2.c(bVar, bVar2, 2); aVar.d = w(bVar2); try { - CaptureRequest.Builder createCaptureRequest = this.f1559e0.createCaptureRequest(2); - d1(createCaptureRequest, this.f1562h0); + CaptureRequest.Builder createCaptureRequest = this.f1481e0.createCaptureRequest(2); + d1(createCaptureRequest, this.f1484h0); c.o.a.v.b bVar3 = new c.o.a.v.b(aVar, this, createCaptureRequest, this.n0); this.p = bVar3; bVar3.c(); @@ -901,7 +903,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.n instanceof c.o.a.w.e) { c.o.a.n.t.b bVar = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar); - aVar.f1553c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); + aVar.f1475c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); c.o.a.v.f fVar = new c.o.a.v.f(aVar, this, (c.o.a.w.e) this.n, aVar2); this.p = fVar; fVar.c(); @@ -922,16 +924,16 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public final boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.j0); + Objects.requireNonNull(this.f1486j0); int intValue = c.o.a.n.q.b.b.get(eVar).intValue(); try { - String[] cameraIdList = this.f1557c0.getCameraIdList(); + String[] cameraIdList = this.f1479c0.getCameraIdList(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(cameraIdList.length)); for (String str : cameraIdList) { try { - CameraCharacteristics cameraCharacteristics = this.f1557c0.getCameraCharacteristics(str); + CameraCharacteristics cameraCharacteristics = this.f1479c0.getCameraCharacteristics(str); if (intValue == ((Integer) u1(cameraCharacteristics, CameraCharacteristics.LENS_FACING, -99)).intValue()) { - this.f1558d0 = str; + this.f1480d0 = str; this.K.f(eVar, ((Integer) u1(cameraCharacteristics, CameraCharacteristics.SENSOR_ORIENTATION, 0)).intValue()); return true; } @@ -945,14 +947,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public final void c1(@NonNull Surface... surfaceArr) { - this.f1562h0.addTarget(this.m0); + this.f1484h0.addTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1562h0.addTarget(surface); + this.f1484h0.addTarget(surface); } for (Surface surface2 : surfaceArr) { if (surface2 != null) { - this.f1562h0.addTarget(surface2); + this.f1484h0.addTarget(surface2); } else { throw new IllegalArgumentException("Should not add a null surface."); } @@ -996,7 +998,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public void e1(@NonNull c.o.a.n.o.a aVar, @NonNull CaptureRequest.Builder builder) throws CameraAccessException { if (this.m.f == c.o.a.n.v.e.PREVIEW && !O()) { - this.f1561g0.capture(builder.build(), this.q0, null); + this.f1483g0.capture(builder.build(), this.q0, null); } } @@ -1050,7 +1052,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. for (int i2 : iArr) { arrayList.add(Integer.valueOf(i2)); } - c.o.a.n.q.b bVar = this.j0; + c.o.a.n.q.b bVar = this.f1486j0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(bVar); ArrayList arrayList2 = new ArrayList(); @@ -1085,14 +1087,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public boolean i1(@NonNull CaptureRequest.Builder builder, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1570z)) { - c.o.a.n.q.b bVar = this.j0; - c.o.a.m.h hVar2 = this.f1570z; + if (this.o.c(this.f1492z)) { + c.o.a.n.q.b bVar = this.f1486j0; + c.o.a.m.h hVar2 = this.f1492z; Objects.requireNonNull(bVar); builder.set(CaptureRequest.CONTROL_SCENE_MODE, Integer.valueOf(c.o.a.n.q.b.d.get(hVar2).intValue())); return true; } - this.f1570z = hVar; + this.f1492z = hVar; return false; } @@ -1141,8 +1143,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1570z; - this.f1570z = hVar; + c.o.a.m.h hVar2 = this.f1492z; + this.f1492z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new RunnableC0166d(hVar2))); } @@ -1150,7 +1152,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public final void l1(boolean z2, int i2) { if ((this.m.f == c.o.a.n.v.e.PREVIEW && !O()) || !z2) { try { - this.f1561g0.setRepeatingRequest(this.f1562h0.build(), this.q0, null); + this.f1483g0.setRepeatingRequest(this.f1484h0.build(), this.q0, null); } catch (CameraAccessException e2) { throw new CameraException(e2, i2); } catch (IllegalStateException e3) { @@ -1171,14 +1173,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public boolean m1(@NonNull CaptureRequest.Builder builder, @NonNull c.o.a.m.m mVar) { - if (this.o.c(this.f1567w)) { - c.o.a.n.q.b bVar = this.j0; - c.o.a.m.m mVar2 = this.f1567w; + if (this.o.c(this.w)) { + c.o.a.n.q.b bVar = this.f1486j0; + c.o.a.m.m mVar2 = this.w; Objects.requireNonNull(bVar); - builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1573c.get(mVar2).intValue())); + builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1495c.get(mVar2).intValue())); return true; } - this.f1567w = mVar; + this.w = mVar; return false; } @@ -1255,7 +1257,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (gVar != null) { gVar.a(this); } - CaptureRequest.Builder builder = this.f1562h0; + CaptureRequest.Builder builder = this.f1484h0; boolean z2 = false; int[] iArr = (int[]) t1(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES, new int[0]); ArrayList arrayList = new ArrayList(); @@ -1279,12 +1281,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public final CaptureRequest.Builder q1(int i2) throws CameraAccessException { - CaptureRequest.Builder builder = this.f1562h0; - CaptureRequest.Builder createCaptureRequest = this.f1559e0.createCaptureRequest(i2); - this.f1562h0 = createCaptureRequest; + CaptureRequest.Builder builder = this.f1484h0; + CaptureRequest.Builder createCaptureRequest = this.f1481e0.createCaptureRequest(i2); + this.f1484h0 = createCaptureRequest; createCaptureRequest.setTag(Integer.valueOf(i2)); - d1(this.f1562h0, builder); - return this.f1562h0; + d1(this.f1484h0, builder); + return this.f1484h0; } @NonNull @@ -1315,7 +1317,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List s1() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1557c0.getCameraCharacteristics(this.f1558d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1479c0.getCameraCharacteristics(this.f1480d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.t); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -1342,7 +1344,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull @VisibleForTesting public T t1(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) this.f1560f0.get(key); + T t2 = (T) this.f1482f0.get(key); return t2 == null ? t : t2; } diff --git a/app/src/main/java/c/o/a/n/f.java b/app/src/main/java/c/o/a/n/f.java index 09a362de88..8e07584d19 100644 --- a/app/src/main/java/c/o/a/n/f.java +++ b/app/src/main/java/c/o/a/n/f.java @@ -14,14 +14,14 @@ public class f extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1571c = cVar; - this.e.f1(((d) cVar).f1562h0); + this.f1493c = cVar; + this.e.f1(((d) cVar).f1484h0); d dVar = (d) cVar; - CaptureRequest.Builder builder = dVar.f1562h0; + CaptureRequest.Builder builder = dVar.f1484h0; CaptureRequest.Key key = CaptureRequest.CONTROL_AE_LOCK; Boolean bool = Boolean.FALSE; builder.set(key, bool); - dVar.f1562h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); + dVar.f1484h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); dVar.k1(); l(Integer.MAX_VALUE); } diff --git a/app/src/main/java/c/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index dcfdfab6b9..5655456521 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -51,33 +51,31 @@ public abstract class g extends i { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f1564a0; + public int f1487a0; /* renamed from: b0 reason: collision with root package name */ - public c.o.a.u.a f1565b0; + public c.o.a.u.a f1488b0; public c.o.a.w.a n; public c.o.a.c o; public c.o.a.v.d p; public c.o.a.x.b q; + public c.o.a.x.b r; - /* renamed from: r reason: collision with root package name */ - public c.o.a.x.b f1566r; - public c.o.a.x.b s; + /* renamed from: s reason: collision with root package name */ + public c.o.a.x.b f1489s; public int t; public boolean u; public f v; - - /* renamed from: w reason: collision with root package name */ - public m f1567w; + public m w; /* renamed from: x reason: collision with root package name */ - public l f1568x; + public l f1490x; /* renamed from: y reason: collision with root package name */ - public c.o.a.m.b f1569y; + public c.o.a.m.b f1491y; /* renamed from: z reason: collision with root package name */ - public h f1570z; + public h f1492z; /* compiled from: CameraBaseEngine */ public class a implements Runnable { @@ -193,13 +191,13 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void B0(@NonNull c.o.a.m.l lVar) { - this.f1568x = lVar; + this.f1490x = lVar; } @Override // c.o.a.n.i @Nullable public final c.o.a.x.b C(@NonNull c.o.a.n.t.b bVar) { - c.o.a.x.b bVar2 = this.f1566r; + c.o.a.x.b bVar2 = this.r; if (bVar2 == null) { return null; } @@ -265,7 +263,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.l H() { - return this.f1568x; + return this.f1490x; } @Override // c.o.a.n.i @@ -297,7 +295,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final m M() { - return this.f1567w; + return this.w; } @Override // c.o.a.n.i @@ -385,7 +383,7 @@ public abstract class g extends i { @NonNull public c.o.a.p.c S0() { if (this.J == null) { - this.J = V0(this.f1564a0); + this.J = V0(this.f1487a0); } return this.J; } @@ -428,7 +426,7 @@ public abstract class g extends i { if (aVar != null) { CameraView.b bVar = (CameraView.b) this.l; bVar.b.a(1, "dispatchOnPictureTaken", aVar); - CameraView.this.s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2483s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); @@ -447,7 +445,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void b0(@NonNull c.o.a.m.b bVar) { - this.f1569y = bVar; + this.f1491y = bVar; } @Override // c.o.a.n.i @@ -485,7 +483,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.b h() { - return this.f1569y; + return this.f1491y; } @Override // c.o.a.n.i @@ -511,7 +509,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void j0(int i) { - this.f1564a0 = i; + this.f1487a0 = i; } @Override // c.o.a.n.i @@ -552,7 +550,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void o0(@Nullable c.o.a.u.a aVar) { - this.f1565b0 = aVar; + this.f1488b0 = aVar; } @Override // c.o.a.n.i @@ -562,7 +560,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final int q() { - return this.f1564a0; + return this.f1487a0; } @Override // c.o.a.n.i @@ -573,7 +571,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final h r() { - return this.f1570z; + return this.f1492z; } @Override // c.o.a.n.i diff --git a/app/src/main/java/c/o/a/n/h.java b/app/src/main/java/c/o/a/n/h.java index 17f4610e8a..8043c6819d 100644 --- a/app/src/main/java/c/o/a/n/h.java +++ b/app/src/main/java/c/o/a/n/h.java @@ -12,13 +12,13 @@ public class h implements Runnable { @Override // java.lang.Runnable public void run() { b R0 = this.i.R0(); - if (R0.equals(this.i.f1566r)) { + if (R0.equals(this.i.r)) { i.i.a(1, "onSurfaceChanged:", "The computed preview size is identical. No op."); return; } i.i.a(1, "onSurfaceChanged:", "Computed a new preview size. Calling onPreviewStreamSizeChanged()."); g gVar = this.i; - gVar.f1566r = R0; + gVar.r = R0; gVar.X0(); } } diff --git a/app/src/main/java/c/o/a/n/i.java b/app/src/main/java/c/o/a/n/i.java index 249c97cfef..098500f994 100644 --- a/app/src/main/java/c/o/a/n/i.java +++ b/app/src/main/java/c/o/a/n/i.java @@ -242,7 +242,7 @@ public abstract class i implements a.c, d.a { boolean z2; c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { - Iterator> it = fVar.f1577c.iterator(); + Iterator> it = fVar.f1499c.iterator(); while (true) { if (!it.hasNext()) { z2 = false; @@ -305,7 +305,7 @@ public abstract class i implements a.c, d.a { c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { HashSet hashSet = new HashSet(); - Iterator> it = fVar.f1577c.iterator(); + Iterator> it = fVar.f1499c.iterator(); while (it.hasNext()) { hashSet.add(it.next().a); } diff --git a/app/src/main/java/c/o/a/n/k.java b/app/src/main/java/c/o/a/n/k.java index b1eaa23290..fefbae77ab 100644 --- a/app/src/main/java/c/o/a/n/k.java +++ b/app/src/main/java/c/o/a/n/k.java @@ -23,7 +23,7 @@ public class k implements f { if (cVar2 != null) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraOpened", cVar2); - CameraView.this.s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2483s.post(new c.o.a.f(bVar, cVar2)); return c.i.a.f.e.o.c.F(null); } throw new RuntimeException("Null options!"); diff --git a/app/src/main/java/c/o/a/n/m.java b/app/src/main/java/c/o/a/n/m.java index 11d9f27353..1200a00695 100644 --- a/app/src/main/java/c/o/a/n/m.java +++ b/app/src/main/java/c/o/a/n/m.java @@ -16,6 +16,6 @@ public class m implements e { public void onSuccess(Void r6) { CameraView.b bVar = (CameraView.b) this.a.l; bVar.b.a(1, "dispatchOnCameraClosed"); - CameraView.this.s.post(new g(bVar)); + CameraView.this.f2483s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/n/o/d.java b/app/src/main/java/c/o/a/n/o/d.java index d1f5262654..25b81fc2a8 100644 --- a/app/src/main/java/c/o/a/n/o/d.java +++ b/app/src/main/java/c/o/a/n/o/d.java @@ -49,7 +49,7 @@ public abstract class d extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; m().f(new a()); m().j(cVar); } diff --git a/app/src/main/java/c/o/a/n/o/e.java b/app/src/main/java/c/o/a/n/o/e.java index 7f733eccfd..a625503106 100644 --- a/app/src/main/java/c/o/a/n/o/e.java +++ b/app/src/main/java/c/o/a/n/o/e.java @@ -17,7 +17,7 @@ public abstract class e implements a { public int b; /* renamed from: c reason: collision with root package name */ - public c f1571c; + public c f1493c; public boolean d; @Override // c.o.a.n.o.a @@ -49,12 +49,12 @@ public abstract class e implements a { @Override // c.o.a.n.o.a public final void e(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; d dVar = (d) cVar; if (!dVar.o0.contains(this)) { dVar.o0.add(this); } - if (((d) cVar).f1563i0 != null) { + if (((d) cVar).f1485i0 != null) { j(cVar); } else { this.d = true; @@ -80,12 +80,12 @@ public abstract class e implements a { @CallSuper public void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; } @NonNull public T k(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) ((d) this.f1571c).f1560f0.get(key); + T t2 = (T) ((d) this.f1493c).f1482f0.get(key); return t2 == null ? t : t2; } @@ -96,8 +96,8 @@ public abstract class e implements a { bVar.a(this, this.b); } if (this.b == Integer.MAX_VALUE) { - ((d) this.f1571c).o0.remove(this); - i(this.f1571c); + ((d) this.f1493c).o0.remove(this); + i(this.f1493c); } } } diff --git a/app/src/main/java/c/o/a/n/o/h.java b/app/src/main/java/c/o/a/n/o/h.java index b98f36a66b..f54c209f93 100644 --- a/app/src/main/java/c/o/a/n/o/h.java +++ b/app/src/main/java/c/o/a/n/o/h.java @@ -69,7 +69,7 @@ public class h extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; int i = this.f; if (i >= 0) { this.e.get(i).j(cVar); @@ -91,7 +91,7 @@ public class h extends e { this.f = i2; this.e.get(i2).f(new a()); if (!z3) { - this.e.get(this.f).j(this.f1571c); + this.e.get(this.f).j(this.f1493c); } } } diff --git a/app/src/main/java/c/o/a/n/o/j.java b/app/src/main/java/c/o/a/n/o/j.java index f5a16f3a01..97bc39e07e 100644 --- a/app/src/main/java/c/o/a/n/o/j.java +++ b/app/src/main/java/c/o/a/n/o/j.java @@ -79,7 +79,7 @@ public class j extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; for (e eVar : this.e) { if (!eVar.g()) { eVar.j(cVar); diff --git a/app/src/main/java/c/o/a/n/p/a.java b/app/src/main/java/c/o/a/n/p/a.java index 2db72e081e..13b5526842 100644 --- a/app/src/main/java/c/o/a/n/p/a.java +++ b/app/src/main/java/c/o/a/n/p/a.java @@ -9,7 +9,7 @@ import c.o.a.n.o.e; public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; boolean n = n(cVar); if (!m(cVar) || n) { l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/p/b.java b/app/src/main/java/c/o/a/n/p/b.java index 564499cb8f..f5eaf9814a 100644 --- a/app/src/main/java/c/o/a/n/p/b.java +++ b/app/src/main/java/c/o/a/n/p/b.java @@ -26,7 +26,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1562h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1484h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = z2 && (num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5)); e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,9 +47,9 @@ public class b extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); d dVar = (d) cVar; - dVar.f1562h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1484h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/c.java b/app/src/main/java/c/o/a/n/p/c.java index 099c0c900f..20a2986989 100644 --- a/app/src/main/java/c/o/a/n/p/c.java +++ b/app/src/main/java/c/o/a/n/p/c.java @@ -38,7 +38,7 @@ public class c extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 5 || num.intValue() == 0 || num.intValue() == 2 || num.intValue() == 6); @@ -53,9 +53,9 @@ public class c extends a { @Override // c.o.a.n.p.a public void o(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AF_MODE, 1); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AF_MODE, 1); d dVar = (d) cVar; - dVar.f1562h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + dVar.f1484h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/e.java b/app/src/main/java/c/o/a/n/p/e.java index 5e3917e5a5..e454ca63b4 100644 --- a/app/src/main/java/c/o/a/n/p/e.java +++ b/app/src/main/java/c/o/a/n/p/e.java @@ -26,7 +26,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1562h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1484h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,7 +47,7 @@ public class e extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/q/a.java b/app/src/main/java/c/o/a/n/q/a.java index 76c3a4c4d2..0fbcd43b64 100644 --- a/app/src/main/java/c/o/a/n/q/a.java +++ b/app/src/main/java/c/o/a/n/q/a.java @@ -15,7 +15,7 @@ public class a { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1572c; + public static final Map f1494c; public static final Map d; public static final Map e; @@ -23,7 +23,7 @@ public class a { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1572c = hashMap2; + f1494c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; HashMap hashMap4 = new HashMap(); diff --git a/app/src/main/java/c/o/a/n/q/b.java b/app/src/main/java/c/o/a/n/q/b.java index b41c381678..1fdf6f171e 100644 --- a/app/src/main/java/c/o/a/n/q/b.java +++ b/app/src/main/java/c/o/a/n/q/b.java @@ -16,14 +16,14 @@ public class b { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1573c; + public static final Map f1495c; public static final Map d; static { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1573c = hashMap2; + f1495c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; hashMap.put(e.BACK, 1); diff --git a/app/src/main/java/c/o/a/n/r/a.java b/app/src/main/java/c/o/a/n/r/a.java index fdc3e6a722..6e3f3b9e06 100644 --- a/app/src/main/java/c/o/a/n/r/a.java +++ b/app/src/main/java/c/o/a/n/r/a.java @@ -22,7 +22,7 @@ public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; boolean z2 = this.h && n(cVar); if (!m(cVar) || z2) { e.a(1, "onStart:", "not supported or skipped. Dispatching COMPLETED state."); diff --git a/app/src/main/java/c/o/a/n/r/b.java b/app/src/main/java/c/o/a/n/r/b.java index f6437f914b..6ae16c4d47 100644 --- a/app/src/main/java/c/o/a/n/r/b.java +++ b/app/src/main/java/c/o/a/n/r/b.java @@ -19,7 +19,7 @@ public abstract class b extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; MeteringRectangle meteringRectangle = null; if (this.e) { meteringRectangle = new MeteringRectangle((Rect) k(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE, new Rect()), 0); diff --git a/app/src/main/java/c/o/a/n/r/c.java b/app/src/main/java/c/o/a/n/r/c.java index 11d5b62ee6..53b174ad75 100644 --- a/app/src/main/java/c/o/a/n/r/c.java +++ b/app/src/main/java/c/o/a/n/r/c.java @@ -63,13 +63,13 @@ public class c extends a { @Override // c.o.a.n.o.e public void i(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c.o.a.n.o.c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() == 2; - Integer num = (Integer) ((d) cVar).f1562h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1484h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5); this.k = !z2; boolean z4 = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue() > 0; @@ -81,7 +81,7 @@ public class c extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -96,10 +96,10 @@ public class c extends a { public void o(@NonNull c.o.a.n.o.c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); if (this.j && !list.isEmpty()) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); } if (this.k) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); } ((d) cVar).k1(); if (this.k) { diff --git a/app/src/main/java/c/o/a/n/r/d.java b/app/src/main/java/c/o/a/n/r/d.java index 2d6422cdf8..4bd635f83d 100644 --- a/app/src/main/java/c/o/a/n/r/d.java +++ b/app/src/main/java/c/o/a/n/r/d.java @@ -23,7 +23,7 @@ public class d extends b { @Override // c.o.a.n.o.e, c.o.a.n.o.a public void b(@NonNull c cVar, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { if (this.b == 0) { - ((c.o.a.n.d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); + ((c.o.a.n.d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); ((c.o.a.n.d) cVar).k1(); l(Integer.MAX_VALUE); } @@ -33,9 +33,9 @@ public class d extends b { public void m(@NonNull c cVar, @Nullable MeteringRectangle meteringRectangle) { int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((c.o.a.n.d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((c.o.a.n.d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); } - TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1485i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER); b bVar = f; int i = 2; @@ -45,10 +45,10 @@ public class d extends b { if (Build.VERSION.SDK_INT < 23) { i = 0; } - ((c.o.a.n.d) cVar).f1562h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); + ((c.o.a.n.d) cVar).f1484h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); } c.o.a.n.d dVar = (c.o.a.n.d) cVar; - dVar.f1562h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1484h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); l(0); } diff --git a/app/src/main/java/c/o/a/n/r/e.java b/app/src/main/java/c/o/a/n/r/e.java index a66ab86b1d..8eb2076d10 100644 --- a/app/src/main/java/c/o/a/n/r/e.java +++ b/app/src/main/java/c/o/a/n/r/e.java @@ -38,12 +38,12 @@ public class e extends a { @Override // c.o.a.n.o.e public void i(@NonNull c cVar) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { - Integer num = (Integer) ((d) cVar).f1562h0.get(CaptureRequest.CONTROL_AF_MODE); + Integer num = (Integer) ((d) cVar).f1484h0.get(CaptureRequest.CONTROL_AF_MODE); boolean z2 = num != null && (num.intValue() == 1 || num.intValue() == 4 || num.intValue() == 3 || num.intValue() == 2); i.a(1, "checkIsSupported:", Boolean.valueOf(z2)); return z2; @@ -51,7 +51,7 @@ public class e extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 2); @@ -65,10 +65,10 @@ public class e extends a { @Override // c.o.a.n.r.a public void o(@NonNull c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AF, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); } ((d) cVar).k1(); } diff --git a/app/src/main/java/c/o/a/n/r/f.java b/app/src/main/java/c/o/a/n/r/f.java index 9998e717a7..08315f7625 100644 --- a/app/src/main/java/c/o/a/n/r/f.java +++ b/app/src/main/java/c/o/a/n/r/f.java @@ -28,16 +28,16 @@ public class f extends b { if (meteringRectangle == null || intValue <= 0) { z2 = false; } else { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); z2 = true; } - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_TRIGGER); f.a(2, "onStarted:", "last focus trigger is", num); if (num == null || num.intValue() != 1) { z3 = z2; } else { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); } if (z3) { ((d) cVar).k1(); diff --git a/app/src/main/java/c/o/a/n/r/g.java b/app/src/main/java/c/o/a/n/r/g.java index 595b294781..efa806753b 100644 --- a/app/src/main/java/c/o/a/n/r/g.java +++ b/app/src/main/java/c/o/a/n/r/g.java @@ -46,7 +46,7 @@ public class g extends d { List arrayList = new ArrayList(); if (this.h != null) { c.o.a.n.d dVar = (c.o.a.n.d) cVar; - c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1560f0, dVar.f1562h0); + c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1482f0, dVar.f1484h0); arrayList = this.h.c(bVar).b(Integer.MAX_VALUE, bVar); } c cVar2 = new c(arrayList, this.j); diff --git a/app/src/main/java/c/o/a/n/r/i.java b/app/src/main/java/c/o/a/n/r/i.java index 008251936b..759c92a973 100644 --- a/app/src/main/java/c/o/a/n/r/i.java +++ b/app/src/main/java/c/o/a/n/r/i.java @@ -39,7 +39,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1562h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1484h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; i.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -47,7 +47,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1563i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1485i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -63,7 +63,7 @@ public class i extends a { i.a(1, "onStarted:", "with areas:", list); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/r/j.java b/app/src/main/java/c/o/a/n/r/j.java index f1061d63ee..936b9a62f6 100644 --- a/app/src/main/java/c/o/a/n/r/j.java +++ b/app/src/main/java/c/o/a/n/r/j.java @@ -23,7 +23,7 @@ public class j extends b { f.a(2, "onStarted:", "with area:", meteringRectangle); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((d) cVar).f1562h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1484h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); ((d) cVar).k1(); } l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/s/a.java b/app/src/main/java/c/o/a/n/s/a.java index 1e7dfe5701..97dff0e9cf 100644 --- a/app/src/main/java/c/o/a/n/s/a.java +++ b/app/src/main/java/c/o/a/n/s/a.java @@ -13,11 +13,11 @@ public class a implements c { public final int b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1574c; + public final c.o.a.x.b f1496c; public a(@NonNull c.o.a.n.t.a aVar, @NonNull c.o.a.x.b bVar) { this.b = -aVar.c(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW, 1); - this.f1574c = bVar; + this.f1496c = bVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -34,7 +34,7 @@ public class a implements c { public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(); float f = pointF.x; - c.o.a.x.b bVar = this.f1574c; + c.o.a.x.b bVar = this.f1496c; pointF2.x = ((f / ((float) bVar.i)) * 2000.0f) - 0.0040893555f; pointF2.y = ((pointF.y / ((float) bVar.j)) * 2000.0f) - 0.0040893555f; PointF pointF3 = new PointF(); diff --git a/app/src/main/java/c/o/a/n/s/b.java b/app/src/main/java/c/o/a/n/s/b.java index 4a7169046c..090d081de0 100644 --- a/app/src/main/java/c/o/a/n/s/b.java +++ b/app/src/main/java/c/o/a/n/s/b.java @@ -18,7 +18,7 @@ public class b implements c { public final a b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1575c; + public final c.o.a.x.b f1497c; public final c.o.a.x.b d; public final boolean e; public final CameraCharacteristics f; @@ -26,7 +26,7 @@ public class b implements c { public b(@NonNull a aVar, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.x.b bVar2, boolean z2, @NonNull CameraCharacteristics cameraCharacteristics, @NonNull CaptureRequest.Builder builder) { this.b = aVar; - this.f1575c = bVar; + this.f1497c = bVar; this.d = bVar2; this.e = z2; this.f = cameraCharacteristics; @@ -46,7 +46,7 @@ public class b implements c { @NonNull public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(pointF.x, pointF.y); - c.o.a.x.b bVar = this.f1575c; + c.o.a.x.b bVar = this.f1497c; c.o.a.x.b bVar2 = this.d; int i = bVar.i; int i2 = bVar.j; diff --git a/app/src/main/java/c/o/a/n/t/a.java b/app/src/main/java/c/o/a/n/t/a.java index d9cfab74af..3aa0e1bcef 100644 --- a/app/src/main/java/c/o/a/n/t/a.java +++ b/app/src/main/java/c/o/a/n/t/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public int f1576c = 0; + public int f1498c = 0; @VisibleForTesting public int d = 0; @VisibleForTesting @@ -31,7 +31,7 @@ public class a { } int ordinal = bVar2.ordinal(); if (ordinal == 1) { - return ((360 - this.f1576c) + 360) % 360; + return ((360 - this.f1498c) + 360) % 360; } if (ordinal == 2) { return ((360 - this.d) + 360) % 360; @@ -52,7 +52,7 @@ public class a { } public final void d() { - a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1576c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); + a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1498c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); } public final void e(int i) { @@ -64,9 +64,9 @@ public class a { public void f(@NonNull e eVar, int i) { e(i); this.b = eVar; - this.f1576c = i; + this.f1498c = i; if (eVar == e.FRONT) { - this.f1576c = ((360 - i) + 360) % 360; + this.f1498c = ((360 - i) + 360) % 360; } d(); } diff --git a/app/src/main/java/c/o/a/n/u/a.java b/app/src/main/java/c/o/a/n/u/a.java index 1daf3ec93c..f79af4025c 100644 --- a/app/src/main/java/c/o/a/n/u/a.java +++ b/app/src/main/java/c/o/a/n/u/a.java @@ -33,19 +33,19 @@ public class a extends c { List supportedWhiteBalance = parameters.getSupportedWhiteBalance(); if (supportedWhiteBalance != null) { for (String str : supportedWhiteBalance) { - m mVar = (m) a.b(c.o.a.n.q.a.f1572c, str); + m mVar = (m) a.b(c.o.a.n.q.a.f1494c, str); if (mVar != null) { this.a.add(mVar); } } } - this.f1552c.add(f.OFF); + this.f1474c.add(f.OFF); List supportedFlashModes = parameters.getSupportedFlashModes(); if (supportedFlashModes != null) { for (String str2 : supportedFlashModes) { f fVar = (f) a.b(c.o.a.n.q.a.b, str2); if (fVar != null) { - this.f1552c.add(fVar); + this.f1474c.add(fVar); } } } diff --git a/app/src/main/java/c/o/a/n/u/b.java b/app/src/main/java/c/o/a/n/u/b.java index 0ec2e43fe9..3ee91037bd 100644 --- a/app/src/main/java/c/o/a/n/u/b.java +++ b/app/src/main/java/c/o/a/n/u/b.java @@ -41,12 +41,12 @@ public class b extends c { } } for (int i2 : (int[]) cameraCharacteristics.get(CameraCharacteristics.CONTROL_AWB_AVAILABLE_MODES)) { - m mVar = (m) bVar.a(c.o.a.n.q.b.f1573c, Integer.valueOf(i2)); + m mVar = (m) bVar.a(c.o.a.n.q.b.f1495c, Integer.valueOf(i2)); if (mVar != null) { this.a.add(mVar); } } - this.f1552c.add(fVar); + this.f1474c.add(fVar); Boolean bool = (Boolean) cameraCharacteristics.get(CameraCharacteristics.FLASH_INFO_AVAILABLE); boolean z3 = true; if (bool != null && bool.booleanValue()) { @@ -66,7 +66,7 @@ public class b extends c { } hashSet.add(f.AUTO); } - this.f1552c.addAll(hashSet); + this.f1474c.addAll(hashSet); } } this.d.add(h.OFF); diff --git a/app/src/main/java/c/o/a/n/v/a.java b/app/src/main/java/c/o/a/n/v/a.java index 65a9dc4269..11cdebba69 100644 --- a/app/src/main/java/c/o/a/n/v/a.java +++ b/app/src/main/java/c/o/a/n/v/a.java @@ -16,7 +16,7 @@ public class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final ArrayDeque> f1577c = new ArrayDeque<>(); + public final ArrayDeque> f1499c = new ArrayDeque<>(); public boolean d = false; public final Object e = new Object(); @@ -47,13 +47,13 @@ public class a { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final Callable> f1578c; + public final Callable> f1500c; public final boolean d; public final long e; public c(String str, Callable callable, boolean z2, long j, CallableC0169a aVar) { this.a = str; - this.f1578c = callable; + this.f1500c = callable; this.d = z2; this.e = j; } @@ -66,7 +66,7 @@ public class a { public static void a(a aVar, c cVar) { if (aVar.d) { aVar.d = false; - aVar.f1577c.remove(cVar); + aVar.f1499c.remove(cVar); g gVar = i.this.j; gVar.f.postDelayed(new b(aVar), 0); return; @@ -91,7 +91,7 @@ public class a { a.a(1, str.toUpperCase(), "- Scheduling."); c cVar = new c<>(str, callable, z2, System.currentTimeMillis() + j, null); synchronized (this.e) { - this.f1577c.addLast(cVar); + this.f1499c.addLast(cVar); i.this.j.f.postDelayed(new b(this), j); } return cVar.b.a; @@ -100,7 +100,7 @@ public class a { public void e(@NonNull String str, int i) { synchronized (this.e) { ArrayList arrayList = new ArrayList(); - Iterator> it = this.f1577c.iterator(); + Iterator> it = this.f1499c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.a.equals(str)) { @@ -112,7 +112,7 @@ public class a { if (max > 0) { Collections.reverse(arrayList); for (c cVar : arrayList.subList(0, max)) { - this.f1577c.remove(cVar); + this.f1499c.remove(cVar); } } } diff --git a/app/src/main/java/c/o/a/n/v/b.java b/app/src/main/java/c/o/a/n/v/b.java index 227613c701..0baca4807a 100644 --- a/app/src/main/java/c/o/a/n/v/b.java +++ b/app/src/main/java/c/o/a/n/v/b.java @@ -19,7 +19,7 @@ public class b implements Runnable { cVar = null; if (!this.i.d) { long currentTimeMillis = System.currentTimeMillis(); - Iterator> it = this.i.f1577c.iterator(); + Iterator> it = this.i.f1499c.iterator(); while (true) { if (!it.hasNext()) { break; diff --git a/app/src/main/java/c/o/a/n/v/c.java b/app/src/main/java/c/o/a/n/v/c.java index 06c8982c68..897f8badfb 100644 --- a/app/src/main/java/c/o/a/n/v/c.java +++ b/app/src/main/java/c/o/a/n/v/c.java @@ -51,7 +51,7 @@ public class c implements Runnable { public void run() { try { a.a.a(1, this.i.a.toUpperCase(), "- Executing."); - Task task = (Task) this.i.f1578c.call(); + Task task = (Task) this.i.f1500c.call(); g gVar = this.j; a aVar = new a(); if (task.o()) { diff --git a/app/src/main/java/c/o/a/o/a.java b/app/src/main/java/c/o/a/o/a.java index e80a0c3757..f41c2d1c47 100644 --- a/app/src/main/java/c/o/a/o/a.java +++ b/app/src/main/java/c/o/a/o/a.java @@ -8,8 +8,8 @@ import c.i.a.f.e.o.c; import c.o.a.b; import c.o.b.c.f; import c.o.b.d.d; -import c0.p; -import c0.z.d.m; +import d0.p; +import d0.z.d.m; import java.nio.Buffer; import java.nio.FloatBuffer; import java.util.Objects; @@ -20,7 +20,7 @@ public abstract class a implements b { public d b = null; /* renamed from: c reason: collision with root package name */ - public c.o.b.b.b f1579c = null; + public c.o.b.b.b f1501c = null; @VisibleForTesting public c.o.a.x.b d; @@ -77,7 +77,7 @@ public abstract class a implements b { m.checkNotNullParameter(fArr, ""); dVar.e = fArr; d dVar2 = this.b; - c.o.b.b.b bVar = this.f1579c; + c.o.b.b.b bVar = this.f1501c; float[] fArr2 = bVar.a; Objects.requireNonNull(dVar2); m.checkNotNullParameter(bVar, "drawable"); @@ -152,12 +152,12 @@ public abstract class a implements b { c.o.b.a.d.b("glVertexAttribPointer"); } d dVar3 = this.b; - c.o.b.b.b bVar5 = this.f1579c; + c.o.b.b.b bVar5 = this.f1501c; Objects.requireNonNull(dVar3); m.checkNotNullParameter(bVar5, "drawable"); bVar5.a(); d dVar4 = this.b; - c.o.b.b.b bVar6 = this.f1579c; + c.o.b.b.b bVar6 = this.f1501c; Objects.requireNonNull(dVar4); m.checkNotNullParameter(bVar6, "drawable"); m.checkNotNullParameter(bVar6, "drawable"); @@ -176,11 +176,11 @@ public abstract class a implements b { public void f() { d dVar = this.b; if (!dVar.a) { - if (dVar.f1596c) { - GLES20.glDeleteProgram(p.m10constructorimpl(dVar.b)); + if (dVar.f1517c) { + GLES20.glDeleteProgram(p.m80constructorimpl(dVar.b)); } for (c.o.b.d.c cVar : dVar.d) { - GLES20.glDeleteShader(p.m10constructorimpl(cVar.b)); + GLES20.glDeleteShader(p.m80constructorimpl(cVar.b)); } dVar.a = true; } @@ -190,13 +190,13 @@ public abstract class a implements b { ((c.o.b.g.a) floatBuffer).dispose(); } this.b = null; - this.f1579c = null; + this.f1501c = null; } @Override // c.o.a.o.b public void j(int i) { this.b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); - this.f1579c = new c.o.b.b.c(); + this.f1501c = new c.o.b.b.c(); } @Override // c.o.a.o.b diff --git a/app/src/main/java/c/o/a/p/a.java b/app/src/main/java/c/o/a/p/a.java index ecc76c5086..4276421f31 100644 --- a/app/src/main/java/c/o/a/p/a.java +++ b/app/src/main/java/c/o/a/p/a.java @@ -24,7 +24,7 @@ public class a extends c { @Override // c.o.a.p.c public void c(@NonNull byte[] bArr, boolean z2) { byte[] bArr2 = bArr; - if (z2 && bArr2.length == this.f1581c) { + if (z2 && bArr2.length == this.f1503c) { if (this.k == 0) { ((b) this.j).m1(bArr2); } else { @@ -44,7 +44,7 @@ public class a extends c { @Override // c.o.a.p.c public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.n.t.a aVar) { super.e(i, bVar, aVar); - int i2 = this.f1581c; + int i2 = this.f1503c; for (int i3 = 0; i3 < this.b; i3++) { if (this.k == 0) { ((b) this.j).m1(new byte[i2]); diff --git a/app/src/main/java/c/o/a/p/b.java b/app/src/main/java/c/o/a/p/b.java index ab03529b27..7cf25a19c8 100644 --- a/app/src/main/java/c/o/a/p/b.java +++ b/app/src/main/java/c/o/a/p/b.java @@ -7,7 +7,7 @@ public class b { public final c b; /* renamed from: c reason: collision with root package name */ - public Object f1580c = null; + public Object f1502c = null; public long d = -1; public long e = -1; @@ -16,7 +16,7 @@ public class b { } public long a() { - if (this.f1580c != null) { + if (this.f1502c != null) { return this.d; } a.a(3, "Frame is dead! time:", Long.valueOf(this.d), "lastTime:", Long.valueOf(this.e)); @@ -24,10 +24,10 @@ public class b { } public void b() { - if (this.f1580c != null) { + if (this.f1502c != null) { a.a(0, "Frame with time", Long.valueOf(this.d), "is being released."); - Object obj = this.f1580c; - this.f1580c = null; + Object obj = this.f1502c; + this.f1502c = null; this.d = -1; c cVar = this.b; if (cVar.b()) { diff --git a/app/src/main/java/c/o/a/p/c.java b/app/src/main/java/c/o/a/p/c.java index 1afb8391ec..48338b3f98 100644 --- a/app/src/main/java/c/o/a/p/c.java +++ b/app/src/main/java/c/o/a/p/c.java @@ -12,7 +12,7 @@ public abstract class c { public final int b; /* renamed from: c reason: collision with root package name */ - public int f1581c = -1; + public int f1503c = -1; public c.o.a.x.b d = null; public int e = -1; public final Class f; @@ -35,7 +35,7 @@ public abstract class c { c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; aVar.c(bVar, c.o.a.n.t.b.OUTPUT, 2); this.h.c(bVar, c.o.a.n.t.b.VIEW, 2); - poll.f1580c = t; + poll.f1502c = t; poll.d = j; poll.e = j; return poll; @@ -60,7 +60,7 @@ public abstract class c { } a.a(1, "release: Clearing the frame and buffer queue."); this.g.clear(); - this.f1581c = -1; + this.f1503c = -1; this.d = null; this.e = -1; this.h = null; @@ -69,7 +69,7 @@ public abstract class c { public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull a aVar) { this.d = bVar; this.e = i; - this.f1581c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); + this.f1503c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); for (int i2 = 0; i2 < this.b; i2++) { this.g.offer(new b(this)); } diff --git a/app/src/main/java/c/o/a/q/c.java b/app/src/main/java/c/o/a/q/c.java index f42d28dd43..fbf0116f0c 100644 --- a/app/src/main/java/c/o/a/q/c.java +++ b/app/src/main/java/c/o/a/q/c.java @@ -10,16 +10,16 @@ public abstract class c { public a b; /* renamed from: c reason: collision with root package name */ - public PointF[] f1582c; + public PointF[] f1504c; /* compiled from: GestureFinder */ public interface a { } public c(@NonNull a aVar, int i) { - this.f1582c = new PointF[i]; + this.f1504c = new PointF[i]; for (int i2 = 0; i2 < i; i2++) { - this.f1582c[i2] = new PointF(0.0f, 0.0f); + this.f1504c[i2] = new PointF(0.0f, 0.0f); } } diff --git a/app/src/main/java/c/o/a/q/e.java b/app/src/main/java/c/o/a/q/e.java index 0461e6a800..0378ea06b4 100644 --- a/app/src/main/java/c/o/a/q/e.java +++ b/app/src/main/java/c/o/a/q/e.java @@ -45,12 +45,12 @@ public class e extends c { } this.d.onTouchEvent(motionEvent); if (this.e) { - this.f1582c[0].x = motionEvent.getX(0); - this.f1582c[0].y = motionEvent.getY(0); + this.f1504c[0].x = motionEvent.getX(0); + this.f1504c[0].y = motionEvent.getY(0); z2 = true; if (motionEvent.getPointerCount() > 1) { - this.f1582c[1].x = motionEvent.getX(1); - this.f1582c[1].y = motionEvent.getY(1); + this.f1504c[1].x = motionEvent.getX(1); + this.f1504c[1].y = motionEvent.getY(1); } } return z2; diff --git a/app/src/main/java/c/o/a/q/f.java b/app/src/main/java/c/o/a/q/f.java index da91e75461..e802370f89 100644 --- a/app/src/main/java/c/o/a/q/f.java +++ b/app/src/main/java/c/o/a/q/f.java @@ -34,14 +34,14 @@ public class f extends c { if (motionEvent == null || motionEvent2 == null) { return false; } - if (motionEvent.getX() == f.this.f1582c[0].x) { + if (motionEvent.getX() == f.this.f1504c[0].x) { float y2 = motionEvent.getY(); f fVar = f.this; - if (y2 == fVar.f1582c[0].y) { + if (y2 == fVar.f1504c[0].y) { if (fVar.b == aVar) { z2 = true; } - f.this.f1582c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1504c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); @@ -57,9 +57,9 @@ public class f extends c { aVar = a.SCROLL_VERTICAL; } fVar4.b = aVar; - fVar4.f1582c[0].set(motionEvent.getX(), motionEvent.getY()); + fVar4.f1504c[0].set(motionEvent.getX(), motionEvent.getY()); z2 = z3; - f.this.f1582c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1504c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); diff --git a/app/src/main/java/c/o/a/q/g.java b/app/src/main/java/c/o/a/q/g.java index e80789b6eb..bf9ec55fb4 100644 --- a/app/src/main/java/c/o/a/q/g.java +++ b/app/src/main/java/c/o/a/q/g.java @@ -51,8 +51,8 @@ public class g extends c { if (!this.e) { return false; } - this.f1582c[0].x = motionEvent.getX(); - this.f1582c[0].y = motionEvent.getY(); + this.f1504c[0].x = motionEvent.getX(); + this.f1504c[0].y = motionEvent.getY(); return true; } } diff --git a/app/src/main/java/c/o/a/r/a.java b/app/src/main/java/c/o/a/r/a.java index 1260c94ecc..565ca65276 100644 --- a/app/src/main/java/c/o/a/r/a.java +++ b/app/src/main/java/c/o/a/r/a.java @@ -5,7 +5,7 @@ import android.media.CamcorderProfile; import androidx.annotation.NonNull; import c.o.a.b; import com.discord.utilities.voice.ScreenShareManager; -import com.discord.widgets.settings.profile.WidgetSettingsUserProfile; +import com.discord.widgets.settings.profile.WidgetEditUserOrGuildMemberProfile; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; @@ -47,7 +47,7 @@ public class a { b.put(new c.o.a.x.b(352, ScreenShareManager.THUMBNAIL_HEIGHT_PX), 3); b.put(new c.o.a.x.b(720, 480), 4); b.put(new c.o.a.x.b(1280, 720), 5); - b.put(new c.o.a.x.b(1920, WidgetSettingsUserProfile.MAX_BANNER_IMAGE_SIZE), 6); + b.put(new c.o.a.x.b(1920, WidgetEditUserOrGuildMemberProfile.MAX_BANNER_IMAGE_SIZE), 6); b.put(new c.o.a.x.b(3840, 2160), 8); } diff --git a/app/src/main/java/c/o/a/r/c.java b/app/src/main/java/c/o/a/r/c.java index 09a4d0ac1e..a76ec70de0 100644 --- a/app/src/main/java/c/o/a/r/c.java +++ b/app/src/main/java/c/o/a/r/c.java @@ -6,8 +6,8 @@ import c.d.b.a.a; import c.o.b.a.d; import c.o.b.c.f; import c.o.b.f.b; -import c0.p; -import c0.z.d.m; +import d0.p; +import d0.z.d.m; /* compiled from: GlTextureDrawer */ public class c { public final b a; @@ -15,7 +15,7 @@ public class c { @NonNull /* renamed from: c reason: collision with root package name */ - public c.o.a.o.b f1583c = new c.o.a.o.c(); + public c.o.a.o.b f1505c = new c.o.a.o.c(); public c.o.a.o.b d = null; public int e = -1; @@ -26,21 +26,21 @@ public class c { public void a(long j) { if (this.d != null) { b(); - this.f1583c = this.d; + this.f1505c = this.d; this.d = null; } if (this.e == -1) { - String c2 = this.f1583c.c(); - String h = this.f1583c.h(); + String c2 = this.f1505c.c(); + String h = this.f1505c.h(); m.checkNotNullParameter(c2, "vertexShaderSource"); m.checkNotNullParameter(h, "fragmentShaderSource"); c.o.b.d.c[] cVarArr = {new c.o.b.d.c(f.n, c2), new c.o.b.d.c(f.o, h)}; m.checkNotNullParameter(cVarArr, "shaders"); - int r0 = p.m10constructorimpl(GLES20.glCreateProgram()); + int r0 = p.m80constructorimpl(GLES20.glCreateProgram()); d.b("glCreateProgram"); if (r0 != 0) { for (int i = 0; i < 2; i++) { - GLES20.glAttachShader(r0, p.m10constructorimpl(cVarArr[i].b)); + GLES20.glAttachShader(r0, p.m80constructorimpl(cVarArr[i].b)); d.b("glAttachShader"); } GLES20.glLinkProgram(r0); @@ -50,7 +50,7 @@ public class c { int i3 = f.a; if (i2 == 1) { this.e = r0; - this.f1583c.j(r0); + this.f1505c.j(r0); d.b("program creation"); } else { StringBuilder O = a.O("Could not link program: "); @@ -66,7 +66,7 @@ public class c { GLES20.glUseProgram(this.e); d.b("glUseProgram(handle)"); this.a.a(); - this.f1583c.e(j, this.b); + this.f1505c.e(j, this.b); this.a.b(); GLES20.glUseProgram(0); d.b("glUseProgram(0)"); @@ -74,7 +74,7 @@ public class c { public void b() { if (this.e != -1) { - this.f1583c.f(); + this.f1505c.f(); GLES20.glDeleteProgram(this.e); this.e = -1; } diff --git a/app/src/main/java/c/o/a/r/f.java b/app/src/main/java/c/o/a/r/f.java index f538b0442c..7ef40a651c 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -17,7 +17,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f1584c; + public final c f1506c; @VisibleForTesting public final OrientationEventListener d; public int e = -1; @@ -59,23 +59,23 @@ public class f { fVar = f.this; if (i2 == fVar.e) { fVar.e = i2; - CameraView.b bVar = (CameraView.b) fVar.f1584c; + CameraView.b bVar = (CameraView.b) fVar.f1506c; bVar.b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); CameraView cameraView = CameraView.this; - int i3 = cameraView.f2931w.g; + int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2932x.e(); + c.o.a.n.t.a e = cameraView.f2484x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2932x.e(); + c.o.a.n.t.a e2 = cameraView.f2484x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2483s.post(new j(bVar, (i2 + i3) % 360)); return; } return; @@ -105,7 +105,7 @@ public class f { if (a != i2) { f.this.g = a; boolean z2 = Math.abs(a - i2) != 180; - CameraView.b bVar = (CameraView.b) f.this.f1584c; + CameraView.b bVar = (CameraView.b) f.this.f1506c; bVar.b.a(1, "onDisplayOffsetChanged", Integer.valueOf(a), "recreate:", Boolean.valueOf(z2)); if (CameraView.this.d() && !z2) { bVar.b.a(2, "onDisplayOffsetChanged", "restarting the camera."); @@ -126,7 +126,7 @@ public class f { public f(@NonNull Context context, @NonNull c cVar) { this.b = context; - this.f1584c = cVar; + this.f1506c = cVar; this.d = new a(context.getApplicationContext(), 3); this.f = new b(); } diff --git a/app/src/main/java/c/o/a/r/g.java b/app/src/main/java/c/o/a/r/g.java index 49706b9cd7..2e4c5f2117 100644 --- a/app/src/main/java/c/o/a/r/g.java +++ b/app/src/main/java/c/o/a/r/g.java @@ -13,7 +13,7 @@ public class g { public static final ConcurrentHashMap> b = new ConcurrentHashMap<>(4); /* renamed from: c reason: collision with root package name */ - public static g f1585c; + public static g f1507c; public String d; public HandlerThread e; public Handler f = new Handler(this.e.getLooper()); @@ -73,7 +73,7 @@ public class g { public static void a(@NonNull Runnable runnable) { g b2 = b("FallbackCameraThread"); - f1585c = b2; + f1507c = b2; b2.f.post(runnable); } diff --git a/app/src/main/java/c/o/a/u/b.java b/app/src/main/java/c/o/a/u/b.java index 93f257b725..b754098058 100644 --- a/app/src/main/java/c/o/a/u/b.java +++ b/app/src/main/java/c/o/a/u/b.java @@ -12,7 +12,7 @@ public class b { public a b; /* renamed from: c reason: collision with root package name */ - public SurfaceTexture f1586c; + public SurfaceTexture f1508c; public Surface d; @VisibleForTesting public c e; @@ -23,9 +23,9 @@ public class b { this.b = aVar; this.e = new c(new c.o.b.f.b(33984, 36197, null, 4)); SurfaceTexture surfaceTexture = new SurfaceTexture(this.e.a.a); - this.f1586c = surfaceTexture; + this.f1508c = surfaceTexture; surfaceTexture.setDefaultBufferSize(bVar.i, bVar.j); - this.d = new Surface(this.f1586c); + this.d = new Surface(this.f1508c); this.f = new e(this.e.a.a); } } diff --git a/app/src/main/java/c/o/a/u/c.java b/app/src/main/java/c/o/a/u/c.java index 38c1203ea9..650f5bed54 100644 --- a/app/src/main/java/c/o/a/u/c.java +++ b/app/src/main/java/c/o/a/u/c.java @@ -26,7 +26,7 @@ public class c extends FrameLayout implements a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f1587c = false; + public boolean f1509c = false; public a(@NonNull Context context, @NonNull AttributeSet attributeSet) { super(context, attributeSet); @@ -34,7 +34,7 @@ public class c extends FrameLayout implements a { try { this.a = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPreview, false); this.b = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPictureSnapshot, false); - this.f1587c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); + this.f1509c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); } finally { obtainStyledAttributes.recycle(); } @@ -42,7 +42,7 @@ public class c extends FrameLayout implements a { @VisibleForTesting public boolean a(@NonNull a.EnumC0172a aVar) { - return (aVar == a.EnumC0172a.PREVIEW && this.a) || (aVar == a.EnumC0172a.VIDEO_SNAPSHOT && this.f1587c) || (aVar == a.EnumC0172a.PICTURE_SNAPSHOT && this.b); + return (aVar == a.EnumC0172a.PREVIEW && this.a) || (aVar == a.EnumC0172a.VIDEO_SNAPSHOT && this.f1509c) || (aVar == a.EnumC0172a.PICTURE_SNAPSHOT && this.b); } @Override // java.lang.Object @@ -54,7 +54,7 @@ public class c extends FrameLayout implements a { sb.append(",drawOnPictureSnapshot:"); sb.append(this.b); sb.append(",drawOnVideoSnapshot:"); - return c.d.b.a.a.K(sb, this.f1587c, "]"); + return c.d.b.a.a.K(sb, this.f1509c, "]"); } } diff --git a/app/src/main/java/c/o/a/v/a.java b/app/src/main/java/c/o/a/v/a.java index c9a60068c2..67fa5dc629 100644 --- a/app/src/main/java/c/o/a/v/a.java +++ b/app/src/main/java/c/o/a/v/a.java @@ -57,7 +57,7 @@ public class a extends c { } l.a aVar = a.this.i; aVar.f = bArr; - aVar.f1553c = i; + aVar.f1475c = i; c.l.a(1, "take(): starting preview again. ", Thread.currentThread()); if (a.this.n.m.f.f(e.PREVIEW)) { camera.setPreviewCallbackWithBuffer(a.this.n); @@ -80,7 +80,7 @@ public class a extends c { this.n = bVar; this.m = camera; Camera.Parameters parameters = camera.getParameters(); - parameters.setRotation(this.i.f1553c); + parameters.setRotation(this.i.f1475c); camera.setParameters(parameters); } diff --git a/app/src/main/java/c/o/a/v/b.java b/app/src/main/java/c/o/a/v/b.java index 804720ac2e..7c56f99767 100644 --- a/app/src/main/java/c/o/a/v/b.java +++ b/app/src/main/java/c/o/a/v/b.java @@ -41,10 +41,10 @@ public class b extends c implements ImageReader.OnImageAvailableListener { int i; b bVar = b.this; if (bVar.i.g == j.DNG) { - bVar.q = new DngCreator(((d) cVar).f1560f0, totalCaptureResult); + bVar.q = new DngCreator(((d) cVar).f1482f0, totalCaptureResult); b bVar2 = b.this; DngCreator dngCreator = bVar2.q; - int i2 = bVar2.i.f1553c; + int i2 = bVar2.i.f1475c; int i3 = (i2 + 360) % 360; if (i3 == 0) { i = 1; @@ -81,13 +81,13 @@ public class b extends c implements ImageReader.OnImageAvailableListener { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; b bVar = b.this; bVar.p.addTarget(bVar.o.getSurface()); b bVar2 = b.this; l.a aVar = bVar2.i; if (aVar.g == j.JPEG) { - bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1553c)); + bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1475c)); } b.this.p.setTag(2); try { @@ -108,7 +108,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { this.p = builder; this.o = imageReader; g b = g.b("FallbackCameraThread"); - g.f1585c = b; + g.f1507c = b; imageReader.setOnImageAvailableListener(this, b.f); } @@ -124,7 +124,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { buffer.get(bArr); l.a aVar = this.i; aVar.f = bArr; - aVar.f1553c = 0; + aVar.f1475c = 0; try { int attributeInt = new ExifInterface(new ByteArrayInputStream(this.i.f)).getAttributeInt(ExifInterface.TAG_ORIENTATION, 1); l.a aVar2 = this.i; @@ -142,7 +142,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { i = 270; break; } - aVar2.f1553c = i; + aVar2.f1475c = i; } catch (IOException unused) { } } diff --git a/app/src/main/java/c/o/a/v/d.java b/app/src/main/java/c/o/a/v/d.java index ccc217564b..a46e57d834 100644 --- a/app/src/main/java/c/o/a/v/d.java +++ b/app/src/main/java/c/o/a/v/d.java @@ -34,12 +34,12 @@ public abstract class d { boolean z4 = !z2; CameraView.b bVar = (CameraView.b) ((g) aVar).l; if (z4 && (z3 = (cameraView = CameraView.this).k) && z3) { - if (cameraView.f2934z == null) { - cameraView.f2934z = new MediaActionSound(); + if (cameraView.f2486z == null) { + cameraView.f2486z = new MediaActionSound(); } - cameraView.f2934z.play(0); + cameraView.f2486z.play(0); } - CameraView.this.s.post(new h(bVar)); + CameraView.this.f2483s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/o/a/v/e.java b/app/src/main/java/c/o/a/v/e.java index 21154ce0b2..d997ee60d8 100644 --- a/app/src/main/java/c/o/a/v/e.java +++ b/app/src/main/java/c/o/a/v/e.java @@ -87,7 +87,7 @@ public class e extends i { aVar.f = byteArray; aVar.d = new c.o.a.x.b(v.width(), v.height()); e eVar = e.this; - eVar.i.f1553c = 0; + eVar.i.f1475c = 0; eVar.b(); } } @@ -100,7 +100,7 @@ public class e extends i { e.this.a(false); e eVar = e.this; l.a aVar = eVar.i; - int i = aVar.f1553c; + int i = aVar.f1475c; c.o.a.x.b bVar = aVar.d; c.o.a.x.b C = eVar.m.C(c.o.a.n.t.b.SENSOR); if (C != null) { diff --git a/app/src/main/java/c/o/a/v/f.java b/app/src/main/java/c/o/a/v/f.java index 42bb1a0489..149043f7e3 100644 --- a/app/src/main/java/c/o/a/v/f.java +++ b/app/src/main/java/c/o/a/v/f.java @@ -15,13 +15,13 @@ import java.util.Arrays; /* compiled from: Snapshot2PictureRecorder */ @RequiresApi(21) public class f extends g { - public final c.o.a.n.o.a s; + + /* renamed from: s reason: collision with root package name */ + public final c.o.a.n.o.a f1510s; public final c.o.a.n.o.c t; public final boolean u; public Integer v; - - /* renamed from: w reason: collision with root package name */ - public Integer f1588w; + public Integer w; /* compiled from: Snapshot2PictureRecorder */ public class a extends c.o.a.n.o.f { @@ -56,11 +56,11 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; i.l.a(1, "FlashAction:", "Parameters locked, opening torch."); - ((d) cVar).f1562h0.set(CaptureRequest.FLASH_MODE, 2); + ((d) cVar).f1484h0.set(CaptureRequest.FLASH_MODE, 2); d dVar = (d) cVar; - dVar.f1562h0.set(CaptureRequest.CONTROL_AE_MODE, 1); + dVar.f1484h0.set(CaptureRequest.CONTROL_AE_MODE, 1); dVar.k1(); } } @@ -72,15 +72,15 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1571c = cVar; + this.f1493c = cVar; try { i.l.a(1, "ResetFlashAction:", "Reverting the flash changes."); - CaptureRequest.Builder builder = ((d) cVar).f1562h0; + CaptureRequest.Builder builder = ((d) cVar).f1484h0; builder.set(CaptureRequest.CONTROL_AE_MODE, 1); builder.set(CaptureRequest.FLASH_MODE, 0); ((d) cVar).e1(this, builder); builder.set(CaptureRequest.CONTROL_AE_MODE, f.this.v); - builder.set(CaptureRequest.FLASH_MODE, f.this.f1588w); + builder.set(CaptureRequest.FLASH_MODE, f.this.w); ((d) cVar).k1(); } catch (CameraAccessException unused) { } @@ -88,14 +88,14 @@ public class f extends g { } public f(@NonNull l.a aVar, @NonNull d dVar, @NonNull c.o.a.w.e eVar, @NonNull c.o.a.x.a aVar2) { - super(aVar, dVar, eVar, aVar2, dVar.f1565b0); + super(aVar, dVar, eVar, aVar2, dVar.f1488b0); this.t = dVar; boolean z2 = false; Integer num = null; h hVar = new h(Arrays.asList(new i(2500, new c.o.a.n.p.d()), new b(this, null))); - this.s = hVar; + this.f1510s = hVar; hVar.f(new a()); - TotalCaptureResult totalCaptureResult = dVar.f1563i0; + TotalCaptureResult totalCaptureResult = dVar.f1485i0; if (totalCaptureResult == null) { i.l.a(2, "Picture snapshot requested very early, before the first preview frame.", "Metering might not work as intended."); } @@ -104,8 +104,8 @@ public class f extends g { z2 = true; } this.u = z2; - this.v = (Integer) dVar.f1562h0.get(CaptureRequest.CONTROL_AE_MODE); - this.f1588w = (Integer) dVar.f1562h0.get(CaptureRequest.FLASH_MODE); + this.v = (Integer) dVar.f1484h0.get(CaptureRequest.CONTROL_AE_MODE); + this.w = (Integer) dVar.f1484h0.get(CaptureRequest.FLASH_MODE); } public static /* synthetic */ void d(f fVar) { @@ -126,6 +126,6 @@ public class f extends g { return; } i.l.a(1, "take:", "Engine needs flash. Starting action"); - this.s.e(this.t); + this.f1510s.e(this.t); } } diff --git a/app/src/main/java/c/o/a/v/g.java b/app/src/main/java/c/o/a/v/g.java index e588bfc382..5c05c4e5c8 100644 --- a/app/src/main/java/c/o/a/v/g.java +++ b/app/src/main/java/c/o/a/v/g.java @@ -21,9 +21,7 @@ public class g extends i { public c.o.a.u.a o; public boolean p; public b q; - - /* renamed from: r reason: collision with root package name */ - public c f1589r; + public c r; /* compiled from: SnapshotGlPictureRecorder */ public class a implements f { @@ -42,7 +40,7 @@ public class g extends i { public void b(int i) { g gVar = g.this; Objects.requireNonNull(gVar); - gVar.f1589r = new c(new c.o.b.f.b(33984, 36197, Integer.valueOf(i))); + gVar.r = new c(new c.o.b.f.b(33984, 36197, Integer.valueOf(i))); Rect v = c.i.a.f.e.o.c.v(gVar.i.d, gVar.n); gVar.i.d = new c.o.a.x.b(v.width(), v.height()); if (gVar.p) { @@ -52,7 +50,7 @@ public class g extends i { @Override // c.o.a.w.f public void c(@NonNull c.o.a.o.b bVar) { - g.this.f1589r.d = bVar.a(); + g.this.r.d = bVar.a(); } } diff --git a/app/src/main/java/c/o/a/v/h.java b/app/src/main/java/c/o/a/v/h.java index bd5a2ff60d..74cf28e472 100644 --- a/app/src/main/java/c/o/a/v/h.java +++ b/app/src/main/java/c/o/a/v/h.java @@ -19,7 +19,7 @@ import c.o.b.a.a; import c.o.b.c.c; import c.o.b.c.d; import c.o.b.c.e; -import c0.z.d.m; +import d0.z.d.m; import java.io.ByteArrayOutputStream; import java.util.Objects; /* compiled from: SnapshotGlPictureRecorder */ @@ -44,7 +44,7 @@ public class h implements Runnable { r0 = move-exception; */ /* JADX WARNING: Code restructure failed: missing block: B:57:0x01f8, code lost: - c0.y.b.closeFinally(r4, r0); + d0.y.b.closeFinally(r4, r0); */ /* JADX WARNING: Code restructure failed: missing block: B:58:0x01fc, code lost: throw r0; @@ -65,7 +65,7 @@ public class h implements Runnable { surfaceTexture2.setDefaultBufferSize(bVar.i, bVar.j); a aVar = new a(eGLContext, 1); c.o.b.e.b bVar2 = new c.o.b.e.b(aVar, surfaceTexture2); - a aVar2 = bVar2.f1598c; + a aVar2 = bVar2.f1519c; e eVar = bVar2.d; Objects.requireNonNull(aVar2); m.checkNotNullParameter(eVar, "eglSurface"); @@ -77,12 +77,12 @@ public class h implements Runnable { EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; if (EGL14.eglMakeCurrent(eGLDisplay, eGLSurface, eGLSurface, bVar3.a)) { - float[] fArr = gVar.f1589r.b; + float[] fArr = gVar.r.b; surfaceTexture.getTransformMatrix(fArr); Matrix.translateM(fArr, 0, (1.0f - f) / 2.0f, (1.0f - f2) / 2.0f, 0.0f); Matrix.scaleM(fArr, 0, f, f2, 1.0f); Matrix.translateM(fArr, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1553c), 0.0f, 0.0f, 1.0f); + Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1475c), 0.0f, 0.0f, 1.0f); Matrix.scaleM(fArr, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(fArr, 0, -0.5f, -0.5f, 0.0f); if (gVar.p) { @@ -99,18 +99,18 @@ public class h implements Runnable { } synchronized (bVar4.g) { GLES20.glBindTexture(36197, bVar4.f.a); - bVar4.f1586c.updateTexImage(); + bVar4.f1508c.updateTexImage(); } - bVar4.f1586c.getTransformMatrix(bVar4.e.b); + bVar4.f1508c.getTransformMatrix(bVar4.e.b); Matrix.translateM(gVar.q.e.b, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1553c, 0.0f, 0.0f, 1.0f); + Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1475c, 0.0f, 0.0f, 1.0f); Matrix.scaleM(gVar.q.e.b, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(gVar.q.e.b, 0, -0.5f, -0.5f, 0.0f); } - gVar.i.f1553c = 0; + gVar.i.f1475c = 0; long timestamp = surfaceTexture.getTimestamp() / 1000; i.l.a(1, "takeFrame:", "timestampUs:", Long.valueOf(timestamp)); - gVar.f1589r.a(timestamp); + gVar.r.a(timestamp); if (gVar.p) { c.o.a.u.b bVar5 = gVar.q; Objects.requireNonNull(bVar5); @@ -129,17 +129,17 @@ public class h implements Runnable { bVar2.a(byteArrayOutputStream, compressFormat); byte[] byteArray = byteArrayOutputStream.toByteArray(); m.checkNotNullExpressionValue(byteArray, "it.toByteArray()"); - c0.y.b.closeFinally(byteArrayOutputStream, null); + d0.y.b.closeFinally(byteArrayOutputStream, null); aVar4.f = byteArray; - c.o.b.a.a aVar5 = bVar2.f1598c; + c.o.b.a.a aVar5 = bVar2.f1519c; e eVar2 = bVar2.d; Objects.requireNonNull(aVar5); m.checkNotNullParameter(eVar2, "eglSurface"); EGL14.eglDestroySurface(aVar5.a.a, eVar2.a); - bVar2.d = d.f1593c; + bVar2.d = d.f1514c; bVar2.b = -1; bVar2.a = -1; - gVar.f1589r.b(); + gVar.r.b(); surfaceTexture2.release(); if (gVar.p) { c.o.a.u.b bVar6 = gVar.q; @@ -150,10 +150,10 @@ public class h implements Runnable { } else { r3 = 0; } - SurfaceTexture surfaceTexture3 = bVar6.f1586c; + SurfaceTexture surfaceTexture3 = bVar6.f1508c; if (surfaceTexture3 != null) { surfaceTexture3.release(); - bVar6.f1586c = r3; + bVar6.f1508c = r3; } Surface surface = bVar6.d; if (surface != null) { diff --git a/app/src/main/java/c/o/a/w/a.java b/app/src/main/java/c/o/a/w/a.java index 94cbe5846f..8442ca8122 100644 --- a/app/src/main/java/c/o/a/w/a.java +++ b/app/src/main/java/c/o/a/w/a.java @@ -22,7 +22,7 @@ public abstract class a { public c b; /* renamed from: c reason: collision with root package name */ - public T f1590c; + public T f1511c; public boolean d; public int e; public int f; @@ -60,7 +60,7 @@ public abstract class a { } public a(@NonNull Context context, @NonNull ViewGroup viewGroup) { - this.f1590c = n(context, viewGroup); + this.f1511c = n(context, viewGroup); } public void e(@Nullable b bVar) { diff --git a/app/src/main/java/c/o/a/w/d.java b/app/src/main/java/c/o/a/w/d.java index 57956ec810..271b11a43a 100644 --- a/app/src/main/java/c/o/a/w/d.java +++ b/app/src/main/java/c/o/a/w/d.java @@ -95,7 +95,7 @@ public class d extends a implements b, e { @Override // android.graphics.SurfaceTexture.OnFrameAvailableListener public void onFrameAvailable(SurfaceTexture surfaceTexture) { - ((GLSurfaceView) d.this.f1590c).requestRender(); + ((GLSurfaceView) d.this.f1511c).requestRender(); } } @@ -155,7 +155,7 @@ public class d extends a implements b, e { cVar.d = dVar2.q; int i = cVar.a.a; dVar2.k = new SurfaceTexture(i); - ((GLSurfaceView) d.this.f1590c).queueEvent(new a(i)); + ((GLSurfaceView) d.this.f1511c).queueEvent(new a(i)); d.this.k.setOnFrameAvailableListener(new b()); } } @@ -170,12 +170,12 @@ public class d extends a implements b, e { if (m()) { bVar.k(this.e, this.f); } - ((GLSurfaceView) this.f1590c).queueEvent(new b(bVar)); + ((GLSurfaceView) this.f1511c).queueEvent(new b(bVar)); } @Override // c.o.a.w.e public void b(@NonNull f fVar) { - ((GLSurfaceView) this.f1590c).queueEvent(new a(fVar)); + ((GLSurfaceView) this.f1511c).queueEvent(new a(fVar)); } @Override // c.o.a.w.b @@ -208,7 +208,7 @@ public class d extends a implements b, e { this.d = f2 > 1.02f || f > 1.02f; this.n = 1.0f / f2; this.o = 1.0f / f; - ((GLSurfaceView) this.f1590c).requestRender(); + ((GLSurfaceView) this.f1511c).requestRender(); } } @@ -255,11 +255,11 @@ public class d extends a implements b, e { @Override // c.o.a.w.a public void p() { - ((GLSurfaceView) this.f1590c).onPause(); + ((GLSurfaceView) this.f1511c).onPause(); } @Override // c.o.a.w.a public void q() { - ((GLSurfaceView) this.f1590c).onResume(); + ((GLSurfaceView) this.f1511c).onResume(); } } diff --git a/app/src/main/java/c/o/a/w/h.java b/app/src/main/java/c/o/a/w/h.java index 2779d458e0..57983aee9c 100644 --- a/app/src/main/java/c/o/a/w/h.java +++ b/app/src/main/java/c/o/a/w/h.java @@ -23,7 +23,7 @@ public class h extends a { @Override // c.o.a.w.a @NonNull public SurfaceHolder i() { - return ((SurfaceView) this.f1590c).getHolder(); + return ((SurfaceView) this.f1511c).getHolder(); } @Override // c.o.a.w.a diff --git a/app/src/main/java/c/o/a/w/j.java b/app/src/main/java/c/o/a/w/j.java index d78a1cbf31..ce43973dfe 100644 --- a/app/src/main/java/c/o/a/w/j.java +++ b/app/src/main/java/c/o/a/w/j.java @@ -51,8 +51,8 @@ public class j extends a { f4 = f3.i() / f2.i(); f = 1.0f; } - ((TextureView) j.this.f1590c).setScaleX(f4); - ((TextureView) j.this.f1590c).setScaleY(f); + ((TextureView) j.this.f1511c).setScaleX(f4); + ((TextureView) j.this.f1511c).setScaleY(f); j.this.d = f4 > 1.02f || f > 1.02f; c.o.a.b bVar2 = a.a; bVar2.a(1, "crop:", "applied scaleX=", Float.valueOf(f4)); @@ -87,7 +87,7 @@ public class j extends a { matrix.postScale(f3, 1.0f / f3, f, f2); } matrix.postRotate((float) this.i, f, f2); - ((TextureView) j.this.f1590c).setTransform(matrix); + ((TextureView) j.this.f1511c).setTransform(matrix); this.j.a.t(null); } } @@ -98,14 +98,14 @@ public class j extends a { @Override // c.o.a.w.a public void e(@Nullable a.b bVar) { - ((TextureView) this.f1590c).post(new a(null)); + ((TextureView) this.f1511c).post(new a(null)); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.o.a.w.a @NonNull public SurfaceTexture i() { - return ((TextureView) this.f1590c).getSurfaceTexture(); + return ((TextureView) this.f1511c).getSurfaceTexture(); } @Override // c.o.a.w.a @@ -136,7 +136,7 @@ public class j extends a { public void r(int i) { this.i = i; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); - ((TextureView) this.f1590c).post(new b(i, taskCompletionSource)); + ((TextureView) this.f1511c).post(new b(i, taskCompletionSource)); try { c.c(taskCompletionSource.a); } catch (InterruptedException | ExecutionException unused) { diff --git a/app/src/main/java/c/o/b/a/a.java b/app/src/main/java/c/o/b/a/a.java index a3f58c1c08..900d8dc05b 100644 --- a/app/src/main/java/c/o/b/a/a.java +++ b/app/src/main/java/c/o/b/a/a.java @@ -18,7 +18,7 @@ public final class a extends c { c cVar = this.a; c cVar2 = d.b; if (cVar != cVar2) { - e eVar = d.f1593c; + e eVar = d.f1514c; b bVar = d.a; EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; @@ -29,7 +29,7 @@ public final class a extends c { } this.a = cVar2; this.b = d.a; - this.f1591c = null; + this.f1512c = null; } public final void finalize() { diff --git a/app/src/main/java/c/o/b/a/b.java b/app/src/main/java/c/o/b/a/b.java index be66320121..e0bdb1ab09 100644 --- a/app/src/main/java/c/o/b/a/b.java +++ b/app/src/main/java/c/o/b/a/b.java @@ -6,9 +6,9 @@ import android.util.Log; import c.o.b.c.a; import c.o.b.c.c; import c.o.b.c.d; -import c0.t.c0; -import c0.t.k; -import c0.z.d.m; +import d0.t.c0; +import d0.t.k; +import d0.z.d.m; import java.util.Iterator; import org.webrtc.EglBase; /* compiled from: EglNativeConfigChooser.kt */ @@ -27,8 +27,8 @@ public class b { iArr[6] = d.o; iArr[7] = 8; iArr[8] = d.p; - iArr[9] = d.q | d.f1594r; - iArr[10] = d.s; + iArr[9] = d.q | d.r; + iArr[10] = d.f1515s; iArr[11] = i2; iArr[12] = z2 ? EglBase.EGL_RECORDABLE_ANDROID : d.e; iArr[13] = z2 ? 1 : 0; diff --git a/app/src/main/java/c/o/b/a/c.java b/app/src/main/java/c/o/b/a/c.java index eee95d3b11..1e39c08d95 100644 --- a/app/src/main/java/c/o/b/a/c.java +++ b/app/src/main/java/c/o/b/a/c.java @@ -6,14 +6,14 @@ import c.o.b.c.a; import c.o.b.c.b; import c.o.b.c.d; import c.o.b.c.e; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: EglNativeCore.kt */ public class c { public c.o.b.c.c a; public b b = d.a; /* renamed from: c reason: collision with root package name */ - public a f1591c; + public a f1512c; public c(b bVar, int i) { a a; @@ -32,7 +32,7 @@ public class c { b bVar3 = new b(EGL14.eglCreateContext(this.a.a, a.a, bVar.a, new int[]{d.i, 3, d.e}, 0)); try { d.a("eglCreateContext (3)"); - this.f1591c = a; + this.f1512c = a; this.b = bVar3; } catch (Exception unused) { } @@ -42,7 +42,7 @@ public class c { if (a2 != null) { b bVar4 = new b(EGL14.eglCreateContext(this.a.a, a2.a, bVar.a, new int[]{d.i, 2, d.e}, 0)); d.a("eglCreateContext (2)"); - this.f1591c = a2; + this.f1512c = a2; this.b = bVar4; return; } diff --git a/app/src/main/java/c/o/b/a/d.java b/app/src/main/java/c/o/b/a/d.java index 8794a7a6c4..31f572f86b 100644 --- a/app/src/main/java/c/o/b/a/d.java +++ b/app/src/main/java/c/o/b/a/d.java @@ -7,8 +7,8 @@ import android.opengl.Matrix; import android.util.Log; import c.d.b.a.a; import c.o.b.c.f; -import c0.p; -import c0.z.d.m; +import d0.p; +import d0.z.d.m; /* compiled from: Egloo.kt */ public final class d { public static final float[] a; @@ -37,7 +37,7 @@ public final class d { public static final void b(String str) { m.checkNotNullParameter(str, "opName"); - int r0 = p.m10constructorimpl(GLES20.glGetError()); + int r0 = p.m80constructorimpl(GLES20.glGetError()); int i = f.a; if (r0 != 0) { StringBuilder U = a.U("Error during ", str, ": glError 0x"); diff --git a/app/src/main/java/c/o/b/b/c.java b/app/src/main/java/c/o/b/b/c.java index 0297aa857e..4d8f1af5df 100644 --- a/app/src/main/java/c/o/b/b/c.java +++ b/app/src/main/java/c/o/b/b/c.java @@ -8,11 +8,11 @@ import java.nio.FloatBuffer; public class c extends a { /* renamed from: c reason: collision with root package name */ - public static final float[] f1592c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; + public static final float[] f1513c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; public FloatBuffer d; public c() { - float[] fArr = f1592c; + float[] fArr = f1513c; FloatBuffer D = c.i.a.f.e.o.c.D(fArr.length); D.put(fArr); D.clear(); diff --git a/app/src/main/java/c/o/b/c/a.java b/app/src/main/java/c/o/b/c/a.java index 1f4f15c322..5721f17584 100644 --- a/app/src/main/java/c/o/b/c/a.java +++ b/app/src/main/java/c/o/b/c/a.java @@ -1,7 +1,7 @@ package c.o.b.c; import android.opengl.EGLConfig; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: egl.kt */ public final class a { public final EGLConfig a; diff --git a/app/src/main/java/c/o/b/c/b.java b/app/src/main/java/c/o/b/c/b.java index d83e8cbf31..b44c9159f1 100644 --- a/app/src/main/java/c/o/b/c/b.java +++ b/app/src/main/java/c/o/b/c/b.java @@ -2,7 +2,7 @@ package c.o.b.c; import android.opengl.EGLContext; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: egl.kt */ public final class b { public final EGLContext a; diff --git a/app/src/main/java/c/o/b/c/c.java b/app/src/main/java/c/o/b/c/c.java index 9edc16a651..03da6b309d 100644 --- a/app/src/main/java/c/o/b/c/c.java +++ b/app/src/main/java/c/o/b/c/c.java @@ -2,7 +2,7 @@ package c.o.b.c; import android.opengl.EGLDisplay; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: egl.kt */ public final class c { public final EGLDisplay a; diff --git a/app/src/main/java/c/o/b/c/d.java b/app/src/main/java/c/o/b/c/d.java index 4cfc3b3cbe..de172531b7 100644 --- a/app/src/main/java/c/o/b/c/d.java +++ b/app/src/main/java/c/o/b/c/d.java @@ -7,7 +7,7 @@ public final class d { public static final c b = new c(EGL14.EGL_NO_DISPLAY); /* renamed from: c reason: collision with root package name */ - public static final e f1593c = new e(EGL14.EGL_NO_SURFACE); + public static final e f1514c = new e(EGL14.EGL_NO_SURFACE); public static final int d = 12288; public static final int e = 12344; public static final int f = 12375; @@ -22,8 +22,8 @@ public final class d { public static final int o = 12321; public static final int p = 12339; public static final int q = 4; + public static final int r = 1; - /* renamed from: r reason: collision with root package name */ - public static final int f1594r = 1; - public static final int s = 12352; + /* renamed from: s reason: collision with root package name */ + public static final int f1515s = 12352; } diff --git a/app/src/main/java/c/o/b/c/e.java b/app/src/main/java/c/o/b/c/e.java index 78b2aa4370..6c212fc537 100644 --- a/app/src/main/java/c/o/b/c/e.java +++ b/app/src/main/java/c/o/b/c/e.java @@ -2,7 +2,7 @@ package c.o.b.c; import android.opengl.EGLSurface; import c.d.b.a.a; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: egl.kt */ public final class e { public final EGLSurface a; diff --git a/app/src/main/java/c/o/b/c/f.java b/app/src/main/java/c/o/b/c/f.java index 6cc2ee8b03..c3462d4974 100644 --- a/app/src/main/java/c/o/b/c/f.java +++ b/app/src/main/java/c/o/b/c/f.java @@ -1,35 +1,35 @@ package c.o.b.c; import androidx.work.Data; -import c0.p; +import d0.p; /* compiled from: gl.kt */ public final class f { - public static final int a = p.m10constructorimpl(5126); - public static final int b = p.m10constructorimpl(5); + public static final int a = p.m80constructorimpl(5126); + public static final int b = p.m80constructorimpl(5); /* renamed from: c reason: collision with root package name */ - public static final int f1595c = p.m10constructorimpl(33984); - public static final int d = p.m10constructorimpl(36197); - public static final int e = p.m10constructorimpl(10241); - public static final int f = p.m10constructorimpl(Data.MAX_DATA_BYTES); - public static final int g = p.m10constructorimpl(10242); - public static final int h = p.m10constructorimpl(10243); + public static final int f1516c = p.m80constructorimpl(33984); + public static final int d = p.m80constructorimpl(36197); + public static final int e = p.m80constructorimpl(10241); + public static final int f = p.m80constructorimpl(Data.MAX_DATA_BYTES); + public static final int g = p.m80constructorimpl(10242); + public static final int h = p.m80constructorimpl(10243); public static final int i = 33071; public static final float j = ((float) 9728); public static final float k = ((float) 9729); - public static final int l = p.m10constructorimpl(35713); - public static final int m = p.m10constructorimpl(35714); - public static final int n = p.m10constructorimpl(35633); - public static final int o = p.m10constructorimpl(35632); + public static final int l = p.m80constructorimpl(35713); + public static final int m = p.m80constructorimpl(35714); + public static final int n = p.m80constructorimpl(35633); + public static final int o = p.m80constructorimpl(35632); static { - p.m10constructorimpl(37074); - p.m10constructorimpl(5121); - p.m10constructorimpl(6408); - p.m10constructorimpl(4); - p.m10constructorimpl(6); - p.m10constructorimpl(36160); - p.m10constructorimpl(36053); - p.m10constructorimpl(36064); + p.m80constructorimpl(37074); + p.m80constructorimpl(5121); + p.m80constructorimpl(6408); + p.m80constructorimpl(4); + p.m80constructorimpl(6); + p.m80constructorimpl(36160); + p.m80constructorimpl(36053); + p.m80constructorimpl(36064); } } diff --git a/app/src/main/java/c/o/b/d/a.java b/app/src/main/java/c/o/b/d/a.java index 320882584f..c819888811 100644 --- a/app/src/main/java/c/o/b/d/a.java +++ b/app/src/main/java/c/o/b/d/a.java @@ -1,19 +1,19 @@ package c.o.b.d; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: GlProgram.kt */ public class a { public boolean a; public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1596c; + public final boolean f1517c; public final c[] d; public a(int i, boolean z2, c... cVarArr) { m.checkNotNullParameter(cVarArr, "shaders"); this.b = i; - this.f1596c = z2; + this.f1517c = z2; this.d = cVarArr; } } diff --git a/app/src/main/java/c/o/b/d/b.java b/app/src/main/java/c/o/b/d/b.java index 83035af9b2..eb4c0379ce 100644 --- a/app/src/main/java/c/o/b/d/b.java +++ b/app/src/main/java/c/o/b/d/b.java @@ -3,8 +3,8 @@ package c.o.b.d; import android.opengl.GLES20; import android.util.Log; import c.o.b.a.d; -import c0.p; -import c0.z.d.m; +import d0.p; +import d0.z.d.m; import kotlin.NoWhenBranchMatchedException; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: GlProgramLocation.kt */ @@ -13,16 +13,16 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1597c; + public final String f1518c; public b(int i, int i2, String str, DefaultConstructorMarker defaultConstructorMarker) { int i3; - this.f1597c = str; + this.f1518c = str; int h = c.c.a.y.b.h(i2); if (h == 0) { - i3 = GLES20.glGetAttribLocation(p.m10constructorimpl(i), str); + i3 = GLES20.glGetAttribLocation(p.m80constructorimpl(i), str); } else if (h == 1) { - i3 = GLES20.glGetUniformLocation(p.m10constructorimpl(i), str); + i3 = GLES20.glGetUniformLocation(p.m80constructorimpl(i), str); } else { throw new NoWhenBranchMatchedException(); } @@ -30,7 +30,7 @@ public final class b { float[] fArr = d.a; m.checkNotNullParameter(str, "label"); if (i3 >= 0) { - this.b = p.m10constructorimpl(i3); + this.b = p.m80constructorimpl(i3); return; } String str2 = "Unable to locate " + str + " in program"; diff --git a/app/src/main/java/c/o/b/d/c.java b/app/src/main/java/c/o/b/d/c.java index 039559a893..cfda83f126 100644 --- a/app/src/main/java/c/o/b/d/c.java +++ b/app/src/main/java/c/o/b/d/c.java @@ -3,8 +3,8 @@ package c.o.b.d; import android.opengl.GLES20; import c.o.b.a.d; import c.o.b.c.f; -import c0.p; -import c0.z.d.m; +import d0.p; +import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: GlShader.kt */ public final class c { @@ -19,7 +19,7 @@ public final class c { public c(int i, String str) { m.checkNotNullParameter(str, "source"); - int r0 = p.m10constructorimpl(GLES20.glCreateShader(p.m10constructorimpl(i))); + int r0 = p.m80constructorimpl(GLES20.glCreateShader(p.m80constructorimpl(i))); d.b("glCreateShader type=" + i); GLES20.glShaderSource(r0, str); GLES20.glCompileShader(r0); diff --git a/app/src/main/java/c/o/b/d/d.java b/app/src/main/java/c/o/b/d/d.java index df4501a32d..97ae653477 100644 --- a/app/src/main/java/c/o/b/d/d.java +++ b/app/src/main/java/c/o/b/d/d.java @@ -3,8 +3,8 @@ package c.o.b.d; import android.graphics.RectF; import c.i.a.f.e.o.c; import c.o.b.b.a; -import c0.z.d.m; import com.discord.models.domain.ModelAuditLogEntry; +import d0.z.d.m; import java.nio.FloatBuffer; /* compiled from: GlTextureProgram.kt */ public class d extends a { diff --git a/app/src/main/java/c/o/b/e/a.java b/app/src/main/java/c/o/b/e/a.java index 56f48a5183..97b9800406 100644 --- a/app/src/main/java/c/o/b/e/a.java +++ b/app/src/main/java/c/o/b/e/a.java @@ -6,7 +6,7 @@ import android.opengl.GLES20; import c.o.b.c.b; import c.o.b.c.d; import c.o.b.c.e; -import c0.z.d.m; +import d0.z.d.m; import java.io.OutputStream; import java.nio.ByteBuffer; import java.nio.ByteOrder; @@ -17,7 +17,7 @@ public abstract class a { public int b = -1; /* renamed from: c reason: collision with root package name */ - public c.o.b.a.a f1598c; + public c.o.b.a.a f1519c; public e d; public a(c.o.b.a.a aVar, e eVar) { @@ -25,25 +25,25 @@ public abstract class a { m.checkNotNullParameter(eVar, "eglSurface"); m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); - this.f1598c = aVar; + this.f1519c = aVar; this.d = eVar; } public final void a(OutputStream outputStream, Bitmap.CompressFormat compressFormat) { m.checkNotNullParameter(outputStream, "stream"); m.checkNotNullParameter(compressFormat, "format"); - c.o.b.a.a aVar = this.f1598c; + c.o.b.a.a aVar = this.f1519c; e eVar = this.d; Objects.requireNonNull(aVar); m.checkNotNullParameter(eVar, "eglSurface"); if (m.areEqual(aVar.b, new b(EGL14.eglGetCurrentContext())) && m.areEqual(eVar, new e(EGL14.eglGetCurrentSurface(d.h)))) { int i = this.a; if (i < 0) { - i = this.f1598c.a(this.d, d.f); + i = this.f1519c.a(this.d, d.f); } int i2 = this.b; if (i2 < 0) { - i2 = this.f1598c.a(this.d, d.g); + i2 = this.f1519c.a(this.d, d.g); } ByteBuffer allocateDirect = ByteBuffer.allocateDirect(i * i2 * 4); allocateDirect.order(ByteOrder.LITTLE_ENDIAN); diff --git a/app/src/main/java/c/o/b/e/b.java b/app/src/main/java/c/o/b/e/b.java index 25296b3cdf..5b9a60f503 100644 --- a/app/src/main/java/c/o/b/e/b.java +++ b/app/src/main/java/c/o/b/e/b.java @@ -6,7 +6,7 @@ import c.o.b.a.a; import c.o.b.c.c; import c.o.b.c.d; import c.o.b.c.e; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: EglWindowSurface.kt */ public class b extends a { /* JADX WARNING: Illegal instructions before constructor call */ @@ -17,11 +17,11 @@ public class b extends a { m.checkNotNullParameter(surfaceTexture, "surface"); int[] iArr = {d.e}; c cVar = aVar.a; - c.o.b.c.a aVar2 = aVar.f1591c; + c.o.b.c.a aVar2 = aVar.f1512c; m.checkNotNull(aVar2); e eVar = new e(EGL14.eglCreateWindowSurface(cVar.a, aVar2.a, surfaceTexture, iArr, 0)); c.o.b.a.d.a("eglCreateWindowSurface"); - if (eVar != d.f1593c) { + if (eVar != d.f1514c) { m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); return; diff --git a/app/src/main/java/c/o/b/f/a.java b/app/src/main/java/c/o/b/f/a.java index 56139c6b33..0597f249e0 100644 --- a/app/src/main/java/c/o/b/f/a.java +++ b/app/src/main/java/c/o/b/f/a.java @@ -3,8 +3,8 @@ package c.o.b.f; import android.opengl.GLES20; import c.o.b.a.d; import c.o.b.c.f; -import c0.p; -import c0.z.d.o; +import d0.p; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: GlTexture.kt */ @@ -22,18 +22,18 @@ public final class a extends o implements Function0 { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ - public Unit mo17invoke() { + public Unit mo1invoke() { b bVar = this.this$0; if (!(bVar.d == null || bVar.e == null || bVar.f == null || this.$internalFormat == null || bVar.g == null)) { - GLES20.glTexImage2D(p.m10constructorimpl(bVar.f1599c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m10constructorimpl(this.this$0.f.intValue()), p.m10constructorimpl(this.this$0.g.intValue()), null); + GLES20.glTexImage2D(p.m80constructorimpl(bVar.f1520c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m80constructorimpl(this.this$0.f.intValue()), p.m80constructorimpl(this.this$0.g.intValue()), null); } - GLES20.glTexParameterf(p.m10constructorimpl(this.this$0.f1599c), f.e, f.j); - GLES20.glTexParameterf(p.m10constructorimpl(this.this$0.f1599c), f.f, f.k); - int r0 = p.m10constructorimpl(this.this$0.f1599c); + GLES20.glTexParameterf(p.m80constructorimpl(this.this$0.f1520c), f.e, f.j); + GLES20.glTexParameterf(p.m80constructorimpl(this.this$0.f1520c), f.f, f.k); + int r0 = p.m80constructorimpl(this.this$0.f1520c); int i = f.g; int i2 = f.i; GLES20.glTexParameteri(r0, i, i2); - GLES20.glTexParameteri(p.m10constructorimpl(this.this$0.f1599c), f.h, i2); + GLES20.glTexParameteri(p.m80constructorimpl(this.this$0.f1520c), f.h, i2); d.b("glTexParameter"); return Unit.a; } diff --git a/app/src/main/java/c/o/b/f/b.java b/app/src/main/java/c/o/b/f/b.java index 5e5e0a1887..d6566a33ab 100644 --- a/app/src/main/java/c/o/b/f/b.java +++ b/app/src/main/java/c/o/b/f/b.java @@ -3,16 +3,16 @@ package c.o.b.f; import android.opengl.GLES20; import c.o.b.a.d; import c.o.b.c.f; -import c0.p; -import c0.q; -import c0.z.d.m; +import d0.p; +import d0.q; +import d0.z.d.m; /* compiled from: GlTexture.kt */ public final class b { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1599c; + public final int f1520c; public final Integer d; public final Integer e; public final Integer f; @@ -21,7 +21,7 @@ public final class b { public b(int i, int i2, Integer num) { int i3; this.b = i; - this.f1599c = i2; + this.f1520c = i2; this.d = null; this.e = null; this.f = null; @@ -29,18 +29,18 @@ public final class b { if (num != null) { i3 = num.intValue(); } else { - int[] r0 = q.m11constructorimpl(1); - int r1 = q.m14getSizeimpl(r0); + int[] r0 = q.m81constructorimpl(1); + int r1 = q.m84getSizeimpl(r0); int[] iArr = new int[r1]; for (int i4 = 0; i4 < r1; i4++) { - iArr[i4] = q.m13getpVg5ArA(r0, i4); + iArr[i4] = q.m83getpVg5ArA(r0, i4); } GLES20.glGenTextures(1, iArr, 0); for (int i5 = 0; i5 < 1; i5++) { - q.m15setVXSXFK8(r0, i5, p.m10constructorimpl(iArr[i5])); + q.m85setVXSXFK8(r0, i5, p.m80constructorimpl(iArr[i5])); } d.b("glGenTextures"); - i3 = q.m13getpVg5ArA(r0, 0); + i3 = q.m83getpVg5ArA(r0, 0); } this.a = i3; if (num == null) { @@ -48,26 +48,26 @@ public final class b { m.checkNotNullParameter(this, "$this$use"); m.checkNotNullParameter(aVar, "block"); a(); - aVar.mo17invoke(); + aVar.mo1invoke(); b(); } } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public b(int i, int i2, Integer num, int i3) { - this((i3 & 1) != 0 ? f.f1595c : i, (i3 & 2) != 0 ? f.d : i2, null); + this((i3 & 1) != 0 ? f.f1516c : i, (i3 & 2) != 0 ? f.d : i2, null); int i4 = i3 & 4; } public void a() { - GLES20.glActiveTexture(p.m10constructorimpl(this.b)); - GLES20.glBindTexture(p.m10constructorimpl(this.f1599c), p.m10constructorimpl(this.a)); + GLES20.glActiveTexture(p.m80constructorimpl(this.b)); + GLES20.glBindTexture(p.m80constructorimpl(this.f1520c), p.m80constructorimpl(this.a)); d.b("bind"); } public void b() { - GLES20.glBindTexture(p.m10constructorimpl(this.f1599c), p.m10constructorimpl(0)); - GLES20.glActiveTexture(f.f1595c); + GLES20.glBindTexture(p.m80constructorimpl(this.f1520c), p.m80constructorimpl(0)); + GLES20.glActiveTexture(f.f1516c); d.b("unbind"); } } diff --git a/app/src/main/java/c/p/a/a.java b/app/src/main/java/c/p/a/a.java index 13312fa87b..a63e645078 100644 --- a/app/src/main/java/c/p/a/a.java +++ b/app/src/main/java/c/p/a/a.java @@ -2,7 +2,7 @@ package c.p.a; import android.view.View; import c.p.a.l; -import c0.z.d.m; +import d0.z.d.m; /* compiled from: Alert.kt */ public final class a implements l.a { public final /* synthetic */ b i; diff --git a/app/src/main/java/c/p/a/b.java b/app/src/main/java/c/p/a/b.java index 1b3f74025d..e7ce4c4659 100644 --- a/app/src/main/java/c/p/a/b.java +++ b/app/src/main/java/c/p/a/b.java @@ -45,9 +45,9 @@ import androidx.core.view.ViewCompat; import androidx.core.widget.TextViewCompat; import c.i.a.f.e.o.c; import c.p.a.l; -import c0.g; -import c0.z.d.m; import com.tapadoo.alerter.R; +import d0.g; +import d0.z.d.m; import java.util.ArrayList; import java.util.HashMap; import java.util.Objects; @@ -68,25 +68,23 @@ public final class b extends FrameLayout implements View.OnClickListener, Animat public boolean o; public boolean p; public boolean q; + public boolean r; - /* renamed from: r reason: collision with root package name */ - public boolean f1600r; - public boolean s; + /* renamed from: s reason: collision with root package name */ + public boolean f1521s; public Runnable t; public boolean u; public ArrayList