diff --git a/app/build.gradle b/app/build.gradle index 12ed806a85..772671e6c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 92204 - versionName "92.4 - Alpha" + versionCode 92205 + versionName "92.5 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7789f42744..a85f6613b9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/c/a/i/f3.java b/app/src/main/java/c/a/i/f3.java index 1201f59aae..1be722d3cf 100644 --- a/app/src/main/java/c/a/i/f3.java +++ b/app/src/main/java/c/a/i/f3.java @@ -7,6 +7,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; import com.discord.views.GuildView; +import com.discord.views.guilds.ServerMemberCount; import com.google.android.material.button.MaterialButton; /* compiled from: ViewServerDiscoveryItemBinding */ public final class f3 implements ViewBinding { @@ -19,7 +20,7 @@ public final class f3 implements ViewBinding { /* renamed from: c reason: collision with root package name */ public final MaterialButton f96c; @NonNull - public final h3 d; + public final ServerMemberCount d; @NonNull public final TextView e; @NonNull @@ -29,11 +30,11 @@ public final class f3 implements ViewBinding { @NonNull public final TextView h; - public f3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull h3 h3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { + public f3(@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.f96c = materialButton2; - this.d = h3Var; + this.d = serverMemberCount; this.e = textView; this.f = guildView; this.g = imageView; diff --git a/app/src/main/java/c/a/i/h3.java b/app/src/main/java/c/a/i/h3.java index 19513604f3..cab770967c 100644 --- a/app/src/main/java/c/a/i/h3.java +++ b/app/src/main/java/c/a/i/h3.java @@ -6,7 +6,6 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.R; /* compiled from: ViewServerMemberCountBinding */ public final class h3 implements ViewBinding { @NonNull @@ -30,28 +29,6 @@ public final class h3 implements ViewBinding { this.e = textView2; } - @NonNull - public static h3 a(@NonNull View view) { - int i = R.id.item_invite_online_dot; - ImageView imageView = (ImageView) view.findViewById(R.id.item_invite_online_dot); - if (imageView != null) { - i = R.id.item_invite_online_text; - TextView textView = (TextView) view.findViewById(R.id.item_invite_online_text); - if (textView != null) { - i = R.id.item_invite_total_member_dot; - ImageView imageView2 = (ImageView) view.findViewById(R.id.item_invite_total_member_dot); - if (imageView2 != null) { - i = R.id.item_invite_total_member_text; - TextView textView2 = (TextView) view.findViewById(R.id.item_invite_total_member_text); - if (textView2 != null) { - return new h3((LinearLayout) view, imageView, textView, imageView2, textView2); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); - } - @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { diff --git a/app/src/main/java/c/a/i/t2.java b/app/src/main/java/c/a/i/t2.java index 675e8f6836..c2163e7f44 100644 --- a/app/src/main/java/c/a/i/t2.java +++ b/app/src/main/java/c/a/i/t2.java @@ -1,6 +1,7 @@ package c.a.i; import android.view.View; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.CutoutView; @@ -15,11 +16,14 @@ public final class t2 implements ViewBinding { /* renamed from: c reason: collision with root package name */ public final SimpleDraweeView f167c; + @NonNull + public final TextView d; - public t2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { + public t2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView) { this.a = cutoutView; this.b = simpleDraweeView; this.f167c = simpleDraweeView2; + this.d = textView; } @Override // androidx.viewbinding.ViewBinding 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 2650d18b90..26cbe5c50d 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -638,7 +638,7 @@ public final class a extends WebSocketListener implements DebugPrintable { aVar.a(1, TimeUnit.MINUTES); SSLSocketFactory sSLSocketFactory = this.E; if (sSLSocketFactory != null) { - h.a aVar2 = f0.e0.k.h.f2827c; + h.a aVar2 = f0.e0.k.h.f2826c; aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5"); diff --git a/app/src/main/java/c/a/r/b.java b/app/src/main/java/c/a/r/b.java index 2453620e2e..162eed14f4 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -77,7 +77,7 @@ public final class b extends k implements Function2, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2263c) == null) { + if (imageRequest == null || (uri = imageRequest.f2262c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2263c : null; + uri = imageRequest3 != null ? imageRequest3.f2262c : null; } if (imageRequest2 != null) { - return imageRequest2.f2263c; + return imageRequest2.f2262c; } 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 a1de9a1b59..6513ffb1e5 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,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder gVar = new z.g<>(); if (gVar.h(eVar)) { 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 99e1ce3347..57d7f79619 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.f2263c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2262c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2263c.toString()); + return new f(imageRequest.f2262c.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.f2263c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2262c.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 601ea38946..32a58b2af1 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -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.f2256c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2255c, memoryCacheParams2.a - f())); h(p); } i(p); 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 22c4a94057..f123fb4807 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.f2244c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2243c, 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 9a3a986dd7..9b89f649c9 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -85,7 +85,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.f2263c)) { + if (c.f.d.l.b.e(imageRequest.f2262c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); 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 f8d5727ccf..3ed4351e72 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -153,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2263c; + Uri uri = imageRequest.f2262c; AnimatableValueParser.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -247,7 +247,7 @@ public class p { } } } - if (this.m && imageRequest.f2264s > 0) { + if (this.m && imageRequest.f2263s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } 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 36efd57e30..5126195011 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -19,7 +19,7 @@ public class a1 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f475c.openInputStream(imageRequest.f2263c), -1); + return c(this.f475c.openInputStream(imageRequest.f2262c), -1); } @Override // c.f.j.p.g0 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 b523d7e511..29ee347b2e 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -45,7 +45,7 @@ public class d implements w0 { HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2263c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2262c); this.d = str2; this.e = y0Var; this.f = obj; 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 40b2ae9376..bdbaa55139 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -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.f481c.open(imageRequest.f2263c.getPath().substring(1), 2); + InputStream open = this.f481c.open(imageRequest.f2262c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f481c.openFd(imageRequest.f2263c.getPath().substring(1)); + assetFileDescriptor = this.f481c.openFd(imageRequest.f2262c.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 6645b4f2dd..01d8ee88bd 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -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.f2263c; + Uri uri = imageRequest.f2262c; 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())) { 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 9fd9b3cfdd..3a7a9f6ce9 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -42,7 +42,7 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2263c; + Uri uri = imageRequest.f2262c; if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f483c, null, null, null)) == null) { return null; } 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 4243241057..49d18d9d37 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -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.f490c.openRawResource(Integer.parseInt(imageRequest.f2263c.getPath().substring(1))); + InputStream openRawResource = this.f490c.openRawResource(Integer.parseInt(imageRequest.f2262c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f490c.openRawResourceFd(Integer.parseInt(imageRequest.f2263c.getPath().substring(1))); + assetFileDescriptor = this.f490c.openRawResourceFd(Integer.parseInt(imageRequest.f2262c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; 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 527ba320e8..025aa5ec73 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.f2263c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2262c, "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.f2263c; + Uri uri2 = imageRequest.f2262c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } 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 b02cc68963..e7a79161aa 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.f2263c.toString(); + String uri = imageRequest.f2262c.toString(); AnimatableValueParser.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/n.java b/app/src/main/java/c/f/j/p/n.java index 71a8c71726..d8a0e561f4 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -142,7 +142,7 @@ public class n implements v0> { 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.f2263c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2262c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -180,7 +180,7 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f499c.e().f2263c); + String valueOf2 = String.valueOf(cVar2.f499c.e().f2262c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); cVar2.d.e(cVar2.f499c, "DecodeProducer"); @@ -440,7 +440,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().f2263c) ? 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().f2262c) ? 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 c7e04894ea..a5eff9ff7c 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.f2264s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2263s, 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 80cd4e688e..445b4f37b1 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -64,7 +64,7 @@ public class o0 implements c { this.f501c.b(eVar2, 9); } else { this.f501c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2263c); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2262c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,11 +73,11 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2265c = e.i; + b.f2264c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2264s; + b.p = e.f2263s; int i = f2 - 1; if (i >= 0) { z3 = true; 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 7be8829ebb..488b685419 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2263c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2262c.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/y.java b/app/src/main/java/c/f/j/p/y.java index f883706ca8..8a1a881fa7 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,7 +34,7 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2263c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2262c, 5); try { aVar.e = a0Var.f474c.now(); if (httpURLConnection != null) { diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 7d0f0a1596..f454b9f1c0 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.f2267c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2266c; 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.f2267c.writeLock().lock(); + SoLoader.f2266c.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.f2267c.writeLock().unlock(); + SoLoader.f2266c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2267c.writeLock().unlock(); + SoLoader.f2266c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2267c.readLock().unlock(); + SoLoader.f2266c.readLock().unlock(); } } } 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 57aec0189b..2d537fe69c 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 @@ -126,8 +126,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2280x = 1; - bVar.f2281y = i; + bVar.f2279x = 1; + bVar.f2280y = i; wVar.e(bVar.a()); } int i2 = -1; 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 3dbb8284c0..6cec13bdbb 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 @@ -31,16 +31,16 @@ public final class b extends TagPayloadReader { int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2280x = 1; - bVar.f2281y = i2; + bVar.f2279x = 1; + bVar.f2280y = 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.f2280x = 1; - bVar2.f2281y = 8000; + bVar2.f2279x = 1; + bVar2.f2280y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { @@ -73,8 +73,8 @@ public final class b extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; bVar.h = c2.f1000c; - bVar.f2280x = c2.b; - bVar.f2281y = c2.a; + bVar.f2279x = c2.b; + bVar.f2280y = c2.a; bVar.m = Collections.singletonList(bArr); this.a.e(bVar.a()); this.d = true; 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 f128b1b261..bed01e0a9e 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 @@ -1923,9 +1923,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.f2280x = cVar.O; - bVar.f2281y = cVar.Q; - bVar.f2282z = i3; + bVar.f2279x = cVar.O; + bVar.f2280y = cVar.Q; + bVar.f2281z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1991,7 +1991,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2279s = i6; + bVar.f2278s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2004,7 +2004,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2279s = i6; + bVar.f2278s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2021,7 +2021,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2071,7 +2071,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2110,7 +2110,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2149,7 +2149,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2188,7 +2188,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2253,7 +2253,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2305,7 +2305,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2342,7 +2342,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2399,7 +2399,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2443,7 +2443,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2481,7 +2481,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2519,7 +2519,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2557,7 +2557,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2596,7 +2596,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2634,7 +2634,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2673,7 +2673,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2711,7 +2711,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2749,7 +2749,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2787,7 +2787,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2825,7 +2825,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2862,7 +2862,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2892,7 +2892,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2933,7 +2933,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -2979,7 +2979,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3009,7 +3009,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3052,7 +3052,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3080,7 +3080,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3122,7 +3122,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3160,7 +3160,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3198,7 +3198,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3236,7 +3236,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3274,7 +3274,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3312,7 +3312,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; @@ -3354,7 +3354,7 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2278c = cVar.W; + bVar.f2277c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; 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 2ff9ba4f8a..37d7444edf 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 @@ -382,8 +382,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2280x = aVar4.e; - bVar.f2281y = aVar4.d; + bVar.f2279x = aVar4.e; + bVar.f2280y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; @@ -401,8 +401,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2280x = aVar4.e; - bVar.f2281y = aVar4.d; + bVar.f2279x = aVar4.e; + bVar.f2280y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; @@ -449,8 +449,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2280x = aVar4.e; - bVar.f2281y = aVar4.d; + bVar.f2279x = aVar4.e; + bVar.f2280y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; @@ -495,8 +495,8 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2280x = aVar4.e; - bVar.f2281y = aVar4.d; + bVar.f2279x = aVar4.e; + bVar.f2280y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; bVar.B = pVar3.f765c; 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 7da193b531..d0eedec59a 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 @@ -1115,7 +1115,7 @@ public final class e { s0.q = x4; s0.t = f12; i29 = i29; - s0.f2279s = i29; + s0.f2278s = i29; s0.u = bArr; s0.v = i7; s0.m = list; @@ -1235,10 +1235,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2280x = i43; - bVar.f2281y = i42; + bVar.f2279x = i43; + bVar.f2280y = i42; bVar.n = drmInitData3; - bVar.f2278c = str11; + bVar.f2277c = str11; format = bVar.a(); str7 = str15; } else { @@ -1267,10 +1267,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2280x = i45; - bVar2.f2281y = i44; + bVar2.f2279x = i45; + bVar2.f2280y = i44; bVar2.n = drmInitData3; - bVar2.f2278c = str11; + bVar2.f2277c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1282,18 +1282,18 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2280x = 2; - bVar3.f2281y = i46; + bVar3.f2279x = 2; + bVar3.f2280y = i46; bVar3.n = drmInitData3; - bVar3.f2278c = str11; + bVar3.f2277c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { Format.b s02 = c.d.b.a.a.s0(f3); s02.k = str6; - s02.f2280x = i19; - s02.f2281y = i18; + s02.f2279x = i19; + s02.f2280y = i18; s02.n = drmInitData3; - s02.f2278c = str11; + s02.f2277c = str11; format = s02.a(); } else { if (f17 == 1682927731) { @@ -1413,12 +1413,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2280x = i19; - s03.f2281y = i18; - s03.f2282z = i16; + s03.f2279x = i19; + s03.f2280y = i18; + s03.f2281z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2278c = str11; + s03.f2277c = str11; format2 = s03.a(); } str = str11; @@ -1443,12 +1443,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2280x = i19; - s03.f2281y = i18; - s03.f2282z = i16; + s03.f2279x = i19; + s03.f2280y = i18; + s03.f2281z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2278c = str11; + s03.f2277c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1476,12 +1476,12 @@ public final class e { Format.b s03 = c.d.b.a.a.s0(f3); s03.k = str6; s03.h = str5; - s03.f2280x = i19; - s03.f2281y = i18; - s03.f2282z = i16; + s03.f2279x = i19; + s03.f2280y = i18; + s03.f2281z = i16; s03.m = uVar; s03.n = drmInitData3; - s03.f2278c = str11; + s03.f2277c = str11; format2 = s03.a(); str = str11; i29 = i12; @@ -1502,7 +1502,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2278c = str11; + s04.f2277c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1523,7 +1523,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2278c = str11; + s04.f2277c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); @@ -1534,7 +1534,7 @@ public final class e { aVar4 = aVar6; Format.b s04 = c.d.b.a.a.s0(f3); s04.k = str18; - s04.f2278c = str11; + s04.f2277c = str11; s04.o = j3; s04.m = uVar2; format2 = s04.a(); 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 8b50ccd769..95fc5d4f70 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 @@ -39,8 +39,8 @@ public final class h extends i { List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2280x = copyOf[9] & 255; - bVar2.f2281y = 48000; + bVar2.f2279x = copyOf[9] & 255; + bVar2.f2280y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; 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 06bb5d4bed..e142ccff5b 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 @@ -373,8 +373,8 @@ public final class j extends i { bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; bVar2.g = a0Var2.f654c; - bVar2.f2280x = a0Var2.a; - bVar2.f2281y = a0Var2.b; + bVar2.f2279x = a0Var2.a; + bVar2.f2280y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; 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 5017409c07..c42ea04926 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.f2278c = format.k; + bVar.f2277c = 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/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index e45ded92b3..cde377f548 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 @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2280x = i; - bVar.f2281y = i15; - bVar.f2278c = this.f728c; + bVar.f2279x = i; + bVar.f2280y = i15; + bVar.f2277c = this.f728c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); 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 7d135d36af..b928b14fd3 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 @@ -89,9 +89,9 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2280x = 2; - bVar.f2281y = b.a; - bVar.f2278c = this.f734c; + bVar.f2279x = 2; + bVar.f2280y = b.a; + bVar.f2277c = this.f734c; Format a = bVar.a(); this.k = a; this.e.e(a); 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 3a51798f68..9280b7c7b1 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 @@ -39,7 +39,7 @@ public final class j0 { bVar.a = dVar.b(); bVar.k = str; bVar.d = format.l; - bVar.f2278c = format.k; + bVar.f2277c = 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 d73ec13cd1..3ab177c3ed 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 @@ -191,10 +191,10 @@ public final class k implements o { bVar.a = this.f; bVar.k = "audio/mp4a-latm"; bVar.h = c2.f1000c; - bVar.f2280x = c2.b; - bVar.f2281y = c2.a; + bVar.f2279x = c2.b; + bVar.f2280y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2278c = this.e; + bVar.f2277c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); 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 57451a1d6c..9ca3a7790a 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 @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2278c = str2; + bVar2.f2277c = 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 b75f93cc19..8b24cdd7e4 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 @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2280x = i24; - bVar.f2281y = i23; + bVar.f2279x = i24; + bVar.f2280y = i23; bVar.n = null; - bVar.f2278c = str2; + bVar.f2277c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); 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 44201dd3e6..16b509e276 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 @@ -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.f2278c = aVar.a; + bVar.f2277c = aVar.a; p.e(bVar.a()); this.b[i] = p; } 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 bc2251ba21..544d92421b 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 @@ -124,10 +124,10 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2280x = this.t; - bVar.f2281y = this.r; + bVar.f2279x = this.t; + bVar.f2280y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2278c = this.a; + bVar.f2277c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; 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 15558248ae..f0cdb80d3b 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 @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2280x = aVar.e; - bVar.f2281y = i5; - bVar.f2278c = this.f755c; + bVar.f2279x = aVar.e; + bVar.f2280y = i5; + bVar.f2277c = this.f755c; this.d.e(bVar.a()); this.h = true; } 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 5e008459cd..c335276194 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 @@ -40,7 +40,7 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2275x) { + if (d != format.f2274x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); 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 05b63c9a95..5907c74eaf 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 @@ -67,9 +67,9 @@ public final class b implements h { bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2280x = cVar.b; - bVar.f2281y = i4; - bVar.f2282z = 2; + bVar.f2279x = cVar.b; + bVar.f2280y = i4; + bVar.f2281z = 2; this.j = bVar.a(); return; } @@ -157,9 +157,9 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2280x = cVar.b; - bVar.f2281y = cVar.f762c; - bVar.f2282z = i; + bVar.f2279x = cVar.b; + bVar.f2280y = cVar.f762c; + bVar.f2281z = i; this.d = bVar.a(); return; } 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 bf0a6992a9..e15f6e09d2 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 @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2280x = this.g; - bVar.f2281y = this.e; + bVar.f2279x = this.g; + bVar.f2280y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); 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 a01263bb06..b71d221025 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 @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2276y == format2.f2276y && format.f2277z == format2.f2277z)) { + if (!this.e && !(format.f2275y == format2.f2275y && format.f2276z == format2.f2276z)) { 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.f2276y; - if (i4 <= 0 || (i = format.f2277z) <= 0) { + int i4 = format.f2275y; + if (i4 <= 0 || (i = format.f2276z) <= 0) { return true; } if (f0.a >= 21) { @@ -238,9 +238,9 @@ public final class s { } if (!z5) { StringBuilder P3 = a.P("legacyFrameSize, "); - P3.append(format.f2276y); + P3.append(format.f2275y); P3.append("x"); - P3.append(format.f2277z); + P3.append(format.f2276z); h(P3.toString()); } return z5; 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 a70f48cda7..5927f5e171 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 @@ -174,7 +174,7 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2275x; + this.E = format.f2274x; } } if (this.A > 0) { 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 662f9c924b..ec6a2c8675 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 @@ -104,8 +104,8 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2348c.execute(new Loader.g(b0Var)); - loader.f2348c.shutdown(); + loader.f2347c.execute(new Loader.g(b0Var)); + loader.f2347c.shutdown(); b0Var.f795z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; 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 3f9cefb090..c0489a6557 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 @@ -445,7 +445,7 @@ public final class l extends g0 implements Handler.Callback { } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2275x; + iVar.q = format.f2274x; iVar.s(); this.f827z &= !iVar.o(); } else { 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 25c5504e65..867551d546 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.f2317c; + int[] iArr = DefaultTrackSelector.f2316c; 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 d7f7e2dffe..3d3533531a 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.f2317c; + int[] iArr = DefaultTrackSelector.f2316c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } 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 a6ad7fe5e6..6dc306fa2c 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 @@ -206,7 +206,7 @@ public abstract class i extends l { int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2321z && (i25 & i26) != 0; + boolean z12 = parameters6.f2320z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -220,7 +220,7 @@ public abstract class i extends l { iArr7 = iArr13; int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.f2318s; + int i30 = parameters7.f2317s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -230,7 +230,7 @@ public abstract class i extends l { aVarArr = aVarArr2; int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2319x; + int i35 = parameters7.f2318x; 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.f2317c; + iArr9 = DefaultTrackSelector.f2316c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2317c; + iArr9 = DefaultTrackSelector.f2316c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2317c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2316c : 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.f2320y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2319y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; 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 bda035f35e..45dd9cc766 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2275x != RecyclerView.FOREVER_NS) { + if (format.f2274x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2275x + this.p; + a2.o = format.f2274x + this.p; s0Var.b = a2.a(); } } 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 4c1e2c7648..e619d704b8 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 @@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2276y, format.f2277z); + return G0(sVar, format.t, format.f2275y, format.f2276z); } int size = format.v.size(); int i = 0; @@ -1711,9 +1711,9 @@ 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.f2276y; + int i2 = format2.f2275y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2277z > aVar.b) { + if (i2 > aVar.a || format2.f2276z > aVar.b) { i |= 256; } if (I0(sVar, format2) > this.Y0.f931c) { @@ -1769,11 +1769,11 @@ public class n extends MediaCodecRenderer { String str2 = sVar.f779c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2276y; - int i4 = format.f2277z; + int i3 = format.f2275y; + int i4 = format.f2276z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2276y, format.f2277z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2275y, format.f2276z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1790,11 +1790,11 @@ public class n extends MediaCodecRenderer { format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2276y; + int i6 = format2.f2275y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2277z == -1; + z4 |= i6 == -1 || format2.f2276z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2277z); + int max2 = Math.max(i4, format2.f2276z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1806,8 +1806,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2277z; - int i8 = format.f2276y; + int i7 = format.f2276z; + int i8 = format.f2275y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1864,8 +1864,8 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2276y); - mediaFormat.setInteger("height", format.f2277z); + mediaFormat.setInteger("width", format.f2275y); + mediaFormat.setInteger("height", format.f2276z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1916,8 +1916,8 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2276y); - mediaFormat.setInteger("height", format.f2277z); + mediaFormat.setInteger("width", format.f2275y); + mediaFormat.setInteger("height", format.f2276z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2276y; - this.t1 = format.f2277z; + this.s1 = format.f2275y; + this.t1 = format.f2276z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); 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 8518f27971..437f58f718 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.f2283c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2282c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } 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 6d8da64edd..41010f2fb7 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 @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2283c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2282c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -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.f2283c, this.f999c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2282c, this.f999c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { 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 443af12a86..fa975b05f2 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 @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2283c != iArr.length; + boolean z2 = aVar.f2282c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2283c) { + if (i2 < aVar.f2282c) { z2 |= i2 != i; i++; } else { 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 4637e63ea7..13eab99541 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.f2283c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2282c, 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 692817973e..4588e6062a 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 @@ -228,9 +228,9 @@ public class y extends MediaCodecRenderer implements r { int i4 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2280x = i3; - bVar.f2281y = i4; - bVar.f2282z = 4; + bVar.f2279x = i3; + bVar.f2280y = i4; + bVar.f2281z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -366,11 +366,11 @@ public class y extends MediaCodecRenderer implements r { 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.f2282z = r; + bVar.f2281z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2280x = mediaFormat.getInteger("channel-count"); - bVar.f2281y = mediaFormat.getInteger("sample-rate"); + bVar.f2279x = mediaFormat.getInteger("channel-count"); + bVar.f2280y = mediaFormat.getInteger("sample-rate"); Format a2 = bVar.a(); if (this.T0 && a2.G == 6 && (i = format.G) < 6) { iArr = new int[i]; @@ -511,9 +511,9 @@ public class y extends MediaCodecRenderer implements r { int i3 = format.H; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; - bVar.f2280x = i2; - bVar.f2281y = i3; - bVar.f2282z = 2; + bVar.f2279x = i2; + bVar.f2280y = i3; + bVar.f2281z = 2; if (!audioSink.a(bVar.a())) { return 1; } 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 316ca2ad36..0c09baeb2b 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.f2298x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2297x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } 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 151c11176d..1eabff45d9 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.f2366c; + Object obj = GoogleApiAvailability.f2365c; 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 a2485a4d03..4b77dbf57b 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 @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2361s; + String str6 = googleSignInAccount.f2360s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -157,7 +157,7 @@ public class a { } jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.f2362s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2361s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } 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 f3e9162ad4..e7d5981484 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.f2366c; + Object obj = GoogleApiAvailability.f2365c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } 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 37a3670e48..ae043e5967 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.f2366c; + Object obj = GoogleApiAvailability.f2365c; jVar.a("GmsAvailabilityHelper", this); } 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 f649ad3a57..7ac796e180 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 @@ -654,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2366c; + Object obj = GoogleApiAvailability.f2365c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; 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 a4d4526b2c..62fa9b494a 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 @@ -31,7 +31,7 @@ public abstract class d extends b implements a.f { 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.f2366c; + Object obj = GoogleApiAvailability.f2365c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); 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 998ee60925..0cb8c9e682 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 @@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a { int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2370c = -1; + aVar.f2369c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2370c = 1; + aVar.f2369c = 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 c989e3cc51..bc5a6a95ec 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 @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2370c = 0; + aVar.f2369c = 0; } else if (i >= aVar.b) { - aVar.f2370c = -1; + aVar.f2369c = -1; } else { - aVar.f2370c = 1; + aVar.f2369c = 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 8b67440af8..f3b9f58e5a 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 @@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a { aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2370c = 0; + aVar.f2369c = 0; } else if (a >= i) { - aVar.f2370c = 1; + aVar.f2369c = 1; } else { - aVar.f2370c = -1; + aVar.f2369c = -1; } return aVar; } 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 17c70b5098..246dc7a47e 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.f2371c = this; + zzhi.f2370c = 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.f2371c); + q6Var.g((c6) obj, zzhi.f2370c); zzhi.f(i, 4); } 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 4ddb068dbd..332fe188b2 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 @@ -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.f2371c; + g4 g4Var = zzhi.f2370c; if (g4Var == null) { g4Var = new g4(zzhi); } 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 64ea2af342..e679d02735 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 @@ -696,7 +696,7 @@ public final class g extends i9 { contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.f2377s)); + contentValues.put("expired_event", t9.g0(zzz.f2376s)); 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)); 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 717daee1ab..b126cfdb2a 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 @@ -358,7 +358,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.f2376z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2375z, 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(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2375y) { + if (zzn.f2374y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2375y) { + if (zzn.f2374y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -562,7 +562,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.f2377s; + zzaq zzaq = zzz.f2376s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -571,7 +571,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.f2377s; + zzaq zzaq2 = zzz.f2376s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -637,16 +637,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2376z, T.y())) { - T.q(zzn.f2376z); + if (!TextUtils.equals(zzn.f2375z, T.y())) { + T.q(zzn.f2375z); z2 = true; } if (da.b() && this.k.h.u(T.o(), p.f1200j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2373s) && !zzn.f2373s.equals(T.H())) { - T.A(zzn.f2373s); + if (!TextUtils.isEmpty(zzn.f2372s) && !zzn.f2372s.equals(T.H())) { + T.A(zzn.f2372s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2374x != T.i()) { - T.r(zzn.f2374x); + if (zzn.f2373x != T.i()) { + T.r(zzn.f2373x); z2 = true; } if (zzn.A != T.j()) { @@ -715,11 +715,11 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2376z, T.y())) { + if (!TextUtils.equals(zzn.f2375z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2373s); + T.A(zzn.f2372s); z2 = true; long j2 = zzn.m; T.t(zzn.m); @@ -741,7 +741,7 @@ public class k9 implements t5 { z2 = true; if (zzn.w != T.h()) { } - if (zzn.f2374x != T.i()) { + if (zzn.f2373x != T.i()) { } if (zzn.A != T.j()) { } @@ -777,12 +777,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2376z); + T.q(zzn.f2375z); if (da.b() && this.k.h.u(T.o(), p.f1200j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2373s)) { - T.A(zzn.f2373s); + if (!TextUtils.isEmpty(zzn.f2372s)) { + T.A(zzn.f2372s); } long j3 = zzn.m; if (j3 != 0) { @@ -805,7 +805,7 @@ public class k9 implements t5 { T.R(zzn.t); } T.n(zzn.w); - T.r(zzn.f2374x); + T.r(zzn.f2373x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -1058,11 +1058,11 @@ public class k9 implements t5 { 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.f2376z)) { - u0.r0(zzn.f2376z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2375z)) { + u0.r0(zzn.f2375z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2376z)) { - u0.r0(zzn.f2376z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2375z)) { + u0.r0(zzn.f2375z); } long j4 = zzn.n; if (j4 != 0) { @@ -1084,7 +1084,7 @@ public class k9 implements t5 { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2374x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2373x && (!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())); @@ -1123,7 +1123,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.f2373s); + T2.A(zzn.f2372s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1203,7 +1203,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1200j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2376z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2376z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1200j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2375z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2375z); } public final ba M() { @@ -1756,7 +1756,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.f2377s; + zzaq zzaq4 = zzz2.f2376s; if (zzaq4 != null) { arrayList.add(zzaq4); } 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 1c99c53bc5..fc1fe5c786 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.f2376z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2375z); } public static boolean P(String str) { 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 21afc7ead0..e63b6a7d29 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 @@ -212,10 +212,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2377s; + zzaq zzaq3 = zzz.f2376s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2377s.j; + zzap zzap3 = zzz.f2376s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } 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 f7b48c0ed1..2af702bd31 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 @@ -287,6 +287,6 @@ public final class z4 extends l3 { public final void z0(zzn zzn) { Objects.requireNonNull(zzn, "null reference"); y0(zzn.i, false); - this.a.k.t().c0(zzn.j, zzn.f2376z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2375z, zzn.D); } } 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 eefc93ee14..d61217d02d 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 @@ -68,7 +68,7 @@ public final class i extends MessagesClient { public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { AnimatableValueParser.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.f2378c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2377c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient 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 224653fe25..f385f99175 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.f2409s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2408s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2413z = clockFaceView.j; + clockHandView.f2412z = 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 c86d657c09..ef73bbcbe7 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.f2411x = this; + timePickerView2.k.f2410x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); 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 416e67323a..3104ce686a 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 @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; 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/d/q/x/b.java b/app/src/main/java/c/i/d/q/x/b.java index 98f0c4706e..a3127199bf 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 @@ -106,7 +106,7 @@ public final class b extends JsonWriter { public final void Q(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2453s) { + if (!(jsonElement instanceof j) || this.f2452s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; 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 523d0028c6..5c3159b42e 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.f2454c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2453c, 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 89a668f661..a27c1dba32 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.f2454c; + c.i.e.k[] kVarArr = c2.f2453c; 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.f2454c; + c.i.e.k[] kVarArr = b.f2453c; 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 d6d8990e0e..dff4ed7bbb 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.f2454c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2453c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); 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 691f7afb52..d0e70fbdca 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -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.f2454c; - k[] kVarArr2 = result.f2454c; + k[] kVarArr = a2.f2453c; + k[] kVarArr2 = result.f2453c; if (kVarArr2 == null) { - result.f2454c = kVarArr; + result.f2453c = 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.f2454c = kVarArr3; + result.f2453c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { 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 c9876070ee..fd86c096b1 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.f2457s; + bVar = this.a.f2456s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2457s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2456s.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/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index 204a3ca4ab..02704b4478 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -426,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.f2481s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2480s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); 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 b10021d468..614431f5e1 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.f2481s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2480s.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 97084c3d40..1c81be619a 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.f2481s.post(new g(bVar)); + CameraView.this.f2480s.post(new g(bVar)); } } 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 760420104f..39fd1b5506 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -65,17 +65,17 @@ public class f { int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2482x.e(); + c.o.a.n.t.a e = cameraView.f2481x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2482x.e(); + c.o.a.n.t.a e2 = cameraView.f2481x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2481s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2480s.post(new j(bVar, (i2 + i3) % 360)); return; } return; 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 c8dd32fa79..e2f9a2ae47 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.f2484z == null) { - cameraView.f2484z = new MediaActionSound(); + if (cameraView.f2483z == null) { + cameraView.f2483z = new MediaActionSound(); } - cameraView.f2484z.play(0); + cameraView.f2483z.play(0); } - CameraView.this.f2481s.post(new h(bVar)); + CameraView.this.f2480s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/q/a/k/a.java b/app/src/main/java/c/q/a/k/a.java index cc6a3a3786..98de322e88 100644 --- a/app/src/main/java/c/q/a/k/a.java +++ b/app/src/main/java/c/q/a/k/a.java @@ -630,7 +630,7 @@ public class a { } public static final void c(f0.e0.f.a aVar, f0.e0.f.c cVar, String str) { - d.b bVar = f0.e0.f.d.f2797c; + d.b bVar = f0.e0.f.d.f2796c; Logger logger = f0.e0.f.d.b; StringBuilder sb = new StringBuilder(); sb.append(cVar.f); @@ -639,7 +639,7 @@ public class a { m.checkExpressionValueIsNotNull(format, "java.lang.String.format(format, *args)"); sb.append(format); sb.append(": "); - sb.append(aVar.f2795c); + sb.append(aVar.f2794c); logger.fine(sb.toString()); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAcceptedInstantInvite.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAcceptedInstantInvite.java index 73ab3fc05b..c3f78f0a9f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAcceptedInstantInvite.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAcceptedInstantInvite.java @@ -14,8 +14,8 @@ public final class TrackAcceptedInstantInvite implements AnalyticsSchema, TrackB private final Long destinationUserId = null; private final Long guild = null; private final Long guildOwner = null; - private final Integer guildSizeOnline = null; - private final Integer guildSizeTotal = null; + private final Long guildSizeOnline = null; + private final Long guildSizeTotal = null; private final Long guildVerificationLevel = null; private final Boolean hasMutualGuild = null; private final CharSequence invite = null; @@ -27,8 +27,8 @@ public final class TrackAcceptedInstantInvite implements AnalyticsSchema, TrackB private final Long locationGuildId = null; private final Long locationMessageId = null; private final Long ownerId = null; - private final Integer sizeOnline = null; - private final Integer sizeTotal = null; + private final Long sizeOnline = null; + private final Long sizeTotal = null; private TrackBase trackBase; private final Long userDay = null; private final Long userGuilds = null; @@ -79,25 +79,25 @@ public final class TrackAcceptedInstantInvite implements AnalyticsSchema, TrackB int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31; Long l12 = this.locationMessageId; int hashCode14 = (hashCode13 + (l12 != null ? l12.hashCode() : 0)) * 31; - Integer num = this.guildSizeTotal; - int hashCode15 = (hashCode14 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.guildSizeOnline; - int hashCode16 = (hashCode15 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.sizeTotal; - int hashCode17 = (hashCode16 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.sizeOnline; - int hashCode18 = (hashCode17 + (num4 != null ? num4.hashCode() : 0)) * 31; + Long l13 = this.guildSizeTotal; + int hashCode15 = (hashCode14 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.guildSizeOnline; + int hashCode16 = (hashCode15 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.sizeTotal; + int hashCode17 = (hashCode16 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.sizeOnline; + int hashCode18 = (hashCode17 + (l16 != null ? l16.hashCode() : 0)) * 31; CharSequence charSequence2 = this.inviteType; int hashCode19 = (hashCode18 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l13 = this.destinationUserId; - int hashCode20 = (hashCode19 + (l13 != null ? l13.hashCode() : 0)) * 31; - Long l14 = this.guildVerificationLevel; - int hashCode21 = (hashCode20 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l17 = this.destinationUserId; + int hashCode20 = (hashCode19 + (l17 != null ? l17.hashCode() : 0)) * 31; + Long l18 = this.guildVerificationLevel; + int hashCode21 = (hashCode20 + (l18 != null ? l18.hashCode() : 0)) * 31; Boolean bool2 = this.hasMutualGuild; int hashCode22 = (hashCode21 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Long l15 = this.inviteGuildScheduledEventId; - if (l15 != null) { - i = l15.hashCode(); + Long l19 = this.inviteGuildScheduledEventId; + if (l19 != null) { + i = l19.hashCode(); } return hashCode22 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAccountDeletionInitiated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAccountDeletionInitiated.java index 6430f75a2d..09da925de0 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAccountDeletionInitiated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAccountDeletionInitiated.java @@ -9,7 +9,7 @@ import d0.z.d.m; public final class TrackAccountDeletionInitiated implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "account_deletion_initiated"; private final CharSequence initiatedBy = null; - private final Integer reasonCode = null; + private final Long reasonCode = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -32,9 +32,9 @@ public final class TrackAccountDeletionInitiated implements AnalyticsSchema, Tra CharSequence charSequence = this.initiatedBy; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.reasonCode; - if (num != null) { - i = num.hashCode(); + Long l = this.reasonCode; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -43,6 +43,6 @@ public final class TrackAccountDeletionInitiated implements AnalyticsSchema, Tra StringBuilder P = a.P("TrackAccountDeletionInitiated(initiatedBy="); P.append(this.initiatedBy); P.append(", reasonCode="); - return a.E(P, this.reasonCode, ")"); + return a.F(P, this.reasonCode, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAddChannelRecipient.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAddChannelRecipient.java index 1f76ca22e8..4df27e462b 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAddChannelRecipient.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAddChannelRecipient.java @@ -14,7 +14,7 @@ public final class TrackAddChannelRecipient implements AnalyticsSchema, TrackBas private final Long channelId = null; private final Long channelType = null; private final Long recipientId = null; - private final List recipientIds = null; + private final List recipientIds = null; private TrackBase trackBase; private TrackGuildLfgGroup trackGuildLfgGroup; @@ -42,7 +42,7 @@ public final class TrackAddChannelRecipient implements AnalyticsSchema, TrackBas int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.recipientId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAddReaction.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAddReaction.java index 0500289877..1a94d34446 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAddReaction.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAddReaction.java @@ -9,14 +9,14 @@ import d0.z.d.m; public final class TrackAddReaction implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "add_reaction"; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final Boolean emojiAnimated = null; private final Long emojiId = null; private final CharSequence emojiName = null; private final Long guildId = null; private final Long messageId = null; private TrackBase trackBase; - private final Integer uniqueReactionCount = null; + private final Long uniqueReactionCount = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -40,19 +40,19 @@ public final class TrackAddReaction implements AnalyticsSchema, TrackBaseReceive int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.channelId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.channelType; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Long l3 = this.messageId; - int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.emojiId; - int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l3 = this.channelType; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.messageId; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.emojiId; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence = this.emojiName; int hashCode6 = (hashCode5 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; Boolean bool = this.emojiAnimated; int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31; - Integer num2 = this.uniqueReactionCount; - if (num2 != null) { - i = num2.hashCode(); + Long l6 = this.uniqueReactionCount; + if (l6 != null) { + i = l6.hashCode(); } return hashCode7 + i; } @@ -73,6 +73,6 @@ public final class TrackAddReaction implements AnalyticsSchema, TrackBaseReceive P.append(", emojiAnimated="); P.append(this.emojiAnimated); P.append(", uniqueReactionCount="); - return a.E(P, this.uniqueReactionCount, ")"); + return a.F(P, this.uniqueReactionCount, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfCustomizationSaved.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfCustomizationSaved.java index b3cf96c7b5..d548e5a13d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfCustomizationSaved.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfCustomizationSaved.java @@ -7,13 +7,13 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackAfCustomizationSaved.kt */ public final class TrackAfCustomizationSaved implements AnalyticsSchema, TrackBaseReceiver { - private final Integer addedMemberCount = null; + private final Long addedMemberCount = null; private final transient String analyticsSchemaTypeName = "af_customization_saved"; private final CharSequence loadId = null; - private final Integer removedMemberCount = null; - private final Integer selectedFriendCount = null; - private final Integer selectedSuggestedCount = null; - private final Integer selectedTotalCount = null; + private final Long removedMemberCount = null; + private final Long selectedFriendCount = null; + private final Long selectedSuggestedCount = null; + private final Long selectedTotalCount = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -36,17 +36,17 @@ public final class TrackAfCustomizationSaved implements AnalyticsSchema, TrackBa CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.addedMemberCount; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.removedMemberCount; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.selectedFriendCount; - int hashCode4 = (hashCode3 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.selectedTotalCount; - int hashCode5 = (hashCode4 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.selectedSuggestedCount; - if (num5 != null) { - i = num5.hashCode(); + Long l = this.addedMemberCount; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.removedMemberCount; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.selectedFriendCount; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.selectedTotalCount; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.selectedSuggestedCount; + if (l5 != null) { + i = l5.hashCode(); } return hashCode5 + i; } @@ -63,6 +63,6 @@ public final class TrackAfCustomizationSaved implements AnalyticsSchema, TrackBa P.append(", selectedTotalCount="); P.append(this.selectedTotalCount); P.append(", selectedSuggestedCount="); - return a.E(P, this.selectedSuggestedCount, ")"); + return a.F(P, this.selectedSuggestedCount, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfExited.java index 015e47a55e..722dbd246b 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfExited.java @@ -12,20 +12,20 @@ import java.util.List; public final class TrackAfExited implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver { private final transient String analyticsSchemaTypeName = "af_exited"; private final CharSequence feedLayout = null; - private final List gameIdsViewed = null; + private final List gameIdsViewed = null; private final CharSequence loadId = null; - private final List newsIdsViewed = null; - private final Integer numCardsTotal = null; - private final Integer numCardsViewed = null; - private final Integer numGamesViewed = null; - private final Integer secondsSpent = null; - private final List storeApplicationIdsViewed = null; - private final List storeSkuIdsViewed = null; - private final List subscribedGames = null; + private final List newsIdsViewed = null; + private final Long numCardsTotal = null; + private final Long numCardsViewed = null; + private final Long numGamesViewed = null; + private final Long secondsSpent = null; + private final List storeApplicationIdsViewed = null; + private final List storeSkuIdsViewed = null; + private final List subscribedGames = null; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; - private final Integer windowHeight = null; - private final Integer windowWidth = null; + private final Long windowHeight = null; + private final Long windowWidth = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -47,29 +47,29 @@ public final class TrackAfExited implements AnalyticsSchema, TrackBaseReceiver, CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - List list = this.gameIdsViewed; + List list = this.gameIdsViewed; int hashCode2 = (hashCode + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.storeApplicationIdsViewed; + List list2 = this.storeApplicationIdsViewed; int hashCode3 = (hashCode2 + (list2 != null ? list2.hashCode() : 0)) * 31; - List list3 = this.storeSkuIdsViewed; + List list3 = this.storeSkuIdsViewed; int hashCode4 = (hashCode3 + (list3 != null ? list3.hashCode() : 0)) * 31; - Integer num = this.numGamesViewed; - int hashCode5 = (hashCode4 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.numCardsViewed; - int hashCode6 = (hashCode5 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.secondsSpent; - int hashCode7 = (hashCode6 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l = this.numGamesViewed; + int hashCode5 = (hashCode4 + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.numCardsViewed; + int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.secondsSpent; + int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence2 = this.feedLayout; int hashCode8 = (hashCode7 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Integer num4 = this.windowWidth; - int hashCode9 = (hashCode8 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.windowHeight; - int hashCode10 = (hashCode9 + (num5 != null ? num5.hashCode() : 0)) * 31; - List list4 = this.subscribedGames; + Long l4 = this.windowWidth; + int hashCode9 = (hashCode8 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.windowHeight; + int hashCode10 = (hashCode9 + (l5 != null ? l5.hashCode() : 0)) * 31; + List list4 = this.subscribedGames; int hashCode11 = (hashCode10 + (list4 != null ? list4.hashCode() : 0)) * 31; - Integer num6 = this.numCardsTotal; - int hashCode12 = (hashCode11 + (num6 != null ? num6.hashCode() : 0)) * 31; - List list5 = this.newsIdsViewed; + Long l6 = this.numCardsTotal; + int hashCode12 = (hashCode11 + (l6 != null ? l6.hashCode() : 0)) * 31; + List list5 = this.newsIdsViewed; if (list5 != null) { i = list5.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfLoaded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfLoaded.java index a96e287b50..427b04f33a 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfLoaded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfLoaded.java @@ -12,31 +12,31 @@ import java.util.List; public final class TrackAfLoaded implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver { private final transient String analyticsSchemaTypeName = "af_loaded"; private final CharSequence feedLayout = null; - private final List gameIds = null; - private final List guildIdsViewed = null; + private final List gameIds = null; + private final List guildIdsViewed = null; private final CharSequence loadId = null; - private final List newsIdsViewed = null; - private final Integer numCards = null; - private final Integer numCardsGameNews = null; - private final Integer numCardsGamePlayable = null; - private final Integer numCardsVisible = null; - private final Integer numGameParties = null; - private final Integer numGamePartiesCollapsed = null; - private final Integer numGamePartiesRecentlyPlayed = null; - private final Integer numGamePartiesRichPresence = null; - private final Integer numGamePartiesSolo = null; - private final Integer numGamePartiesVoice = null; - private final Integer numItemsNowPlaying = null; - private final Integer numItemsRecentlyPlayed = null; - private final Integer numLauncherApplications = null; - private final Integer numRecentlyPlayedCollapsed = null; - private final Integer numSoloCollapsed = null; - private final Integer numUsersSubscribed = null; - private final List subscribedGames = null; + private final List newsIdsViewed = null; + private final Long numCards = null; + private final Long numCardsGameNews = null; + private final Long numCardsGamePlayable = null; + private final Long numCardsVisible = null; + private final Long numGameParties = null; + private final Long numGamePartiesCollapsed = null; + private final Long numGamePartiesRecentlyPlayed = null; + private final Long numGamePartiesRichPresence = null; + private final Long numGamePartiesSolo = null; + private final Long numGamePartiesVoice = null; + private final Long numItemsNowPlaying = null; + private final Long numItemsRecentlyPlayed = null; + private final Long numLauncherApplications = null; + private final Long numRecentlyPlayedCollapsed = null; + private final Long numSoloCollapsed = null; + private final Long numUsersSubscribed = null; + private final List subscribedGames = null; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; - private final Integer windowHeight = null; - private final Integer windowWidth = null; + private final Long windowHeight = null; + private final Long windowWidth = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -58,51 +58,51 @@ public final class TrackAfLoaded implements AnalyticsSchema, TrackBaseReceiver, CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - List list = this.gameIds; + List list = this.gameIds; int hashCode2 = (hashCode + (list != null ? list.hashCode() : 0)) * 31; - Integer num = this.numCards; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.numCardsVisible; - int hashCode4 = (hashCode3 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.numCardsGameNews; - int hashCode5 = (hashCode4 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.numCardsGamePlayable; - int hashCode6 = (hashCode5 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.numGameParties; - int hashCode7 = (hashCode6 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.numGamePartiesVoice; - int hashCode8 = (hashCode7 + (num6 != null ? num6.hashCode() : 0)) * 31; - Integer num7 = this.numGamePartiesSolo; - int hashCode9 = (hashCode8 + (num7 != null ? num7.hashCode() : 0)) * 31; - Integer num8 = this.numGamePartiesRecentlyPlayed; - int hashCode10 = (hashCode9 + (num8 != null ? num8.hashCode() : 0)) * 31; - Integer num9 = this.numGamePartiesRichPresence; - int hashCode11 = (hashCode10 + (num9 != null ? num9.hashCode() : 0)) * 31; - Integer num10 = this.numGamePartiesCollapsed; - int hashCode12 = (hashCode11 + (num10 != null ? num10.hashCode() : 0)) * 31; - Integer num11 = this.numSoloCollapsed; - int hashCode13 = (hashCode12 + (num11 != null ? num11.hashCode() : 0)) * 31; - Integer num12 = this.numRecentlyPlayedCollapsed; - int hashCode14 = (hashCode13 + (num12 != null ? num12.hashCode() : 0)) * 31; - Integer num13 = this.numUsersSubscribed; - int hashCode15 = (hashCode14 + (num13 != null ? num13.hashCode() : 0)) * 31; - Integer num14 = this.numLauncherApplications; - int hashCode16 = (hashCode15 + (num14 != null ? num14.hashCode() : 0)) * 31; - Integer num15 = this.windowWidth; - int hashCode17 = (hashCode16 + (num15 != null ? num15.hashCode() : 0)) * 31; - Integer num16 = this.windowHeight; - int hashCode18 = (hashCode17 + (num16 != null ? num16.hashCode() : 0)) * 31; + Long l = this.numCards; + int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.numCardsVisible; + int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.numCardsGameNews; + int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.numCardsGamePlayable; + int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.numGameParties; + int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.numGamePartiesVoice; + int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.numGamePartiesSolo; + int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.numGamePartiesRecentlyPlayed; + int hashCode10 = (hashCode9 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.numGamePartiesRichPresence; + int hashCode11 = (hashCode10 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.numGamePartiesCollapsed; + int hashCode12 = (hashCode11 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.numSoloCollapsed; + int hashCode13 = (hashCode12 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.numRecentlyPlayedCollapsed; + int hashCode14 = (hashCode13 + (l12 != null ? l12.hashCode() : 0)) * 31; + Long l13 = this.numUsersSubscribed; + int hashCode15 = (hashCode14 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.numLauncherApplications; + int hashCode16 = (hashCode15 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.windowWidth; + int hashCode17 = (hashCode16 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.windowHeight; + int hashCode18 = (hashCode17 + (l16 != null ? l16.hashCode() : 0)) * 31; CharSequence charSequence2 = this.feedLayout; int hashCode19 = (hashCode18 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - List list2 = this.subscribedGames; + List list2 = this.subscribedGames; int hashCode20 = (hashCode19 + (list2 != null ? list2.hashCode() : 0)) * 31; - Integer num17 = this.numItemsNowPlaying; - int hashCode21 = (hashCode20 + (num17 != null ? num17.hashCode() : 0)) * 31; - Integer num18 = this.numItemsRecentlyPlayed; - int hashCode22 = (hashCode21 + (num18 != null ? num18.hashCode() : 0)) * 31; - List list3 = this.newsIdsViewed; + Long l17 = this.numItemsNowPlaying; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; + Long l18 = this.numItemsRecentlyPlayed; + int hashCode22 = (hashCode21 + (l18 != null ? l18.hashCode() : 0)) * 31; + List list3 = this.newsIdsViewed; int hashCode23 = (hashCode22 + (list3 != null ? list3.hashCode() : 0)) * 31; - List list4 = this.guildIdsViewed; + List list4 = this.guildIdsViewed; if (list4 != null) { i = list4.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsChanged.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsChanged.java index 576adef3b8..328a36ee74 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsChanged.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsChanged.java @@ -13,8 +13,8 @@ import d0.z.d.m; public final class TrackAfNewsChanged implements AnalyticsSchema, TrackBaseReceiver, TrackAfCardReceiver, TrackAfGameReceiver { private final transient String analyticsSchemaTypeName = "af_news_changed"; private final CharSequence newsChangeType = null; - private final Integer newsFromIndex = null; - private final Integer newsToIndex = null; + private final Long newsFromIndex = null; + private final Long newsToIndex = null; private final CharSequence newsUrl = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -40,10 +40,10 @@ public final class TrackAfNewsChanged implements AnalyticsSchema, TrackBaseRecei CharSequence charSequence = this.newsUrl; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.newsToIndex; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.newsFromIndex; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; + Long l = this.newsToIndex; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.newsFromIndex; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence2 = this.newsChangeType; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsOpened.java index b4df708b95..dadce53094 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsOpened.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackAfNewsOpened.kt */ public final class TrackAfNewsOpened implements AnalyticsSchema, TrackBaseReceiver, TrackAfCardReceiver, TrackAfGameReceiver { private final transient String analyticsSchemaTypeName = "af_news_opened"; - private final Integer newsIndex = null; + private final Long newsIndex = null; private final CharSequence newsUrl = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -38,9 +38,9 @@ public final class TrackAfNewsOpened implements AnalyticsSchema, TrackBaseReceiv CharSequence charSequence = this.newsUrl; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.newsIndex; - if (num != null) { - i = num.hashCode(); + Long l = this.newsIndex; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -49,6 +49,6 @@ public final class TrackAfNewsOpened implements AnalyticsSchema, TrackBaseReceiv StringBuilder P = a.P("TrackAfNewsOpened(newsUrl="); P.append(this.newsUrl); P.append(", newsIndex="); - return a.E(P, this.newsIndex, ")"); + return a.F(P, this.newsIndex, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsViewed.java index c1e0bdb625..b5020ff8fb 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfNewsViewed.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackAfNewsViewed.kt */ public final class TrackAfNewsViewed implements AnalyticsSchema, TrackBaseReceiver, TrackAfCardReceiver, TrackAfGameReceiver { private final transient String analyticsSchemaTypeName = "af_news_viewed"; - private final Integer newsIndex = null; + private final Long newsIndex = null; private final CharSequence newsUrl = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -38,9 +38,9 @@ public final class TrackAfNewsViewed implements AnalyticsSchema, TrackBaseReceiv CharSequence charSequence = this.newsUrl; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.newsIndex; - if (num != null) { - i = num.hashCode(); + Long l = this.newsIndex; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -49,6 +49,6 @@ public final class TrackAfNewsViewed implements AnalyticsSchema, TrackBaseReceiv StringBuilder P = a.P("TrackAfNewsViewed(newsUrl="); P.append(this.newsUrl); P.append(", newsIndex="); - return a.E(P, this.newsIndex, ")"); + return a.F(P, this.newsIndex, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackAfUserPopoutOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackAfUserPopoutOpened.java index 8815e0ea05..2e6b73984b 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackAfUserPopoutOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackAfUserPopoutOpened.java @@ -14,7 +14,7 @@ import d0.z.d.m; /* compiled from: TrackAfUserPopoutOpened.kt */ public final class TrackAfUserPopoutOpened implements AnalyticsSchema, TrackBaseReceiver, TrackAfCardReceiver, TrackAfGameReceiver, TrackAfPartyReceiver { private final transient String analyticsSchemaTypeName = "af_user_popout_opened"; - private final Integer avatarPosition = null; + private final Long avatarPosition = null; private final Long popoutUserId = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -41,9 +41,9 @@ public final class TrackAfUserPopoutOpened implements AnalyticsSchema, TrackBase Long l = this.popoutUserId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - Integer num = this.avatarPosition; - if (num != null) { - i = num.hashCode(); + Long l2 = this.avatarPosition; + if (l2 != null) { + i = l2.hashCode(); } return hashCode + i; } @@ -52,6 +52,6 @@ public final class TrackAfUserPopoutOpened implements AnalyticsSchema, TrackBase StringBuilder P = a.P("TrackAfUserPopoutOpened(popoutUserId="); P.append(this.popoutUserId); P.append(", avatarPosition="); - return a.E(P, this.avatarPosition, ")"); + return a.F(P, this.avatarPosition, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationClosed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationClosed.java index 1eceea69b4..42cb1303f3 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationClosed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationClosed.java @@ -7,12 +7,12 @@ import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackApplicationClosed.kt */ public final class TrackApplicationClosed implements AnalyticsSchema, TrackBaseReceiver { - private final Integer activityDurationS = null; + private final Long activityDurationS = null; private final transient String analyticsSchemaTypeName = "application_closed"; private final Long applicationId = null; private final CharSequence distributor = null; - private final Integer totalDiscordSkuDurationS = null; - private final Integer totalDurationS = null; + private final Long totalDiscordSkuDurationS = null; + private final Long totalDurationS = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -35,12 +35,12 @@ public final class TrackApplicationClosed implements AnalyticsSchema, TrackBaseR Long l = this.applicationId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - Integer num = this.activityDurationS; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.totalDurationS; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.totalDiscordSkuDurationS; - int hashCode4 = (hashCode3 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l2 = this.activityDurationS; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.totalDurationS; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.totalDiscordSkuDurationS; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence = this.distributor; if (charSequence != null) { i = charSequence.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationCommandBrowserSearchResultViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationCommandBrowserSearchResultViewed.java index 165e089fd4..7281447bcd 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationCommandBrowserSearchResultViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationCommandBrowserSearchResultViewed.java @@ -9,7 +9,7 @@ import java.util.List; /* compiled from: TrackApplicationCommandBrowserSearchResultViewed.kt */ public final class TrackApplicationCommandBrowserSearchResultViewed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "application_command_browser_search_result_viewed"; - private final List commandIds = null; + private final List commandIds = null; private final CharSequence query = null; private TrackBase trackBase; @@ -33,7 +33,7 @@ public final class TrackApplicationCommandBrowserSearchResultViewed implements A CharSequence charSequence = this.query; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - List list = this.commandIds; + List list = this.commandIds; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationOpened.java index 06f6d420e0..9a61435dbf 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationOpened.java @@ -20,7 +20,7 @@ public final class TrackApplicationOpened implements AnalyticsSchema, TrackBaseR private final Long listIndex = null; private final CharSequence listSort = null; private final Long messageId = null; - private final Integer numLauncherApplications = null; + private final Long numLauncherApplications = null; private final Long otherUserId = null; private final CharSequence partyId = null; private final CharSequence source = null; @@ -62,15 +62,15 @@ public final class TrackApplicationOpened implements AnalyticsSchema, TrackBaseR int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.messageId; int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31; - Integer num = this.numLauncherApplications; - int hashCode8 = (hashCode7 + (num != null ? num.hashCode() : 0)) * 31; + Long l4 = this.numLauncherApplications; + int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.distributor; int hashCode9 = (hashCode8 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.listSort; int hashCode10 = (hashCode9 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; - Long l4 = this.listIndex; - if (l4 != null) { - i = l4.hashCode(); + Long l5 = this.listIndex; + if (l5 != null) { + i = l5.hashCode(); } return hashCode10 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackChannelUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackChannelUpdated.java index 7223f771c5..5fc24bfaff 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackChannelUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackChannelUpdated.java @@ -10,30 +10,30 @@ import d0.z.d.m; /* compiled from: TrackChannelUpdated.kt */ public final class TrackChannelUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName = "channel_updated"; - private final Integer bitrate = null; - private final Integer defaultAutoArchiveDurationMinutes = null; + private final Long bitrate = null; + private final Long defaultAutoArchiveDurationMinutes = null; private final Long guildId = null; private final CharSequence guildName = null; private final Boolean newArchived = null; - private final Integer newAutoArchiveDurationMinutes = null; + private final Long newAutoArchiveDurationMinutes = null; private final Boolean newInvitable = null; private final Boolean newLocked = null; private final CharSequence newName = null; private final Boolean newNsfw = null; private final Boolean oldArchived = null; - private final Integer oldAutoArchiveDurationMinutes = null; - private final Integer oldBitrate = null; - private final Integer oldDefaultAutoArchiveDurationMinutes = null; + private final Long oldAutoArchiveDurationMinutes = null; + private final Long oldBitrate = null; + private final Long oldDefaultAutoArchiveDurationMinutes = null; private final Boolean oldInvitable = null; private final Boolean oldLocked = null; private final CharSequence oldName = null; private final Boolean oldNsfw = null; private final CharSequence oldRtcRegion = null; - private final Integer oldVideoQualityMode = null; + private final Long oldVideoQualityMode = null; private final CharSequence rtcRegion = null; private TrackBase trackBase; private TrackChannel trackChannel; - private final Integer videoQualityMode = null; + private final Long videoQualityMode = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -65,22 +65,22 @@ public final class TrackChannelUpdated implements AnalyticsSchema, TrackBaseRece int hashCode5 = (hashCode4 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.newNsfw; int hashCode6 = (hashCode5 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Integer num = this.bitrate; - int hashCode7 = (hashCode6 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.oldBitrate; - int hashCode8 = (hashCode7 + (num2 != null ? num2.hashCode() : 0)) * 31; + Long l2 = this.bitrate; + int hashCode7 = (hashCode6 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.oldBitrate; + int hashCode8 = (hashCode7 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.rtcRegion; int hashCode9 = (hashCode8 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.oldRtcRegion; int hashCode10 = (hashCode9 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; - Integer num3 = this.videoQualityMode; - int hashCode11 = (hashCode10 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.oldVideoQualityMode; - int hashCode12 = (hashCode11 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.defaultAutoArchiveDurationMinutes; - int hashCode13 = (hashCode12 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.oldDefaultAutoArchiveDurationMinutes; - int hashCode14 = (hashCode13 + (num6 != null ? num6.hashCode() : 0)) * 31; + Long l4 = this.videoQualityMode; + int hashCode11 = (hashCode10 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.oldVideoQualityMode; + int hashCode12 = (hashCode11 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.defaultAutoArchiveDurationMinutes; + int hashCode13 = (hashCode12 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.oldDefaultAutoArchiveDurationMinutes; + int hashCode14 = (hashCode13 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool3 = this.oldArchived; int hashCode15 = (hashCode14 + (bool3 != null ? bool3.hashCode() : 0)) * 31; Boolean bool4 = this.newArchived; @@ -93,11 +93,11 @@ public final class TrackChannelUpdated implements AnalyticsSchema, TrackBaseRece int hashCode19 = (hashCode18 + (bool7 != null ? bool7.hashCode() : 0)) * 31; Boolean bool8 = this.newInvitable; int hashCode20 = (hashCode19 + (bool8 != null ? bool8.hashCode() : 0)) * 31; - Integer num7 = this.oldAutoArchiveDurationMinutes; - int hashCode21 = (hashCode20 + (num7 != null ? num7.hashCode() : 0)) * 31; - Integer num8 = this.newAutoArchiveDurationMinutes; - if (num8 != null) { - i = num8.hashCode(); + Long l8 = this.oldAutoArchiveDurationMinutes; + int hashCode21 = (hashCode20 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.newAutoArchiveDurationMinutes; + if (l9 != null) { + i = l9.hashCode(); } return hashCode21 + i; } @@ -146,6 +146,6 @@ public final class TrackChannelUpdated implements AnalyticsSchema, TrackBaseRece P.append(", oldAutoArchiveDurationMinutes="); P.append(this.oldAutoArchiveDurationMinutes); P.append(", newAutoArchiveDurationMinutes="); - return a.E(P, this.newAutoArchiveDurationMinutes, ")"); + return a.F(P, this.newAutoArchiveDurationMinutes, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackCreateChannel.java b/app/src/main/java/com/discord/analytics/generated/events/TrackCreateChannel.java index 0f1951be19..623d174d44 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackCreateChannel.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackCreateChannel.java @@ -25,7 +25,7 @@ public final class TrackCreateChannel implements AnalyticsSchema, TrackBaseRecei private final Boolean isNsfw = null; private final Long originChannelId = null; private final Long parentId = null; - private final List recipientIds = null; + private final List recipientIds = null; private final Long starterMessageAgeMinutes = null; private TrackBase trackBase; private TrackGuildLfgGroup trackGuildLfgGroup; @@ -54,7 +54,7 @@ public final class TrackCreateChannel implements AnalyticsSchema, TrackBaseRecei int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.channelType; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; int hashCode3 = (hashCode2 + (list != null ? list.hashCode() : 0)) * 31; Long l3 = this.originChannelId; int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackCreateSticker.java b/app/src/main/java/com/discord/analytics/generated/events/TrackCreateSticker.java index f599109453..57d87c3e58 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackCreateSticker.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackCreateSticker.java @@ -8,7 +8,7 @@ import d0.z.d.m; /* compiled from: TrackCreateSticker.kt */ public final class TrackCreateSticker implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "create_sticker"; - private final Integer formatType = null; + private final Long formatType = null; private final Long guildId = null; /* renamed from: id reason: collision with root package name */ @@ -37,9 +37,9 @@ public final class TrackCreateSticker implements AnalyticsSchema, TrackBaseRecei int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.guildId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.formatType; - if (num != null) { - i = num.hashCode(); + Long l3 = this.formatType; + if (l3 != null) { + i = l3.hashCode(); } return hashCode2 + i; } @@ -50,6 +50,6 @@ public final class TrackCreateSticker implements AnalyticsSchema, TrackBaseRecei P.append(", guildId="); P.append(this.guildId); P.append(", formatType="); - return a.E(P, this.formatType, ")"); + return a.F(P, this.formatType, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteGuild.java b/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteGuild.java index 42f396c045..4a3ca904bf 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteGuild.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteGuild.java @@ -11,11 +11,11 @@ public final class TrackDeleteGuild implements AnalyticsSchema, TrackBaseReceive private final Long guildId = null; private final Boolean guildIsVip = null; private final CharSequence guildName = null; - private final Integer guildNumChannels = null; - private final Integer guildNumRoles = null; - private final Integer guildNumTextChannels = null; - private final Integer guildNumVoiceChannels = null; - private final Integer guildSizeTotal = null; + private final Long guildNumChannels = null; + private final Long guildNumRoles = null; + private final Long guildNumTextChannels = null; + private final Long guildNumVoiceChannels = null; + private final Long guildSizeTotal = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -40,16 +40,16 @@ public final class TrackDeleteGuild implements AnalyticsSchema, TrackBaseReceive int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.guildName; int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Integer num = this.guildSizeTotal; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.guildNumChannels; - int hashCode4 = (hashCode3 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.guildNumTextChannels; - int hashCode5 = (hashCode4 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.guildNumVoiceChannels; - int hashCode6 = (hashCode5 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.guildNumRoles; - int hashCode7 = (hashCode6 + (num5 != null ? num5.hashCode() : 0)) * 31; + Long l2 = this.guildSizeTotal; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.guildNumChannels; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.guildNumTextChannels; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.guildNumVoiceChannels; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.guildNumRoles; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; Boolean bool = this.guildIsVip; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteSticker.java b/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteSticker.java index 4e19847f10..c97a0ac903 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteSticker.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackDeleteSticker.java @@ -8,7 +8,7 @@ import d0.z.d.m; /* compiled from: TrackDeleteSticker.kt */ public final class TrackDeleteSticker implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "delete_sticker"; - private final Integer formatType = null; + private final Long formatType = null; private final Long guildId = null; /* renamed from: id reason: collision with root package name */ @@ -38,8 +38,8 @@ public final class TrackDeleteSticker implements AnalyticsSchema, TrackBaseRecei int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.guildId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.formatType; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; + Long l3 = this.formatType; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; Boolean bool = this.isAdmin; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackExpressionPickerOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackExpressionPickerOpened.java index 4ad7b0b5c4..bfa3e8abf2 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackExpressionPickerOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackExpressionPickerOpened.java @@ -11,7 +11,7 @@ public final class TrackExpressionPickerOpened implements AnalyticsSchema, Track private final Boolean badged = null; private final CharSequence tab = null; private TrackBase trackBase; - private final Integer width = null; + private final Long width = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -33,8 +33,8 @@ public final class TrackExpressionPickerOpened implements AnalyticsSchema, Track CharSequence charSequence = this.tab; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.width; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.width; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; Boolean bool = this.badged; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackFriendAddViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackFriendAddViewed.java index bf89fe1aaa..ca702c2913 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackFriendAddViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackFriendAddViewed.java @@ -11,7 +11,7 @@ import d0.z.d.m; public final class TrackFriendAddViewed implements AnalyticsSchema, TrackBaseReceiver, TrackSourceMetadataReceiver { private final transient String analyticsSchemaTypeName = "friend_add_viewed"; private final CharSequence friendAddType = null; - private final Integer suggestionCount = null; + private final Long suggestionCount = null; private TrackBase trackBase; private TrackSourceMetadata trackSourceMetadata; @@ -32,9 +32,9 @@ public final class TrackFriendAddViewed implements AnalyticsSchema, TrackBaseRec } public int hashCode() { - Integer num = this.suggestionCount; + Long l = this.suggestionCount; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; + int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.friendAddType; if (charSequence != null) { i = charSequence.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSuggestionSkipped.java b/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSuggestionSkipped.java index f7b4e2bcc5..c17e99a847 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSuggestionSkipped.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackFriendSuggestionSkipped.java @@ -8,16 +8,16 @@ import d0.z.d.m; /* compiled from: TrackFriendSuggestionSkipped.kt */ public final class TrackFriendSuggestionSkipped implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "friend_suggestion_skipped"; - private final Integer existingRelationshipType = null; + private final Long existingRelationshipType = null; private final Boolean isNonMutual = null; private final Boolean isReverseSuggestion = null; - private final Integer otherUserAllowedInSuggestions = null; + private final Long otherUserAllowedInSuggestions = null; private final Boolean otherUserConsents = null; private final Boolean otherUserDiscoverable = null; private final CharSequence platformType = null; private final Long suggestedUserId = null; private TrackBase trackBase; - private final Integer userAllowedInSuggestions = null; + private final Long userAllowedInSuggestions = null; private final Boolean userConsents = null; private final Boolean userIsDiscoverable = null; @@ -47,16 +47,16 @@ public final class TrackFriendSuggestionSkipped implements AnalyticsSchema, Trac int hashCode3 = (hashCode2 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.isReverseSuggestion; int hashCode4 = (hashCode3 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Integer num = this.existingRelationshipType; - int hashCode5 = (hashCode4 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.userAllowedInSuggestions; - int hashCode6 = (hashCode5 + (num2 != null ? num2.hashCode() : 0)) * 31; + Long l2 = this.existingRelationshipType; + int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.userAllowedInSuggestions; + int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; Boolean bool3 = this.userConsents; int hashCode7 = (hashCode6 + (bool3 != null ? bool3.hashCode() : 0)) * 31; Boolean bool4 = this.userIsDiscoverable; int hashCode8 = (hashCode7 + (bool4 != null ? bool4.hashCode() : 0)) * 31; - Integer num3 = this.otherUserAllowedInSuggestions; - int hashCode9 = (hashCode8 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l4 = this.otherUserAllowedInSuggestions; + int hashCode9 = (hashCode8 + (l4 != null ? l4.hashCode() : 0)) * 31; Boolean bool5 = this.otherUserConsents; int hashCode10 = (hashCode9 + (bool5 != null ? bool5.hashCode() : 0)) * 31; Boolean bool6 = this.otherUserDiscoverable; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsChanged.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsChanged.java index c50f163900..7787e3c391 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsChanged.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsChanged.java @@ -12,10 +12,10 @@ import d0.z.d.m; /* compiled from: TrackGameNewsChanged.kt */ public final class TrackGameNewsChanged implements AnalyticsSchema, TrackBaseReceiver, TrackAfGameReceiver, TrackAfCardReceiver { private final transient String analyticsSchemaTypeName = "game_news_changed"; - private final Integer changeCount = null; + private final Long changeCount = null; private final CharSequence newsChangeType = null; - private final Integer newsFromIndex = null; - private final Integer newsToIndex = null; + private final Long newsFromIndex = null; + private final Long newsToIndex = null; private final CharSequence newsUrl = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -38,15 +38,15 @@ public final class TrackGameNewsChanged implements AnalyticsSchema, TrackBaseRec } public int hashCode() { - Integer num = this.changeCount; + Long l = this.changeCount; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; + int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.newsUrl; int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Integer num2 = this.newsToIndex; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.newsFromIndex; - int hashCode4 = (hashCode3 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l2 = this.newsToIndex; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.newsFromIndex; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence2 = this.newsChangeType; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsOpened.java index 65bfad4454..2d6f00b0fd 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsOpened.java @@ -15,7 +15,7 @@ import d0.z.d.m; public final class TrackGameNewsOpened implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackAfCardReceiver, TrackAfGameReceiver { private final transient String analyticsSchemaTypeName = "game_news_opened"; private final Long newsId = null; - private final Integer newsIndex = null; + private final Long newsIndex = null; private final CharSequence newsUrl = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -42,11 +42,11 @@ public final class TrackGameNewsOpened implements AnalyticsSchema, TrackBaseRece CharSequence charSequence = this.newsUrl; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.newsIndex; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Long l = this.newsId; - if (l != null) { - i = l.hashCode(); + Long l = this.newsIndex; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.newsId; + if (l2 != null) { + i = l2.hashCode(); } return hashCode2 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsViewed.java index 41e780509a..b351d8939d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGameNewsViewed.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackGameNewsViewed.kt */ public final class TrackGameNewsViewed implements AnalyticsSchema, TrackBaseReceiver, TrackAfCardReceiver, TrackAfGameReceiver { private final transient String analyticsSchemaTypeName = "game_news_viewed"; - private final Integer newsIndex = null; + private final Long newsIndex = null; private final CharSequence newsUrl = null; private TrackAfCard trackAfCard; private TrackAfGame trackAfGame; @@ -38,9 +38,9 @@ public final class TrackGameNewsViewed implements AnalyticsSchema, TrackBaseRece CharSequence charSequence = this.newsUrl; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.newsIndex; - if (num != null) { - i = num.hashCode(); + Long l = this.newsIndex; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -49,6 +49,6 @@ public final class TrackGameNewsViewed implements AnalyticsSchema, TrackBaseRece StringBuilder P = a.P("TrackGameNewsViewed(newsUrl="); P.append(this.newsUrl); P.append(", newsIndex="); - return a.E(P, this.newsIndex, ")"); + return a.F(P, this.newsIndex, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGameOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGameOpened.java index 6ce55ec5a5..6a5fea62ee 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGameOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGameOpened.java @@ -14,7 +14,7 @@ public final class TrackGameOpened implements AnalyticsSchema, TrackBaseReceiver private final transient String analyticsSchemaTypeName = "game_opened"; private final Long applicationId = null; private final Long messageId = null; - private final Integer numLauncherApplications = null; + private final Long numLauncherApplications = null; private final Long otherUserId = null; private final CharSequence partyId = null; private final CharSequence source = null; @@ -53,9 +53,9 @@ public final class TrackGameOpened implements AnalyticsSchema, TrackBaseReceiver int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.messageId; int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; - Integer num = this.numLauncherApplications; - if (num != null) { - i = num.hashCode(); + Long l4 = this.numLauncherApplications; + if (l4 != null) { + i = l4.hashCode(); } return hashCode6 + i; } @@ -74,6 +74,6 @@ public final class TrackGameOpened implements AnalyticsSchema, TrackBaseReceiver P.append(", messageId="); P.append(this.messageId); P.append(", numLauncherApplications="); - return a.E(P, this.numLauncherApplications, ")"); + return a.F(P, this.numLauncherApplications, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGlPatchComplete.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGlPatchComplete.java index 2605e1f0e5..396b576291 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGlPatchComplete.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGlPatchComplete.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackGlPatchComplete.kt */ public final class TrackGlPatchComplete implements AnalyticsSchema, TrackBaseReceiver, TrackDispatchBaseReceiver, TrackDispatchPatchReceiver { private final transient String analyticsSchemaTypeName = "gl_patch_complete"; - private final Integer bytesDownloaded = null; + private final Long bytesDownloaded = null; private TrackBase trackBase; private TrackDispatchBase trackDispatchBase; private TrackDispatchPatch trackDispatchPatch; @@ -30,14 +30,14 @@ public final class TrackGlPatchComplete implements AnalyticsSchema, TrackBaseRec } public int hashCode() { - Integer num = this.bytesDownloaded; - if (num != null) { - return num.hashCode(); + Long l = this.bytesDownloaded; + if (l != null) { + return l.hashCode(); } return 0; } public String toString() { - return a.E(a.P("TrackGlPatchComplete(bytesDownloaded="), this.bytesDownloaded, ")"); + return a.F(a.P("TrackGlPatchComplete(bytesDownloaded="), this.bytesDownloaded, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGlVerificationFailed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGlVerificationFailed.java index bf675e3a13..04bf8ee94c 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGlVerificationFailed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGlVerificationFailed.java @@ -13,7 +13,7 @@ import d0.z.d.m; public final class TrackGlVerificationFailed implements AnalyticsSchema, TrackBaseReceiver, TrackDispatchBaseReceiver, TrackDispatchPatchReceiver { private final transient String analyticsSchemaTypeName = "gl_verification_failed"; private final Long attemptNumber = null; - private final Integer corruptChunks = null; + private final Long corruptChunks = null; private TrackBase trackBase; private TrackDispatchBase trackDispatchBase; private TrackDispatchPatch trackDispatchPatch; @@ -35,12 +35,12 @@ public final class TrackGlVerificationFailed implements AnalyticsSchema, TrackBa } public int hashCode() { - Integer num = this.corruptChunks; + Long l = this.corruptChunks; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Long l = this.attemptNumber; - if (l != null) { - i = l.hashCode(); + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.attemptNumber; + if (l2 != null) { + i = l2.hashCode(); } return hashCode + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryExited.java index e9b4cd9496..6d10db5a9a 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryExited.java @@ -11,7 +11,7 @@ import java.util.List; /* compiled from: TrackGuildDiscoveryExited.kt */ public final class TrackGuildDiscoveryExited implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver { private final transient String analyticsSchemaTypeName = "guild_discovery_exited"; - private final List guildIdsViewed = null; + private final List guildIdsViewed = null; private final CharSequence loadId = null; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; @@ -36,7 +36,7 @@ public final class TrackGuildDiscoveryExited implements AnalyticsSchema, TrackBa CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - List list = this.guildIdsViewed; + List list = this.guildIdsViewed; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryViewed.java index 90c1c411a6..b6a1757e7e 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildDiscoveryViewed.java @@ -16,7 +16,7 @@ public final class TrackGuildDiscoveryViewed implements AnalyticsSchema, TrackBa private final Long numGuilds = null; private final Long numGuildsPopular = null; private final Long numGuildsRecommended = null; - private final List recommendedGuildIds = null; + private final List recommendedGuildIds = null; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; @@ -46,7 +46,7 @@ public final class TrackGuildDiscoveryViewed implements AnalyticsSchema, TrackBa int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.numGuildsPopular; int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recommendedGuildIds; + List list = this.recommendedGuildIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; Long l4 = this.categoryId; if (l4 != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildInsightsGuildGridViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildInsightsGuildGridViewed.java index 1eda890ecf..13c7188b07 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildInsightsGuildGridViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildInsightsGuildGridViewed.java @@ -9,7 +9,7 @@ import java.util.List; /* compiled from: TrackGuildInsightsGuildGridViewed.kt */ public final class TrackGuildInsightsGuildGridViewed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "guild_insights_guild_grid_viewed"; - private final List guildIds = null; + private final List guildIds = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -25,7 +25,7 @@ public final class TrackGuildInsightsGuildGridViewed implements AnalyticsSchema, } public int hashCode() { - List list = this.guildIds; + List list = this.guildIds; if (list != null) { return list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildMemberUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildMemberUpdated.java index 0ab498b4d0..3f849f7bcd 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildMemberUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildMemberUpdated.java @@ -17,9 +17,9 @@ public final class TrackGuildMemberUpdated implements AnalyticsSchema, TrackBase private final CharSequence guildName = null; private final Boolean mute = null; private final CharSequence newNickname = null; - private final List newRoles = null; + private final List newRoles = null; private final CharSequence oldNickname = null; - private final List oldRoles = null; + private final List oldRoles = null; private final CharSequence reason = null; private final Long targetUserId = null; private TrackBase trackBase; @@ -62,9 +62,9 @@ public final class TrackGuildMemberUpdated implements AnalyticsSchema, TrackBase int hashCode8 = (hashCode7 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.deaf; int hashCode9 = (hashCode8 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - List list2 = this.oldRoles; + List list2 = this.oldRoles; int hashCode10 = (hashCode9 + (list2 != null ? list2.hashCode() : 0)) * 31; - List list3 = this.newRoles; + List list3 = this.newRoles; int hashCode11 = (hashCode10 + (list3 != null ? list3.hashCode() : 0)) * 31; CharSequence charSequence5 = this.reason; int hashCode12 = (hashCode11 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java index b37ec511f8..e778f78e44 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCreated.java @@ -17,7 +17,7 @@ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, T private final Long guildScheduledEventStatus = null; private final CharSequence name = null; private final Long privacyLevel = null; - private final List skuIds = null; + private final List skuIds = null; private final UtcDateTime startTime = null; private TrackBase trackBase; private TrackGuild trackGuild; @@ -48,7 +48,7 @@ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, T int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; UtcDateTime utcDateTime2 = this.endTime; int hashCode4 = (hashCode3 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - List list = this.skuIds; + List list = this.skuIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; Long l2 = this.guildScheduledEventStatus; int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java index 2b8e7796d7..f61d7bb471 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventUpdated.java @@ -17,7 +17,7 @@ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, T private final Long guildScheduledEventStatus = null; private final CharSequence name = null; private final Long privacyLevel = null; - private final List skuIds = null; + private final List skuIds = null; private final UtcDateTime startTime = null; private TrackBase trackBase; private TrackGuild trackGuild; @@ -48,7 +48,7 @@ public final class TrackGuildScheduledEventUpdated implements AnalyticsSchema, T int hashCode3 = (hashCode2 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; UtcDateTime utcDateTime2 = this.endTime; int hashCode4 = (hashCode3 + (utcDateTime2 != null ? utcDateTime2.hashCode() : 0)) * 31; - List list = this.skuIds; + List list = this.skuIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; Long l2 = this.guildScheduledEventStatus; int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildSetSoftDelete.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildSetSoftDelete.java index b768248ba4..12189e0899 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildSetSoftDelete.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildSetSoftDelete.java @@ -10,7 +10,7 @@ import d0.z.d.m; /* compiled from: TrackGuildSetSoftDelete.kt */ public final class TrackGuildSetSoftDelete implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver { private final transient String analyticsSchemaTypeName = "guild_set_soft_delete"; - private final Integer reasonCode = null; + private final Long reasonCode = null; private TrackBase trackBase; private TrackGuild trackGuild; @@ -27,14 +27,14 @@ public final class TrackGuildSetSoftDelete implements AnalyticsSchema, TrackBase } public int hashCode() { - Integer num = this.reasonCode; - if (num != null) { - return num.hashCode(); + Long l = this.reasonCode; + if (l != null) { + return l.hashCode(); } return 0; } public String toString() { - return a.E(a.P("TrackGuildSetSoftDelete(reasonCode="), this.reasonCode, ")"); + return a.F(a.P("TrackGuildSetSoftDelete(reasonCode="), this.reasonCode, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildViewed.java index 0a83f842d6..77e66c1623 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackGuildViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackGuildViewed.java @@ -14,7 +14,7 @@ import d0.z.d.m; /* compiled from: TrackGuildViewed.kt */ public final class TrackGuildViewed implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackOverlayClientMetadataReceiver { private final transient String analyticsSchemaTypeName = "guild_viewed"; - private final Integer guildAffinityIndex = null; + private final Long guildAffinityIndex = null; private final Float guildAffinityScore = null; private final Boolean isPending = null; private final Boolean previewEnabled = null; @@ -43,8 +43,8 @@ public final class TrackGuildViewed implements AnalyticsSchema, TrackBaseReceive Float f = this.guildAffinityScore; int i = 0; int hashCode = (f != null ? f.hashCode() : 0) * 31; - Integer num = this.guildAffinityIndex; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.guildAffinityIndex; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; Boolean bool = this.isPending; int hashCode3 = (hashCode2 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.previewEnabled; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackInfraApiHttpRequest.java b/app/src/main/java/com/discord/analytics/generated/events/TrackInfraApiHttpRequest.java index 6d6df9585c..640bc5fa35 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackInfraApiHttpRequest.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackInfraApiHttpRequest.java @@ -8,8 +8,8 @@ import d0.z.d.m; /* compiled from: TrackInfraApiHttpRequest.kt */ public final class TrackInfraApiHttpRequest implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "infra_api_http_request"; - private final Integer count = null; - private final Integer statusCode = null; + private final Long count = null; + private final Long statusCode = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -29,12 +29,12 @@ public final class TrackInfraApiHttpRequest implements AnalyticsSchema, TrackBas } public int hashCode() { - Integer num = this.statusCode; + Long l = this.statusCode; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Integer num2 = this.count; - if (num2 != null) { - i = num2.hashCode(); + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.count; + if (l2 != null) { + i = l2.hashCode(); } return hashCode + i; } @@ -43,6 +43,6 @@ public final class TrackInfraApiHttpRequest implements AnalyticsSchema, TrackBas StringBuilder P = a.P("TrackInfraApiHttpRequest(statusCode="); P.append(this.statusCode); P.append(", count="); - return a.E(P, this.count, ")"); + return a.F(P, this.count, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackJoinCall.java b/app/src/main/java/com/discord/analytics/generated/events/TrackJoinCall.java index 6dc393e182..2f5be84cbc 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackJoinCall.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackJoinCall.java @@ -12,8 +12,8 @@ public final class TrackJoinCall implements AnalyticsSchema, TrackBaseReceiver { private final Long channelId = null; private final Long channelType = null; private final Long messageId = null; - private final List participantIds = null; - private final List recipientIds = null; + private final List participantIds = null; + private final List recipientIds = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -40,9 +40,9 @@ public final class TrackJoinCall implements AnalyticsSchema, TrackBaseReceiver { int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.messageId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.participantIds; + List list2 = this.participantIds; if (list2 != null) { i = list2.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackJoinThread.java b/app/src/main/java/com/discord/analytics/generated/events/TrackJoinThread.java index c61701eac4..42d3eb3708 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackJoinThread.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackJoinThread.java @@ -11,7 +11,7 @@ import d0.z.d.m; public final class TrackJoinThread implements AnalyticsSchema, TrackBaseReceiver, TrackThreadReceiver { private final transient String analyticsSchemaTypeName = "join_thread"; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final Long guildId = null; private final Boolean isSelfJoin = null; private final Long parentId = null; @@ -43,10 +43,10 @@ public final class TrackJoinThread implements AnalyticsSchema, TrackBaseReceiver int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.guildId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - Integer num = this.channelType; - int hashCode4 = (hashCode3 + (num != null ? num.hashCode() : 0)) * 31; - Long l4 = this.targetUserId; - int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l4 = this.channelType; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.targetUserId; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool = this.isSelfJoin; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveThread.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveThread.java index afbaef1186..b24ad6a7ca 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveThread.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLeaveThread.java @@ -11,7 +11,7 @@ import d0.z.d.m; public final class TrackLeaveThread implements AnalyticsSchema, TrackBaseReceiver, TrackThreadReceiver { private final transient String analyticsSchemaTypeName = "leave_thread"; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final Long guildId = null; private final Boolean isSelfLeave = null; private final Long parentId = null; @@ -43,10 +43,10 @@ public final class TrackLeaveThread implements AnalyticsSchema, TrackBaseReceive int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.guildId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - Integer num = this.channelType; - int hashCode4 = (hashCode3 + (num != null ? num.hashCode() : 0)) * 31; - Long l4 = this.targetUserId; - int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l4 = this.channelType; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.targetUserId; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool = this.isSelfLeave; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgBrowserExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgBrowserExited.java index 200931ce2c..b2b64d2491 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgBrowserExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgBrowserExited.java @@ -8,7 +8,7 @@ import d0.z.d.m; /* compiled from: TrackLfgBrowserExited.kt */ public final class TrackLfgBrowserExited implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "lfg_browser_exited"; - private final Integer duration = null; + private final Long duration = null; private final Long numGroups = null; private TrackBase trackBase; @@ -29,12 +29,12 @@ public final class TrackLfgBrowserExited implements AnalyticsSchema, TrackBaseRe } public int hashCode() { - Integer num = this.duration; + Long l = this.duration; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Long l = this.numGroups; - if (l != null) { - i = l.hashCode(); + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.numGroups; + if (l2 != null) { + i = l2.hashCode(); } return hashCode + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgDirectoryViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgDirectoryViewed.java index 45f31c53d7..f4a7829f85 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgDirectoryViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgDirectoryViewed.java @@ -10,9 +10,9 @@ public final class TrackLfgDirectoryViewed implements AnalyticsSchema, TrackBase private final transient String analyticsSchemaTypeName = "lfg_directory_viewed"; private final Long channelId = null; private final Long guildId = null; - private final Integer numGroupsFull = null; - private final Integer numGroupsOpen = null; - private final Integer numGroupsTotal = null; + private final Long numGroupsFull = null; + private final Long numGroupsOpen = null; + private final Long numGroupsTotal = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -37,13 +37,13 @@ public final class TrackLfgDirectoryViewed implements AnalyticsSchema, TrackBase int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.guildId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.numGroupsTotal; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.numGroupsOpen; - int hashCode4 = (hashCode3 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.numGroupsFull; - if (num3 != null) { - i = num3.hashCode(); + Long l3 = this.numGroupsTotal; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.numGroupsOpen; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.numGroupsFull; + if (l5 != null) { + i = l5.hashCode(); } return hashCode4 + i; } @@ -58,6 +58,6 @@ public final class TrackLfgDirectoryViewed implements AnalyticsSchema, TrackBase P.append(", numGroupsOpen="); P.append(this.numGroupsOpen); P.append(", numGroupsFull="); - return a.E(P, this.numGroupsFull, ")"); + return a.F(P, this.numGroupsFull, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupJoined.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupJoined.java index 19e02d7222..9b71d8f79a 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupJoined.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupJoined.java @@ -13,7 +13,7 @@ import d0.z.d.m; public final class TrackLfgGroupJoined implements AnalyticsSchema, TrackBaseReceiver, TrackChannelReceiver, TrackLfgGroupReceiver { private final transient String analyticsSchemaTypeName = "lfg_group_joined"; private final Boolean browserFiltered = null; - private final Integer groupIndex = null; + private final Long groupIndex = null; private TrackBase trackBase; private TrackChannel trackChannel; private TrackLfgGroup trackLfgGroup; @@ -38,9 +38,9 @@ public final class TrackLfgGroupJoined implements AnalyticsSchema, TrackBaseRece Boolean bool = this.browserFiltered; int i = 0; int hashCode = (bool != null ? bool.hashCode() : 0) * 31; - Integer num = this.groupIndex; - if (num != null) { - i = num.hashCode(); + Long l = this.groupIndex; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -49,6 +49,6 @@ public final class TrackLfgGroupJoined implements AnalyticsSchema, TrackBaseRece StringBuilder P = a.P("TrackLfgGroupJoined(browserFiltered="); P.append(this.browserFiltered); P.append(", groupIndex="); - return a.E(P, this.groupIndex, ")"); + return a.F(P, this.groupIndex, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupUpdated.java index dac62e9049..707bdd7021 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLfgGroupUpdated.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackLfgGroupUpdated.kt */ public final class TrackLfgGroupUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackChannelReceiver, TrackLfgGroupReceiver { private final transient String analyticsSchemaTypeName = "lfg_group_updated"; - private final Integer previousSize = null; + private final Long previousSize = null; private TrackBase trackBase; private TrackChannel trackChannel; private TrackLfgGroup trackLfgGroup; @@ -40,8 +40,8 @@ public final class TrackLfgGroupUpdated implements AnalyticsSchema, TrackBaseRec Boolean bool = this.updatedSize; int i = 0; int hashCode = (bool != null ? bool.hashCode() : 0) * 31; - Integer num = this.previousSize; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.previousSize; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; Boolean bool2 = this.updatedTitle; int hashCode3 = (hashCode2 + (bool2 != null ? bool2.hashCode() : 0)) * 31; Boolean bool3 = this.updatedDescription; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackLibraryViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackLibraryViewed.java index 0e640b627c..17be46d83e 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackLibraryViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackLibraryViewed.java @@ -9,15 +9,15 @@ import d0.z.d.m; public final class TrackLibraryViewed implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "library_viewed"; private final CharSequence loadId = null; - private final Integer numApplicationsBattlenet = null; - private final Integer numApplicationsDiscord = null; - private final Integer numApplicationsEpic = null; - private final Integer numApplicationsGog = null; - private final Integer numApplicationsOrigin = null; - private final Integer numApplicationsSteam = null; - private final Integer numApplicationsTotal = null; - private final Integer numApplicationsTwitch = null; - private final Integer numApplicationsUplay = null; + private final Long numApplicationsBattlenet = null; + private final Long numApplicationsDiscord = null; + private final Long numApplicationsEpic = null; + private final Long numApplicationsGog = null; + private final Long numApplicationsOrigin = null; + private final Long numApplicationsSteam = null; + private final Long numApplicationsTotal = null; + private final Long numApplicationsTwitch = null; + private final Long numApplicationsUplay = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -40,25 +40,25 @@ public final class TrackLibraryViewed implements AnalyticsSchema, TrackBaseRecei CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.numApplicationsTotal; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.numApplicationsBattlenet; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.numApplicationsDiscord; - int hashCode4 = (hashCode3 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.numApplicationsSteam; - int hashCode5 = (hashCode4 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.numApplicationsTwitch; - int hashCode6 = (hashCode5 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.numApplicationsUplay; - int hashCode7 = (hashCode6 + (num6 != null ? num6.hashCode() : 0)) * 31; - Integer num7 = this.numApplicationsOrigin; - int hashCode8 = (hashCode7 + (num7 != null ? num7.hashCode() : 0)) * 31; - Integer num8 = this.numApplicationsGog; - int hashCode9 = (hashCode8 + (num8 != null ? num8.hashCode() : 0)) * 31; - Integer num9 = this.numApplicationsEpic; - if (num9 != null) { - i = num9.hashCode(); + Long l = this.numApplicationsTotal; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.numApplicationsBattlenet; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.numApplicationsDiscord; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.numApplicationsSteam; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.numApplicationsTwitch; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.numApplicationsUplay; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.numApplicationsOrigin; + int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.numApplicationsGog; + int hashCode9 = (hashCode8 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.numApplicationsEpic; + if (l9 != null) { + i = l9.hashCode(); } return hashCode9 + i; } @@ -83,6 +83,6 @@ public final class TrackLibraryViewed implements AnalyticsSchema, TrackBaseRecei P.append(", numApplicationsGog="); P.append(this.numApplicationsGog); P.append(", numApplicationsEpic="); - return a.E(P, this.numApplicationsEpic, ")"); + return a.F(P, this.numApplicationsEpic, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackMessageEdited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackMessageEdited.java index c48705f473..a348a35655 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackMessageEdited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackMessageEdited.java @@ -12,7 +12,7 @@ public final class TrackMessageEdited implements AnalyticsSchema, TrackBaseRecei private final CharSequence activityPartyPlatform = null; private final transient String analyticsSchemaTypeName = "message_edited"; private final Long applicationId = null; - private final List attachmentIds = null; + private final List attachmentIds = null; private final Long channel = null; private final Long channelType = null; private final Long clientApplicationId = null; @@ -26,7 +26,7 @@ public final class TrackMessageEdited implements AnalyticsSchema, TrackBaseRecei private final Boolean hasSpoiler = null; private final Long length = null; private final Long maxAttachmentSize = null; - private final List mentionIds = null; + private final List mentionIds = null; private final Long messageId = null; private final Long messageType = null; private final Long numAttachments = null; @@ -35,13 +35,13 @@ public final class TrackMessageEdited implements AnalyticsSchema, TrackBaseRecei /* renamed from: private reason: not valid java name */ private final Boolean f0private = null; private final Boolean probablyHasMarkdown = null; - private final List recipientIds = null; + private final List recipientIds = null; private final Long referenceMessageChannel = null; private final Long referenceMessageGuild = null; private final Long referenceMessageId = null; private final Long replyAgeSeconds = null; private final Long server = null; - private final List stickerIds = null; + private final List stickerIds = null; private TrackBase trackBase; private final Long wordCount = null; @@ -79,9 +79,9 @@ public final class TrackMessageEdited implements AnalyticsSchema, TrackBaseRecei int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; Long l7 = this.maxAttachmentSize; int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; int hashCode9 = (hashCode8 + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.mentionIds; + List list2 = this.mentionIds; int hashCode10 = (hashCode9 + (list2 != null ? list2.hashCode() : 0)) * 31; Long l8 = this.length; int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; @@ -107,7 +107,7 @@ public final class TrackMessageEdited implements AnalyticsSchema, TrackBaseRecei int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; Long l18 = this.applicationId; int hashCode22 = (hashCode21 + (l18 != null ? l18.hashCode() : 0)) * 31; - List list3 = this.attachmentIds; + List list3 = this.attachmentIds; int hashCode23 = (hashCode22 + (list3 != null ? list3.hashCode() : 0)) * 31; Long l19 = this.activityAction; int hashCode24 = (hashCode23 + (l19 != null ? l19.hashCode() : 0)) * 31; @@ -125,7 +125,7 @@ public final class TrackMessageEdited implements AnalyticsSchema, TrackBaseRecei int hashCode30 = (hashCode29 + (l22 != null ? l22.hashCode() : 0)) * 31; Long l23 = this.replyAgeSeconds; int hashCode31 = (hashCode30 + (l23 != null ? l23.hashCode() : 0)) * 31; - List list4 = this.stickerIds; + List list4 = this.stickerIds; if (list4 != null) { i = list4.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLayoutUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLayoutUpdated.java index 0cbe22811b..622675e3f1 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLayoutUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLayoutUpdated.java @@ -14,13 +14,13 @@ public final class TrackOverlayLayoutUpdated implements AnalyticsSchema, TrackBa private TrackOverlayClientMetadata trackOverlayClientMetadata; private final Boolean wasDragged = null; private final Boolean wasResized = null; - private final Integer widgetHeight = null; - private final Integer widgetLeft = null; - private final Integer widgetTop = null; + private final Long widgetHeight = null; + private final Long widgetLeft = null; + private final Long widgetTop = null; private final CharSequence widgetType = null; - private final Integer widgetWidth = null; - private final Integer windowHeight = null; - private final Integer windowWidth = null; + private final Long widgetWidth = null; + private final Long windowHeight = null; + private final Long windowWidth = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -46,19 +46,19 @@ public final class TrackOverlayLayoutUpdated implements AnalyticsSchema, TrackBa int hashCode2 = (hashCode + (bool2 != null ? bool2.hashCode() : 0)) * 31; CharSequence charSequence = this.widgetType; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Integer num = this.windowWidth; - int hashCode4 = (hashCode3 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.windowHeight; - int hashCode5 = (hashCode4 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.widgetWidth; - int hashCode6 = (hashCode5 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.widgetHeight; - int hashCode7 = (hashCode6 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.widgetLeft; - int hashCode8 = (hashCode7 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.widgetTop; - if (num6 != null) { - i = num6.hashCode(); + Long l = this.windowWidth; + int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.windowHeight; + int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.widgetWidth; + int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.widgetHeight; + int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.widgetLeft; + int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.widgetTop; + if (l6 != null) { + i = l6.hashCode(); } return hashCode8 + i; } @@ -81,6 +81,6 @@ public final class TrackOverlayLayoutUpdated implements AnalyticsSchema, TrackBa P.append(", widgetLeft="); P.append(this.widgetLeft); P.append(", widgetTop="); - return a.E(P, this.widgetTop, ")"); + return a.F(P, this.widgetTop, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLocked.java b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLocked.java index 4411d11805..e3dfdc6a1c 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLocked.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayLocked.java @@ -12,7 +12,7 @@ public final class TrackOverlayLocked implements AnalyticsSchema, TrackBaseRecei private final transient String analyticsSchemaTypeName = "overlay_locked"; private TrackBase trackBase; private TrackOverlayClientMetadata trackOverlayClientMetadata; - private final Integer unlockedDuration = null; + private final Long unlockedDuration = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -27,14 +27,14 @@ public final class TrackOverlayLocked implements AnalyticsSchema, TrackBaseRecei } public int hashCode() { - Integer num = this.unlockedDuration; - if (num != null) { - return num.hashCode(); + Long l = this.unlockedDuration; + if (l != null) { + return l.hashCode(); } return 0; } public String toString() { - return a.E(a.P("TrackOverlayLocked(unlockedDuration="), this.unlockedDuration, ")"); + return a.F(a.P("TrackOverlayLocked(unlockedDuration="), this.unlockedDuration, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayPerfInfo.java b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayPerfInfo.java index 633ae51b94..0e75f9587b 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayPerfInfo.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlayPerfInfo.java @@ -11,26 +11,26 @@ import d0.z.d.m; public final class TrackOverlayPerfInfo implements AnalyticsSchema, TrackBaseReceiver, TrackOverlayClientMetadataReceiver { private final transient String analyticsSchemaTypeName = "overlay_perf_info"; private final CharSequence apiName = null; - private final Integer captureTimeAvgUs = null; - private final Integer captureTimeMaxUs = null; - private final Integer captureTimeMinUs = null; - private final Integer drawTimeAvgUs = null; - private final Integer drawTimeMaxUs = null; - private final Integer drawTimeMinUs = null; + private final Long captureTimeAvgUs = null; + private final Long captureTimeMaxUs = null; + private final Long captureTimeMinUs = null; + private final Long drawTimeAvgUs = null; + private final Long drawTimeMaxUs = null; + private final Long drawTimeMinUs = null; private final Long durationUs = null; private final CharSequence frameBufferSource = null; - private final Integer frameCount = null; - private final Integer frameTimeAvgUs = null; - private final Integer frameTimeMaxUs = null; - private final Integer frameTimeMinUs = null; - private final Integer framesCaptured = null; - private final Integer framesReceived = null; + private final Long frameCount = null; + private final Long frameTimeAvgUs = null; + private final Long frameTimeMaxUs = null; + private final Long frameTimeMinUs = null; + private final Long framesCaptured = null; + private final Long framesReceived = null; private final Boolean fullscreen = null; - private final Integer height = null; - private final Integer lockFailures = null; + private final Long height = null; + private final Long lockFailures = null; private TrackBase trackBase; private TrackOverlayClientMetadata trackOverlayClientMetadata; - private final Integer width = null; + private final Long width = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -49,46 +49,46 @@ public final class TrackOverlayPerfInfo implements AnalyticsSchema, TrackBaseRec } public int hashCode() { - Integer num = this.width; + Long l = this.width; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Integer num2 = this.height; - int hashCode2 = (hashCode + (num2 != null ? num2.hashCode() : 0)) * 31; + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.height; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.apiName; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; Boolean bool = this.fullscreen; int hashCode4 = (hashCode3 + (bool != null ? bool.hashCode() : 0)) * 31; CharSequence charSequence2 = this.frameBufferSource; int hashCode5 = (hashCode4 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l = this.durationUs; - int hashCode6 = (hashCode5 + (l != null ? l.hashCode() : 0)) * 31; - Integer num3 = this.frameCount; - int hashCode7 = (hashCode6 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.framesReceived; - int hashCode8 = (hashCode7 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.framesCaptured; - int hashCode9 = (hashCode8 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.lockFailures; - int hashCode10 = (hashCode9 + (num6 != null ? num6.hashCode() : 0)) * 31; - Integer num7 = this.frameTimeMinUs; - int hashCode11 = (hashCode10 + (num7 != null ? num7.hashCode() : 0)) * 31; - Integer num8 = this.frameTimeMaxUs; - int hashCode12 = (hashCode11 + (num8 != null ? num8.hashCode() : 0)) * 31; - Integer num9 = this.frameTimeAvgUs; - int hashCode13 = (hashCode12 + (num9 != null ? num9.hashCode() : 0)) * 31; - Integer num10 = this.drawTimeMinUs; - int hashCode14 = (hashCode13 + (num10 != null ? num10.hashCode() : 0)) * 31; - Integer num11 = this.drawTimeMaxUs; - int hashCode15 = (hashCode14 + (num11 != null ? num11.hashCode() : 0)) * 31; - Integer num12 = this.drawTimeAvgUs; - int hashCode16 = (hashCode15 + (num12 != null ? num12.hashCode() : 0)) * 31; - Integer num13 = this.captureTimeMinUs; - int hashCode17 = (hashCode16 + (num13 != null ? num13.hashCode() : 0)) * 31; - Integer num14 = this.captureTimeMaxUs; - int hashCode18 = (hashCode17 + (num14 != null ? num14.hashCode() : 0)) * 31; - Integer num15 = this.captureTimeAvgUs; - if (num15 != null) { - i = num15.hashCode(); + Long l3 = this.durationUs; + int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.frameCount; + int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.framesReceived; + int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.framesCaptured; + int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.lockFailures; + int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.frameTimeMinUs; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.frameTimeMaxUs; + int hashCode12 = (hashCode11 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.frameTimeAvgUs; + int hashCode13 = (hashCode12 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.drawTimeMinUs; + int hashCode14 = (hashCode13 + (l11 != null ? l11.hashCode() : 0)) * 31; + Long l12 = this.drawTimeMaxUs; + int hashCode15 = (hashCode14 + (l12 != null ? l12.hashCode() : 0)) * 31; + Long l13 = this.drawTimeAvgUs; + int hashCode16 = (hashCode15 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.captureTimeMinUs; + int hashCode17 = (hashCode16 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.captureTimeMaxUs; + int hashCode18 = (hashCode17 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.captureTimeAvgUs; + if (l16 != null) { + i = l16.hashCode(); } return hashCode18 + i; } @@ -131,6 +131,6 @@ public final class TrackOverlayPerfInfo implements AnalyticsSchema, TrackBaseRec P.append(", captureTimeMaxUs="); P.append(this.captureTimeMaxUs); P.append(", captureTimeAvgUs="); - return a.E(P, this.captureTimeAvgUs, ")"); + return a.F(P, this.captureTimeAvgUs, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlaySettingsUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlaySettingsUpdated.java index f557bb6107..55e8866c97 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackOverlaySettingsUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackOverlaySettingsUpdated.java @@ -16,7 +16,7 @@ public final class TrackOverlaySettingsUpdated implements AnalyticsSchema, Track private final CharSequence notificationsPosition = null; private final CharSequence textActivationHotkey = null; private final CharSequence textNotificationsMode = null; - private final Integer textOpacitySlider = null; + private final Long textOpacitySlider = null; private TrackBase trackBase; private TrackOverlayClientMetadata trackOverlayClientMetadata; @@ -50,9 +50,9 @@ public final class TrackOverlaySettingsUpdated implements AnalyticsSchema, Track int hashCode5 = (hashCode4 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.textActivationHotkey; int hashCode6 = (hashCode5 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - Integer num = this.textOpacitySlider; - if (num != null) { - i = num.hashCode(); + Long l = this.textOpacitySlider; + if (l != null) { + i = l.hashCode(); } return hashCode6 + i; } @@ -71,6 +71,6 @@ public final class TrackOverlaySettingsUpdated implements AnalyticsSchema, Track P.append(", textActivationHotkey="); P.append(this.textActivationHotkey); P.append(", textOpacitySlider="); - return a.E(P, this.textOpacitySlider, ")"); + return a.F(P, this.textOpacitySlider, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackPremiumMarketingPageExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackPremiumMarketingPageExited.java index 074c6bb3e4..8d5e428923 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackPremiumMarketingPageExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackPremiumMarketingPageExited.java @@ -9,10 +9,10 @@ import java.util.List; /* compiled from: TrackPremiumMarketingPageExited.kt */ public final class TrackPremiumMarketingPageExited implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "premium_marketing_page_exited"; - private final List applicationIdsViewed = null; + private final List applicationIdsViewed = null; private final Long durationMs = null; private final CharSequence loadId = null; - private final List skuIdsViewed = null; + private final List skuIdsViewed = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -35,9 +35,9 @@ public final class TrackPremiumMarketingPageExited implements AnalyticsSchema, T CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - List list = this.applicationIdsViewed; + List list = this.applicationIdsViewed; int hashCode2 = (hashCode + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.skuIdsViewed; + List list2 = this.skuIdsViewed; int hashCode3 = (hashCode2 + (list2 != null ? list2.hashCode() : 0)) * 31; Long l = this.durationMs; if (l != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveChannelRecipient.java b/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveChannelRecipient.java index 54d072f4d7..e7411205f1 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveChannelRecipient.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveChannelRecipient.java @@ -15,7 +15,7 @@ public final class TrackRemoveChannelRecipient implements AnalyticsSchema, Track private final Long channelType = null; private final Boolean owner = null; private final Long recipientId = null; - private final List recipientIds = null; + private final List recipientIds = null; private final CharSequence removeType = null; private TrackBase trackBase; private TrackGuildLfgGroup trackGuildLfgGroup; @@ -46,7 +46,7 @@ public final class TrackRemoveChannelRecipient implements AnalyticsSchema, Track int hashCode3 = (hashCode2 + (bool != null ? bool.hashCode() : 0)) * 31; Long l3 = this.recipientId; int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; CharSequence charSequence = this.removeType; if (charSequence != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveReaction.java b/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveReaction.java index 3906118a0f..4eb1ee44c5 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveReaction.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackRemoveReaction.java @@ -9,14 +9,14 @@ import d0.z.d.m; public final class TrackRemoveReaction implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "remove_reaction"; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final Boolean emojiAnimated = null; private final Long emojiId = null; private final CharSequence emojiName = null; private final Long guildId = null; private final Long messageId = null; private TrackBase trackBase; - private final Integer uniqueReactionCount = null; + private final Long uniqueReactionCount = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { @@ -40,19 +40,19 @@ public final class TrackRemoveReaction implements AnalyticsSchema, TrackBaseRece int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.channelId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.channelType; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Long l3 = this.messageId; - int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.emojiId; - int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l3 = this.channelType; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.messageId; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.emojiId; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence = this.emojiName; int hashCode6 = (hashCode5 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; Boolean bool = this.emojiAnimated; int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31; - Integer num2 = this.uniqueReactionCount; - if (num2 != null) { - i = num2.hashCode(); + Long l6 = this.uniqueReactionCount; + if (l6 != null) { + i = l6.hashCode(); } return hashCode7 + i; } @@ -73,6 +73,6 @@ public final class TrackRemoveReaction implements AnalyticsSchema, TrackBaseRece P.append(", emojiAnimated="); P.append(this.emojiAnimated); P.append(", uniqueReactionCount="); - return a.E(P, this.uniqueReactionCount, ")"); + return a.F(P, this.uniqueReactionCount, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackResolveInvite.java b/app/src/main/java/com/discord/analytics/generated/events/TrackResolveInvite.java index 7a90582ad5..b3cf77a0cb 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackResolveInvite.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackResolveInvite.java @@ -20,8 +20,8 @@ public final class TrackResolveInvite implements AnalyticsSchema, TrackBaseRecei private final CharSequence inviteType = null; private final Long inviterId = null; private final Boolean resolved = null; - private final Integer sizeOnline = null; - private final Integer sizeTotal = null; + private final Long sizeOnline = null; + private final Long sizeTotal = null; private TrackBase trackBase; private final Boolean userBanned = null; @@ -57,20 +57,20 @@ public final class TrackResolveInvite implements AnalyticsSchema, TrackBaseRecei int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.inviterId; int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; - Integer num = this.sizeTotal; - int hashCode8 = (hashCode7 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.sizeOnline; - int hashCode9 = (hashCode8 + (num2 != null ? num2.hashCode() : 0)) * 31; + Long l5 = this.sizeTotal; + int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.sizeOnline; + int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence2 = this.inviteType; int hashCode10 = (hashCode9 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l5 = this.destinationUserId; - int hashCode11 = (hashCode10 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l7 = this.destinationUserId; + int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool3 = this.userBanned; int hashCode12 = (hashCode11 + (bool3 != null ? bool3.hashCode() : 0)) * 31; CharSequence charSequence3 = this.inputValue; int hashCode13 = (hashCode12 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l6 = this.errorCode; - int hashCode14 = (hashCode13 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l8 = this.errorCode; + int hashCode14 = (hashCode13 + (l8 != null ? l8.hashCode() : 0)) * 31; CharSequence charSequence4 = this.errorMessage; if (charSequence4 != null) { i = charSequence4.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackRingCall.java b/app/src/main/java/com/discord/analytics/generated/events/TrackRingCall.java index 8e22b78bdf..ea9884d405 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackRingCall.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackRingCall.java @@ -12,7 +12,7 @@ public final class TrackRingCall implements AnalyticsSchema, TrackBaseReceiver { private final Long channelId = null; private final Long channelType = null; private final Long messageId = null; - private final List recipientIds = null; + private final List recipientIds = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -39,7 +39,7 @@ public final class TrackRingCall implements AnalyticsSchema, TrackBaseReceiver { int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.channelType; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackScreenshareFinished.java b/app/src/main/java/com/discord/analytics/generated/events/TrackScreenshareFinished.java index f114fd9a42..e641a758e9 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackScreenshareFinished.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackScreenshareFinished.java @@ -20,18 +20,18 @@ public final class TrackScreenshareFinished implements AnalyticsSchema, TrackBas private final Long gpuCount = null; private final Long gpuMemory = null; private final Long guildId = null; - private final Integer hybridDxgiFrames = null; - private final Integer hybridGdiFrames = null; - private final Integer hybridVideohookFrames = null; + private final Long hybridDxgiFrames = null; + private final Long hybridGdiFrames = null; + private final Long hybridVideohookFrames = null; private final CharSequence mediaSessionId = null; private final CharSequence rtcConnectionId = null; private final Long screens = null; - private final Integer screenshareFrames = null; + private final Long screenshareFrames = null; private final Long shareGameId = null; private final CharSequence shareGameName = null; private final CharSequence soundshareSession = null; private TrackBase trackBase; - private final Integer videohookFrames = null; + private final Long videohookFrames = null; private final Long windows = null; @Override // com.discord.api.science.AnalyticsSchema @@ -58,28 +58,28 @@ public final class TrackScreenshareFinished implements AnalyticsSchema, TrackBas int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence = this.context; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Integer num = this.screenshareFrames; - int hashCode4 = (hashCode3 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.videohookFrames; - int hashCode5 = (hashCode4 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.hybridDxgiFrames; - int hashCode6 = (hashCode5 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.hybridGdiFrames; - int hashCode7 = (hashCode6 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.hybridVideohookFrames; - int hashCode8 = (hashCode7 + (num5 != null ? num5.hashCode() : 0)) * 31; + Long l3 = this.screenshareFrames; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.videohookFrames; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.hybridDxgiFrames; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.hybridGdiFrames; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.hybridVideohookFrames; + int hashCode8 = (hashCode7 + (l7 != null ? l7.hashCode() : 0)) * 31; CharSequence charSequence2 = this.soundshareSession; int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; CharSequence charSequence3 = this.shareGameName; int hashCode10 = (hashCode9 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Long l3 = this.shareGameId; - int hashCode11 = (hashCode10 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l8 = this.shareGameId; + int hashCode11 = (hashCode10 + (l8 != null ? l8.hashCode() : 0)) * 31; CharSequence charSequence4 = this.desktopCapturerType; int hashCode12 = (hashCode11 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - Long l4 = this.screens; - int hashCode13 = (hashCode12 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.windows; - int hashCode14 = (hashCode13 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l9 = this.screens; + int hashCode13 = (hashCode12 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.windows; + int hashCode14 = (hashCode13 + (l10 != null ? l10.hashCode() : 0)) * 31; CharSequence charSequence5 = this.cpu; int hashCode15 = (hashCode14 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.gpu; @@ -88,14 +88,14 @@ public final class TrackScreenshareFinished implements AnalyticsSchema, TrackBas int hashCode17 = (hashCode16 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31; CharSequence charSequence8 = this.cpuVendor; int hashCode18 = (hashCode17 + (charSequence8 != null ? charSequence8.hashCode() : 0)) * 31; - Long l6 = this.cpuMemory; - int hashCode19 = (hashCode18 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l11 = this.cpuMemory; + int hashCode19 = (hashCode18 + (l11 != null ? l11.hashCode() : 0)) * 31; CharSequence charSequence9 = this.gpuBrand; int hashCode20 = (hashCode19 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31; - Long l7 = this.gpuCount; - int hashCode21 = (hashCode20 + (l7 != null ? l7.hashCode() : 0)) * 31; - Long l8 = this.gpuMemory; - int hashCode22 = (hashCode21 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l12 = this.gpuCount; + int hashCode21 = (hashCode20 + (l12 != null ? l12.hashCode() : 0)) * 31; + Long l13 = this.gpuMemory; + int hashCode22 = (hashCode21 + (l13 != null ? l13.hashCode() : 0)) * 31; CharSequence charSequence10 = this.mediaSessionId; int hashCode23 = (hashCode22 + (charSequence10 != null ? charSequence10.hashCode() : 0)) * 31; CharSequence charSequence11 = this.rtcConnectionId; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultSelected.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultSelected.java index a21e21168d..0d43800c9f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultSelected.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultSelected.java @@ -19,7 +19,7 @@ public final class TrackSearchResultSelected implements AnalyticsSchema, TrackBa private final Long indexNum; private final Long limit; private final CharSequence loadId; - private final int modifiers; + private final long modifiers; private final Long numModifiers; private final Long offset; private final Long page; @@ -70,9 +70,11 @@ public final class TrackSearchResultSelected implements AnalyticsSchema, TrackBa Long l5 = this.totalResults; int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; Long l6 = this.pageResults; - int hashCode9 = (((hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31) + this.modifiers) * 31; + int hashCode9 = l6 != null ? l6.hashCode() : 0; + long j = this.modifiers; + int i2 = (((hashCode8 + hashCode9) * 31) + ((int) (j ^ (j >>> 32)))) * 31; Long l7 = this.numModifiers; - int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; + int hashCode10 = (i2 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool = this.previewEnabled; int hashCode11 = (hashCode10 + (bool != null ? bool.hashCode() : 0)) * 31; CharSequence charSequence4 = this.query; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultViewed.java index 4a5f357cdf..074f6acd37 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSearchResultViewed.java @@ -16,14 +16,14 @@ import java.util.List; public final class TrackSearchResultViewed implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackGuildReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName; private final Long categoryId; - private final List guildIds; + private final List guildIds; private final Boolean isError; private final Boolean isIndexing; private final Boolean isSuggestion; private final Long limit; private final Long loadDurationMs; private final CharSequence loadId; - private final int modifiers; + private final long modifiers; private final Long numModifiers; private final Long numResultsLocked; private final Long offset; @@ -93,12 +93,14 @@ public final class TrackSearchResultViewed implements AnalyticsSchema, TrackBase Long l9 = this.pageNumEmbeds; int hashCode15 = (hashCode14 + (l9 != null ? l9.hashCode() : 0)) * 31; Long l10 = this.pageNumAttach; - int hashCode16 = (((hashCode15 + (l10 != null ? l10.hashCode() : 0)) * 31) + this.modifiers) * 31; + int hashCode16 = l10 != null ? l10.hashCode() : 0; + long j = this.modifiers; + int i2 = (((hashCode15 + hashCode16) * 31) + ((int) (j ^ (j >>> 32)))) * 31; Long l11 = this.numModifiers; - int hashCode17 = (hashCode16 + (l11 != null ? l11.hashCode() : 0)) * 31; + int hashCode17 = (i2 + (l11 != null ? l11.hashCode() : 0)) * 31; CharSequence charSequence5 = this.query; int hashCode18 = (hashCode17 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; - List list = this.guildIds; + List list = this.guildIds; int hashCode19 = (hashCode18 + (list != null ? list.hashCode() : 0)) * 31; Long l12 = this.categoryId; int hashCode20 = (hashCode19 + (l12 != null ? l12.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSearchStarted.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSearchStarted.java index 7a17d2c271..554c5ee81c 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSearchStarted.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSearchStarted.java @@ -16,7 +16,7 @@ public final class TrackSearchStarted implements AnalyticsSchema, TrackBaseRecei private final transient String analyticsSchemaTypeName; private final Long categoryId; private final CharSequence loadId; - private final int modifiers; + private final long modifiers; private final Long numModifiers; private final CharSequence prevSearchId; private final Boolean previewEnabled; @@ -49,9 +49,11 @@ public final class TrackSearchStarted implements AnalyticsSchema, TrackBaseRecei CharSequence charSequence2 = this.loadId; int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; CharSequence charSequence3 = this.prevSearchId; - int hashCode3 = (((hashCode2 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31) + this.modifiers) * 31; + int hashCode3 = charSequence3 != null ? charSequence3.hashCode() : 0; + long j = this.modifiers; + int i2 = (((hashCode2 + hashCode3) * 31) + ((int) (j ^ (j >>> 32)))) * 31; Long l = this.numModifiers; - int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31; + int hashCode4 = (i2 + (l != null ? l.hashCode() : 0)) * 31; Boolean bool = this.previewEnabled; int hashCode5 = (hashCode4 + (bool != null ? bool.hashCode() : 0)) * 31; Long l2 = this.categoryId; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSendMessage.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSendMessage.java index 3d18ca19d5..694b811d85 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSendMessage.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSendMessage.java @@ -12,11 +12,11 @@ public final class TrackSendMessage implements AnalyticsSchema, TrackBaseReceive private final CharSequence activityPartyPlatform = null; private final transient String analyticsSchemaTypeName = "send_message"; private final Long applicationId = null; - private final List attachmentIds = null; + private final List attachmentIds = null; private final Long channel = null; private final Long channelType = null; private final Long clientApplicationId = null; - private final List components = null; + private final List components = null; private final Long emojiAnimated = null; private final Long emojiCustom = null; private final Long emojiCustomExternal = null; @@ -31,7 +31,7 @@ public final class TrackSendMessage implements AnalyticsSchema, TrackBaseReceive private final Long length = null; private final Long maxAttachmentSize = null; private final Boolean mentionEveryone = null; - private final List mentionIds = null; + private final List mentionIds = null; private final Long messageId = null; private final Long messageType = null; private final Long numAttachments = null; @@ -40,13 +40,13 @@ public final class TrackSendMessage implements AnalyticsSchema, TrackBaseReceive /* renamed from: private reason: not valid java name */ private final Boolean f1private = null; private final Boolean probablyHasMarkdown = null; - private final List recipientIds = null; + private final List recipientIds = null; private final Long referenceMessageChannel = null; private final Long referenceMessageGuild = null; private final Long referenceMessageId = null; private final Long replyAgeSeconds = null; private final Long server = null; - private final List stickerIds = null; + private final List stickerIds = null; private TrackBase trackBase; private final Long webhookId = null; private final Long wordCount = null; @@ -87,9 +87,9 @@ public final class TrackSendMessage implements AnalyticsSchema, TrackBaseReceive int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; Long l7 = this.maxAttachmentSize; int hashCode9 = (hashCode8 + (l7 != null ? l7.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; int hashCode10 = (hashCode9 + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.mentionIds; + List list2 = this.mentionIds; int hashCode11 = (hashCode10 + (list2 != null ? list2.hashCode() : 0)) * 31; Long l8 = this.length; int hashCode12 = (hashCode11 + (l8 != null ? l8.hashCode() : 0)) * 31; @@ -113,13 +113,13 @@ public final class TrackSendMessage implements AnalyticsSchema, TrackBaseReceive int hashCode21 = (hashCode20 + (bool4 != null ? bool4.hashCode() : 0)) * 31; Long l16 = this.numEmbeds; int hashCode22 = (hashCode21 + (l16 != null ? l16.hashCode() : 0)) * 31; - List list3 = this.components; + List list3 = this.components; int hashCode23 = (hashCode22 + (list3 != null ? list3.hashCode() : 0)) * 31; Long l17 = this.clientApplicationId; int hashCode24 = (hashCode23 + (l17 != null ? l17.hashCode() : 0)) * 31; Long l18 = this.applicationId; int hashCode25 = (hashCode24 + (l18 != null ? l18.hashCode() : 0)) * 31; - List list4 = this.attachmentIds; + List list4 = this.attachmentIds; int hashCode26 = (hashCode25 + (list4 != null ? list4.hashCode() : 0)) * 31; Long l19 = this.activityAction; int hashCode27 = (hashCode26 + (l19 != null ? l19.hashCode() : 0)) * 31; @@ -135,7 +135,7 @@ public final class TrackSendMessage implements AnalyticsSchema, TrackBaseReceive int hashCode32 = (hashCode31 + (l21 != null ? l21.hashCode() : 0)) * 31; Long l22 = this.referenceMessageGuild; int hashCode33 = (hashCode32 + (l22 != null ? l22.hashCode() : 0)) * 31; - List list5 = this.stickerIds; + List list5 = this.stickerIds; int hashCode34 = (hashCode33 + (list5 != null ? list5.hashCode() : 0)) * 31; Long l23 = this.replyAgeSeconds; int hashCode35 = (hashCode34 + (l23 != null ? l23.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java index 1130c81b57..1956227d7d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSkuUpdated.java @@ -15,7 +15,7 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver private final transient String analyticsSchemaTypeName = "sku_updated"; private final Boolean available = null; private final List availableLocales = null; - private final List bundledSkuIds = null; + private final List bundledSkuIds = null; private final CharSequence contentRatingEsrb = null; private final CharSequence contentRatingPegi = null; private final Long dependentSkuId = null; @@ -63,7 +63,7 @@ public final class TrackSkuUpdated implements AnalyticsSchema, TrackBaseReceiver int hashCode4 = (hashCode3 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; Long l2 = this.dependentSkuId; int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; - List list = this.bundledSkuIds; + List list = this.bundledSkuIds; int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31; CharSequence charSequence4 = this.accessType; int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSmsMessageStatusChanged.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSmsMessageStatusChanged.java index 8fd9347c2d..9243479226 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSmsMessageStatusChanged.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSmsMessageStatusChanged.java @@ -10,7 +10,7 @@ public final class TrackSmsMessageStatusChanged implements AnalyticsSchema, Trac private final CharSequence accountId = null; private final transient String analyticsSchemaTypeName = "sms_message_status_changed"; private final CharSequence carrierName = null; - private final Integer errorCode = null; + private final Long errorCode = null; private final CharSequence messageId = null; private final CharSequence messageStatus = null; private final CharSequence phoneCountry = null; @@ -45,8 +45,8 @@ public final class TrackSmsMessageStatusChanged implements AnalyticsSchema, Trac int hashCode4 = (hashCode3 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; CharSequence charSequence5 = this.accountId; int hashCode5 = (hashCode4 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; - Integer num = this.errorCode; - int hashCode6 = (hashCode5 + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.errorCode; + int hashCode6 = (hashCode5 + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence6 = this.phoneCountry; if (charSequence6 != null) { i = charSequence6.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryLoaded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryLoaded.java index 19ea51b0a4..9a1677d745 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryLoaded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryLoaded.java @@ -9,12 +9,12 @@ import java.util.List; /* compiled from: TrackStageDiscoveryLoaded.kt */ public final class TrackStageDiscoveryLoaded implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "stage_discovery_loaded"; - private final List indexes = null; + private final List indexes = null; private final Long lastVisibleIndexAtLoad = null; private final CharSequence loadId = null; private final List recommendationScores = null; - private final List recommendationSources = null; - private final List stageInstanceIds = null; + private final List recommendationSources = null; + private final List stageInstanceIds = null; private final CharSequence stageInstanceRecommendations = null; private TrackBase trackBase; @@ -42,11 +42,11 @@ public final class TrackStageDiscoveryLoaded implements AnalyticsSchema, TrackBa int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; Long l = this.lastVisibleIndexAtLoad; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; - List list = this.indexes; + List list = this.indexes; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.stageInstanceIds; + List list2 = this.stageInstanceIds; int hashCode5 = (hashCode4 + (list2 != null ? list2.hashCode() : 0)) * 31; - List list3 = this.recommendationSources; + List list3 = this.recommendationSources; int hashCode6 = (hashCode5 + (list3 != null ? list3.hashCode() : 0)) * 31; List list4 = this.recommendationScores; if (list4 != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java index 4693df8dfc..12c8eb359f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageExited.java @@ -17,7 +17,7 @@ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, Tr private final Long lastVisibleIndexAtLoad = null; private final CharSequence loadId = null; private final Float recommendationScore = null; - private final List recommendationSource = null; + private final List recommendationSource = null; private final Long stageInstanceId = null; private final CharSequence stageInstanceRecommendations = null; private TrackBase trackBase; @@ -51,7 +51,7 @@ public final class TrackStageDiscoveryStageExited implements AnalyticsSchema, Tr int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.stageInstanceId; int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recommendationSource; + List list = this.recommendationSource; int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31; Float f = this.recommendationScore; int hashCode7 = (hashCode6 + (f != null ? f.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageJoined.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageJoined.java index d9f1402dc4..cb460fd3a0 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageJoined.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageJoined.java @@ -15,7 +15,7 @@ public final class TrackStageDiscoveryStageJoined implements AnalyticsSchema, Tr private final Long lastVisibleIndexAtLoad = null; private final CharSequence loadId = null; private final Float recommendationScore = null; - private final List recommendationSource = null; + private final List recommendationSource = null; private final Long stageInstanceId = null; private final CharSequence stageInstanceRecommendations = null; private TrackBase trackBase; @@ -49,7 +49,7 @@ public final class TrackStageDiscoveryStageJoined implements AnalyticsSchema, Tr int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.stageInstanceId; int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recommendationSource; + List list = this.recommendationSource; int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31; Float f = this.recommendationScore; if (f != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageOpened.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageOpened.java index 5b1158e1b3..e3fb814d72 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageOpened.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStageDiscoveryStageOpened.java @@ -15,7 +15,7 @@ public final class TrackStageDiscoveryStageOpened implements AnalyticsSchema, Tr private final Long lastVisibleIndexAtLoad = null; private final CharSequence loadId = null; private final Float recommendationScore = null; - private final List recommendationSource = null; + private final List recommendationSource = null; private final Long stageInstanceId = null; private TrackBase trackBase; private TrackGuild trackGuild; @@ -46,7 +46,7 @@ public final class TrackStageDiscoveryStageOpened implements AnalyticsSchema, Tr int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.stageInstanceId; int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recommendationSource; + List list = this.recommendationSource; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; Float f = this.recommendationScore; if (f != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStartCall.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStartCall.java index ade6bc193a..ec5c0c1223 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStartCall.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStartCall.java @@ -12,7 +12,7 @@ public final class TrackStartCall implements AnalyticsSchema, TrackBaseReceiver private final Long channelId = null; private final Long channelType = null; private final Long messageId = null; - private final List recipientIds = null; + private final List recipientIds = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -39,7 +39,7 @@ public final class TrackStartCall implements AnalyticsSchema, TrackBaseReceiver int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.messageId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStartListening.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStartListening.java index 563a40ae17..9693404a42 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStartListening.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStartListening.java @@ -9,14 +9,13 @@ import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; -import java.math.BigInteger; /* compiled from: TrackStartListening.kt */ public final class TrackStartListening implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName = "start_listening"; private final Boolean anyonePriority = null; private final Long channel = null; private final CharSequence gameExeName = null; - private final BigInteger gameId = null; + private final Long gameId = null; private final CharSequence gameName = null; private final CharSequence gamePlatform = null; private final CharSequence mediaSessionId = null; @@ -63,15 +62,15 @@ public final class TrackStartListening implements AnalyticsSchema, TrackBaseRece int hashCode7 = (hashCode6 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.gameExeName; int hashCode8 = (hashCode7 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - BigInteger bigInteger = this.gameId; - int hashCode9 = (hashCode8 + (bigInteger != null ? bigInteger.hashCode() : 0)) * 31; + Long l3 = this.gameId; + int hashCode9 = (hashCode8 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence5 = this.mediaSessionId; int hashCode10 = (hashCode9 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.rtcConnectionId; int hashCode11 = (hashCode10 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; - Long l3 = this.voiceStateCount; - if (l3 != null) { - i = l3.hashCode(); + Long l4 = this.voiceStateCount; + if (l4 != null) { + i = l4.hashCode(); } return hashCode11 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStartSpeaking.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStartSpeaking.java index 0227a365bd..0a61375fce 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStartSpeaking.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStartSpeaking.java @@ -9,13 +9,12 @@ import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; -import java.math.BigInteger; /* compiled from: TrackStartSpeaking.kt */ public final class TrackStartSpeaking implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver { private final transient String analyticsSchemaTypeName = "start_speaking"; private final Long channel = null; private final CharSequence gameExeName = null; - private final BigInteger gameId = null; + private final Long gameId = null; private final CharSequence gameName = null; private final CharSequence gamePlatform = null; private final CharSequence mediaSessionId = null; @@ -64,23 +63,23 @@ public final class TrackStartSpeaking implements AnalyticsSchema, TrackBaseRecei int hashCode6 = (hashCode5 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.gameExeName; int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; - BigInteger bigInteger = this.gameId; - int hashCode8 = (hashCode7 + (bigInteger != null ? bigInteger.hashCode() : 0)) * 31; + Long l3 = this.gameId; + int hashCode8 = (hashCode7 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence5 = this.mediaSessionId; int hashCode9 = (hashCode8 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.rtcConnectionId; int hashCode10 = (hashCode9 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; - Long l3 = this.packetsSent; - int hashCode11 = (hashCode10 + (l3 != null ? l3.hashCode() : 0)) * 31; - Long l4 = this.packetsSentLost; - int hashCode12 = (hashCode11 + (l4 != null ? l4.hashCode() : 0)) * 31; - Long l5 = this.packetsReceived; - int hashCode13 = (hashCode12 + (l5 != null ? l5.hashCode() : 0)) * 31; - Long l6 = this.packetsReceivedLost; - int hashCode14 = (hashCode13 + (l6 != null ? l6.hashCode() : 0)) * 31; - Long l7 = this.voiceStateCount; - if (l7 != null) { - i = l7.hashCode(); + Long l4 = this.packetsSent; + int hashCode11 = (hashCode10 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.packetsSentLost; + int hashCode12 = (hashCode11 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.packetsReceived; + int hashCode13 = (hashCode12 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.packetsReceivedLost; + int hashCode14 = (hashCode13 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.voiceStateCount; + if (l8 != null) { + i = l8.hashCode(); } return hashCode14 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStickerMessageSent.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStickerMessageSent.java index d74defdc60..17d2cc4e2a 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStickerMessageSent.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStickerMessageSent.java @@ -13,7 +13,7 @@ public final class TrackStickerMessageSent implements AnalyticsSchema, TrackBase private final Long channelType = null; private final Long guildId = null; private final Long messageId = null; - private final List stickerIds = null; + private final List stickerIds = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -42,7 +42,7 @@ public final class TrackStickerMessageSent implements AnalyticsSchema, TrackBase int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.guildId; int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; - List list = this.stickerIds; + List list = this.stickerIds; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStopRingingCall.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStopRingingCall.java index 08acd18c81..9716b32924 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStopRingingCall.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStopRingingCall.java @@ -12,7 +12,7 @@ public final class TrackStopRingingCall implements AnalyticsSchema, TrackBaseRec private final Long channelId = null; private final Long channelType = null; private final Long messageId = null; - private final List recipientIds = null; + private final List recipientIds = null; private final Boolean self = null; private TrackBase trackBase; @@ -42,7 +42,7 @@ public final class TrackStopRingingCall implements AnalyticsSchema, TrackBaseRec int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; Boolean bool = this.self; int hashCode4 = (hashCode3 + (bool != null ? bool.hashCode() : 0)) * 31; - List list = this.recipientIds; + List list = this.recipientIds; if (list != null) { i = list.hashCode(); } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStopSpeaking.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStopSpeaking.java index 392d161dd4..d8df0da7c6 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStopSpeaking.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStopSpeaking.java @@ -5,12 +5,11 @@ import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; -import java.math.BigInteger; /* compiled from: TrackStopSpeaking.kt */ public final class TrackStopSpeaking implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "stop_speaking"; private final Long duration = null; - private final BigInteger gameId = null; + private final Long gameId = null; private final CharSequence gameName = null; private final CharSequence gamePlatform = null; private TrackBase trackBase; @@ -39,9 +38,9 @@ public final class TrackStopSpeaking implements AnalyticsSchema, TrackBaseReceiv int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; CharSequence charSequence2 = this.gameName; int hashCode3 = (hashCode2 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - BigInteger bigInteger = this.gameId; - if (bigInteger != null) { - i = bigInteger.hashCode(); + Long l2 = this.gameId; + if (l2 != null) { + i = l2.hashCode(); } return hashCode3 + i; } @@ -54,8 +53,6 @@ public final class TrackStopSpeaking implements AnalyticsSchema, TrackBaseReceiv P.append(", gameName="); P.append(this.gameName); P.append(", gameId="); - P.append(this.gameId); - P.append(")"); - return P.toString(); + return a.F(P, this.gameId, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryExited.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryExited.java index 52ecc2d5b0..7e5f840d51 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryExited.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryExited.java @@ -9,10 +9,10 @@ import java.util.List; /* compiled from: TrackStoreDirectoryExited.kt */ public final class TrackStoreDirectoryExited implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "store_directory_exited"; - private final List applicationIdsViewed = null; + private final List applicationIdsViewed = null; private final Long durationMs = null; private final CharSequence loadId = null; - private final List skuIdsViewed = null; + private final List skuIdsViewed = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -35,9 +35,9 @@ public final class TrackStoreDirectoryExited implements AnalyticsSchema, TrackBa CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - List list = this.applicationIdsViewed; + List list = this.applicationIdsViewed; int hashCode2 = (hashCode + (list != null ? list.hashCode() : 0)) * 31; - List list2 = this.skuIdsViewed; + List list2 = this.skuIdsViewed; int hashCode3 = (hashCode2 + (list2 != null ? list2.hashCode() : 0)) * 31; Long l = this.durationMs; if (l != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroScrolled.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroScrolled.java index 57d57f74df..97dbacc6c3 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroScrolled.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroScrolled.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackStoreDirectoryHeroScrolled.kt */ public final class TrackStoreDirectoryHeroScrolled implements AnalyticsSchema, TrackBaseReceiver, TrackStoreSkuMetadataReceiver, TrackPaymentMetadataReceiver { private final transient String analyticsSchemaTypeName = "store_directory_hero_scrolled"; - private final Integer cardIndex = null; + private final Long cardIndex = null; private final CharSequence cardType = null; private final CharSequence loadId = null; private TrackBase trackBase; @@ -39,8 +39,8 @@ public final class TrackStoreDirectoryHeroScrolled implements AnalyticsSchema, T CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.cardIndex; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.cardIndex; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence2 = this.cardType; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroViewed.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroViewed.java index 03975e9756..2c0ee6abac 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroViewed.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreDirectoryHeroViewed.java @@ -14,7 +14,7 @@ import d0.z.d.m; /* compiled from: TrackStoreDirectoryHeroViewed.kt */ public final class TrackStoreDirectoryHeroViewed implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackStoreSkuMetadataReceiver, TrackPaymentMetadataReceiver { private final transient String analyticsSchemaTypeName = "store_directory_hero_viewed"; - private final Integer cardIndex = null; + private final Long cardIndex = null; private final CharSequence cardType = null; private final CharSequence loadId = null; private TrackBase trackBase; @@ -42,8 +42,8 @@ public final class TrackStoreDirectoryHeroViewed implements AnalyticsSchema, Tra CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.cardIndex; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.cardIndex; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence2 = this.cardType; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingMediaScrolled.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingMediaScrolled.java index 1606a7a2b0..6aadbd9cb4 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingMediaScrolled.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingMediaScrolled.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackStoreListingMediaScrolled.kt */ public final class TrackStoreListingMediaScrolled implements AnalyticsSchema, TrackBaseReceiver, TrackStoreSkuMetadataReceiver, TrackPaymentMetadataReceiver { private final transient String analyticsSchemaTypeName = "store_listing_media_scrolled"; - private final Integer cardIndex = null; + private final Long cardIndex = null; private final CharSequence cardType = null; private TrackBase trackBase; private TrackPaymentMetadata trackPaymentMetadata; @@ -35,9 +35,9 @@ public final class TrackStoreListingMediaScrolled implements AnalyticsSchema, Tr } public int hashCode() { - Integer num = this.cardIndex; + Long l = this.cardIndex; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; + int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.cardType; if (charSequence != null) { i = charSequence.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingUpdated.java index 39cf8b34b0..d3f932d6fe 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackStoreListingUpdated.java @@ -10,7 +10,7 @@ import java.util.List; public final class TrackStoreListingUpdated implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "store_listing_updated"; private final List carouselItems = null; - private final List childSkuIds = null; + private final List childSkuIds = null; private final CharSequence flavorText = null; private final Long guildId = null; private final Boolean isPublished = null; @@ -51,7 +51,7 @@ public final class TrackStoreListingUpdated implements AnalyticsSchema, TrackBas int hashCode4 = (hashCode3 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; Long l3 = this.guildId; int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.childSkuIds; + List list = this.childSkuIds; int hashCode6 = (hashCode5 + (list != null ? list.hashCode() : 0)) * 31; Boolean bool = this.isPublished; int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackSystemMessageAgeRestrictedSent.java b/app/src/main/java/com/discord/analytics/generated/events/TrackSystemMessageAgeRestrictedSent.java index e0f11f9080..2c9549657f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackSystemMessageAgeRestrictedSent.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackSystemMessageAgeRestrictedSent.java @@ -9,7 +9,7 @@ import java.util.List; /* compiled from: TrackSystemMessageAgeRestrictedSent.kt */ public final class TrackSystemMessageAgeRestrictedSent implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "system_message_age_restricted_sent"; - private final List guildIds = null; + private final List guildIds = null; private final CharSequence messageType = null; private TrackBase trackBase; @@ -30,7 +30,7 @@ public final class TrackSystemMessageAgeRestrictedSent implements AnalyticsSchem } public int hashCode() { - List list = this.guildIds; + List list = this.guildIds; int i = 0; int hashCode = (list != null ? list.hashCode() : 0) * 31; CharSequence charSequence = this.messageType; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadLimitReached.java b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadLimitReached.java index 9333bd8cb1..4d906dda1a 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadLimitReached.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadLimitReached.java @@ -10,7 +10,7 @@ public final class TrackThreadLimitReached implements AnalyticsSchema, TrackBase private final transient String analyticsSchemaTypeName = "thread_limit_reached"; private final Long guildId = null; private final Long parentChannelId = null; - private final Integer parentChannelType = null; + private final Long parentChannelType = null; private TrackBase trackBase; @Override // com.discord.api.science.AnalyticsSchema @@ -33,11 +33,11 @@ public final class TrackThreadLimitReached implements AnalyticsSchema, TrackBase Long l = this.parentChannelId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - Integer num = this.parentChannelType; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Long l2 = this.guildId; - if (l2 != null) { - i = l2.hashCode(); + Long l2 = this.parentChannelType; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.guildId; + if (l3 != null) { + i = l3.hashCode(); } return hashCode2 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java index 8167325812..79dc2936ea 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNotificationSettingsUpdated.java @@ -14,7 +14,7 @@ import d0.z.d.m; public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSchema, TrackBaseReceiver, TrackThreadReceiver, TrackLocationMetadataReceiver { private final transient String analyticsSchemaTypeName = "thread_notification_settings_updated"; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final Long guildId = null; private final Boolean hasInteractedWithThread = null; private final Boolean newThreadIsMuted = null; @@ -54,8 +54,8 @@ public final class TrackThreadNotificationSettingsUpdated implements AnalyticsSc int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.guildId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - Integer num = this.channelType; - int hashCode4 = (hashCode3 + (num != null ? num.hashCode() : 0)) * 31; + Long l4 = this.channelType; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; Boolean bool = this.hasInteractedWithThread; int hashCode5 = (hashCode4 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.parentIsMuted; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNudgeShown.java b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNudgeShown.java index ed75dd3936..b3cb4ccc4f 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNudgeShown.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackThreadNudgeShown.java @@ -12,7 +12,7 @@ import d0.z.d.m; /* compiled from: TrackThreadNudgeShown.kt */ public final class TrackThreadNudgeShown implements AnalyticsSchema, TrackBaseReceiver, TrackChannelReceiver, TrackGuildReceiver { private final transient String analyticsSchemaTypeName = "thread_nudge_shown"; - private final Integer replyChainLength = null; + private final Long replyChainLength = null; private TrackBase trackBase; private TrackChannel trackChannel; private TrackGuild trackGuild; @@ -38,9 +38,9 @@ public final class TrackThreadNudgeShown implements AnalyticsSchema, TrackBaseRe CharSequence charSequence = this.type; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.replyChainLength; - if (num != null) { - i = num.hashCode(); + Long l = this.replyChainLength; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -49,6 +49,6 @@ public final class TrackThreadNudgeShown implements AnalyticsSchema, TrackBaseRe StringBuilder P = a.P("TrackThreadNudgeShown(type="); P.append(this.type); P.append(", replyChainLength="); - return a.E(P, this.replyChainLength, ")"); + return a.F(P, this.replyChainLength, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateSticker.java b/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateSticker.java index efc0df48a0..188e972c91 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateSticker.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateSticker.java @@ -8,7 +8,7 @@ import d0.z.d.m; /* compiled from: TrackUpdateSticker.kt */ public final class TrackUpdateSticker implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "update_sticker"; - private final Integer formatType = null; + private final Long formatType = null; private final Long guildId = null; /* renamed from: id reason: collision with root package name */ @@ -37,9 +37,9 @@ public final class TrackUpdateSticker implements AnalyticsSchema, TrackBaseRecei int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.guildId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.formatType; - if (num != null) { - i = num.hashCode(); + Long l3 = this.formatType; + if (l3 != null) { + i = l3.hashCode(); } return hashCode2 + i; } @@ -50,6 +50,6 @@ public final class TrackUpdateSticker implements AnalyticsSchema, TrackBaseRecei P.append(", guildId="); P.append(this.guildId); P.append(", formatType="); - return a.E(P, this.formatType, ")"); + return a.F(P, this.formatType, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateUserSettings.java b/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateUserSettings.java index b8f3630e8e..fcec316f6a 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateUserSettings.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackUpdateUserSettings.java @@ -23,7 +23,7 @@ public final class TrackUpdateUserSettings implements AnalyticsSchema, TrackBase private final Long explicitContentFilter = null; private final Long friendSourceFlags = null; private final Boolean gifAutoPlay = null; - private final List guildPositions = null; + private final List guildPositions = null; private final Boolean hasCustomStatus = null; private final Boolean inlineAttachmentMedia = null; private final Boolean inlineEmbedMedia = null; @@ -33,7 +33,7 @@ public final class TrackUpdateUserSettings implements AnalyticsSchema, TrackBase private final Long numServerFolders = null; private final Boolean renderEmbeds = null; private final Boolean renderReactions = null; - private final List restrictedGuilds = null; + private final List restrictedGuilds = null; private final Boolean showCurrentGame = null; private final CharSequence status = null; private final Boolean streamNotificationsEnabled = null; @@ -68,7 +68,7 @@ public final class TrackUpdateUserSettings implements AnalyticsSchema, TrackBase int hashCode3 = (hashCode2 + (bool3 != null ? bool3.hashCode() : 0)) * 31; Long l = this.friendSourceFlags; int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31; - List list = this.guildPositions; + List list = this.guildPositions; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; Boolean bool4 = this.inlineAttachmentMedia; int hashCode6 = (hashCode5 + (bool4 != null ? bool4.hashCode() : 0)) * 31; @@ -86,7 +86,7 @@ public final class TrackUpdateUserSettings implements AnalyticsSchema, TrackBase int hashCode12 = (hashCode11 + (bool9 != null ? bool9.hashCode() : 0)) * 31; Boolean bool10 = this.animateEmoji; int hashCode13 = (hashCode12 + (bool10 != null ? bool10.hashCode() : 0)) * 31; - List list2 = this.restrictedGuilds; + List list2 = this.restrictedGuilds; int hashCode14 = (hashCode13 + (list2 != null ? list2.hashCode() : 0)) * 31; Boolean bool11 = this.showCurrentGame; int hashCode15 = (hashCode14 + (bool11 != null ? bool11.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackUserInitiatedPhoneAssociation.java b/app/src/main/java/com/discord/analytics/generated/events/TrackUserInitiatedPhoneAssociation.java index 3c2b647b40..5be16e1bba 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackUserInitiatedPhoneAssociation.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackUserInitiatedPhoneAssociation.java @@ -10,7 +10,7 @@ public final class TrackUserInitiatedPhoneAssociation implements AnalyticsSchema private final transient String analyticsSchemaTypeName = "user_initiated_phone_association"; private final CharSequence carrierName = null; private final CharSequence carrierType = null; - private final Integer codeType = null; + private final Long codeType = null; private final CharSequence phoneCountry = null; private final CharSequence phoneNumber = null; private TrackBase trackBase; @@ -39,8 +39,8 @@ public final class TrackUserInitiatedPhoneAssociation implements AnalyticsSchema int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; CharSequence charSequence3 = this.carrierName; int hashCode3 = (hashCode2 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; - Integer num = this.codeType; - int hashCode4 = (hashCode3 + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.codeType; + int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence4 = this.phoneCountry; if (charSequence4 != null) { i = charSequence4.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackVideoStreamEnded.java b/app/src/main/java/com/discord/analytics/generated/events/TrackVideoStreamEnded.java index 301cab0cd6..969840600d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackVideoStreamEnded.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackVideoStreamEnded.java @@ -94,9 +94,10 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe private final Long numPacketsReceived = null; private final Long numPauses = null; private final Long numPlis = null; - private final Integer numQualityChanges = null; + private final Long numQualityChanges = null; private final CharSequence parentMediaSessionId = null; private final CharSequence participantType = null; + private final Long qpSum = null; private final Long quality = null; private final CharSequence reason = null; private final CharSequence rtcConnectionId = null; @@ -108,10 +109,10 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe private final Long soundshareAudioDetectedCount = null; private final Long soundshareCaptureStoppedCount = null; private final Long soundshareCapturingCount = null; - private final Integer soundshareFirstPid = null; + private final Long soundshareFirstPid = null; private final CharSequence soundshareFirstSession = null; private final Long soundshareHookedCount = null; - private final Integer soundshareLastPid = null; + private final Long soundshareLastPid = null; private final CharSequence soundshareLastSession = null; private final Long soundshareMalformedTraceCount = null; private final Long soundshareRecvConnectCount = null; @@ -130,7 +131,7 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe private final Long soundshareStateTransitionStartedCount = null; private final Long soundshareStateTransitionWaitingCount = null; private final Long soundshareUniquePids = null; - private final Integer soundshareUnknownEventCount = null; + private final Long soundshareUnknownEventCount = null; private final List streamApplicationName = null; private final CharSequence streamRegion = null; private final Boolean streamSettingsChanged = null; @@ -157,7 +158,7 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe return false; } TrackVideoStreamEnded trackVideoStreamEnded = (TrackVideoStreamEnded) obj; - return m.areEqual(this.guildId, trackVideoStreamEnded.guildId) && m.areEqual(this.channelId, trackVideoStreamEnded.channelId) && m.areEqual(this.rtcConnectionId, trackVideoStreamEnded.rtcConnectionId) && m.areEqual(this.mediaSessionId, trackVideoStreamEnded.mediaSessionId) && m.areEqual(this.parentMediaSessionId, trackVideoStreamEnded.parentMediaSessionId) && m.areEqual(this.context, trackVideoStreamEnded.context) && m.areEqual(this.senderUserId, trackVideoStreamEnded.senderUserId) && m.areEqual(this.duration, trackVideoStreamEnded.duration) && m.areEqual(this.numBytesReceived, trackVideoStreamEnded.numBytesReceived) && m.areEqual(this.numBytes, trackVideoStreamEnded.numBytes) && m.areEqual(this.numPacketsLost, trackVideoStreamEnded.numPacketsLost) && m.areEqual(this.numPacketsReceived, trackVideoStreamEnded.numPacketsReceived) && m.areEqual(this.numPackets, trackVideoStreamEnded.numPackets) && m.areEqual(this.numFramesDropped, trackVideoStreamEnded.numFramesDropped) && m.areEqual(this.numFramesReceived, trackVideoStreamEnded.numFramesReceived) && m.areEqual(this.numFrames, trackVideoStreamEnded.numFrames) && m.areEqual(this.numQualityChanges, trackVideoStreamEnded.numQualityChanges) && m.areEqual(this.numPauses, trackVideoStreamEnded.numPauses) && m.areEqual(this.numNacks, trackVideoStreamEnded.numNacks) && m.areEqual(this.numPlis, trackVideoStreamEnded.numPlis) && m.areEqual(this.durationPaused, trackVideoStreamEnded.durationPaused) && m.areEqual(this.lastQuality, trackVideoStreamEnded.lastQuality) && m.areEqual(this.reason, trackVideoStreamEnded.reason) && m.areEqual(this.participantType, trackVideoStreamEnded.participantType) && m.areEqual(this.shareApplicationName, trackVideoStreamEnded.shareApplicationName) && m.areEqual(this.shareApplicationId, trackVideoStreamEnded.shareApplicationId) && m.areEqual(this.shareApplicationExecutable, trackVideoStreamEnded.shareApplicationExecutable) && m.areEqual(this.streamApplicationName, trackVideoStreamEnded.streamApplicationName) && m.areEqual(this.streamRegion, trackVideoStreamEnded.streamRegion) && m.areEqual(this.guildRegion, trackVideoStreamEnded.guildRegion) && m.areEqual(this.maxViewers, trackVideoStreamEnded.maxViewers) && m.areEqual(this.avgBitrate, trackVideoStreamEnded.avgBitrate) && m.areEqual(this.targetBitrate, trackVideoStreamEnded.targetBitrate) && m.areEqual(this.targetBitrateMax, trackVideoStreamEnded.targetBitrateMax) && m.areEqual(this.targetBitrateNetwork, trackVideoStreamEnded.targetBitrateNetwork) && m.areEqual(this.targetFps, trackVideoStreamEnded.targetFps) && m.areEqual(this.targetResolutionHeight, trackVideoStreamEnded.targetResolutionHeight) && m.areEqual(this.durationStreamUnder8mbps, trackVideoStreamEnded.durationStreamUnder8mbps) && m.areEqual(this.durationStreamUnder7mbps, trackVideoStreamEnded.durationStreamUnder7mbps) && m.areEqual(this.durationStreamUnder6mbps, trackVideoStreamEnded.durationStreamUnder6mbps) && m.areEqual(this.durationStreamUnder5mbps, trackVideoStreamEnded.durationStreamUnder5mbps) && m.areEqual(this.durationStreamUnder4mbps, trackVideoStreamEnded.durationStreamUnder4mbps) && m.areEqual(this.durationStreamUnder3mbps, trackVideoStreamEnded.durationStreamUnder3mbps) && m.areEqual(this.durationStreamUnder2mbps, trackVideoStreamEnded.durationStreamUnder2mbps) && m.areEqual(this.durationStreamUnder15mbps, trackVideoStreamEnded.durationStreamUnder15mbps) && m.areEqual(this.durationStreamUnder1mbps, trackVideoStreamEnded.durationStreamUnder1mbps) && m.areEqual(this.durationStreamUnder05mbps, trackVideoStreamEnded.durationStreamUnder05mbps) && m.areEqual(this.durationStreamAt0mbps, trackVideoStreamEnded.durationStreamAt0mbps) && m.areEqual(this.avgFps, trackVideoStreamEnded.avgFps) && m.areEqual(this.durationFpsUnder60, trackVideoStreamEnded.durationFpsUnder60) && m.areEqual(this.durationFpsUnder55, trackVideoStreamEnded.durationFpsUnder55) && m.areEqual(this.durationFpsUnder50, trackVideoStreamEnded.durationFpsUnder50) && m.areEqual(this.durationFpsUnder45, trackVideoStreamEnded.durationFpsUnder45) && m.areEqual(this.durationFpsUnder40, trackVideoStreamEnded.durationFpsUnder40) && m.areEqual(this.durationFpsUnder35, trackVideoStreamEnded.durationFpsUnder35) && m.areEqual(this.durationFpsUnder30, trackVideoStreamEnded.durationFpsUnder30) && m.areEqual(this.durationFpsUnder25, trackVideoStreamEnded.durationFpsUnder25) && m.areEqual(this.durationFpsUnder20, trackVideoStreamEnded.durationFpsUnder20) && m.areEqual(this.durationFpsUnder15, trackVideoStreamEnded.durationFpsUnder15) && m.areEqual(this.durationFpsUnder10, trackVideoStreamEnded.durationFpsUnder10) && m.areEqual(this.durationFpsUnder5, trackVideoStreamEnded.durationFpsUnder5) && m.areEqual(this.durationFpsAt0, trackVideoStreamEnded.durationFpsAt0) && m.areEqual(this.avgResolution, trackVideoStreamEnded.avgResolution) && m.areEqual(this.durationResolutionUnder720, trackVideoStreamEnded.durationResolutionUnder720) && m.areEqual(this.durationResolutionUnder480, trackVideoStreamEnded.durationResolutionUnder480) && m.areEqual(this.durationResolutionUnder360, trackVideoStreamEnded.durationResolutionUnder360) && m.areEqual(this.videoLayout, trackVideoStreamEnded.videoLayout) && m.areEqual(this.numLayoutChanges, trackVideoStreamEnded.numLayoutChanges) && m.areEqual(this.durationLayoutTheatre, trackVideoStreamEnded.durationLayoutTheatre) && m.areEqual(this.durationLayoutPip, trackVideoStreamEnded.durationLayoutPip) && m.areEqual(this.durationLayoutFullscreen, trackVideoStreamEnded.durationLayoutFullscreen) && m.areEqual(this.durationLayoutPopout, trackVideoStreamEnded.durationLayoutPopout) && m.areEqual(this.durationLayoutPortrait, trackVideoStreamEnded.durationLayoutPortrait) && m.areEqual(this.durationLayoutLandscape, trackVideoStreamEnded.durationLayoutLandscape) && m.areEqual(this.durationLayoutMinimized, trackVideoStreamEnded.durationLayoutMinimized) && m.areEqual(this.timeToFirstFrameMs, trackVideoStreamEnded.timeToFirstFrameMs) && m.areEqual(this.soundshareAttachRequestedCount, trackVideoStreamEnded.soundshareAttachRequestedCount) && m.areEqual(this.soundshareCapturingCount, trackVideoStreamEnded.soundshareCapturingCount) && m.areEqual(this.soundshareCaptureStoppedCount, trackVideoStreamEnded.soundshareCaptureStoppedCount) && m.areEqual(this.soundshareHookedCount, trackVideoStreamEnded.soundshareHookedCount) && m.areEqual(this.soundshareRecvConnectCount, trackVideoStreamEnded.soundshareRecvConnectCount) && m.areEqual(this.soundshareRecvDisconnectCount, trackVideoStreamEnded.soundshareRecvDisconnectCount) && m.areEqual(this.soundshareRecvStartedCount, trackVideoStreamEnded.soundshareRecvStartedCount) && m.areEqual(this.soundshareRecvStoppedCount, trackVideoStreamEnded.soundshareRecvStoppedCount) && m.areEqual(this.soundshareRecvFailedCount, trackVideoStreamEnded.soundshareRecvFailedCount) && m.areEqual(this.soundshareRecvFormatCount, trackVideoStreamEnded.soundshareRecvFormatCount) && m.areEqual(this.soundshareSendAnnounceCount, trackVideoStreamEnded.soundshareSendAnnounceCount) && m.areEqual(this.soundshareSendStartCount, trackVideoStreamEnded.soundshareSendStartCount) && m.areEqual(this.soundshareSendStopCount, trackVideoStreamEnded.soundshareSendStopCount) && m.areEqual(this.soundshareMalformedTraceCount, trackVideoStreamEnded.soundshareMalformedTraceCount) && m.areEqual(this.soundshareAudioDetectedCount, trackVideoStreamEnded.soundshareAudioDetectedCount) && m.areEqual(this.soundshareStateTransitionDetachedCount, trackVideoStreamEnded.soundshareStateTransitionDetachedCount) && m.areEqual(this.soundshareStateTransitionWaitingCount, trackVideoStreamEnded.soundshareStateTransitionWaitingCount) && m.areEqual(this.soundshareStateTransitionAttachedCount, trackVideoStreamEnded.soundshareStateTransitionAttachedCount) && m.areEqual(this.soundshareStateTransitionStartedCount, trackVideoStreamEnded.soundshareStateTransitionStartedCount) && m.areEqual(this.soundshareStateTransitionPlayingCount, trackVideoStreamEnded.soundshareStateTransitionPlayingCount) && m.areEqual(this.soundshareStateTransitionSilenceCount, trackVideoStreamEnded.soundshareStateTransitionSilenceCount) && m.areEqual(this.soundshareUnknownEventCount, trackVideoStreamEnded.soundshareUnknownEventCount) && m.areEqual(this.soundshareFirstPid, trackVideoStreamEnded.soundshareFirstPid) && m.areEqual(this.soundshareLastPid, trackVideoStreamEnded.soundshareLastPid) && m.areEqual(this.soundshareUniquePids, trackVideoStreamEnded.soundshareUniquePids) && m.areEqual(this.soundshareFirstSession, trackVideoStreamEnded.soundshareFirstSession) && m.areEqual(this.soundshareLastSession, trackVideoStreamEnded.soundshareLastSession) && m.areEqual(this.durationEncoderNvidiaCuda, trackVideoStreamEnded.durationEncoderNvidiaCuda) && m.areEqual(this.durationEncoderNvidiaDirect3d, trackVideoStreamEnded.durationEncoderNvidiaDirect3d) && m.areEqual(this.durationEncoderNvidiaOpenh264, trackVideoStreamEnded.durationEncoderNvidiaOpenh264) && m.areEqual(this.durationEncoderOpenh264, trackVideoStreamEnded.durationEncoderOpenh264) && m.areEqual(this.durationEncoderNvidiaVideotoolbox, trackVideoStreamEnded.durationEncoderNvidiaVideotoolbox) && m.areEqual(this.durationEncoderVideotoolbox, trackVideoStreamEnded.durationEncoderVideotoolbox) && m.areEqual(this.durationEncoderAmdDirect3d, trackVideoStreamEnded.durationEncoderAmdDirect3d) && m.areEqual(this.durationEncoderIntel, trackVideoStreamEnded.durationEncoderIntel) && m.areEqual(this.durationEncoderIntelDirect3d, trackVideoStreamEnded.durationEncoderIntelDirect3d) && m.areEqual(this.durationEncoderUnknown, trackVideoStreamEnded.durationEncoderUnknown) && m.areEqual(this.streamSettingsChanged, trackVideoStreamEnded.streamSettingsChanged) && m.areEqual(this.durationZeroReceivers, trackVideoStreamEnded.durationZeroReceivers) && m.areEqual(this.durationVideoStopped, trackVideoStreamEnded.durationVideoStopped) && m.areEqual(this.durationVideoEffect, trackVideoStreamEnded.durationVideoEffect) && m.areEqual(this.quality, trackVideoStreamEnded.quality) && m.areEqual(this.clientPerformanceCpuPercentile25, trackVideoStreamEnded.clientPerformanceCpuPercentile25) && m.areEqual(this.clientPerformanceCpuPercentile50, trackVideoStreamEnded.clientPerformanceCpuPercentile50) && m.areEqual(this.clientPerformanceCpuPercentile75, trackVideoStreamEnded.clientPerformanceCpuPercentile75) && m.areEqual(this.clientPerformanceCpuPercentile90, trackVideoStreamEnded.clientPerformanceCpuPercentile90) && m.areEqual(this.clientPerformanceCpuPercentile95, trackVideoStreamEnded.clientPerformanceCpuPercentile95) && m.areEqual(this.clientPerformanceMemoryPercentile25, trackVideoStreamEnded.clientPerformanceMemoryPercentile25) && m.areEqual(this.clientPerformanceMemoryPercentile50, trackVideoStreamEnded.clientPerformanceMemoryPercentile50) && m.areEqual(this.clientPerformanceMemoryPercentile75, trackVideoStreamEnded.clientPerformanceMemoryPercentile75) && m.areEqual(this.clientPerformanceMemoryPercentile90, trackVideoStreamEnded.clientPerformanceMemoryPercentile90) && m.areEqual(this.clientPerformanceMemoryPercentile95, trackVideoStreamEnded.clientPerformanceMemoryPercentile95) && m.areEqual(this.clientPerformanceMemoryMin, trackVideoStreamEnded.clientPerformanceMemoryMin) && m.areEqual(this.clientPerformanceMemoryMax, trackVideoStreamEnded.clientPerformanceMemoryMax); + return m.areEqual(this.guildId, trackVideoStreamEnded.guildId) && m.areEqual(this.channelId, trackVideoStreamEnded.channelId) && m.areEqual(this.rtcConnectionId, trackVideoStreamEnded.rtcConnectionId) && m.areEqual(this.mediaSessionId, trackVideoStreamEnded.mediaSessionId) && m.areEqual(this.parentMediaSessionId, trackVideoStreamEnded.parentMediaSessionId) && m.areEqual(this.context, trackVideoStreamEnded.context) && m.areEqual(this.senderUserId, trackVideoStreamEnded.senderUserId) && m.areEqual(this.duration, trackVideoStreamEnded.duration) && m.areEqual(this.numBytesReceived, trackVideoStreamEnded.numBytesReceived) && m.areEqual(this.numBytes, trackVideoStreamEnded.numBytes) && m.areEqual(this.numPacketsLost, trackVideoStreamEnded.numPacketsLost) && m.areEqual(this.numPacketsReceived, trackVideoStreamEnded.numPacketsReceived) && m.areEqual(this.numPackets, trackVideoStreamEnded.numPackets) && m.areEqual(this.numFramesDropped, trackVideoStreamEnded.numFramesDropped) && m.areEqual(this.numFramesReceived, trackVideoStreamEnded.numFramesReceived) && m.areEqual(this.numFrames, trackVideoStreamEnded.numFrames) && m.areEqual(this.numQualityChanges, trackVideoStreamEnded.numQualityChanges) && m.areEqual(this.numPauses, trackVideoStreamEnded.numPauses) && m.areEqual(this.numNacks, trackVideoStreamEnded.numNacks) && m.areEqual(this.numPlis, trackVideoStreamEnded.numPlis) && m.areEqual(this.durationPaused, trackVideoStreamEnded.durationPaused) && m.areEqual(this.lastQuality, trackVideoStreamEnded.lastQuality) && m.areEqual(this.reason, trackVideoStreamEnded.reason) && m.areEqual(this.participantType, trackVideoStreamEnded.participantType) && m.areEqual(this.shareApplicationName, trackVideoStreamEnded.shareApplicationName) && m.areEqual(this.shareApplicationId, trackVideoStreamEnded.shareApplicationId) && m.areEqual(this.shareApplicationExecutable, trackVideoStreamEnded.shareApplicationExecutable) && m.areEqual(this.streamApplicationName, trackVideoStreamEnded.streamApplicationName) && m.areEqual(this.streamRegion, trackVideoStreamEnded.streamRegion) && m.areEqual(this.guildRegion, trackVideoStreamEnded.guildRegion) && m.areEqual(this.maxViewers, trackVideoStreamEnded.maxViewers) && m.areEqual(this.avgBitrate, trackVideoStreamEnded.avgBitrate) && m.areEqual(this.targetBitrate, trackVideoStreamEnded.targetBitrate) && m.areEqual(this.targetBitrateMax, trackVideoStreamEnded.targetBitrateMax) && m.areEqual(this.targetBitrateNetwork, trackVideoStreamEnded.targetBitrateNetwork) && m.areEqual(this.targetFps, trackVideoStreamEnded.targetFps) && m.areEqual(this.targetResolutionHeight, trackVideoStreamEnded.targetResolutionHeight) && m.areEqual(this.durationStreamUnder8mbps, trackVideoStreamEnded.durationStreamUnder8mbps) && m.areEqual(this.durationStreamUnder7mbps, trackVideoStreamEnded.durationStreamUnder7mbps) && m.areEqual(this.durationStreamUnder6mbps, trackVideoStreamEnded.durationStreamUnder6mbps) && m.areEqual(this.durationStreamUnder5mbps, trackVideoStreamEnded.durationStreamUnder5mbps) && m.areEqual(this.durationStreamUnder4mbps, trackVideoStreamEnded.durationStreamUnder4mbps) && m.areEqual(this.durationStreamUnder3mbps, trackVideoStreamEnded.durationStreamUnder3mbps) && m.areEqual(this.durationStreamUnder2mbps, trackVideoStreamEnded.durationStreamUnder2mbps) && m.areEqual(this.durationStreamUnder15mbps, trackVideoStreamEnded.durationStreamUnder15mbps) && m.areEqual(this.durationStreamUnder1mbps, trackVideoStreamEnded.durationStreamUnder1mbps) && m.areEqual(this.durationStreamUnder05mbps, trackVideoStreamEnded.durationStreamUnder05mbps) && m.areEqual(this.durationStreamAt0mbps, trackVideoStreamEnded.durationStreamAt0mbps) && m.areEqual(this.avgFps, trackVideoStreamEnded.avgFps) && m.areEqual(this.durationFpsUnder60, trackVideoStreamEnded.durationFpsUnder60) && m.areEqual(this.durationFpsUnder55, trackVideoStreamEnded.durationFpsUnder55) && m.areEqual(this.durationFpsUnder50, trackVideoStreamEnded.durationFpsUnder50) && m.areEqual(this.durationFpsUnder45, trackVideoStreamEnded.durationFpsUnder45) && m.areEqual(this.durationFpsUnder40, trackVideoStreamEnded.durationFpsUnder40) && m.areEqual(this.durationFpsUnder35, trackVideoStreamEnded.durationFpsUnder35) && m.areEqual(this.durationFpsUnder30, trackVideoStreamEnded.durationFpsUnder30) && m.areEqual(this.durationFpsUnder25, trackVideoStreamEnded.durationFpsUnder25) && m.areEqual(this.durationFpsUnder20, trackVideoStreamEnded.durationFpsUnder20) && m.areEqual(this.durationFpsUnder15, trackVideoStreamEnded.durationFpsUnder15) && m.areEqual(this.durationFpsUnder10, trackVideoStreamEnded.durationFpsUnder10) && m.areEqual(this.durationFpsUnder5, trackVideoStreamEnded.durationFpsUnder5) && m.areEqual(this.durationFpsAt0, trackVideoStreamEnded.durationFpsAt0) && m.areEqual(this.avgResolution, trackVideoStreamEnded.avgResolution) && m.areEqual(this.durationResolutionUnder720, trackVideoStreamEnded.durationResolutionUnder720) && m.areEqual(this.durationResolutionUnder480, trackVideoStreamEnded.durationResolutionUnder480) && m.areEqual(this.durationResolutionUnder360, trackVideoStreamEnded.durationResolutionUnder360) && m.areEqual(this.videoLayout, trackVideoStreamEnded.videoLayout) && m.areEqual(this.numLayoutChanges, trackVideoStreamEnded.numLayoutChanges) && m.areEqual(this.durationLayoutTheatre, trackVideoStreamEnded.durationLayoutTheatre) && m.areEqual(this.durationLayoutPip, trackVideoStreamEnded.durationLayoutPip) && m.areEqual(this.durationLayoutFullscreen, trackVideoStreamEnded.durationLayoutFullscreen) && m.areEqual(this.durationLayoutPopout, trackVideoStreamEnded.durationLayoutPopout) && m.areEqual(this.durationLayoutPortrait, trackVideoStreamEnded.durationLayoutPortrait) && m.areEqual(this.durationLayoutLandscape, trackVideoStreamEnded.durationLayoutLandscape) && m.areEqual(this.durationLayoutMinimized, trackVideoStreamEnded.durationLayoutMinimized) && m.areEqual(this.timeToFirstFrameMs, trackVideoStreamEnded.timeToFirstFrameMs) && m.areEqual(this.soundshareAttachRequestedCount, trackVideoStreamEnded.soundshareAttachRequestedCount) && m.areEqual(this.soundshareCapturingCount, trackVideoStreamEnded.soundshareCapturingCount) && m.areEqual(this.soundshareCaptureStoppedCount, trackVideoStreamEnded.soundshareCaptureStoppedCount) && m.areEqual(this.soundshareHookedCount, trackVideoStreamEnded.soundshareHookedCount) && m.areEqual(this.soundshareRecvConnectCount, trackVideoStreamEnded.soundshareRecvConnectCount) && m.areEqual(this.soundshareRecvDisconnectCount, trackVideoStreamEnded.soundshareRecvDisconnectCount) && m.areEqual(this.soundshareRecvStartedCount, trackVideoStreamEnded.soundshareRecvStartedCount) && m.areEqual(this.soundshareRecvStoppedCount, trackVideoStreamEnded.soundshareRecvStoppedCount) && m.areEqual(this.soundshareRecvFailedCount, trackVideoStreamEnded.soundshareRecvFailedCount) && m.areEqual(this.soundshareRecvFormatCount, trackVideoStreamEnded.soundshareRecvFormatCount) && m.areEqual(this.soundshareSendAnnounceCount, trackVideoStreamEnded.soundshareSendAnnounceCount) && m.areEqual(this.soundshareSendStartCount, trackVideoStreamEnded.soundshareSendStartCount) && m.areEqual(this.soundshareSendStopCount, trackVideoStreamEnded.soundshareSendStopCount) && m.areEqual(this.soundshareMalformedTraceCount, trackVideoStreamEnded.soundshareMalformedTraceCount) && m.areEqual(this.soundshareAudioDetectedCount, trackVideoStreamEnded.soundshareAudioDetectedCount) && m.areEqual(this.soundshareStateTransitionDetachedCount, trackVideoStreamEnded.soundshareStateTransitionDetachedCount) && m.areEqual(this.soundshareStateTransitionWaitingCount, trackVideoStreamEnded.soundshareStateTransitionWaitingCount) && m.areEqual(this.soundshareStateTransitionAttachedCount, trackVideoStreamEnded.soundshareStateTransitionAttachedCount) && m.areEqual(this.soundshareStateTransitionStartedCount, trackVideoStreamEnded.soundshareStateTransitionStartedCount) && m.areEqual(this.soundshareStateTransitionPlayingCount, trackVideoStreamEnded.soundshareStateTransitionPlayingCount) && m.areEqual(this.soundshareStateTransitionSilenceCount, trackVideoStreamEnded.soundshareStateTransitionSilenceCount) && m.areEqual(this.soundshareUnknownEventCount, trackVideoStreamEnded.soundshareUnknownEventCount) && m.areEqual(this.soundshareFirstPid, trackVideoStreamEnded.soundshareFirstPid) && m.areEqual(this.soundshareLastPid, trackVideoStreamEnded.soundshareLastPid) && m.areEqual(this.soundshareUniquePids, trackVideoStreamEnded.soundshareUniquePids) && m.areEqual(this.soundshareFirstSession, trackVideoStreamEnded.soundshareFirstSession) && m.areEqual(this.soundshareLastSession, trackVideoStreamEnded.soundshareLastSession) && m.areEqual(this.durationEncoderNvidiaCuda, trackVideoStreamEnded.durationEncoderNvidiaCuda) && m.areEqual(this.durationEncoderNvidiaDirect3d, trackVideoStreamEnded.durationEncoderNvidiaDirect3d) && m.areEqual(this.durationEncoderNvidiaOpenh264, trackVideoStreamEnded.durationEncoderNvidiaOpenh264) && m.areEqual(this.durationEncoderOpenh264, trackVideoStreamEnded.durationEncoderOpenh264) && m.areEqual(this.durationEncoderNvidiaVideotoolbox, trackVideoStreamEnded.durationEncoderNvidiaVideotoolbox) && m.areEqual(this.durationEncoderVideotoolbox, trackVideoStreamEnded.durationEncoderVideotoolbox) && m.areEqual(this.durationEncoderAmdDirect3d, trackVideoStreamEnded.durationEncoderAmdDirect3d) && m.areEqual(this.durationEncoderIntel, trackVideoStreamEnded.durationEncoderIntel) && m.areEqual(this.durationEncoderIntelDirect3d, trackVideoStreamEnded.durationEncoderIntelDirect3d) && m.areEqual(this.durationEncoderUnknown, trackVideoStreamEnded.durationEncoderUnknown) && m.areEqual(this.streamSettingsChanged, trackVideoStreamEnded.streamSettingsChanged) && m.areEqual(this.durationZeroReceivers, trackVideoStreamEnded.durationZeroReceivers) && m.areEqual(this.durationVideoStopped, trackVideoStreamEnded.durationVideoStopped) && m.areEqual(this.durationVideoEffect, trackVideoStreamEnded.durationVideoEffect) && m.areEqual(this.quality, trackVideoStreamEnded.quality) && m.areEqual(this.qpSum, trackVideoStreamEnded.qpSum) && m.areEqual(this.clientPerformanceCpuPercentile25, trackVideoStreamEnded.clientPerformanceCpuPercentile25) && m.areEqual(this.clientPerformanceCpuPercentile50, trackVideoStreamEnded.clientPerformanceCpuPercentile50) && m.areEqual(this.clientPerformanceCpuPercentile75, trackVideoStreamEnded.clientPerformanceCpuPercentile75) && m.areEqual(this.clientPerformanceCpuPercentile90, trackVideoStreamEnded.clientPerformanceCpuPercentile90) && m.areEqual(this.clientPerformanceCpuPercentile95, trackVideoStreamEnded.clientPerformanceCpuPercentile95) && m.areEqual(this.clientPerformanceMemoryPercentile25, trackVideoStreamEnded.clientPerformanceMemoryPercentile25) && m.areEqual(this.clientPerformanceMemoryPercentile50, trackVideoStreamEnded.clientPerformanceMemoryPercentile50) && m.areEqual(this.clientPerformanceMemoryPercentile75, trackVideoStreamEnded.clientPerformanceMemoryPercentile75) && m.areEqual(this.clientPerformanceMemoryPercentile90, trackVideoStreamEnded.clientPerformanceMemoryPercentile90) && m.areEqual(this.clientPerformanceMemoryPercentile95, trackVideoStreamEnded.clientPerformanceMemoryPercentile95) && m.areEqual(this.clientPerformanceMemoryMin, trackVideoStreamEnded.clientPerformanceMemoryMin) && m.areEqual(this.clientPerformanceMemoryMax, trackVideoStreamEnded.clientPerformanceMemoryMax); } public int hashCode() { @@ -194,16 +195,16 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe int hashCode15 = (hashCode14 + (l11 != null ? l11.hashCode() : 0)) * 31; Long l12 = this.numFrames; int hashCode16 = (hashCode15 + (l12 != null ? l12.hashCode() : 0)) * 31; - Integer num = this.numQualityChanges; - int hashCode17 = (hashCode16 + (num != null ? num.hashCode() : 0)) * 31; - Long l13 = this.numPauses; - int hashCode18 = (hashCode17 + (l13 != null ? l13.hashCode() : 0)) * 31; - Long l14 = this.numNacks; - int hashCode19 = (hashCode18 + (l14 != null ? l14.hashCode() : 0)) * 31; - Long l15 = this.numPlis; - int hashCode20 = (hashCode19 + (l15 != null ? l15.hashCode() : 0)) * 31; - Long l16 = this.durationPaused; - int hashCode21 = (hashCode20 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l13 = this.numQualityChanges; + int hashCode17 = (hashCode16 + (l13 != null ? l13.hashCode() : 0)) * 31; + Long l14 = this.numPauses; + int hashCode18 = (hashCode17 + (l14 != null ? l14.hashCode() : 0)) * 31; + Long l15 = this.numNacks; + int hashCode19 = (hashCode18 + (l15 != null ? l15.hashCode() : 0)) * 31; + Long l16 = this.numPlis; + int hashCode20 = (hashCode19 + (l16 != null ? l16.hashCode() : 0)) * 31; + Long l17 = this.durationPaused; + int hashCode21 = (hashCode20 + (l17 != null ? l17.hashCode() : 0)) * 31; CharSequence charSequence5 = this.lastQuality; int hashCode22 = (hashCode21 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.reason; @@ -212,8 +213,8 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe int hashCode24 = (hashCode23 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31; CharSequence charSequence8 = this.shareApplicationName; int hashCode25 = (hashCode24 + (charSequence8 != null ? charSequence8.hashCode() : 0)) * 31; - Long l17 = this.shareApplicationId; - int hashCode26 = (hashCode25 + (l17 != null ? l17.hashCode() : 0)) * 31; + Long l18 = this.shareApplicationId; + int hashCode26 = (hashCode25 + (l18 != null ? l18.hashCode() : 0)) * 31; CharSequence charSequence9 = this.shareApplicationExecutable; int hashCode27 = (hashCode26 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31; List list = this.streamApplicationName; @@ -222,209 +223,211 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe int hashCode29 = (hashCode28 + (charSequence10 != null ? charSequence10.hashCode() : 0)) * 31; CharSequence charSequence11 = this.guildRegion; int hashCode30 = (hashCode29 + (charSequence11 != null ? charSequence11.hashCode() : 0)) * 31; - Long l18 = this.maxViewers; - int hashCode31 = (hashCode30 + (l18 != null ? l18.hashCode() : 0)) * 31; - Long l19 = this.avgBitrate; - int hashCode32 = (hashCode31 + (l19 != null ? l19.hashCode() : 0)) * 31; - Long l20 = this.targetBitrate; - int hashCode33 = (hashCode32 + (l20 != null ? l20.hashCode() : 0)) * 31; - Long l21 = this.targetBitrateMax; - int hashCode34 = (hashCode33 + (l21 != null ? l21.hashCode() : 0)) * 31; - Long l22 = this.targetBitrateNetwork; - int hashCode35 = (hashCode34 + (l22 != null ? l22.hashCode() : 0)) * 31; - Long l23 = this.targetFps; - int hashCode36 = (hashCode35 + (l23 != null ? l23.hashCode() : 0)) * 31; - Long l24 = this.targetResolutionHeight; - int hashCode37 = (hashCode36 + (l24 != null ? l24.hashCode() : 0)) * 31; - Long l25 = this.durationStreamUnder8mbps; - int hashCode38 = (hashCode37 + (l25 != null ? l25.hashCode() : 0)) * 31; - Long l26 = this.durationStreamUnder7mbps; - int hashCode39 = (hashCode38 + (l26 != null ? l26.hashCode() : 0)) * 31; - Long l27 = this.durationStreamUnder6mbps; - int hashCode40 = (hashCode39 + (l27 != null ? l27.hashCode() : 0)) * 31; - Long l28 = this.durationStreamUnder5mbps; - int hashCode41 = (hashCode40 + (l28 != null ? l28.hashCode() : 0)) * 31; - Long l29 = this.durationStreamUnder4mbps; - int hashCode42 = (hashCode41 + (l29 != null ? l29.hashCode() : 0)) * 31; - Long l30 = this.durationStreamUnder3mbps; - int hashCode43 = (hashCode42 + (l30 != null ? l30.hashCode() : 0)) * 31; - Long l31 = this.durationStreamUnder2mbps; - int hashCode44 = (hashCode43 + (l31 != null ? l31.hashCode() : 0)) * 31; - Long l32 = this.durationStreamUnder15mbps; - int hashCode45 = (hashCode44 + (l32 != null ? l32.hashCode() : 0)) * 31; - Long l33 = this.durationStreamUnder1mbps; - int hashCode46 = (hashCode45 + (l33 != null ? l33.hashCode() : 0)) * 31; - Long l34 = this.durationStreamUnder05mbps; - int hashCode47 = (hashCode46 + (l34 != null ? l34.hashCode() : 0)) * 31; - Long l35 = this.durationStreamAt0mbps; - int hashCode48 = (hashCode47 + (l35 != null ? l35.hashCode() : 0)) * 31; - Long l36 = this.avgFps; - int hashCode49 = (hashCode48 + (l36 != null ? l36.hashCode() : 0)) * 31; - Long l37 = this.durationFpsUnder60; - int hashCode50 = (hashCode49 + (l37 != null ? l37.hashCode() : 0)) * 31; - Long l38 = this.durationFpsUnder55; - int hashCode51 = (hashCode50 + (l38 != null ? l38.hashCode() : 0)) * 31; - Long l39 = this.durationFpsUnder50; - int hashCode52 = (hashCode51 + (l39 != null ? l39.hashCode() : 0)) * 31; - Long l40 = this.durationFpsUnder45; - int hashCode53 = (hashCode52 + (l40 != null ? l40.hashCode() : 0)) * 31; - Long l41 = this.durationFpsUnder40; - int hashCode54 = (hashCode53 + (l41 != null ? l41.hashCode() : 0)) * 31; - Long l42 = this.durationFpsUnder35; - int hashCode55 = (hashCode54 + (l42 != null ? l42.hashCode() : 0)) * 31; - Long l43 = this.durationFpsUnder30; - int hashCode56 = (hashCode55 + (l43 != null ? l43.hashCode() : 0)) * 31; - Long l44 = this.durationFpsUnder25; - int hashCode57 = (hashCode56 + (l44 != null ? l44.hashCode() : 0)) * 31; - Long l45 = this.durationFpsUnder20; - int hashCode58 = (hashCode57 + (l45 != null ? l45.hashCode() : 0)) * 31; - Long l46 = this.durationFpsUnder15; - int hashCode59 = (hashCode58 + (l46 != null ? l46.hashCode() : 0)) * 31; - Long l47 = this.durationFpsUnder10; - int hashCode60 = (hashCode59 + (l47 != null ? l47.hashCode() : 0)) * 31; - Long l48 = this.durationFpsUnder5; - int hashCode61 = (hashCode60 + (l48 != null ? l48.hashCode() : 0)) * 31; - Long l49 = this.durationFpsAt0; - int hashCode62 = (hashCode61 + (l49 != null ? l49.hashCode() : 0)) * 31; - Long l50 = this.avgResolution; - int hashCode63 = (hashCode62 + (l50 != null ? l50.hashCode() : 0)) * 31; - Long l51 = this.durationResolutionUnder720; - int hashCode64 = (hashCode63 + (l51 != null ? l51.hashCode() : 0)) * 31; - Long l52 = this.durationResolutionUnder480; - int hashCode65 = (hashCode64 + (l52 != null ? l52.hashCode() : 0)) * 31; - Long l53 = this.durationResolutionUnder360; - int hashCode66 = (hashCode65 + (l53 != null ? l53.hashCode() : 0)) * 31; + Long l19 = this.maxViewers; + int hashCode31 = (hashCode30 + (l19 != null ? l19.hashCode() : 0)) * 31; + Long l20 = this.avgBitrate; + int hashCode32 = (hashCode31 + (l20 != null ? l20.hashCode() : 0)) * 31; + Long l21 = this.targetBitrate; + int hashCode33 = (hashCode32 + (l21 != null ? l21.hashCode() : 0)) * 31; + Long l22 = this.targetBitrateMax; + int hashCode34 = (hashCode33 + (l22 != null ? l22.hashCode() : 0)) * 31; + Long l23 = this.targetBitrateNetwork; + int hashCode35 = (hashCode34 + (l23 != null ? l23.hashCode() : 0)) * 31; + Long l24 = this.targetFps; + int hashCode36 = (hashCode35 + (l24 != null ? l24.hashCode() : 0)) * 31; + Long l25 = this.targetResolutionHeight; + int hashCode37 = (hashCode36 + (l25 != null ? l25.hashCode() : 0)) * 31; + Long l26 = this.durationStreamUnder8mbps; + int hashCode38 = (hashCode37 + (l26 != null ? l26.hashCode() : 0)) * 31; + Long l27 = this.durationStreamUnder7mbps; + int hashCode39 = (hashCode38 + (l27 != null ? l27.hashCode() : 0)) * 31; + Long l28 = this.durationStreamUnder6mbps; + int hashCode40 = (hashCode39 + (l28 != null ? l28.hashCode() : 0)) * 31; + Long l29 = this.durationStreamUnder5mbps; + int hashCode41 = (hashCode40 + (l29 != null ? l29.hashCode() : 0)) * 31; + Long l30 = this.durationStreamUnder4mbps; + int hashCode42 = (hashCode41 + (l30 != null ? l30.hashCode() : 0)) * 31; + Long l31 = this.durationStreamUnder3mbps; + int hashCode43 = (hashCode42 + (l31 != null ? l31.hashCode() : 0)) * 31; + Long l32 = this.durationStreamUnder2mbps; + int hashCode44 = (hashCode43 + (l32 != null ? l32.hashCode() : 0)) * 31; + Long l33 = this.durationStreamUnder15mbps; + int hashCode45 = (hashCode44 + (l33 != null ? l33.hashCode() : 0)) * 31; + Long l34 = this.durationStreamUnder1mbps; + int hashCode46 = (hashCode45 + (l34 != null ? l34.hashCode() : 0)) * 31; + Long l35 = this.durationStreamUnder05mbps; + int hashCode47 = (hashCode46 + (l35 != null ? l35.hashCode() : 0)) * 31; + Long l36 = this.durationStreamAt0mbps; + int hashCode48 = (hashCode47 + (l36 != null ? l36.hashCode() : 0)) * 31; + Long l37 = this.avgFps; + int hashCode49 = (hashCode48 + (l37 != null ? l37.hashCode() : 0)) * 31; + Long l38 = this.durationFpsUnder60; + int hashCode50 = (hashCode49 + (l38 != null ? l38.hashCode() : 0)) * 31; + Long l39 = this.durationFpsUnder55; + int hashCode51 = (hashCode50 + (l39 != null ? l39.hashCode() : 0)) * 31; + Long l40 = this.durationFpsUnder50; + int hashCode52 = (hashCode51 + (l40 != null ? l40.hashCode() : 0)) * 31; + Long l41 = this.durationFpsUnder45; + int hashCode53 = (hashCode52 + (l41 != null ? l41.hashCode() : 0)) * 31; + Long l42 = this.durationFpsUnder40; + int hashCode54 = (hashCode53 + (l42 != null ? l42.hashCode() : 0)) * 31; + Long l43 = this.durationFpsUnder35; + int hashCode55 = (hashCode54 + (l43 != null ? l43.hashCode() : 0)) * 31; + Long l44 = this.durationFpsUnder30; + int hashCode56 = (hashCode55 + (l44 != null ? l44.hashCode() : 0)) * 31; + Long l45 = this.durationFpsUnder25; + int hashCode57 = (hashCode56 + (l45 != null ? l45.hashCode() : 0)) * 31; + Long l46 = this.durationFpsUnder20; + int hashCode58 = (hashCode57 + (l46 != null ? l46.hashCode() : 0)) * 31; + Long l47 = this.durationFpsUnder15; + int hashCode59 = (hashCode58 + (l47 != null ? l47.hashCode() : 0)) * 31; + Long l48 = this.durationFpsUnder10; + int hashCode60 = (hashCode59 + (l48 != null ? l48.hashCode() : 0)) * 31; + Long l49 = this.durationFpsUnder5; + int hashCode61 = (hashCode60 + (l49 != null ? l49.hashCode() : 0)) * 31; + Long l50 = this.durationFpsAt0; + int hashCode62 = (hashCode61 + (l50 != null ? l50.hashCode() : 0)) * 31; + Long l51 = this.avgResolution; + int hashCode63 = (hashCode62 + (l51 != null ? l51.hashCode() : 0)) * 31; + Long l52 = this.durationResolutionUnder720; + int hashCode64 = (hashCode63 + (l52 != null ? l52.hashCode() : 0)) * 31; + Long l53 = this.durationResolutionUnder480; + int hashCode65 = (hashCode64 + (l53 != null ? l53.hashCode() : 0)) * 31; + Long l54 = this.durationResolutionUnder360; + int hashCode66 = (hashCode65 + (l54 != null ? l54.hashCode() : 0)) * 31; CharSequence charSequence12 = this.videoLayout; int hashCode67 = (hashCode66 + (charSequence12 != null ? charSequence12.hashCode() : 0)) * 31; - Long l54 = this.numLayoutChanges; - int hashCode68 = (hashCode67 + (l54 != null ? l54.hashCode() : 0)) * 31; - Long l55 = this.durationLayoutTheatre; - int hashCode69 = (hashCode68 + (l55 != null ? l55.hashCode() : 0)) * 31; - Long l56 = this.durationLayoutPip; - int hashCode70 = (hashCode69 + (l56 != null ? l56.hashCode() : 0)) * 31; - Long l57 = this.durationLayoutFullscreen; - int hashCode71 = (hashCode70 + (l57 != null ? l57.hashCode() : 0)) * 31; - Long l58 = this.durationLayoutPopout; - int hashCode72 = (hashCode71 + (l58 != null ? l58.hashCode() : 0)) * 31; - Long l59 = this.durationLayoutPortrait; - int hashCode73 = (hashCode72 + (l59 != null ? l59.hashCode() : 0)) * 31; - Long l60 = this.durationLayoutLandscape; - int hashCode74 = (hashCode73 + (l60 != null ? l60.hashCode() : 0)) * 31; - Long l61 = this.durationLayoutMinimized; - int hashCode75 = (hashCode74 + (l61 != null ? l61.hashCode() : 0)) * 31; - Long l62 = this.timeToFirstFrameMs; - int hashCode76 = (hashCode75 + (l62 != null ? l62.hashCode() : 0)) * 31; - Long l63 = this.soundshareAttachRequestedCount; - int hashCode77 = (hashCode76 + (l63 != null ? l63.hashCode() : 0)) * 31; - Long l64 = this.soundshareCapturingCount; - int hashCode78 = (hashCode77 + (l64 != null ? l64.hashCode() : 0)) * 31; - Long l65 = this.soundshareCaptureStoppedCount; - int hashCode79 = (hashCode78 + (l65 != null ? l65.hashCode() : 0)) * 31; - Long l66 = this.soundshareHookedCount; - int hashCode80 = (hashCode79 + (l66 != null ? l66.hashCode() : 0)) * 31; - Long l67 = this.soundshareRecvConnectCount; - int hashCode81 = (hashCode80 + (l67 != null ? l67.hashCode() : 0)) * 31; - Long l68 = this.soundshareRecvDisconnectCount; - int hashCode82 = (hashCode81 + (l68 != null ? l68.hashCode() : 0)) * 31; - Long l69 = this.soundshareRecvStartedCount; - int hashCode83 = (hashCode82 + (l69 != null ? l69.hashCode() : 0)) * 31; - Long l70 = this.soundshareRecvStoppedCount; - int hashCode84 = (hashCode83 + (l70 != null ? l70.hashCode() : 0)) * 31; - Long l71 = this.soundshareRecvFailedCount; - int hashCode85 = (hashCode84 + (l71 != null ? l71.hashCode() : 0)) * 31; - Long l72 = this.soundshareRecvFormatCount; - int hashCode86 = (hashCode85 + (l72 != null ? l72.hashCode() : 0)) * 31; - Long l73 = this.soundshareSendAnnounceCount; - int hashCode87 = (hashCode86 + (l73 != null ? l73.hashCode() : 0)) * 31; - Long l74 = this.soundshareSendStartCount; - int hashCode88 = (hashCode87 + (l74 != null ? l74.hashCode() : 0)) * 31; - Long l75 = this.soundshareSendStopCount; - int hashCode89 = (hashCode88 + (l75 != null ? l75.hashCode() : 0)) * 31; - Long l76 = this.soundshareMalformedTraceCount; - int hashCode90 = (hashCode89 + (l76 != null ? l76.hashCode() : 0)) * 31; - Long l77 = this.soundshareAudioDetectedCount; - int hashCode91 = (hashCode90 + (l77 != null ? l77.hashCode() : 0)) * 31; - Long l78 = this.soundshareStateTransitionDetachedCount; - int hashCode92 = (hashCode91 + (l78 != null ? l78.hashCode() : 0)) * 31; - Long l79 = this.soundshareStateTransitionWaitingCount; - int hashCode93 = (hashCode92 + (l79 != null ? l79.hashCode() : 0)) * 31; - Long l80 = this.soundshareStateTransitionAttachedCount; - int hashCode94 = (hashCode93 + (l80 != null ? l80.hashCode() : 0)) * 31; - Long l81 = this.soundshareStateTransitionStartedCount; - int hashCode95 = (hashCode94 + (l81 != null ? l81.hashCode() : 0)) * 31; - Long l82 = this.soundshareStateTransitionPlayingCount; - int hashCode96 = (hashCode95 + (l82 != null ? l82.hashCode() : 0)) * 31; - Long l83 = this.soundshareStateTransitionSilenceCount; - int hashCode97 = (hashCode96 + (l83 != null ? l83.hashCode() : 0)) * 31; - Integer num2 = this.soundshareUnknownEventCount; - int hashCode98 = (hashCode97 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.soundshareFirstPid; - int hashCode99 = (hashCode98 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.soundshareLastPid; - int hashCode100 = (hashCode99 + (num4 != null ? num4.hashCode() : 0)) * 31; - Long l84 = this.soundshareUniquePids; - int hashCode101 = (hashCode100 + (l84 != null ? l84.hashCode() : 0)) * 31; + Long l55 = this.numLayoutChanges; + int hashCode68 = (hashCode67 + (l55 != null ? l55.hashCode() : 0)) * 31; + Long l56 = this.durationLayoutTheatre; + int hashCode69 = (hashCode68 + (l56 != null ? l56.hashCode() : 0)) * 31; + Long l57 = this.durationLayoutPip; + int hashCode70 = (hashCode69 + (l57 != null ? l57.hashCode() : 0)) * 31; + Long l58 = this.durationLayoutFullscreen; + int hashCode71 = (hashCode70 + (l58 != null ? l58.hashCode() : 0)) * 31; + Long l59 = this.durationLayoutPopout; + int hashCode72 = (hashCode71 + (l59 != null ? l59.hashCode() : 0)) * 31; + Long l60 = this.durationLayoutPortrait; + int hashCode73 = (hashCode72 + (l60 != null ? l60.hashCode() : 0)) * 31; + Long l61 = this.durationLayoutLandscape; + int hashCode74 = (hashCode73 + (l61 != null ? l61.hashCode() : 0)) * 31; + Long l62 = this.durationLayoutMinimized; + int hashCode75 = (hashCode74 + (l62 != null ? l62.hashCode() : 0)) * 31; + Long l63 = this.timeToFirstFrameMs; + int hashCode76 = (hashCode75 + (l63 != null ? l63.hashCode() : 0)) * 31; + Long l64 = this.soundshareAttachRequestedCount; + int hashCode77 = (hashCode76 + (l64 != null ? l64.hashCode() : 0)) * 31; + Long l65 = this.soundshareCapturingCount; + int hashCode78 = (hashCode77 + (l65 != null ? l65.hashCode() : 0)) * 31; + Long l66 = this.soundshareCaptureStoppedCount; + int hashCode79 = (hashCode78 + (l66 != null ? l66.hashCode() : 0)) * 31; + Long l67 = this.soundshareHookedCount; + int hashCode80 = (hashCode79 + (l67 != null ? l67.hashCode() : 0)) * 31; + Long l68 = this.soundshareRecvConnectCount; + int hashCode81 = (hashCode80 + (l68 != null ? l68.hashCode() : 0)) * 31; + Long l69 = this.soundshareRecvDisconnectCount; + int hashCode82 = (hashCode81 + (l69 != null ? l69.hashCode() : 0)) * 31; + Long l70 = this.soundshareRecvStartedCount; + int hashCode83 = (hashCode82 + (l70 != null ? l70.hashCode() : 0)) * 31; + Long l71 = this.soundshareRecvStoppedCount; + int hashCode84 = (hashCode83 + (l71 != null ? l71.hashCode() : 0)) * 31; + Long l72 = this.soundshareRecvFailedCount; + int hashCode85 = (hashCode84 + (l72 != null ? l72.hashCode() : 0)) * 31; + Long l73 = this.soundshareRecvFormatCount; + int hashCode86 = (hashCode85 + (l73 != null ? l73.hashCode() : 0)) * 31; + Long l74 = this.soundshareSendAnnounceCount; + int hashCode87 = (hashCode86 + (l74 != null ? l74.hashCode() : 0)) * 31; + Long l75 = this.soundshareSendStartCount; + int hashCode88 = (hashCode87 + (l75 != null ? l75.hashCode() : 0)) * 31; + Long l76 = this.soundshareSendStopCount; + int hashCode89 = (hashCode88 + (l76 != null ? l76.hashCode() : 0)) * 31; + Long l77 = this.soundshareMalformedTraceCount; + int hashCode90 = (hashCode89 + (l77 != null ? l77.hashCode() : 0)) * 31; + Long l78 = this.soundshareAudioDetectedCount; + int hashCode91 = (hashCode90 + (l78 != null ? l78.hashCode() : 0)) * 31; + Long l79 = this.soundshareStateTransitionDetachedCount; + int hashCode92 = (hashCode91 + (l79 != null ? l79.hashCode() : 0)) * 31; + Long l80 = this.soundshareStateTransitionWaitingCount; + int hashCode93 = (hashCode92 + (l80 != null ? l80.hashCode() : 0)) * 31; + Long l81 = this.soundshareStateTransitionAttachedCount; + int hashCode94 = (hashCode93 + (l81 != null ? l81.hashCode() : 0)) * 31; + Long l82 = this.soundshareStateTransitionStartedCount; + int hashCode95 = (hashCode94 + (l82 != null ? l82.hashCode() : 0)) * 31; + Long l83 = this.soundshareStateTransitionPlayingCount; + int hashCode96 = (hashCode95 + (l83 != null ? l83.hashCode() : 0)) * 31; + Long l84 = this.soundshareStateTransitionSilenceCount; + int hashCode97 = (hashCode96 + (l84 != null ? l84.hashCode() : 0)) * 31; + Long l85 = this.soundshareUnknownEventCount; + int hashCode98 = (hashCode97 + (l85 != null ? l85.hashCode() : 0)) * 31; + Long l86 = this.soundshareFirstPid; + int hashCode99 = (hashCode98 + (l86 != null ? l86.hashCode() : 0)) * 31; + Long l87 = this.soundshareLastPid; + int hashCode100 = (hashCode99 + (l87 != null ? l87.hashCode() : 0)) * 31; + Long l88 = this.soundshareUniquePids; + int hashCode101 = (hashCode100 + (l88 != null ? l88.hashCode() : 0)) * 31; CharSequence charSequence13 = this.soundshareFirstSession; int hashCode102 = (hashCode101 + (charSequence13 != null ? charSequence13.hashCode() : 0)) * 31; CharSequence charSequence14 = this.soundshareLastSession; int hashCode103 = (hashCode102 + (charSequence14 != null ? charSequence14.hashCode() : 0)) * 31; - Long l85 = this.durationEncoderNvidiaCuda; - int hashCode104 = (hashCode103 + (l85 != null ? l85.hashCode() : 0)) * 31; - Long l86 = this.durationEncoderNvidiaDirect3d; - int hashCode105 = (hashCode104 + (l86 != null ? l86.hashCode() : 0)) * 31; - Long l87 = this.durationEncoderNvidiaOpenh264; - int hashCode106 = (hashCode105 + (l87 != null ? l87.hashCode() : 0)) * 31; - Long l88 = this.durationEncoderOpenh264; - int hashCode107 = (hashCode106 + (l88 != null ? l88.hashCode() : 0)) * 31; - Long l89 = this.durationEncoderNvidiaVideotoolbox; - int hashCode108 = (hashCode107 + (l89 != null ? l89.hashCode() : 0)) * 31; - Long l90 = this.durationEncoderVideotoolbox; - int hashCode109 = (hashCode108 + (l90 != null ? l90.hashCode() : 0)) * 31; - Long l91 = this.durationEncoderAmdDirect3d; - int hashCode110 = (hashCode109 + (l91 != null ? l91.hashCode() : 0)) * 31; - Long l92 = this.durationEncoderIntel; - int hashCode111 = (hashCode110 + (l92 != null ? l92.hashCode() : 0)) * 31; - Long l93 = this.durationEncoderIntelDirect3d; - int hashCode112 = (hashCode111 + (l93 != null ? l93.hashCode() : 0)) * 31; - Long l94 = this.durationEncoderUnknown; - int hashCode113 = (hashCode112 + (l94 != null ? l94.hashCode() : 0)) * 31; + Long l89 = this.durationEncoderNvidiaCuda; + int hashCode104 = (hashCode103 + (l89 != null ? l89.hashCode() : 0)) * 31; + Long l90 = this.durationEncoderNvidiaDirect3d; + int hashCode105 = (hashCode104 + (l90 != null ? l90.hashCode() : 0)) * 31; + Long l91 = this.durationEncoderNvidiaOpenh264; + int hashCode106 = (hashCode105 + (l91 != null ? l91.hashCode() : 0)) * 31; + Long l92 = this.durationEncoderOpenh264; + int hashCode107 = (hashCode106 + (l92 != null ? l92.hashCode() : 0)) * 31; + Long l93 = this.durationEncoderNvidiaVideotoolbox; + int hashCode108 = (hashCode107 + (l93 != null ? l93.hashCode() : 0)) * 31; + Long l94 = this.durationEncoderVideotoolbox; + int hashCode109 = (hashCode108 + (l94 != null ? l94.hashCode() : 0)) * 31; + Long l95 = this.durationEncoderAmdDirect3d; + int hashCode110 = (hashCode109 + (l95 != null ? l95.hashCode() : 0)) * 31; + Long l96 = this.durationEncoderIntel; + int hashCode111 = (hashCode110 + (l96 != null ? l96.hashCode() : 0)) * 31; + Long l97 = this.durationEncoderIntelDirect3d; + int hashCode112 = (hashCode111 + (l97 != null ? l97.hashCode() : 0)) * 31; + Long l98 = this.durationEncoderUnknown; + int hashCode113 = (hashCode112 + (l98 != null ? l98.hashCode() : 0)) * 31; Boolean bool = this.streamSettingsChanged; int hashCode114 = (hashCode113 + (bool != null ? bool.hashCode() : 0)) * 31; - Long l95 = this.durationZeroReceivers; - int hashCode115 = (hashCode114 + (l95 != null ? l95.hashCode() : 0)) * 31; - Long l96 = this.durationVideoStopped; - int hashCode116 = (hashCode115 + (l96 != null ? l96.hashCode() : 0)) * 31; - Long l97 = this.durationVideoEffect; - int hashCode117 = (hashCode116 + (l97 != null ? l97.hashCode() : 0)) * 31; - Long l98 = this.quality; - int hashCode118 = (hashCode117 + (l98 != null ? l98.hashCode() : 0)) * 31; + Long l99 = this.durationZeroReceivers; + int hashCode115 = (hashCode114 + (l99 != null ? l99.hashCode() : 0)) * 31; + Long l100 = this.durationVideoStopped; + int hashCode116 = (hashCode115 + (l100 != null ? l100.hashCode() : 0)) * 31; + Long l101 = this.durationVideoEffect; + int hashCode117 = (hashCode116 + (l101 != null ? l101.hashCode() : 0)) * 31; + Long l102 = this.quality; + int hashCode118 = (hashCode117 + (l102 != null ? l102.hashCode() : 0)) * 31; + Long l103 = this.qpSum; + int hashCode119 = (hashCode118 + (l103 != null ? l103.hashCode() : 0)) * 31; Float f = this.clientPerformanceCpuPercentile25; - int hashCode119 = (hashCode118 + (f != null ? f.hashCode() : 0)) * 31; + int hashCode120 = (hashCode119 + (f != null ? f.hashCode() : 0)) * 31; Float f2 = this.clientPerformanceCpuPercentile50; - int hashCode120 = (hashCode119 + (f2 != null ? f2.hashCode() : 0)) * 31; + int hashCode121 = (hashCode120 + (f2 != null ? f2.hashCode() : 0)) * 31; Float f3 = this.clientPerformanceCpuPercentile75; - int hashCode121 = (hashCode120 + (f3 != null ? f3.hashCode() : 0)) * 31; + int hashCode122 = (hashCode121 + (f3 != null ? f3.hashCode() : 0)) * 31; Float f4 = this.clientPerformanceCpuPercentile90; - int hashCode122 = (hashCode121 + (f4 != null ? f4.hashCode() : 0)) * 31; + int hashCode123 = (hashCode122 + (f4 != null ? f4.hashCode() : 0)) * 31; Float f5 = this.clientPerformanceCpuPercentile95; - int hashCode123 = (hashCode122 + (f5 != null ? f5.hashCode() : 0)) * 31; - Long l99 = this.clientPerformanceMemoryPercentile25; - int hashCode124 = (hashCode123 + (l99 != null ? l99.hashCode() : 0)) * 31; - Long l100 = this.clientPerformanceMemoryPercentile50; - int hashCode125 = (hashCode124 + (l100 != null ? l100.hashCode() : 0)) * 31; - Long l101 = this.clientPerformanceMemoryPercentile75; - int hashCode126 = (hashCode125 + (l101 != null ? l101.hashCode() : 0)) * 31; - Long l102 = this.clientPerformanceMemoryPercentile90; - int hashCode127 = (hashCode126 + (l102 != null ? l102.hashCode() : 0)) * 31; - Long l103 = this.clientPerformanceMemoryPercentile95; - int hashCode128 = (hashCode127 + (l103 != null ? l103.hashCode() : 0)) * 31; - Long l104 = this.clientPerformanceMemoryMin; - int hashCode129 = (hashCode128 + (l104 != null ? l104.hashCode() : 0)) * 31; - Long l105 = this.clientPerformanceMemoryMax; - if (l105 != null) { - i = l105.hashCode(); + int hashCode124 = (hashCode123 + (f5 != null ? f5.hashCode() : 0)) * 31; + Long l104 = this.clientPerformanceMemoryPercentile25; + int hashCode125 = (hashCode124 + (l104 != null ? l104.hashCode() : 0)) * 31; + Long l105 = this.clientPerformanceMemoryPercentile50; + int hashCode126 = (hashCode125 + (l105 != null ? l105.hashCode() : 0)) * 31; + Long l106 = this.clientPerformanceMemoryPercentile75; + int hashCode127 = (hashCode126 + (l106 != null ? l106.hashCode() : 0)) * 31; + Long l107 = this.clientPerformanceMemoryPercentile90; + int hashCode128 = (hashCode127 + (l107 != null ? l107.hashCode() : 0)) * 31; + Long l108 = this.clientPerformanceMemoryPercentile95; + int hashCode129 = (hashCode128 + (l108 != null ? l108.hashCode() : 0)) * 31; + Long l109 = this.clientPerformanceMemoryMin; + int hashCode130 = (hashCode129 + (l109 != null ? l109.hashCode() : 0)) * 31; + Long l110 = this.clientPerformanceMemoryMax; + if (l110 != null) { + i = l110.hashCode(); } - return hashCode129 + i; + return hashCode130 + i; } public String toString() { @@ -664,6 +667,8 @@ public final class TrackVideoStreamEnded implements AnalyticsSchema, TrackBaseRe P.append(this.durationVideoEffect); P.append(", quality="); P.append(this.quality); + P.append(", qpSum="); + P.append(this.qpSum); P.append(", clientPerformanceCpuPercentile25="); P.append(this.clientPerformanceCpuPercentile25); P.append(", clientPerformanceCpuPercentile50="); diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackVideohookInitialized.java b/app/src/main/java/com/discord/analytics/generated/events/TrackVideohookInitialized.java index dc6a47f3f3..1c9937c7ff 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/TrackVideohookInitialized.java +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackVideohookInitialized.java @@ -8,11 +8,11 @@ import d0.z.d.m; /* compiled from: TrackVideohookInitialized.kt */ public final class TrackVideohookInitialized implements AnalyticsSchema, TrackBaseReceiver { private final transient String analyticsSchemaTypeName = "videohook_initialized"; - private final Integer backend = null; - private final Integer format = null; - private final Integer framebufferFormat = null; + private final Long backend = null; + private final Long format = null; + private final Long framebufferFormat = null; private final Boolean reinitialization = null; - private final Integer sampleCount = null; + private final Long sampleCount = null; private final Long shareGameId = null; private final CharSequence shareGameName = null; private final CharSequence soundshareSession = null; @@ -36,15 +36,15 @@ public final class TrackVideohookInitialized implements AnalyticsSchema, TrackBa } public int hashCode() { - Integer num = this.backend; + Long l = this.backend; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Integer num2 = this.format; - int hashCode2 = (hashCode + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.framebufferFormat; - int hashCode3 = (hashCode2 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.sampleCount; - int hashCode4 = (hashCode3 + (num4 != null ? num4.hashCode() : 0)) * 31; + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.format; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.framebufferFormat; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.sampleCount; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; Boolean bool = this.success; int hashCode5 = (hashCode4 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.reinitialization; @@ -53,9 +53,9 @@ public final class TrackVideohookInitialized implements AnalyticsSchema, TrackBa int hashCode7 = (hashCode6 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; CharSequence charSequence2 = this.shareGameName; int hashCode8 = (hashCode7 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l = this.shareGameId; - if (l != null) { - i = l.hashCode(); + Long l5 = this.shareGameId; + if (l5 != null) { + i = l5.hashCode(); } return hashCode8 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionBase.java b/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionBase.java deleted file mode 100644 index 66f1db7a41..0000000000 --- a/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionBase.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.discord.analytics.generated.events.impression; - -import com.discord.analytics.generated.traits.TrackBase; -import com.discord.analytics.generated.traits.TrackBaseReceiver; -import com.discord.analytics.generated.traits.TrackChannel; -import com.discord.analytics.generated.traits.TrackChannelReceiver; -import com.discord.analytics.generated.traits.TrackGuild; -import com.discord.analytics.generated.traits.TrackGuildReceiver; -import com.discord.analytics.generated.traits.TrackImpressionMetadata; -import com.discord.analytics.generated.traits.TrackImpressionMetadataReceiver; -import com.discord.analytics.generated.traits.TrackLocationMetadata; -import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver; -import com.discord.api.science.AnalyticsSchema; -/* compiled from: TrackImpressionBase.kt */ -public final class TrackImpressionBase implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackLocationMetadataReceiver, TrackImpressionMetadataReceiver { - private final transient String analyticsSchemaTypeName = "impression___base__"; - private TrackBase trackBase; - private TrackChannel trackChannel; - private TrackGuild trackGuild; - private TrackImpressionMetadata trackImpressionMetadata; - private TrackLocationMetadata trackLocationMetadata; - - @Override // com.discord.api.science.AnalyticsSchema - public String b() { - return this.analyticsSchemaTypeName; - } -} diff --git a/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionBaseReceiver.java b/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionBaseReceiver.java deleted file mode 100644 index 42b98994ee..0000000000 --- a/app/src/main/java/com/discord/analytics/generated/events/impression/TrackImpressionBaseReceiver.java +++ /dev/null @@ -1,6 +0,0 @@ -package com.discord.analytics.generated.events.impression; - -import com.discord.api.science.AnalyticsSchema; -/* compiled from: TrackImpressionBase.kt */ -public interface TrackImpressionBaseReceiver extends AnalyticsSchema { -} diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionBase.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionBase.java deleted file mode 100644 index 3bc64bed48..0000000000 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionBase.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.discord.analytics.generated.events.network_action; - -import com.discord.analytics.generated.traits.TrackBase; -import com.discord.analytics.generated.traits.TrackBaseReceiver; -import com.discord.analytics.generated.traits.TrackLocationMetadata; -import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver; -import com.discord.analytics.generated.traits.TrackNetworkMetadata; -import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; -import com.discord.api.science.AnalyticsSchema; -/* compiled from: TrackNetworkActionBase.kt */ -public final class TrackNetworkActionBase implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { - private final transient String analyticsSchemaTypeName = "network_action___base__"; - private TrackBase trackBase; - private TrackLocationMetadata trackLocationMetadata; - private TrackNetworkMetadata trackNetworkMetadata; - - @Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver - public void a(TrackNetworkMetadata trackNetworkMetadata) { - this.trackNetworkMetadata = trackNetworkMetadata; - } - - @Override // com.discord.api.science.AnalyticsSchema - public String b() { - return this.analyticsSchemaTypeName; - } -} diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionBaseReceiver.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionBaseReceiver.java deleted file mode 100644 index d7c66b5813..0000000000 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionBaseReceiver.java +++ /dev/null @@ -1,6 +0,0 @@ -package com.discord.analytics.generated.events.network_action; - -import com.discord.api.science.AnalyticsSchema; -/* compiled from: TrackNetworkActionBase.kt */ -public interface TrackNetworkActionBaseReceiver extends AnalyticsSchema { -} diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionChannelCreate.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionChannelCreate.java index f1592e5132..9dbfe9583d 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionChannelCreate.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionChannelCreate.java @@ -13,7 +13,7 @@ import d0.z.d.m; public final class TrackNetworkActionChannelCreate implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver { private final transient String analyticsSchemaTypeName = "network_action_channel_create"; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final Long guildId = null; private final Boolean isPrivate = null; private final Long parentId = null; @@ -46,15 +46,15 @@ public final class TrackNetworkActionChannelCreate implements AnalyticsSchema, T Boolean bool = this.isPrivate; int i = 0; int hashCode = (bool != null ? bool.hashCode() : 0) * 31; - Integer num = this.channelType; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Long l = this.channelId; - int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; - Long l2 = this.parentId; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.guildId; - if (l3 != null) { - i = l3.hashCode(); + Long l = this.channelType; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.channelId; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.parentId; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.guildId; + if (l4 != null) { + i = l4.hashCode(); } return hashCode4 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionDirectoryGuildEntryCreate.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionDirectoryGuildEntryCreate.java index ec595d961a..1608d6f869 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionDirectoryGuildEntryCreate.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionDirectoryGuildEntryCreate.java @@ -14,7 +14,7 @@ public final class TrackNetworkActionDirectoryGuildEntryCreate implements Analyt private final transient String analyticsSchemaTypeName; private final Long directoryChannelId; private final Long guildId; - private final Integer primaryCategoryId; + private final Long primaryCategoryId; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; @@ -26,10 +26,10 @@ public final class TrackNetworkActionDirectoryGuildEntryCreate implements Analyt this.analyticsSchemaTypeName = "network_action_directory_guild_entry_create"; } - public TrackNetworkActionDirectoryGuildEntryCreate(Long l, Long l2, Integer num) { + public TrackNetworkActionDirectoryGuildEntryCreate(Long l, Long l2, Long l3) { this.directoryChannelId = l; this.guildId = l2; - this.primaryCategoryId = num; + this.primaryCategoryId = l3; this.analyticsSchemaTypeName = "network_action_directory_guild_entry_create"; } @@ -60,9 +60,9 @@ public final class TrackNetworkActionDirectoryGuildEntryCreate implements Analyt int hashCode = (l != null ? l.hashCode() : 0) * 31; Long l2 = this.guildId; int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.primaryCategoryId; - if (num != null) { - i = num.hashCode(); + Long l3 = this.primaryCategoryId; + if (l3 != null) { + i = l3.hashCode(); } return hashCode2 + i; } @@ -73,6 +73,6 @@ public final class TrackNetworkActionDirectoryGuildEntryCreate implements Analyt P.append(", guildId="); P.append(this.guildId); P.append(", primaryCategoryId="); - return a.E(P, this.primaryCategoryId, ")"); + return a.F(P, this.primaryCategoryId, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionInviteResolve.java b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionInviteResolve.java index e3e8a66692..6a7af9da2e 100644 --- a/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionInviteResolve.java +++ b/app/src/main/java/com/discord/analytics/generated/events/network_action/TrackNetworkActionInviteResolve.java @@ -14,7 +14,7 @@ public final class TrackNetworkActionInviteResolve implements AnalyticsSchema, T private final transient String analyticsSchemaTypeName = "network_action_invite_resolve"; private final Boolean authenticated = null; private final Long channelId = null; - private final Integer channelType = null; + private final Long channelType = null; private final CharSequence code = null; private final Long destinationUserId = null; private final Long guildId = null; @@ -22,8 +22,8 @@ public final class TrackNetworkActionInviteResolve implements AnalyticsSchema, T private final CharSequence inviteType = null; private final Long inviterId = null; private final Boolean resolved = null; - private final Integer sizeOnline = null; - private final Integer sizeTotal = null; + private final Long sizeOnline = null; + private final Long sizeTotal = null; private TrackBase trackBase; private TrackLocationMetadata trackLocationMetadata; private TrackNetworkMetadata trackNetworkMetadata; @@ -62,18 +62,18 @@ public final class TrackNetworkActionInviteResolve implements AnalyticsSchema, T int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31; Long l2 = this.channelId; int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; - Integer num = this.channelType; - int hashCode6 = (hashCode5 + (num != null ? num.hashCode() : 0)) * 31; - Long l3 = this.inviterId; - int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31; - Integer num2 = this.sizeTotal; - int hashCode8 = (hashCode7 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.sizeOnline; - int hashCode9 = (hashCode8 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l3 = this.channelType; + int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.inviterId; + int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.sizeTotal; + int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.sizeOnline; + int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence2 = this.inviteType; int hashCode10 = (hashCode9 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; - Long l4 = this.destinationUserId; - int hashCode11 = (hashCode10 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l7 = this.destinationUserId; + int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31; Boolean bool3 = this.userBanned; int hashCode12 = (hashCode11 + (bool3 != null ? bool3.hashCode() : 0)) * 31; CharSequence charSequence3 = this.inputValue; diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackAfCard.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackAfCard.java index daaea9e0c4..12c5a651e8 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackAfCard.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackAfCard.java @@ -4,7 +4,7 @@ import c.d.b.a.a; import d0.z.d.m; /* compiled from: TrackAfCard.kt */ public final class TrackAfCard { - private final Integer cardIndex = null; + private final Long cardIndex = null; private final CharSequence cardType = null; private final CharSequence loadId = null; @@ -23,8 +23,8 @@ public final class TrackAfCard { CharSequence charSequence = this.loadId; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.cardIndex; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.cardIndex; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence2 = this.cardType; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackAfParty.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackAfParty.java index 53a1af0916..3a9d32d1aa 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackAfParty.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackAfParty.java @@ -4,7 +4,7 @@ import c.d.b.a.a; import d0.z.d.m; /* compiled from: TrackAfParty.kt */ public final class TrackAfParty { - private final Integer afPeopleCount = null; + private final Long afPeopleCount = null; private final Boolean afRecentlyPlayed = null; private final Boolean afRichPresence = null; private final Boolean afVoiceChat = null; @@ -24,8 +24,8 @@ public final class TrackAfParty { Boolean bool = this.afVoiceChat; int i = 0; int hashCode = (bool != null ? bool.hashCode() : 0) * 31; - Integer num = this.afPeopleCount; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.afPeopleCount; + int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; Boolean bool2 = this.afRecentlyPlayed; int hashCode3 = (hashCode2 + (bool2 != null ? bool2.hashCode() : 0)) * 31; Boolean bool3 = this.afRichPresence; diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java index 9160696bba..8e5a44fd8e 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackBase.java @@ -5,7 +5,7 @@ import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: TrackBase.kt */ public final class TrackBase { - private final Integer accessibilityFeatures = null; + private final Long accessibilityFeatures = null; private final Boolean accessibilitySupportEnabled = null; private final CharSequence browser = null; private final CharSequence browserUserAgent = null; @@ -14,10 +14,10 @@ public final class TrackBase { private final Boolean cfduidSigned = null; private final CharSequence chosenLocale = null; private final CharSequence city = null; - private final Integer clientBuildNumber = null; + private final Long clientBuildNumber = null; private final CharSequence clientEventSource = null; private final Float clientPerformanceCpu = null; - private final Integer clientPerformanceMemory = null; + private final Long clientPerformanceMemory = null; private final UtcDateTime clientSendTimestamp = null; private final UtcDateTime clientTrackTimestamp = null; private final CharSequence clientUuid = null; @@ -60,7 +60,7 @@ public final class TrackBase { private final CharSequence systemLocale = null; private final CharSequence timeZone = null; private final UtcDateTime timestamp = null; - private final Integer userId = null; + private final Long userId = null; private final Boolean userIsAuthenticated = null; private final Boolean userIsBot = null; private final CharSequence utmCampaign = null; @@ -99,8 +99,8 @@ public final class TrackBase { int hashCode4 = (hashCode3 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; UtcDateTime utcDateTime = this.timestamp; int hashCode5 = (hashCode4 + (utcDateTime != null ? utcDateTime.hashCode() : 0)) * 31; - Integer num = this.userId; - int hashCode6 = (hashCode5 + (num != null ? num.hashCode() : 0)) * 31; + Long l = this.userId; + int hashCode6 = (hashCode5 + (l != null ? l.hashCode() : 0)) * 31; CharSequence charSequence5 = this.domain; int hashCode7 = (hashCode6 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; CharSequence charSequence6 = this.clientUuid; @@ -117,8 +117,8 @@ public final class TrackBase { int hashCode13 = (hashCode12 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31; CharSequence charSequence10 = this.ip; int hashCode14 = (hashCode13 + (charSequence10 != null ? charSequence10.hashCode() : 0)) * 31; - Long l = this.day; - int hashCode15 = (hashCode14 + (l != null ? l.hashCode() : 0)) * 31; + Long l2 = this.day; + int hashCode15 = (hashCode14 + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence11 = this.chosenLocale; int hashCode16 = (hashCode15 + (charSequence11 != null ? charSequence11.hashCode() : 0)) * 31; CharSequence charSequence12 = this.detectedLocale; @@ -129,8 +129,8 @@ public final class TrackBase { int hashCode19 = (hashCode18 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.accessibilitySupportEnabled; int hashCode20 = (hashCode19 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Integer num2 = this.accessibilityFeatures; - int hashCode21 = (hashCode20 + (num2 != null ? num2.hashCode() : 0)) * 31; + Long l3 = this.accessibilityFeatures; + int hashCode21 = (hashCode20 + (l3 != null ? l3.hashCode() : 0)) * 31; Boolean bool3 = this.userIsBot; int hashCode22 = (hashCode21 + (bool3 != null ? bool3.hashCode() : 0)) * 31; CharSequence charSequence14 = this.browserUserAgent; @@ -161,8 +161,8 @@ public final class TrackBase { int hashCode35 = (hashCode34 + (charSequence25 != null ? charSequence25.hashCode() : 0)) * 31; CharSequence charSequence26 = this.systemLocale; int hashCode36 = (hashCode35 + (charSequence26 != null ? charSequence26.hashCode() : 0)) * 31; - Integer num3 = this.clientBuildNumber; - int hashCode37 = (hashCode36 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l4 = this.clientBuildNumber; + int hashCode37 = (hashCode36 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence27 = this.releaseChannel; int hashCode38 = (hashCode37 + (charSequence27 != null ? charSequence27.hashCode() : 0)) * 31; CharSequence charSequence28 = this.clientVersion; @@ -175,8 +175,8 @@ public final class TrackBase { int hashCode42 = (hashCode41 + (charSequence31 != null ? charSequence31.hashCode() : 0)) * 31; Float f = this.clientPerformanceCpu; int hashCode43 = (hashCode42 + (f != null ? f.hashCode() : 0)) * 31; - Integer num4 = this.clientPerformanceMemory; - int hashCode44 = (hashCode43 + (num4 != null ? num4.hashCode() : 0)) * 31; + Long l5 = this.clientPerformanceMemory; + int hashCode44 = (hashCode43 + (l5 != null ? l5.hashCode() : 0)) * 31; CharSequence charSequence32 = this.mpKeyword; int hashCode45 = (hashCode44 + (charSequence32 != null ? charSequence32.hashCode() : 0)) * 31; CharSequence charSequence33 = this.mpKeywordCurrent; diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackChannel.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackChannel.java index d91fe6cfe7..1da31480ed 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackChannel.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackChannel.java @@ -2,15 +2,14 @@ package com.discord.analytics.generated.traits; import c.d.b.a.a; import d0.z.d.m; -import java.math.BigInteger; /* compiled from: TrackChannel.kt */ public final class TrackChannel { private final Boolean channelHidden = null; private final Long channelId = null; - private final BigInteger channelMemberPerms = null; - private final Integer channelSizeOnline = null; - private final Integer channelSizeTotal = null; - private final Integer channelType = null; + private final Long channelMemberPerms = null; + private final Long channelSizeOnline = null; + private final Long channelSizeTotal = null; + private final Long channelType = null; public boolean equals(Object obj) { if (this == obj) { @@ -27,14 +26,14 @@ public final class TrackChannel { Long l = this.channelId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - Integer num = this.channelType; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.channelSizeTotal; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.channelSizeOnline; - int hashCode4 = (hashCode3 + (num3 != null ? num3.hashCode() : 0)) * 31; - BigInteger bigInteger = this.channelMemberPerms; - int hashCode5 = (hashCode4 + (bigInteger != null ? bigInteger.hashCode() : 0)) * 31; + Long l2 = this.channelType; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.channelSizeTotal; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.channelSizeOnline; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.channelMemberPerms; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; Boolean bool = this.channelHidden; if (bool != null) { i = bool.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchBase.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchBase.java index f273097b55..0d2a2e0825 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchBase.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchBase.java @@ -8,7 +8,7 @@ public final class TrackDispatchBase { private final Long applicationId = null; private final Long branchId = null; private final Long buildId = null; - private final List manifestIds = null; + private final List manifestIds = null; private final CharSequence nonce = null; public boolean equals(Object obj) { @@ -30,7 +30,7 @@ public final class TrackDispatchBase { int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.buildId; int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; - List list = this.manifestIds; + List list = this.manifestIds; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; CharSequence charSequence = this.nonce; if (charSequence != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchPatch.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchPatch.java index 1686bc909f..5b0963974c 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchPatch.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchPatch.java @@ -7,7 +7,7 @@ import java.util.List; public final class TrackDispatchPatch { private final CharSequence patchType = null; private final Long targetBuildId = null; - private final List targetManifestIds = null; + private final List targetManifestIds = null; public boolean equals(Object obj) { if (this == obj) { @@ -24,7 +24,7 @@ public final class TrackDispatchPatch { Long l = this.targetBuildId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - List list = this.targetManifestIds; + List list = this.targetManifestIds; int hashCode2 = (hashCode + (list != null ? list.hashCode() : 0)) * 31; CharSequence charSequence = this.patchType; if (charSequence != null) { diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchStats.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchStats.java index b9ff0833c0..b347f2101a 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchStats.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackDispatchStats.java @@ -4,7 +4,7 @@ import c.d.b.a.a; import d0.z.d.m; /* compiled from: TrackDispatchStats.kt */ public final class TrackDispatchStats { - private final Integer progressPercent = null; + private final Long progressPercent = null; private final CharSequence stage = null; public boolean equals(Object obj) { @@ -22,9 +22,9 @@ public final class TrackDispatchStats { CharSequence charSequence = this.stage; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - Integer num = this.progressPercent; - if (num != null) { - i = num.hashCode(); + Long l = this.progressPercent; + if (l != null) { + i = l.hashCode(); } return hashCode + i; } @@ -33,6 +33,6 @@ public final class TrackDispatchStats { StringBuilder P = a.P("TrackDispatchStats(stage="); P.append(this.stage); P.append(", progressPercent="); - return a.E(P, this.progressPercent, ")"); + return a.F(P, this.progressPercent, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackGiftCodeMetadata.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackGiftCodeMetadata.java index a6091b4023..e9db9184df 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackGiftCodeMetadata.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackGiftCodeMetadata.java @@ -6,7 +6,7 @@ import d0.z.d.m; public final class TrackGiftCodeMetadata { private final CharSequence giftCode = null; private final Long giftCodeMaxAge = null; - private final Integer giftCodeMaxUses = null; + private final Long giftCodeMaxUses = null; private final Long giftCodeSkuId = null; private final Long giftCodeSubscriptionPlanId = null; @@ -27,13 +27,13 @@ public final class TrackGiftCodeMetadata { int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; Long l = this.giftCodeSkuId; int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; - Integer num = this.giftCodeMaxUses; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Long l2 = this.giftCodeMaxAge; - int hashCode4 = (hashCode3 + (l2 != null ? l2.hashCode() : 0)) * 31; - Long l3 = this.giftCodeSubscriptionPlanId; - if (l3 != null) { - i = l3.hashCode(); + Long l2 = this.giftCodeMaxUses; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.giftCodeMaxAge; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.giftCodeSubscriptionPlanId; + if (l4 != null) { + i = l4.hashCode(); } return hashCode4 + i; } diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackGuild.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackGuild.java index 9b4780f3ce..47d299d4c7 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackGuild.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackGuild.java @@ -2,20 +2,19 @@ package com.discord.analytics.generated.traits; import c.d.b.a.a; import d0.z.d.m; -import java.math.BigInteger; /* compiled from: TrackGuild.kt */ public final class TrackGuild { private final Long guildId = null; private final Boolean guildIsVip = null; - private final Integer guildMemberNumRoles = null; - private final BigInteger guildMemberPerms = null; - private final Integer guildNumChannels = null; - private final Integer guildNumRoles = null; - private final Integer guildNumTextChannels = null; - private final Integer guildNumVoiceChannels = null; - private final Integer guildSizeTotal = null; + private final Long guildMemberNumRoles = null; + private final Long guildMemberPerms = null; + private final Long guildNumChannels = null; + private final Long guildNumRoles = null; + private final Long guildNumTextChannels = null; + private final Long guildNumVoiceChannels = null; + private final Long guildSizeTotal = null; private final Boolean isMember = null; - private final Integer numVoiceChannelsActive = null; + private final Long numVoiceChannelsActive = null; public boolean equals(Object obj) { if (this == obj) { @@ -32,27 +31,27 @@ public final class TrackGuild { Long l = this.guildId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; - Integer num = this.guildSizeTotal; - int hashCode2 = (hashCode + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.guildMemberNumRoles; - int hashCode3 = (hashCode2 + (num2 != null ? num2.hashCode() : 0)) * 31; - BigInteger bigInteger = this.guildMemberPerms; - int hashCode4 = (hashCode3 + (bigInteger != null ? bigInteger.hashCode() : 0)) * 31; - Integer num3 = this.guildNumChannels; - int hashCode5 = (hashCode4 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.guildNumTextChannels; - int hashCode6 = (hashCode5 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.guildNumVoiceChannels; - int hashCode7 = (hashCode6 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.guildNumRoles; - int hashCode8 = (hashCode7 + (num6 != null ? num6.hashCode() : 0)) * 31; + Long l2 = this.guildSizeTotal; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.guildMemberNumRoles; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.guildMemberPerms; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.guildNumChannels; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.guildNumTextChannels; + int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.guildNumVoiceChannels; + int hashCode7 = (hashCode6 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.guildNumRoles; + int hashCode8 = (hashCode7 + (l8 != null ? l8.hashCode() : 0)) * 31; Boolean bool = this.guildIsVip; int hashCode9 = (hashCode8 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.isMember; int hashCode10 = (hashCode9 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Integer num7 = this.numVoiceChannelsActive; - if (num7 != null) { - i = num7.hashCode(); + Long l9 = this.numVoiceChannelsActive; + if (l9 != null) { + i = l9.hashCode(); } return hashCode10 + i; } @@ -79,6 +78,6 @@ public final class TrackGuild { P.append(", isMember="); P.append(this.isMember); P.append(", numVoiceChannelsActive="); - return a.E(P, this.numVoiceChannelsActive, ")"); + return a.F(P, this.numVoiceChannelsActive, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildLfgGroup.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildLfgGroup.java index 82d2fd8664..71cc5fc74b 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildLfgGroup.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildLfgGroup.java @@ -8,9 +8,9 @@ public final class TrackGuildLfgGroup { private final Long lfgDirectoryGuildId = null; private final CharSequence lfgDirectoryGuildName = null; private final Long lfgGroupChannelId = null; - private final Integer lfgGroupCurrentSize = null; + private final Long lfgGroupCurrentSize = null; private final CharSequence lfgGroupDescription = null; - private final Integer lfgGroupMaxSize = null; + private final Long lfgGroupMaxSize = null; private final Long lfgGroupOwnerId = null; public boolean equals(Object obj) { @@ -36,10 +36,10 @@ public final class TrackGuildLfgGroup { int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence = this.lfgDirectoryGuildName; int hashCode5 = (hashCode4 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Integer num = this.lfgGroupMaxSize; - int hashCode6 = (hashCode5 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.lfgGroupCurrentSize; - int hashCode7 = (hashCode6 + (num2 != null ? num2.hashCode() : 0)) * 31; + Long l5 = this.lfgGroupMaxSize; + int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.lfgGroupCurrentSize; + int hashCode7 = (hashCode6 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence2 = this.lfgGroupDescription; if (charSequence2 != null) { i = charSequence2.hashCode(); diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildWelcomeScreen.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildWelcomeScreen.java index 9d42b43d18..f53d7bd377 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildWelcomeScreen.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackGuildWelcomeScreen.java @@ -8,7 +8,7 @@ public final class TrackGuildWelcomeScreen { private final CharSequence guildDescription = null; private final Boolean hasCustomEmojis = null; private final List options = null; - private final List optionsChannelIds = null; + private final List optionsChannelIds = null; public boolean equals(Object obj) { if (this == obj) { @@ -25,7 +25,7 @@ public final class TrackGuildWelcomeScreen { List list = this.options; int i = 0; int hashCode = (list != null ? list.hashCode() : 0) * 31; - List list2 = this.optionsChannelIds; + List list2 = this.optionsChannelIds; int hashCode2 = (hashCode + (list2 != null ? list2.hashCode() : 0)) * 31; CharSequence charSequence = this.guildDescription; int hashCode3 = (hashCode2 + (charSequence != null ? charSequence.hashCode() : 0)) * 31; diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackLfgGroup.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackLfgGroup.java index b69cb51b0b..59f7f825b5 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackLfgGroup.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackLfgGroup.java @@ -5,12 +5,12 @@ import d0.z.d.m; /* compiled from: TrackLfgGroup.kt */ public final class TrackLfgGroup { private final CharSequence description = null; - private final Integer freeSize = null; + private final Long freeSize = null; private final Long gameId = null; private final CharSequence gameName = null; private final Long ownerId = null; private final CharSequence title = null; - private final Integer totalSize = null; + private final Long totalSize = null; public boolean equals(Object obj) { if (this == obj) { @@ -29,12 +29,12 @@ public final class TrackLfgGroup { int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; Long l = this.gameId; int hashCode2 = (hashCode + (l != null ? l.hashCode() : 0)) * 31; - Integer num = this.totalSize; - int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; - Integer num2 = this.freeSize; - int hashCode4 = (hashCode3 + (num2 != null ? num2.hashCode() : 0)) * 31; - Long l2 = this.ownerId; - int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l2 = this.totalSize; + int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.freeSize; + int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.ownerId; + int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence2 = this.title; int hashCode6 = (hashCode5 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; CharSequence charSequence3 = this.description; diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackNetworkInformationDurations.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackNetworkInformationDurations.java index 4fac89cd56..7f27825f8d 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackNetworkInformationDurations.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackNetworkInformationDurations.java @@ -4,17 +4,17 @@ import c.d.b.a.a; import d0.z.d.m; /* compiled from: TrackNetworkInformationDurations.kt */ public final class TrackNetworkInformationDurations { - private final Integer durationConnectionTypeBluetooth = null; - private final Integer durationConnectionTypeCellular = null; - private final Integer durationConnectionTypeEthernet = null; - private final Integer durationConnectionTypeNone = null; - private final Integer durationConnectionTypeOther = null; - private final Integer durationConnectionTypeUnknown = null; - private final Integer durationConnectionTypeWifi = null; - private final Integer durationEffectiveConnectionSpeed2g = null; - private final Integer durationEffectiveConnectionSpeed3g = null; - private final Integer durationEffectiveConnectionSpeed4g = null; - private final Integer durationEffectiveConnectionSpeedUnknown = null; + private final Long durationConnectionTypeBluetooth = null; + private final Long durationConnectionTypeCellular = null; + private final Long durationConnectionTypeEthernet = null; + private final Long durationConnectionTypeNone = null; + private final Long durationConnectionTypeOther = null; + private final Long durationConnectionTypeUnknown = null; + private final Long durationConnectionTypeWifi = null; + private final Long durationEffectiveConnectionSpeed2g = null; + private final Long durationEffectiveConnectionSpeed3g = null; + private final Long durationEffectiveConnectionSpeed4g = null; + private final Long durationEffectiveConnectionSpeedUnknown = null; public boolean equals(Object obj) { if (this == obj) { @@ -28,30 +28,30 @@ public final class TrackNetworkInformationDurations { } public int hashCode() { - Integer num = this.durationConnectionTypeWifi; + Long l = this.durationConnectionTypeWifi; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Integer num2 = this.durationConnectionTypeCellular; - int hashCode2 = (hashCode + (num2 != null ? num2.hashCode() : 0)) * 31; - Integer num3 = this.durationConnectionTypeEthernet; - int hashCode3 = (hashCode2 + (num3 != null ? num3.hashCode() : 0)) * 31; - Integer num4 = this.durationConnectionTypeBluetooth; - int hashCode4 = (hashCode3 + (num4 != null ? num4.hashCode() : 0)) * 31; - Integer num5 = this.durationConnectionTypeOther; - int hashCode5 = (hashCode4 + (num5 != null ? num5.hashCode() : 0)) * 31; - Integer num6 = this.durationConnectionTypeUnknown; - int hashCode6 = (hashCode5 + (num6 != null ? num6.hashCode() : 0)) * 31; - Integer num7 = this.durationConnectionTypeNone; - int hashCode7 = (hashCode6 + (num7 != null ? num7.hashCode() : 0)) * 31; - Integer num8 = this.durationEffectiveConnectionSpeed2g; - int hashCode8 = (hashCode7 + (num8 != null ? num8.hashCode() : 0)) * 31; - Integer num9 = this.durationEffectiveConnectionSpeed3g; - int hashCode9 = (hashCode8 + (num9 != null ? num9.hashCode() : 0)) * 31; - Integer num10 = this.durationEffectiveConnectionSpeed4g; - int hashCode10 = (hashCode9 + (num10 != null ? num10.hashCode() : 0)) * 31; - Integer num11 = this.durationEffectiveConnectionSpeedUnknown; - if (num11 != null) { - i = num11.hashCode(); + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.durationConnectionTypeCellular; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; + Long l3 = this.durationConnectionTypeEthernet; + int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31; + Long l4 = this.durationConnectionTypeBluetooth; + int hashCode4 = (hashCode3 + (l4 != null ? l4.hashCode() : 0)) * 31; + Long l5 = this.durationConnectionTypeOther; + int hashCode5 = (hashCode4 + (l5 != null ? l5.hashCode() : 0)) * 31; + Long l6 = this.durationConnectionTypeUnknown; + int hashCode6 = (hashCode5 + (l6 != null ? l6.hashCode() : 0)) * 31; + Long l7 = this.durationConnectionTypeNone; + int hashCode7 = (hashCode6 + (l7 != null ? l7.hashCode() : 0)) * 31; + Long l8 = this.durationEffectiveConnectionSpeed2g; + int hashCode8 = (hashCode7 + (l8 != null ? l8.hashCode() : 0)) * 31; + Long l9 = this.durationEffectiveConnectionSpeed3g; + int hashCode9 = (hashCode8 + (l9 != null ? l9.hashCode() : 0)) * 31; + Long l10 = this.durationEffectiveConnectionSpeed4g; + int hashCode10 = (hashCode9 + (l10 != null ? l10.hashCode() : 0)) * 31; + Long l11 = this.durationEffectiveConnectionSpeedUnknown; + if (l11 != null) { + i = l11.hashCode(); } return hashCode10 + i; } @@ -78,6 +78,6 @@ public final class TrackNetworkInformationDurations { P.append(", durationEffectiveConnectionSpeed4g="); P.append(this.durationEffectiveConnectionSpeed4g); P.append(", durationEffectiveConnectionSpeedUnknown="); - return a.E(P, this.durationEffectiveConnectionSpeedUnknown, ")"); + return a.F(P, this.durationEffectiveConnectionSpeedUnknown, ")"); } } diff --git a/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java b/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java index ba51045c9c..61ebda76df 100644 --- a/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java +++ b/app/src/main/java/com/discord/analytics/generated/traits/TrackThread.java @@ -6,10 +6,10 @@ import d0.z.d.m; /* compiled from: TrackThread.kt */ public final class TrackThread { private final UtcDateTime threadApproximateCreationDate = null; - private final Integer threadApproximateMemberCount = null; - private final Integer threadApproximateMessageCount = null; + private final Long threadApproximateMemberCount = null; + private final Long threadApproximateMessageCount = null; private final Boolean threadArchived = null; - private final Integer threadAutoArchiveDurationMinutes = null; + private final Long threadAutoArchiveDurationMinutes = null; private final Boolean threadLocked = null; public boolean equals(Object obj) { @@ -24,17 +24,17 @@ public final class TrackThread { } public int hashCode() { - Integer num = this.threadApproximateMemberCount; + Long l = this.threadApproximateMemberCount; int i = 0; - int hashCode = (num != null ? num.hashCode() : 0) * 31; - Integer num2 = this.threadApproximateMessageCount; - int hashCode2 = (hashCode + (num2 != null ? num2.hashCode() : 0)) * 31; + int hashCode = (l != null ? l.hashCode() : 0) * 31; + Long l2 = this.threadApproximateMessageCount; + int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31; Boolean bool = this.threadArchived; int hashCode3 = (hashCode2 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.threadLocked; int hashCode4 = (hashCode3 + (bool2 != null ? bool2.hashCode() : 0)) * 31; - Integer num3 = this.threadAutoArchiveDurationMinutes; - int hashCode5 = (hashCode4 + (num3 != null ? num3.hashCode() : 0)) * 31; + Long l3 = this.threadAutoArchiveDurationMinutes; + int hashCode5 = (hashCode4 + (l3 != null ? l3.hashCode() : 0)) * 31; UtcDateTime utcDateTime = this.threadApproximateCreationDate; if (utcDateTime != null) { i = utcDateTime.hashCode(); diff --git a/app/src/main/java/com/discord/api/role/GuildRole.java b/app/src/main/java/com/discord/api/role/GuildRole.java index 45d96eccd2..96f33ffef1 100644 --- a/app/src/main/java/com/discord/api/role/GuildRole.java +++ b/app/src/main/java/com/discord/api/role/GuildRole.java @@ -16,6 +16,7 @@ public final class GuildRole implements Serializable { private final String name; private final long permissions; private final int position; + private final GuildRoleTags tags; public final long a() { return this.f1593id; @@ -46,7 +47,7 @@ public final class GuildRole implements Serializable { return false; } GuildRole guildRole = (GuildRole) obj; - return this.position == guildRole.position && m.areEqual(this.name, guildRole.name) && this.f1593id == guildRole.f1593id && this.color == guildRole.color && this.hoist == guildRole.hoist && this.permissions == guildRole.permissions && this.mentionable == guildRole.mentionable && this.managed == guildRole.managed && m.areEqual(this.icon, guildRole.icon); + return this.position == guildRole.position && m.areEqual(this.name, guildRole.name) && this.f1593id == guildRole.f1593id && this.color == guildRole.color && this.hoist == guildRole.hoist && this.permissions == guildRole.permissions && this.mentionable == guildRole.mentionable && this.managed == guildRole.managed && m.areEqual(this.icon, guildRole.icon) && m.areEqual(this.tags, guildRole.tags); } public final boolean f() { @@ -97,10 +98,12 @@ public final class GuildRole implements Serializable { } int i13 = (i12 + i4) * 31; String str2 = this.icon; - if (str2 != null) { - i2 = str2.hashCode(); + int hashCode2 = (i13 + (str2 != null ? str2.hashCode() : 0)) * 31; + GuildRoleTags guildRoleTags = this.tags; + if (guildRoleTags != null) { + i2 = guildRoleTags.hashCode(); } - return i13 + i2; + return hashCode2 + i2; } public final int i() { @@ -126,6 +129,10 @@ public final class GuildRole implements Serializable { P.append(", managed="); P.append(this.managed); P.append(", icon="); - return a.H(P, this.icon, ")"); + P.append(this.icon); + P.append(", tags="); + P.append(this.tags); + P.append(")"); + return P.toString(); } } diff --git a/app/src/main/java/com/discord/api/role/GuildRoleTags.java b/app/src/main/java/com/discord/api/role/GuildRoleTags.java new file mode 100644 index 0000000000..076bd79c85 --- /dev/null +++ b/app/src/main/java/com/discord/api/role/GuildRoleTags.java @@ -0,0 +1,58 @@ +package com.discord.api.role; + +import c.d.b.a.a; +import com.discord.nullserializable.NullSerializable; +import d0.z.d.m; +import java.io.Serializable; +/* compiled from: GuildRoleTags.kt */ +public final class GuildRoleTags implements Serializable { + private final String botId; + private final String integrationId; + private final NullSerializable premiumSubscriber; + private final String skuId; + private final String subscriptionListingId; + + @Override // java.lang.Object + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof GuildRoleTags)) { + return false; + } + GuildRoleTags guildRoleTags = (GuildRoleTags) obj; + return m.areEqual(this.premiumSubscriber, guildRoleTags.premiumSubscriber) && m.areEqual(this.botId, guildRoleTags.botId) && m.areEqual(this.integrationId, guildRoleTags.integrationId) && m.areEqual(this.skuId, guildRoleTags.skuId) && m.areEqual(this.subscriptionListingId, guildRoleTags.subscriptionListingId); + } + + @Override // java.lang.Object + public int hashCode() { + NullSerializable nullSerializable = this.premiumSubscriber; + int i = 0; + int hashCode = (nullSerializable != null ? nullSerializable.hashCode() : 0) * 31; + String str = this.botId; + int hashCode2 = (hashCode + (str != null ? str.hashCode() : 0)) * 31; + String str2 = this.integrationId; + int hashCode3 = (hashCode2 + (str2 != null ? str2.hashCode() : 0)) * 31; + String str3 = this.skuId; + int hashCode4 = (hashCode3 + (str3 != null ? str3.hashCode() : 0)) * 31; + String str4 = this.subscriptionListingId; + if (str4 != null) { + i = str4.hashCode(); + } + return hashCode4 + i; + } + + @Override // java.lang.Object + public String toString() { + StringBuilder P = a.P("GuildRoleTags(premiumSubscriber="); + P.append(this.premiumSubscriber); + P.append(", botId="); + P.append(this.botId); + P.append(", integrationId="); + P.append(this.integrationId); + P.append(", skuId="); + P.append(this.skuId); + P.append(", subscriptionListingId="); + return a.H(P, this.subscriptionListingId, ")"); + } +} diff --git a/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemInviteBinding.java b/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemInviteBinding.java index a67bbf3eb2..10be4da4a4 100644 --- a/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemInviteBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemInviteBinding.java @@ -7,8 +7,8 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.Barrier; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import c.a.i.h3; import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.guilds.ServerMemberCount; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; public final class WidgetChatListAdapterItemInviteBinding implements ViewBinding { @@ -35,13 +35,13 @@ public final class WidgetChatListAdapterItemInviteBinding implements ViewBinding @NonNull public final View j; @NonNull - public final h3 k; + public final ServerMemberCount k; @NonNull public final MaterialButton l; @NonNull public final TextView m; - public WidgetChatListAdapterItemInviteBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull View view, @NonNull h3 h3Var, @NonNull MaterialButton materialButton3, @NonNull TextView textView4, @NonNull ConstraintLayout constraintLayout2) { + public WidgetChatListAdapterItemInviteBinding(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout2, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull View view, @NonNull ServerMemberCount serverMemberCount, @NonNull MaterialButton materialButton3, @NonNull TextView textView4, @NonNull ConstraintLayout constraintLayout2) { this.a = constraintLayout; this.b = textView; this.f1782c = textView2; @@ -52,7 +52,7 @@ public final class WidgetChatListAdapterItemInviteBinding implements ViewBinding this.h = materialButton; this.i = materialButton2; this.j = view; - this.k = h3Var; + this.k = serverMemberCount; this.l = materialButton3; this.m = textView4; } diff --git a/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemPrivateChannelStartBinding.java b/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemPrivateChannelStartBinding.java index 51e5af0a95..b307be8a70 100644 --- a/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemPrivateChannelStartBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetChatListAdapterItemPrivateChannelStartBinding.java @@ -5,6 +5,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; +import com.discord.views.PileView; import com.facebook.drawee.view.SimpleDraweeView; public final class WidgetChatListAdapterItemPrivateChannelStartBinding implements ViewBinding { @NonNull @@ -14,15 +15,24 @@ public final class WidgetChatListAdapterItemPrivateChannelStartBinding implement @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1785c; + public final PileView f1785c; @NonNull - public final TextView d; + public final LinearLayout d; + @NonNull + public final TextView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final TextView g; - public WidgetChatListAdapterItemPrivateChannelStartBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) { + public WidgetChatListAdapterItemPrivateChannelStartBinding(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull PileView pileView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f1785c = simpleDraweeView; - this.d = textView2; + this.f1785c = pileView; + this.d = linearLayout2; + this.e = textView2; + this.f = simpleDraweeView; + this.g = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildInviteInfoBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildInviteInfoBinding.java deleted file mode 100644 index 0bd5695c5e..0000000000 --- a/app/src/main/java/com/discord/databinding/WidgetGuildInviteInfoBinding.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.discord.databinding; - -import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.RelativeLayout; -import android.widget.TextView; -import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; -import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -public final class WidgetGuildInviteInfoBinding implements ViewBinding { - @NonNull - public final View a; - @NonNull - public final SimpleDraweeView b; - @NonNull - - /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f1851c; - @NonNull - public final CardView d; - @NonNull - public final RelativeLayout e; - @NonNull - public final RelativeLayout f; - @NonNull - public final ImageView g; - @NonNull - public final TextView h; - @NonNull - public final CardView i; - @NonNull - public final TextView j; - @NonNull - public final CardView k; - @NonNull - public final LinearLayout l; - @NonNull - public final TextView m; - @NonNull - public final TextView n; - - public WidgetGuildInviteInfoBinding(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull CardView cardView, @NonNull RelativeLayout relativeLayout, @NonNull RelativeLayout relativeLayout2, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull CardView cardView2, @NonNull TextView textView2, @NonNull CardView cardView3, @NonNull LinearLayout linearLayout, @NonNull TextView textView3, @NonNull TextView textView4) { - this.a = view; - this.b = simpleDraweeView; - this.f1851c = simpleDraweeView2; - this.d = cardView; - this.e = relativeLayout; - this.f = relativeLayout2; - this.g = imageView; - this.h = textView; - this.i = cardView2; - this.j = textView2; - this.k = cardView3; - this.l = linearLayout; - this.m = textView3; - this.n = textView4; - } - - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; - } -} diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildInviteInfoViewBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildInviteInfoViewBinding.java new file mode 100644 index 0000000000..621703457a --- /dev/null +++ b/app/src/main/java/com/discord/databinding/WidgetGuildInviteInfoViewBinding.java @@ -0,0 +1,41 @@ +package com.discord.databinding; + +import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +import com.discord.views.GuildView; +import com.discord.views.guilds.ServerMemberCount; +import com.facebook.drawee.view.SimpleDraweeView; +public final class WidgetGuildInviteInfoViewBinding implements ViewBinding { + @NonNull + public final View a; + @NonNull + public final GuildView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final SimpleDraweeView f1850c; + @NonNull + public final ServerMemberCount d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; + + public WidgetGuildInviteInfoViewBinding(@NonNull View view, @NonNull GuildView guildView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout) { + this.a = view; + this.b = guildView; + this.f1850c = simpleDraweeView; + this.d = serverMemberCount; + this.e = textView; + this.f = textView2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/com/discord/databinding/WidgetGuildInviteBinding.java b/app/src/main/java/com/discord/databinding/WidgetGuildInvitePageBinding.java similarity index 50% rename from app/src/main/java/com/discord/databinding/WidgetGuildInviteBinding.java rename to app/src/main/java/com/discord/databinding/WidgetGuildInvitePageBinding.java index 8084dcdd0f..16f79ef3a7 100644 --- a/app/src/main/java/com/discord/databinding/WidgetGuildInviteBinding.java +++ b/app/src/main/java/com/discord/databinding/WidgetGuildInvitePageBinding.java @@ -1,37 +1,35 @@ package com.discord.databinding; import android.view.View; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; -import androidx.coordinatorlayout.widget.CoordinatorLayout; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.discord.widgets.guilds.invite.WidgetInviteInfo; import com.discord.widgets.guildscheduledevent.GuildScheduledEventItemView; -import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.appbar.AppBarLayout; import com.google.android.material.button.MaterialButton; -public final class WidgetGuildInviteBinding implements ViewBinding { +public final class WidgetGuildInvitePageBinding implements ViewBinding { @NonNull - public final CoordinatorLayout a; + public final ConstraintLayout a; @NonNull public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f1850c; - @Nullable + public final MaterialButton f1851c; + @NonNull public final GuildScheduledEventItemView d; @NonNull public final WidgetInviteInfo e; - @NonNull - public final SimpleDraweeView f; - public WidgetGuildInviteBinding(@NonNull CoordinatorLayout coordinatorLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull MaterialButton materialButton2, @Nullable GuildScheduledEventItemView guildScheduledEventItemView, @NonNull WidgetInviteInfo widgetInviteInfo, @NonNull SimpleDraweeView simpleDraweeView) { - this.a = coordinatorLayout; + public WidgetGuildInvitePageBinding(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton2, @NonNull GuildScheduledEventItemView guildScheduledEventItemView, @NonNull WidgetInviteInfo widgetInviteInfo, @NonNull NestedScrollView nestedScrollView, @NonNull AppBarLayout appBarLayout) { + this.a = constraintLayout; this.b = materialButton; - this.f1850c = materialButton2; + this.f1851c = materialButton2; this.d = guildScheduledEventItemView; this.e = widgetInviteInfo; - this.f = simpleDraweeView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/com/discord/models/user/CoreUser.java b/app/src/main/java/com/discord/models/user/CoreUser.java index a5be9340da..784b28b646 100644 --- a/app/src/main/java/com/discord/models/user/CoreUser.java +++ b/app/src/main/java/com/discord/models/user/CoreUser.java @@ -36,8 +36,8 @@ public final class CoreUser implements User { this(); } - /* JADX WARNING: Removed duplicated region for block: B:55:0x00e0 */ - /* JADX WARNING: Removed duplicated region for block: B:58:0x00f7 */ + /* JADX WARNING: Removed duplicated region for block: B:55:0x00e6 */ + /* JADX WARNING: Removed duplicated region for block: B:58:0x00fd */ public final CoreUser merge(CoreUser coreUser, User user) { String str; String str2; @@ -51,7 +51,7 @@ public final class CoreUser implements User { String r = user.r(); NullSerializable a = user.a(); if (a instanceof NullSerializable.b) { - str = ((NullSerializable.b) a).b; + str = (String) ((NullSerializable.b) a).a(); } else if (a instanceof NullSerializable.a) { str = null; } else if (a == null) { @@ -61,7 +61,7 @@ public final class CoreUser implements User { } NullSerializable b = user.b(); if (b instanceof NullSerializable.b) { - str2 = ((NullSerializable.b) b).b; + str2 = (String) ((NullSerializable.b) b).a(); } else if (b instanceof NullSerializable.a) { str2 = null; } else if (b == null) { @@ -85,7 +85,7 @@ public final class CoreUser implements User { int intValue3 = o != null ? o.intValue() : coreUser.getPublicFlags(); NullSerializable d = user.d(); if (d instanceof NullSerializable.b) { - bio = ((NullSerializable.b) d).b; + bio = (String) ((NullSerializable.b) d).a(); } else if (d instanceof NullSerializable.a) { str3 = null; c2 = user.c(); diff --git a/app/src/main/java/com/discord/models/user/MeUser.java b/app/src/main/java/com/discord/models/user/MeUser.java index f6c6790df9..de53d277bd 100644 --- a/app/src/main/java/com/discord/models/user/MeUser.java +++ b/app/src/main/java/com/discord/models/user/MeUser.java @@ -46,12 +46,12 @@ public final class MeUser implements User { this(); } - /* JADX WARNING: Removed duplicated region for block: B:64:0x0112 */ - /* JADX WARNING: Removed duplicated region for block: B:67:0x0120 */ - /* JADX WARNING: Removed duplicated region for block: B:69:0x0129 */ - /* JADX WARNING: Removed duplicated region for block: B:76:0x0140 */ - /* JADX WARNING: Removed duplicated region for block: B:81:0x014f */ - /* JADX WARNING: Removed duplicated region for block: B:84:0x0170 */ + /* JADX WARNING: Removed duplicated region for block: B:64:0x0116 */ + /* JADX WARNING: Removed duplicated region for block: B:67:0x0124 */ + /* JADX WARNING: Removed duplicated region for block: B:69:0x012f */ + /* JADX WARNING: Removed duplicated region for block: B:76:0x0146 */ + /* JADX WARNING: Removed duplicated region for block: B:81:0x0155 */ + /* JADX WARNING: Removed duplicated region for block: B:84:0x0176 */ public final MeUser merge(MeUser meUser, User user) { String str; String str2; @@ -69,7 +69,7 @@ public final class MeUser implements User { String r = user.r(); NullSerializable a = user.a(); if (a instanceof NullSerializable.b) { - str = ((NullSerializable.b) a).b; + str = (String) ((NullSerializable.b) a).a(); } else if (a instanceof NullSerializable.a) { str = null; } else if (a == null) { @@ -79,7 +79,7 @@ public final class MeUser implements User { } NullSerializable b = user.b(); if (b instanceof NullSerializable.b) { - str2 = ((NullSerializable.b) b).b; + str2 = (String) ((NullSerializable.b) b).a(); } else if (b instanceof NullSerializable.a) { str2 = null; } else if (b == null) { @@ -126,7 +126,7 @@ public final class MeUser implements User { } d = user.d(); if (!(d instanceof NullSerializable.b)) { - bio = ((NullSerializable.b) d).b; + bio = (String) ((NullSerializable.b) d).a(); } else if (d instanceof NullSerializable.a) { str4 = null; c2 = user.c(); diff --git a/app/src/main/java/com/discord/nullserializable/NullSerializable.java b/app/src/main/java/com/discord/nullserializable/NullSerializable.java index 0b95f2c43c..f450ed5d97 100644 --- a/app/src/main/java/com/discord/nullserializable/NullSerializable.java +++ b/app/src/main/java/com/discord/nullserializable/NullSerializable.java @@ -1,14 +1,15 @@ package com.discord.nullserializable; import d0.z.d.m; +import java.io.Serializable; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: NullSerializable.kt */ -public abstract class NullSerializable { - public final T a; +public abstract class NullSerializable implements Serializable { + private final T value; /* compiled from: NullSerializable.kt */ public static final class a extends NullSerializable { - public final T b; + private final T value; public a() { this(null, 1); @@ -16,7 +17,7 @@ public abstract class NullSerializable { public a(T t) { super(null, null); - this.b = t; + this.value = t; if (t != null) { throw new IllegalArgumentException("value must be null"); } @@ -30,27 +31,30 @@ public abstract class NullSerializable { @Override // com.discord.nullserializable.NullSerializable public T a() { - return this.b; + return this.value; } + @Override // java.lang.Object public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof a) && m.areEqual(this.b, ((a) obj).b); + return (obj instanceof a) && m.areEqual(this.value, ((a) obj).value); } return true; } + @Override // java.lang.Object public int hashCode() { - T t = this.b; + T t = this.value; if (t != null) { return t.hashCode(); } return 0; } + @Override // java.lang.Object public String toString() { StringBuilder P = c.d.b.a.a.P("Null(value="); - P.append((Object) this.b); + P.append((Object) this.value); P.append(")"); return P.toString(); } @@ -58,36 +62,39 @@ public abstract class NullSerializable { /* compiled from: NullSerializable.kt */ public static final class b extends NullSerializable { - public final T b; + private final T value; public b(T t) { super(t, null); - this.b = t; + this.value = t; } @Override // com.discord.nullserializable.NullSerializable public T a() { - return this.b; + return this.value; } + @Override // java.lang.Object public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof b) && m.areEqual(this.b, ((b) obj).b); + return (obj instanceof b) && m.areEqual(this.value, ((b) obj).value); } return true; } + @Override // java.lang.Object public int hashCode() { - T t = this.b; + T t = this.value; if (t != null) { return t.hashCode(); } return 0; } + @Override // java.lang.Object public String toString() { StringBuilder P = c.d.b.a.a.P("Value(value="); - P.append((Object) this.b); + P.append((Object) this.value); P.append(")"); return P.toString(); } @@ -96,10 +103,10 @@ public abstract class NullSerializable { /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.lang.Object */ /* JADX WARN: Multi-variable type inference failed */ public NullSerializable(Object obj, DefaultConstructorMarker defaultConstructorMarker) { - this.a = obj; + this.value = obj; } public T a() { - return this.a; + return this.value; } } diff --git a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java index 950b1df3aa..35191534a4 100644 --- a/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java +++ b/app/src/main/java/com/discord/nullserializable/NullSerializableTypeAdapter.java @@ -38,15 +38,15 @@ public final class NullSerializableTypeAdapter extends TypeAdapter"); i.write(jsonWriter, a); } else if (nullSerializable instanceof NullSerializable.a) { - boolean z2 = jsonWriter.f2453s; - jsonWriter.f2453s = true; + boolean z2 = jsonWriter.f2452s; + jsonWriter.f2452s = true; jsonWriter.s(); - jsonWriter.f2453s = z2; + jsonWriter.f2452s = z2; } else if (nullSerializable == null) { - boolean z3 = jsonWriter.f2453s; - jsonWriter.f2453s = false; + boolean z3 = jsonWriter.f2452s; + jsonWriter.f2452s = false; jsonWriter.s(); - jsonWriter.f2453s = z3; + jsonWriter.f2452s = z3; } } } diff --git a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java index e149c7bb48..add53736da 100644 --- a/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java +++ b/app/src/main/java/com/discord/restapi/BreadcrumbInterceptor.java @@ -19,7 +19,7 @@ public final class BreadcrumbInterceptor implements Interceptor { public Response intercept(Interceptor.Chain chain) { m.checkNotNullParameter(chain, "chain"); Request c2 = chain.c(); - String str = c2.f2947c; + String str = c2.f2946c; w wVar = c2.b; Logger logger = this.logger; logger.recordBreadcrumb("HTTP[" + str + "] - " + wVar, "http"); diff --git a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java index 5db6d8375b..3538606148 100644 --- a/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java +++ b/app/src/main/java/com/discord/restapi/RequiredHeadersInterceptor.java @@ -47,7 +47,7 @@ public final class RequiredHeadersInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2947c; + String str = c2.f2946c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java index c5b4d55717..aa2aeb01d7 100644 --- a/app/src/main/java/com/discord/restapi/RestAPIBuilder.java +++ b/app/src/main/java/com/discord/restapi/RestAPIBuilder.java @@ -184,7 +184,7 @@ public final class RestAPIBuilder { if (list != null) { for (Interceptor interceptor : list) { m.checkParameterIsNotNull(interceptor, "interceptor"); - aVar.f2858c.add(interceptor); + aVar.f2857c.add(interceptor); } } if (l != null) { @@ -193,10 +193,10 @@ public final class RestAPIBuilder { aVar.a(longValue, timeUnit); long longValue2 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2862z = f0.e0.c.b("timeout", longValue2, timeUnit); + aVar.f2861z = f0.e0.c.b("timeout", longValue2, timeUnit); long longValue3 = l.longValue(); m.checkParameterIsNotNull(timeUnit, "unit"); - aVar.f2860x = f0.e0.c.b("timeout", longValue3, timeUnit); + aVar.f2859x = f0.e0.c.b("timeout", longValue3, timeUnit); } p pVar = this.cookieJar; m.checkParameterIsNotNull(pVar, "cookieJar"); diff --git a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java index 614e9b77c5..474c33f62c 100644 --- a/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java +++ b/app/src/main/java/com/discord/restapi/SpotifyTokenInterceptor.java @@ -32,7 +32,7 @@ public final class SpotifyTokenInterceptor implements Interceptor { m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2947c; + String str = c2.f2946c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java index 4d8d9e6d90..213f4b8078 100644 --- a/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java +++ b/app/src/main/java/com/discord/restapi/utils/RetryWithDelay$restRetry$1.java @@ -33,7 +33,7 @@ public final class RetryWithDelay$restRetry$1 extends o implements Function1 response2 = httpException.i; - if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2947c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { + if (!(response2 == null || (response = response2.a) == null || (request = response.i) == null || (str = request.f2946c) == null || !(!m.areEqual(str, ShareTarget.METHOD_GET))) || a == 401 || a == 429 || a == 503 || a == 403 || a == 404) { return false; } } else if (th instanceof TimeoutException) { diff --git a/app/src/main/java/com/discord/stores/StoreDirectories$removeServerFromDirectory$2.java b/app/src/main/java/com/discord/stores/StoreDirectories$removeServerFromDirectory$2.java index a919ca9fd9..ce74c87827 100644 --- a/app/src/main/java/com/discord/stores/StoreDirectories$removeServerFromDirectory$2.java +++ b/app/src/main/java/com/discord/stores/StoreDirectories$removeServerFromDirectory$2.java @@ -67,7 +67,7 @@ public final class StoreDirectories$removeServerFromDirectory$2 extends o implem } public final void invoke(RestCallState restCallState) { - m.checkNotNullParameter(restCallState, "it"); + m.checkNotNullParameter(restCallState, "request"); if (restCallState instanceof Success) { StoreDirectories.access$getDispatcher$p(this.this$0).schedule(new AnonymousClass1(this)); } diff --git a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java index 8d8918b825..d9f0ac897e 100644 --- a/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java +++ b/app/src/main/java/com/discord/stores/utilities/RestCallStateKt$logNetworkAction$1.java @@ -30,7 +30,7 @@ public final class RestCallStateKt$logNetworkAction$1 implements Action1 implements Action1 response = ((HttpException) th).i; if (!(response == null || (request = RestCallStateKt.getRequest(response)) == null)) { String str = request.b.l; - String str2 = request.f2947c; + String str2 = request.f2946c; m.checkNotNullExpressionValue(error, "error"); Error.Response response2 = error.getResponse(); m.checkNotNullExpressionValue(response2, "error.response"); diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java index d8dcad6f40..4136d4e43a 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockManager$saveCredentials$1.java @@ -80,7 +80,7 @@ public final class GoogleSmartLockManager$saveCredentials$1 extends o implements UserUtils userUtils = UserUtils.INSTANCE; m.checkNotNullExpressionValue(meUser, "it"); aVar.b = UserUtils.getUserNameWithDiscriminator$default(userUtils, meUser, null, null, 3, null).toString(); - aVar.f2360c = Uri.parse(forUser$default); + aVar.f2359c = Uri.parse(forUser$default); Credential a = aVar.a(); CredentialsClient access$getCredentialsClient$p = GoogleSmartLockManager.access$getCredentialsClient$p(this.this$0); Objects.requireNonNull(access$getCredentialsClient$p); diff --git a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java index 1a968229bd..b752cabe65 100644 --- a/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java +++ b/app/src/main/java/com/discord/utilities/captcha/CaptchaHelper$tryShowCaptcha$1.java @@ -145,7 +145,7 @@ public final class CaptchaHelper$tryShowCaptcha$1 implements Action1 implements Action1 response2 = httpException.i; if (response2 != null) { headers = response2.a.n; - ResponseBody responseBody = response2.f2958c; + ResponseBody responseBody = response2.f2957c; if (responseBody != null) { MediaType b = responseBody.b(); str2 = b != null ? b.d : str5; diff --git a/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java b/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java index 7cb89c69a7..a22a3e08e1 100644 --- a/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java +++ b/app/src/main/java/com/discord/utilities/experiments/ExperimentRegistry.java @@ -15,7 +15,7 @@ public final class ExperimentRegistry { registeredExperiments = linkedHashMap; RegisteredExperiment.Type type = RegisteredExperiment.Type.USER; RegisteredExperiment.Type type2 = RegisteredExperiment.Type.GUILD; - for (Object obj : n.listOf((Object[]) new RegisteredExperiment[]{new RegisteredExperiment("Compact Invite Widget", "2020-01_mobile_invite_suggestion_compact", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Use compact view"}), true), new RegisteredExperiment("Guild Invite Sheet", "2020-12_android_guild_channel_invite_sheet", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen guild invite UI", "Treatment 1: Use the bottom sheet guild invite UI"}), true), new RegisteredExperiment("Disable mentions in landscape", "2020-12_android_disable_landscape_mentions", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hide mentions in landscape"}), true), new RegisteredExperiment("Invite to GDM Sheet", "2020-12_invite_to_gdm", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen GDM invite UI", "Treatment 1: Use the bottom sheet GDM invite UI"}), true), new RegisteredExperiment("Guild Delete Feedback", "2020-12_guild_delete_feedback", type, n.listOf((Object[]) new String[]{"Control: Do not show the feedback modal", "Treatment 1: Show the feedback modal"}), true), new RegisteredExperiment("View Threads", "2021-02_view_threads", type, n.listOf((Object[]) new String[]{"Control: Do not display anything threads-related, except if receiving a notification", "Treatment 1: Show view-only threads features in channel list, in chat view, etc."}), true), new RegisteredExperiment("Create Threads", "2020-09_threads", type2, n.listOf((Object[]) new String[]{"Control: Do not show thread creation entrypoints, or Thread Browser", "Treatment 1: Show thread creation buttons, and show button to open Thread Browser"}), true), new RegisteredExperiment("Disable Camera 2", "2021-02_android_webrtc_camera2", type, n.listOf((Object[]) new String[]{"Control: Use Camera 2 API if supported", "Treatment 1: Force Camera 1 API"}), true), new RegisteredExperiment("MediaSinkWants", "2021-03_android_media_sink_wants", type, n.listOf((Object[]) new String[]{"Control: disabled", "Treatment 1: use MediaSinkWants"}), true), new RegisteredExperiment("Default Invite Expiration", "2021-03_android_extend_invite_expiration", type2, n.listOf((Object[]) new String[]{"Control: Default Invite Expiration is 1 day", "Treatment 1: Default Invite Expiration is 7 days"}), true), new RegisteredExperiment("Emoji Autocomplete Upsell", "2021-03_nitro_emoji_autocomplete_upsell_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Emoji Autocomplete Upsell"}), true), new RegisteredExperiment("Bot UI Kit Components", "2021-03_bot_ui_kit_components_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Bot UI Kit Components"}), true), new RegisteredExperiment("Select Bot UI Component", "2021-05_bot_ui_kit_select", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Select Bot Ui Component"}), true), new RegisteredExperiment("Stage Public Toggle Guilds", "2021-04_stage_discovery_public_guilds", type2, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables guild to create public stages for Stage Discovery surface"}), true), new RegisteredExperiment("Stage Public Toggle Users", "2021-05_stage_public_toggle_users", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables users to create public stages"}), true), new RegisteredExperiment("Stage Discovery for Users", "2021-04_stage_discovery", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables user to use the Stage Discovery surface"}), true), new RegisteredExperiment("Stage Events Guilds", "2021-06_stage_events", type2, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables users to see events in guilds"}), true), new RegisteredExperiment("Contact Sync: Base Experiment", "2021-04_contact_sync_android_main", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable core Contact Sync features"}), true), new RegisteredExperiment("Contact Sync: Existing Users w/ Phone Upsell Experiment", "2021-04_contact_sync_android_existing_user_phone_prompt", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Contact Sync for existing users with a phone number"}), true), new RegisteredExperiment("Contact Sync: Existing Users without Phone Upsell Experiment", "2021-04_contact_sync_android_existing_user_without_phone_prompt", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Contact Sync for existing users without a phone number"}), true), new RegisteredExperiment("Contact Sync: Empty states", "2021-05_contact_sync_android_empty_states", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Contact Sync in empty friend lists"}), true), new RegisteredExperiment("Stop Offscreen Video Streams", "2021-03_stop_offscreen_video_streams", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Stop offscreen video streams"}), true), new RegisteredExperiment("Phone Verification: Call me instead", "2021-05_call_me_instead_phone_verification", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show 'Call me Instead' option during registration phone verification"}), true), new RegisteredExperiment("Hub Multiple Domains", "2021-08_hub_multi_domain_mobile", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable multiple domains for hubs"}), true), new RegisteredExperiment("Enabled Discord Hub Directories", "2021-06_desktop_school_hubs", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Directories"}), true), new RegisteredExperiment("Enabled Discord Hub Emails", "2021-06_hub_email_connection", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Emails"}), true), new RegisteredExperiment("Enabled Discord Hub Reporting", "2021-08_hub_reporting", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hub Reporting Enabled"}), true), new RegisteredExperiment("Enabled Discord Hub Categories", "2021-07_desktop_hub_categories", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hub Categories Enabled"}), true), new RegisteredExperiment("Enable Impression Logging", "2021-08_impression_logging_enabled_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable Impression Logging"}), true), new RegisteredExperiment("AudioManager V2 and OpenSL ES", "2021-05_opensl_default_enable_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Default enable OpenSL", "Treatment 2: Use StoreAudioManagerV2 for output routing"}), true), new RegisteredExperiment("Phone Registration - Bailout to Email", "2021-06_reg_bailout_to_email_android", type, n.listOf((Object[]) new String[]{"Control: Just the back button", "Treatment 1: Static button to bailout to the email tab"}), true), new RegisteredExperiment("Enable Network Action Logging", "2021-07_network_action_logging_android", type, n.listOf((Object[]) new String[]{"Off: No Action logging", "On: Enable Action Logging"}), true), new RegisteredExperiment("Preview Promotions", "2021-06_preview_promotions", type, n.listOf((Object[]) new String[]{"Off: Hit normal endpoint", "On: Hit preview endpoint"}), true), new RegisteredExperiment("Live Stage Notifications", "2021-07_live_stage_notifications", type2, n.listOf((Object[]) new String[]{"Control: No notification surfaces", "Treatment 1: Show notification surfaces"}), true), new RegisteredExperiment("Show welcome CTA button", "2021-06_welcome_cta", type2, n.listOf((Object[]) new String[]{"Control: No CTA", "Treatment 1: Show welcome CTA button", "Treatment 2: Show expanded welcome CTA button"}), true), new RegisteredExperiment("Guild Events Sharing", "2021-08_guild_scheduled_events_sharing", type, n.listOf((Object[]) new String[]{"Control: No sharing", "Treatment 1: Can share"}), true), new RegisteredExperiment("Route audio to speakerphone by default", "2021-08_android_speakerphone_default", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Always default to speakerphone"}), true), new RegisteredExperiment("New Thread Perms", "2021-08_threads_permissions", type2, n.listOf((Object[]) new String[]{"Control: Use old threads permissions.", "Treatment 1: Use new threads permissions."}), true), new RegisteredExperiment("Per Guild Avatars", "2021-05_per_guild_avatars", type, n.listOf((Object[]) new String[]{"Control: Cannot edit per-guild avatars.", "Treatment 1: Can edit per-guild avatars."}), true)})) { + for (Object obj : n.listOf((Object[]) new RegisteredExperiment[]{new RegisteredExperiment("Compact Invite Widget", "2020-01_mobile_invite_suggestion_compact", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Use compact view"}), true), new RegisteredExperiment("Guild Invite Sheet", "2020-12_android_guild_channel_invite_sheet", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen guild invite UI", "Treatment 1: Use the bottom sheet guild invite UI"}), true), new RegisteredExperiment("Disable mentions in landscape", "2020-12_android_disable_landscape_mentions", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hide mentions in landscape"}), true), new RegisteredExperiment("Invite to GDM Sheet", "2020-12_invite_to_gdm", type, n.listOf((Object[]) new String[]{"Control: Use the full-screen GDM invite UI", "Treatment 1: Use the bottom sheet GDM invite UI"}), true), new RegisteredExperiment("Guild Delete Feedback", "2020-12_guild_delete_feedback", type, n.listOf((Object[]) new String[]{"Control: Do not show the feedback modal", "Treatment 1: Show the feedback modal"}), true), new RegisteredExperiment("View Threads", "2021-02_view_threads", type, n.listOf((Object[]) new String[]{"Control: Do not display anything threads-related, except if receiving a notification", "Treatment 1: Show view-only threads features in channel list, in chat view, etc."}), true), new RegisteredExperiment("Create Threads", "2020-09_threads", type2, n.listOf((Object[]) new String[]{"Control: Do not show thread creation entrypoints, or Thread Browser", "Treatment 1: Show thread creation buttons, and show button to open Thread Browser"}), true), new RegisteredExperiment("Disable Camera 2", "2021-02_android_webrtc_camera2", type, n.listOf((Object[]) new String[]{"Control: Use Camera 2 API if supported", "Treatment 1: Force Camera 1 API"}), true), new RegisteredExperiment("MediaSinkWants", "2021-03_android_media_sink_wants", type, n.listOf((Object[]) new String[]{"Control: disabled", "Treatment 1: use MediaSinkWants"}), true), new RegisteredExperiment("Default Invite Expiration", "2021-03_android_extend_invite_expiration", type2, n.listOf((Object[]) new String[]{"Control: Default Invite Expiration is 1 day", "Treatment 1: Default Invite Expiration is 7 days"}), true), new RegisteredExperiment("Emoji Autocomplete Upsell", "2021-03_nitro_emoji_autocomplete_upsell_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Emoji Autocomplete Upsell"}), true), new RegisteredExperiment("Bot UI Kit Components", "2021-03_bot_ui_kit_components_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Bot UI Kit Components"}), true), new RegisteredExperiment("Select Bot UI Component", "2021-05_bot_ui_kit_select", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Select Bot Ui Component"}), true), new RegisteredExperiment("Stage Public Toggle Users", "2021-05_stage_public_toggle_users", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables users to create public stages"}), true), new RegisteredExperiment("Stage Discovery for Users", "2021-04_stage_discovery", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables user to use the Stage Discovery surface"}), true), new RegisteredExperiment("Stage Events Guilds", "2021-06_stage_events", type2, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enables users to see events in guilds"}), true), new RegisteredExperiment("Contact Sync: Base Experiment", "2021-04_contact_sync_android_main", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable core Contact Sync features"}), true), new RegisteredExperiment("Contact Sync: Existing Users w/ Phone Upsell Experiment", "2021-04_contact_sync_android_existing_user_phone_prompt", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Contact Sync for existing users with a phone number"}), true), new RegisteredExperiment("Contact Sync: Existing Users without Phone Upsell Experiment", "2021-04_contact_sync_android_existing_user_without_phone_prompt", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Contact Sync for existing users without a phone number"}), true), new RegisteredExperiment("Contact Sync: Empty states", "2021-05_contact_sync_android_empty_states", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show Contact Sync in empty friend lists"}), true), new RegisteredExperiment("Stop Offscreen Video Streams", "2021-03_stop_offscreen_video_streams", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Stop offscreen video streams"}), true), new RegisteredExperiment("Phone Verification: Call me instead", "2021-05_call_me_instead_phone_verification", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Show 'Call me Instead' option during registration phone verification"}), true), new RegisteredExperiment("Hub Multiple Domains", "2021-08_hub_multi_domain_mobile", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable multiple domains for hubs"}), true), new RegisteredExperiment("Enabled Discord Hub Directories", "2021-06_desktop_school_hubs", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Directories"}), true), new RegisteredExperiment("Enabled Discord Hub Emails", "2021-06_hub_email_connection", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: See Discord Hub Emails"}), true), new RegisteredExperiment("Enabled Discord Hub Reporting", "2021-08_hub_reporting", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hub Reporting Enabled"}), true), new RegisteredExperiment("Enabled Discord Hub Categories", "2021-07_desktop_hub_categories", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Hub Categories Enabled"}), true), new RegisteredExperiment("Enable Impression Logging", "2021-08_impression_logging_enabled_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Enable Impression Logging"}), true), new RegisteredExperiment("AudioManager V2 and OpenSL ES", "2021-05_opensl_default_enable_android", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Default enable OpenSL", "Treatment 2: Use StoreAudioManagerV2 for output routing"}), true), new RegisteredExperiment("Phone Registration - Bailout to Email", "2021-06_reg_bailout_to_email_android", type, n.listOf((Object[]) new String[]{"Control: Just the back button", "Treatment 1: Static button to bailout to the email tab"}), true), new RegisteredExperiment("Enable Network Action Logging", "2021-07_network_action_logging_android", type, n.listOf((Object[]) new String[]{"Off: No Action logging", "On: Enable Action Logging"}), true), new RegisteredExperiment("Preview Promotions", "2021-06_preview_promotions", type, n.listOf((Object[]) new String[]{"Off: Hit normal endpoint", "On: Hit preview endpoint"}), true), new RegisteredExperiment("Live Stage Notifications", "2021-07_live_stage_notifications", type2, n.listOf((Object[]) new String[]{"Control: No notification surfaces", "Treatment 1: Show notification surfaces"}), true), new RegisteredExperiment("Show welcome CTA button", "2021-06_welcome_cta", type2, n.listOf((Object[]) new String[]{"Control: No CTA", "Treatment 1: Show welcome CTA button", "Treatment 2: Show expanded welcome CTA button"}), true), new RegisteredExperiment("Guild Events Sharing", "2021-08_guild_scheduled_events_sharing", type, n.listOf((Object[]) new String[]{"Control: No sharing", "Treatment 1: Can share"}), true), new RegisteredExperiment("Route audio to speakerphone by default", "2021-08_android_speakerphone_default", type, n.listOf((Object[]) new String[]{"Control", "Treatment 1: Always default to speakerphone"}), true), new RegisteredExperiment("New Thread Perms", "2021-08_threads_permissions", type2, n.listOf((Object[]) new String[]{"Control: Use old threads permissions.", "Treatment 1: Use new threads permissions."}), true), new RegisteredExperiment("Per Guild Avatars", "2021-05_per_guild_avatars", type, n.listOf((Object[]) new String[]{"Control: Cannot edit per-guild avatars.", "Treatment 1: Can edit per-guild avatars."}), true)})) { linkedHashMap.put(((RegisteredExperiment) obj).getName(), obj); } } diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java index 7c1660ddb6..b1484ea050 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationRenderer.java @@ -214,7 +214,7 @@ public final class NotificationRenderer { } private final NotificationCompat.MessagingStyle getMessageStyle(Context context, NotificationData notificationData, List list, Map map) { - Person build = new Person.Builder().setName(context.getString(R.string.f2976me)).setKey("me").build(); + Person build = new Person.Builder().setName(context.getString(R.string.f2975me)).setKey("me").build(); m.checkNotNullExpressionValue(build, "Person.Builder()\n …ey(\"me\")\n .build()"); NotificationCompat.MessagingStyle groupConversation = new NotificationCompat.MessagingStyle(build).setConversationTitle(notificationData.getConversationTitle(context)).setGroupConversation(notificationData.isGroupConversation()); for (NotificationData notificationData2 : list) { diff --git a/app/src/main/java/com/discord/utilities/images/MGImages.java b/app/src/main/java/com/discord/utilities/images/MGImages.java index ded6acb00a..65335284fc 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImages.java +++ b/app/src/main/java/com/discord/utilities/images/MGImages.java @@ -123,7 +123,7 @@ public final class MGImages { z3 = true; } if (z3) { - b.f2265c = new e(i, i2); + b.f2264c = new e(i, i2); } return b; } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java index 35f750ffc7..56eb5a408e 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1.java @@ -18,6 +18,6 @@ public final class MGImagesConfig$getAppBitmapMemoryCacheParamsSupplier$1 extend public MemoryCacheParams get() { MemoryCacheParams memoryCacheParams = super.get(); int i = memoryCacheParams.a; - return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2256c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); + return new MemoryCacheParams(i, memoryCacheParams.b, memoryCacheParams.f2255c, memoryCacheParams.d, i / 3, TimeUnit.MINUTES.toMillis(5)); } } diff --git a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java index 1899f188c2..5b3e27accf 100644 --- a/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java +++ b/app/src/main/java/com/discord/utilities/images/MGImagesConfig.java @@ -43,7 +43,7 @@ public final class MGImagesConfig { DiskCacheConfig.b bVar = new DiskCacheConfig.b(context, null); bVar.b = new k(context.getCacheDir()); bVar.a = str; - bVar.f2245c = MAX_DISK_CACHE_SIZE; + bVar.f2244c = MAX_DISK_CACHE_SIZE; DiskCacheConfig diskCacheConfig = new DiskCacheConfig(bVar); m.checkNotNullExpressionValue(diskCacheConfig, "DiskCacheConfig\n …HE_SIZE)\n .build()"); return diskCacheConfig; diff --git a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java index 993bb83558..d229970e2a 100644 --- a/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java +++ b/app/src/main/java/com/discord/utilities/rest/AttachmentRequestBody.java @@ -38,7 +38,7 @@ public final class AttachmentRequestBody extends RequestBody { @Override // okhttp3.RequestBody public MediaType contentType() { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; return MediaType.a.b(AttachmentUtilsKt.getMimeType(this.attachment, this.contentResolver)); } diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java index fa48dbf589..e1ebe8fb25 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1.java @@ -24,7 +24,7 @@ public final class RestAPI$Companion$buildAnalyticsInterceptor$$inlined$invoke$1 m.checkParameterIsNotNull(c2, "request"); new LinkedHashMap(); w wVar = c2.b; - String str = c2.f2947c; + String str = c2.f2946c; RequestBody requestBody = c2.e; Map linkedHashMap = c2.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(c2.f); Headers.a e = c2.d.e(); diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI.java b/app/src/main/java/com/discord/utilities/rest/RestAPI.java index ff0d5c197d..6de16cdc39 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI.java @@ -223,7 +223,7 @@ public final class RestAPI implements RestAPIInterface { a aVar = new a(new RestAPI$Companion$buildLoggingInterceptor$1()); a.EnumC0313a aVar2 = a.EnumC0313a.BASIC; m.checkParameterIsNotNull(aVar2, ""); - aVar.f2841c = aVar2; + aVar.f2840c = aVar2; return aVar; } diff --git a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java index 4978dded6d..bbecb9d37e 100644 --- a/app/src/main/java/com/discord/utilities/websocket/WebSocket.java +++ b/app/src/main/java/com/discord/utilities/websocket/WebSocket.java @@ -188,7 +188,7 @@ public final class WebSocket { private final okhttp3.WebSocket createWebSocket(String str, SSLSocketFactory sSLSocketFactory, WebSocketListener webSocketListener) { x.a aVar = new x.a(); if (sSLSocketFactory != null) { - h.a aVar2 = h.f2827c; + h.a aVar2 = h.f2826c; aVar.b(sSLSocketFactory, h.a.n()); } aVar.a(1, TimeUnit.MINUTES); diff --git a/app/src/main/java/com/discord/views/CodeVerificationView.java b/app/src/main/java/com/discord/views/CodeVerificationView.java index 3cccb59402..73293e5bb8 100644 --- a/app/src/main/java/com/discord/views/CodeVerificationView.java +++ b/app/src/main/java/com/discord/views/CodeVerificationView.java @@ -251,7 +251,7 @@ public final class CodeVerificationView extends LinearLayout { return baseInputConnection; } else if (ordinal == 1) { BaseInputConnection baseInputConnection2 = new BaseInputConnection(this, false); - editorInfo.inputType = 128; + editorInfo.inputType = 4224; return baseInputConnection2; } else { throw new NoWhenBranchMatchedException(); diff --git a/app/src/main/java/com/discord/views/GuildView.java b/app/src/main/java/com/discord/views/GuildView.java index 3e621a94cf..ac88fcca71 100644 --- a/app/src/main/java/com/discord/views/GuildView.java +++ b/app/src/main/java/com/discord/views/GuildView.java @@ -16,50 +16,52 @@ import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; /* compiled from: GuildView.kt */ public final class GuildView extends FrameLayout { - public final j2 i; - public int j; + public static final /* synthetic */ int i = 0; + public final j2 j; public int k; + public int l; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public GuildView(Context context, AttributeSet attributeSet) { super(context, attributeSet, 0); m.checkNotNullParameter(context, "context"); LayoutInflater.from(context).inflate(R.layout.view_guild, this); - int i = R.id.guild_avatar; + int i2 = R.id.guild_avatar; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(R.id.guild_avatar); if (simpleDraweeView != null) { - i = R.id.guild_text; + i2 = R.id.guild_text; TextView textView = (TextView) findViewById(R.id.guild_text); if (textView != null) { j2 j2Var = new j2(this, simpleDraweeView, textView); m.checkNotNullExpressionValue(j2Var, "ViewGuildBinding.inflate…ater.from(context), this)"); - this.i = j2Var; - this.j = -1; + this.j = j2Var; this.k = -1; + this.l = -1; setClipToOutline(true); + setBackgroundResource(R.drawable.drawable_squircle_transparent); if (attributeSet != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.a.GuildView, 0, 0); m.checkNotNullExpressionValue(obtainStyledAttributes, "context.obtainStyledAttr…tyleable.GuildView, 0, 0)"); try { - this.j = obtainStyledAttributes.getDimensionPixelSize(0, -1); - this.k = obtainStyledAttributes.getDimensionPixelSize(1, -1); + this.k = obtainStyledAttributes.getDimensionPixelSize(0, -1); + this.l = obtainStyledAttributes.getDimensionPixelSize(1, -1); } finally { obtainStyledAttributes.recycle(); } } - int i2 = this.k; - if (i2 != -1) { - textView.setTextSize(0, (float) i2); + int i3 = this.l; + if (i3 != -1) { + textView.setTextSize(0, (float) i3); return; } return; } } - throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i))); + throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i2))); } private final void setRoundingParams(c cVar) { - SimpleDraweeView simpleDraweeView = this.i.b; + SimpleDraweeView simpleDraweeView = this.j.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildAvatar"); GenericDraweeHierarchy hierarchy = simpleDraweeView.getHierarchy(); m.checkNotNullExpressionValue(hierarchy, "binding.guildAvatar.hierarchy"); @@ -67,26 +69,25 @@ public final class GuildView extends FrameLayout { } public final void a(String str, String str2) { - m.checkNotNullParameter(str, "shortGuildName"); - int i = 0; - boolean z2 = str2 != null; - int i2 = this.j; - int mediaProxySize = i2 != -1 ? IconUtils.getMediaProxySize(i2) : 0; - SimpleDraweeView simpleDraweeView = this.i.b; + int i2 = 0; + boolean z2 = str != null; + int i3 = this.k; + int mediaProxySize = i3 != -1 ? IconUtils.getMediaProxySize(i3) : 0; + SimpleDraweeView simpleDraweeView = this.j.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildAvatar"); if (!z2) { - str2 = IconUtils.DEFAULT_ICON_BLURPLE; + str = IconUtils.DEFAULT_ICON_BLURPLE; } - MGImages.setImage$default(simpleDraweeView, str2, mediaProxySize, mediaProxySize, false, null, null, 112, null); - TextView textView = this.i.f115c; + MGImages.setImage$default(simpleDraweeView, str, mediaProxySize, mediaProxySize, false, null, null, 112, null); + TextView textView = this.j.f115c; m.checkNotNullExpressionValue(textView, "binding.guildText"); if (!(true ^ z2)) { - i = 8; + i2 = 8; } - textView.setVisibility(i); - TextView textView2 = this.i.f115c; + textView.setVisibility(i2); + TextView textView2 = this.j.f115c; m.checkNotNullExpressionValue(textView2, "binding.guildText"); - textView2.setText(str); + textView2.setText(str2); } public final void b() { diff --git a/app/src/main/java/com/discord/views/PileView.java b/app/src/main/java/com/discord/views/PileView.java index f80db5f7d8..462d33628e 100644 --- a/app/src/main/java/com/discord/views/PileView.java +++ b/app/src/main/java/com/discord/views/PileView.java @@ -25,7 +25,10 @@ import com.google.android.material.shape.ShapeAppearanceModel; import d0.t.n; import d0.t.u; import d0.z.d.m; +import d0.z.d.o; import java.util.Collection; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; /* compiled from: PileView.kt */ public final class PileView extends FrameLayout { public int i = 3; @@ -36,45 +39,87 @@ public final class PileView extends FrameLayout { @ColorInt public int n; public int o; - public int p = DimenUtils.dpToPixels(2); - public final CutoutView.a q; - public int r = DimenUtils.dpToPixels(14); + @ColorInt + public int p; + public int q = DimenUtils.dpToPixels(2); + public final CutoutView.a r; /* renamed from: s reason: collision with root package name */ - public boolean f2201s; + public int f2201s = DimenUtils.dpToPixels(14); + public boolean t; + @ColorInt + public int u; - /* compiled from: java-style lambda group */ - public static final class a implements b { - public static final a a = new a(0); - public static final a b = new a(1); + /* compiled from: kotlin-style lambda group */ + public static final class a extends o implements Function1 { + public static final a i = new a(0); + public static final a j = new a(1); + public static final a k = new a(2); + public final /* synthetic */ int l; - /* renamed from: c reason: collision with root package name */ - public static final a f2202c = new a(2); - public final /* synthetic */ int d; - - public a(int i) { - this.d = i; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public a(int i2) { + super(1); + this.l = i2; } - @Override // com.discord.views.PileView.b - public final String getImageUri(int i) { - int i2 = this.d; + /* 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 final String invoke(Integer num) { + int i2 = this.l; if (i2 == 0) { + num.intValue(); return "asset://asset/images/default_avatar_0.jpg"; - } - if (i2 == 1) { + } else if (i2 == 1) { + num.intValue(); return "asset://asset/images/default_avatar_1.jpg"; - } - if (i2 == 2) { + } else if (i2 == 2) { + num.intValue(); return "asset://asset/images/default_avatar_2.jpg"; + } else { + throw null; + } + } + } + + /* compiled from: kotlin-style lambda group */ + public static final class b extends o implements Function0 { + public static final b i = new b(0); + public static final b j = new b(1); + public static final b k = new b(2); + public final /* synthetic */ int l; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public b(int i2) { + super(0); + this.l = i2; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final String mo1invoke() { + int i2 = this.l; + if (i2 == 0 || i2 == 1 || i2 == 2) { + return ""; } throw null; } } /* compiled from: PileView.kt */ - public interface b { - String getImageUri(int i); + public static final class c { + public final Function1 a; + public final Function0 b; + + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: kotlin.jvm.functions.Function1 */ + /* JADX WARN: Multi-variable type inference failed */ + public c(Function1 function1, Function0 function0) { + m.checkNotNullParameter(function1, "getImageURI"); + this.a = function1; + this.b = function0; + } } /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -87,27 +132,29 @@ public final class PileView extends FrameLayout { m.checkNotNullExpressionValue(context2, "context"); TypedArray obtainStyledAttributes = context2.obtainStyledAttributes(attributeSet, iArr); m.checkNotNullExpressionValue(obtainStyledAttributes, "obtainStyledAttributes(attrs, styleable)"); - this.i = obtainStyledAttributes.getInt(5, this.i); + this.i = obtainStyledAttributes.getInt(6, this.i); this.l = obtainStyledAttributes.getDimensionPixelSize(4, this.l); this.n = obtainStyledAttributes.getColor(0, this.n); this.o = obtainStyledAttributes.getDimensionPixelSize(3, this.o); + this.p = obtainStyledAttributes.getColor(5, this.p); this.m = obtainStyledAttributes.getDimensionPixelSize(2, this.m); - this.p = obtainStyledAttributes.getDimensionPixelSize(1, this.p); - this.j = obtainStyledAttributes.getBoolean(8, this.j); - this.k = obtainStyledAttributes.getBoolean(7, this.k); - this.r = obtainStyledAttributes.getDimensionPixelSize(6, this.r); - this.f2201s = obtainStyledAttributes.getBoolean(9, this.f2201s); + this.q = obtainStyledAttributes.getDimensionPixelSize(1, this.q); + this.j = obtainStyledAttributes.getBoolean(10, this.j); + this.k = obtainStyledAttributes.getBoolean(9, this.k); + this.f2201s = obtainStyledAttributes.getDimensionPixelSize(7, this.f2201s); + this.t = obtainStyledAttributes.getBoolean(11, this.t); + this.u = obtainStyledAttributes.getColor(8, this.u); obtainStyledAttributes.recycle(); int i = this.m; - int i2 = this.p; - this.q = new CutoutView.a.b((this.l / 2) + i2, i + i2); + int i2 = this.q; + this.r = new CutoutView.a.b((this.l / 2) + i2, i + i2); if (isInEditMode()) { - setItems(n.listOf((Object[]) new b[]{a.a, a.b, a.f2202c})); + setItems(n.listOf((Object[]) new c[]{new c(a.i, b.i), new c(a.j, b.j), new c(a.k, b.k)})); } } /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [('+' char), (r2v2 int)] */ - public final void setItems(Collection collection) { + public final void setItems(Collection collection) { m.checkNotNullParameter(collection, "items"); removeAllViews(); boolean z2 = false; @@ -120,7 +167,7 @@ public final class PileView extends FrameLayout { if (i2 < 0) { n.throwIndexOverflow(); } - b bVar = (b) obj; + c cVar = (c) obj; int i4 = this.l * i2; int i5 = this.m * i2; View inflate = LayoutInflater.from(getContext()).inflate(R.layout.view_pile_item, this, z2); @@ -130,16 +177,17 @@ public final class PileView extends FrameLayout { i6 = R.id.pileItemImage; SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.pileItemImage); if (simpleDraweeView2 != null) { - CutoutView cutoutView = (CutoutView) inflate; - m.checkNotNullExpressionValue(new t2(cutoutView, simpleDraweeView, simpleDraweeView2), "ViewPileItemBinding.infl…om(context), this, false)"); - cutoutView.setId(FrameLayout.generateViewId()); - int i7 = this.l; - FrameLayout.LayoutParams layoutParams = new FrameLayout.LayoutParams(i7, i7); - layoutParams.setMarginStart(i4 - i5); - cutoutView.setLayoutParams(layoutParams); - m.checkNotNullExpressionValue(cutoutView, "itemBinding.root"); - addView(cutoutView, cutoutView.getLayoutParams()); - if (this.o > 0) { + TextView textView = (TextView) inflate.findViewById(R.id.pileItemInitials); + if (textView != null) { + CutoutView cutoutView = (CutoutView) inflate; + m.checkNotNullExpressionValue(new t2(cutoutView, simpleDraweeView, simpleDraweeView2, textView), "ViewPileItemBinding.infl…om(context), this, false)"); + cutoutView.setId(FrameLayout.generateViewId()); + int i7 = this.l; + FrameLayout.LayoutParams layoutParams = new FrameLayout.LayoutParams(i7, i7); + layoutParams.setMarginStart(i4 - i5); + cutoutView.setLayoutParams(layoutParams); + m.checkNotNullExpressionValue(cutoutView, "itemBinding.root"); + addView(cutoutView, cutoutView.getLayoutParams()); m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.pileItemImage"); int i8 = this.o; simpleDraweeView2.setPadding(i8, i8, i8, i8); @@ -161,44 +209,68 @@ public final class PileView extends FrameLayout { m.checkNotNullExpressionValue(simpleDraweeView, "itemBinding.pileItemBg"); simpleDraweeView.setVisibility(0); } + if (i2 != i || size > 0) { + cutoutView.setStyle(this.r); + } + String invoke = cVar.a.invoke(Integer.valueOf(IconUtils.getMediaProxySize(this.l))); + Function0 function0 = cVar.b; + String invoke2 = function0 != null ? function0.mo1invoke() : null; + m.checkNotNullExpressionValue(textView, "itemBinding.pileItemInitials"); + int i9 = 8; + textView.setVisibility(invoke == null ? 0 : 8); + m.checkNotNullExpressionValue(textView, "itemBinding.pileItemInitials"); + textView.setText(invoke2); + int i10 = this.p; + if (i10 != 0) { + textView.setTextColor(i10); + } + m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.pileItemImage"); + if (invoke != null) { + i9 = 0; + } + simpleDraweeView2.setVisibility(i9); + if (invoke != null) { + m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.pileItemImage"); + MGImages.setImage$default(simpleDraweeView2, invoke, 0, 0, true, null, null, 108, null); + } + i2 = i3; + z2 = false; + } else { + i6 = R.id.pileItemInitials; } - if (i2 != i || size > 0) { - cutoutView.setStyle(this.q); - } - String imageUri = bVar.getImageUri(IconUtils.getMediaProxySize(this.l)); - m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.pileItemImage"); - MGImages.setImage$default(simpleDraweeView2, imageUri, 0, 0, true, null, null, 108, null); - i2 = i3; - z2 = false; } } throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i6))); } if (size > 0) { - int i9 = this.i - 1; - int i10 = this.l * i9; - int i11 = i9 * this.m; + int i11 = this.i - 1; + int i12 = this.l * i11; + int i13 = i11 * this.m; View inflate2 = LayoutInflater.from(getContext()).inflate(R.layout.pile_item_overflow_view, (ViewGroup) this, false); - TextView textView = (TextView) inflate2.findViewById(R.id.pile_item_text); - if (textView != null) { + TextView textView2 = (TextView) inflate2.findViewById(R.id.pile_item_text); + if (textView2 != null) { CutoutView cutoutView2 = (CutoutView) inflate2; - m.checkNotNullExpressionValue(new u0(cutoutView2, textView), "PileItemOverflowViewBind…om(context), this, false)"); + m.checkNotNullExpressionValue(new u0(cutoutView2, textView2), "PileItemOverflowViewBind…om(context), this, false)"); cutoutView2.setId(FrameLayout.generateViewId()); FrameLayout.LayoutParams layoutParams2 = new FrameLayout.LayoutParams(-2, this.l); - layoutParams2.setMarginStart(i10 - i11); + layoutParams2.setMarginStart(i12 - i13); cutoutView2.setLayoutParams(layoutParams2); - m.checkNotNullExpressionValue(textView, "overflowItemBinding.pileItemText"); + m.checkNotNullExpressionValue(textView2, "overflowItemBinding.pileItemText"); StringBuilder sb = new StringBuilder(); sb.append('+'); sb.append(size); - textView.setText(sb.toString()); - textView.setTextSize(0, (float) this.r); + textView2.setText(sb.toString()); + textView2.setTextSize(0, (float) this.f2201s); m.checkNotNullExpressionValue(cutoutView2, "overflowItemBinding.root"); addView(cutoutView2, cutoutView2.getLayoutParams()); - m.checkNotNullExpressionValue(textView, "overflowItemBinding.pileItemText"); + m.checkNotNullExpressionValue(textView2, "overflowItemBinding.pileItemText"); MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(new ShapeAppearanceModel.Builder().setAllCornerSizes(ShapeAppearanceModel.PILL).build()); - materialShapeDrawable.setFillColor(ColorStateList.valueOf(this.n)); - textView.setBackground(materialShapeDrawable); + int i14 = this.u; + if (i14 == 0) { + i14 = this.n; + } + materialShapeDrawable.setFillColor(ColorStateList.valueOf(i14)); + textView2.setBackground(materialShapeDrawable); return; } throw new NullPointerException("Missing required view with ID: ".concat(inflate2.getResources().getResourceName(R.id.pile_item_text))); diff --git a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java index 8c9b1c4b9b..02fb431835 100644 --- a/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java +++ b/app/src/main/java/com/discord/views/calls/VideoCallParticipantView.java @@ -70,14 +70,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public boolean r; /* renamed from: s reason: collision with root package name */ - public VideoCallGridAdapter.CallUiInsets f2203s; + public VideoCallGridAdapter.CallUiInsets f2202s; public boolean t; public Drawable u; public Drawable v; public Function2 w; /* renamed from: x reason: collision with root package name */ - public Function2 f2204x; + public Function2 f2203x; /* compiled from: VideoCallParticipantView.kt */ public static final class ParticipantData implements FrameGridLayout.Data { @@ -85,7 +85,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StoreVoiceParticipants.VoiceUser b; /* renamed from: c reason: collision with root package name */ - public final boolean f2205c; + public final boolean f2204c; public final RendererCommon.ScalingType d; public final RendererCommon.ScalingType e; public final ApplicationStreamState f; @@ -115,14 +115,14 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final StreamResolution b; /* renamed from: c reason: collision with root package name */ - public final StreamFps f2206c; + public final StreamFps f2205c; public final boolean d; public a(boolean z2, StreamResolution streamResolution, StreamFps streamFps, boolean z3) { m.checkNotNullParameter(streamResolution, "resolution"); this.a = z2; this.b = streamResolution; - this.f2206c = streamFps; + this.f2205c = streamFps; this.d = z3; } @@ -134,7 +134,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } a aVar = (a) obj; - return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2206c, aVar.f2206c) && this.d == aVar.d; + return this.a == aVar.a && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2205c, aVar.f2205c) && this.d == aVar.d; } public int hashCode() { @@ -150,7 +150,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StreamResolution streamResolution = this.b; int i6 = 0; int hashCode = (i5 + (streamResolution != null ? streamResolution.hashCode() : 0)) * 31; - StreamFps streamFps = this.f2206c; + StreamFps streamFps = this.f2205c; if (streamFps != null) { i6 = streamFps.hashCode(); } @@ -168,7 +168,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements P.append(", resolution="); P.append(this.b); P.append(", fps="); - P.append(this.f2206c); + P.append(this.f2205c); P.append(", isBadQuality="); return c.d.b.a.a.L(P, this.d, ")"); } @@ -181,7 +181,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(voiceUser, "participant"); m.checkNotNullParameter(type, "type"); this.b = voiceUser; - this.f2205c = z2; + this.f2204c = z2; this.d = scalingType; this.e = scalingType2; this.f = applicationStreamState; @@ -204,7 +204,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public static ParticipantData a(ParticipantData participantData, StoreVoiceParticipants.VoiceUser voiceUser, boolean z2, RendererCommon.ScalingType scalingType, RendererCommon.ScalingType scalingType2, ApplicationStreamState applicationStreamState, Type type, boolean z3, boolean z4, a aVar, int i) { Type type2 = null; StoreVoiceParticipants.VoiceUser voiceUser2 = (i & 1) != 0 ? participantData.b : null; - boolean z5 = (i & 2) != 0 ? participantData.f2205c : z2; + boolean z5 = (i & 2) != 0 ? participantData.f2204c : z2; RendererCommon.ScalingType scalingType3 = (i & 4) != 0 ? participantData.d : scalingType; RendererCommon.ScalingType scalingType4 = (i & 8) != 0 ? participantData.e : scalingType2; ApplicationStreamState applicationStreamState2 = (i & 16) != 0 ? participantData.f : null; @@ -253,7 +253,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return false; } ParticipantData participantData = (ParticipantData) obj; - return m.areEqual(this.b, participantData.b) && this.f2205c == participantData.f2205c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); + return m.areEqual(this.b, participantData.b) && this.f2204c == participantData.f2204c && m.areEqual(this.d, participantData.d) && m.areEqual(this.e, participantData.e) && m.areEqual(this.f, participantData.f) && m.areEqual(this.g, participantData.g) && this.h == participantData.h && this.i == participantData.i && m.areEqual(this.j, participantData.j); } @Override // com.discord.utilities.view.grid.FrameGridLayout.Data @@ -265,7 +265,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StoreVoiceParticipants.VoiceUser voiceUser = this.b; int i = 0; int hashCode = (voiceUser != null ? voiceUser.hashCode() : 0) * 31; - boolean z2 = this.f2205c; + boolean z2 = this.f2204c; int i2 = 1; if (z2) { z2 = true; @@ -306,7 +306,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements StringBuilder P = c.d.b.a.a.P("ParticipantData(participant="); P.append(this.b); P.append(", mirrorVideo="); - P.append(this.f2205c); + P.append(this.f2204c); P.append(", scalingType="); P.append(this.d); P.append(", scalingTypeMismatchOrientation="); @@ -430,7 +430,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements public final void onClick(View view) { Function2 function2 = this.i.w; ParticipantData.a aVar = this.j; - function2.invoke(aVar.b, aVar.f2206c); + function2.invoke(aVar.b, aVar.f2205c); } } @@ -517,11 +517,11 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullExpressionValue(h4Var, "ViewVideoCallParticipant…ater.from(context), this)"); this.i = h4Var; this.m = j.i; - this.f2203s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); + this.f2202s = new VideoCallGridAdapter.CallUiInsets(0, 0, 0, 0); this.u = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator); this.v = ContextCompat.getDrawable(context, R.drawable.bg_stream_live_indicator_split_pill); this.w = t.i; - this.f2204x = t.j; + this.f2203x = t.j; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet2, R.a.VideoCallParticipantView, 0, 0); m.checkNotNullExpressionValue(obtainStyledAttributes, "context.obtainStyledAttr… 0\n )"); @@ -569,7 +569,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements z2 = videoCallParticipantView.r; } if ((i & 8) != 0) { - callUiInsets2 = videoCallParticipantView.f2203s; + callUiInsets2 = videoCallParticipantView.f2202s; } if ((i & 16) != 0) { z3 = videoCallParticipantView.t; @@ -587,8 +587,8 @@ public final class VideoCallParticipantView extends ConstraintLayout implements return; } ConstraintLayout constraintLayout = this.i.e; - constraintLayout.setTranslationX(-((float) this.f2203s.getRight())); - constraintLayout.setTranslationY((float) this.f2203s.getTop()); + constraintLayout.setTranslationX(-((float) this.f2202s.getRight())); + constraintLayout.setTranslationY((float) this.f2202s.getTop()); constraintLayout.setOnClickListener(new a(this, aVar)); ImageView imageView = this.i.f; m.checkNotNullExpressionValue(imageView, "binding.participantFullscreenStreamqualIcon"); @@ -597,7 +597,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); CharSequence a2 = streamResolution.a(context); - StreamFps streamFps = aVar.f2206c; + StreamFps streamFps = aVar.f2205c; if (streamFps != null) { Context context2 = getContext(); m.checkNotNullExpressionValue(context2, "context"); @@ -628,7 +628,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements textView2.setVisibility(i); textView2.setTextColor(ContextCompat.getColor(textView2.getContext(), i2)); textView2.requestLayout(); - this.f2204x.invoke(aVar.b, aVar.f2206c); + this.f2203x.invoke(aVar.b, aVar.f2205c); b(true); } @@ -660,7 +660,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements m.checkNotNullParameter(callUiInsets, "callUiInsets"); this.q = displayCutoutCompat; this.r = z2; - this.f2203s = callUiInsets; + this.f2202s = callUiInsets; this.t = z3; StoreVoiceParticipants.VoiceUser voiceUser = participantData != null ? participantData.b : null; if (voiceUser != null) { @@ -912,7 +912,7 @@ public final class VideoCallParticipantView extends ConstraintLayout implements RendererCommon.ScalingType scalingType = participantData == null ? participantData.d : null; RendererCommon.ScalingType scalingType2 = participantData == null ? participantData.e : null; if (participantData == null) { - z5 = participantData.f2205c; + z5 = participantData.f2204c; num = b2; } else { num = b2; diff --git a/app/src/main/java/com/discord/views/directories/ServerDiscoveryItem.java b/app/src/main/java/com/discord/views/directories/ServerDiscoveryItem.java index 7a0917fc3b..d016539ae6 100644 --- a/app/src/main/java/com/discord/views/directories/ServerDiscoveryItem.java +++ b/app/src/main/java/com/discord/views/directories/ServerDiscoveryItem.java @@ -9,11 +9,10 @@ import android.widget.TextView; import androidx.constraintlayout.widget.Barrier; import androidx.constraintlayout.widget.ConstraintLayout; import c.a.i.f3; -import c.a.i.h3; import c.a.k.b; import com.discord.R; -import com.discord.utilities.resources.StringResourceUtilsKt; import com.discord.views.GuildView; +import com.discord.views.guilds.ServerMemberCount; import com.google.android.material.button.MaterialButton; import d0.z.d.m; /* compiled from: ServerDiscoveryItem.kt */ @@ -38,38 +37,28 @@ public final class ServerDiscoveryItem extends ConstraintLayout { MaterialButton materialButton2 = (MaterialButton) findViewById(R.id.server_discovery_item_button_joined); if (materialButton2 != null) { i = R.id.server_discovery_item_count_container; - View findViewById = findViewById(R.id.server_discovery_item_count_container); - if (findViewById != null) { - h3 a = h3.a(findViewById); + ServerMemberCount serverMemberCount = (ServerMemberCount) findViewById(R.id.server_discovery_item_count_container); + if (serverMemberCount != null) { + i = R.id.server_discovery_item_description; TextView textView = (TextView) findViewById(R.id.server_discovery_item_description); if (textView != null) { + i = R.id.server_discovery_item_image; GuildView guildView = (GuildView) findViewById(R.id.server_discovery_item_image); if (guildView != null) { + i = R.id.server_discovery_item_overflow; ImageView imageView = (ImageView) findViewById(R.id.server_discovery_item_overflow); if (imageView != null) { + i = R.id.server_discovery_item_title; TextView textView2 = (TextView) findViewById(R.id.server_discovery_item_title); if (textView2 != null) { - f3 f3Var = new f3(this, barrier, barrier2, materialButton, materialButton2, a, textView, guildView, imageView, textView2); + f3 f3Var = new f3(this, barrier, barrier2, materialButton, materialButton2, serverMemberCount, textView, guildView, imageView, textView2); m.checkNotNullExpressionValue(f3Var, "ViewServerDiscoveryItemB…ater.from(context), this)"); this.i = f3Var; guildView.b(); - ImageView imageView2 = a.b; - m.checkNotNullExpressionValue(imageView2, "binding.serverDiscoveryI…ainer.itemInviteOnlineDot"); - imageView2.setVisibility(0); - ImageView imageView3 = a.d; - m.checkNotNullExpressionValue(imageView3, "binding.serverDiscoveryI….itemInviteTotalMemberDot"); - imageView3.setVisibility(0); return; } - i = R.id.server_discovery_item_title; - } else { - i = R.id.server_discovery_item_overflow; } - } else { - i = R.id.server_discovery_item_image; } - } else { - i = R.id.server_discovery_item_description; } } } @@ -107,17 +96,11 @@ public final class ServerDiscoveryItem extends ConstraintLayout { } public final void setMembers(int i) { - TextView textView = this.i.d.e; - m.checkNotNullExpressionValue(textView, "binding.serverDiscoveryI…itemInviteTotalMemberText"); - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - textView.setText(StringResourceUtilsKt.getI18nPluralString(context, R.plurals.members_header_members, i, Integer.valueOf(i))); + this.i.d.setMembers(Integer.valueOf(i)); } public final void setOnline(int i) { - TextView textView = this.i.d.f107c; - m.checkNotNullExpressionValue(textView, "binding.serverDiscoveryI…iner.itemInviteOnlineText"); - textView.setText(b.j(this, R.string.instant_invite_guild_members_online, new Object[]{Integer.valueOf(i)}, null, 4)); + this.i.d.setOnline(Integer.valueOf(i)); } public final void setOverflowOnClickListener(View.OnClickListener onClickListener) { diff --git a/app/src/main/java/com/discord/views/guilds/ServerMemberCount.java b/app/src/main/java/com/discord/views/guilds/ServerMemberCount.java new file mode 100644 index 0000000000..37503eb3f8 --- /dev/null +++ b/app/src/main/java/com/discord/views/guilds/ServerMemberCount.java @@ -0,0 +1,96 @@ +package com.discord.views.guilds; + +import android.content.Context; +import android.util.AttributeSet; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.TextView; +import c.a.i.h3; +import c.a.k.b; +import com.discord.R; +import com.discord.utilities.resources.StringResourceUtilsKt; +import d0.z.d.m; +/* compiled from: ServerMemberCount.kt */ +public final class ServerMemberCount extends FrameLayout { + public final h3 i; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public ServerMemberCount(Context context, AttributeSet attributeSet) { + super(context, attributeSet, 0); + m.checkNotNullParameter(context, "context"); + View inflate = LayoutInflater.from(context).inflate(R.layout.view_server_member_count, (ViewGroup) this, false); + addView(inflate); + int i = R.id.item_invite_online_dot; + ImageView imageView = (ImageView) inflate.findViewById(R.id.item_invite_online_dot); + if (imageView != null) { + i = R.id.item_invite_online_text; + TextView textView = (TextView) inflate.findViewById(R.id.item_invite_online_text); + if (textView != null) { + i = R.id.item_invite_total_member_dot; + ImageView imageView2 = (ImageView) inflate.findViewById(R.id.item_invite_total_member_dot); + if (imageView2 != null) { + i = R.id.item_invite_total_member_text; + TextView textView2 = (TextView) inflate.findViewById(R.id.item_invite_total_member_text); + if (textView2 != null) { + h3 h3Var = new h3((LinearLayout) inflate, imageView, textView, imageView2, textView2); + m.checkNotNullExpressionValue(h3Var, "ViewServerMemberCountBin…rom(context), this, true)"); + this.i = h3Var; + return; + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + + public final void setInvalidText(CharSequence charSequence) { + ImageView imageView = this.i.b; + m.checkNotNullExpressionValue(imageView, "binding.itemInviteOnlineDot"); + imageView.setVisibility(8); + ImageView imageView2 = this.i.d; + m.checkNotNullExpressionValue(imageView2, "binding.itemInviteTotalMemberDot"); + imageView2.setVisibility(8); + TextView textView = this.i.f107c; + m.checkNotNullExpressionValue(textView, "binding.itemInviteOnlineText"); + b.a(textView, charSequence); + TextView textView2 = this.i.e; + m.checkNotNullExpressionValue(textView2, "binding.itemInviteTotalMemberText"); + b.a(textView2, null); + } + + public final void setMembers(Integer num) { + CharSequence charSequence; + ImageView imageView = this.i.d; + m.checkNotNullExpressionValue(imageView, "binding.itemInviteTotalMemberDot"); + imageView.setVisibility(num != null ? 0 : 8); + TextView textView = this.i.e; + m.checkNotNullExpressionValue(textView, "binding.itemInviteTotalMemberText"); + if (num != null) { + num.intValue(); + Context context = getContext(); + m.checkNotNullExpressionValue(context, "context"); + charSequence = StringResourceUtilsKt.getI18nPluralString(context, R.plurals.members_header_members, num.intValue(), num); + } else { + charSequence = null; + } + b.a(textView, charSequence); + } + + public final void setOnline(Integer num) { + ImageView imageView = this.i.b; + m.checkNotNullExpressionValue(imageView, "binding.itemInviteOnlineDot"); + imageView.setVisibility(num != null ? 0 : 8); + TextView textView = this.i.f107c; + m.checkNotNullExpressionValue(textView, "binding.itemInviteOnlineText"); + CharSequence charSequence = null; + if (num != null) { + num.intValue(); + charSequence = b.j(this, R.string.instant_invite_guild_members_online, new Object[]{num}, null, 4); + } + b.a(textView, charSequence); + } +} diff --git a/app/src/main/java/com/discord/views/steps/StepsView.java b/app/src/main/java/com/discord/views/steps/StepsView.java index d92e8208a6..9e2d1f10e8 100644 --- a/app/src/main/java/com/discord/views/steps/StepsView.java +++ b/app/src/main/java/com/discord/views/steps/StepsView.java @@ -88,7 +88,7 @@ public final class StepsView extends RelativeLayout { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2207c; + public final int f2206c; public final Function1 d; public final Function1 e; public final Function1 f; @@ -109,7 +109,7 @@ public final class StepsView extends RelativeLayout { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2208s; + public final boolean f2207s; public final boolean t; /* JADX WARNING: Illegal instructions before constructor call */ @@ -137,7 +137,7 @@ public final class StepsView extends RelativeLayout { this.p = null; this.q = function14; this.r = z6; - this.f2208s = z7; + this.f2207s = z7; this.t = z5; } @@ -149,7 +149,7 @@ public final class StepsView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2208s == aVar.f2208s && this.t == aVar.t; + return m.areEqual(this.j, aVar.j) && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && m.areEqual(this.n, aVar.n) && m.areEqual(this.o, aVar.o) && m.areEqual(this.p, aVar.p) && m.areEqual(this.q, aVar.q) && this.r == aVar.r && this.f2207s == aVar.f2207s && this.t == aVar.t; } public int hashCode() { @@ -176,7 +176,7 @@ public final class StepsView extends RelativeLayout { int i5 = z2 ? 1 : 0; int i6 = z2 ? 1 : 0; int i7 = (i2 + i4) * 31; - boolean z3 = this.f2208s; + boolean z3 = this.f2207s; if (z3) { z3 = true; } @@ -211,7 +211,7 @@ public final class StepsView extends RelativeLayout { P.append(", canNext="); P.append(this.r); P.append(", canCancel="); - P.append(this.f2208s); + P.append(this.f2207s); P.append(", allowScroll="); return c.d.b.a.a.L(P, this.t, ")"); } @@ -243,7 +243,7 @@ public final class StepsView extends RelativeLayout { public b(int i, int i2, int i3, Function1 function1, Function1 function12, Function1 function13, boolean z2, boolean z3, boolean z4, DefaultConstructorMarker defaultConstructorMarker) { this.a = i; this.b = i2; - this.f2207c = i3; + this.f2206c = i3; this.d = function1; this.e = function12; this.f = function13; @@ -302,19 +302,19 @@ public final class StepsView extends RelativeLayout { public final /* synthetic */ Function1 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function0 f2209c; + public final /* synthetic */ Function0 f2208c; public e(StepsView stepsView, Function1 function1, Function0 function0) { this.a = stepsView; this.b = function1; - this.f2209c = function0; + this.f2208c = function0; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageSelected(int i) { this.b.invoke(Integer.valueOf(i)); StepsView stepsView = this.a; - Function0 function0 = this.f2209c; + Function0 function0 = this.f2208c; int i2 = StepsView.i; stepsView.c(i, function0); } @@ -454,7 +454,7 @@ public final class StepsView extends RelativeLayout { TextView textView = this.j.f196c; m.checkNotNullExpressionValue(textView, "binding.stepsCancel"); textView.setText(getContext().getString(((b) list.get(i2)).b)); - this.j.e.setText(getContext().getString(((b) list.get(i2)).f2207c)); + this.j.e.setText(getContext().getString(((b) list.get(i2)).f2206c)); MaterialButton materialButton = this.j.f; m.checkNotNullExpressionValue(materialButton, "binding.stepsNext"); materialButton.setText(getContext().getString(((b) list.get(i2)).a)); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java index c18fdc2525..c83983af84 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceView.java @@ -46,7 +46,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { public final Presence b; /* renamed from: c reason: collision with root package name */ - public final StreamContext f2210c; + public final StreamContext f2209c; public final boolean d; public final GuildMember e; @@ -54,7 +54,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2210c = streamContext; + this.f2209c = streamContext; this.d = z2; this.e = guildMember; } @@ -64,7 +64,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { m.checkNotNullParameter(user, "user"); this.a = user; this.b = presence; - this.f2210c = streamContext; + this.f2209c = streamContext; this.d = z2; this.e = null; } @@ -77,7 +77,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2210c, aVar.f2210c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2209c, aVar.f2209c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { @@ -86,7 +86,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { int hashCode = (user != null ? user.hashCode() : 0) * 31; Presence presence = this.b; int hashCode2 = (hashCode + (presence != null ? presence.hashCode() : 0)) * 31; - StreamContext streamContext = this.f2210c; + StreamContext streamContext = this.f2209c; int hashCode3 = (hashCode2 + (streamContext != null ? streamContext.hashCode() : 0)) * 31; boolean z2 = this.d; if (z2) { @@ -109,7 +109,7 @@ public final class UserAvatarPresenceView extends RelativeLayout { P.append(", presence="); P.append(this.b); P.append(", streamContext="); - P.append(this.f2210c); + P.append(this.f2209c); P.append(", showPresence="); P.append(this.d); P.append(", guildMember="); diff --git a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java index 63c9b7cd04..068db612cc 100644 --- a/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java +++ b/app/src/main/java/com/discord/views/user/UserAvatarPresenceViewController.java @@ -20,7 +20,7 @@ public final class UserAvatarPresenceViewController extends RxViewController observeState() { Observable F = this.b.observeUser(this.a).x(ObservableExtensionsKt$filterNull$1.INSTANCE).F(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(F, "filter { it != null }.map { it!! }"); - Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2211c), this.d.getForUser(this.a, false), a.a); + Observable i = Observable.i(F, ModelRichPresence.Companion.get(this.a, this.f2210c), this.d.getForUser(this.a, false), a.a); m.checkNotNullExpressionValue(i, "Observable.combineLatest…nce = true,\n )\n }"); return i; } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java index eceab6956e..a425c813a8 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthMfa$onViewBound$1.java @@ -16,10 +16,10 @@ public final class WidgetAuthMfa$onViewBound$1 implements Action2 { public final /* synthetic */ String $avatarUrl; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public UserAkaView$configure$1$1(String str) { + super(1); this.$avatarUrl = str; } - @Override // com.discord.views.PileView.b - public final String getImageUri(int i) { + /* 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 */ String invoke(Integer num) { + return invoke(num.intValue()); + } + + public final String invoke(int i) { return this.$avatarUrl; } } diff --git a/app/src/main/java/com/discord/widgets/channels/UserAkaView.java b/app/src/main/java/com/discord/widgets/channels/UserAkaView.java index ceb721e357..30aefdb5b0 100644 --- a/app/src/main/java/com/discord/widgets/channels/UserAkaView.java +++ b/app/src/main/java/com/discord/widgets/channels/UserAkaView.java @@ -15,6 +15,7 @@ import d0.t.n; import d0.t.o; import d0.z.d.m; import java.util.ArrayList; +import java.util.Iterator; import java.util.List; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: UserAkaView.kt */ @@ -22,7 +23,7 @@ public final class UserAkaView extends ConstraintLayout { private final UserAkaViewBinding binding; private List guildMembers; private final StringBuilder nicknameStringBuilder; - private List pileItems; + private List pileItems; public UserAkaView(Context context) { this(context, null, 0, 6, null); @@ -76,22 +77,24 @@ public final class UserAkaView extends ConstraintLayout { m.checkNotNullParameter(list, "guildMembers"); this.guildMembers = list; float dimension = getResources().getDimension(R.dimen.aka_avatar_width); - ArrayList arrayList = new ArrayList(); + ArrayList arrayList = new ArrayList(); for (Object obj : list) { if (((GuildMember) obj).hasAvatar()) { arrayList.add(obj); } } - ArrayList arrayList2 = new ArrayList(); - for (GuildMember guildMember : arrayList) { - String forGuildMember$default = IconUtils.getForGuildMember$default(IconUtils.INSTANCE, guildMember, Integer.valueOf((int) dimension), false, 4, null); + ArrayList arrayList2 = new ArrayList(); + Iterator it = arrayList.iterator(); + while (it.hasNext()) { + String forGuildMember$default = IconUtils.getForGuildMember$default(IconUtils.INSTANCE, (GuildMember) it.next(), Integer.valueOf((int) dimension), false, 4, null); if (forGuildMember$default != null) { arrayList2.add(forGuildMember$default); } } ArrayList arrayList3 = new ArrayList(o.collectionSizeOrDefault(arrayList2, 10)); - for (String str : arrayList2) { - arrayList3.add(new UserAkaView$configure$1$1(str)); + Iterator it2 = arrayList2.iterator(); + while (it2.hasNext()) { + arrayList3.add(new PileView.c(new UserAkaView$configure$1$1((String) it2.next()), null)); } this.pileItems = arrayList3; this.binding.f1664c.setItems(arrayList3); @@ -106,8 +109,7 @@ public final class UserAkaView extends ConstraintLayout { return this.nicknameStringBuilder; } - /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.List, java.util.List */ - public final List getPileItems() { + public final List getPileItems() { return this.pileItems; } @@ -116,7 +118,7 @@ public final class UserAkaView extends ConstraintLayout { this.guildMembers = list; } - public final void setPileItems(List list) { + public final void setPileItems(List list) { m.checkNotNullParameter(list, ""); this.pileItems = list; } diff --git a/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java b/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java index 3d13f57ee5..93ae523e32 100644 --- a/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java +++ b/app/src/main/java/com/discord/widgets/channels/list/items/ChannelListItemHeader.java @@ -7,7 +7,7 @@ public final class ChannelListItemHeader implements ChannelListItem { private final boolean ableToManageChannel; /* renamed from: id reason: collision with root package name */ - private final long f2212id; + private final long f2211id; private final String key; private final long selectedGuildId; private final int textResId; @@ -15,7 +15,7 @@ public final class ChannelListItemHeader implements ChannelListItem { /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x0013: INVOKE (r5v1 int) = (r0v0 'this' com.discord.widgets.channels.list.items.ChannelListItemHeader A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.channels.list.items.ChannelListItemHeader.getType():int), (r1v0 long), (r3v0 int)] */ public ChannelListItemHeader(long j, int i, boolean z2, long j2) { - this.f2212id = j; + this.f2211id = j; this.textResId = i; this.ableToManageChannel = z2; this.selectedGuildId = j2; @@ -28,7 +28,7 @@ public final class ChannelListItemHeader implements ChannelListItem { public static /* synthetic */ ChannelListItemHeader copy$default(ChannelListItemHeader channelListItemHeader, long j, int i, boolean z2, long j2, int i2, Object obj) { if ((i2 & 1) != 0) { - j = channelListItemHeader.f2212id; + j = channelListItemHeader.f2211id; } if ((i2 & 2) != 0) { i = channelListItemHeader.textResId; @@ -43,7 +43,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public final long component1() { - return this.f2212id; + return this.f2211id; } public final int component2() { @@ -70,7 +70,7 @@ public final class ChannelListItemHeader implements ChannelListItem { return false; } ChannelListItemHeader channelListItemHeader = (ChannelListItemHeader) obj; - return this.f2212id == channelListItemHeader.f2212id && this.textResId == channelListItemHeader.textResId && this.ableToManageChannel == channelListItemHeader.ableToManageChannel && this.selectedGuildId == channelListItemHeader.selectedGuildId; + return this.f2211id == channelListItemHeader.f2211id && this.textResId == channelListItemHeader.textResId && this.ableToManageChannel == channelListItemHeader.ableToManageChannel && this.selectedGuildId == channelListItemHeader.selectedGuildId; } public final boolean getAbleToManageChannel() { @@ -78,7 +78,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public final long getId() { - return this.f2212id; + return this.f2211id; } @Override // com.discord.widgets.channels.list.items.ChannelListItem, com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -100,7 +100,7 @@ public final class ChannelListItemHeader implements ChannelListItem { } public int hashCode() { - int a = ((b.a(this.f2212id) * 31) + this.textResId) * 31; + int a = ((b.a(this.f2211id) * 31) + this.textResId) * 31; boolean z2 = this.ableToManageChannel; if (z2) { z2 = true; @@ -113,7 +113,7 @@ public final class ChannelListItemHeader implements ChannelListItem { public String toString() { StringBuilder P = a.P("ChannelListItemHeader(id="); - P.append(this.f2212id); + P.append(this.f2211id); P.append(", textResId="); P.append(this.textResId); P.append(", ableToManageChannel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java index c6af8a0c9e..80c40057de 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsAdvanced.java @@ -61,7 +61,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2213me; + private final MeUser f2212me; private final List memberItems; private final long myPermissions; private final List roleItems; @@ -117,7 +117,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); m.checkNotNullParameter(list, "memberItems"); - this.f2213me = meUser; + this.f2212me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -145,7 +145,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, List list, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2213me; + meUser = model.f2212me; } if ((i & 2) != 0) { guild = model.guild; @@ -166,7 +166,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser component1() { - return this.f2213me; + return this.f2212me; } public final Guild component2() { @@ -206,7 +206,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2213me, model.f2213me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); + return m.areEqual(this.f2212me, model.f2212me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles) && m.areEqual(this.memberItems, model.memberItems); } public final boolean getCanAddRole() { @@ -230,7 +230,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public final MeUser getMe() { - return this.f2213me; + return this.f2212me; } public final List getMemberItems() { @@ -246,7 +246,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment } public int hashCode() { - MeUser meUser = this.f2213me; + MeUser meUser = this.f2212me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -264,7 +264,7 @@ public final class WidgetChannelSettingsPermissionsAdvanced extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2213me); + P.append(this.f2212me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java index 34709b06c6..e55ad5d9fa 100644 --- a/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java +++ b/app/src/main/java/com/discord/widgets/channels/permissions/WidgetChannelSettingsPermissionsOverview.java @@ -74,7 +74,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment private final Map guildRoles; /* renamed from: me reason: collision with root package name */ - private final MeUser f2214me; + private final MeUser f2213me; private final long myPermissions; /* compiled from: WidgetChannelSettingsPermissionsOverview.kt */ @@ -102,7 +102,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(channel, "channel"); m.checkNotNullParameter(map, "guildRoles"); - this.f2214me = meUser; + this.f2213me = meUser; this.guild = guild; this.channel = channel; this.myPermissions = j; @@ -114,7 +114,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ Model copy$default(Model model, MeUser meUser, Guild guild, Channel channel, long j, Map map, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2214me; + meUser = model.f2213me; } if ((i & 2) != 0) { guild = model.guild; @@ -132,7 +132,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser component1() { - return this.f2214me; + return this.f2213me; } public final Guild component2() { @@ -167,7 +167,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment return false; } Model model = (Model) obj; - return m.areEqual(this.f2214me, model.f2214me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); + return m.areEqual(this.f2213me, model.f2213me) && m.areEqual(this.guild, model.guild) && m.areEqual(this.channel, model.channel) && this.myPermissions == model.myPermissions && m.areEqual(this.guildRoles, model.guildRoles); } public final boolean getCanManage() { @@ -187,7 +187,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public final MeUser getMe() { - return this.f2214me; + return this.f2213me; } public final long getMyPermissions() { @@ -195,7 +195,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment } public int hashCode() { - MeUser meUser = this.f2214me; + MeUser meUser = this.f2213me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; Guild guild = this.guild; @@ -211,7 +211,7 @@ public final class WidgetChannelSettingsPermissionsOverview extends AppFragment public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2214me); + P.append(this.f2213me); P.append(", guild="); P.append(this.guild); P.append(", channel="); diff --git a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java index b0bb0c5e8e..609c472ca3 100644 --- a/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/channels/settings/WidgetTextChannelSettings$configureUI$1.java @@ -21,7 +21,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_channel_settings_delete /* 2131364171 */: + case R.id.menu_channel_settings_delete /* 2131364161 */: if (this.$this_configureUI.isPublicGuildRulesChannel() || this.$this_configureUI.isPublicGuildUpdatesChannel()) { WidgetTextChannelSettings.access$cannotDeleteWarn(this.this$0, this.$this_configureUI.isPublicGuildRulesChannel()); return; @@ -29,7 +29,7 @@ public final class WidgetTextChannelSettings$configureUI$1 implements Ac WidgetTextChannelSettings.access$confirmDelete(this.this$0, this.$this_configureUI.getChannel()); return; } - case R.id.menu_channel_settings_reset /* 2131364172 */: + case R.id.menu_channel_settings_reset /* 2131364162 */: StoreUserGuildSettings userGuildSettings = StoreStream.Companion.getUserGuildSettings(); m.checkNotNullExpressionValue(context, "context"); userGuildSettings.setChannelNotificationsDefault(context, this.$this_configureUI.getChannel()); diff --git a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java index db75721d0c..f49c1cac6f 100644 --- a/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java +++ b/app/src/main/java/com/discord/widgets/channels/threads/browser/WidgetThreadBrowser$updateMenu$1.java @@ -19,11 +19,11 @@ public final class WidgetThreadBrowser$updateMenu$1 implements Action2 im public void onSendButtonClicked(FlexInputListener flexInputListener) { FlexInputState viewState = getViewState(); if (viewState != null && flexInputListener != null) { - flexInputListener.onSend(viewState.a, viewState.f2480c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); + flexInputListener.onSend(viewState.a, viewState.f2479c, new AppFlexInputViewModel$onSendButtonClicked$1(this)); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java index 1ec920f148..2dce90fcc1 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/ChatInputViewModel.java @@ -721,7 +721,7 @@ public final class ChatInputViewModel extends AppViewModel { private final boolean isOnCooldown; /* renamed from: me reason: collision with root package name */ - private final MeUser f2215me; + private final MeUser f2214me; private final GuildMember meGuildMember; private final PendingReply pendingReply; private final Integer relationshipType; @@ -828,7 +828,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(guildVerificationLevel, "verificationLevelTriggered"); m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; - this.f2215me = meUser; + this.f2214me = meUser; this.editingMessage = editingMessage; this.relationshipType = num; this.channelPermissions = l; @@ -844,7 +844,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, MeUser meUser, StoreChat.EditingMessage editingMessage, Integer num, Long l, GuildVerificationLevel guildVerificationLevel, boolean z2, boolean z3, Guild guild, PendingReply pendingReply, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, GuildMember guildMember, GuildJoinRequest guildJoinRequest, StoreThreadDraft.ThreadDraftState threadDraftState, int i, Object obj) { - return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2215me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); + return loaded.copy((i & 1) != 0 ? loaded.channel : channel, (i & 2) != 0 ? loaded.f2214me : meUser, (i & 4) != 0 ? loaded.editingMessage : editingMessage, (i & 8) != 0 ? loaded.relationshipType : num, (i & 16) != 0 ? loaded.channelPermissions : l, (i & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i & 64) != 0 ? loaded.isLurking : z2, (i & 128) != 0 ? loaded.isOnCooldown : z3, (i & 256) != 0 ? loaded.guild : guild, (i & 512) != 0 ? loaded.pendingReply : pendingReply, (i & 1024) != 0 ? loaded.selectedThreadDraft : threadDraft, (i & 2048) != 0 ? loaded.meGuildMember : guildMember, (i & 4096) != 0 ? loaded.guildJoinRequest : guildJoinRequest, (i & 8192) != 0 ? loaded.threadDraftState : threadDraftState); } public final Channel component1() { @@ -872,7 +872,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2215me; + return this.f2214me; } public final StoreChat.EditingMessage component3() { @@ -919,7 +919,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2215me, loaded.f2215me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); + return m.areEqual(this.channel, loaded.channel) && m.areEqual(this.f2214me, loaded.f2214me) && m.areEqual(this.editingMessage, loaded.editingMessage) && m.areEqual(this.relationshipType, loaded.relationshipType) && m.areEqual(this.channelPermissions, loaded.channelPermissions) && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isOnCooldown == loaded.isOnCooldown && m.areEqual(this.guild, loaded.guild) && m.areEqual(this.pendingReply, loaded.pendingReply) && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && m.areEqual(this.meGuildMember, loaded.meGuildMember) && m.areEqual(this.guildJoinRequest, loaded.guildJoinRequest) && m.areEqual(this.threadDraftState, loaded.threadDraftState); } public final Channel getChannel() { @@ -943,7 +943,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2215me; + return this.f2214me; } public final GuildMember getMeGuildMember() { @@ -974,7 +974,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int hashCode = (channel != null ? channel.hashCode() : 0) * 31; - MeUser meUser = this.f2215me; + MeUser meUser = this.f2214me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode3 = (hashCode2 + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1027,7 +1027,7 @@ public final class ChatInputViewModel extends AppViewModel { StringBuilder P = a.P("Loaded(channel="); P.append(this.channel); P.append(", me="); - P.append(this.f2215me); + P.append(this.f2214me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", relationshipType="); @@ -1095,7 +1095,7 @@ public final class ChatInputViewModel extends AppViewModel { private final int maxFileSizeMB; /* renamed from: me reason: collision with root package name */ - private final MeUser f2216me; + private final MeUser f2215me; private final PendingReplyState pendingReplyState; private final StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft selectedThreadDraft; private final boolean shouldBadgeChatInput; @@ -1273,7 +1273,7 @@ public final class ChatInputViewModel extends AppViewModel { m.checkNotNullParameter(threadDraftState, "threadDraftState"); this.channel = channel; this.channelId = j; - this.f2216me = meUser; + this.f2215me = meUser; this.editingMessage = editingMessage; this.ableToSendMessage = z2; this.verificationLevelTriggered = guildVerificationLevel; @@ -1297,7 +1297,7 @@ public final class ChatInputViewModel extends AppViewModel { } public static /* synthetic */ Loaded copy$default(Loaded loaded, Channel channel, long j, MeUser meUser, StoreChat.EditingMessage editingMessage, boolean z2, GuildVerificationLevel guildVerificationLevel, boolean z3, boolean z4, boolean z5, int i, boolean z6, PendingReplyState pendingReplyState, boolean z7, boolean z8, boolean z9, boolean z10, boolean z11, boolean z12, StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft threadDraft, boolean z13, ApplicationStatus applicationStatus, StoreThreadDraft.ThreadDraftState threadDraftState, boolean z14, int i2, Object obj) { - return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2216me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); + return loaded.copy((i2 & 1) != 0 ? loaded.channel : channel, (i2 & 2) != 0 ? loaded.channelId : j, (i2 & 4) != 0 ? loaded.f2215me : meUser, (i2 & 8) != 0 ? loaded.editingMessage : editingMessage, (i2 & 16) != 0 ? loaded.ableToSendMessage : z2, (i2 & 32) != 0 ? loaded.verificationLevelTriggered : guildVerificationLevel, (i2 & 64) != 0 ? loaded.isLurking : z3, (i2 & 128) != 0 ? loaded.isSystemDM : z4, (i2 & 256) != 0 ? loaded.isOnCooldown : z5, (i2 & 512) != 0 ? loaded.maxFileSizeMB : i, (i2 & 1024) != 0 ? loaded.shouldShowFollow : z6, (i2 & 2048) != 0 ? loaded.pendingReplyState : pendingReplyState, (i2 & 4096) != 0 ? loaded.shouldBadgeChatInput : z7, (i2 & 8192) != 0 ? loaded.isBlocked : z8, (i2 & 16384) != 0 ? loaded.isInputShowing : z9, (i2 & 32768) != 0 ? loaded.isVerificationLevelTriggered : z10, (i2 & 65536) != 0 ? loaded.isEditing : z11, (i2 & 131072) != 0 ? loaded.isReplying : z12, (i2 & 262144) != 0 ? loaded.selectedThreadDraft : threadDraft, (i2 & 524288) != 0 ? loaded.shouldShowVerificationGate : z13, (i2 & 1048576) != 0 ? loaded.joinRequestStatus : applicationStatus, (i2 & 2097152) != 0 ? loaded.threadDraftState : threadDraftState, (i2 & 4194304) != 0 ? loaded.showCreateThreadOption : z14); } public final Channel component1() { @@ -1365,7 +1365,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser component3() { - return this.f2216me; + return this.f2215me; } public final StoreChat.EditingMessage component4() { @@ -1408,7 +1408,7 @@ public final class ChatInputViewModel extends AppViewModel { return false; } Loaded loaded = (Loaded) obj; - return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2216me, loaded.f2216me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; + return m.areEqual(this.channel, loaded.channel) && this.channelId == loaded.channelId && m.areEqual(this.f2215me, loaded.f2215me) && m.areEqual(this.editingMessage, loaded.editingMessage) && this.ableToSendMessage == loaded.ableToSendMessage && m.areEqual(this.verificationLevelTriggered, loaded.verificationLevelTriggered) && this.isLurking == loaded.isLurking && this.isSystemDM == loaded.isSystemDM && this.isOnCooldown == loaded.isOnCooldown && this.maxFileSizeMB == loaded.maxFileSizeMB && this.shouldShowFollow == loaded.shouldShowFollow && m.areEqual(this.pendingReplyState, loaded.pendingReplyState) && this.shouldBadgeChatInput == loaded.shouldBadgeChatInput && this.isBlocked == loaded.isBlocked && this.isInputShowing == loaded.isInputShowing && this.isVerificationLevelTriggered == loaded.isVerificationLevelTriggered && this.isEditing == loaded.isEditing && this.isReplying == loaded.isReplying && m.areEqual(this.selectedThreadDraft, loaded.selectedThreadDraft) && this.shouldShowVerificationGate == loaded.shouldShowVerificationGate && m.areEqual(this.joinRequestStatus, loaded.joinRequestStatus) && m.areEqual(this.threadDraftState, loaded.threadDraftState) && this.showCreateThreadOption == loaded.showCreateThreadOption; } public final boolean getAbleToSendMessage() { @@ -1436,7 +1436,7 @@ public final class ChatInputViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2216me; + return this.f2215me; } public final PendingReplyState getPendingReplyState() { @@ -1475,7 +1475,7 @@ public final class ChatInputViewModel extends AppViewModel { Channel channel = this.channel; int i = 0; int a = (b.a(this.channelId) + ((channel != null ? channel.hashCode() : 0) * 31)) * 31; - MeUser meUser = this.f2216me; + MeUser meUser = this.f2215me; int hashCode = (a + (meUser != null ? meUser.hashCode() : 0)) * 31; StoreChat.EditingMessage editingMessage = this.editingMessage; int hashCode2 = (hashCode + (editingMessage != null ? editingMessage.hashCode() : 0)) * 31; @@ -1634,7 +1634,7 @@ public final class ChatInputViewModel extends AppViewModel { P.append(", channelId="); P.append(this.channelId); P.append(", me="); - P.append(this.f2216me); + P.append(this.f2215me); P.append(", editingMessage="); P.append(this.editingMessage); P.append(", ableToSendMessage="); diff --git a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java index c35b0b1577..feb33b8fff 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$createPreviewAdapter$1.java @@ -50,9 +50,9 @@ public final class WidgetChatInputAttachments$createPreviewAdapter$1 extends o i public void registerSelectionCoordinatorInternal(SelectionCoordinator selectionCoordinator) { m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); super.registerSelectionCoordinatorInternal(selectionCoordinator); - WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2479c); + WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1 = new WidgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1(this, selectionCoordinator.f2478c); m.checkNotNullParameter(widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1, ""); - selectionCoordinator.f2479c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; + selectionCoordinator.f2478c = widgetChatInputAttachments$createPreviewAdapter$1$1$registerSelectionCoordinatorInternal$1; } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1.java b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1.java index 7c2033cbb6..19c558b9ef 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1.java @@ -3,30 +3,37 @@ package com.discord.widgets.chat.input.autocomplete.adapter; import android.widget.LinearLayout; import com.discord.models.domain.emoji.Emoji; import com.discord.utilities.icon.IconUtils; -import com.discord.views.PileView; import com.discord.widgets.chat.input.autocomplete.EmojiUpsellPlaceholder; import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; /* compiled from: EmojiAutocompleteUpsellViewHolder.kt */ -public final class EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1 implements PileView.b { +public final class EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1 extends o implements Function1 { public final /* synthetic */ EmojiUpsellPlaceholder $emojiUpsellPlaceholder$inlined; public final /* synthetic */ Emoji $it; public final /* synthetic */ EmojiAutocompleteUpsellViewHolder this$0; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1(Emoji emoji, EmojiAutocompleteUpsellViewHolder emojiAutocompleteUpsellViewHolder, EmojiUpsellPlaceholder emojiUpsellPlaceholder) { + super(1); this.$it = emoji; this.this$0 = emojiAutocompleteUpsellViewHolder; this.$emojiUpsellPlaceholder$inlined = emojiUpsellPlaceholder; } - @Override // com.discord.views.PileView.b - public final String getImageUri(int i) { + /* 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 */ String invoke(Integer num) { + return invoke(num.intValue()); + } + + public final String invoke(int i) { int mediaProxySize = IconUtils.getMediaProxySize(i); Emoji emoji = this.$it; boolean allowEmojiToAnimate = this.$emojiUpsellPlaceholder$inlined.getAllowEmojiToAnimate(); LinearLayout linearLayout = EmojiAutocompleteUpsellViewHolder.access$getBinding$p(this.this$0).a; m.checkNotNullExpressionValue(linearLayout, "binding.root"); - String imageUri = emoji.getImageUri(allowEmojiToAnimate, mediaProxySize, linearLayout.getContext()); - m.checkNotNullExpressionValue(imageUri, "it.getImageUri(emojiUpse…ze, binding.root.context)"); - return imageUri; + return emoji.getImageUri(allowEmojiToAnimate, mediaProxySize, linearLayout.getContext()); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder.java b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder.java index 7cde23d6eb..9f4355e775 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder.java +++ b/app/src/main/java/com/discord/widgets/chat/input/autocomplete/adapter/EmojiAutocompleteUpsellViewHolder.java @@ -8,6 +8,7 @@ import c.a.k.b; import com.discord.R; import com.discord.databinding.WidgetChatInputEmojiAutocompleteUpsellItemBinding; import com.discord.models.domain.emoji.Emoji; +import com.discord.views.PileView; import com.discord.widgets.chat.input.autocomplete.Autocompletable; import com.discord.widgets.chat.input.autocomplete.EmojiUpsellPlaceholder; import d0.t.o; @@ -56,7 +57,7 @@ public final class EmojiAutocompleteUpsellViewHolder extends RecyclerView.ViewHo List lockedFirstThree = emojiUpsellPlaceholder.getLockedFirstThree(); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(lockedFirstThree, 10)); for (Emoji emoji : lockedFirstThree) { - arrayList.add(new EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1(emoji, this, emojiUpsellPlaceholder)); + arrayList.add(new PileView.c(new EmojiAutocompleteUpsellViewHolder$bind$$inlined$map$lambda$1(emoji, this, emojiUpsellPlaceholder), null)); } this.binding.b.setItems(arrayList); this.binding.a.setOnClickListener(new EmojiAutocompleteUpsellViewHolder$bind$1(this, emojiUpsellPlaceholder)); diff --git a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java index 114fc07390..a311d42668 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java +++ b/app/src/main/java/com/discord/widgets/chat/list/actions/WidgetChatListActions.java @@ -104,7 +104,7 @@ public final class WidgetChatListActions extends AppBottomSheet { private final ManageMessageContext manageMessageContext; /* renamed from: me reason: collision with root package name */ - private final MeUser f2217me; + private final MeUser f2216me; private final Message message; private final String messageAuthorName; private final CharSequence messageContent; @@ -175,11 +175,11 @@ public final class WidgetChatListActions extends AppBottomSheet { this.recentEmojis = list; this.channel = channel; this.permissions = l; - this.f2217me = meUser; + this.f2216me = meUser; } public static /* synthetic */ Model copy$default(Model model, Message message, Guild guild, String str, CharSequence charSequence, ManageMessageContext manageMessageContext, int i, boolean z2, List list, Channel channel, Long l, MeUser meUser, int i2, Object obj) { - return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2217me : meUser); + return model.copy((i2 & 1) != 0 ? model.message : message, (i2 & 2) != 0 ? model.guild : guild, (i2 & 4) != 0 ? model.messageAuthorName : str, (i2 & 8) != 0 ? model.messageContent : charSequence, (i2 & 16) != 0 ? model.manageMessageContext : manageMessageContext, (i2 & 32) != 0 ? model.type : i, (i2 & 64) != 0 ? model.isDeveloper : z2, (i2 & 128) != 0 ? model.recentEmojis : list, (i2 & 256) != 0 ? model.channel : channel, (i2 & 512) != 0 ? model.permissions : l, (i2 & 1024) != 0 ? model.f2216me : meUser); } public final Message component1() { @@ -191,7 +191,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser component11() { - return this.f2217me; + return this.f2216me; } public final Guild component2() { @@ -243,7 +243,7 @@ public final class WidgetChatListActions extends AppBottomSheet { return false; } Model model = (Model) obj; - return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2217me, model.f2217me); + return m.areEqual(this.message, model.message) && m.areEqual(this.guild, model.guild) && m.areEqual(this.messageAuthorName, model.messageAuthorName) && m.areEqual(this.messageContent, model.messageContent) && m.areEqual(this.manageMessageContext, model.manageMessageContext) && this.type == model.type && this.isDeveloper == model.isDeveloper && m.areEqual(this.recentEmojis, model.recentEmojis) && m.areEqual(this.channel, model.channel) && m.areEqual(this.permissions, model.permissions) && m.areEqual(this.f2216me, model.f2216me); } public final Channel getChannel() { @@ -259,7 +259,7 @@ public final class WidgetChatListActions extends AppBottomSheet { } public final MeUser getMe() { - return this.f2217me; + return this.f2216me; } public final Message getMessage() { @@ -312,7 +312,7 @@ public final class WidgetChatListActions extends AppBottomSheet { int hashCode7 = (hashCode6 + (channel != null ? channel.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode8 = (hashCode7 + (l != null ? l.hashCode() : 0)) * 31; - MeUser meUser = this.f2217me; + MeUser meUser = this.f2216me; if (meUser != null) { i = meUser.hashCode(); } @@ -345,7 +345,7 @@ public final class WidgetChatListActions extends AppBottomSheet { P.append(", permissions="); P.append(this.permissions); P.append(", me="); - P.append(this.f2217me); + P.append(this.f2216me); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite.java index c2ffe58711..77a5d26c29 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemInvite.java @@ -2,16 +2,12 @@ package com.discord.widgets.chat.list.adapter; import a0.a.a.b; import android.content.Context; -import android.content.res.Resources; import android.view.View; import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.constraintlayout.widget.Barrier; import androidx.constraintlayout.widget.ConstraintLayout; import c.a.d.j; -import c.a.i.h3; import c.d.b.a.a; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; @@ -36,11 +32,10 @@ import com.discord.utilities.features.GrowthTeamFeatures; import com.discord.utilities.guilds.GuildUtilsKt; import com.discord.utilities.icon.IconUtils; import com.discord.utilities.images.MGImages; -import com.discord.utilities.resources.StringResourceUtilsKt; import com.discord.utilities.rx.ObservableExtensionsKt; -import com.discord.utilities.string.StringUtilsKt; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.guilds.ServerMemberCount; import com.discord.widgets.chat.list.entries.ChatListEntry; import com.discord.widgets.chat.list.entries.InviteEntry; import com.discord.widgets.hubs.HubEmailArgs; @@ -404,9 +399,8 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter View findViewById = view.findViewById(R.id.item_invite_loading_button); if (findViewById != null) { i = R.id.item_invite_member_container; - View findViewById2 = view.findViewById(R.id.item_invite_member_container); - if (findViewById2 != null) { - h3 a = h3.a(findViewById2); + ServerMemberCount serverMemberCount = (ServerMemberCount) view.findViewById(R.id.item_invite_member_container); + if (serverMemberCount != null) { i = R.id.item_invite_mention_button; MaterialButton materialButton3 = (MaterialButton) view.findViewById(R.id.item_invite_mention_button); if (materialButton3 != null) { @@ -414,7 +408,7 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter TextView textView4 = (TextView) view.findViewById(R.id.item_invite_name); if (textView4 != null) { ConstraintLayout constraintLayout = (ConstraintLayout) view; - WidgetChatListAdapterItemInviteBinding widgetChatListAdapterItemInviteBinding = new WidgetChatListAdapterItemInviteBinding(constraintLayout, barrier, barrier2, frameLayout, textView, textView2, frameLayout2, linkifiedTextView, simpleDraweeView, textView3, materialButton, materialButton2, findViewById, a, materialButton3, textView4, constraintLayout); + WidgetChatListAdapterItemInviteBinding widgetChatListAdapterItemInviteBinding = new WidgetChatListAdapterItemInviteBinding(constraintLayout, barrier, barrier2, frameLayout, textView, textView2, frameLayout2, linkifiedTextView, simpleDraweeView, textView3, materialButton, materialButton2, findViewById, serverMemberCount, materialButton3, textView4, constraintLayout); m.checkNotNullExpressionValue(widgetChatListAdapterItemInviteBinding, "WidgetChatListAdapterIte…iteBinding.bind(itemView)"); this.binding = widgetChatListAdapterItemInviteBinding; return; @@ -472,44 +466,23 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter widgetChatListAdapterItemInvite.subscription = subscription; } - private final void configureForTextChannel(boolean z2, Context context, ModelInvite modelInvite) { - h3 h3Var = this.binding.k; - m.checkNotNullExpressionValue(h3Var, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout = h3Var.a; - m.checkNotNullExpressionValue(linearLayout, "binding.itemInviteMemberContainer.root"); - int i = 8; - linearLayout.setVisibility(modelInvite.getChannel() != null ? 0 : 8); - ImageView imageView = this.binding.k.b; - m.checkNotNullExpressionValue(imageView, "binding.itemInviteMember…ainer.itemInviteOnlineDot"); - imageView.setVisibility(z2 ^ true ? 0 : 8); - TextView textView = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView, "binding.itemInviteMember…iner.itemInviteOnlineText"); - c.a.k.b.n(textView, R.string.instant_invite_guild_members_online, new Object[]{StringUtilsKt.format(modelInvite.getApproximatePresenceCount(), context)}, null, 4); - TextView textView2 = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView2, "binding.itemInviteMember…iner.itemInviteOnlineText"); - if (!z2) { - i = 0; + private final void configureForTextChannel(boolean z2, ModelInvite modelInvite) { + ServerMemberCount serverMemberCount = this.binding.k; + m.checkNotNullExpressionValue(serverMemberCount, "binding.itemInviteMemberContainer"); + int i = 0; + if (!(modelInvite.getChannel() != null)) { + i = 8; } - textView2.setVisibility(i); - ImageView imageView2 = this.binding.k.d; - m.checkNotNullExpressionValue(imageView2, "binding.itemInviteMember….itemInviteTotalMemberDot"); - imageView2.setVisibility(0); - TextView textView3 = this.binding.k.e; - m.checkNotNullExpressionValue(textView3, "binding.itemInviteMember…itemInviteTotalMemberText"); - TextView textView4 = this.binding.k.e; - m.checkNotNullExpressionValue(textView4, "binding.itemInviteMember…itemInviteTotalMemberText"); - Resources resources = textView4.getResources(); - m.checkNotNullExpressionValue(resources, "binding.itemInviteMember…TotalMemberText.resources"); - ViewExtensions.setTextAndVisibilityBy(textView3, StringResourceUtilsKt.getQuantityString(resources, context, (int) R.plurals.instant_invite_guild_members_total_count, modelInvite.getApproximateMemberCount(), Integer.valueOf(modelInvite.getApproximateMemberCount()))); + serverMemberCount.setVisibility(i); + this.binding.k.setOnline(!z2 ? Integer.valueOf(modelInvite.getApproximatePresenceCount()) : null); + this.binding.k.setMembers(Integer.valueOf(modelInvite.getApproximateMemberCount())); } private final void configureForVocalChannel(Channel channel, Context context) { int i; - h3 h3Var = this.binding.k; - m.checkNotNullExpressionValue(h3Var, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout = h3Var.a; - m.checkNotNullExpressionValue(linearLayout, "binding.itemInviteMemberContainer.root"); - linearLayout.setVisibility(8); + ServerMemberCount serverMemberCount = this.binding.k; + m.checkNotNullExpressionValue(serverMemberCount, "binding.itemInviteMemberContainer"); + serverMemberCount.setVisibility(8); TextView textView = this.binding.b; int A = channel.A(); if (A != 2) { @@ -521,29 +494,12 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter } DrawableCompat.setCompoundDrawablesCompat$default(textView, i, 0, 0, 0, 14, (Object) null); ViewExtensions.setTextAndVisibilityBy(textView, AnimatableValueParser.z0(channel, context, false)); - h3 h3Var2 = this.binding.k; - m.checkNotNullExpressionValue(h3Var2, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout2 = h3Var2.a; - m.checkNotNullExpressionValue(linearLayout2, "binding.itemInviteMemberContainer.root"); - linearLayout2.setVisibility(8); - TextView textView2 = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView2, "binding.itemInviteMember…iner.itemInviteOnlineText"); - textView2.setVisibility(8); - ImageView imageView = this.binding.k.b; - m.checkNotNullExpressionValue(imageView, "binding.itemInviteMember…ainer.itemInviteOnlineDot"); - imageView.setVisibility(8); - TextView textView3 = this.binding.k.e; - m.checkNotNullExpressionValue(textView3, "binding.itemInviteMember…itemInviteTotalMemberText"); - textView3.setVisibility(8); - ImageView imageView2 = this.binding.k.d; - m.checkNotNullExpressionValue(imageView2, "binding.itemInviteMember….itemInviteTotalMemberDot"); - imageView2.setVisibility(8); } - /* JADX WARNING: Removed duplicated region for block: B:31:0x0142 */ - /* JADX WARNING: Removed duplicated region for block: B:32:0x0146 */ - /* JADX WARNING: Removed duplicated region for block: B:35:0x0157 A[ADDED_TO_REGION] */ - /* JADX WARNING: Removed duplicated region for block: B:42:0x016e */ + /* JADX WARNING: Removed duplicated region for block: B:31:0x00fe */ + /* JADX WARNING: Removed duplicated region for block: B:32:0x0102 */ + /* JADX WARNING: Removed duplicated region for block: B:35:0x0113 A[ADDED_TO_REGION] */ + /* JADX WARNING: Removed duplicated region for block: B:42:0x012a */ private final void configureInvalidUI(Model.Invalid invalid) { CharSequence charSequence; Channel channel; @@ -574,26 +530,10 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter TextView textView4 = this.binding.b; m.checkNotNullExpressionValue(textView4, "binding.itemInviteChannelName"); textView4.setVisibility(8); - h3 h3Var = this.binding.k; - m.checkNotNullExpressionValue(h3Var, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout = h3Var.a; - m.checkNotNullExpressionValue(linearLayout, "binding.itemInviteMemberContainer.root"); - linearLayout.setVisibility(0); - h3 h3Var2 = this.binding.k; - m.checkNotNullExpressionValue(h3Var2, "binding.itemInviteMemberContainer"); - h3Var2.a.setBackgroundResource(0); - TextView textView5 = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView5, "binding.itemInviteMember…iner.itemInviteOnlineText"); - ViewExtensions.setTextAndVisibilityBy(textView5, charSequence); - ImageView imageView = this.binding.k.b; - m.checkNotNullExpressionValue(imageView, "binding.itemInviteMember…ainer.itemInviteOnlineDot"); - imageView.setVisibility(8); - TextView textView6 = this.binding.k.e; - m.checkNotNullExpressionValue(textView6, "binding.itemInviteMember…itemInviteTotalMemberText"); - ViewExtensions.setTextAndVisibilityBy(textView6, null); - ImageView imageView2 = this.binding.k.d; - m.checkNotNullExpressionValue(imageView2, "binding.itemInviteMember….itemInviteTotalMemberDot"); - imageView2.setVisibility(8); + ServerMemberCount serverMemberCount = this.binding.k; + m.checkNotNullExpressionValue(serverMemberCount, "binding.itemInviteMemberContainer"); + serverMemberCount.setVisibility(0); + this.binding.k.setInvalidText(charSequence); MaterialButton materialButton = this.binding.l; m.checkNotNullExpressionValue(materialButton, "binding.itemInviteMentionButton"); c.a.k.b.n(materialButton, areEqual ? R.string.create_instant_invite : R.string.mention, new Object[0], null, 4); @@ -630,26 +570,10 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter TextView textView4 = this.binding.b; m.checkNotNullExpressionValue(textView4, "binding.itemInviteChannelName"); textView4.setVisibility(8); - h3 h3Var = this.binding.k; - m.checkNotNullExpressionValue(h3Var, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout = h3Var.a; - m.checkNotNullExpressionValue(linearLayout, "binding.itemInviteMemberContainer.root"); - linearLayout.setVisibility(0); - h3 h3Var2 = this.binding.k; - m.checkNotNullExpressionValue(h3Var2, "binding.itemInviteMemberContainer"); - h3Var2.a.setBackgroundResource(0); - TextView textView5 = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView5, "binding.itemInviteMember…iner.itemInviteOnlineText"); - ViewExtensions.setTextAndVisibilityBy(textView5, charSequence); - ImageView imageView = this.binding.k.b; - m.checkNotNullExpressionValue(imageView, "binding.itemInviteMember…ainer.itemInviteOnlineDot"); - imageView.setVisibility(8); - TextView textView6 = this.binding.k.e; - m.checkNotNullExpressionValue(textView6, "binding.itemInviteMember…itemInviteTotalMemberText"); - ViewExtensions.setTextAndVisibilityBy(textView6, null); - ImageView imageView2 = this.binding.k.d; - m.checkNotNullExpressionValue(imageView2, "binding.itemInviteMember….itemInviteTotalMemberDot"); - imageView2.setVisibility(8); + ServerMemberCount serverMemberCount = this.binding.k; + m.checkNotNullExpressionValue(serverMemberCount, "binding.itemInviteMemberContainer"); + serverMemberCount.setVisibility(0); + this.binding.k.setInvalidText(charSequence); MaterialButton materialButton = this.binding.l; m.checkNotNullExpressionValue(materialButton, "binding.itemInviteMentionButton"); c.a.k.b.n(materialButton, areEqual ? R.string.create_instant_invite : R.string.mention, new Object[0], null, 4); @@ -681,26 +605,10 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter TextView textView4 = this.binding.b; m.checkNotNullExpressionValue(textView4, "binding.itemInviteChannelName"); textView4.setVisibility(8); - h3 h3Var = this.binding.k; - m.checkNotNullExpressionValue(h3Var, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout = h3Var.a; - m.checkNotNullExpressionValue(linearLayout, "binding.itemInviteMemberContainer.root"); - linearLayout.setVisibility(0); - h3 h3Var2 = this.binding.k; - m.checkNotNullExpressionValue(h3Var2, "binding.itemInviteMemberContainer"); - h3Var2.a.setBackgroundResource(0); - TextView textView5 = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView5, "binding.itemInviteMember…iner.itemInviteOnlineText"); - ViewExtensions.setTextAndVisibilityBy(textView5, charSequence); - ImageView imageView = this.binding.k.b; - m.checkNotNullExpressionValue(imageView, "binding.itemInviteMember…ainer.itemInviteOnlineDot"); - imageView.setVisibility(8); - TextView textView6 = this.binding.k.e; - m.checkNotNullExpressionValue(textView6, "binding.itemInviteMember…itemInviteTotalMemberText"); - ViewExtensions.setTextAndVisibilityBy(textView6, null); - ImageView imageView2 = this.binding.k.d; - m.checkNotNullExpressionValue(imageView2, "binding.itemInviteMember….itemInviteTotalMemberDot"); - imageView2.setVisibility(8); + ServerMemberCount serverMemberCount = this.binding.k; + m.checkNotNullExpressionValue(serverMemberCount, "binding.itemInviteMemberContainer"); + serverMemberCount.setVisibility(0); + this.binding.k.setInvalidText(charSequence); MaterialButton materialButton = this.binding.l; m.checkNotNullExpressionValue(materialButton, "binding.itemInviteMentionButton"); c.a.k.b.n(materialButton, areEqual ? R.string.create_instant_invite : R.string.mention, new Object[0], null, 4); @@ -740,23 +648,9 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter TextView textView3 = this.binding.b; m.checkNotNullExpressionValue(textView3, "binding.itemInviteChannelName"); textView3.setVisibility(8); - h3 h3Var = this.binding.k; - m.checkNotNullExpressionValue(h3Var, "binding.itemInviteMemberContainer"); - LinearLayout linearLayout = h3Var.a; - m.checkNotNullExpressionValue(linearLayout, "binding.itemInviteMemberContainer.root"); - linearLayout.setVisibility(8); - TextView textView4 = this.binding.k.f107c; - m.checkNotNullExpressionValue(textView4, "binding.itemInviteMember…iner.itemInviteOnlineText"); - textView4.setVisibility(8); - ImageView imageView = this.binding.k.b; - m.checkNotNullExpressionValue(imageView, "binding.itemInviteMember…ainer.itemInviteOnlineDot"); - imageView.setVisibility(8); - TextView textView5 = this.binding.k.e; - m.checkNotNullExpressionValue(textView5, "binding.itemInviteMember…itemInviteTotalMemberText"); - textView5.setVisibility(8); - ImageView imageView2 = this.binding.k.d; - m.checkNotNullExpressionValue(imageView2, "binding.itemInviteMember….itemInviteTotalMemberDot"); - imageView2.setVisibility(8); + ServerMemberCount serverMemberCount = this.binding.k; + m.checkNotNullExpressionValue(serverMemberCount, "binding.itemInviteMemberContainer"); + serverMemberCount.setVisibility(8); MaterialButton materialButton = this.binding.l; m.checkNotNullExpressionValue(materialButton, "binding.itemInviteMentionButton"); materialButton.setVisibility(8); @@ -777,14 +671,14 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter if (r12 != null) goto L_0x0148; */ /* JADX WARNING: Removed duplicated region for block: B:106:0x01fb */ - /* JADX WARNING: Removed duplicated region for block: B:111:0x0210 */ - /* JADX WARNING: Removed duplicated region for block: B:115:0x0217 */ - /* JADX WARNING: Removed duplicated region for block: B:121:0x0239 */ - /* JADX WARNING: Removed duplicated region for block: B:122:0x023b */ - /* JADX WARNING: Removed duplicated region for block: B:125:0x024c */ - /* JADX WARNING: Removed duplicated region for block: B:126:0x024e */ - /* JADX WARNING: Removed duplicated region for block: B:129:0x0282 */ - /* JADX WARNING: Removed duplicated region for block: B:132:0x0288 */ + /* JADX WARNING: Removed duplicated region for block: B:111:0x020d */ + /* JADX WARNING: Removed duplicated region for block: B:115:0x0214 */ + /* JADX WARNING: Removed duplicated region for block: B:121:0x0236 */ + /* JADX WARNING: Removed duplicated region for block: B:122:0x0238 */ + /* JADX WARNING: Removed duplicated region for block: B:125:0x0249 */ + /* JADX WARNING: Removed duplicated region for block: B:126:0x024b */ + /* JADX WARNING: Removed duplicated region for block: B:129:0x027f */ + /* JADX WARNING: Removed duplicated region for block: B:132:0x0285 */ /* JADX WARNING: Removed duplicated region for block: B:134:? A[RETURN, SYNTHETIC] */ /* JADX WARNING: Removed duplicated region for block: B:74:0x0164 */ /* JADX WARNING: Removed duplicated region for block: B:75:0x0172 */ @@ -895,8 +789,7 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter m.checkNotNullExpressionValue(context, "context"); configureForVocalChannel(component5, context); } else { - m.checkNotNullExpressionValue(context, "context"); - configureForTextChannel(r1, context, component1); + configureForTextChannel(r1, component1); } if (r1) { component4 = component5 != null; @@ -925,6 +818,7 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter if (z2) { LinkifiedTextView linkifiedTextView = this.binding.e; m.checkNotNullExpressionValue(linkifiedTextView, "binding.itemInviteHubLink"); + m.checkNotNullExpressionValue(context, "context"); linkifiedTextView.setText(c.a.k.b.b(context, R.string.hub_invite_another_school_link, new Object[0], new WidgetChatListAdapterItemInvite$configureResolvedUI$4(this))); return; } @@ -942,8 +836,7 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter } if (component5 == null) { } - m.checkNotNullExpressionValue(context, "context"); - configureForTextChannel(r1, context, component1); + configureForTextChannel(r1, component1); if (r1) { } if (!z6) { @@ -980,8 +873,7 @@ public final class WidgetChatListAdapterItemInvite extends WidgetChatListAdapter } if (component5 == null) { } - m.checkNotNullExpressionValue(context, "context"); - configureForTextChannel(r1, context, component1); + configureForTextChannel(r1, component1); if (r1) { } if (!z6) { diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$1.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$1.java new file mode 100644 index 0000000000..719ed438b1 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$1.java @@ -0,0 +1,25 @@ +package com.discord.widgets.chat.list.adapter; + +import d0.z.d.o; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetChatListAdapterItemPrivateChannelStart.kt */ +public final class WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$1 extends o implements Function1 { + public final /* synthetic */ String $iconURL; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$1(String str) { + super(1); + this.$iconURL = str; + } + + /* 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 */ String invoke(Integer num) { + return invoke(num.intValue()); + } + + public final String invoke(int i) { + return this.$iconURL; + } +} diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$2.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$2.java new file mode 100644 index 0000000000..3a6a534d57 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$2.java @@ -0,0 +1,21 @@ +package com.discord.widgets.chat.list.adapter; + +import com.discord.models.guild.Guild; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetChatListAdapterItemPrivateChannelStart.kt */ +public final class WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$2 extends o implements Function0 { + public final /* synthetic */ Guild $it; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$2(Guild guild) { + super(0); + this.$it = guild; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final String mo1invoke() { + return this.$it.getShortName(); + } +} diff --git a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart.java b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart.java index 6cda42c8d6..63bec59cb1 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart.java +++ b/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterItemPrivateChannelStart.java @@ -1,5 +1,6 @@ package com.discord.widgets.chat.list.adapter; +import android.content.Context; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; @@ -7,13 +8,20 @@ import androidx.annotation.StringRes; import c.a.k.b; import com.discord.R; import com.discord.databinding.WidgetChatListAdapterItemPrivateChannelStartBinding; +import com.discord.models.guild.Guild; +import com.discord.utilities.dimen.DimenUtils; import com.discord.utilities.icon.IconUtils; import com.discord.utilities.images.MGImages; +import com.discord.utilities.resources.StringResourceUtilsKt; +import com.discord.views.PileView; import com.discord.widgets.chat.list.entries.ChatListEntry; import com.discord.widgets.chat.list.entries.StartOfPrivateChatEntry; import com.facebook.drawee.view.SimpleDraweeView; import d0.g0.t; +import d0.t.o; import d0.z.d.m; +import java.util.ArrayList; +import java.util.List; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChatListAdapterItemPrivateChannelStart.kt */ public final class WidgetChatListAdapterItemPrivateChannelStart extends WidgetChatListItem { @@ -27,16 +35,28 @@ public final class WidgetChatListAdapterItemPrivateChannelStart extends WidgetCh int i = R.id.chat_list_adapter_item_private_channel_start_header; TextView textView = (TextView) view.findViewById(R.id.chat_list_adapter_item_private_channel_start_header); if (textView != null) { - i = R.id.private_channel_start_image; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.private_channel_start_image); - if (simpleDraweeView != null) { - i = R.id.private_channel_start_text; - TextView textView2 = (TextView) view.findViewById(R.id.private_channel_start_text); - if (textView2 != null) { - WidgetChatListAdapterItemPrivateChannelStartBinding widgetChatListAdapterItemPrivateChannelStartBinding = new WidgetChatListAdapterItemPrivateChannelStartBinding((LinearLayout) view, textView, simpleDraweeView, textView2); - m.checkNotNullExpressionValue(widgetChatListAdapterItemPrivateChannelStartBinding, "WidgetChatListAdapterIte…artBinding.bind(itemView)"); - this.binding = widgetChatListAdapterItemPrivateChannelStartBinding; - return; + i = R.id.mutual_guild_pile; + PileView pileView = (PileView) view.findViewById(R.id.mutual_guild_pile); + if (pileView != null) { + i = R.id.mutual_guilds; + LinearLayout linearLayout = (LinearLayout) view.findViewById(R.id.mutual_guilds); + if (linearLayout != null) { + i = R.id.mutual_guilds_text; + TextView textView2 = (TextView) view.findViewById(R.id.mutual_guilds_text); + if (textView2 != null) { + i = R.id.private_channel_start_image; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.private_channel_start_image); + if (simpleDraweeView != null) { + i = R.id.private_channel_start_text; + TextView textView3 = (TextView) view.findViewById(R.id.private_channel_start_text); + if (textView3 != null) { + WidgetChatListAdapterItemPrivateChannelStartBinding widgetChatListAdapterItemPrivateChannelStartBinding = new WidgetChatListAdapterItemPrivateChannelStartBinding((LinearLayout) view, textView, pileView, linearLayout, textView2, simpleDraweeView, textView3); + m.checkNotNullExpressionValue(widgetChatListAdapterItemPrivateChannelStartBinding, "WidgetChatListAdapterIte…artBinding.bind(itemView)"); + this.binding = widgetChatListAdapterItemPrivateChannelStartBinding; + return; + } + } + } } } } @@ -50,6 +70,7 @@ public final class WidgetChatListAdapterItemPrivateChannelStart extends WidgetCh @Override // com.discord.widgets.chat.list.adapter.WidgetChatListItem public void onConfigure(int i, ChatListEntry chatListEntry) { + CharSequence charSequence; m.checkNotNullParameter(chatListEntry, "data"); super.onConfigure(i, chatListEntry); StartOfPrivateChatEntry startOfPrivateChatEntry = (StartOfPrivateChatEntry) chatListEntry; @@ -57,6 +78,7 @@ public final class WidgetChatListAdapterItemPrivateChannelStart extends WidgetCh int component3 = startOfPrivateChatEntry.component3(); String component4 = startOfPrivateChatEntry.component4(); boolean component5 = startOfPrivateChatEntry.component5(); + List component6 = startOfPrivateChatEntry.component6(); if (!(!t.isBlank(component2))) { TextView textView = this.binding.b; m.checkNotNullExpressionValue(textView, "binding.chatListAdapterI…PrivateChannelStartHeader"); @@ -67,20 +89,46 @@ public final class WidgetChatListAdapterItemPrivateChannelStart extends WidgetCh m.checkNotNullExpressionValue(textView2, "binding.chatListAdapterI…PrivateChannelStartHeader"); textView2.setText(component2); if (component4 != null) { - SimpleDraweeView simpleDraweeView = this.binding.f1785c; + SimpleDraweeView simpleDraweeView = this.binding.f; m.checkNotNullExpressionValue(simpleDraweeView, "binding.privateChannelStartImage"); IconUtils.setIcon$default(simpleDraweeView, component4, (int) R.dimen.avatar_size_xxlarge, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); } else { - SimpleDraweeView simpleDraweeView2 = this.binding.f1785c; + SimpleDraweeView simpleDraweeView2 = this.binding.f; m.checkNotNullExpressionValue(simpleDraweeView2, "binding.privateChannelStartImage"); IconUtils.setIcon$default(simpleDraweeView2, IconUtils.DEFAULT_ICON, (int) R.dimen.avatar_size_xxlarge, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); } if (component5) { - this.binding.d.setText(R.string.system_dm_empty_message); - return; + this.binding.g.setText(R.string.system_dm_empty_message); + } else { + TextView textView3 = this.binding.g; + m.checkNotNullExpressionValue(textView3, "binding.privateChannelStartText"); + b.n(textView3, getStartResId(component3), new Object[]{component2}, null, 4); + } + boolean z2 = !component5 && component3 == 1; + LinearLayout linearLayout = this.binding.d; + m.checkNotNullExpressionValue(linearLayout, "binding.mutualGuilds"); + linearLayout.setVisibility(z2 ? 0 : 8); + if (z2) { + PileView pileView = this.binding.f1785c; + ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(component6, 10)); + for (Guild guild : component6) { + arrayList.add(new PileView.c(new WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$1(IconUtils.getForGuild$default(guild, null, false, Integer.valueOf(DimenUtils.dpToPixels(24)), 2, null)), new WidgetChatListAdapterItemPrivateChannelStart$onConfigure$1$2(guild))); + } + pileView.setItems(arrayList); + TextView textView4 = this.binding.e; + m.checkNotNullExpressionValue(textView4, "binding.mutualGuildsText"); + if (!component6.isEmpty()) { + TextView textView5 = this.binding.e; + m.checkNotNullExpressionValue(textView5, "binding.mutualGuildsText"); + Context context = textView5.getContext(); + m.checkNotNullExpressionValue(context, "binding.mutualGuildsText.context"); + charSequence = StringResourceUtilsKt.getI18nPluralString(context, R.plurals.user_profile_mutual_guilds_count, component6.size(), Integer.valueOf(component6.size())); + } else { + TextView textView6 = this.binding.e; + m.checkNotNullExpressionValue(textView6, "binding.mutualGuildsText"); + charSequence = b.j(textView6, R.string.no_mutual_guilds, new Object[0], null, 4); + } + textView4.setText(charSequence); } - TextView textView3 = this.binding.d; - m.checkNotNullExpressionValue(textView3, "binding.privateChannelStartText"); - b.n(textView3, getStartResId(component3), new Object[]{component2}, null, 4); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/entries/StartOfPrivateChatEntry.java b/app/src/main/java/com/discord/widgets/chat/list/entries/StartOfPrivateChatEntry.java index 417e031ae1..94963dc40a 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/entries/StartOfPrivateChatEntry.java +++ b/app/src/main/java/com/discord/widgets/chat/list/entries/StartOfPrivateChatEntry.java @@ -2,7 +2,9 @@ package com.discord.widgets.chat.list.entries; import a0.a.a.b; import c.d.b.a.a; +import com.discord.models.guild.Guild; import d0.z.d.m; +import java.util.List; /* compiled from: StartOfPrivateChatEntry.kt */ public final class StartOfPrivateChatEntry extends ChatListEntry { private final String channelIcon; @@ -11,39 +13,27 @@ public final class StartOfPrivateChatEntry extends ChatListEntry { private final int channelType; private final boolean isSystemDM; private final String key; + private final List mutualGuilds; private final int type = 29; - /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x001b: INVOKE (r5v1 int) = (r1v0 'this' com.discord.widgets.chat.list.entries.StartOfPrivateChatEntry A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.chat.list.entries.StartOfPrivateChatEntry.getType():int), (r2v0 long)] */ - public StartOfPrivateChatEntry(long j, String str, int i, String str2, boolean z2) { + /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x0022: INVOKE (r5v1 int) = (r1v0 'this' com.discord.widgets.chat.list.entries.StartOfPrivateChatEntry A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.chat.list.entries.StartOfPrivateChatEntry.getType():int), (r2v0 long)] */ + public StartOfPrivateChatEntry(long j, String str, int i, String str2, boolean z2, List list) { m.checkNotNullParameter(str, "channelName"); + m.checkNotNullParameter(list, "mutualGuilds"); this.channelId = j; this.channelName = str; this.channelType = i; this.channelIcon = str2; this.isSystemDM = z2; + this.mutualGuilds = list; StringBuilder sb = new StringBuilder(); sb.append(getType()); sb.append(j); this.key = sb.toString(); } - public static /* synthetic */ StartOfPrivateChatEntry copy$default(StartOfPrivateChatEntry startOfPrivateChatEntry, long j, String str, int i, String str2, boolean z2, int i2, Object obj) { - if ((i2 & 1) != 0) { - j = startOfPrivateChatEntry.channelId; - } - if ((i2 & 2) != 0) { - str = startOfPrivateChatEntry.channelName; - } - if ((i2 & 4) != 0) { - i = startOfPrivateChatEntry.channelType; - } - if ((i2 & 8) != 0) { - str2 = startOfPrivateChatEntry.channelIcon; - } - if ((i2 & 16) != 0) { - z2 = startOfPrivateChatEntry.isSystemDM; - } - return startOfPrivateChatEntry.copy(j, str, i, str2, z2); + public static /* synthetic */ StartOfPrivateChatEntry copy$default(StartOfPrivateChatEntry startOfPrivateChatEntry, long j, String str, int i, String str2, boolean z2, List list, int i2, Object obj) { + return startOfPrivateChatEntry.copy((i2 & 1) != 0 ? startOfPrivateChatEntry.channelId : j, (i2 & 2) != 0 ? startOfPrivateChatEntry.channelName : str, (i2 & 4) != 0 ? startOfPrivateChatEntry.channelType : i, (i2 & 8) != 0 ? startOfPrivateChatEntry.channelIcon : str2, (i2 & 16) != 0 ? startOfPrivateChatEntry.isSystemDM : z2, (i2 & 32) != 0 ? startOfPrivateChatEntry.mutualGuilds : list); } public final long component1() { @@ -66,9 +56,14 @@ public final class StartOfPrivateChatEntry extends ChatListEntry { return this.isSystemDM; } - public final StartOfPrivateChatEntry copy(long j, String str, int i, String str2, boolean z2) { + public final List component6() { + return this.mutualGuilds; + } + + public final StartOfPrivateChatEntry copy(long j, String str, int i, String str2, boolean z2, List list) { m.checkNotNullParameter(str, "channelName"); - return new StartOfPrivateChatEntry(j, str, i, str2, z2); + m.checkNotNullParameter(list, "mutualGuilds"); + return new StartOfPrivateChatEntry(j, str, i, str2, z2, list); } public boolean equals(Object obj) { @@ -79,7 +74,7 @@ public final class StartOfPrivateChatEntry extends ChatListEntry { return false; } StartOfPrivateChatEntry startOfPrivateChatEntry = (StartOfPrivateChatEntry) obj; - return this.channelId == startOfPrivateChatEntry.channelId && m.areEqual(this.channelName, startOfPrivateChatEntry.channelName) && this.channelType == startOfPrivateChatEntry.channelType && m.areEqual(this.channelIcon, startOfPrivateChatEntry.channelIcon) && this.isSystemDM == startOfPrivateChatEntry.isSystemDM; + return this.channelId == startOfPrivateChatEntry.channelId && m.areEqual(this.channelName, startOfPrivateChatEntry.channelName) && this.channelType == startOfPrivateChatEntry.channelType && m.areEqual(this.channelIcon, startOfPrivateChatEntry.channelIcon) && this.isSystemDM == startOfPrivateChatEntry.isSystemDM && m.areEqual(this.mutualGuilds, startOfPrivateChatEntry.mutualGuilds); } public final String getChannelIcon() { @@ -103,6 +98,10 @@ public final class StartOfPrivateChatEntry extends ChatListEntry { return this.key; } + public final List getMutualGuilds() { + return this.mutualGuilds; + } + @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload public int getType() { return this.type; @@ -114,18 +113,20 @@ public final class StartOfPrivateChatEntry extends ChatListEntry { int i = 0; int hashCode = (((a + (str != null ? str.hashCode() : 0)) * 31) + this.channelType) * 31; String str2 = this.channelIcon; - if (str2 != null) { - i = str2.hashCode(); - } - int i2 = (hashCode + i) * 31; + int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; boolean z2 = this.isSystemDM; if (z2) { z2 = true; } + int i2 = z2 ? 1 : 0; int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; - int i5 = z2 ? 1 : 0; - return i2 + i3; + int i5 = (hashCode2 + i2) * 31; + List list = this.mutualGuilds; + if (list != null) { + i = list.hashCode(); + } + return i5 + i; } public final boolean isSystemDM() { @@ -142,6 +143,8 @@ public final class StartOfPrivateChatEntry extends ChatListEntry { P.append(", channelIcon="); P.append(this.channelIcon); P.append(", isSystemDM="); - return a.L(P, this.isSystemDM, ")"); + P.append(this.isSystemDM); + P.append(", mutualGuilds="); + return a.J(P, this.mutualGuilds, ")"); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop$Companion$getWelcomeEntry$2.java b/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop$Companion$getWelcomeEntry$2.java index dafda29748..63f716a5f0 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop$Companion$getWelcomeEntry$2.java +++ b/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop$Companion$getWelcomeEntry$2.java @@ -15,31 +15,45 @@ import com.discord.widgets.chat.list.entries.ChatListEntry; import com.discord.widgets.chat.list.entries.GuildWelcomeEntry; import com.discord.widgets.chat.list.entries.StartOfChatEntry; import com.discord.widgets.chat.list.entries.StartOfPrivateChatEntry; +import d0.t.n; import d0.z.d.m; -import rx.functions.Func6; +import java.util.List; +import java.util.Map; +import rx.functions.Func7; /* compiled from: WidgetChatListModelTop.kt */ -public final class WidgetChatListModelTop$Companion$getWelcomeEntry$2 implements Func6 { +public final class WidgetChatListModelTop$Companion$getWelcomeEntry$2 implements Func7>, ChatListEntry> { public final /* synthetic */ Channel $channel; public WidgetChatListModelTop$Companion$getWelcomeEntry$2(Channel channel) { this.$channel = channel; } - public final ChatListEntry call(Guild guild, MeUser meUser, Long l, Long l2, GuildMember guildMember, User user) { + public final ChatListEntry call(Guild guild, MeUser meUser, Long l, Long l2, GuildMember guildMember, User user, Map> map) { ChatListEntry startOfChatEntry; - boolean z2 = l2 != null && this.$channel.h() == l2.longValue(); - boolean z3 = guild != null && guild.hasIcon(); + boolean z2 = true; + boolean z3 = false; + boolean z4 = l2 != null && this.$channel.h() == l2.longValue(); + if (guild == null || !guild.hasIcon()) { + z2 = false; + } boolean can = PermissionUtils.can(Permission.READ_MESSAGE_HISTORY, l); boolean can2 = PermissionUtils.can(1, l); boolean can3 = PermissionUtils.can(16, l); ThreadUtils threadUtils = ThreadUtils.INSTANCE; m.checkNotNullExpressionValue(meUser, "me"); boolean canManageThread = threadUtils.canManageThread(meUser, this.$channel, l); - boolean isOwner = guild != null ? guild.isOwner(meUser.getId()) : false; - if (!AnimatableValueParser.l1(this.$channel) || guild == null || !z2 || !can || (!can2 && z3)) { + User v0 = AnimatableValueParser.v0(this.$channel); + List list = (List) map.get(Long.valueOf(v0 != null ? v0.getId() : 0)); + if (list == null) { + list = n.emptyList(); + } + if (guild != null) { + z3 = guild.isOwner(meUser.getId()); + } + if (!AnimatableValueParser.l1(this.$channel) || guild == null || !z4 || !can || (!can2 && z2)) { Integer num = null; if (AnimatableValueParser.t1(this.$channel)) { - startOfChatEntry = new StartOfPrivateChatEntry(this.$channel.h(), AnimatableValueParser.y0(this.$channel), this.$channel.A(), IconUtils.getForChannel$default(this.$channel, null, 2, null), AnimatableValueParser.z1(this.$channel)); + startOfChatEntry = new StartOfPrivateChatEntry(this.$channel.h(), AnimatableValueParser.y0(this.$channel), this.$channel.A(), IconUtils.getForChannel$default(this.$channel, null, 2, null), AnimatableValueParser.z1(this.$channel), list); } else { long h = this.$channel.h(); String y0 = AnimatableValueParser.y0(this.$channel); @@ -54,6 +68,16 @@ public final class WidgetChatListModelTop$Companion$getWelcomeEntry$2> map) { + return call(guild, meUser, l, l2, guildMember, user, (Map>) map); } } diff --git a/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop.java b/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop.java index 247a6c6dce..6656ac5f24 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop.java +++ b/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop.java @@ -1,13 +1,17 @@ package com.discord.widgets.chat.list.model; import c.d.b.a.a; +import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; +import com.discord.models.guild.Guild; import com.discord.models.member.GuildMember; +import com.discord.models.user.User; import com.discord.stores.StoreStream; import com.discord.stores.StoreUser; import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.widgets.chat.list.entries.ChatListEntry; -import d0.z.d.m; +import com.discord.widgets.user.UserMutualGuildsManager; +import d0.t.m; import java.util.concurrent.TimeUnit; import kotlin.jvm.internal.DefaultConstructorMarker; import rx.Observable; @@ -31,27 +35,35 @@ public final class WidgetChatListModelTop { private final Observable getWelcomeEntry(Channel channel) { StoreStream.Companion companion = StoreStream.Companion; - Observable f = Observable.f(companion.getGuilds().observeGuild(channel.f()), StoreUser.observeMe$default(companion.getUsers(), false, 1, null), companion.getPermissions().observePermissionsForChannel(channel.h()), companion.getChannels().observeDefaultChannel(channel.f()).F(WidgetChatListModelTop$Companion$getWelcomeEntry$1.INSTANCE).r(), observeGuildMember(channel.f(), channel.q()), companion.getUsers().observeUser(channel.q()), new WidgetChatListModelTop$Companion$getWelcomeEntry$2(channel)); - m.checkNotNullExpressionValue(f, "Observable.combineLatest… )\n }\n }"); - return f; + Observable observeGuild = companion.getGuilds().observeGuild(channel.f()); + Observable observeMe$default = StoreUser.observeMe$default(companion.getUsers(), false, 1, null); + Observable observePermissionsForChannel = companion.getPermissions().observePermissionsForChannel(channel.h()); + Observable r = companion.getChannels().observeDefaultChannel(channel.f()).F(WidgetChatListModelTop$Companion$getWelcomeEntry$1.INSTANCE).r(); + Observable observeGuildMember = observeGuildMember(channel.f(), channel.q()); + Observable observeUser = companion.getUsers().observeUser(channel.q()); + UserMutualGuildsManager userMutualGuildsManager = new UserMutualGuildsManager(null, null, null, 7, null); + User v0 = AnimatableValueParser.v0(channel); + Observable e = Observable.e(observeGuild, observeMe$default, observePermissionsForChannel, r, observeGuildMember, observeUser, userMutualGuildsManager.observeMutualGuilds(m.listOf(Long.valueOf(v0 != null ? v0.getId() : 0))), new WidgetChatListModelTop$Companion$getWelcomeEntry$2(channel)); + d0.z.d.m.checkNotNullExpressionValue(e, "Observable.combineLatest… )\n }\n }"); + return e; } private final Observable observeGuildMember(long j, long j2) { Observable observeGuildMember = StoreStream.Companion.getGuilds().observeGuildMember(j, j2); - m.checkNotNullExpressionValue(observeGuildMember, "StoreStream.getGuilds().…ldMember(guildId, userId)"); + d0.z.d.m.checkNotNullExpressionValue(observeGuildMember, "StoreStream.getGuilds().…ldMember(guildId, userId)"); return ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.leadingEdgeThrottle(observeGuildMember, 1, TimeUnit.SECONDS)); } public final Observable get(Channel channel) { - m.checkNotNullParameter(channel, "channel"); + d0.z.d.m.checkNotNullParameter(channel, "channel"); Observable r = StoreStream.Companion.getMessagesLoader().getMessagesLoadedState(channel.h()).X(new WidgetChatListModelTop$Companion$get$1(channel)).r(); - m.checkNotNullExpressionValue(r, "StoreStream\n .g… .distinctUntilChanged()"); + d0.z.d.m.checkNotNullExpressionValue(r, "StoreStream\n .g… .distinctUntilChanged()"); return r; } } public WidgetChatListModelTop(ChatListEntry chatListEntry) { - m.checkNotNullParameter(chatListEntry, "item"); + d0.z.d.m.checkNotNullParameter(chatListEntry, "item"); this.item = chatListEntry; } @@ -71,13 +83,13 @@ public final class WidgetChatListModelTop { } public final WidgetChatListModelTop copy(ChatListEntry chatListEntry) { - m.checkNotNullParameter(chatListEntry, "item"); + d0.z.d.m.checkNotNullParameter(chatListEntry, "item"); return new WidgetChatListModelTop(chatListEntry); } public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof WidgetChatListModelTop) && m.areEqual(this.item, ((WidgetChatListModelTop) obj).item); + return (obj instanceof WidgetChatListModelTop) && d0.z.d.m.areEqual(this.item, ((WidgetChatListModelTop) obj).item); } return true; } diff --git a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java index 75feaef192..05ec42aaee 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/list/sheet/WidgetApplicationCommandBottomSheetViewModel.java @@ -523,7 +523,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM private final Map guildRoles; /* renamed from: id reason: collision with root package name */ - private final long f2218id; + private final long f2217id; private final GuildMember interactionUser; private final User user; private final Map usernamesOrNicks; @@ -534,7 +534,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM m.checkNotNullParameter(applicationCommandData, "applicationCommandData"); m.checkNotNullParameter(map4, "usernamesOrNicks"); m.checkNotNullParameter(map5, "commandValues"); - this.f2218id = j; + this.f2217id = j; this.user = user; this.interactionUser = guildMember; this.application = application; @@ -581,7 +581,7 @@ public final class WidgetApplicationCommandBottomSheetViewModel extends AppViewM } public final long getId() { - return this.f2218id; + return this.f2217id; } public final GuildMember getInteractionUser() { diff --git a/app/src/main/java/com/discord/widgets/directories/DirectoryEntryViewHolder.java b/app/src/main/java/com/discord/widgets/directories/DirectoryEntryViewHolder.java index 1a79d85281..9e3ba038a1 100644 --- a/app/src/main/java/com/discord/widgets/directories/DirectoryEntryViewHolder.java +++ b/app/src/main/java/com/discord/widgets/directories/DirectoryEntryViewHolder.java @@ -47,7 +47,7 @@ public final class DirectoryEntryViewHolder extends DirectoryChannelViewHolder { String forGuild$default = IconUtils.getForGuild$default(Long.valueOf(entry.d().g()), entry.d().f(), null, false, null, 28, null); String computeShortName = GuildUtilsKt.computeShortName(entry.d().h()); m.checkNotNullParameter(computeShortName, "fallbackText"); - serverDiscoveryItem.i.f.a(computeShortName, forGuild$default); + serverDiscoveryItem.i.f.a(forGuild$default, computeShortName); if (!directoryEntryData.getHasJoinedGuild()) { serverDiscoveryItem.setJoinButtonOnClickListener(new DirectoryEntryViewHolder$bind$$inlined$apply$lambda$1(entry, directoryEntryData, directoryChannelItemClickInterface)); serverDiscoveryItem.setJoinedButtonOnClickListener(null); diff --git a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java index 133244f7bd..e45c865a41 100644 --- a/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java +++ b/app/src/main/java/com/discord/widgets/friends/WidgetFriendsList$configureToolbar$1.java @@ -27,19 +27,19 @@ public final class WidgetFriendsList$configureToolbar$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_friends_add_friend /* 2131364191 */: + case R.id.menu_friends_add_friend /* 2131364181 */: WidgetFriendsAdd.Companion companion = WidgetFriendsAdd.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetFriendsAdd.Companion.show$default(companion, context, null, "Friends", 2, null); return; - case R.id.menu_friends_contact_sync /* 2131364192 */: + case R.id.menu_friends_contact_sync /* 2131364182 */: ContactSyncAnalytics.Companion.trackStart$default(ContactSyncAnalytics.Companion, false, g0.mapOf(o.to("location_page", "Friends List Icon")), 1, null); AnalyticsTracker.INSTANCE.openModal("Contact Sync", new Traits.Location("Friends List Icon", null, null, null, null, 30, null)); WidgetContactSync.Companion companion2 = WidgetContactSync.Companion; m.checkNotNullExpressionValue(context, "context"); WidgetContactSync.Companion.launch$default(companion2, context, null, false, false, false, 30, null); return; - case R.id.menu_friends_start_group /* 2131364193 */: + case R.id.menu_friends_start_group /* 2131364183 */: if (GroupInviteFriendsSheetFeatureFlag.Companion.getINSTANCE().isEnabled()) { GroupInviteFriendsSheet.Companion companion3 = GroupInviteFriendsSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java index e9d2ba1828..9fa1e9e399 100644 --- a/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java +++ b/app/src/main/java/com/discord/widgets/guilds/WidgetGuildFolderSettings.java @@ -222,15 +222,15 @@ public final class WidgetGuildFolderSettings extends AppFragment { int intValue = rgbColorToARGB != null ? rgbColorToARGB.intValue() : ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = intValue; - kVar.f2462s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2461s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.g = getColorsToDisplay(intValue); kVar.a = R.string.guild_folder_color; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2463x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2462x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.o = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundAccent); - kVar.f2461c = R.string.color_picker_custom; + kVar.f2460c = R.string.color_picker_custom; kVar.v = ColorCompat.getColor(getContext(), (int) R.color.white); kVar.b = R.string.color_picker_presets; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); @@ -238,11 +238,11 @@ public final class WidgetGuildFolderSettings extends AppFragment { kVar.l = true; kVar.e = R.string.reset; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2464y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2463y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.q = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundModifierAccent); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2465z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2464z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetGuildFolderSettings$launchColorPicker$1(this); AppFragment.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java index d218caa41e..72e97ff82c 100644 --- a/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java +++ b/app/src/main/java/com/discord/widgets/guilds/create/ChannelTemplate.java @@ -7,7 +7,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class ChannelTemplate { /* renamed from: id reason: collision with root package name */ - private final Long f2219id; + private final Long f2218id; private final String name; /* compiled from: StockGuildTemplate.kt */ @@ -29,7 +29,7 @@ public abstract class ChannelTemplate { } private ChannelTemplate(Long l, String str) { - this.f2219id = l; + this.f2218id = l; this.name = str; } @@ -38,7 +38,7 @@ public abstract class ChannelTemplate { } public final Long getId() { - return this.f2219id; + return this.f2218id; } public final String getName() { diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java index 75fdc44f02..6d4e4596ce 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/GuildInviteShareSheetViewModel.java @@ -161,7 +161,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel inviteSuggestions; /* renamed from: me reason: collision with root package name */ - private final MeUser f2220me; + private final MeUser f2219me; /* JADX DEBUG: Multi-variable search result rejected for r7v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -177,7 +177,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel component4() { @@ -258,7 +258,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel getDms() { @@ -286,7 +286,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel map = this.invitableChannels; int hashCode2 = (hashCode + (map != null ? map.hashCode() : 0)) * 31; - MeUser meUser = this.f2220me; + MeUser meUser = this.f2219me; int hashCode3 = (hashCode2 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list = this.dms; int hashCode4 = (hashCode3 + (list != null ? list.hashCode() : 0)) * 31; @@ -316,7 +316,7 @@ public final class GuildInviteShareSheetViewModel extends AppViewModel getResolvedInviteOrDefault(StoreInviteSettings.InviteCode inviteCode) { @@ -192,7 +169,7 @@ public final class WidgetGuildInvite extends AppFragment { str = inviteCode.getInviteCode(); } analyticsTracker.impressionInviteAccept(str); - getBinding().f1850c.setOnClickListener(new WidgetGuildInvite$onViewBound$1(this)); + getBinding().f1851c.setOnClickListener(new WidgetGuildInvite$onViewBound$1(this)); } @Override // com.discord.app.AppFragment diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo$parseAttributeSet$1.java b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo$parseAttributeSet$1.java index 5b1fb3a90c..806015991e 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo$parseAttributeSet$1.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo$parseAttributeSet$1.java @@ -1,8 +1,10 @@ package com.discord.widgets.guilds.invite; import android.view.ViewGroup; -import android.widget.RelativeLayout; +import com.discord.views.GuildView; +import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; +import kotlin.TypeCastException; /* compiled from: WidgetInviteInfo.kt */ public final class WidgetInviteInfo$parseAttributeSet$1 implements Runnable { public final /* synthetic */ int $size; @@ -18,26 +20,30 @@ public final class WidgetInviteInfo$parseAttributeSet$1 implements Runnable { @Override // java.lang.Runnable public final void run() { if (this.$size != 0) { - RelativeLayout relativeLayout = WidgetInviteInfo.access$getBinding$p(this.this$0).f; - m.checkNotNullExpressionValue(relativeLayout, "binding.inviteAvatarWrap"); - RelativeLayout relativeLayout2 = WidgetInviteInfo.access$getBinding$p(this.this$0).f; - m.checkNotNullExpressionValue(relativeLayout2, "binding.inviteAvatarWrap"); - ViewGroup.LayoutParams layoutParams = relativeLayout2.getLayoutParams(); - int i = this.$size; - layoutParams.height = i; - layoutParams.width = i; - relativeLayout.setLayoutParams(layoutParams); + GuildView guildView = WidgetInviteInfo.access$getBinding$p(this.this$0).b; + m.checkNotNullExpressionValue(guildView, "binding.inviteAvatar"); + ViewGroup.LayoutParams layoutParams = guildView.getLayoutParams(); + if (layoutParams != null) { + int i = this.$size; + layoutParams.height = i; + layoutParams.width = i; + guildView.setLayoutParams(layoutParams); + } else { + throw new TypeCastException("null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); + } } if (this.$userSize != 0) { - RelativeLayout relativeLayout3 = WidgetInviteInfo.access$getBinding$p(this.this$0).e; - m.checkNotNullExpressionValue(relativeLayout3, "binding.inviteAvatarSmallWrap"); - RelativeLayout relativeLayout4 = WidgetInviteInfo.access$getBinding$p(this.this$0).e; - m.checkNotNullExpressionValue(relativeLayout4, "binding.inviteAvatarSmallWrap"); - ViewGroup.LayoutParams layoutParams2 = relativeLayout4.getLayoutParams(); - int i2 = this.$userSize; - layoutParams2.height = i2; - layoutParams2.width = i2; - relativeLayout3.setLayoutParams(layoutParams2); + SimpleDraweeView simpleDraweeView = WidgetInviteInfo.access$getBinding$p(this.this$0).f1850c; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatarSmall"); + ViewGroup.LayoutParams layoutParams2 = simpleDraweeView.getLayoutParams(); + if (layoutParams2 != null) { + int i2 = this.$userSize; + layoutParams2.height = i2; + layoutParams2.width = i2; + simpleDraweeView.setLayoutParams(layoutParams2); + return; + } + throw new TypeCastException("null cannot be cast to non-null type android.view.ViewGroup.LayoutParams"); } } } diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo.java b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo.java index 523276ba3e..26cb128939 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteInfo.java @@ -1,16 +1,12 @@ package com.discord.widgets.guilds.invite; import android.content.Context; -import android.content.res.Resources; import android.content.res.TypedArray; import android.util.AttributeSet; import android.view.LayoutInflater; -import android.widget.ImageView; import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; -import androidx.appcompat.widget.LinearLayoutCompat; -import androidx.cardview.widget.CardView; +import androidx.constraintlayout.widget.ConstraintLayout; import c.a.k.b; import c.d.b.a.a; import com.airbnb.lottie.parser.AnimatableValueParser; @@ -19,25 +15,29 @@ import com.discord.api.channel.Channel; import com.discord.api.guild.Guild; import com.discord.api.guild.GuildFeature; import com.discord.api.user.User; -import com.discord.databinding.WidgetGuildInviteInfoBinding; +import com.discord.databinding.WidgetGuildInviteInfoViewBinding; import com.discord.models.domain.ModelInvite; import com.discord.models.user.CoreUser; import com.discord.models.user.MeUser; import com.discord.stores.StoreStream; +import com.discord.utilities.dimen.DimenUtils; +import com.discord.utilities.drawable.DrawableCompat; import com.discord.utilities.error.Error; +import com.discord.utilities.guilds.GuildUtilsKt; import com.discord.utilities.icon.IconUtils; import com.discord.utilities.images.MGImages; -import com.discord.utilities.resources.StringResourceUtilsKt; -import com.discord.utilities.string.StringUtilsKt; import com.discord.utilities.view.extensions.ViewExtensions; +import com.discord.views.GuildView; +import com.discord.views.guilds.ServerMemberCount; import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; import java.util.List; +import java.util.Objects; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: WidgetInviteInfo.kt */ -public final class WidgetInviteInfo extends LinearLayoutCompat { - private final WidgetGuildInviteInfoBinding binding; +public final class WidgetInviteInfo extends ConstraintLayout { + private final WidgetGuildInviteInfoViewBinding binding; public WidgetInviteInfo(Context context) { this(context, null, 0, 6, null); @@ -51,60 +51,35 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { public WidgetInviteInfo(Context context, AttributeSet attributeSet, int i) { super(context, attributeSet, i); m.checkNotNullParameter(context, "ctx"); - LayoutInflater.from(getContext()).inflate(R.layout.widget_guild_invite_info, this); + LayoutInflater.from(getContext()).inflate(R.layout.widget_guild_invite_info_view, this); int i2 = R.id.invite_avatar; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(R.id.invite_avatar); - if (simpleDraweeView != null) { + GuildView guildView = (GuildView) findViewById(R.id.invite_avatar); + if (guildView != null) { i2 = R.id.invite_avatar_small; - SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) findViewById(R.id.invite_avatar_small); - if (simpleDraweeView2 != null) { - i2 = R.id.invite_avatar_small_card; - CardView cardView = (CardView) findViewById(R.id.invite_avatar_small_card); - if (cardView != null) { - i2 = R.id.invite_avatar_small_wrap; - RelativeLayout relativeLayout = (RelativeLayout) findViewById(R.id.invite_avatar_small_wrap); - if (relativeLayout != null) { - i2 = R.id.invite_avatar_wrap; - RelativeLayout relativeLayout2 = (RelativeLayout) findViewById(R.id.invite_avatar_wrap); - if (relativeLayout2 != null) { - i2 = R.id.invite_expired_image; - ImageView imageView = (ImageView) findViewById(R.id.invite_expired_image); - if (imageView != null) { - i2 = R.id.invite_members_online; - TextView textView = (TextView) findViewById(R.id.invite_members_online); - if (textView != null) { - i2 = R.id.invite_members_online_wrap; - CardView cardView2 = (CardView) findViewById(R.id.invite_members_online_wrap); - if (cardView2 != null) { - i2 = R.id.invite_members_total; - TextView textView2 = (TextView) findViewById(R.id.invite_members_total); - if (textView2 != null) { - i2 = R.id.invite_members_total_wrap; - CardView cardView3 = (CardView) findViewById(R.id.invite_members_total_wrap); - if (cardView3 != null) { - i2 = R.id.invite_members_wrap; - LinearLayout linearLayout = (LinearLayout) findViewById(R.id.invite_members_wrap); - if (linearLayout != null) { - i2 = R.id.invite_message; - TextView textView3 = (TextView) findViewById(R.id.invite_message); - if (textView3 != null) { - i2 = R.id.invite_title; - TextView textView4 = (TextView) findViewById(R.id.invite_title); - if (textView4 != null) { - WidgetGuildInviteInfoBinding widgetGuildInviteInfoBinding = new WidgetGuildInviteInfoBinding(this, simpleDraweeView, simpleDraweeView2, cardView, relativeLayout, relativeLayout2, imageView, textView, cardView2, textView2, cardView3, linearLayout, textView3, textView4); - m.checkNotNullExpressionValue(widgetGuildInviteInfoBinding, "WidgetGuildInviteInfoBin…ater.from(context), this)"); - this.binding = widgetGuildInviteInfoBinding; - Context context2 = getContext(); - m.checkNotNullExpressionValue(context2, "context"); - parseAttributeSet(context2, attributeSet, i); - return; - } - } - } - } - } - } - } + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) findViewById(R.id.invite_avatar_small); + if (simpleDraweeView != null) { + i2 = R.id.invite_member_container_layout; + ServerMemberCount serverMemberCount = (ServerMemberCount) findViewById(R.id.invite_member_container_layout); + if (serverMemberCount != null) { + i2 = R.id.invite_message; + TextView textView = (TextView) findViewById(R.id.invite_message); + if (textView != null) { + i2 = R.id.invite_title; + TextView textView2 = (TextView) findViewById(R.id.invite_title); + if (textView2 != null) { + i2 = R.id.title_layout; + LinearLayout linearLayout = (LinearLayout) findViewById(R.id.title_layout); + if (linearLayout != null) { + WidgetGuildInviteInfoViewBinding widgetGuildInviteInfoViewBinding = new WidgetGuildInviteInfoViewBinding(this, guildView, simpleDraweeView, serverMemberCount, textView, textView2, linearLayout); + m.checkNotNullExpressionValue(widgetGuildInviteInfoViewBinding, "WidgetGuildInviteInfoVie…ater.from(context), this)"); + this.binding = widgetGuildInviteInfoViewBinding; + Context context2 = getContext(); + m.checkNotNullExpressionValue(context2, "context"); + parseAttributeSet(context2, attributeSet, i); + setBackgroundResource(R.drawable.bg_guild_scheduled_event_list_item); + int dpToPixels = DimenUtils.dpToPixels(24); + setPadding(dpToPixels, dpToPixels, dpToPixels, dpToPixels); + return; } } } @@ -119,16 +94,17 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { this(context, (i2 & 2) != 0 ? null : attributeSet, (i2 & 4) != 0 ? 0 : i); } - public static final /* synthetic */ WidgetGuildInviteInfoBinding access$getBinding$p(WidgetInviteInfo widgetInviteInfo) { + public static final /* synthetic */ WidgetGuildInviteInfoViewBinding access$getBinding$p(WidgetInviteInfo widgetInviteInfo) { return widgetInviteInfo.binding; } private final void configureForDirectFriend(ModelInvite modelInvite) { - SimpleDraweeView simpleDraweeView = this.binding.b; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatar"); + GuildView guildView = this.binding.b; User inviter = modelInvite.getInviter(); String str = null; - IconUtils.setIcon$default(simpleDraweeView, inviter != null ? new CoreUser(inviter) : null, R.dimen.avatar_size_hero, null, null, null, 56, null); + String forUser$default = IconUtils.getForUser$default(inviter != null ? new CoreUser(inviter) : null, true, null, 4, null); + int i = GuildView.i; + guildView.a(forUser$default, null); User inviter2 = modelInvite.getInviter(); String r = inviter2 != null ? inviter2.r() : null; String str2 = ""; @@ -152,75 +128,58 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { } sb.append(str2); String sb2 = sb.toString(); - SimpleDraweeView simpleDraweeView2 = this.binding.f1851c; - m.checkNotNullExpressionValue(simpleDraweeView2, "binding.inviteAvatarSmall"); - simpleDraweeView2.setVisibility(8); - RelativeLayout relativeLayout = this.binding.e; - m.checkNotNullExpressionValue(relativeLayout, "binding.inviteAvatarSmallWrap"); - relativeLayout.setVisibility(8); - CardView cardView = this.binding.d; - m.checkNotNullExpressionValue(cardView, "binding.inviteAvatarSmallCard"); - cardView.setVisibility(8); - CardView cardView2 = this.binding.k; - m.checkNotNullExpressionValue(cardView2, "binding.inviteMembersTotalWrap"); - cardView2.setVisibility(8); - CardView cardView3 = this.binding.i; - m.checkNotNullExpressionValue(cardView3, "binding.inviteMembersOnlineWrap"); - cardView3.setVisibility(8); - TextView textView = this.binding.n; + SimpleDraweeView simpleDraweeView = this.binding.f1850c; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatarSmall"); + simpleDraweeView.setVisibility(8); + ServerMemberCount serverMemberCount = this.binding.d; + m.checkNotNullExpressionValue(serverMemberCount, "binding.inviteMemberContainerLayout"); + serverMemberCount.setVisibility(8); + TextView textView = this.binding.f; m.checkNotNullExpressionValue(textView, "binding.inviteTitle"); textView.setText(getInviteTitleForDirectFriend(r)); - this.binding.n.setTextSize(2, 26.0f); - TextView textView2 = this.binding.m; + this.binding.f.setTextSize(2, 26.0f); + TextView textView2 = this.binding.e; m.checkNotNullExpressionValue(textView2, "binding.inviteMessage"); textView2.setText(getInviteSubtitleForDirectFriend(sb2)); - this.binding.m.setTextSize(2, 18.0f); + this.binding.e.setTextSize(2, 18.0f); } - /* JADX WARNING: Code restructure failed: missing block: B:24:0x0069, code lost: - if ((r5.length() > 0) == true) goto L_0x006d; + /* JADX WARNING: Code restructure failed: missing block: B:25:0x006a, code lost: + if ((r6.length() > 0) == true) goto L_0x006e; */ private final void configureForGDM(ModelInvite modelInvite) { - SimpleDraweeView simpleDraweeView = this.binding.b; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatar"); + SimpleDraweeView simpleDraweeView = this.binding.f1850c; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatarSmall"); User inviter = modelInvite.getInviter(); - String str = null; IconUtils.setIcon$default(simpleDraweeView, inviter != null ? new CoreUser(inviter) : null, R.dimen.avatar_size_hero, null, null, null, 56, null); Channel channel = modelInvite.getChannel(); User inviter2 = modelInvite.getInviter(); - if (inviter2 != null) { - str = inviter2.r(); - } - if (str == null) { - str = ""; + String r = inviter2 != null ? inviter2.r() : null; + if (r == null) { + r = ""; } m.checkNotNullExpressionValue(channel, "channel"); boolean z2 = true; int i = 0; - String y0 = AnimatableValueParser.y0(channel).length() > 0 ? AnimatableValueParser.y0(channel) : str; - if (AnimatableValueParser.r1(channel) && (r5 = channel.g()) != null) { + String y0 = AnimatableValueParser.y0(channel).length() > 0 ? AnimatableValueParser.y0(channel) : r; + if (AnimatableValueParser.r1(channel) && (r6 = channel.g()) != null) { } z2 = false; - if (z2) { - SimpleDraweeView simpleDraweeView2 = this.binding.f1851c; - m.checkNotNullExpressionValue(simpleDraweeView2, "binding.inviteAvatarSmall"); - IconUtils.setIcon$default(simpleDraweeView2, channel, (int) R.dimen.avatar_size_medium, (MGImages.ChangeDetector) null, 8, (Object) null); - } - RelativeLayout relativeLayout = this.binding.e; - m.checkNotNullExpressionValue(relativeLayout, "binding.inviteAvatarSmallWrap"); + this.binding.b.a(z2 ? IconUtils.getForChannel$default(channel, null, 2, null) : IconUtils.INSTANCE.getDefaultForGroupDM(channel.h()), null); + SimpleDraweeView simpleDraweeView2 = this.binding.f1850c; + m.checkNotNullExpressionValue(simpleDraweeView2, "binding.inviteAvatarSmall"); if (!z2) { i = 8; } - relativeLayout.setVisibility(i); - TextView textView = this.binding.m; + simpleDraweeView2.setVisibility(i); + TextView textView = this.binding.e; m.checkNotNullExpressionValue(textView, "binding.inviteMessage"); textView.setText(getFormattedGuildName(y0)); - TextView textView2 = this.binding.n; + TextView textView2 = this.binding.f; m.checkNotNullExpressionValue(textView2, "binding.inviteTitle"); - textView2.setText(getIntroTextForGroup(str, AnimatableValueParser.y0(channel))); - CardView cardView = this.binding.i; - m.checkNotNullExpressionValue(cardView, "binding.inviteMembersOnlineWrap"); - cardView.setVisibility(8); + textView2.setText(getIntroTextForGroup(r, AnimatableValueParser.y0(channel))); + this.binding.d.setOnline(null); + this.binding.d.setMembers(Integer.valueOf(modelInvite.getApproximateMemberCount())); } private final void configureForGuild(ModelInvite modelInvite) { @@ -228,63 +187,49 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { List l2; int i = 0; boolean z2 = modelInvite.getInviter() != null && modelInvite.getApproximateMemberCount() < 200; + Guild guild = modelInvite.getGuild(); + if (guild != null) { + GuildView guildView = this.binding.b; + m.checkNotNullExpressionValue(guild, "it"); + guildView.a(IconUtils.getForGuild$default(new com.discord.models.guild.Guild(guild), null, true, null, 10, null), GuildUtilsKt.computeShortName(guild.v())); + } String str = null; if (z2) { - SimpleDraweeView simpleDraweeView = this.binding.b; - m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatar"); + SimpleDraweeView simpleDraweeView = this.binding.f1850c; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.inviteAvatarSmall"); User inviter = modelInvite.getInviter(); - IconUtils.setIcon$default(simpleDraweeView, IconUtils.getForUser$default(inviter != null ? new CoreUser(inviter) : null, true, null, 4, null), (int) R.dimen.avatar_size_hero, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); - SimpleDraweeView simpleDraweeView2 = this.binding.f1851c; - m.checkNotNullExpressionValue(simpleDraweeView2, "binding.inviteAvatarSmall"); - Guild guild = modelInvite.getGuild(); - Long valueOf = guild != null ? Long.valueOf(guild.p()) : null; - Guild guild2 = modelInvite.getGuild(); - IconUtils.setIcon$default(simpleDraweeView2, IconUtils.getForGuild$default(valueOf, guild2 != null ? guild2.o() : null, IconUtils.DEFAULT_ICON_BLURPLE, true, null, 16, null), (int) R.dimen.avatar_size_medium, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); - } else { - SimpleDraweeView simpleDraweeView3 = this.binding.b; - m.checkNotNullExpressionValue(simpleDraweeView3, "binding.inviteAvatar"); - Guild guild3 = modelInvite.getGuild(); - Long valueOf2 = guild3 != null ? Long.valueOf(guild3.p()) : null; - Guild guild4 = modelInvite.getGuild(); - IconUtils.setIcon$default(simpleDraweeView3, IconUtils.getForGuild$default(valueOf2, guild4 != null ? guild4.o() : null, IconUtils.DEFAULT_ICON_BLURPLE, true, null, 16, null), (int) R.dimen.avatar_size_hero, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); + IconUtils.setIcon$default(simpleDraweeView, IconUtils.getForUser$default(inviter != null ? new CoreUser(inviter) : null, true, null, 4, null), (int) R.dimen.avatar_size_medium, (Function1) null, (MGImages.ChangeDetector) null, 24, (Object) null); } - CardView cardView = this.binding.i; - m.checkNotNullExpressionValue(cardView, "binding.inviteMembersOnlineWrap"); - cardView.setVisibility(z2 ^ true ? 0 : 8); - CardView cardView2 = this.binding.k; - m.checkNotNullExpressionValue(cardView2, "binding.inviteMembersTotalWrap"); - cardView2.setVisibility(z2 ^ true ? 0 : 8); - RelativeLayout relativeLayout = this.binding.e; - m.checkNotNullExpressionValue(relativeLayout, "binding.inviteAvatarSmallWrap"); - relativeLayout.setVisibility(z2 ? 0 : 8); - SimpleDraweeView simpleDraweeView4 = this.binding.f1851c; - m.checkNotNullExpressionValue(simpleDraweeView4, "binding.inviteAvatarSmall"); + this.binding.d.setMembers(!z2 ? Integer.valueOf(modelInvite.getApproximateMemberCount()) : null); + this.binding.d.setOnline(!z2 ? Integer.valueOf(modelInvite.getApproximatePresenceCount()) : null); + SimpleDraweeView simpleDraweeView2 = this.binding.f1850c; + m.checkNotNullExpressionValue(simpleDraweeView2, "binding.inviteAvatarSmall"); if (!z2) { i = 8; } - simpleDraweeView4.setVisibility(i); - TextView textView = this.binding.m; + simpleDraweeView2.setVisibility(i); + TextView textView = this.binding.e; m.checkNotNullExpressionValue(textView, "binding.inviteMessage"); - Guild guild5 = modelInvite.getGuild(); - String v = guild5 != null ? guild5.v() : null; + Guild guild2 = modelInvite.getGuild(); + String v = guild2 != null ? guild2.v() : null; if (v == null) { v = ""; } textView.setText(getFormattedGuildName(v)); - Guild guild6 = modelInvite.getGuild(); - if (guild6 == null || (l2 = guild6.l()) == null || !l2.contains(GuildFeature.VERIFIED)) { - Guild guild7 = modelInvite.getGuild(); - if (!(guild7 == null || (l = guild7.l()) == null || !l.contains(GuildFeature.PARTNERED))) { - TextView textView2 = this.binding.m; + Guild guild3 = modelInvite.getGuild(); + if (guild3 == null || (l2 = guild3.l()) == null || !l2.contains(GuildFeature.VERIFIED)) { + Guild guild4 = modelInvite.getGuild(); + if (!(guild4 == null || (l = guild4.l()) == null || !l.contains(GuildFeature.PARTNERED))) { + TextView textView2 = this.binding.e; m.checkNotNullExpressionValue(textView2, "binding.inviteMessage"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView2, R.drawable.ic_partnered_badge, 0, 0, 0, 14, null); } } else { - TextView textView3 = this.binding.m; + TextView textView3 = this.binding.e; m.checkNotNullExpressionValue(textView3, "binding.inviteMessage"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView3, R.drawable.ic_verified_badge, 0, 0, 0, 14, null); } - TextView textView4 = this.binding.n; + TextView textView4 = this.binding.f; m.checkNotNullExpressionValue(textView4, "binding.inviteTitle"); User inviter2 = modelInvite.getInviter(); if (inviter2 != null) { @@ -313,20 +258,6 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { return b.j(this, R.string.instant_invite_you_have_been_invited_to_chat, new Object[]{str}, null, 4); } - private final CharSequence getMembersCount(int i) { - Resources resources = getResources(); - m.checkNotNullExpressionValue(resources, "resources"); - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - return b.j(this, R.string.instant_invite_guild_members_total, new Object[]{StringResourceUtilsKt.getQuantityString(resources, context, (int) R.plurals.instant_invite_guild_members_total_count, i, Integer.valueOf(i))}, null, 4); - } - - private final CharSequence getMembersOnlineCount(int i) { - Context context = getContext(); - m.checkNotNullExpressionValue(context, "context"); - return b.j(this, R.string.instant_invite_guild_members_online, new Object[]{StringUtilsKt.format(i, context)}, null, 4); - } - private final void parseAttributeSet(Context context, AttributeSet attributeSet, int i) { if (attributeSet != null) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.a.WidgetInviteInfo, i, 0); @@ -338,6 +269,7 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { public final void configureUI(ModelInvite modelInvite) { m.checkNotNullParameter(modelInvite, "model"); + this.binding.b.b(); if (modelInvite.getGuild() == null && modelInvite.getChannel() == null && modelInvite.getInviter() != null) { configureForDirectFriend(modelInvite); } else if (modelInvite.getGuild() == null) { @@ -345,55 +277,43 @@ public final class WidgetInviteInfo extends LinearLayoutCompat { } else { configureForGuild(modelInvite); } - LinearLayout linearLayout = this.binding.l; - m.checkNotNullExpressionValue(linearLayout, "binding.inviteMembersWrap"); - linearLayout.setVisibility(0); - TextView textView = this.binding.j; - m.checkNotNullExpressionValue(textView, "binding.inviteMembersTotal"); - textView.setText(getMembersCount(modelInvite.getApproximateMemberCount())); - TextView textView2 = this.binding.h; - m.checkNotNullExpressionValue(textView2, "binding.inviteMembersOnline"); - textView2.setText(getMembersOnlineCount(modelInvite.getApproximatePresenceCount())); - RelativeLayout relativeLayout = this.binding.f; - m.checkNotNullExpressionValue(relativeLayout, "binding.inviteAvatarWrap"); - relativeLayout.setVisibility(0); - ImageView imageView = this.binding.g; - m.checkNotNullExpressionValue(imageView, "binding.inviteExpiredImage"); - imageView.setVisibility(8); } public final void configureUIFailure(Error error) { - this.binding.n.setText(R.string.instant_invite_expired); - this.binding.m.setText(R.string.invite_button_expired); + this.binding.f.setText(R.string.instant_invite_expired); + this.binding.e.setText(R.string.invite_button_expired); if (error != null) { Error.Response response = error.getResponse(); m.checkNotNullExpressionValue(response, "e.response"); if (response.getCode() == 30001) { MeUser me2 = StoreStream.Companion.getUsers().getMe(); - TextView textView = this.binding.n; + TextView textView = this.binding.f; m.checkNotNullExpressionValue(textView, "binding.inviteTitle"); b.m(textView, R.string.too_many_user_guilds_alert_description, new Object[0], new WidgetInviteInfo$configureUIFailure$1(me2)); - this.binding.m.setText(R.string.too_many_user_guilds_description); - this.binding.m.setTextSize(0, getResources().getDimension(R.dimen.uikit_textsize_medium)); + this.binding.e.setText(R.string.too_many_user_guilds_description); + this.binding.e.setTextSize(0, getResources().getDimension(R.dimen.uikit_textsize_medium)); } } - TextView textView2 = this.binding.m; + TextView textView2 = this.binding.e; m.checkNotNullExpressionValue(textView2, "binding.inviteMessage"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView2, 0, 0, 0, 0, 15, null); - LinearLayout linearLayout = this.binding.l; - m.checkNotNullExpressionValue(linearLayout, "binding.inviteMembersWrap"); - linearLayout.setVisibility(8); - RelativeLayout relativeLayout = this.binding.f; - m.checkNotNullExpressionValue(relativeLayout, "binding.inviteAvatarWrap"); - relativeLayout.setVisibility(8); - RelativeLayout relativeLayout2 = this.binding.e; - m.checkNotNullExpressionValue(relativeLayout2, "binding.inviteAvatarSmallWrap"); - relativeLayout2.setVisibility(8); - CardView cardView = this.binding.d; - m.checkNotNullExpressionValue(cardView, "binding.inviteAvatarSmallCard"); - cardView.setVisibility(8); - ImageView imageView = this.binding.g; - m.checkNotNullExpressionValue(imageView, "binding.inviteExpiredImage"); - imageView.setVisibility(0); + ServerMemberCount serverMemberCount = this.binding.d; + m.checkNotNullExpressionValue(serverMemberCount, "binding.inviteMemberContainerLayout"); + serverMemberCount.setVisibility(8); + GuildView guildView = this.binding.b; + Context context = getContext(); + m.checkNotNullExpressionValue(context, "context"); + int themedDrawableRes = DrawableCompat.getThemedDrawableRes(context, (int) R.attr.img_poop, (int) R.drawable.img_poop_dark); + Objects.requireNonNull(guildView); + MGImages mGImages = MGImages.INSTANCE; + SimpleDraweeView simpleDraweeView = guildView.j.b; + m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildAvatar"); + MGImages.setImage$default(mGImages, simpleDraweeView, themedDrawableRes, (MGImages.ChangeDetector) null, 4, (Object) null); + TextView textView3 = guildView.j.f115c; + m.checkNotNullExpressionValue(textView3, "binding.guildText"); + textView3.setVisibility(8); + SimpleDraweeView simpleDraweeView2 = this.binding.f1850c; + m.checkNotNullExpressionValue(simpleDraweeView2, "binding.inviteAvatarSmall"); + simpleDraweeView2.setVisibility(8); } } diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java index eee5a8ec69..c3f75c5a24 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetInviteModel.java @@ -28,7 +28,7 @@ public final class WidgetInviteModel { private final boolean isValidInvite; /* renamed from: me reason: collision with root package name */ - private final MeUser f2221me; + private final MeUser f2220me; private final ModelInvite.Settings settings; private final Channel targetChannel; @@ -103,7 +103,7 @@ public final class WidgetInviteModel { this.isGeneratingInvite = z2; this.isValidInvite = z3; this.invitableChannels = list; - this.f2221me = meUser; + this.f2220me = meUser; this.dms = list2; this.isInviteFromStore = z4; } @@ -114,7 +114,7 @@ public final class WidgetInviteModel { } public static /* synthetic */ WidgetInviteModel copy$default(WidgetInviteModel widgetInviteModel, Channel channel, ModelInvite.Settings settings, ModelInvite modelInvite, boolean z2, boolean z3, List list, MeUser meUser, List list2, boolean z4, int i, Object obj) { - return widgetInviteModel.copy((i & 1) != 0 ? widgetInviteModel.targetChannel : channel, (i & 2) != 0 ? widgetInviteModel.settings : settings, (i & 4) != 0 ? widgetInviteModel.invite : modelInvite, (i & 8) != 0 ? widgetInviteModel.isGeneratingInvite : z2, (i & 16) != 0 ? widgetInviteModel.isValidInvite : z3, (i & 32) != 0 ? widgetInviteModel.invitableChannels : list, (i & 64) != 0 ? widgetInviteModel.f2221me : meUser, (i & 128) != 0 ? widgetInviteModel.dms : list2, (i & 256) != 0 ? widgetInviteModel.isInviteFromStore : z4); + return widgetInviteModel.copy((i & 1) != 0 ? widgetInviteModel.targetChannel : channel, (i & 2) != 0 ? widgetInviteModel.settings : settings, (i & 4) != 0 ? widgetInviteModel.invite : modelInvite, (i & 8) != 0 ? widgetInviteModel.isGeneratingInvite : z2, (i & 16) != 0 ? widgetInviteModel.isValidInvite : z3, (i & 32) != 0 ? widgetInviteModel.invitableChannels : list, (i & 64) != 0 ? widgetInviteModel.f2220me : meUser, (i & 128) != 0 ? widgetInviteModel.dms : list2, (i & 256) != 0 ? widgetInviteModel.isInviteFromStore : z4); } public final Channel component1() { @@ -142,7 +142,7 @@ public final class WidgetInviteModel { } public final MeUser component7() { - return this.f2221me; + return this.f2220me; } public final List component8() { @@ -168,7 +168,7 @@ public final class WidgetInviteModel { return false; } WidgetInviteModel widgetInviteModel = (WidgetInviteModel) obj; - return m.areEqual(this.targetChannel, widgetInviteModel.targetChannel) && m.areEqual(this.settings, widgetInviteModel.settings) && m.areEqual(this.invite, widgetInviteModel.invite) && this.isGeneratingInvite == widgetInviteModel.isGeneratingInvite && this.isValidInvite == widgetInviteModel.isValidInvite && m.areEqual(this.invitableChannels, widgetInviteModel.invitableChannels) && m.areEqual(this.f2221me, widgetInviteModel.f2221me) && m.areEqual(this.dms, widgetInviteModel.dms) && this.isInviteFromStore == widgetInviteModel.isInviteFromStore; + return m.areEqual(this.targetChannel, widgetInviteModel.targetChannel) && m.areEqual(this.settings, widgetInviteModel.settings) && m.areEqual(this.invite, widgetInviteModel.invite) && this.isGeneratingInvite == widgetInviteModel.isGeneratingInvite && this.isValidInvite == widgetInviteModel.isValidInvite && m.areEqual(this.invitableChannels, widgetInviteModel.invitableChannels) && m.areEqual(this.f2220me, widgetInviteModel.f2220me) && m.areEqual(this.dms, widgetInviteModel.dms) && this.isInviteFromStore == widgetInviteModel.isInviteFromStore; } public final List getDms() { @@ -184,7 +184,7 @@ public final class WidgetInviteModel { } public final MeUser getMe() { - return this.f2221me; + return this.f2220me; } public final ModelInvite.Settings getSettings() { @@ -222,7 +222,7 @@ public final class WidgetInviteModel { int i10 = (i6 + i7) * 31; List list = this.invitableChannels; int hashCode4 = (i10 + (list != null ? list.hashCode() : 0)) * 31; - MeUser meUser = this.f2221me; + MeUser meUser = this.f2220me; int hashCode5 = (hashCode4 + (meUser != null ? meUser.hashCode() : 0)) * 31; List list2 = this.dms; if (list2 != null) { @@ -262,7 +262,7 @@ public final class WidgetInviteModel { P.append(", invitableChannels="); P.append(this.invitableChannels); P.append(", me="); - P.append(this.f2221me); + P.append(this.f2220me); P.append(", dms="); P.append(this.dms); P.append(", isInviteFromStore="); diff --git a/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java b/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java index 497c6612d8..377e27e3a6 100644 --- a/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java +++ b/app/src/main/java/com/discord/widgets/guilds/list/GuildListViewHolder.java @@ -211,7 +211,7 @@ public abstract class GuildListViewHolder extends RecyclerView.ViewHolder { String forGuild$default = guild.hasIcon() ? IconUtils.getForGuild$default(guild, IconUtils.DEFAULT_ICON, false, null, 12, null) : null; m.checkNotNullExpressionValue(guildView, "guildView"); guildView.setVisibility(0); - guildView.a(guild.getShortName(), forGuild$default); + guildView.a(forGuild$default, guild.getShortName()); } else { m.checkNotNullExpressionValue(guildView, "guildView"); guildView.setVisibility(8); diff --git a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentityViewModel.java b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentityViewModel.java index b67b252460..7e61d51885 100644 --- a/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentityViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentityViewModel.java @@ -301,7 +301,7 @@ public final class WidgetChangeGuildIdentityViewModel extends AppViewModel restrictedGuildIds; /* JADX DEBUG: Multi-variable search result rejected for r9v0, resolved type: java.util.List */ @@ -713,7 +713,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel getRestrictedGuildIds() { @@ -830,7 +830,7 @@ public final class WidgetGuildProfileSheetViewModel extends AppViewModel implements Func5 { +public final class WidgetHomeViewModel$Companion$observeStoreState$1 implements Func6 { public static final WidgetHomeViewModel$Companion$observeStoreState$1 INSTANCE = new WidgetHomeViewModel$Companion$observeStoreState$1(); - public final WidgetHomeViewModel.StoreState call(PanelState panelState, PanelState panelState2, WidgetHomeViewModel.GuildInfo guildInfo, MeUser meUser, StoreChannelsSelected.ResolvedSelectedChannel resolvedSelectedChannel) { + public final WidgetHomeViewModel.StoreState call(PanelState panelState, PanelState panelState2, WidgetHomeViewModel.GuildInfo guildInfo, MeUser meUser, StoreChannelsSelected.ResolvedSelectedChannel resolvedSelectedChannel, Experiment experiment) { Long l = null; if (!(resolvedSelectedChannel instanceof StoreChannelsSelected.ResolvedSelectedChannel.Channel)) { resolvedSelectedChannel = null; @@ -24,6 +25,6 @@ public final class WidgetHomeViewModel$Companion$observeStoreState$1 { this(); } - public static final /* synthetic */ Observable access$observeStoreState(Companion companion, StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected) { - return companion.observeStoreState(storeGuildSelected, storeNavigation, storeLurking, storeUser, storeGuildWelcomeScreens, storeChannelsSelected); + public static final /* synthetic */ Observable access$observeStoreState(Companion companion, StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected, StoreExperiments storeExperiments) { + return companion.observeStoreState(storeGuildSelected, storeNavigation, storeLurking, storeUser, storeGuildWelcomeScreens, storeChannelsSelected, storeExperiments); } - private final Observable observeStoreState(StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected) { - Observable g = Observable.g(storeNavigation.observeLeftPanelState(), storeNavigation.observeRightPanelState(), storeGuildSelected.observeSelectedGuildId().X(new WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1(storeLurking, storeGuildWelcomeScreens)), StoreUser.observeMe$default(storeUser, false, 1, null), storeChannelsSelected.observeResolvedSelectedChannel(), WidgetHomeViewModel$Companion$observeStoreState$1.INSTANCE); - m.checkNotNullExpressionValue(g, "Observable.combineLatest…adPeek,\n )\n }"); - return g; + private final Observable observeStoreState(StoreGuildSelected storeGuildSelected, StoreNavigation storeNavigation, StoreLurking storeLurking, StoreUser storeUser, StoreGuildWelcomeScreens storeGuildWelcomeScreens, StoreChannelsSelected storeChannelsSelected, StoreExperiments storeExperiments) { + Observable f = Observable.f(storeNavigation.observeLeftPanelState(), storeNavigation.observeRightPanelState(), storeGuildSelected.observeSelectedGuildId().X(new WidgetHomeViewModel$Companion$observeStoreState$guildInfoObservable$1(storeLurking, storeGuildWelcomeScreens)), StoreUser.observeMe$default(storeUser, false, 1, null), storeChannelsSelected.observeResolvedSelectedChannel(), storeExperiments.observeUserExperiment("2021-05_per_guild_avatars", false), WidgetHomeViewModel$Companion$observeStoreState$1.INSTANCE); + m.checkNotNullExpressionValue(f, "Observable.combineLatest…et == 1\n )\n }"); + return f; } } @@ -368,14 +369,15 @@ public final class WidgetHomeViewModel extends AppViewModel { /* compiled from: WidgetHomeViewModel.kt */ public static final class StoreState { private final GuildInfo guildInfo; + private final boolean isInGuildIdentityExperiment; private final boolean isThreadPeek; private final PanelState leftPanelState; /* renamed from: me reason: collision with root package name */ - private final MeUser f2223me; + private final MeUser f2222me; private final PanelState rightPanelState; - public StoreState(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2) { + public StoreState(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3) { m.checkNotNullParameter(panelState, "leftPanelState"); m.checkNotNullParameter(panelState2, "rightPanelState"); m.checkNotNullParameter(guildInfo, "guildInfo"); @@ -383,11 +385,12 @@ public final class WidgetHomeViewModel extends AppViewModel { this.leftPanelState = panelState; this.rightPanelState = panelState2; this.guildInfo = guildInfo; - this.f2223me = meUser; + this.f2222me = meUser; this.isThreadPeek = z2; + this.isInGuildIdentityExperiment = z3; } - public static /* synthetic */ StoreState copy$default(StoreState storeState, PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, int i, Object obj) { + public static /* synthetic */ StoreState copy$default(StoreState storeState, PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3, int i, Object obj) { if ((i & 1) != 0) { panelState = storeState.leftPanelState; } @@ -398,12 +401,15 @@ public final class WidgetHomeViewModel extends AppViewModel { guildInfo = storeState.guildInfo; } if ((i & 8) != 0) { - meUser = storeState.f2223me; + meUser = storeState.f2222me; } if ((i & 16) != 0) { z2 = storeState.isThreadPeek; } - return storeState.copy(panelState, panelState2, guildInfo, meUser, z2); + if ((i & 32) != 0) { + z3 = storeState.isInGuildIdentityExperiment; + } + return storeState.copy(panelState, panelState2, guildInfo, meUser, z2, z3); } public final PanelState component1() { @@ -419,19 +425,23 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser component4() { - return this.f2223me; + return this.f2222me; } public final boolean component5() { return this.isThreadPeek; } - public final StoreState copy(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2) { + public final boolean component6() { + return this.isInGuildIdentityExperiment; + } + + public final StoreState copy(PanelState panelState, PanelState panelState2, GuildInfo guildInfo, MeUser meUser, boolean z2, boolean z3) { m.checkNotNullParameter(panelState, "leftPanelState"); m.checkNotNullParameter(panelState2, "rightPanelState"); m.checkNotNullParameter(guildInfo, "guildInfo"); m.checkNotNullParameter(meUser, "me"); - return new StoreState(panelState, panelState2, guildInfo, meUser, z2); + return new StoreState(panelState, panelState2, guildInfo, meUser, z2, z3); } public boolean equals(Object obj) { @@ -442,7 +452,7 @@ public final class WidgetHomeViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2223me, storeState.f2223me) && this.isThreadPeek == storeState.isThreadPeek; + return m.areEqual(this.leftPanelState, storeState.leftPanelState) && m.areEqual(this.rightPanelState, storeState.rightPanelState) && m.areEqual(this.guildInfo, storeState.guildInfo) && m.areEqual(this.f2222me, storeState.f2222me) && this.isThreadPeek == storeState.isThreadPeek && this.isInGuildIdentityExperiment == storeState.isInGuildIdentityExperiment; } public final GuildInfo getGuildInfo() { @@ -454,7 +464,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2223me; + return this.f2222me; } public final PanelState getRightPanelState() { @@ -469,19 +479,29 @@ public final class WidgetHomeViewModel extends AppViewModel { int hashCode2 = (hashCode + (panelState2 != null ? panelState2.hashCode() : 0)) * 31; GuildInfo guildInfo = this.guildInfo; int hashCode3 = (hashCode2 + (guildInfo != null ? guildInfo.hashCode() : 0)) * 31; - MeUser meUser = this.f2223me; + MeUser meUser = this.f2222me; if (meUser != null) { i = meUser.hashCode(); } int i2 = (hashCode3 + i) * 31; boolean z2 = this.isThreadPeek; + int i3 = 1; if (z2) { z2 = true; } - int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = z2 ? 1 : 0; - return i2 + i3; + int i6 = z2 ? 1 : 0; + int i7 = (i2 + i4) * 31; + boolean z3 = this.isInGuildIdentityExperiment; + if (!z3) { + i3 = z3 ? 1 : 0; + } + return i7 + i3; + } + + public final boolean isInGuildIdentityExperiment() { + return this.isInGuildIdentityExperiment; } public final boolean isThreadPeek() { @@ -496,9 +516,11 @@ public final class WidgetHomeViewModel extends AppViewModel { P.append(", guildInfo="); P.append(this.guildInfo); P.append(", me="); - P.append(this.f2223me); + P.append(this.f2222me); P.append(", isThreadPeek="); - return a.L(P, this.isThreadPeek, ")"); + P.append(this.isThreadPeek); + P.append(", isInGuildIdentityExperiment="); + return a.L(P, this.isInGuildIdentityExperiment, ")"); } } @@ -623,7 +645,7 @@ public final class WidgetHomeViewModel extends AppViewModel { /* JADX WARNING: Illegal instructions before constructor call */ public WidgetHomeViewModel(StoreNavigation storeNavigation, StoreGuildWelcomeScreens storeGuildWelcomeScreens, Observable observable, Observable observable2, ChannelOnboardingManager channelOnboardingManager, SharedPreferences sharedPreferences, Clock clock, TooltipManager tooltipManager, int i, DefaultConstructorMarker defaultConstructorMarker) { - this(r1, r9, r2, r3, r4, r5, r6, r8); + this(r1, r10, r2, r3, r4, r5, r6, r8); Observable observable3; TooltipManager tooltipManager2; StoreNavigation navigation = (i & 1) != 0 ? StoreStream.Companion.getNavigation() : storeNavigation; @@ -631,7 +653,7 @@ public final class WidgetHomeViewModel extends AppViewModel { if ((i & 4) != 0) { Companion companion = Companion; StoreStream.Companion companion2 = StoreStream.Companion; - observable3 = Companion.access$observeStoreState(companion, companion2.getGuildSelected(), navigation, companion2.getLurking(), companion2.getUsers(), guildWelcomeScreens, companion2.getChannelsSelected()); + observable3 = Companion.access$observeStoreState(companion, companion2.getGuildSelected(), navigation, companion2.getLurking(), companion2.getUsers(), guildWelcomeScreens, companion2.getChannelsSelected(), companion2.getExperiments()); } else { observable3 = observable; } @@ -743,7 +765,7 @@ public final class WidgetHomeViewModel extends AppViewModel { } if (shouldShowChannelOnboardingSheet(this.previousLeftPanelState, leftPanelState, guildId, isNewUser)) { emitShowChannelOnboardingSheet(); - } else if (shouldShowGuildIdentityMarketingSheet(this.previousLeftPanelState, leftPanelState, storeState.getMe())) { + } else if (shouldShowGuildIdentityMarketingSheet(this.previousLeftPanelState, leftPanelState, storeState.getMe(), storeState.isInGuildIdentityExperiment())) { emitShowGuildIdentityMarketingSheet(guildId); } this.previousLeftPanelState = leftPanelState; @@ -760,10 +782,10 @@ public final class WidgetHomeViewModel extends AppViewModel { return ((panelState instanceof PanelState.d) && (panelState2 instanceof PanelState.c)) && ((j > 0 ? 1 : (j == 0 ? 0 : -1)) != 0) && z2 && !this.channelOnboardingManager.hasUserSeenChannelOnboarding(); } - private final boolean shouldShowGuildIdentityMarketingSheet(PanelState panelState, PanelState panelState2, MeUser meUser) { + private final boolean shouldShowGuildIdentityMarketingSheet(PanelState panelState, PanelState panelState2, MeUser meUser, boolean z2) { UserUtils userUtils = UserUtils.INSTANCE; Clock clock = this.clock; - return ((panelState instanceof PanelState.d) && (panelState2 instanceof PanelState.c)) && this.tooltipManager.b(GuildProfileMarketingTooltip.INSTANCE, false) && userUtils.since(meUser, clock, new UtcDateTime(clock.currentTimeMillis() - 1209600000)) && !this.sharedPreferences.getBoolean(WidgetChangeGuildIdentity.USER_GUILD_PROFILE_VIEWED_CACHE_KEY, false); + return z2 && ((panelState instanceof PanelState.d) && (panelState2 instanceof PanelState.c)) && this.tooltipManager.b(GuildProfileMarketingTooltip.INSTANCE, false) && userUtils.since(meUser, clock, new UtcDateTime(clock.currentTimeMillis() - 1209600000)) && !this.sharedPreferences.getBoolean(WidgetChangeGuildIdentity.USER_GUILD_PROFILE_VIEWED_CACHE_KEY, false); } @MainThread diff --git a/app/src/main/java/com/discord/widgets/hubs/HubDomainResult.java b/app/src/main/java/com/discord/widgets/hubs/AuthenticationResult.java similarity index 51% rename from app/src/main/java/com/discord/widgets/hubs/HubDomainResult.java rename to app/src/main/java/com/discord/widgets/hubs/AuthenticationResult.java index 8fa41ad992..c79c416f11 100644 --- a/app/src/main/java/com/discord/widgets/hubs/HubDomainResult.java +++ b/app/src/main/java/com/discord/widgets/hubs/AuthenticationResult.java @@ -5,41 +5,41 @@ import android.os.Parcel; import android.os.Parcelable; import c.d.b.a.a; import d0.z.d.m; -/* compiled from: WidgetHubDomains.kt */ -public final class HubDomainResult implements MultipleDomainResult { - public static final Parcelable.Creator CREATOR = new Creator(); +/* compiled from: WidgetHubAuthenticationlViewModel.kt */ +public final class AuthenticationResult implements MultipleDomainResult { + public static final Parcelable.Creator CREATOR = new Creator(); private final long guildId; - public static class Creator implements Parcelable.Creator { + public static class Creator implements Parcelable.Creator { @Override // android.os.Parcelable.Creator - public final HubDomainResult createFromParcel(Parcel parcel) { + public final AuthenticationResult createFromParcel(Parcel parcel) { m.checkNotNullParameter(parcel, "in"); - return new HubDomainResult(parcel.readLong()); + return new AuthenticationResult(parcel.readLong()); } @Override // android.os.Parcelable.Creator - public final HubDomainResult[] newArray(int i) { - return new HubDomainResult[i]; + public final AuthenticationResult[] newArray(int i) { + return new AuthenticationResult[i]; } } - public HubDomainResult(long j) { + public AuthenticationResult(long j) { this.guildId = j; } - public static /* synthetic */ HubDomainResult copy$default(HubDomainResult hubDomainResult, long j, int i, Object obj) { + public static /* synthetic */ AuthenticationResult copy$default(AuthenticationResult authenticationResult, long j, int i, Object obj) { if ((i & 1) != 0) { - j = hubDomainResult.guildId; + j = authenticationResult.guildId; } - return hubDomainResult.copy(j); + return authenticationResult.copy(j); } public final long component1() { return this.guildId; } - public final HubDomainResult copy(long j) { - return new HubDomainResult(j); + public final AuthenticationResult copy(long j) { + return new AuthenticationResult(j); } @Override // android.os.Parcelable @@ -50,7 +50,7 @@ public final class HubDomainResult implements MultipleDomainResult { @Override // java.lang.Object public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof HubDomainResult) && this.guildId == ((HubDomainResult) obj).guildId; + return (obj instanceof AuthenticationResult) && this.guildId == ((AuthenticationResult) obj).guildId; } return true; } @@ -66,7 +66,7 @@ public final class HubDomainResult implements MultipleDomainResult { @Override // java.lang.Object public String toString() { - return a.A(a.P("HubDomainResult(guildId="), this.guildId, ")"); + return a.A(a.P("AuthenticationResult(guildId="), this.guildId, ")"); } @Override // android.os.Parcelable diff --git a/app/src/main/java/com/discord/widgets/hubs/DiscordHubAddServerViewHolder.java b/app/src/main/java/com/discord/widgets/hubs/DiscordHubAddServerViewHolder.java index 8d97f25db5..c2e43a69cd 100644 --- a/app/src/main/java/com/discord/widgets/hubs/DiscordHubAddServerViewHolder.java +++ b/app/src/main/java/com/discord/widgets/hubs/DiscordHubAddServerViewHolder.java @@ -35,7 +35,7 @@ public final class DiscordHubAddServerViewHolder extends SimpleRecyclerAdapter.V textView.setText(guild.getName()); GuildView guildView = this.binding.b; guildView.b(); - guildView.a(guild.getShortName(), IconUtils.getForGuild$default(guild, null, false, null, 14, null)); + guildView.a(IconUtils.getForGuild$default(guild, null, false, null, 14, null), guild.getShortName()); this.binding.f1622c.setOnClickListener(new DiscordHubAddServerViewHolder$bind$2(this, guild)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java index 0dd3eae428..73ebdace6f 100644 --- a/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java +++ b/app/src/main/java/com/discord/widgets/hubs/DomainGuildInfo.java @@ -13,7 +13,7 @@ public final class DomainGuildInfo implements Parcelable { private final String icon; /* renamed from: id reason: collision with root package name */ - private final long f2224id; + private final long f2223id; private final String name; /* compiled from: WidgetHubDomains.kt */ @@ -47,7 +47,7 @@ public final class DomainGuildInfo implements Parcelable { public DomainGuildInfo(String str, long j, String str2) { m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); this.icon = str; - this.f2224id = j; + this.f2223id = j; this.name = str2; } @@ -61,7 +61,7 @@ public final class DomainGuildInfo implements Parcelable { } public final long getId() { - return this.f2224id; + return this.f2223id; } public final String getName() { @@ -72,7 +72,7 @@ public final class DomainGuildInfo implements Parcelable { public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); parcel.writeString(this.icon); - parcel.writeLong(this.f2224id); + parcel.writeLong(this.f2223id); parcel.writeString(this.name); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/DomainsState.java b/app/src/main/java/com/discord/widgets/hubs/DomainsState.java new file mode 100644 index 0000000000..f1d2062b9f --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/DomainsState.java @@ -0,0 +1,91 @@ +package com.discord.widgets.hubs; + +import c.d.b.a.a; +import com.discord.stores.utilities.Default; +import com.discord.stores.utilities.RestCallState; +import d0.z.d.m; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: WidgetHubDomainsViewModel.kt */ +public final class DomainsState { + private final Long selectedGuildId; + private final RestCallState verifyEmailAsync; + + public DomainsState() { + this(null, null, 3, null); + } + + public DomainsState(Long l, RestCallState restCallState) { + m.checkNotNullParameter(restCallState, "verifyEmailAsync"); + this.selectedGuildId = l; + this.verifyEmailAsync = restCallState; + } + + /* JADX INFO: this call moved to the top of the method (can break code semantics) */ + public /* synthetic */ DomainsState(Long l, RestCallState restCallState, int i, DefaultConstructorMarker defaultConstructorMarker) { + this((i & 1) != 0 ? null : l, (i & 2) != 0 ? Default.INSTANCE : restCallState); + } + + /* JADX DEBUG: Multi-variable search result rejected for r0v0, resolved type: com.discord.widgets.hubs.DomainsState */ + /* JADX WARN: Multi-variable type inference failed */ + public static /* synthetic */ DomainsState copy$default(DomainsState domainsState, Long l, RestCallState restCallState, int i, Object obj) { + if ((i & 1) != 0) { + l = domainsState.selectedGuildId; + } + if ((i & 2) != 0) { + restCallState = domainsState.verifyEmailAsync; + } + return domainsState.copy(l, restCallState); + } + + public final Long component1() { + return this.selectedGuildId; + } + + public final RestCallState component2() { + return this.verifyEmailAsync; + } + + public final DomainsState copy(Long l, RestCallState restCallState) { + m.checkNotNullParameter(restCallState, "verifyEmailAsync"); + return new DomainsState(l, restCallState); + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof DomainsState)) { + return false; + } + DomainsState domainsState = (DomainsState) obj; + return m.areEqual(this.selectedGuildId, domainsState.selectedGuildId) && m.areEqual(this.verifyEmailAsync, domainsState.verifyEmailAsync); + } + + public final Long getSelectedGuildId() { + return this.selectedGuildId; + } + + public final RestCallState getVerifyEmailAsync() { + return this.verifyEmailAsync; + } + + public int hashCode() { + Long l = this.selectedGuildId; + int i = 0; + int hashCode = (l != null ? l.hashCode() : 0) * 31; + RestCallState restCallState = this.verifyEmailAsync; + if (restCallState != null) { + i = restCallState.hashCode(); + } + return hashCode + i; + } + + public String toString() { + StringBuilder P = a.P("DomainsState(selectedGuildId="); + P.append(this.selectedGuildId); + P.append(", verifyEmailAsync="); + P.append(this.verifyEmailAsync); + P.append(")"); + return P.toString(); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/HubDomainViewHolder.java b/app/src/main/java/com/discord/widgets/hubs/HubDomainViewHolder.java index ca14bf94a0..1dc17e45af 100644 --- a/app/src/main/java/com/discord/widgets/hubs/HubDomainViewHolder.java +++ b/app/src/main/java/com/discord/widgets/hubs/HubDomainViewHolder.java @@ -32,7 +32,7 @@ public final class HubDomainViewHolder extends SimpleRecyclerAdapter.ViewHolder< TextView textView = this.binding.d; m.checkNotNullExpressionValue(textView, "binding.discordUAddServerListItemText"); textView.setText(domainGuildInfo.getName()); - this.binding.b.a(GuildUtilsKt.computeShortName(domainGuildInfo.getName()), domainGuildInfo.getIcon()); + this.binding.b.a(domainGuildInfo.getIcon(), GuildUtilsKt.computeShortName(domainGuildInfo.getName())); this.binding.f1622c.setOnClickListener(new HubDomainViewHolder$bind$1(this, domainGuildInfo)); } diff --git a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java index 11cb1a8065..09bfb876cb 100644 --- a/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java +++ b/app/src/main/java/com/discord/widgets/hubs/RadioSelectorItem.java @@ -10,7 +10,7 @@ public final class RadioSelectorItem implements Parcelable { public static final Parcelable.Creator CREATOR = new Creator(); /* renamed from: id reason: collision with root package name */ - private final int f2225id; + private final int f2224id; private final boolean selected; private final String text; @@ -29,14 +29,14 @@ public final class RadioSelectorItem implements Parcelable { public RadioSelectorItem(int i, String str, boolean z2) { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - this.f2225id = i; + this.f2224id = i; this.text = str; this.selected = z2; } public static /* synthetic */ RadioSelectorItem copy$default(RadioSelectorItem radioSelectorItem, int i, String str, boolean z2, int i2, Object obj) { if ((i2 & 1) != 0) { - i = radioSelectorItem.f2225id; + i = radioSelectorItem.f2224id; } if ((i2 & 2) != 0) { str = radioSelectorItem.text; @@ -48,7 +48,7 @@ public final class RadioSelectorItem implements Parcelable { } public final int component1() { - return this.f2225id; + return this.f2224id; } public final String component2() { @@ -78,11 +78,11 @@ public final class RadioSelectorItem implements Parcelable { return false; } RadioSelectorItem radioSelectorItem = (RadioSelectorItem) obj; - return this.f2225id == radioSelectorItem.f2225id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; + return this.f2224id == radioSelectorItem.f2224id && m.areEqual(this.text, radioSelectorItem.text) && this.selected == radioSelectorItem.selected; } public final int getId() { - return this.f2225id; + return this.f2224id; } public final boolean getSelected() { @@ -95,7 +95,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public int hashCode() { - int i = this.f2225id * 31; + int i = this.f2224id * 31; String str = this.text; int hashCode = (i + (str != null ? str.hashCode() : 0)) * 31; boolean z2 = this.selected; @@ -111,7 +111,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // java.lang.Object public String toString() { StringBuilder P = a.P("RadioSelectorItem(id="); - P.append(this.f2225id); + P.append(this.f2224id); P.append(", text="); P.append(this.text); P.append(", selected="); @@ -121,7 +121,7 @@ public final class RadioSelectorItem implements Parcelable { @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "parcel"); - parcel.writeInt(this.f2225id); + parcel.writeInt(this.f2224id); parcel.writeString(this.text); parcel.writeInt(this.selected ? 1 : 0); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java index fd83ae3ac2..26df70effa 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddName.java @@ -68,7 +68,7 @@ public final class WidgetHubAddName extends AppFragment { textView.setText(b.k(this, R.string.hub_real_name_modal_header, objArr, null, 4)); Guild guild2 = addNameState.getGuild(); if (guild2 != null) { - getBinding().b.a(guild2.getShortName(), IconUtils.getForGuild$default(addNameState.getGuild(), null, false, null, 14, null)); + getBinding().b.a(IconUtils.getForGuild$default(addNameState.getGuild(), null, false, null, 14, null), guild2.getShortName()); } RestCallStateKt.handleResponse$default(addNameState.getChangeNicknameAsync(), context, null, null, new WidgetHubAddName$configureUI$2(this), 6, null); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServerConfirmationDialog.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServerConfirmationDialog.java index 07f25c49dd..325d80b54d 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServerConfirmationDialog.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServerConfirmationDialog.java @@ -72,7 +72,7 @@ public final class WidgetHubAddServerConfirmationDialog extends AppDialog { getBinding().f1638c.b(); Guild guild = StoreStream.Companion.getGuilds().getGuild(getArgs().getGuildId()); if (guild != null) { - getBinding().f1638c.a(guild.getShortName(), IconUtils.getForGuild$default(Long.valueOf(guild.getId()), guild.getIcon(), null, false, null, 28, null)); + getBinding().f1638c.a(IconUtils.getForGuild$default(Long.valueOf(guild.getId()), guild.getIcon(), null, false, null, 28, null), guild.getShortName()); } } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java index 5c2c526596..f36c242404 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubAuthentication$configureUi$1.java @@ -1,9 +1,9 @@ package com.discord.widgets.hubs; import androidx.fragment.app.FragmentActivity; +import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.api.hubs.EmailVerificationCode; -import com.discord.stores.StoreStream; import com.discord.stores.utilities.Success; import d0.z.d.m; import d0.z.d.o; @@ -28,25 +28,25 @@ public final class WidgetHubAuthentication$configureUi$1 extends o implements Fu } public final void invoke(Success success) { - Unit unit; + FragmentActivity fragmentActivity; m.checkNotNullParameter(success, "response"); WidgetHubAuthentication widgetHubAuthentication = this.this$0; widgetHubAuthentication.hideKeyboard(widgetHubAuthentication.getView()); EmailVerificationCode invoke = success.invoke(); if (invoke.b()) { - StoreStream.Companion.getGuildSelected().set(invoke.a().p()); FragmentActivity activity = this.this$0.getActivity(); if (activity != null) { + activity.setResult(-1, AnimatableValueParser.I2(new AuthenticationResult(invoke.a().p()))); activity.finish(); - unit = Unit.a; + fragmentActivity = activity; } else { - unit = null; + fragmentActivity = null; } } else { c.a.d.m.i(this.this$0, R.string.error_generic_title, 0, 4); - unit = Unit.a; + fragmentActivity = Unit.a; } - if (unit == null) { + if (fragmentActivity == null) { c.a.d.m.i(this.this$0, R.string.error_generic_title, 0, 4); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescriptionViewModel$addServer$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescriptionViewModel$addServer$1.java index bf71e5cecc..00bb6998af 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescriptionViewModel$addServer$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDescriptionViewModel$addServer$1.java @@ -21,6 +21,6 @@ public final class WidgetHubDescriptionViewModel$addServer$1 extends o implement } public final TrackNetworkMetadataReceiver invoke(DirectoryEntry directoryEntry) { - return new TrackNetworkActionDirectoryGuildEntryCreate(Long.valueOf(this.$channelId), Long.valueOf(this.$guildId), Integer.valueOf(this.$category.getKey())); + return new TrackNetworkActionDirectoryGuildEntryCreate(Long.valueOf(this.$channelId), Long.valueOf(this.$guildId), Long.valueOf((long) this.$category.getKey())); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$1.java new file mode 100644 index 0000000000..2618dabbf0 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$1.java @@ -0,0 +1,23 @@ +package com.discord.widgets.hubs; + +import androidx.fragment.app.Fragment; +import androidx.lifecycle.ViewModelStore; +import c.d.b.a.a; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: FragmentViewModelLazy.kt */ +public final class WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$1 extends o implements Function0 { + public final /* synthetic */ Fragment $this_activityViewModels; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$1(Fragment fragment) { + super(0); + this.$this_activityViewModels = fragment; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ViewModelStore mo1invoke() { + return a.e0(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$2.java new file mode 100644 index 0000000000..9305ab5529 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$2.java @@ -0,0 +1,23 @@ +package com.discord.widgets.hubs; + +import androidx.fragment.app.Fragment; +import androidx.lifecycle.ViewModelProvider; +import c.d.b.a.a; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: FragmentViewModelLazy.kt */ +public final class WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$2 extends o implements Function0 { + public final /* synthetic */ Fragment $this_activityViewModels; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$2(Fragment fragment) { + super(0); + this.$this_activityViewModels = fragment; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ViewModelProvider.Factory mo1invoke() { + return a.T(this.$this_activityViewModels, "requireActivity()"); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$onViewBoundOrOnResume$1.java new file mode 100644 index 0000000000..8f7950c3f1 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$onViewBoundOrOnResume$1.java @@ -0,0 +1,30 @@ +package com.discord.widgets.hubs; + +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetHubDomainSearch.kt */ +public final class WidgetHubDomainSearch$onViewBoundOrOnResume$1 extends o implements Function1 { + public final /* synthetic */ WidgetHubDomainSearch this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomainSearch$onViewBoundOrOnResume$1(WidgetHubDomainSearch widgetHubDomainSearch) { + super(1); + this.this$0 = widgetHubDomainSearch; + } + + /* 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(DomainsState domainsState) { + invoke(domainsState); + return Unit.a; + } + + public final void invoke(DomainsState domainsState) { + WidgetHubDomainSearch widgetHubDomainSearch = this.this$0; + m.checkNotNullExpressionValue(domainsState, "viewState"); + WidgetHubDomainSearch.access$updateView(widgetHubDomainSearch, domainsState); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$updateView$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$updateView$1.java new file mode 100644 index 0000000000..33390a3381 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$updateView$1.java @@ -0,0 +1,37 @@ +package com.discord.widgets.hubs; + +import android.content.Context; +import c.a.d.j; +import com.discord.stores.utilities.Success; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetHubDomainSearch.kt */ +public final class WidgetHubDomainSearch$updateView$1 extends o implements Function1, Unit> { + public final /* synthetic */ Context $context; + public final /* synthetic */ DomainsState $state; + public final /* synthetic */ WidgetHubDomainSearch this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomainSearch$updateView$1(WidgetHubDomainSearch widgetHubDomainSearch, Context context, DomainsState domainsState) { + super(1); + this.this$0 = widgetHubDomainSearch; + this.$context = context; + this.$state = domainsState; + } + + /* 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(Success success) { + invoke(success); + return Unit.a; + } + + public final void invoke(Success success) { + m.checkNotNullParameter(success, "it"); + j.g(j.g, this.this$0.getParentFragmentManager(), this.$context, WidgetHubAuthentication.class, 0, true, null, new HubAuthenticationArgs(this.this$0.getArgs().getEmail(), this.$state.getSelectedGuildId()), 40); + this.this$0.getViewModel().reset(); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$viewModel$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$viewModel$2.java new file mode 100644 index 0000000000..069b4549b6 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch$viewModel$2.java @@ -0,0 +1,19 @@ +package com.discord.widgets.hubs; + +import com.discord.app.AppViewModel; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetHubDomainSearch.kt */ +public final class WidgetHubDomainSearch$viewModel$2 extends o implements Function0> { + public static final WidgetHubDomainSearch$viewModel$2 INSTANCE = new WidgetHubDomainSearch$viewModel$2(); + + public WidgetHubDomainSearch$viewModel$2() { + super(0); + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final AppViewModel mo1invoke() { + return new WidgetHubDomainsViewModel(null, false, 3, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java index 08d915d823..5184a80f6c 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainSearch.java @@ -5,14 +5,16 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import androidx.fragment.app.FragmentActivity; +import androidx.fragment.app.FragmentViewModelLazyKt; import androidx.recyclerview.widget.RecyclerView; +import c.a.d.e0; import c.a.k.b; import c.d.b.a.a; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.app.AppFragment; import com.discord.databinding.WidgetHubDomainSearchBinding; +import com.discord.stores.utilities.RestCallStateKt; +import com.discord.utilities.rx.ObservableExtensionsKt; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -22,6 +24,7 @@ import com.google.android.material.textfield.TextInputEditText; import com.google.android.material.textfield.TextInputLayout; import d0.g; import d0.g0.w; +import d0.z.d.a0; import d0.z.d.m; import java.util.ArrayList; import java.util.Iterator; @@ -29,13 +32,17 @@ import java.util.List; import java.util.Locale; import java.util.Objects; import kotlin.Lazy; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; import kotlin.reflect.KProperty; +import rx.Observable; /* compiled from: WidgetHubDomainSearch.kt */ public final class WidgetHubDomainSearch extends AppFragment { public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetHubDomainSearch.class, "binding", "getBinding()Lcom/discord/databinding/WidgetHubDomainSearchBinding;", 0)}; private final SimpleRecyclerAdapter adapter = new SimpleRecyclerAdapter<>(null, new WidgetHubDomainSearch$adapter$1(this), 1, null); private final Lazy args$delegate = g.lazy(new WidgetHubDomainSearch$$special$$inlined$args$1(this, "intent_args_key")); private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetHubDomainSearch$binding$2.INSTANCE, null, 2, null); + private final Lazy viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(WidgetHubDomainsViewModel.class), new WidgetHubDomainSearch$appActivityViewModels$$inlined$activityViewModels$1(this), new e0(WidgetHubDomainSearch$viewModel$2.INSTANCE)); public WidgetHubDomainSearch() { super(R.layout.widget_hub_domain_search); @@ -45,6 +52,10 @@ public final class WidgetHubDomainSearch extends AppFragment { widgetHubDomainSearch.searchForGuild(); } + public static final /* synthetic */ void access$updateView(WidgetHubDomainSearch widgetHubDomainSearch, DomainsState domainsState) { + widgetHubDomainSearch.updateView(domainsState); + } + private final void searchForGuild() { int i; TextInputEditText textInputEditText = getBinding().h; @@ -88,6 +99,14 @@ public final class WidgetHubDomainSearch extends AppFragment { this.adapter.setData(arrayList); } + private final void updateView(DomainsState domainsState) { + Context context = getContext(); + if (context != null) { + m.checkNotNullExpressionValue(context, "context ?: return"); + RestCallStateKt.handleResponse$default(domainsState.getVerifyEmailAsync(), context, null, null, new WidgetHubDomainSearch$updateView$1(this, context, domainsState), 6, null); + } + } + public final SimpleRecyclerAdapter getAdapter() { return this.adapter; } @@ -100,13 +119,13 @@ public final class WidgetHubDomainSearch extends AppFragment { return (WidgetHubDomainSearchBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); } + public final WidgetHubDomainsViewModel getViewModel() { + return (WidgetHubDomainsViewModel) this.viewModel$delegate.getValue(); + } + public final void onServerClickListener(DomainGuildInfo domainGuildInfo) { m.checkNotNullParameter(domainGuildInfo, "guildInfo"); - FragmentActivity activity = getActivity(); - if (activity != null) { - activity.setResult(-1, AnimatableValueParser.I2(new HubDomainResult(domainGuildInfo.getId()))); - activity.finish(); - } + getViewModel().onGuildClicked(domainGuildInfo.getId(), getArgs().getEmail()); } @Override // com.discord.app.AppFragment @@ -131,4 +150,12 @@ public final class WidgetHubDomainSearch extends AppFragment { m.checkNotNullExpressionValue(textInputEditText, "binding.searchBarText"); showKeyboard(textInputEditText); } + + @Override // com.discord.app.AppFragment + public void onViewBoundOrOnResume() { + super.onViewBoundOrOnResume(); + Observable r = getViewModel().observeViewState().r(); + m.checkNotNullExpressionValue(r, "viewModel\n .obser… .distinctUntilChanged()"); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.bindToComponentLifecycle$default(r, this, null, 2, null), WidgetHubDomainSearch.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetHubDomainSearch$onViewBoundOrOnResume$1(this), 62, (Object) null); + } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$1.java new file mode 100644 index 0000000000..669674a654 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$1.java @@ -0,0 +1,23 @@ +package com.discord.widgets.hubs; + +import androidx.fragment.app.Fragment; +import androidx.lifecycle.ViewModelStore; +import c.d.b.a.a; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: FragmentViewModelLazy.kt */ +public final class WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$1 extends o implements Function0 { + public final /* synthetic */ Fragment $this_activityViewModels; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$1(Fragment fragment) { + super(0); + this.$this_activityViewModels = fragment; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ViewModelStore mo1invoke() { + return a.e0(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$2.java new file mode 100644 index 0000000000..8063566779 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$2.java @@ -0,0 +1,23 @@ +package com.discord.widgets.hubs; + +import androidx.fragment.app.Fragment; +import androidx.lifecycle.ViewModelProvider; +import c.d.b.a.a; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: FragmentViewModelLazy.kt */ +public final class WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$2 extends o implements Function0 { + public final /* synthetic */ Fragment $this_activityViewModels; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$2(Fragment fragment) { + super(0); + this.$this_activityViewModels = fragment; + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final ViewModelProvider.Factory mo1invoke() { + return a.T(this.$this_activityViewModels, "requireActivity()"); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$onViewBoundOrOnResume$1.java new file mode 100644 index 0000000000..71a19eb465 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$onViewBoundOrOnResume$1.java @@ -0,0 +1,30 @@ +package com.discord.widgets.hubs; + +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetHubDomains.kt */ +public final class WidgetHubDomains$onViewBoundOrOnResume$1 extends o implements Function1 { + public final /* synthetic */ WidgetHubDomains this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomains$onViewBoundOrOnResume$1(WidgetHubDomains widgetHubDomains) { + super(1); + this.this$0 = widgetHubDomains; + } + + /* 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(DomainsState domainsState) { + invoke(domainsState); + return Unit.a; + } + + public final void invoke(DomainsState domainsState) { + WidgetHubDomains widgetHubDomains = this.this$0; + m.checkNotNullExpressionValue(domainsState, "viewState"); + WidgetHubDomains.access$updateView(widgetHubDomains, domainsState); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$updateView$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$updateView$1.java new file mode 100644 index 0000000000..224b18f325 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$updateView$1.java @@ -0,0 +1,37 @@ +package com.discord.widgets.hubs; + +import android.content.Context; +import c.a.d.j; +import com.discord.stores.utilities.Success; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: WidgetHubDomains.kt */ +public final class WidgetHubDomains$updateView$1 extends o implements Function1, Unit> { + public final /* synthetic */ Context $context; + public final /* synthetic */ DomainsState $state; + public final /* synthetic */ WidgetHubDomains this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomains$updateView$1(WidgetHubDomains widgetHubDomains, Context context, DomainsState domainsState) { + super(1); + this.this$0 = widgetHubDomains; + this.$context = context; + this.$state = domainsState; + } + + /* 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(Success success) { + invoke(success); + return Unit.a; + } + + public final void invoke(Success success) { + m.checkNotNullParameter(success, "it"); + j.g(j.g, this.this$0.getParentFragmentManager(), this.$context, WidgetHubAuthentication.class, 0, true, null, new HubAuthenticationArgs(this.this$0.getArgs().getEmail(), this.$state.getSelectedGuildId()), 40); + this.this$0.getViewModel().reset(); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$viewModel$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$viewModel$2.java new file mode 100644 index 0000000000..aeb812b418 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains$viewModel$2.java @@ -0,0 +1,19 @@ +package com.discord.widgets.hubs; + +import com.discord.app.AppViewModel; +import d0.z.d.o; +import kotlin.jvm.functions.Function0; +/* compiled from: WidgetHubDomains.kt */ +public final class WidgetHubDomains$viewModel$2 extends o implements Function0> { + public static final WidgetHubDomains$viewModel$2 INSTANCE = new WidgetHubDomains$viewModel$2(); + + public WidgetHubDomains$viewModel$2() { + super(0); + } + + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public final AppViewModel mo1invoke() { + return new WidgetHubDomainsViewModel(null, false, 3, null); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java index 972ef5affc..7af56f2eb1 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomains.java @@ -3,33 +3,52 @@ package com.discord.widgets.hubs; import android.content.Context; import android.view.View; import androidx.fragment.app.Fragment; -import androidx.fragment.app.FragmentActivity; +import androidx.fragment.app.FragmentViewModelLazyKt; import androidx.recyclerview.widget.RecyclerView; +import c.a.d.e0; import c.a.k.b; import c.d.b.a.a; -import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.app.AppFragment; import com.discord.databinding.WidgetHubDomainsBinding; +import com.discord.stores.utilities.RestCallStateKt; +import com.discord.utilities.rx.ObservableExtensionsKt; 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.g; +import d0.z.d.a0; import d0.z.d.m; import kotlin.Lazy; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function1; import kotlin.reflect.KProperty; +import rx.Observable; /* compiled from: WidgetHubDomains.kt */ public final class WidgetHubDomains extends AppFragment { public static final /* synthetic */ KProperty[] $$delegatedProperties = {a.a0(WidgetHubDomains.class, "binding", "getBinding()Lcom/discord/databinding/WidgetHubDomainsBinding;", 0)}; private final SimpleRecyclerAdapter adapter = new SimpleRecyclerAdapter<>(null, new WidgetHubDomains$adapter$1(this), 1, null); private final Lazy args$delegate = g.lazy(new WidgetHubDomains$$special$$inlined$args$1(this, "intent_args_key")); private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetHubDomains$binding$2.INSTANCE, null, 2, null); + private final Lazy viewModel$delegate = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(WidgetHubDomainsViewModel.class), new WidgetHubDomains$appActivityViewModels$$inlined$activityViewModels$1(this), new e0(WidgetHubDomains$viewModel$2.INSTANCE)); public WidgetHubDomains() { super(R.layout.widget_hub_domains); } + public static final /* synthetic */ void access$updateView(WidgetHubDomains widgetHubDomains, DomainsState domainsState) { + widgetHubDomains.updateView(domainsState); + } + + private final void updateView(DomainsState domainsState) { + Context context = getContext(); + if (context != null) { + m.checkNotNullExpressionValue(context, "context ?: return"); + RestCallStateKt.handleResponse$default(domainsState.getVerifyEmailAsync(), context, null, null, new WidgetHubDomains$updateView$1(this, context, domainsState), 6, null); + } + } + public final SimpleRecyclerAdapter getAdapter() { return this.adapter; } @@ -42,13 +61,13 @@ public final class WidgetHubDomains extends AppFragment { return (WidgetHubDomainsBinding) this.binding$delegate.getValue((Fragment) this, $$delegatedProperties[0]); } + public final WidgetHubDomainsViewModel getViewModel() { + return (WidgetHubDomainsViewModel) this.viewModel$delegate.getValue(); + } + public final void onServerClickListener(DomainGuildInfo domainGuildInfo) { m.checkNotNullParameter(domainGuildInfo, "guildInfo"); - FragmentActivity activity = getActivity(); - if (activity != null) { - activity.setResult(-1, AnimatableValueParser.I2(new HubDomainResult(domainGuildInfo.getId()))); - activity.finish(); - } + getViewModel().onGuildClicked(domainGuildInfo.getId(), getArgs().getEmail()); } @Override // com.discord.app.AppFragment @@ -67,4 +86,12 @@ public final class WidgetHubDomains extends AppFragment { materialButton.setOnClickListener(new WidgetHubDomains$onViewBound$$inlined$apply$lambda$1(context, this)); } } + + @Override // com.discord.app.AppFragment + public void onViewBoundOrOnResume() { + super.onViewBoundOrOnResume(); + Observable r = getViewModel().observeViewState().r(); + m.checkNotNullExpressionValue(r, "viewModel\n .obser… .distinctUntilChanged()"); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.bindToComponentLifecycle$default(r, this, null, 2, null), WidgetHubDomains.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetHubDomains$onViewBoundOrOnResume$1(this), 62, (Object) null); + } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$onGuildClicked$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel$onGuildClicked$1.java similarity index 61% rename from app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$onGuildClicked$1.java rename to app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel$onGuildClicked$1.java index bb6f646410..ddf8455211 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$onGuildClicked$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel$onGuildClicked$1.java @@ -5,11 +5,11 @@ import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import com.discord.api.hubs.EmailVerification; import d0.z.d.o; import kotlin.jvm.functions.Function1; -/* compiled from: WidgetHubEmailViewModel.kt */ -public final class WidgetHubEmailViewModel$onGuildClicked$1 extends o implements Function1 { - public static final WidgetHubEmailViewModel$onGuildClicked$1 INSTANCE = new WidgetHubEmailViewModel$onGuildClicked$1(); +/* compiled from: WidgetHubDomainsViewModel.kt */ +public final class WidgetHubDomainsViewModel$onGuildClicked$1 extends o implements Function1 { + public static final WidgetHubDomainsViewModel$onGuildClicked$1 INSTANCE = new WidgetHubDomainsViewModel$onGuildClicked$1(); - public WidgetHubEmailViewModel$onGuildClicked$1() { + public WidgetHubDomainsViewModel$onGuildClicked$1() { super(1); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$onGuildClicked$2.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel$onGuildClicked$2.java similarity index 57% rename from app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$onGuildClicked$2.java rename to app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel$onGuildClicked$2.java index b8a2336003..49bf92a63f 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel$onGuildClicked$2.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel$onGuildClicked$2.java @@ -6,15 +6,15 @@ import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; -/* compiled from: WidgetHubEmailViewModel.kt */ -public final class WidgetHubEmailViewModel$onGuildClicked$2 extends o implements Function1, Unit> { +/* compiled from: WidgetHubDomainsViewModel.kt */ +public final class WidgetHubDomainsViewModel$onGuildClicked$2 extends o implements Function1, Unit> { public final /* synthetic */ long $guildId; - public final /* synthetic */ WidgetHubEmailViewModel this$0; + public final /* synthetic */ WidgetHubDomainsViewModel this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public WidgetHubEmailViewModel$onGuildClicked$2(WidgetHubEmailViewModel widgetHubEmailViewModel, long j) { + public WidgetHubDomainsViewModel$onGuildClicked$2(WidgetHubDomainsViewModel widgetHubDomainsViewModel, long j) { super(1); - this.this$0 = widgetHubEmailViewModel; + this.this$0 = widgetHubDomainsViewModel; this.$guildId = j; } @@ -28,7 +28,7 @@ public final class WidgetHubEmailViewModel$onGuildClicked$2 extends o implements public final void invoke(RestCallState restCallState) { m.checkNotNullParameter(restCallState, "it"); - WidgetHubEmailViewModel widgetHubEmailViewModel = this.this$0; - WidgetHubEmailViewModel.access$updateViewState(widgetHubEmailViewModel, HubEmailState.copy$default(WidgetHubEmailViewModel.access$requireViewState(widgetHubEmailViewModel), null, Long.valueOf(this.$guildId), null, restCallState, 5, null)); + WidgetHubDomainsViewModel widgetHubDomainsViewModel = this.this$0; + WidgetHubDomainsViewModel.access$updateViewState(widgetHubDomainsViewModel, WidgetHubDomainsViewModel.access$requireViewState(widgetHubDomainsViewModel).copy(Long.valueOf(this.$guildId), restCallState)); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel.java new file mode 100644 index 0000000000..80d7361df8 --- /dev/null +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubDomainsViewModel.java @@ -0,0 +1,59 @@ +package com.discord.widgets.hubs; + +import androidx.core.app.NotificationCompat; +import com.discord.app.AppViewModel; +import com.discord.restapi.RestAPIParams; +import com.discord.stores.utilities.Default; +import com.discord.stores.utilities.RestCallStateKt; +import com.discord.utilities.features.GrowthTeamFeatures; +import com.discord.utilities.rest.RestAPI; +import com.discord.utilities.rx.ObservableExtensionsKt; +import d0.z.d.m; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: WidgetHubDomainsViewModel.kt */ +public final class WidgetHubDomainsViewModel extends AppViewModel { + private final boolean multiDomainEnabled; + private final RestAPI restAPI; + + public WidgetHubDomainsViewModel() { + this(null, false, 3, null); + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public WidgetHubDomainsViewModel(RestAPI restAPI, boolean z2) { + super(new DomainsState(null, null, 3, null)); + m.checkNotNullParameter(restAPI, "restAPI"); + this.restAPI = restAPI; + this.multiDomainEnabled = z2; + } + + /* JADX INFO: this call moved to the top of the method (can break code semantics) */ + public /* synthetic */ WidgetHubDomainsViewModel(RestAPI restAPI, boolean z2, int i, DefaultConstructorMarker defaultConstructorMarker) { + this((i & 1) != 0 ? RestAPI.Companion.getApi() : restAPI, (i & 2) != 0 ? GrowthTeamFeatures.INSTANCE.isMultiDomainEnabled() : z2); + } + + public static final /* synthetic */ DomainsState access$requireViewState(WidgetHubDomainsViewModel widgetHubDomainsViewModel) { + return widgetHubDomainsViewModel.requireViewState(); + } + + public static final /* synthetic */ void access$updateViewState(WidgetHubDomainsViewModel widgetHubDomainsViewModel, DomainsState domainsState) { + widgetHubDomainsViewModel.updateViewState(domainsState); + } + + public final boolean getMultiDomainEnabled() { + return this.multiDomainEnabled; + } + + public final RestAPI getRestAPI() { + return this.restAPI; + } + + public final void onGuildClicked(long j, String str) { + m.checkNotNullParameter(str, NotificationCompat.CATEGORY_EMAIL); + RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.ui$default(this.restAPI.verifyEmail(new RestAPIParams.VerifyEmail(str, Long.valueOf(j), this.multiDomainEnabled, false, 8, null)), this, null, 2, null), WidgetHubDomainsViewModel.class, WidgetHubDomainsViewModel$onGuildClicked$1.INSTANCE), new WidgetHubDomainsViewModel$onGuildClicked$2(this, j)); + } + + public final void reset() { + updateViewState(requireViewState().copy(null, Default.INSTANCE)); + } +} diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$activityResultHandler$1.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$activityResultHandler$1.java index 06ec6f74cd..379e5559b2 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$activityResultHandler$1.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$activityResultHandler$1.java @@ -3,6 +3,8 @@ package com.discord.widgets.hubs; import android.content.Intent; import androidx.activity.result.ActivityResult; import androidx.activity.result.ActivityResultCallback; +import androidx.fragment.app.FragmentActivity; +import com.discord.stores.StoreStream; import d0.z.d.m; /* compiled from: WidgetHubEmailFlow.kt */ public final class WidgetHubEmailFlow$activityResultHandler$1 implements ActivityResultCallback { @@ -24,10 +26,19 @@ public final class WidgetHubEmailFlow$activityResultHandler$1 implements Acti if (multipleDomainResult == null) { return; } - if (multipleDomainResult instanceof HubDomainResult) { - WidgetHubEmailFlow.access$getViewModel$p(this.this$0).onGuildClicked(((HubDomainResult) multipleDomainResult).getGuildId(), WidgetHubEmailFlow.access$getEmail$p(this.this$0)); - } else if (multipleDomainResult instanceof HubWaitlistResult) { + if (multipleDomainResult instanceof HubWaitlistResult) { WidgetHubEmailFlow.access$getViewModel$p(this.this$0).setHubWaitlistResult((HubWaitlistResult) multipleDomainResult); + } else if (multipleDomainResult instanceof AuthenticationResult) { + StoreStream.Companion.getGuildSelected().set(((AuthenticationResult) multipleDomainResult).getGuildId()); + FragmentActivity activity = this.this$0.getActivity(); + if (activity != null) { + activity.finish(); + } + } else { + FragmentActivity activity2 = this.this$0.getActivity(); + if (activity2 != null) { + activity2.finish(); + } } } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$updateView$4.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$updateView$4.java index 2b47c8d987..1328761842 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$updateView$4.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow$updateView$4.java @@ -57,16 +57,9 @@ public final class WidgetHubEmailFlow$updateView$4 extends o implements Function return; } EmailVerification invoke = this.$state.getVerifyEmailAsync().invoke(); - if (invoke == null || invoke.b() || !GrowthTeamFeatures.INSTANCE.isMultiDomainEnabled()) { - EmailVerification invoke2 = this.$state.getVerifyEmailAsync().invoke(); - if (invoke2 != null && invoke2.b()) { - j.g(j.g, this.this$0.getParentFragmentManager(), this.$context, WidgetHubAuthentication.class, 0, true, null, new HubAuthenticationArgs(this.$email, this.$state.getSelectedGuildId()), 40); - WidgetHubEmailFlow.access$getViewModel$p(this.this$0).reset(); - return; - } - return; + if (!(invoke == null || invoke.b() || !GrowthTeamFeatures.INSTANCE.isMultiDomainEnabled())) { + j.g.f(this.$context, WidgetHubEmailFlow.access$getActivityResultHandler$p(this.this$0), WidgetHubWaitlist.class, new HubWaitlistArgs(this.$email)); + WidgetHubEmailFlow.access$getViewModel$p(this.this$0).reset(); } - j.g.f(this.$context, WidgetHubEmailFlow.access$getActivityResultHandler$p(this.this$0), WidgetHubWaitlist.class, new HubWaitlistArgs(this.$email)); - WidgetHubEmailFlow.access$getViewModel$p(this.this$0).reset(); } } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java index 3f3de8d238..11e6908af8 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailFlow.java @@ -73,10 +73,6 @@ public final class WidgetHubEmailFlow extends AppFragment { return widgetHubEmailFlow.getBinding(); } - public static final /* synthetic */ String access$getEmail$p(WidgetHubEmailFlow widgetHubEmailFlow) { - return widgetHubEmailFlow.getEmail(); - } - public static final /* synthetic */ WidgetHubEmailViewModel access$getViewModel$p(WidgetHubEmailFlow widgetHubEmailFlow) { return widgetHubEmailFlow.getViewModel(); } diff --git a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java index ca1fcc3558..830218dd39 100644 --- a/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java +++ b/app/src/main/java/com/discord/widgets/hubs/WidgetHubEmailViewModel.java @@ -48,11 +48,6 @@ public final class WidgetHubEmailViewModel extends AppViewModel { return this.restAPI; } - public final void onGuildClicked(long j, String str) { - m.checkNotNullParameter(str, NotificationCompat.CATEGORY_EMAIL); - RestCallStateKt.executeRequest(RestCallStateKt.logNetworkAction(ObservableExtensionsKt.ui$default(this.restAPI.verifyEmail(new RestAPIParams.VerifyEmail(str, Long.valueOf(j), this.multiDomainEnabled, false, 8, null)), this, null, 2, null), WidgetHubEmailViewModel.class, WidgetHubEmailViewModel$onGuildClicked$1.INSTANCE), new WidgetHubEmailViewModel$onGuildClicked$2(this, j)); - } - public final void reset() { HubEmailState viewState = getViewState(); m.checkNotNull(viewState); diff --git a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java index d55f015ac4..925c3618f7 100644 --- a/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java +++ b/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$1.java @@ -116,16 +116,16 @@ public final class WidgetMedia$onViewBoundOrOnResume$1 implements Action public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_media_browser /* 2131364196 */: + case R.id.menu_media_browser /* 2131364186 */: m.checkNotNullExpressionValue(context, "context"); String uri = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri, "sourceUri.toString()"); UriHandler.handleOrUntrusted$default(context, uri, null, 4, null); return; - case R.id.menu_media_download /* 2131364197 */: + case R.id.menu_media_download /* 2131364187 */: this.this$0.requestMediaDownload(new AnonymousClass1(this, context)); return; - case R.id.menu_media_share /* 2131364198 */: + case R.id.menu_media_share /* 2131364188 */: m.checkNotNullExpressionValue(context, "context"); String uri2 = this.$sourceUri.toString(); m.checkNotNullExpressionValue(uri2, "sourceUri.toString()"); diff --git a/app/src/main/java/com/discord/widgets/mobile_reports/ReportsMenuNode.java b/app/src/main/java/com/discord/widgets/mobile_reports/ReportsMenuNode.java index f8cbe0b913..6a1133852a 100644 --- a/app/src/main/java/com/discord/widgets/mobile_reports/ReportsMenuNode.java +++ b/app/src/main/java/com/discord/widgets/mobile_reports/ReportsMenuNode.java @@ -216,7 +216,7 @@ public final class ReportsMenuNode extends ConstraintLayout { LinkifiedTextView linkifiedTextView = n2Var.d; m.checkNotNullExpressionValue(linkifiedTextView, NotificationCompat.MessagingStyle.Message.KEY_TEXT); linkifiedTextView.setText(channelPreviewElement.getGuild().getName()); - n2Var.b.a(channelPreviewElement.getGuild().getShortName(), IconUtils.getForGuild$default(channelPreviewElement.getGuild(), null, false, null, 14, null)); + n2Var.b.a(IconUtils.getForGuild$default(channelPreviewElement.getGuild(), null, false, null, 14, null), channelPreviewElement.getGuild().getShortName()); MaterialCardView materialCardView = this.binding.i; m.checkNotNullExpressionValue(materialCardView, "binding.mobileReportsNodeChannelPreview"); materialCardView.setVisibility(0); @@ -312,7 +312,7 @@ public final class ReportsMenuNode extends ConstraintLayout { TextView textView2 = n2Var.f136c; m.checkNotNullExpressionValue(textView2, "kicker"); textView2.setText(directoryServerPreviewElement.getHub().getName()); - n2Var.b.a(GuildUtilsKt.computeShortName(directoryServerPreviewElement.getDirectoryEntry().d().h()), IconUtils.getForGuild$default(Long.valueOf(directoryServerPreviewElement.getDirectoryEntry().d().g()), directoryServerPreviewElement.getDirectoryEntry().d().f(), null, false, null, 28, null)); + n2Var.b.a(IconUtils.getForGuild$default(Long.valueOf(directoryServerPreviewElement.getDirectoryEntry().d().g()), directoryServerPreviewElement.getDirectoryEntry().d().f(), null, false, null, 28, null), GuildUtilsKt.computeShortName(directoryServerPreviewElement.getDirectoryEntry().d().h())); } } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java index becf008fa5..cbb477bbbe 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeDialog.java @@ -64,11 +64,11 @@ public final class WidgetNoticeDialog extends AppDialog { private static final String ARG_THEME_ID = "theme_id"; /* renamed from: CANCEL_BUTTON */ - public static final int notice_cancel = 2131364339; + public static final int notice_cancel = 2131364332; public static final Companion Companion = new Companion(null); /* renamed from: OK_BUTTON */ - public static final int notice_ok = 2131364344; + public static final int notice_ok = 2131364337; public static final int ON_SHOW = 0; private final FragmentViewBindingDelegate binding$delegate = FragmentViewBindingDelegateKt.viewBinding$default(this, WidgetNoticeDialog$binding$2.INSTANCE, null, 2, null); private Map> listenerMap; diff --git a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java index a4b5867c78..bc1b544246 100644 --- a/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/SettingsChannelListAdapter.java @@ -40,7 +40,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap private final boolean canManageChannelsOfCategory; /* renamed from: id reason: collision with root package name */ - private final long f2226id; + private final long f2225id; private final boolean isDraggable; private final String key; private final String name; @@ -49,7 +49,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public CategoryItem(String str, long j, int i, boolean z2, boolean z3, boolean z4) { this.name = str; - this.f2226id = j; + this.f2225id = j; this.pos = i; this.isDraggable = z2; this.canManageCategory = z3; @@ -66,7 +66,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap str = categoryItem.name; } if ((i2 & 2) != 0) { - j = categoryItem.f2226id; + j = categoryItem.f2225id; } if ((i2 & 4) != 0) { i = categoryItem.pos; @@ -88,7 +88,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long component2() { - return this.f2226id; + return this.f2225id; } public final boolean component4() { @@ -115,7 +115,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap return false; } CategoryItem categoryItem = (CategoryItem) obj; - return m.areEqual(this.name, categoryItem.name) && this.f2226id == categoryItem.f2226id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; + return m.areEqual(this.name, categoryItem.name) && this.f2225id == categoryItem.f2225id && this.pos == categoryItem.pos && this.isDraggable == categoryItem.isDraggable && this.canManageCategory == categoryItem.canManageCategory && this.canManageChannelsOfCategory == categoryItem.canManageChannelsOfCategory; } public final boolean getCanManageCategory() { @@ -132,7 +132,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap } public final long getId() { - return this.f2226id; + return this.f2225id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -156,7 +156,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap public int hashCode() { String str = this.name; - int a = (((b.a(this.f2226id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; + int a = (((b.a(this.f2225id) + ((str != null ? str.hashCode() : 0) * 31)) * 31) + this.pos) * 31; boolean z2 = this.isDraggable; int i = 1; if (z2) { @@ -189,7 +189,7 @@ public final class SettingsChannelListAdapter extends CategoricalDragAndDropAdap StringBuilder P = a.P("CategoryItem(name="); P.append(this.name); P.append(", id="); - P.append(this.f2226id); + P.append(this.f2225id); P.append(", pos="); P.append(this.pos); P.append(", isDraggable="); diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java index 660f0f246b..d51557f728 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java @@ -60,7 +60,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2227me; + private final MeUser f2226me; /* compiled from: WidgetServerDeleteDialog.kt */ public static final class Companion { @@ -89,7 +89,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { public Model(MeUser meUser, Guild guild) { m.checkNotNullParameter(meUser, "me"); - this.f2227me = meUser; + this.f2226me = meUser; this.guild = guild; } @@ -98,7 +98,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { } public final MeUser getMe() { - return this.f2227me; + return this.f2226me; } } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerRegionSelectDialog.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerRegionSelectDialog.java index 806cbf43cc..ab75c2de5e 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerRegionSelectDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerRegionSelectDialog.java @@ -181,7 +181,7 @@ public final class WidgetServerRegionSelectDialog extends AppDialog { public static final class VoiceRegion implements MGRecyclerDataPayload { /* renamed from: id reason: collision with root package name */ - private final String f2228id; + private final String f2227id; private final String key; private final String name; private final int type; @@ -199,14 +199,14 @@ public final class WidgetServerRegionSelectDialog extends AppDialog { public VoiceRegion(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2228id = str; + this.f2227id = str; this.name = str2; this.key = str; } public static /* synthetic */ VoiceRegion copy$default(VoiceRegion voiceRegion, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = voiceRegion.f2228id; + str = voiceRegion.f2227id; } if ((i & 2) != 0) { str2 = voiceRegion.name; @@ -215,7 +215,7 @@ public final class WidgetServerRegionSelectDialog extends AppDialog { } public final String component1() { - return this.f2228id; + return this.f2227id; } public final String component2() { @@ -236,11 +236,11 @@ public final class WidgetServerRegionSelectDialog extends AppDialog { return false; } VoiceRegion voiceRegion = (VoiceRegion) obj; - return m.areEqual(this.f2228id, voiceRegion.f2228id) && m.areEqual(this.name, voiceRegion.name); + return m.areEqual(this.f2227id, voiceRegion.f2227id) && m.areEqual(this.name, voiceRegion.name); } public final String getId() { - return this.f2228id; + return this.f2227id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -258,7 +258,7 @@ public final class WidgetServerRegionSelectDialog extends AppDialog { } public int hashCode() { - String str = this.f2228id; + String str = this.f2227id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -270,7 +270,7 @@ public final class WidgetServerRegionSelectDialog extends AppDialog { public String toString() { StringBuilder P = a.P("VoiceRegion(id="); - P.append(this.f2228id); + P.append(this.f2227id); P.append(", name="); return a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java index e7bbd083d3..1f88b5f9d2 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsChannels$configureUI$1.java @@ -45,13 +45,13 @@ public final class WidgetServerSettingsChannels$configureUI$1 implements public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_sort_channel /* 2131364214 */: + case R.id.menu_sort_channel /* 2131364204 */: WidgetServerSettingsChannelsSortActions.Companion companion = WidgetServerSettingsChannelsSortActions.Companion; FragmentManager childFragmentManager = this.this$0.getChildFragmentManager(); m.checkNotNullExpressionValue(childFragmentManager, "childFragmentManager"); companion.show(childFragmentManager, new AnonymousClass1(this)); return; - case R.id.menu_sort_done /* 2131364215 */: + case R.id.menu_sort_done /* 2131364205 */: WidgetServerSettingsChannels.access$getChannelSortTypeSubject$p(this.this$0).onNext(-1); return; default: diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java index 51e0fa9750..e781aeb37e 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsEditRole.java @@ -550,132 +550,132 @@ public final class WidgetServerSettingsEditRole extends AppFragment { for (CheckedSetting checkedSetting : n.listOf((Object[]) new CheckedSetting[]{getBinding().e, getBinding().f, getBinding().g, getBinding().h, getBinding().k, getBinding().p, getBinding().f1817s, getBinding().t, getBinding().v, getBinding().f1820z, getBinding().w, getBinding().u, getBinding().f1818x, getBinding().f1819y, getBinding().A, getBinding().B, getBinding().E, getBinding().F, getBinding().K, getBinding().L, getBinding().m, getBinding().l, getBinding().M, getBinding().N, getBinding().O, getBinding().P, getBinding().d, getBinding().Q, getBinding().S, getBinding().W, getBinding().Y, getBinding().V, getBinding().T, getBinding().U, getBinding().X, getBinding().D, getBinding().R, getBinding().G})) { m.checkNotNullExpressionValue(checkedSetting, "setting"); switch (checkedSetting.getId()) { - case R.id.role_settings_add_reactions /* 2131364788 */: + case R.id.role_settings_add_reactions /* 2131364782 */: j = 64; break; - case R.id.role_settings_administrator /* 2131364789 */: + case R.id.role_settings_administrator /* 2131364783 */: j = 8; break; - case R.id.role_settings_attach_files /* 2131364790 */: + case R.id.role_settings_attach_files /* 2131364784 */: j = Permission.ATTACH_FILES; break; - case R.id.role_settings_ban_members /* 2131364791 */: + case R.id.role_settings_ban_members /* 2131364785 */: j = 4; break; - case R.id.role_settings_change_nickname /* 2131364792 */: + case R.id.role_settings_change_nickname /* 2131364786 */: j = Permission.CHANGE_NICKNAME; break; - case R.id.role_settings_color_disabled_overlay /* 2131364793 */: - case R.id.role_settings_color_selector_container /* 2131364794 */: - case R.id.role_settings_current_color_display /* 2131364798 */: - case R.id.role_settings_edit_name_disabled_overlay /* 2131364799 */: - case R.id.role_settings_hoist_checkedsetting /* 2131364801 */: - case R.id.role_settings_icon_container /* 2131364802 */: - case R.id.role_settings_mentionable_checkedsetting /* 2131364813 */: - case R.id.role_settings_overview_scroll /* 2131364814 */: - case R.id.role_settings_role_icon /* 2131364819 */: - case R.id.role_settings_role_icon_divider /* 2131364820 */: - case R.id.role_settings_role_icon_header /* 2131364821 */: + case R.id.role_settings_color_disabled_overlay /* 2131364787 */: + case R.id.role_settings_color_selector_container /* 2131364788 */: + case R.id.role_settings_current_color_display /* 2131364792 */: + case R.id.role_settings_edit_name_disabled_overlay /* 2131364793 */: + case R.id.role_settings_hoist_checkedsetting /* 2131364795 */: + case R.id.role_settings_icon_container /* 2131364796 */: + case R.id.role_settings_mentionable_checkedsetting /* 2131364807 */: + case R.id.role_settings_overview_scroll /* 2131364808 */: + case R.id.role_settings_role_icon /* 2131364813 */: + case R.id.role_settings_role_icon_divider /* 2131364814 */: + case R.id.role_settings_role_icon_header /* 2131364815 */: default: j = 0; break; - case R.id.role_settings_create_instant_invite /* 2131364795 */: + case R.id.role_settings_create_instant_invite /* 2131364789 */: j = 1; break; - case R.id.role_settings_create_private_threads /* 2131364796 */: + case R.id.role_settings_create_private_threads /* 2131364790 */: j = Permission.CREATE_PRIVATE_THREADS; break; - case R.id.role_settings_create_public_threads /* 2131364797 */: + case R.id.role_settings_create_public_threads /* 2131364791 */: j = Permission.CREATE_PUBLIC_THREADS; break; - case R.id.role_settings_embed_links /* 2131364800 */: + case R.id.role_settings_embed_links /* 2131364794 */: j = Permission.EMBED_LINKS; break; - case R.id.role_settings_kick_members /* 2131364803 */: + case R.id.role_settings_kick_members /* 2131364797 */: j = 2; break; - case R.id.role_settings_manage_channels /* 2131364804 */: + case R.id.role_settings_manage_channels /* 2131364798 */: j = 16; break; - case R.id.role_settings_manage_emojis_and_stickers /* 2131364805 */: + case R.id.role_settings_manage_emojis_and_stickers /* 2131364799 */: j = Permission.MANAGE_EMOJIS_AND_STICKERS; break; - case R.id.role_settings_manage_messages /* 2131364806 */: + case R.id.role_settings_manage_messages /* 2131364800 */: j = Permission.MANAGE_MESSAGES; break; - case R.id.role_settings_manage_nicknames /* 2131364807 */: + case R.id.role_settings_manage_nicknames /* 2131364801 */: j = Permission.MANAGE_NICKNAMES; break; - case R.id.role_settings_manage_roles /* 2131364808 */: + case R.id.role_settings_manage_roles /* 2131364802 */: j = Permission.MANAGE_ROLES; break; - case R.id.role_settings_manage_server /* 2131364809 */: + case R.id.role_settings_manage_server /* 2131364803 */: j = 32; break; - case R.id.role_settings_manage_threads /* 2131364810 */: + case R.id.role_settings_manage_threads /* 2131364804 */: j = Permission.MANAGE_THREADS; break; - case R.id.role_settings_manage_webhooks /* 2131364811 */: + case R.id.role_settings_manage_webhooks /* 2131364805 */: j = Permission.MANAGE_WEBHOOKS; break; - case R.id.role_settings_mention_everyone /* 2131364812 */: + case R.id.role_settings_mention_everyone /* 2131364806 */: j = Permission.MENTION_EVERYONE; break; - case R.id.role_settings_priority_speaker /* 2131364815 */: + case R.id.role_settings_priority_speaker /* 2131364809 */: j = 256; break; - case R.id.role_settings_read_message_history /* 2131364816 */: + case R.id.role_settings_read_message_history /* 2131364810 */: j = Permission.READ_MESSAGE_HISTORY; break; - case R.id.role_settings_read_messages /* 2131364817 */: + case R.id.role_settings_read_messages /* 2131364811 */: j = Permission.VIEW_CHANNEL; break; - case R.id.role_settings_request_to_speak /* 2131364818 */: + case R.id.role_settings_request_to_speak /* 2131364812 */: j = Permission.REQUEST_TO_SPEAK; break; - case R.id.role_settings_send_messages /* 2131364822 */: + case R.id.role_settings_send_messages /* 2131364816 */: j = Permission.SEND_MESSAGES; break; - case R.id.role_settings_send_messages_in_threads /* 2131364823 */: + case R.id.role_settings_send_messages_in_threads /* 2131364817 */: j = Permission.SEND_MESSAGES_IN_THREADS; break; - case R.id.role_settings_send_tts_messages /* 2131364824 */: + case R.id.role_settings_send_tts_messages /* 2131364818 */: j = Permission.SEND_TTS_MESSAGES; break; - case R.id.role_settings_use_application_commands /* 2131364825 */: + case R.id.role_settings_use_application_commands /* 2131364819 */: j = Permission.USE_APPLICATION_COMMANDS; break; - case R.id.role_settings_use_external_emojis /* 2131364826 */: + case R.id.role_settings_use_external_emojis /* 2131364820 */: j = Permission.USE_EXTERNAL_EMOJIS; break; - case R.id.role_settings_use_external_stickers /* 2131364827 */: + case R.id.role_settings_use_external_stickers /* 2131364821 */: j = Permission.USE_EXTERNAL_STICKERS; break; - case R.id.role_settings_view_audit_log /* 2131364828 */: + case R.id.role_settings_view_audit_log /* 2131364822 */: j = 128; break; - case R.id.role_settings_view_guild_analytics /* 2131364829 */: + case R.id.role_settings_view_guild_analytics /* 2131364823 */: j = Permission.VIEW_GUILD_ANALYTICS; break; - case R.id.role_settings_voice_connect /* 2131364830 */: + case R.id.role_settings_voice_connect /* 2131364824 */: j = Permission.CONNECT; break; - case R.id.role_settings_voice_deafen_members /* 2131364831 */: + case R.id.role_settings_voice_deafen_members /* 2131364825 */: j = Permission.DEAFEN_MEMBERS; break; - case R.id.role_settings_voice_move_members /* 2131364832 */: + case R.id.role_settings_voice_move_members /* 2131364826 */: j = Permission.MOVE_MEMBERS; break; - case R.id.role_settings_voice_mute_members /* 2131364833 */: + case R.id.role_settings_voice_mute_members /* 2131364827 */: j = Permission.MUTE_MEMBERS; break; - case R.id.role_settings_voice_speak /* 2131364834 */: + case R.id.role_settings_voice_speak /* 2131364828 */: j = Permission.SPEAK; break; - case R.id.role_settings_voice_use_voice_activity /* 2131364835 */: + case R.id.role_settings_voice_use_voice_activity /* 2131364829 */: j = Permission.USE_VAD; break; - case R.id.role_settings_voice_video /* 2131364836 */: + case R.id.role_settings_voice_video /* 2131364830 */: j = 512; break; } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java index 5b9fe45720..a18670c306 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsOverview.java @@ -235,7 +235,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { public static final class VoiceRegion implements MGRecyclerDataPayload { /* renamed from: id reason: collision with root package name */ - private final String f2229id; + private final String f2228id; private final String key; private final String name; private final int type; @@ -243,14 +243,14 @@ public final class WidgetServerSettingsOverview extends AppFragment { public VoiceRegion(String str, String str2) { m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_ID); m.checkNotNullParameter(str2, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2229id = str; + this.f2228id = str; this.name = str2; this.key = str; } public static /* synthetic */ VoiceRegion copy$default(VoiceRegion voiceRegion, String str, String str2, int i, Object obj) { if ((i & 1) != 0) { - str = voiceRegion.f2229id; + str = voiceRegion.f2228id; } if ((i & 2) != 0) { str2 = voiceRegion.name; @@ -259,7 +259,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { } public final String component1() { - return this.f2229id; + return this.f2228id; } public final String component2() { @@ -280,11 +280,11 @@ public final class WidgetServerSettingsOverview extends AppFragment { return false; } VoiceRegion voiceRegion = (VoiceRegion) obj; - return m.areEqual(this.f2229id, voiceRegion.f2229id) && m.areEqual(this.name, voiceRegion.name); + return m.areEqual(this.f2228id, voiceRegion.f2228id) && m.areEqual(this.name, voiceRegion.name); } public final String getId() { - return this.f2229id; + return this.f2228id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -302,7 +302,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { } public int hashCode() { - String str = this.f2229id; + String str = this.f2228id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -314,7 +314,7 @@ public final class WidgetServerSettingsOverview extends AppFragment { public String toString() { StringBuilder P = a.P("VoiceRegion(id="); - P.append(this.f2229id); + P.append(this.f2228id); P.append(", name="); return a.H(P, this.name, ")"); } diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java index 5d121c5c8e..e3bee32055 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLog$onViewBound$1.java @@ -33,10 +33,10 @@ public final class WidgetServerSettingsAuditLog$onViewBound$1 implements Acti public final boolean onMenuItemClick(MenuItem menuItem) { m.checkNotNullExpressionValue(menuItem, "it"); switch (menuItem.getItemId()) { - case R.id.menu_audit_log_sort_actions /* 2131364163 */: + case R.id.menu_audit_log_sort_actions /* 2131364153 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 1); break; - case R.id.menu_audit_log_sort_users /* 2131364164 */: + case R.id.menu_audit_log_sort_users /* 2131364154 */: WidgetServerSettingsAuditLogFilter.Companion.show(a.x(this.$view, "view", "view.context"), WidgetServerSettingsAuditLog.access$getGuildId$p(this.this$0.this$0.this$0), 0); break; } diff --git a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java index 63424defcb..ffb8e9a866 100644 --- a/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java +++ b/app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter.java @@ -213,7 +213,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA private final GuildMember guildMember; /* renamed from: id reason: collision with root package name */ - private final long f2230id; + private final long f2229id; private final boolean isChecked; private final String key; private final CharSequence text; @@ -223,7 +223,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA public AuditLogUserFilterItem(User user, GuildMember guildMember, long j, CharSequence charSequence, Integer num, boolean z2) { this.user = user; this.guildMember = guildMember; - this.f2230id = j; + this.f2229id = j; this.text = charSequence; this.discriminator = num; this.isChecked = z2; @@ -239,7 +239,7 @@ public final class WidgetServerSettingsAuditLogFilterAdapter extends MGRecyclerA } public final long getId() { - return this.f2230id; + return this.f2229id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java index 7e9473a731..b8a00d4691 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsCommunityOverviewViewModel.java @@ -143,7 +143,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2231me; + private final MeUser f2230me; private final Long permissions; private final Channel rulesChannel; private final Channel updatesChannel; @@ -154,7 +154,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2231me = meUser; + this.f2230me = meUser; this.permissions = l; this.rulesChannel = channel; this.updatesChannel = channel2; @@ -165,7 +165,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2231me; + meUser = valid.f2230me; } if ((i & 4) != 0) { l = valid.permissions; @@ -184,7 +184,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser component2() { - return this.f2231me; + return this.f2230me; } public final Long component3() { @@ -213,7 +213,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2231me, valid.f2231me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2230me, valid.f2230me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -221,7 +221,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie } public final MeUser getMe() { - return this.f2231me; + return this.f2230me; } public final Long getPermissions() { @@ -240,7 +240,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2231me; + MeUser meUser = this.f2230me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -257,7 +257,7 @@ public final class WidgetServerSettingsCommunityOverviewViewModel extends AppVie StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2231me); + P.append(this.f2230me); P.append(", permissions="); P.append(this.permissions); P.append(", rulesChannel="); diff --git a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java index cdc0a9e8f3..768015ad3f 100644 --- a/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/community/WidgetServerSettingsEnableCommunityViewModel.java @@ -380,7 +380,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM private final Guild guild; /* renamed from: me reason: collision with root package name */ - private final MeUser f2232me; + private final MeUser f2231me; private final Long permissions; private final Map roles; private final Channel rulesChannel; @@ -392,7 +392,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM m.checkNotNullParameter(guild, "guild"); m.checkNotNullParameter(meUser, "me"); this.guild = guild; - this.f2232me = meUser; + this.f2231me = meUser; this.permissions = l; this.roles = map; this.rulesChannel = channel; @@ -406,7 +406,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM guild = valid.guild; } if ((i & 2) != 0) { - meUser = valid.f2232me; + meUser = valid.f2231me; } if ((i & 4) != 0) { l = valid.permissions; @@ -428,7 +428,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser component2() { - return this.f2232me; + return this.f2231me; } public final Long component3() { @@ -461,7 +461,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM return false; } Valid valid = (Valid) obj; - return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2232me, valid.f2232me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); + return m.areEqual(this.guild, valid.guild) && m.areEqual(this.f2231me, valid.f2231me) && m.areEqual(this.permissions, valid.permissions) && m.areEqual(this.roles, valid.roles) && m.areEqual(this.rulesChannel, valid.rulesChannel) && m.areEqual(this.updatesChannel, valid.updatesChannel); } public final Guild getGuild() { @@ -469,7 +469,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM } public final MeUser getMe() { - return this.f2232me; + return this.f2231me; } public final Long getPermissions() { @@ -492,7 +492,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM Guild guild = this.guild; int i = 0; int hashCode = (guild != null ? guild.hashCode() : 0) * 31; - MeUser meUser = this.f2232me; + MeUser meUser = this.f2231me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Long l = this.permissions; int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; @@ -511,7 +511,7 @@ public final class WidgetServerSettingsEnableCommunityViewModel extends AppViewM StringBuilder P = a.P("Valid(guild="); P.append(this.guild); P.append(", me="); - P.append(this.f2232me); + P.append(this.f2231me); P.append(", permissions="); P.append(this.permissions); P.append(", roles="); diff --git a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java index fb505349c9..f836d35a4c 100644 --- a/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java +++ b/app/src/main/java/com/discord/widgets/servers/member_verification/WidgetMemberVerificationViewModel.java @@ -217,7 +217,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel roles; @@ -225,7 +225,7 @@ public final class WidgetMemberVerificationViewModel extends AppViewModel { claimStatus = outboundPromoItem.claimStatus; } if ((i & 2) != 0) { - j = outboundPromoItem.f2236id; + j = outboundPromoItem.f2235id; } if ((i & 4) != 0) { str = outboundPromoItem.title; @@ -734,7 +734,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long component2() { - return this.f2236id; + return this.f2235id; } public final String component3() { @@ -765,7 +765,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { return false; } OutboundPromoItem outboundPromoItem = (OutboundPromoItem) obj; - return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2236id == outboundPromoItem.f2236id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); + return m.areEqual(this.claimStatus, outboundPromoItem.claimStatus) && this.f2235id == outboundPromoItem.f2235id && m.areEqual(this.title, outboundPromoItem.title) && m.areEqual(this.terms, outboundPromoItem.terms) && m.areEqual(this.imageUrl, outboundPromoItem.imageUrl); } public final ClaimStatus getClaimStatus() { @@ -773,7 +773,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { } public final long getId() { - return this.f2236id; + return this.f2235id; } public final String getImageUrl() { @@ -791,7 +791,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { public int hashCode() { ClaimStatus claimStatus = this.claimStatus; int i = 0; - int a = (b.a(this.f2236id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; + int a = (b.a(this.f2235id) + ((claimStatus != null ? claimStatus.hashCode() : 0) * 31)) * 31; String str = this.title; int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; String str2 = this.terms; @@ -807,7 +807,7 @@ public final class SettingsGiftingViewModel extends AppViewModel { StringBuilder P = a.P("OutboundPromoItem(claimStatus="); P.append(this.claimStatus); P.append(", id="); - P.append(this.f2236id); + P.append(this.f2235id); P.append(", title="); P.append(this.title); P.append(", terms="); diff --git a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java index 217c3f7e52..bbb81a766f 100644 --- a/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java +++ b/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerSheet.java @@ -176,23 +176,23 @@ public final class WidgetEditProfileBannerSheet extends AppBottomSheet { private final void launchColorPicker(@ColorInt int i) { ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.h = i; - kVar.f2462s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); + kVar.f2461s = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorBackgroundPrimary); kVar.i = false; kVar.j = false; kVar.f = 0; kVar.a = R.string.user_settings_banner_color_title; kVar.r = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorHeaderPrimary); FontUtils fontUtils = FontUtils.INSTANCE; - kVar.f2463x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); + kVar.f2462x = fontUtils.getThemedFontResId(getContext(), R.attr.font_display_bold); kVar.l = true; kVar.e = R.string.color_picker_use_default; kVar.p = ColorCompat.getThemedColor(getContext(), (int) R.attr.color_brand); kVar.d = R.string.select; kVar.w = ColorCompat.getColor(getContext(), (int) R.color.white); - kVar.f2464y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); + kVar.f2463y = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_semibold); kVar.t = ColorCompat.getThemedColor(getContext(), (int) R.attr.colorTextMuted); kVar.u = R.drawable.drawable_cpv_edit_text_background; - kVar.f2465z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); + kVar.f2464z = fontUtils.getThemedFontResId(getContext(), R.attr.font_primary_normal); ColorPickerDialog a = kVar.a(); a.j = new WidgetEditProfileBannerSheet$launchColorPicker$1(this); AppBottomSheet.hideKeyboard$default(this, null, 1, null); diff --git a/app/src/main/java/com/discord/widgets/stage/discovery/StageDiscoveryGuildsFeatureFlag.java b/app/src/main/java/com/discord/widgets/stage/discovery/StageDiscoveryGuildsFeatureFlag.java index a49d403e49..01a9e8c44b 100644 --- a/app/src/main/java/com/discord/widgets/stage/discovery/StageDiscoveryGuildsFeatureFlag.java +++ b/app/src/main/java/com/discord/widgets/stage/discovery/StageDiscoveryGuildsFeatureFlag.java @@ -1,6 +1,5 @@ package com.discord.widgets.stage.discovery; -import com.discord.api.channel.Channel; import com.discord.models.experiments.domain.Experiment; import com.discord.stores.StoreChannels; import com.discord.stores.StoreExperiments; @@ -59,14 +58,8 @@ public final class StageDiscoveryGuildsFeatureFlag { } public final boolean canGuildAccessStageDiscovery(long j) { - Channel channel = this.storeChannels.getChannel(j); - if (channel == null) { - return false; - } - Experiment guildExperiment = this.storeExperiments.getGuildExperiment("2021-04_stage_discovery_public_guilds", channel.f(), true); - boolean z2 = guildExperiment != null && guildExperiment.getBucket() == 1; - Experiment userExperiment = this.storeExperiments.getUserExperiment("2021-05_stage_public_toggle_users", true); - return z2 && (userExperiment != null && userExperiment.getBucket() == 1); + Experiment userExperiment; + return (this.storeChannels.getChannel(j) == null || (userExperiment = this.storeExperiments.getUserExperiment("2021-05_stage_public_toggle_users", true)) == null || userExperiment.getBucket() != 1) ? false : true; } public final Observable observeCanGuildAccessStageDiscovery(long j) { diff --git a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java index 24e9c69b98..69041be82f 100644 --- a/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java +++ b/app/src/main/java/com/discord/widgets/user/email/WidgetUserEmailVerify.java @@ -50,7 +50,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { private final String email; /* renamed from: me reason: collision with root package name */ - private final MeUser f2237me; + private final MeUser f2236me; private final boolean verified; /* compiled from: WidgetUserEmailVerify.kt */ @@ -71,20 +71,20 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public Model(MeUser meUser) { m.checkNotNullParameter(meUser, "me"); - this.f2237me = meUser; + this.f2236me = meUser; this.email = meUser.getEmail(); this.verified = meUser.isVerified(); } public static /* synthetic */ Model copy$default(Model model, MeUser meUser, int i, Object obj) { if ((i & 1) != 0) { - meUser = model.f2237me; + meUser = model.f2236me; } return model.copy(meUser); } public final MeUser component1() { - return this.f2237me; + return this.f2236me; } public final Model copy(MeUser meUser) { @@ -94,7 +94,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public boolean equals(Object obj) { if (this != obj) { - return (obj instanceof Model) && m.areEqual(this.f2237me, ((Model) obj).f2237me); + return (obj instanceof Model) && m.areEqual(this.f2236me, ((Model) obj).f2236me); } return true; } @@ -104,7 +104,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public final MeUser getMe() { - return this.f2237me; + return this.f2236me; } public final boolean getVerified() { @@ -112,7 +112,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { } public int hashCode() { - MeUser meUser = this.f2237me; + MeUser meUser = this.f2236me; if (meUser != null) { return meUser.hashCode(); } @@ -121,7 +121,7 @@ public final class WidgetUserEmailVerify extends WidgetUserAccountVerifyBase { public String toString() { StringBuilder P = a.P("Model(me="); - P.append(this.f2237me); + P.append(this.f2236me); P.append(")"); return P.toString(); } diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java index 8d06454eba..871f1c5b03 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderViewModel.java @@ -133,7 +133,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { private final Collection> guildMembers; /* renamed from: me reason: collision with root package name */ - private final MeUser f2238me; + private final MeUser f2237me; private final boolean reducedMotionEnabled; private final ModelRichPresence richPresence; private final StreamContext streamContext; @@ -150,7 +150,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { m.checkNotNullParameter(map, "userIdToGuildMemberMap"); m.checkNotNullParameter(collection, "guildMembers"); m.checkNotNullParameter(modelUserProfile, "userProfile"); - this.f2238me = meUser; + this.f2237me = meUser; this.user = user; this.userIdToGuildMemberMap = map; this.guildMembers = collection; @@ -164,11 +164,11 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public static /* synthetic */ StoreState copy$default(StoreState storeState, MeUser meUser, User user, Map map, Collection collection, ModelRichPresence modelRichPresence, StreamContext streamContext, ModelUserProfile modelUserProfile, Experiment experiment, boolean z2, boolean z3, Channel channel, int i, Object obj) { - return storeState.copy((i & 1) != 0 ? storeState.f2238me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); + return storeState.copy((i & 1) != 0 ? storeState.f2237me : meUser, (i & 2) != 0 ? storeState.user : user, (i & 4) != 0 ? storeState.userIdToGuildMemberMap : map, (i & 8) != 0 ? storeState.guildMembers : collection, (i & 16) != 0 ? storeState.richPresence : modelRichPresence, (i & 32) != 0 ? storeState.streamContext : streamContext, (i & 64) != 0 ? storeState.userProfile : modelUserProfile, (i & 128) != 0 ? storeState.winnerBadgeExperiment : experiment, (i & 256) != 0 ? storeState.allowAnimatedEmojis : z2, (i & 512) != 0 ? storeState.reducedMotionEnabled : z3, (i & 1024) != 0 ? storeState.channel : channel); } public final MeUser component1() { - return this.f2238me; + return this.f2237me; } public final boolean component10() { @@ -228,7 +228,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.f2238me, storeState.f2238me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); + return m.areEqual(this.f2237me, storeState.f2237me) && m.areEqual(this.user, storeState.user) && m.areEqual(this.userIdToGuildMemberMap, storeState.userIdToGuildMemberMap) && m.areEqual(this.guildMembers, storeState.guildMembers) && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.winnerBadgeExperiment, storeState.winnerBadgeExperiment) && this.allowAnimatedEmojis == storeState.allowAnimatedEmojis && this.reducedMotionEnabled == storeState.reducedMotionEnabled && m.areEqual(this.channel, storeState.channel); } public final boolean getAllowAnimatedEmojis() { @@ -244,7 +244,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2238me; + return this.f2237me; } public final boolean getReducedMotionEnabled() { @@ -276,7 +276,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { } public int hashCode() { - MeUser meUser = this.f2238me; + MeUser meUser = this.f2237me; int i = 0; int hashCode = (meUser != null ? meUser.hashCode() : 0) * 31; User user = this.user; @@ -316,7 +316,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { public String toString() { StringBuilder P = a.P("StoreState(me="); - P.append(this.f2238me); + P.append(this.f2237me); P.append(", user="); P.append(this.user); P.append(", userIdToGuildMemberMap="); @@ -792,7 +792,7 @@ public final class UserProfileHeaderViewModel extends AppViewModel { b = null; } NullSerializable.b bVar = (NullSerializable.b) b; - String str = bVar != null ? bVar.b : null; + String str = bVar != null ? (String) bVar.a() : null; Channel channel = storeState.getChannel(); boolean z2 = channel != null && AnimatableValueParser.t1(channel); ViewState viewState = getViewState(); diff --git a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java index 83c52a96c3..b85196d777 100644 --- a/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java +++ b/app/src/main/java/com/discord/widgets/user/profile/UserStatusPresenceCustomView.java @@ -42,19 +42,19 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public static final class Emoji { /* renamed from: id reason: collision with root package name */ - private final String f2239id; + private final String f2238id; private final boolean isAnimated; private final String name; public Emoji(String str, String str2, boolean z2) { - this.f2239id = str; + this.f2238id = str; this.name = str2; this.isAnimated = z2; } public static /* synthetic */ Emoji copy$default(Emoji emoji, String str, String str2, boolean z2, int i, Object obj) { if ((i & 1) != 0) { - str = emoji.f2239id; + str = emoji.f2238id; } if ((i & 2) != 0) { str2 = emoji.name; @@ -66,7 +66,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public final String component1() { - return this.f2239id; + return this.f2238id; } public final String component2() { @@ -89,11 +89,11 @@ public final class UserStatusPresenceCustomView extends LinearLayout { return false; } Emoji emoji = (Emoji) obj; - return m.areEqual(this.f2239id, emoji.f2239id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; + return m.areEqual(this.f2238id, emoji.f2238id) && m.areEqual(this.name, emoji.name) && this.isAnimated == emoji.isAnimated; } public final String getId() { - return this.f2239id; + return this.f2238id; } public final String getName() { @@ -101,7 +101,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { } public int hashCode() { - String str = this.f2239id; + String str = this.f2238id; int i = 0; int hashCode = (str != null ? str.hashCode() : 0) * 31; String str2 = this.name; @@ -125,7 +125,7 @@ public final class UserStatusPresenceCustomView extends LinearLayout { public String toString() { StringBuilder P = a.P("Emoji(id="); - P.append(this.f2239id); + P.append(this.f2238id); P.append(", name="); P.append(this.name); P.append(", isAnimated="); diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java index d1c7485ea6..4db3fd43a6 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java @@ -66,7 +66,7 @@ public final class WidgetGlobalSearchGuildsModel { private final Guild guild; /* renamed from: id reason: collision with root package name */ - private final long f2240id; + private final long f2239id; private final boolean isSelected; private final boolean isUnread; private final String key; @@ -105,7 +105,7 @@ public final class WidgetGlobalSearchGuildsModel { /* JADX DEBUG: TODO: convert one arg to string using `String.valueOf()`, args: [(wrap: int : 0x001c: INVOKE (r4v1 int) = (r0v0 'this' com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel$Item A[IMMUTABLE_TYPE, THIS]) type: VIRTUAL call: com.discord.widgets.user.search.WidgetGlobalSearchGuildsModel.Item.getType():int), ('-' char), (r2v0 long)] */ public Item(int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3) { this._type = i; - this.f2240id = j; + this.f2239id = j; this.channel = channel; this.guild = guild; this.mentionCount = i2; @@ -131,11 +131,11 @@ public final class WidgetGlobalSearchGuildsModel { } public static /* synthetic */ Item copy$default(Item item, int i, long j, Channel channel, Guild guild, int i2, boolean z2, boolean z3, boolean z4, int i3, int i4, Object obj) { - return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2240id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); + return item.copy((i4 & 1) != 0 ? item._type : i, (i4 & 2) != 0 ? item.f2239id : j, (i4 & 4) != 0 ? item.channel : channel, (i4 & 8) != 0 ? item.guild : guild, (i4 & 16) != 0 ? item.mentionCount : i2, (i4 & 32) != 0 ? item.isUnread : z2, (i4 & 64) != 0 ? item.isSelected : z3, (i4 & 128) != 0 ? item.connectedToVoice : z4, (i4 & 256) != 0 ? item.unavailableGuildCount : i3); } public final long component2() { - return this.f2240id; + return this.f2239id; } public final Channel component3() { @@ -178,7 +178,7 @@ public final class WidgetGlobalSearchGuildsModel { return false; } Item item = (Item) obj; - return this._type == item._type && this.f2240id == item.f2240id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; + return this._type == item._type && this.f2239id == item.f2239id && m.areEqual(this.channel, item.channel) && m.areEqual(this.guild, item.guild) && this.mentionCount == item.mentionCount && this.isUnread == item.isUnread && this.isSelected == item.isSelected && this.connectedToVoice == item.connectedToVoice && this.unavailableGuildCount == item.unavailableGuildCount; } public final Channel getChannel() { @@ -194,7 +194,7 @@ public final class WidgetGlobalSearchGuildsModel { } public final long getId() { - return this.f2240id; + return this.f2239id; } @Override // com.discord.utilities.mg_recycler.MGRecyclerDataPayload, com.discord.utilities.recycler.DiffKeyProvider @@ -216,7 +216,7 @@ public final class WidgetGlobalSearchGuildsModel { } public int hashCode() { - int a = (b.a(this.f2240id) + (this._type * 31)) * 31; + int a = (b.a(this.f2239id) + (this._type * 31)) * 31; Channel channel = this.channel; int i = 0; int hashCode = (a + (channel != null ? channel.hashCode() : 0)) * 31; @@ -261,7 +261,7 @@ public final class WidgetGlobalSearchGuildsModel { StringBuilder P = a.P("Item(_type="); P.append(this._type); P.append(", id="); - P.append(this.f2240id); + P.append(this.f2239id); P.append(", channel="); P.append(this.channel); P.append(", guild="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java index cc82276855..2b3734bd4e 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModel.java @@ -752,7 +752,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private final boolean inGuildAvatarExperiment; /* renamed from: me reason: collision with root package name */ - private final MeUser f2241me; + private final MeUser f2240me; private final boolean muted; private final Map mySelectedVoiceChannelVoiceStates; private final StageRoles myStageRoles; @@ -772,7 +772,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { private StoreState(User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5) { this.user = user; - this.f2241me = meUser; + this.f2240me = meUser; this.channel = channel; this.computedMembers = map; this.guildRoles = map2; @@ -802,7 +802,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { /* renamed from: copy-U9gTzXU$default reason: not valid java name */ public static /* synthetic */ StoreState m53copyU9gTzXU$default(StoreState storeState, User user, MeUser meUser, Channel channel, Map map, Map map2, Map map3, Map map4, boolean z2, boolean z3, boolean z4, float f, ModelRichPresence modelRichPresence, Guild guild, Long l, StreamContext streamContext, ModelUserProfile modelUserProfile, Integer num, StoreUserNotes.UserNoteState userNoteState, Channel channel2, StageRoles stageRoles, StageRequestToSpeakState stageRequestToSpeakState, StageRoles stageRoles2, boolean z5, int i, Object obj) { - return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2241me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); + return storeState.m56copyU9gTzXU((i & 1) != 0 ? storeState.user : user, (i & 2) != 0 ? storeState.f2240me : meUser, (i & 4) != 0 ? storeState.channel : channel, (i & 8) != 0 ? storeState.computedMembers : map, (i & 16) != 0 ? storeState.guildRoles : map2, (i & 32) != 0 ? storeState.mySelectedVoiceChannelVoiceStates : map3, (i & 64) != 0 ? storeState.currentChannelVoiceStates : map4, (i & 128) != 0 ? storeState.muted : z2, (i & 256) != 0 ? storeState.selfMuted : z3, (i & 512) != 0 ? storeState.selfDeafened : z4, (i & 1024) != 0 ? storeState.outputVolume : f, (i & 2048) != 0 ? storeState.richPresence : modelRichPresence, (i & 4096) != 0 ? storeState.guild : guild, (i & 8192) != 0 ? storeState.permissions : l, (i & 16384) != 0 ? storeState.streamContext : streamContext, (i & 32768) != 0 ? storeState.userProfile : modelUserProfile, (i & 65536) != 0 ? storeState.userRelationshipType : num, (i & 131072) != 0 ? storeState.userNoteFetchState : userNoteState, (i & 262144) != 0 ? storeState.stageChannel : channel2, (i & 524288) != 0 ? storeState.userStageRoles : stageRoles, (i & 1048576) != 0 ? storeState.userRequestToSpeakState : stageRequestToSpeakState, (i & 2097152) != 0 ? storeState.myStageRoles : stageRoles2, (i & 4194304) != 0 ? storeState.inGuildAvatarExperiment : z5); } public final User component1() { @@ -850,7 +850,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser component2() { - return this.f2241me; + return this.f2240me; } /* renamed from: component20-twRsX-0 reason: not valid java name */ @@ -921,7 +921,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { return false; } StoreState storeState = (StoreState) obj; - return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2241me, storeState.f2241me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; + return m.areEqual(this.user, storeState.user) && m.areEqual(this.f2240me, storeState.f2240me) && m.areEqual(this.channel, storeState.channel) && m.areEqual(this.computedMembers, storeState.computedMembers) && m.areEqual(this.guildRoles, storeState.guildRoles) && m.areEqual(this.mySelectedVoiceChannelVoiceStates, storeState.mySelectedVoiceChannelVoiceStates) && m.areEqual(this.currentChannelVoiceStates, storeState.currentChannelVoiceStates) && this.muted == storeState.muted && this.selfMuted == storeState.selfMuted && this.selfDeafened == storeState.selfDeafened && Float.compare(this.outputVolume, storeState.outputVolume) == 0 && m.areEqual(this.richPresence, storeState.richPresence) && m.areEqual(this.guild, storeState.guild) && m.areEqual(this.permissions, storeState.permissions) && m.areEqual(this.streamContext, storeState.streamContext) && m.areEqual(this.userProfile, storeState.userProfile) && m.areEqual(this.userRelationshipType, storeState.userRelationshipType) && m.areEqual(this.userNoteFetchState, storeState.userNoteFetchState) && m.areEqual(this.stageChannel, storeState.stageChannel) && m.areEqual(this.userStageRoles, storeState.userStageRoles) && m.areEqual(this.userRequestToSpeakState, storeState.userRequestToSpeakState) && m.areEqual(this.myStageRoles, storeState.myStageRoles) && this.inGuildAvatarExperiment == storeState.inGuildAvatarExperiment; } public final Channel getChannel() { @@ -949,7 +949,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { } public final MeUser getMe() { - return this.f2241me; + return this.f2240me; } public final boolean getMuted() { @@ -1022,7 +1022,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2241me; + MeUser meUser = this.f2240me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -1095,7 +1095,7 @@ public final class WidgetUserSheetViewModel extends AppViewModel { StringBuilder P = a.P("StoreState(user="); P.append(this.user); P.append(", me="); - P.append(this.f2241me); + P.append(this.f2240me); P.append(", channel="); P.append(this.channel); P.append(", computedMembers="); diff --git a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java index be4dc4f92e..b7448cebb8 100644 --- a/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java +++ b/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheetViewModelStoreState.java @@ -37,14 +37,14 @@ public final class WidgetUserSheetViewModelStoreState { private final Channel channel; /* renamed from: me reason: collision with root package name */ - private final MeUser f2242me; + private final MeUser f2241me; private final Channel selectedVoiceChannel; private final User user; public BootstrapData(User user, MeUser meUser, Channel channel, Channel channel2) { m.checkNotNullParameter(meUser, "me"); this.user = user; - this.f2242me = meUser; + this.f2241me = meUser; this.channel = channel; this.selectedVoiceChannel = channel2; } @@ -54,7 +54,7 @@ public final class WidgetUserSheetViewModelStoreState { user = bootstrapData.user; } if ((i & 2) != 0) { - meUser = bootstrapData.f2242me; + meUser = bootstrapData.f2241me; } if ((i & 4) != 0) { channel = bootstrapData.channel; @@ -70,7 +70,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser component2() { - return this.f2242me; + return this.f2241me; } public final Channel component3() { @@ -94,7 +94,7 @@ public final class WidgetUserSheetViewModelStoreState { return false; } BootstrapData bootstrapData = (BootstrapData) obj; - return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2242me, bootstrapData.f2242me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); + return m.areEqual(this.user, bootstrapData.user) && m.areEqual(this.f2241me, bootstrapData.f2241me) && m.areEqual(this.channel, bootstrapData.channel) && m.areEqual(this.selectedVoiceChannel, bootstrapData.selectedVoiceChannel); } public final Channel getChannel() { @@ -102,7 +102,7 @@ public final class WidgetUserSheetViewModelStoreState { } public final MeUser getMe() { - return this.f2242me; + return this.f2241me; } public final Channel getSelectedVoiceChannel() { @@ -117,7 +117,7 @@ public final class WidgetUserSheetViewModelStoreState { User user = this.user; int i = 0; int hashCode = (user != null ? user.hashCode() : 0) * 31; - MeUser meUser = this.f2242me; + MeUser meUser = this.f2241me; int hashCode2 = (hashCode + (meUser != null ? meUser.hashCode() : 0)) * 31; Channel channel = this.channel; int hashCode3 = (hashCode2 + (channel != null ? channel.hashCode() : 0)) * 31; @@ -132,7 +132,7 @@ public final class WidgetUserSheetViewModelStoreState { StringBuilder P = a.P("BootstrapData(user="); P.append(this.user); P.append(", me="); - P.append(this.f2242me); + P.append(this.f2241me); P.append(", channel="); P.append(this.channel); P.append(", selectedVoiceChannel="); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java index b0dc1de080..95a190dff3 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreen$configureMenu$1.java @@ -52,21 +52,21 @@ public final class WidgetCallFullscreen$configureMenu$1 implements Actio public final void call(MenuItem menuItem, Context context) { m.checkNotNullExpressionValue(menuItem, "menuItem"); switch (menuItem.getItemId()) { - case R.id.menu_call_overlay_launcher /* 2131364167 */: + case R.id.menu_call_overlay_launcher /* 2131364157 */: DiscordOverlayService.Companion companion = DiscordOverlayService.Companion; m.checkNotNullExpressionValue(context, "context"); companion.launchForConnect(context); return; - case R.id.menu_call_switch_camera /* 2131364168 */: + case R.id.menu_call_switch_camera /* 2131364158 */: WidgetCallFullscreen.access$getViewModel$p(this.this$0).switchCameraInputPressed(); return; - case R.id.menu_call_video_list /* 2131364169 */: + case R.id.menu_call_video_list /* 2131364159 */: WidgetVoiceBottomSheet.Companion companion2 = WidgetVoiceBottomSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); companion2.show(parentFragmentManager, this.$viewState.getCallModel().getChannel().h(), false, WidgetVoiceBottomSheet.FeatureContext.FULLSCREEN_CALL).setOnStreamPreviewClickedListener(new AnonymousClass1(this)); return; - case R.id.menu_call_voice_settings /* 2131364170 */: + case R.id.menu_call_voice_settings /* 2131364160 */: WidgetVoiceSettingsBottomSheet.Companion companion3 = WidgetVoiceSettingsBottomSheet.Companion; Long valueOf = Long.valueOf(this.$viewState.getCallModel().getChannel().h()); FragmentManager parentFragmentManager2 = this.this$0.getParentFragmentManager(); diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java index 7d54f9c674..7f46accc25 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/grid/VideoCallGridViewHolder.java @@ -47,7 +47,7 @@ public final class VideoCallGridViewHolder extends RecyclerView.ViewHolder { Objects.requireNonNull(videoCallParticipantView); m.checkNotNullParameter(function2, "onShown"); m.checkNotNullParameter(function22, "onClicked"); - videoCallParticipantView.f2204x = function2; + videoCallParticipantView.f2203x = function2; videoCallParticipantView.w = function22; } } diff --git a/app/src/main/java/com/esotericsoftware/kryo/Registration.java b/app/src/main/java/com/esotericsoftware/kryo/Registration.java index b70a695bd6..4cbf246f53 100644 --- a/app/src/main/java/com/esotericsoftware/kryo/Registration.java +++ b/app/src/main/java/com/esotericsoftware/kryo/Registration.java @@ -6,7 +6,7 @@ import h0.b.a.a; public class Registration { /* renamed from: id reason: collision with root package name */ - private final int f2243id; + private final int f2242id; private a instantiator; private Serializer serializer; private final Class type; @@ -17,14 +17,14 @@ public class Registration { } else if (serializer != null) { this.type = cls; this.serializer = serializer; - this.f2243id = i; + this.f2242id = i; } else { throw new IllegalArgumentException("serializer cannot be null."); } } public int getId() { - return this.f2243id; + return this.f2242id; } public a getInstantiator() { @@ -58,7 +58,7 @@ public class Registration { public String toString() { StringBuilder P = c.d.b.a.a.P("["); - P.append(this.f2243id); + P.append(this.f2242id); P.append(", "); P.append(Util.className(this.type)); P.append("]"); diff --git a/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java b/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java index 47908abf6c..3d7ae3c0d1 100644 --- a/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java +++ b/app/src/main/java/com/facebook/cache/disk/DiskCacheConfig.java @@ -14,7 +14,7 @@ public class DiskCacheConfig { public final String b; /* renamed from: c reason: collision with root package name */ - public final Supplier f2244c; + public final Supplier f2243c; public final long d; public final long e; public final long f; @@ -41,7 +41,7 @@ public class DiskCacheConfig { public Supplier b; /* renamed from: c reason: collision with root package name */ - public long f2245c = 41943040; + public long f2244c = 41943040; public g d = new c.f.b.b.b(); public final Context e; @@ -66,8 +66,8 @@ public class DiskCacheConfig { this.b = str; Supplier supplier = bVar.b; Objects.requireNonNull(supplier); - this.f2244c = supplier; - this.d = bVar.f2245c; + this.f2243c = supplier; + this.d = bVar.f2244c; this.e = 10485760; this.f = Permission.SPEAK; g gVar = bVar.d; diff --git a/app/src/main/java/com/facebook/common/references/CloseableReference.java b/app/src/main/java/com/facebook/common/references/CloseableReference.java index aad2765a74..1636b0ce77 100644 --- a/app/src/main/java/com/facebook/common/references/CloseableReference.java +++ b/app/src/main/java/com/facebook/common/references/CloseableReference.java @@ -64,7 +64,7 @@ public abstract class CloseableReference implements Cloneable, Closeable { this.n = sharedReference; synchronized (sharedReference) { sharedReference.b(); - sharedReference.f2246c++; + sharedReference.f2245c++; } this.o = cVar; this.p = th; diff --git a/app/src/main/java/com/facebook/common/references/SharedReference.java b/app/src/main/java/com/facebook/common/references/SharedReference.java index 5d8153b069..6d05f94adf 100644 --- a/app/src/main/java/com/facebook/common/references/SharedReference.java +++ b/app/src/main/java/com/facebook/common/references/SharedReference.java @@ -13,7 +13,7 @@ public class SharedReference { public T b; /* renamed from: c reason: collision with root package name */ - public int f2246c = 1; + public int f2245c = 1; public final f d; public static class NullReferenceException extends RuntimeException { @@ -45,9 +45,9 @@ public class SharedReference { T t; synchronized (this) { b(); - AnimatableValueParser.j(Boolean.valueOf(this.f2246c > 0)); - i = this.f2246c - 1; - this.f2246c = i; + AnimatableValueParser.j(Boolean.valueOf(this.f2245c > 0)); + i = this.f2245c - 1; + this.f2245c = i; } if (i == 0) { synchronized (this) { @@ -76,7 +76,7 @@ public class SharedReference { boolean z3; synchronized (this) { z2 = false; - z3 = this.f2246c > 0; + z3 = this.f2245c > 0; } if (z3) { z2 = true; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java index 5f4bd66d81..ab0b3599e0 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeController.java @@ -29,7 +29,7 @@ public abstract class AbstractDraweeController implements DraweeControl public static final Map b = f.of("origin", "memory_bitmap", "origin_sub", "shortcut"); /* renamed from: c reason: collision with root package name */ - public static final Class f2247c = AbstractDraweeController.class; + public static final Class f2246c = AbstractDraweeController.class; public final c d; public final c.f.g.b.a e; public final Executor f; @@ -47,7 +47,7 @@ public abstract class AbstractDraweeController implements DraweeControl public boolean r; /* renamed from: s reason: collision with root package name */ - public String f2248s; + public String f2247s; public DataSource t; public T u; public boolean v; @@ -182,7 +182,7 @@ public abstract class AbstractDraweeController implements DraweeControl this.t = j; B(j, null); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2247c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); + c.f.d.e.a.j(f2246c, "controller %x %s: submitRequest: dataSource: %x", Integer.valueOf(System.identityHashCode(this)), this.m, Integer.valueOf(System.identityHashCode(this.t))); } this.t.f(new a(this.m, this.t.b()), this.f); c.f.j.r.b.b(); @@ -235,7 +235,7 @@ public abstract class AbstractDraweeController implements DraweeControl public void d() { c.f.j.r.b.b(); if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2247c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); + c.f.d.e.a.j(f2246c, "controller %x %s: onAttach: %s", Integer.valueOf(System.identityHashCode(this)), this.m, this.p ? "request already submitted" : "request needs submit"); } this.d.a(c.a.ON_ATTACH_CONTROLLER); Objects.requireNonNull(this.k); @@ -250,7 +250,7 @@ public abstract class AbstractDraweeController implements DraweeControl @Override // com.facebook.drawee.interfaces.DraweeController public void e(DraweeHierarchy draweeHierarchy) { if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2247c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); + c.f.d.e.a.j(f2246c, "controller %x %s: setHierarchy: %s", Integer.valueOf(System.identityHashCode(this)), this.m, draweeHierarchy); } this.d.a(draweeHierarchy != null ? c.a.ON_SET_HIERARCHY : c.a.ON_CLEAR_HIERARCHY); if (this.p) { @@ -352,7 +352,7 @@ public abstract class AbstractDraweeController implements DraweeControl } this.l = null; if (c.f.d.e.a.h(2)) { - c.f.d.e.a.j(f2247c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); + c.f.d.e.a.j(f2246c, "controller %x %s -> %s: initialize", Integer.valueOf(System.identityHashCode(this)), this.m, str); } this.m = str; this.n = obj; @@ -371,7 +371,7 @@ public abstract class AbstractDraweeController implements DraweeControl a.AbstractC0062a aVar; boolean h = c.f.d.e.a.h(2); if (h) { - c.f.d.e.a.j(f2247c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); + c.f.d.e.a.j(f2246c, "controller %x %s: onTouchEvent %s", Integer.valueOf(System.identityHashCode(this)), this.m, motionEvent); } c.f.g.g.a aVar2 = this.h; if (aVar2 == null) { @@ -618,8 +618,8 @@ public abstract class AbstractDraweeController implements DraweeControl if (drawable != null) { x(drawable); } - if (this.f2248s != null) { - this.f2248s = null; + if (this.f2247s != null) { + this.f2247s = null; } this.w = null; T t = this.u; diff --git a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java index cabb160b35..68752c3514 100644 --- a/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java +++ b/app/src/main/java/com/facebook/drawee/controller/AbstractDraweeControllerBuilder.java @@ -19,7 +19,7 @@ public abstract class AbstractDraweeControllerBuilder e; public final Set f; @@ -62,7 +62,7 @@ public abstract class AbstractDraweeControllerBuilder list = aVar.p; @@ -74,7 +74,7 @@ public class GenericDraweeHierarchy implements a { if (fVar.u == 1) { fVar.u = 0; } - b bVar = new b(d.d(fVar, this.f2252c)); + b bVar = new b(d.d(fVar, this.f2251c)); this.d = bVar; bVar.mutate(); m(); @@ -131,7 +131,7 @@ public class GenericDraweeHierarchy implements a { @Override // c.f.g.h.a public void f(Drawable drawable, float f, boolean z2) { - Drawable c2 = d.c(drawable, this.f2252c, this.b); + Drawable c2 = d.c(drawable, this.f2251c, this.b); c2.mutate(); this.f.o(c2); this.e.e(); @@ -145,7 +145,7 @@ public class GenericDraweeHierarchy implements a { } public final Drawable g(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { - return d.e(d.c(drawable, this.f2252c, this.b), scalingUtils$ScaleType, null); + return d.e(d.c(drawable, this.f2251c, this.b), scalingUtils$ScaleType, null); } @Override // com.facebook.drawee.interfaces.DraweeHierarchy @@ -236,7 +236,7 @@ public class GenericDraweeHierarchy implements a { this.e.c(i, null); return; } - k(i).g(d.c(drawable, this.f2252c, this.b)); + k(i).g(d.c(drawable, this.f2251c, this.b)); } public void p(int i) { @@ -273,7 +273,7 @@ public class GenericDraweeHierarchy implements a { } public void s(c cVar) { - this.f2252c = cVar; + this.f2251c = cVar; b bVar = this.d; Drawable drawable = d.a; Drawable drawable2 = bVar.j; @@ -293,7 +293,7 @@ public class GenericDraweeHierarchy implements a { } for (int i = 0; i < this.e.k.length; i++) { c.f.g.e.d k = k(i); - c cVar2 = this.f2252c; + c cVar2 = this.f2251c; Resources resources = this.b; while (true) { Drawable l = k.l(); diff --git a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java index 666c291840..f666b87cf4 100644 --- a/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java +++ b/app/src/main/java/com/facebook/drawee/span/DraweeSpanStringBuilder.java @@ -64,12 +64,12 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f2253c; + public final int f2252c; public c(c.f.g.i.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f2253c = i; + this.f2252c = i; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener @@ -78,11 +78,11 @@ public class DraweeSpanStringBuilder extends SpannableStringBuilder { if (this.b && imageInfo != null && this.a.o.d() != null) { Drawable d = this.a.o.d(); Rect bounds = d.getBounds(); - int i = this.f2253c; + int i = this.f2252c; if (i != -1) { int height = (int) ((((float) i) / ((float) imageInfo.getHeight())) * ((float) imageInfo.getWidth())); - if (bounds.width() != height || bounds.height() != this.f2253c) { - d.setBounds(0, 0, height, this.f2253c); + if (bounds.width() != height || bounds.height() != this.f2252c) { + d.setBounds(0, 0, height, this.f2252c); DraweeSpanStringBuilder draweeSpanStringBuilder = DraweeSpanStringBuilder.this; int i2 = DraweeSpanStringBuilder.i; Objects.requireNonNull(draweeSpanStringBuilder); diff --git a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java index c54657033b..6c64758eae 100644 --- a/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java +++ b/app/src/main/java/com/facebook/drawee/view/DraweeHolder.java @@ -14,7 +14,7 @@ public class DraweeHolder implements g0 { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f2254c = true; + public boolean f2253c = true; public DH d; public DraweeController e = null; public final c f; @@ -38,7 +38,7 @@ public class DraweeHolder implements g0 { } public final void b() { - if (!this.b || !this.f2254c) { + if (!this.b || !this.f2253c) { c(); } else { a(); @@ -69,9 +69,9 @@ public class DraweeHolder implements g0 { } public void f(boolean z2) { - if (this.f2254c != z2) { + if (this.f2253c != z2) { this.f.a(z2 ? c.a.ON_DRAWABLE_SHOW : c.a.ON_DRAWABLE_HIDE); - this.f2254c = z2; + this.f2253c = z2; b(); } } @@ -121,7 +121,7 @@ public class DraweeHolder implements g0 { i J2 = AnimatableValueParser.J2(this); J2.b("controllerAttached", this.a); J2.b("holderAttached", this.b); - J2.b("drawableVisible", this.f2254c); + J2.b("drawableVisible", this.f2253c); J2.c("events", this.f.toString()); return J2.toString(); } diff --git a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java index ac1626751e..ded2b2b369 100644 --- a/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java +++ b/app/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java @@ -20,7 +20,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final m f2255c; + public final m f2254c; public final boolean d; public d e; public c.f.j.a.c.b f; @@ -95,7 +95,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { public AnimatedFactoryV2Impl(PlatformBitmapFactory platformBitmapFactory, e eVar, m mVar, boolean z2) { this.a = platformBitmapFactory; this.b = eVar; - this.f2255c = mVar; + this.f2254c = mVar; this.d = z2; } @@ -112,7 +112,7 @@ public class AnimatedFactoryV2Impl implements c.f.j.a.b.a { if (f.j == null) { f.j = new f(); } - this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2255c, aVar, bVar); + this.h = new c.f.h.a.d.e(bVar2, f.j, cVar, RealtimeSinceBootClock.get(), this.a, this.f2254c, aVar, bVar); } return this.h; } diff --git a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java index e6350468ec..7830c71b6b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java +++ b/app/src/main/java/com/facebook/imagepipeline/cache/MemoryCacheParams.java @@ -4,7 +4,7 @@ public class MemoryCacheParams { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2256c; + public final int f2255c; public final int d; public final int e; public final long f; @@ -12,7 +12,7 @@ public class MemoryCacheParams { public MemoryCacheParams(int i, int i2, int i3, int i4, int i5, long j) { this.a = i; this.b = i2; - this.f2256c = i3; + this.f2255c = i3; this.d = i4; this.e = i5; this.f = j; diff --git a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java index b5d8a4038b..99b580670b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java +++ b/app/src/main/java/com/facebook/imagepipeline/memory/BasePool.java @@ -20,7 +20,7 @@ public abstract class BasePool implements e { public final c b; /* renamed from: c reason: collision with root package name */ - public final y f2257c; + public final y f2256c; @VisibleForTesting public final SparseArray> d; @VisibleForTesting @@ -85,7 +85,7 @@ public abstract class BasePool implements e { Objects.requireNonNull(cVar); this.b = cVar; Objects.requireNonNull(yVar); - this.f2257c = yVar; + this.f2256c = yVar; Objects.requireNonNull(zVar); this.i = zVar; SparseArray> sparseArray = new SparseArray<>(); @@ -101,7 +101,7 @@ public abstract class BasePool implements e { int i2 = sparseIntArray.get(keyAt, 0); SparseArray> sparseArray2 = this.d; int k = k(keyAt); - Objects.requireNonNull(this.f2257c); + Objects.requireNonNull(this.f2256c); sparseArray2.put(keyAt, new f<>(k, valueAt, i2, false)); } this.f = false; @@ -121,7 +121,7 @@ public abstract class BasePool implements e { if (this.j) { return true; } - y yVar = this.f2257c; + y yVar = this.f2256c; int i2 = yVar.a; int i3 = this.g.b; if (i > i2 - i3) { @@ -168,7 +168,7 @@ public abstract class BasePool implements e { h.e++; } } else { - throw new PoolSizeViolationException(this.f2257c.a, this.g.b, this.h.b, k); + throw new PoolSizeViolationException(this.f2256c.a, this.g.b, this.h.b, k); } } else { AnimatableValueParser.B(this.e.add(l)); @@ -200,7 +200,7 @@ public abstract class BasePool implements e { AnimatableValueParser.B(this.e.add(v)); synchronized (this) { if (n()) { - r(this.f2257c.b); + r(this.f2256c.b); } } return v; @@ -250,7 +250,7 @@ public abstract class BasePool implements e { @VisibleForTesting public synchronized boolean n() { boolean z2; - z2 = this.g.b + this.h.b > this.f2257c.b; + z2 = this.g.b + this.h.b > this.f2256c.b; if (z2) { this.i.d(); } @@ -275,7 +275,7 @@ public abstract class BasePool implements e { public f q(int i) { int k = k(i); - Objects.requireNonNull(this.f2257c); + Objects.requireNonNull(this.f2256c); return new f<>(k, Integer.MAX_VALUE, 0, false); } diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java index 86012974f0..095703b3bd 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoder.java @@ -18,12 +18,12 @@ public class NativeJpegTranscoder implements b { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f2258c; + public boolean f2257c; public NativeJpegTranscoder(boolean z2, int i, boolean z3, boolean z4) { this.a = z2; this.b = i; - this.f2258c = z3; + this.f2257c = z3; if (z4) { AnimatableValueParser.g0(); } @@ -114,7 +114,7 @@ public class NativeJpegTranscoder implements b { int c2 = d.c(fVar, eVar2, eVar, this.a); int i = 1; int max = Math.max(1, 8 / c02); - if (this.f2258c) { + if (this.f2257c) { c2 = max; } InputStream e = eVar.e(); diff --git a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java index 9d1320a65b..2041a3abea 100644 --- a/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java +++ b/app/src/main/java/com/facebook/imagepipeline/nativecode/NativeJpegTranscoderFactory.java @@ -8,13 +8,13 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2259c; + public final boolean f2258c; @c public NativeJpegTranscoderFactory(int i, boolean z2, boolean z3) { this.a = i; this.b = z2; - this.f2259c = z3; + this.f2258c = z3; } @Override // c.f.j.s.c @@ -23,6 +23,6 @@ public class NativeJpegTranscoderFactory implements c.f.j.s.c { if (cVar != c.f.i.b.a) { return null; } - return new NativeJpegTranscoder(z2, this.a, this.b, this.f2259c); + return new NativeJpegTranscoder(z2, this.a, this.b, this.f2258c); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java index 80f4efb9f3..8a6a274f7b 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/GingerbreadPurgeableDecoder.java @@ -22,7 +22,7 @@ import java.util.Objects; public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public static Method f2260c; + public static Method f2259c; public final b d = c.f.d.m.c.c(); /* JADX WARNING: Removed duplicated region for block: B:27:0x0059 */ @@ -157,15 +157,15 @@ public class GingerbreadPurgeableDecoder extends DalvikPurgeableDecoder { } public final synchronized Method i() { - if (f2260c == null) { + if (f2259c == null) { try { - f2260c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); + f2259c = MemoryFile.class.getDeclaredMethod("getFileDescriptor", new Class[0]); } catch (Exception e) { m.a(e); throw new RuntimeException(e); } } - return f2260c; + return f2259c; } public final FileDescriptor j(MemoryFile memoryFile) { diff --git a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java index ffeb1c03fa..f4fd951b1f 100644 --- a/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java +++ b/app/src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java @@ -15,18 +15,18 @@ import com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder; public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { /* renamed from: c reason: collision with root package name */ - public final n f2261c; + public final n f2260c; @c public KitKatPurgeableDecoder(n nVar) { - this.f2261c = nVar; + this.f2260c = nVar; } @Override // com.facebook.imagepipeline.nativecode.DalvikPurgeableDecoder public Bitmap c(CloseableReference closeableReference, BitmapFactory.Options options) { PooledByteBuffer w = closeableReference.w(); int size = w.size(); - CloseableReference a = this.f2261c.a(size); + CloseableReference a = this.f2260c.a(size); try { byte[] w2 = a.w(); w.i(0, w2, 0, size); @@ -48,7 +48,7 @@ public class KitKatPurgeableDecoder extends DalvikPurgeableDecoder { PooledByteBuffer w = closeableReference.w(); AnimatableValueParser.j(Boolean.valueOf(i <= w.size())); int i2 = i + 2; - CloseableReference a = this.f2261c.a(i2); + CloseableReference a = this.f2260c.a(i2); try { byte[] w2 = a.w(); w.i(0, w2, 0, i); diff --git a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java index 2421d047b0..530240343a 100644 --- a/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java +++ b/app/src/main/java/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.java @@ -35,7 +35,7 @@ public class LocalExifThumbnailProducer implements j1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2262c; + public final ContentResolver f2261c; @d public class Api24Utils { @@ -78,9 +78,9 @@ public class LocalExifThumbnailProducer implements j1 { int i; Throwable th; int columnIndex; - Uri uri = this.n.f2263c; + Uri uri = this.n.f2262c; LocalExifThumbnailProducer localExifThumbnailProducer = LocalExifThumbnailProducer.this; - ContentResolver contentResolver = localExifThumbnailProducer.f2262c; + ContentResolver contentResolver = localExifThumbnailProducer.f2261c; e eVar = null; Cursor cursor = null; r8 = null; @@ -134,7 +134,7 @@ public class LocalExifThumbnailProducer implements j1 { if (z2) { exifInterface = new ExifInterface(str); } else { - ContentResolver contentResolver2 = localExifThumbnailProducer.f2262c; + ContentResolver contentResolver2 = localExifThumbnailProducer.f2261c; if (c.f.d.l.b.c(uri)) { try { assetFileDescriptor = contentResolver2.openAssetFileDescriptor(uri, "r"); @@ -216,7 +216,7 @@ public class LocalExifThumbnailProducer implements j1 { public LocalExifThumbnailProducer(Executor executor, g gVar, ContentResolver contentResolver) { this.a = executor; this.b = gVar; - this.f2262c = contentResolver; + this.f2261c = contentResolver; } @Override // c.f.j.p.j1 diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java index f8e9b01cda..abc05f487e 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequest.java @@ -18,7 +18,7 @@ public class ImageRequest { public final b b; /* renamed from: c reason: collision with root package name */ - public final Uri f2263c; + public final Uri f2262c; public final int d; public File e; public final boolean f; @@ -36,7 +36,7 @@ public class ImageRequest { public final c.f.j.k.e r; /* renamed from: s reason: collision with root package name */ - public final int f2264s; + public final int f2263s; public static class a implements d { } @@ -70,7 +70,7 @@ public class ImageRequest { public ImageRequest(ImageRequestBuilder imageRequestBuilder) { this.b = imageRequestBuilder.f; Uri uri = imageRequestBuilder.a; - this.f2263c = uri; + this.f2262c = uri; boolean z2 = true; int i = -1; if (uri != null) { @@ -107,7 +107,7 @@ public class ImageRequest { this.f = imageRequestBuilder.g; this.g = imageRequestBuilder.h; this.h = imageRequestBuilder.e; - this.i = imageRequestBuilder.f2265c; + this.i = imageRequestBuilder.f2264c; f fVar = imageRequestBuilder.d; this.j = fVar == null ? f.a : fVar; this.k = imageRequestBuilder.o; @@ -118,12 +118,12 @@ public class ImageRequest { this.p = imageRequestBuilder.m; this.q = imageRequestBuilder.j; this.r = imageRequestBuilder.n; - this.f2264s = imageRequestBuilder.p; + this.f2263s = imageRequestBuilder.p; } public synchronized File a() { if (this.e == null) { - this.e = new File(this.f2263c.getPath()); + this.e = new File(this.f2262c.getPath()); } return this.e; } @@ -133,7 +133,7 @@ public class ImageRequest { return false; } ImageRequest imageRequest = (ImageRequest) obj; - if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2263c, imageRequest.f2263c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { + if (this.g != imageRequest.g || this.n != imageRequest.n || this.o != imageRequest.o || !AnimatableValueParser.i0(this.f2262c, imageRequest.f2262c) || !AnimatableValueParser.i0(this.b, imageRequest.b) || !AnimatableValueParser.i0(this.e, imageRequest.e) || !AnimatableValueParser.i0(this.k, imageRequest.k) || !AnimatableValueParser.i0(this.h, imageRequest.h) || !AnimatableValueParser.i0(this.i, imageRequest.i) || !AnimatableValueParser.i0(this.l, imageRequest.l) || !AnimatableValueParser.i0(this.m, imageRequest.m) || !AnimatableValueParser.i0(this.p, imageRequest.p)) { return false; } CacheKey cacheKey = null; @@ -146,17 +146,17 @@ public class ImageRequest { if (bVar2 != null) { cacheKey = bVar2.getPostprocessorCacheKey(); } - return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2264s == imageRequest.f2264s; + return AnimatableValueParser.i0(postprocessorCacheKey, cacheKey) && this.f2263s == imageRequest.f2263s; } public int hashCode() { c.f.j.q.b bVar = this.q; - return Arrays.hashCode(new Object[]{this.b, this.f2263c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2264s)}); + return Arrays.hashCode(new Object[]{this.b, this.f2262c, Boolean.valueOf(this.g), this.k, this.l, this.m, Boolean.valueOf(this.n), Boolean.valueOf(this.o), this.h, this.p, this.i, this.j, bVar != null ? bVar.getPostprocessorCacheKey() : null, null, Integer.valueOf(this.f2263s)}); } public String toString() { i J2 = AnimatableValueParser.J2(this); - J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2263c); + J2.c(NotificationCompat.MessagingStyle.Message.KEY_DATA_URI, this.f2262c); J2.c("cacheChoice", this.b); J2.c("decodeOptions", this.h); J2.c("postprocessor", this.q); @@ -171,7 +171,7 @@ public class ImageRequest { J2.b("isDiskCacheEnabled", this.n); J2.b("isMemoryCacheEnabled", this.o); J2.c("decodePrefetches", this.p); - J2.a("delayMs", this.f2264s); + J2.a("delayMs", this.f2263s); return J2.toString(); } } diff --git a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java index 2a55634411..b08a21e13a 100644 --- a/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java +++ b/app/src/main/java/com/facebook/imagepipeline/request/ImageRequestBuilder.java @@ -14,7 +14,7 @@ public class ImageRequestBuilder { public ImageRequest.c b = ImageRequest.c.FULL_FETCH; /* renamed from: c reason: collision with root package name */ - public e f2265c = null; + public e f2264c = null; public f d = null; public b e = b.a; public ImageRequest.b f = ImageRequest.b.DEFAULT; diff --git a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java index f4a7687ceb..e3eaf60f7d 100644 --- a/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java +++ b/app/src/main/java/com/facebook/samples/zoomable/ZoomableDraweeView.java @@ -36,7 +36,7 @@ public class ZoomableDraweeView extends DraweeView imple public final e.a r; /* renamed from: s reason: collision with root package name */ - public final d f2266s; + public final d f2265s; public class a extends c { public a() { @@ -76,7 +76,7 @@ public class ZoomableDraweeView extends DraweeView imple b bVar = new b(); this.r = bVar; d dVar = new d(); - this.f2266s = dVar; + this.f2265s = dVar; c.f.g.f.a aVar = new c.f.g.f.a(context.getResources()); ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; aVar.n = v.l; @@ -235,10 +235,10 @@ public class ZoomableDraweeView extends DraweeView imple public void setTapListener(@Nullable GestureDetector.SimpleOnGestureListener simpleOnGestureListener) { if (simpleOnGestureListener == null) { - this.f2266s.i = new GestureDetector.SimpleOnGestureListener(); + this.f2265s.i = new GestureDetector.SimpleOnGestureListener(); return; } - this.f2266s.i = simpleOnGestureListener; + this.f2265s.i = simpleOnGestureListener; } public void setZoomableController(e eVar) { diff --git a/app/src/main/java/com/facebook/soloader/SoLoader.java b/app/src/main/java/com/facebook/soloader/SoLoader.java index 4c133aacf3..772ae04297 100644 --- a/app/src/main/java/com/facebook/soloader/SoLoader.java +++ b/app/src/main/java/com/facebook/soloader/SoLoader.java @@ -39,7 +39,7 @@ public class SoLoader { public static k b; /* renamed from: c reason: collision with root package name */ - public static final ReentrantReadWriteLock f2267c = new ReentrantReadWriteLock(); + public static final ReentrantReadWriteLock f2266c = new ReentrantReadWriteLock(); public static l[] d = null; public static volatile int e = 0; public static m[] f; @@ -78,14 +78,14 @@ public class SoLoader { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f2268c; + public final /* synthetic */ String f2267c; public final /* synthetic */ Runtime d; public final /* synthetic */ Method e; public a(boolean z2, String str, String str2, Runtime runtime, Method method) { this.a = z2; this.b = str; - this.f2268c = str2; + this.f2267c = str2; this.d = runtime; this.e = method; } @@ -153,7 +153,7 @@ public class SoLoader { Throwable e; Throwable th2; if (this.a) { - String str2 = (i & 4) == 4 ? this.b : this.f2268c; + String str2 = (i & 4) == 4 ? this.b : this.f2267c; String str3 = null; try { synchronized (this.d) { @@ -241,7 +241,7 @@ public class SoLoader { Throwable th; int i3; String message; - ReentrantReadWriteLock reentrantReadWriteLock2 = f2267c; + ReentrantReadWriteLock reentrantReadWriteLock2 = f2266c; reentrantReadWriteLock2.readLock().lock(); try { if (d != null) { @@ -292,7 +292,7 @@ public class SoLoader { } } } catch (Throwable th2) { - f2267c.readLock().unlock(); + f2266c.readLock().unlock(); throw th2; } } @@ -320,7 +320,7 @@ public class SoLoader { U.append(d2.getAbsolutePath()); U.append("\n"); } - f2267c.readLock().unlock(); + f2266c.readLock().unlock(); U.append(" result: "); U.append(i3); String sb = U.toString(); @@ -378,7 +378,7 @@ public class SoLoader { throw new UnsatisfiedLinkError("couldn't find DSO to load: " + str); } } finally { - f2267c.readLock().unlock(); + f2266c.readLock().unlock(); } } @@ -438,7 +438,7 @@ public class SoLoader { boolean z2; String str = "init exiting"; String str2 = "SoLoader"; - f2267c.writeLock().lock(); + f2266c.writeLock().lock(); try { if (d == null) { Log.d("SoLoader", "init start"); @@ -510,7 +510,7 @@ public class SoLoader { } } l[] lVarArr = (l[]) arrayList.toArray(new l[arrayList.size()]); - ReentrantReadWriteLock reentrantReadWriteLock = f2267c; + ReentrantReadWriteLock reentrantReadWriteLock = f2266c; reentrantReadWriteLock.writeLock().lock(); try { if ((k & 2) != 0) { @@ -531,13 +531,13 @@ public class SoLoader { e++; Log.d("SoLoader", "init finish: " + d.length + " SO sources prepared"); } catch (Throwable th) { - f2267c.writeLock().unlock(); + f2266c.writeLock().unlock(); throw th; } } } finally { Log.d(str2, str); - f2267c.writeLock().unlock(); + f2266c.writeLock().unlock(); } } diff --git a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java index bdf7d6480f..36841d7b47 100644 --- a/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java +++ b/app/src/main/java/com/franmontiel/persistentcookiejar/PersistentCookieJar.java @@ -13,18 +13,18 @@ public class PersistentCookieJar implements ClearableCookieJar { public CookieCache b; /* renamed from: c reason: collision with root package name */ - public CookiePersistor f2269c; + public CookiePersistor f2268c; public PersistentCookieJar(CookieCache cookieCache, CookiePersistor cookiePersistor) { this.b = cookieCache; - this.f2269c = cookiePersistor; + this.f2268c = cookiePersistor; ((SetCookieCache) cookieCache).addAll(((SharedPrefsCookiePersistor) cookiePersistor).c()); } @Override // f0.p public synchronized void a(w wVar, List list) { this.b.addAll(list); - CookiePersistor cookiePersistor = this.f2269c; + CookiePersistor cookiePersistor = this.f2268c; ArrayList arrayList = new ArrayList(); for (n nVar : list) { if (nVar.m) { @@ -49,7 +49,7 @@ public class PersistentCookieJar implements ClearableCookieJar { arrayList.add(next); } } - this.f2269c.removeAll(arrayList2); + this.f2268c.removeAll(arrayList2); return arrayList; } } diff --git a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java index 99a473a74e..0f3c2e09e0 100644 --- a/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java +++ b/app/src/main/java/com/github/mmin18/widget/RealtimeBlurView.java @@ -30,20 +30,20 @@ public class RealtimeBlurView extends View { public Bitmap r; /* renamed from: s reason: collision with root package name */ - public Canvas f2270s; + public Canvas f2269s; public boolean t; public Paint u; public final Rect v = new Rect(); public final Rect w = new Rect(); /* renamed from: x reason: collision with root package name */ - public View f2271x; + public View f2270x; /* renamed from: y reason: collision with root package name */ - public boolean f2272y; + public boolean f2271y; /* renamed from: z reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f2273z = new a(); + public final ViewTreeObserver.OnPreDrawListener f2272z = new a(); public class a implements ViewTreeObserver.OnPreDrawListener { public a() { @@ -58,7 +58,7 @@ public class RealtimeBlurView extends View { int[] iArr = new int[2]; RealtimeBlurView realtimeBlurView2 = RealtimeBlurView.this; Bitmap bitmap2 = realtimeBlurView2.r; - View view = realtimeBlurView2.f2271x; + View view = realtimeBlurView2.f2270x; if (view != null && realtimeBlurView2.isShown()) { RealtimeBlurView realtimeBlurView3 = RealtimeBlurView.this; float f = realtimeBlurView3.n; @@ -76,13 +76,13 @@ public class RealtimeBlurView extends View { int max = Math.max(1, (int) (((float) width) / f2)); int max2 = Math.max(1, (int) (((float) height) / f2)); boolean z3 = realtimeBlurView3.p; - if (realtimeBlurView3.f2270s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { + if (realtimeBlurView3.f2269s == null || (bitmap = realtimeBlurView3.r) == null || bitmap.getWidth() != max || realtimeBlurView3.r.getHeight() != max2) { realtimeBlurView3.c(); try { Bitmap createBitmap = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.q = createBitmap; if (createBitmap != null) { - realtimeBlurView3.f2270s = new Canvas(realtimeBlurView3.q); + realtimeBlurView3.f2269s = new Canvas(realtimeBlurView3.q); Bitmap createBitmap2 = Bitmap.createBitmap(max, max2, Bitmap.Config.ARGB_8888); realtimeBlurView3.r = createBitmap2; if (createBitmap2 != null) { @@ -107,17 +107,17 @@ public class RealtimeBlurView extends View { int i2 = (-iArr[1]) + iArr[1]; RealtimeBlurView realtimeBlurView4 = RealtimeBlurView.this; realtimeBlurView4.q.eraseColor(realtimeBlurView4.m & ViewCompat.MEASURED_SIZE_MASK); - int save = RealtimeBlurView.this.f2270s.save(); + int save = RealtimeBlurView.this.f2269s.save(); RealtimeBlurView realtimeBlurView5 = RealtimeBlurView.this; realtimeBlurView5.t = true; RealtimeBlurView.i++; try { - realtimeBlurView5.f2270s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); - RealtimeBlurView.this.f2270s.translate((float) (-i), (float) (-i2)); + realtimeBlurView5.f2269s.scale((((float) realtimeBlurView5.q.getWidth()) * 1.0f) / ((float) RealtimeBlurView.this.getWidth()), (((float) RealtimeBlurView.this.q.getHeight()) * 1.0f) / ((float) RealtimeBlurView.this.getHeight())); + RealtimeBlurView.this.f2269s.translate((float) (-i), (float) (-i2)); if (view.getBackground() != null) { - view.getBackground().draw(RealtimeBlurView.this.f2270s); + view.getBackground().draw(RealtimeBlurView.this.f2269s); } - view.draw(RealtimeBlurView.this.f2270s); + view.draw(RealtimeBlurView.this.f2269s); RealtimeBlurView.this.t = false; RealtimeBlurView.a(); realtimeBlurView = RealtimeBlurView.this; @@ -128,13 +128,13 @@ public class RealtimeBlurView extends View { } catch (Throwable th) { RealtimeBlurView.this.t = false; RealtimeBlurView.a(); - RealtimeBlurView.this.f2270s.restoreToCount(save); + RealtimeBlurView.this.f2269s.restoreToCount(save); throw th; } - realtimeBlurView.f2270s.restoreToCount(save); + realtimeBlurView.f2269s.restoreToCount(save); RealtimeBlurView realtimeBlurView6 = RealtimeBlurView.this; realtimeBlurView6.o.a(realtimeBlurView6.q, realtimeBlurView6.r); - if (z4 || RealtimeBlurView.this.f2272y) { + if (z4 || RealtimeBlurView.this.f2271y) { RealtimeBlurView.this.invalidate(); } } @@ -253,28 +253,28 @@ public class RealtimeBlurView extends View { public void onAttachedToWindow() { super.onAttachedToWindow(); View activityDecorView = getActivityDecorView(); - this.f2271x = activityDecorView; + this.f2270x = activityDecorView; boolean z2 = false; if (activityDecorView != null) { - activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2273z); - if (this.f2271x.getRootView() != getRootView()) { + activityDecorView.getViewTreeObserver().addOnPreDrawListener(this.f2272z); + if (this.f2270x.getRootView() != getRootView()) { z2 = true; } - this.f2272y = z2; + this.f2271y = z2; if (z2) { - this.f2271x.postInvalidate(); + this.f2270x.postInvalidate(); return; } return; } - this.f2272y = false; + this.f2271y = false; } @Override // android.view.View public void onDetachedFromWindow() { - View view = this.f2271x; + View view = this.f2270x; if (view != null) { - view.getViewTreeObserver().removeOnPreDrawListener(this.f2273z); + view.getViewTreeObserver().removeOnPreDrawListener(this.f2272z); } b(); super.onDetachedFromWindow(); diff --git a/app/src/main/java/com/google/android/exoplayer2/Format.java b/app/src/main/java/com/google/android/exoplayer2/Format.java index 7b791486a4..d7ff8d5409 100644 --- a/app/src/main/java/com/google/android/exoplayer2/Format.java +++ b/app/src/main/java/com/google/android/exoplayer2/Format.java @@ -52,7 +52,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f2274s; + public final String f2273s; @Nullable public final String t; public final int u; @@ -61,13 +61,13 @@ public final class Format implements Parcelable { public final DrmInitData w; /* renamed from: x reason: collision with root package name */ - public final long f2275x; + public final long f2274x; /* renamed from: y reason: collision with root package name */ - public final int f2276y; + public final int f2275y; /* renamed from: z reason: collision with root package name */ - public final int f2277z; + public final int f2276z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -96,7 +96,7 @@ public final class Format implements Parcelable { @Nullable /* renamed from: c reason: collision with root package name */ - public String f2278c; + public String f2277c; public int d; public int e; public int f; @@ -120,7 +120,7 @@ public final class Format implements Parcelable { public float r; /* renamed from: s reason: collision with root package name */ - public int f2279s; + public int f2278s; public float t; @Nullable public byte[] u; @@ -129,13 +129,13 @@ public final class Format implements Parcelable { public ColorInfo w; /* renamed from: x reason: collision with root package name */ - public int f2280x; + public int f2279x; /* renamed from: y reason: collision with root package name */ - public int f2281y; + public int f2280y; /* renamed from: z reason: collision with root package name */ - public int f2282z; + public int f2281z; public b() { this.f = -1; @@ -147,39 +147,39 @@ public final class Format implements Parcelable { this.r = -1.0f; this.t = 1.0f; this.v = -1; - this.f2280x = -1; - this.f2281y = -1; - this.f2282z = -1; + this.f2279x = -1; + this.f2280y = -1; + this.f2281z = -1; this.C = -1; } public b(Format format, a aVar) { this.a = format.i; this.b = format.j; - this.f2278c = format.k; + this.f2277c = format.k; this.d = format.l; this.e = format.m; this.f = format.n; this.g = format.o; this.h = format.q; this.i = format.r; - this.j = format.f2274s; + this.j = format.f2273s; this.k = format.t; this.l = format.u; this.m = format.v; this.n = format.w; - this.o = format.f2275x; - this.p = format.f2276y; - this.q = format.f2277z; + this.o = format.f2274x; + this.p = format.f2275y; + this.q = format.f2276z; this.r = format.A; - this.f2279s = format.B; + this.f2278s = format.B; this.t = format.C; this.u = format.D; this.v = format.E; this.w = format.F; - this.f2280x = format.G; - this.f2281y = format.H; - this.f2282z = format.I; + this.f2279x = format.G; + this.f2280y = format.H; + this.f2281z = format.I; this.A = format.J; this.B = format.K; this.C = format.L; @@ -209,7 +209,7 @@ public final class Format implements Parcelable { this.p = readInt2 != -1 ? readInt2 : readInt; this.q = parcel.readString(); this.r = (Metadata) parcel.readParcelable(Metadata.class.getClassLoader()); - this.f2274s = parcel.readString(); + this.f2273s = parcel.readString(); this.t = parcel.readString(); this.u = parcel.readInt(); int readInt3 = parcel.readInt(); @@ -223,9 +223,9 @@ public final class Format implements Parcelable { } DrmInitData drmInitData = (DrmInitData) parcel.readParcelable(DrmInitData.class.getClassLoader()); this.w = drmInitData; - this.f2275x = parcel.readLong(); - this.f2276y = parcel.readInt(); - this.f2277z = parcel.readInt(); + this.f2274x = parcel.readLong(); + this.f2275y = parcel.readInt(); + this.f2276z = parcel.readInt(); this.A = parcel.readFloat(); this.B = parcel.readInt(); this.C = parcel.readFloat(); @@ -246,7 +246,7 @@ public final class Format implements Parcelable { public Format(b bVar, a aVar) { this.i = bVar.a; this.j = bVar.b; - this.k = f0.B(bVar.f2278c); + this.k = f0.B(bVar.f2277c); this.l = bVar.d; this.m = bVar.e; int i = bVar.f; @@ -256,18 +256,18 @@ public final class Format implements Parcelable { this.p = i2 != -1 ? i2 : i; this.q = bVar.h; this.r = bVar.i; - this.f2274s = bVar.j; + this.f2273s = bVar.j; this.t = bVar.k; this.u = bVar.l; List list = bVar.m; this.v = list == null ? Collections.emptyList() : list; DrmInitData drmInitData = bVar.n; this.w = drmInitData; - this.f2275x = bVar.o; - this.f2276y = bVar.p; - this.f2277z = bVar.q; + this.f2274x = bVar.o; + this.f2275y = bVar.p; + this.f2276z = bVar.q; this.A = bVar.r; - int i3 = bVar.f2279s; + int i3 = bVar.f2278s; int i4 = 0; this.B = i3 == -1 ? 0 : i3; float f = bVar.t; @@ -275,9 +275,9 @@ public final class Format implements Parcelable { this.D = bVar.u; this.E = bVar.v; this.F = bVar.w; - this.G = bVar.f2280x; - this.H = bVar.f2281y; - this.I = bVar.f2282z; + this.G = bVar.f2279x; + this.H = bVar.f2280y; + this.I = bVar.f2281z; int i5 = bVar.A; this.J = i5 == -1 ? 0 : i5; int i6 = bVar.B; @@ -323,7 +323,7 @@ public final class Format implements Parcelable { } Format format = (Format) obj; int i2 = this.N; - return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2275x == format.f2275x && this.f2276y == format.f2276y && this.f2277z == format.f2277z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2274s, format.f2274s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); + return (i2 == 0 || (i = format.N) == 0 || i2 == i) && this.l == format.l && this.m == format.m && this.n == format.n && this.o == format.o && this.u == format.u && this.f2274x == format.f2274x && this.f2275y == format.f2275y && this.f2276z == format.f2276z && this.B == format.B && this.E == format.E && this.G == format.G && this.H == format.H && this.I == format.I && this.J == format.J && this.K == format.K && this.L == format.L && Float.compare(this.A, format.A) == 0 && Float.compare(this.C, format.C) == 0 && f0.a(this.M, format.M) && f0.a(this.i, format.i) && f0.a(this.j, format.j) && f0.a(this.q, format.q) && f0.a(this.f2273s, format.f2273s) && f0.a(this.t, format.t) && f0.a(this.k, format.k) && Arrays.equals(this.D, format.D) && f0.a(this.r, format.r) && f0.a(this.F, format.F) && f0.a(this.w, format.w) && b(format); } @Override // java.lang.Object @@ -340,10 +340,10 @@ public final class Format implements Parcelable { int hashCode4 = (hashCode3 + (str4 == null ? 0 : str4.hashCode())) * 31; Metadata metadata = this.r; int hashCode5 = (hashCode4 + (metadata == null ? 0 : metadata.hashCode())) * 31; - String str5 = this.f2274s; + String str5 = this.f2273s; int hashCode6 = (hashCode5 + (str5 == null ? 0 : str5.hashCode())) * 31; String str6 = this.t; - int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2275x)) * 31) + this.f2276y) * 31) + this.f2277z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; + int floatToIntBits = (((((((((((((((Float.floatToIntBits(this.C) + ((((Float.floatToIntBits(this.A) + ((((((((((hashCode6 + (str6 == null ? 0 : str6.hashCode())) * 31) + this.u) * 31) + ((int) this.f2274x)) * 31) + this.f2275y) * 31) + this.f2276z) * 31)) * 31) + this.B) * 31)) * 31) + this.E) * 31) + this.G) * 31) + this.H) * 31) + this.I) * 31) + this.J) * 31) + this.K) * 31) + this.L) * 31; Class cls = this.M; if (cls != null) { i = cls.hashCode(); @@ -360,7 +360,7 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.j); P.append(", "); - P.append(this.f2274s); + P.append(this.f2273s); P.append(", "); P.append(this.t); P.append(", "); @@ -370,9 +370,9 @@ public final class Format implements Parcelable { P.append(", "); P.append(this.k); P.append(", ["); - P.append(this.f2276y); + P.append(this.f2275y); P.append(", "); - P.append(this.f2277z); + P.append(this.f2276z); P.append(", "); P.append(this.A); P.append("], ["); @@ -393,7 +393,7 @@ public final class Format implements Parcelable { parcel.writeString(this.q); int i2 = 0; parcel.writeParcelable(this.r, 0); - parcel.writeString(this.f2274s); + parcel.writeString(this.f2273s); parcel.writeString(this.t); parcel.writeInt(this.u); int size = this.v.size(); @@ -402,9 +402,9 @@ public final class Format implements Parcelable { parcel.writeByteArray(this.v.get(i3)); } parcel.writeParcelable(this.w, 0); - parcel.writeLong(this.f2275x); - parcel.writeInt(this.f2276y); - parcel.writeInt(this.f2277z); + parcel.writeLong(this.f2274x); + parcel.writeInt(this.f2275y); + parcel.writeInt(this.f2276z); parcel.writeFloat(this.A); parcel.writeInt(this.B); parcel.writeFloat(this.C); diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java index 4bbb5c7d52..efdbf3591d 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java @@ -17,13 +17,13 @@ public interface AudioProcessor { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2283c; + public final int f2282c; public final int d; public final int e; public a(int i, int i2, int i3) { this.b = i; - this.f2283c = i2; + this.f2282c = i2; this.d = i3; this.e = f0.z(i3) ? f0.s(i3, i2) : -1; } @@ -32,7 +32,7 @@ public interface AudioProcessor { StringBuilder P = c.d.b.a.a.P("AudioFormat[sampleRate="); P.append(this.b); P.append(", channelCount="); - P.append(this.f2283c); + P.append(this.f2282c); P.append(", encoding="); return c.d.b.a.a.y(P, this.d, ']'); } diff --git a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java index a4183bdaec..a373e13210 100644 --- a/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java @@ -83,7 +83,7 @@ public final class DefaultAudioSink implements AudioSink { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2284c; + public final boolean f2283c; public final v d; public final e0 e; public final AudioProcessor[] f; @@ -104,7 +104,7 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: s reason: collision with root package name */ - public AudioTrack f2285s; + public AudioTrack f2284s; public n t; @Nullable public e u; @@ -113,13 +113,13 @@ public final class DefaultAudioSink implements AudioSink { @Nullable /* renamed from: x reason: collision with root package name */ - public ByteBuffer f2286x; + public ByteBuffer f2285x; /* renamed from: y reason: collision with root package name */ - public int f2287y; + public int f2286y; /* renamed from: z reason: collision with root package name */ - public long f2288z; + public long f2287z; public static final class InvalidAudioTrackTimestampException extends RuntimeException { } @@ -159,7 +159,7 @@ public final class DefaultAudioSink implements AudioSink { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2289c; + public final int f2288c; public final int d; public final int e; public final int f; @@ -171,7 +171,7 @@ public final class DefaultAudioSink implements AudioSink { int i8; this.a = format; this.b = i; - this.f2289c = i2; + this.f2288c = i2; this.d = i3; this.e = i4; this.f = i5; @@ -228,7 +228,7 @@ public final class DefaultAudioSink implements AudioSink { AudioAttributes d = d(nVar, z2); boolean z3 = true; AudioTrack.Builder sessionId = new AudioTrack.Builder().setAudioAttributes(d).setAudioFormat(y2).setTransferMode(1).setBufferSizeInBytes(this.h).setSessionId(i); - if (this.f2289c != 1) { + if (this.f2288c != 1) { z3 = false; } return sessionId.setOffloadedPlayback(z3).build(); @@ -296,7 +296,7 @@ public final class DefaultAudioSink implements AudioSink { } public boolean f() { - return this.f2289c == 1; + return this.f2288c == 1; } } @@ -305,7 +305,7 @@ public final class DefaultAudioSink implements AudioSink { public final b0 b; /* renamed from: c reason: collision with root package name */ - public final d0 f2290c; + public final d0 f2289c; public d(AudioProcessor... audioProcessorArr) { b0 b0Var = new b0(); @@ -314,14 +314,14 @@ public final class DefaultAudioSink implements AudioSink { this.a = audioProcessorArr2; System.arraycopy(audioProcessorArr, 0, audioProcessorArr2, 0, audioProcessorArr.length); this.b = b0Var; - this.f2290c = d0Var; + this.f2289c = d0Var; audioProcessorArr2[audioProcessorArr.length] = b0Var; audioProcessorArr2[audioProcessorArr.length + 1] = d0Var; } @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public d1 a(d1 d1Var) { - d0 d0Var = this.f2290c; + d0 d0Var = this.f2289c; float f = d1Var.b; if (d0Var.f999c != f) { d0Var.f999c = f; @@ -337,7 +337,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // com.google.android.exoplayer2.audio.DefaultAudioSink.b public long b(long j) { - d0 d0Var = this.f2290c; + d0 d0Var = this.f2289c; if (d0Var.o < Permission.VIEW_CHANNEL) { return (long) (((double) d0Var.f999c) * ((double) j)); } @@ -367,13 +367,13 @@ public final class DefaultAudioSink implements AudioSink { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2291c; + public final long f2290c; public final long d; public e(d1 d1Var, boolean z2, long j, long j2, a aVar) { this.a = d1Var; this.b = z2; - this.f2291c = j; + this.f2290c = j; this.d = j2; } } @@ -448,7 +448,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2289c == 0 ? defaultAudioSink.f2288z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2288c == 0 ? defaultAudioSink.f2287z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -465,7 +465,7 @@ public final class DefaultAudioSink implements AudioSink { S.append(", "); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; c cVar = defaultAudioSink.r; - S.append(cVar.f2289c == 0 ? defaultAudioSink.f2288z / ((long) cVar.b) : defaultAudioSink.A); + S.append(cVar.f2288c == 0 ? defaultAudioSink.f2287z / ((long) cVar.b) : defaultAudioSink.A); S.append(", "); S.append(DefaultAudioSink.this.D()); Log.w("DefaultAudioSink", S.toString()); @@ -484,7 +484,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onDataRequest(AudioTrack audioTrack, int i) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2285s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2284s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -495,7 +495,7 @@ public final class DefaultAudioSink implements AudioSink { @Override // android.media.AudioTrack.StreamEventCallback public void onTearDown(@NonNull AudioTrack audioTrack) { k1.a aVar; - AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2285s); + AnimatableValueParser.D(audioTrack == DefaultAudioSink.this.f2284s); DefaultAudioSink defaultAudioSink = DefaultAudioSink.this; AudioSink.a aVar2 = defaultAudioSink.p; if (aVar2 != null && defaultAudioSink.S && (aVar = y.this.Z0) != null) { @@ -513,7 +513,7 @@ public final class DefaultAudioSink implements AudioSink { this.a = oVar; this.b = bVar; int i = f0.a; - this.f2284c = i >= 21 && z2; + this.f2283c = i >= 21 && z2; this.k = i >= 23 && z3; this.l = i >= 29 && z4; this.h = new ConditionVariable(true); @@ -659,7 +659,7 @@ public final class DefaultAudioSink implements AudioSink { public final long D() { c cVar = this.r; - return cVar.f2289c == 0 ? this.B / ((long) cVar.d) : this.C; + return cVar.f2288c == 0 ? this.B / ((long) cVar.d) : this.C; } public final void E() throws AudioSink.InitializationException { @@ -670,9 +670,9 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.r; Objects.requireNonNull(cVar); AudioTrack a2 = cVar.a(this.W, this.t, this.U); - this.f2285s = a2; + this.f2284s = a2; if (G(a2)) { - AudioTrack audioTrack = this.f2285s; + AudioTrack audioTrack = this.f2284s; if (this.m == null) { this.m = new h(); } @@ -680,20 +680,20 @@ public final class DefaultAudioSink implements AudioSink { Handler handler2 = hVar.a; Objects.requireNonNull(handler2); audioTrack.registerStreamEventCallback(new j(handler2), hVar.b); - AudioTrack audioTrack2 = this.f2285s; + AudioTrack audioTrack2 = this.f2284s; Format format = this.r.a; audioTrack2.setOffloadDelayPadding(format.J, format.K); } - this.U = this.f2285s.getAudioSessionId(); + this.U = this.f2284s.getAudioSessionId(); s sVar = this.i; - AudioTrack audioTrack3 = this.f2285s; + AudioTrack audioTrack3 = this.f2284s; c cVar2 = this.r; - sVar.e(audioTrack3, cVar2.f2289c == 2, cVar2.g, cVar2.d, cVar2.h); + sVar.e(audioTrack3, cVar2.f2288c == 2, cVar2.g, cVar2.d, cVar2.h); N(); int i = this.V.a; if (i != 0) { - this.f2285s.attachAuxEffect(i); - this.f2285s.setAuxEffectSendLevel(this.V.b); + this.f2284s.attachAuxEffect(i); + this.f2284s.setAuxEffectSendLevel(this.V.b); } this.F = true; } catch (AudioSink.InitializationException e2) { @@ -709,7 +709,7 @@ public final class DefaultAudioSink implements AudioSink { } public final boolean F() { - return this.f2285s != null; + return this.f2284s != null; } public final void I() { @@ -720,8 +720,8 @@ public final class DefaultAudioSink implements AudioSink { sVar.f1011z = sVar.b(); sVar.f1009x = SystemClock.elapsedRealtime() * 1000; sVar.A = D; - this.f2285s.stop(); - this.f2287y = 0; + this.f2284s.stop(); + this.f2286y = 0; } } @@ -760,7 +760,7 @@ public final class DefaultAudioSink implements AudioSink { } public final void K() { - this.f2288z = 0; + this.f2287z = 0; this.A = 0; this.B = 0; this.C = 0; @@ -776,8 +776,8 @@ public final class DefaultAudioSink implements AudioSink { this.R = false; this.Q = false; this.P = -1; - this.f2286x = null; - this.f2287y = 0; + this.f2285x = null; + this.f2286y = 0; this.e.o = 0; x(); } @@ -798,11 +798,11 @@ public final class DefaultAudioSink implements AudioSink { public final void M(d1 d1Var) { if (F()) { try { - this.f2285s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f791c).setAudioFallbackMode(2)); + this.f2284s.setPlaybackParams(new PlaybackParams().allowDefaults().setSpeed(d1Var.b).setPitch(d1Var.f791c).setAudioFallbackMode(2)); } catch (IllegalArgumentException e2) { p.c("DefaultAudioSink", "Failed to set playback params", e2); } - d1Var = new d1(this.f2285s.getPlaybackParams().getSpeed(), this.f2285s.getPlaybackParams().getPitch()); + d1Var = new d1(this.f2284s.getPlaybackParams().getSpeed(), this.f2284s.getPlaybackParams().getPitch()); s sVar = this.i; sVar.j = d1Var.b; r rVar = sVar.f; @@ -816,10 +816,10 @@ public final class DefaultAudioSink implements AudioSink { public final void N() { if (F()) { if (f0.a >= 21) { - this.f2285s.setVolume(this.H); + this.f2284s.setVolume(this.H); return; } - AudioTrack audioTrack = this.f2285s; + AudioTrack audioTrack = this.f2284s; float f2 = this.H; audioTrack.setStereoVolume(f2, f2); } @@ -829,7 +829,7 @@ public final class DefaultAudioSink implements AudioSink { if (this.W || !"audio/raw".equals(this.r.a.t)) { return false; } - return !(this.f2284c && f0.y(this.r.a.I)); + return !(this.f2283c && f0.y(this.r.a.I)); } /* JADX WARNING: Code restructure failed: missing block: B:44:0x00e2, code lost: @@ -867,7 +867,7 @@ public final class DefaultAudioSink implements AudioSink { s sVar = this.i; int b2 = sVar.e - ((int) (this.B - (sVar.b() * ((long) sVar.d)))); if (b2 > 0) { - i = this.f2285s.write(this.N, this.O, Math.min(remaining2, b2)); + i = this.f2284s.write(this.N, this.O, Math.min(remaining2, b2)); if (i > 0) { this.O += i; byteBuffer.position(byteBuffer.position() + i); @@ -892,7 +892,7 @@ public final class DefaultAudioSink implements AudioSink { throw writeException; } this.o.a = null; - if (G(this.f2285s)) { + if (G(this.f2284s)) { long j2 = this.C; if (j2 > 0) { this.Z = false; @@ -906,7 +906,7 @@ public final class DefaultAudioSink implements AudioSink { } } } - int i3 = this.r.f2289c; + int i3 = this.r.f2288c; if (i3 == 0) { this.B += (long) i; } @@ -926,39 +926,39 @@ public final class DefaultAudioSink implements AudioSink { } else { if (this.W) { AnimatableValueParser.D(j != -9223372036854775807L); - AudioTrack audioTrack = this.f2285s; + AudioTrack audioTrack = this.f2284s; if (i2 >= 26) { i = audioTrack.write(byteBuffer, remaining2, 1, j * 1000); } else { - if (this.f2286x == null) { + if (this.f2285x == null) { ByteBuffer allocate = ByteBuffer.allocate(16); - this.f2286x = allocate; + this.f2285x = allocate; allocate.order(ByteOrder.BIG_ENDIAN); - this.f2286x.putInt(1431633921); + this.f2285x.putInt(1431633921); } - if (this.f2287y == 0) { - this.f2286x.putInt(4, remaining2); - this.f2286x.putLong(8, j * 1000); - this.f2286x.position(0); - this.f2287y = remaining2; + if (this.f2286y == 0) { + this.f2285x.putInt(4, remaining2); + this.f2285x.putLong(8, j * 1000); + this.f2285x.position(0); + this.f2286y = remaining2; } - int remaining3 = this.f2286x.remaining(); + int remaining3 = this.f2285x.remaining(); if (remaining3 > 0) { - int write = audioTrack.write(this.f2286x, remaining3, 1); + int write = audioTrack.write(this.f2285x, remaining3, 1); if (write < 0) { - this.f2287y = 0; + this.f2286y = 0; i = write; } } i = audioTrack.write(byteBuffer, remaining2, 1); if (i < 0) { - this.f2287y = 0; + this.f2286y = 0; } else { - this.f2287y -= i; + this.f2286y -= i; } } } else { - i = this.f2285s.write(byteBuffer, remaining2, 1); + i = this.f2284s.write(byteBuffer, remaining2, 1); } this.X = SystemClock.elapsedRealtime(); if (i < 0) { @@ -1036,16 +1036,16 @@ public final class DefaultAudioSink implements AudioSink { AudioTrack audioTrack = this.i.f1007c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 3) { - this.f2285s.pause(); + this.f2284s.pause(); } - if (G(this.f2285s)) { + if (G(this.f2284s)) { h hVar = this.m; Objects.requireNonNull(hVar); - this.f2285s.unregisterStreamEventCallback(hVar.b); + this.f2284s.unregisterStreamEventCallback(hVar.b); hVar.a.removeCallbacksAndMessages(null); } - AudioTrack audioTrack2 = this.f2285s; - this.f2285s = null; + AudioTrack audioTrack2 = this.f2284s; + this.f2284s = null; if (f0.a < 21 && !this.T) { this.U = 0; } @@ -1096,7 +1096,7 @@ public final class DefaultAudioSink implements AudioSink { z2 = true; } if (z2) { - this.f2285s.pause(); + this.f2284s.pause(); } } } @@ -1280,12 +1280,12 @@ public final class DefaultAudioSink implements AudioSink { e eVar = this.v; long j9 = min - eVar.d; if (eVar.a.equals(d1.a)) { - j2 = this.v.f2291c + j9; + j2 = this.v.f2290c + j9; } else if (this.j.isEmpty()) { - j2 = this.b.b(j9) + this.v.f2291c; + j2 = this.b.b(j9) + this.v.f2290c; } else { e first = this.j.getFirst(); - j2 = first.f2291c - f0.p(first.d - min, this.v.a.b); + j2 = first.f2290c - f0.p(first.d - min, this.v.a.b); } return this.r.c(this.b.c()) + j2; } @@ -1338,7 +1338,7 @@ public final class DefaultAudioSink implements AudioSink { r rVar = this.i.f; Objects.requireNonNull(rVar); rVar.a(); - this.f2285s.play(); + this.f2284s.play(); } } @@ -1365,7 +1365,7 @@ public final class DefaultAudioSink implements AudioSink { c cVar = this.q; c cVar2 = this.r; Objects.requireNonNull(cVar); - if (!(cVar2.f2289c == cVar.f2289c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { + if (!(cVar2.f2288c == cVar.f2288c && cVar2.g == cVar.g && cVar2.e == cVar.e && cVar2.f == cVar.f && cVar2.d == cVar.d)) { I(); if (g()) { return false; @@ -1374,9 +1374,9 @@ public final class DefaultAudioSink implements AudioSink { } else { this.r = this.q; this.q = null; - if (G(this.f2285s)) { - this.f2285s.setOffloadEndOfStream(); - AudioTrack audioTrack = this.f2285s; + if (G(this.f2284s)) { + this.f2284s.setOffloadEndOfStream(); + AudioTrack audioTrack = this.f2284s; Format format = this.r.a; audioTrack.setOffloadDelayPadding(format.J, format.K); this.Z = true; @@ -1428,7 +1428,7 @@ public final class DefaultAudioSink implements AudioSink { return true; } c cVar3 = this.r; - if (cVar3.f2289c != 0 && this.D == 0) { + if (cVar3.f2288c != 0 && this.D == 0) { int i6 = cVar3.g; switch (i6) { case 5: @@ -1544,7 +1544,7 @@ public final class DefaultAudioSink implements AudioSink { } long j2 = this.G; c cVar4 = this.r; - long j3 = ((((cVar4.f2289c == 0 ? this.f2288z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; + long j3 = ((((cVar4.f2288c == 0 ? this.f2287z / ((long) cVar4.b) : this.A) - this.e.o) * 1000000) / ((long) cVar4.a.H)) + j2; if (!this.E && Math.abs(j3 - j) > 200000) { StringBuilder S = c.d.b.a.a.S("Discontinuity detected [expected ", j3, ", got "); S.append(j); @@ -1565,8 +1565,8 @@ public final class DefaultAudioSink implements AudioSink { y.this.X0 = true; } } - if (this.r.f2289c == 0) { - this.f2288z += (long) byteBuffer.remaining(); + if (this.r.f2288c == 0) { + this.f2287z += (long) byteBuffer.remaining(); } else { this.A += (long) (this.D * i); } @@ -1627,7 +1627,7 @@ public final class DefaultAudioSink implements AudioSink { return 0; } int i = format.I; - return (i == 2 || (this.f2284c && i == 4)) ? 2 : 1; + return (i == 2 || (this.f2283c && i == 4)) ? 2 : 1; } else if (this.l && !this.Y && H(format, this.t)) { return 2; } else { @@ -1654,7 +1654,7 @@ public final class DefaultAudioSink implements AudioSink { AnimatableValueParser.k(f0.z(format.I)); int s2 = f0.s(format.I, format.G); int i10 = format.I; - if (!this.f2284c || !f0.y(i10)) { + if (!this.f2283c || !f0.y(i10)) { i9 = 0; } AudioProcessor[] audioProcessorArr2 = i9 != 0 ? this.g : this.f; @@ -1685,10 +1685,10 @@ public final class DefaultAudioSink implements AudioSink { } int i14 = aVar.d; i4 = aVar.b; - i3 = f0.n(aVar.f2283c); + i3 = f0.n(aVar.f2282c); audioProcessorArr = audioProcessorArr2; i2 = i14; - i5 = f0.s(i14, aVar.f2283c); + i5 = f0.s(i14, aVar.f2282c); i6 = s2; i7 = 0; } else { @@ -1741,13 +1741,13 @@ public final class DefaultAudioSink implements AudioSink { if (!this.V.equals(tVar)) { int i = tVar.a; float f2 = tVar.b; - AudioTrack audioTrack = this.f2285s; + AudioTrack audioTrack = this.f2284s; if (audioTrack != null) { if (this.V.a != i) { audioTrack.attachAuxEffect(i); } if (i != 0) { - this.f2285s.setAuxEffectSendLevel(f2); + this.f2284s.setAuxEffectSendLevel(f2); } } this.V = tVar; diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java index 3da183b2b3..a202081a98 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java @@ -55,7 +55,7 @@ public class DefaultDrmSession implements DrmSession { public final x b; /* renamed from: c reason: collision with root package name */ - public final a f2293c; + public final a f2292c; public final b d; public final int e; public final boolean f; @@ -77,7 +77,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable /* renamed from: s reason: collision with root package name */ - public DrmSession.DrmSessionException f2294s; + public DrmSession.DrmSessionException f2293s; @Nullable public byte[] t; public byte[] u; @@ -177,14 +177,14 @@ public class DefaultDrmSession implements DrmSession { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final long f2295c; + public final long f2294c; public final Object d; public int e; public d(long j, boolean z2, long j2, Object obj) { this.a = j; this.b = z2; - this.f2295c = j2; + this.f2294c = j2; this.d = obj; } } @@ -209,12 +209,12 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSession.n == 2 || defaultDrmSession.i()) { defaultDrmSession.w = null; if (obj2 instanceof Exception) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2293c).a((Exception) obj2); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2292c).a((Exception) obj2); return; } try { defaultDrmSession.b.j((byte[]) obj2); - DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2293c; + DefaultDrmSessionManager.d dVar = (DefaultDrmSessionManager.d) defaultDrmSession.f2292c; for (DefaultDrmSession defaultDrmSession2 : DefaultDrmSessionManager.this.n) { if (defaultDrmSession2.l(false)) { defaultDrmSession2.h(true); @@ -222,7 +222,7 @@ public class DefaultDrmSession implements DrmSession { } DefaultDrmSessionManager.this.n.clear(); } catch (Exception e) { - ((DefaultDrmSessionManager.d) defaultDrmSession.f2293c).a(e); + ((DefaultDrmSessionManager.d) defaultDrmSession.f2292c).a(e); } } } else if (i == 1) { @@ -263,7 +263,7 @@ public class DefaultDrmSession implements DrmSession { Objects.requireNonNull(bArr); } this.l = uuid; - this.f2293c = aVar; + this.f2292c = aVar; this.d = bVar; this.b = xVar; this.e = i; @@ -349,7 +349,7 @@ public class DefaultDrmSession implements DrmSession { this.p.quit(); this.p = null; this.r = null; - this.f2294s = null; + this.f2293s = null; this.v = null; this.w = null; byte[] bArr = this.t; @@ -401,8 +401,8 @@ public class DefaultDrmSession implements DrmSession { if (defaultDrmSessionManager2.r == this) { defaultDrmSessionManager2.r = null; } - if (defaultDrmSessionManager2.f2297s == this) { - defaultDrmSessionManager2.f2297s = null; + if (defaultDrmSessionManager2.f2296s == this) { + defaultDrmSessionManager2.f2296s = null; } if (defaultDrmSessionManager2.n.size() > 1 && DefaultDrmSessionManager.this.n.get(0) == this) { DefaultDrmSessionManager.this.n.get(1).n(); @@ -438,7 +438,7 @@ public class DefaultDrmSession implements DrmSession { @Nullable public final DrmSession.DrmSessionException f() { if (this.n == 1) { - return this.f2294s; + return this.f2293s; } return null; } @@ -539,7 +539,7 @@ public class DefaultDrmSession implements DrmSession { } public final void j(Exception exc) { - this.f2294s = new DrmSession.DrmSessionException(exc); + this.f2293s = new DrmSession.DrmSessionException(exc); g(new c.i.a.c.z1.c(exc)); if (this.n != 4) { this.n = 1; @@ -548,7 +548,7 @@ public class DefaultDrmSession implements DrmSession { public final void k(Exception exc) { if (exc instanceof NotProvisionedException) { - ((DefaultDrmSessionManager.d) this.f2293c).b(this); + ((DefaultDrmSessionManager.d) this.f2292c).b(this); } else { j(exc); } @@ -569,7 +569,7 @@ public class DefaultDrmSession implements DrmSession { return true; } catch (NotProvisionedException e3) { if (z2) { - ((DefaultDrmSessionManager.d) this.f2293c).b(this); + ((DefaultDrmSessionManager.d) this.f2292c).b(this); return false; } j(e3); diff --git a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java index 56f77f2e81..182647be3e 100644 --- a/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java +++ b/app/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSessionManager.java @@ -41,7 +41,7 @@ public class DefaultDrmSessionManager implements s { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final x.c f2296c; + public final x.c f2295c; public final b0 d; public final HashMap e; public final boolean f; @@ -62,7 +62,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: s reason: collision with root package name */ - public DefaultDrmSession f2297s; + public DefaultDrmSession f2296s; @Nullable public Looper t; public Handler u; @@ -72,7 +72,7 @@ public class DefaultDrmSessionManager implements s { @Nullable /* renamed from: x reason: collision with root package name */ - public volatile c f2298x; + public volatile c f2297x; public static final class MissingSchemeDataException extends Exception { public MissingSchemeDataException(UUID uuid, a aVar) { @@ -139,7 +139,7 @@ public class DefaultDrmSessionManager implements s { Objects.requireNonNull(uuid); AnimatableValueParser.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - this.f2296c = cVar; + this.f2295c = cVar; this.d = b0Var; this.e = hashMap; this.f = z2; @@ -166,7 +166,7 @@ public class DefaultDrmSessionManager implements s { this.p = i + 1; if (i == 0) { AnimatableValueParser.D(this.q == null); - x a2 = this.f2296c.a(this.b); + x a2 = this.f2295c.a(this.b); this.q = a2; a2.h(new b(null)); } @@ -184,8 +184,8 @@ public class DefaultDrmSessionManager implements s { } else { AnimatableValueParser.D(looper2 == looper); } - if (this.f2298x == null) { - this.f2298x = new c(looper); + if (this.f2297x == null) { + this.f2297x = new c(looper); } DrmInitData drmInitData = format.w; DefaultDrmSession defaultDrmSession = null; @@ -247,12 +247,12 @@ public class DefaultDrmSessionManager implements s { } } } else { - defaultDrmSession = this.f2297s; + defaultDrmSession = this.f2296s; } if (defaultDrmSession == null) { defaultDrmSession = e(list, false, aVar); if (!this.f) { - this.f2297s = defaultDrmSession; + this.f2296s = defaultDrmSession; } this.m.add(defaultDrmSession); } else { diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java index 802117c8ca..765059228f 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java @@ -101,34 +101,34 @@ public abstract class MediaCodecRenderer extends g0 { public int Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f2299a0; + public boolean f2298a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f2300b0; + public boolean f2299b0; /* renamed from: c0 reason: collision with root package name */ - public boolean f2301c0; + public boolean f2300c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2302d0; + public boolean f2301d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2303e0; + public boolean f2302e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2304f0; + public boolean f2303f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2305g0; + public boolean f2304g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2306h0; + public boolean f2305h0; /* renamed from: i0 reason: collision with root package name */ - public boolean f2307i0; + public boolean f2306i0; /* renamed from: j0 reason: collision with root package name */ - public boolean f2308j0; + public boolean f2307j0; @Nullable public q k0; public long l0; @@ -149,15 +149,15 @@ public abstract class MediaCodecRenderer extends g0 { public int w0; /* renamed from: x reason: collision with root package name */ - public final float f2309x; + public final float f2308x; public int x0; /* renamed from: y reason: collision with root package name */ - public final DecoderInputBuffer f2310y = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2309y = new DecoderInputBuffer(0); public boolean y0; /* renamed from: z reason: collision with root package name */ - public final DecoderInputBuffer f2311z = new DecoderInputBuffer(0); + public final DecoderInputBuffer f2310z = new DecoderInputBuffer(0); public boolean z0; public static class DecoderInitializationException extends Exception { @@ -195,7 +195,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(tVar); this.v = tVar; this.w = z2; - this.f2309x = f; + this.f2308x = f; p pVar = new p(); this.B = pVar; this.C = new d0<>(); @@ -424,7 +424,7 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean P() throws ExoPlaybackException { if (this.y0) { this.w0 = 1; - if (this.f2300b0 || this.f2302d0) { + if (this.f2299b0 || this.f2301d0) { this.x0 = 3; return false; } @@ -442,7 +442,7 @@ public abstract class MediaCodecRenderer extends g0 { int i; boolean z5; if (!(this.n0 >= 0)) { - if (!this.f2303e0 || !this.z0) { + if (!this.f2302e0 || !this.z0) { i = this.R.d(this.E); } else { try { @@ -460,9 +460,9 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = true; MediaFormat outputFormat = this.R.getOutputFormat(); if (this.Z != 0 && outputFormat.getInteger("width") == 32 && outputFormat.getInteger("height") == 32) { - this.f2307i0 = true; + this.f2306i0 = true; } else { - if (this.f2305g0) { + if (this.f2304g0) { outputFormat.setInteger("channel-count", 1); } this.T = outputFormat; @@ -470,12 +470,12 @@ public abstract class MediaCodecRenderer extends g0 { } return true; } - if (this.f2308j0 && (this.D0 || this.w0 == 2)) { + if (this.f2307j0 && (this.D0 || this.w0 == 2)) { k0(); } return false; - } else if (this.f2307i0) { - this.f2307i0 = false; + } else if (this.f2306i0) { + this.f2306i0 = false; this.R.releaseOutputBuffer(i, false); return true; } else { @@ -490,7 +490,7 @@ public abstract class MediaCodecRenderer extends g0 { MediaCodec.BufferInfo bufferInfo2 = this.E; byteBuffer.limit(bufferInfo2.offset + bufferInfo2.size); } - if (this.f2304f0) { + if (this.f2303f0) { MediaCodec.BufferInfo bufferInfo3 = this.E; if (bufferInfo3.presentationTimeUs == 0 && (bufferInfo3.flags & 4) != 0) { long j3 = this.B0; @@ -525,7 +525,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (!this.f2303e0 || !this.z0) { + if (!this.f2302e0 || !this.z0) { z3 = true; z2 = false; r rVar = this.R; @@ -578,20 +578,20 @@ public abstract class MediaCodecRenderer extends g0 { if (c2 < 0) { return false; } - this.f2311z.k = this.R.g(c2); - this.f2311z.p(); + this.f2310z.k = this.R.g(c2); + this.f2310z.p(); } if (this.w0 == 1) { - if (!this.f2308j0) { + if (!this.f2307j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); } this.w0 = 2; return false; - } else if (this.f2306h0) { - this.f2306h0 = false; - ByteBuffer byteBuffer = this.f2311z.k; + } else if (this.f2305h0) { + this.f2305h0 = false; + ByteBuffer byteBuffer = this.f2310z.k; byte[] bArr = t; byteBuffer.put(bArr); this.R.queueInputBuffer(this.m0, 0, bArr.length, 0, 0); @@ -601,13 +601,13 @@ public abstract class MediaCodecRenderer extends g0 { } else { if (this.v0 == 1) { for (int i = 0; i < this.S.v.size(); i++) { - this.f2311z.k.put(this.S.v.get(i)); + this.f2310z.k.put(this.S.v.get(i)); } this.v0 = 2; } - int position = this.f2311z.k.position(); + int position = this.f2310z.k.position(); s0 A = A(); - int I = I(A, this.f2311z, false); + int I = I(A, this.f2310z, false); if (i()) { this.C0 = this.B0; } @@ -616,14 +616,14 @@ public abstract class MediaCodecRenderer extends g0 { } if (I == -5) { if (this.v0 == 2) { - this.f2311z.p(); + this.f2310z.p(); this.v0 = 1; } f0(A); return true; - } else if (this.f2311z.n()) { + } else if (this.f2310z.n()) { if (this.v0 == 2) { - this.f2311z.p(); + this.f2310z.p(); this.v0 = 1; } this.D0 = true; @@ -632,7 +632,7 @@ public abstract class MediaCodecRenderer extends g0 { return false; } try { - if (!this.f2308j0) { + if (!this.f2307j0) { this.z0 = true; this.R.queueInputBuffer(this.m0, 0, 0, 0, 4); r0(); @@ -641,10 +641,10 @@ public abstract class MediaCodecRenderer extends g0 { } catch (MediaCodec.CryptoException e) { throw z(e, this.I, false); } - } else if (this.y0 || this.f2311z.o()) { - boolean t2 = this.f2311z.t(); + } else if (this.y0 || this.f2310z.o()) { + boolean t2 = this.f2310z.t(); if (t2) { - b bVar = this.f2311z.j; + b bVar = this.f2310z.j; Objects.requireNonNull(bVar); if (position != 0) { if (bVar.d == null) { @@ -656,8 +656,8 @@ public abstract class MediaCodecRenderer extends g0 { iArr2[0] = iArr2[0] + position; } } - if (this.f2299a0 && !t2) { - ByteBuffer byteBuffer2 = this.f2311z.k; + if (this.f2298a0 && !t2) { + ByteBuffer byteBuffer2 = this.f2310z.k; byte[] bArr2 = u.a; int position2 = byteBuffer2.position(); int i2 = 0; @@ -686,12 +686,12 @@ public abstract class MediaCodecRenderer extends g0 { } i2 = i4; } - if (this.f2311z.k.position() == 0) { + if (this.f2310z.k.position() == 0) { return true; } - this.f2299a0 = false; + this.f2298a0 = false; } - DecoderInputBuffer decoderInputBuffer = this.f2311z; + DecoderInputBuffer decoderInputBuffer = this.f2310z; long j = decoderInputBuffer.m; q qVar = this.k0; if (qVar != null) { @@ -722,7 +722,7 @@ public abstract class MediaCodecRenderer extends g0 { } } } - if (this.f2311z.m()) { + if (this.f2310z.m()) { this.D.add(Long.valueOf(j)); } if (this.F0) { @@ -730,23 +730,23 @@ public abstract class MediaCodecRenderer extends g0 { this.F0 = false; } if (this.k0 != null) { - this.B0 = Math.max(this.B0, this.f2311z.m); + this.B0 = Math.max(this.B0, this.f2310z.m); } else { this.B0 = Math.max(this.B0, j); } - this.f2311z.s(); - if (this.f2311z.l()) { - Z(this.f2311z); + this.f2310z.s(); + if (this.f2310z.l()) { + Z(this.f2310z); } - j0(this.f2311z); + j0(this.f2310z); if (t2) { try { - this.R.a(this.m0, 0, this.f2311z.j, j, 0); + this.R.a(this.m0, 0, this.f2310z.j, j, 0); } catch (MediaCodec.CryptoException e2) { throw z(e2, this.I, false); } } else { - this.R.queueInputBuffer(this.m0, 0, this.f2311z.k.limit(), j, 0); + this.R.queueInputBuffer(this.m0, 0, this.f2310z.k.limit(), j, 0); } r0(); this.y0 = true; @@ -754,7 +754,7 @@ public abstract class MediaCodecRenderer extends g0 { this.L0.f1018c++; return true; } else { - this.f2311z.p(); + this.f2310z.p(); if (this.v0 == 2) { this.v0 = 1; } @@ -775,7 +775,7 @@ public abstract class MediaCodecRenderer extends g0 { if (this.R == null) { return false; } - if (this.x0 == 3 || this.f2300b0 || ((this.f2301c0 && !this.A0) || (this.f2302d0 && this.z0))) { + if (this.x0 == 3 || this.f2299b0 || ((this.f2300c0 && !this.A0) || (this.f2301d0 && this.z0))) { n0(); return true; } @@ -863,7 +863,7 @@ public abstract class MediaCodecRenderer extends g0 { Objects.requireNonNull(formatArr); f = W(f2, format, formatArr); } - float f3 = f <= this.f2309x ? -1.0f : f; + float f3 = f <= this.f2308x ? -1.0f : f; r rVar = null; try { long elapsedRealtime = SystemClock.elapsedRealtime(); @@ -893,9 +893,9 @@ public abstract class MediaCodecRenderer extends g0 { if (str2.startsWith("SM-T585") || str2.startsWith("SM-A510") || str2.startsWith("SM-A520") || str2.startsWith("SM-J700")) { i = 2; this.Z = i; - this.f2299a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2300b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2301c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2298a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2299b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2300c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 > 23 || !"OMX.google.vorbis.decoder".equals(str)) { if (i2 <= 19) { String str3 = f0.b; @@ -905,16 +905,16 @@ public abstract class MediaCodecRenderer extends g0 { } } z2 = false; - this.f2302d0 = z2; - this.f2303e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2301d0 = z2; + this.f2302e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); if (i2 < 21 && "OMX.SEC.mp3.dec".equals(str) && "samsung".equals(f0.f913c)) { String str4 = f0.b; if (str4.startsWith("baffin") || str4.startsWith("grand") || str4.startsWith("fortuna") || str4.startsWith("gprimelte") || str4.startsWith("j2y18lte") || str4.startsWith("ms01")) { z3 = true; - this.f2304f0 = z3; - this.f2305g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2303f0 = z3; + this.f2304g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2308j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2307j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { this.k0 = new q(); } @@ -926,10 +926,10 @@ public abstract class MediaCodecRenderer extends g0 { } } z3 = false; - this.f2304f0 = z3; - this.f2305g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2303f0 = z3; + this.f2304g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2308j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2307j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -938,14 +938,14 @@ public abstract class MediaCodecRenderer extends g0 { d0(str, elapsedRealtime2, elapsedRealtime2 - elapsedRealtime); } z2 = true; - this.f2302d0 = z2; - this.f2303e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2301d0 = z2; + this.f2302e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2304f0 = z3; - this.f2305g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2303f0 = z3; + this.f2304g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2308j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2307j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -959,20 +959,20 @@ public abstract class MediaCodecRenderer extends g0 { if ("flounder".equals(str6) || "flounder_lte".equals(str6) || "grouper".equals(str6) || "tilapia".equals(str6)) { i = 1; this.Z = i; - this.f2299a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2300b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2301c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2298a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2299b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2300c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2302d0 = z2; - this.f2303e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2301d0 = z2; + this.f2302e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2304f0 = z3; - this.f2305g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2303f0 = z3; + this.f2304g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2308j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2307j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -983,20 +983,20 @@ public abstract class MediaCodecRenderer extends g0 { } i = 0; this.Z = i; - this.f2299a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); - this.f2300b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); - this.f2301c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); + this.f2298a0 = i2 >= 21 && this.S.v.isEmpty() && "OMX.MTK.VIDEO.DECODER.AVC".equals(str); + this.f2299b0 = i2 >= 18 || (i2 == 18 && ("OMX.SEC.avc.dec".equals(str) || "OMX.SEC.avc.dec.secure".equals(str))) || (i2 == 19 && f0.d.startsWith("SM-G800") && ("OMX.Exynos.avc.dec".equals(str) || "OMX.Exynos.avc.dec.secure".equals(str))); + this.f2300c0 = i2 != 29 && "c2.android.aac.decoder".equals(str); if (i2 <= 19) { } z2 = false; - this.f2302d0 = z2; - this.f2303e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); + this.f2301d0 = z2; + this.f2302e0 = i2 != 21 && "OMX.google.aac.decoder".equals(str); String str4 = f0.b; z3 = true; - this.f2304f0 = z3; - this.f2305g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); + this.f2303f0 = z3; + this.f2304g0 = i2 > 18 && this.S.G == 1 && "OMX.MTK.AUDIO.DECODER.MP3".equals(str); String str5 = sVar.a; - this.f2308j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); + this.f2307j0 = !((i2 > 25 && "OMX.rk.video_decoder.avc".equals(str5)) || ((i2 <= 17 && "OMX.allwinner.video.decoder.avc".equals(str5)) || ((i2 <= 29 && ("OMX.broadcom.video_decoder.tunnel".equals(str5) || "OMX.broadcom.video_decoder.tunnel.secure".equals(str5))) || ("Amazon".equals(f0.f913c) && "AFTS".equals(f0.d) && sVar.f)))) || V(); if ("c2.android.mp3.decoder".equals(sVar.a)) { } if (this.m == 2) { @@ -1246,10 +1246,10 @@ public abstract class MediaCodecRenderer extends g0 { this.u0 = true; this.v0 = 1; int i3 = this.Z; - if (!(i3 == 2 || (i3 == 1 && format.f2276y == format2.f2276y && format.f2277z == format2.f2277z))) { + if (!(i3 == 2 || (i3 == 1 && format.f2275y == format2.f2275y && format.f2276z == format2.f2276z))) { z4 = false; } - this.f2306h0 = z4; + this.f2305h0 = z4; this.S = format; if (z5) { } @@ -1259,7 +1259,7 @@ public abstract class MediaCodecRenderer extends g0 { if (!z5) { if (this.y0) { this.w0 = 1; - if (this.f2300b0 || this.f2302d0) { + if (this.f2299b0 || this.f2301d0) { this.x0 = 3; z4 = false; } else { @@ -1333,12 +1333,12 @@ public abstract class MediaCodecRenderer extends g0 { public final boolean m0(boolean z2) throws ExoPlaybackException { s0 A = A(); - this.f2310y.p(); - int I = I(A, this.f2310y, z2); + this.f2309y.p(); + int I = I(A, this.f2309y, z2); if (I == -5) { f0(A); return true; - } else if (I != -4 || !this.f2310y.n()) { + } else if (I != -4 || !this.f2309y.n()) { return false; } else { this.D0 = true; @@ -1409,8 +1409,8 @@ public abstract class MediaCodecRenderer extends g0 { this.l0 = -9223372036854775807L; this.z0 = false; this.y0 = false; - this.f2306h0 = false; - this.f2307i0 = false; + this.f2305h0 = false; + this.f2306i0 = false; this.p0 = false; this.q0 = false; this.D.clear(); @@ -1498,14 +1498,14 @@ public abstract class MediaCodecRenderer extends g0 { this.A0 = false; this.V = -1.0f; this.Z = 0; - this.f2299a0 = false; - this.f2300b0 = false; - this.f2301c0 = false; - this.f2302d0 = false; - this.f2303e0 = false; - this.f2304f0 = false; - this.f2305g0 = false; - this.f2308j0 = false; + this.f2298a0 = false; + this.f2299b0 = false; + this.f2300c0 = false; + this.f2301d0 = false; + this.f2302e0 = false; + this.f2303f0 = false; + this.f2304g0 = false; + this.f2307j0 = false; this.u0 = false; this.v0 = 0; this.N = false; @@ -1513,7 +1513,7 @@ public abstract class MediaCodecRenderer extends g0 { public final void r0() { this.m0 = -1; - this.f2311z.k = null; + this.f2310z.k = null; } public final void s0(@Nullable DrmSession drmSession) { @@ -1571,7 +1571,7 @@ public abstract class MediaCodecRenderer extends g0 { if (W == -1.0f) { O(); return false; - } else if (f2 == -1.0f && W <= this.f2309x) { + } else if (f2 == -1.0f && W <= this.f2308x) { return true; } else { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java index 786ce19b77..637cec9209 100644 --- a/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java +++ b/app/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java @@ -28,7 +28,7 @@ public final class MediaCodecUtil { public static final HashMap> b = new HashMap<>(); /* renamed from: c reason: collision with root package name */ - public static int f2312c = -1; + public static int f2311c = -1; public static class DecoderQueryException extends Exception { public DecoderQueryException(Throwable th, a aVar) { @@ -41,12 +41,12 @@ public final class MediaCodecUtil { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2313c; + public final boolean f2312c; public b(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2313c = z3; + this.f2312c = z3; } public boolean equals(@Nullable Object obj) { @@ -57,13 +57,13 @@ public final class MediaCodecUtil { return false; } b bVar = (b) obj; - return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2313c == bVar.f2313c; + return TextUtils.equals(this.a, bVar.a) && this.b == bVar.b && this.f2312c == bVar.f2312c; } public int hashCode() { int i = 1231; int m = (c.d.b.a.a.m(this.a, 31, 31) + (this.b ? 1231 : 1237)) * 31; - if (!this.f2313c) { + if (!this.f2312c) { i = 1237; } return m + i; @@ -1305,7 +1305,7 @@ public final class MediaCodecUtil { MediaCodecInfo.CodecCapabilities capabilitiesForType = a2.getCapabilitiesForType(b2); boolean b3 = cVar.b("tunneled-playback", b2, capabilitiesForType); boolean c2 = cVar.c("tunneled-playback", b2, capabilitiesForType); - boolean z5 = bVar2.f2313c; + boolean z5 = bVar2.f2312c; if (z5 || !c2) { if (!z5 || b3) { boolean b4 = cVar.b("secure-playback", b2, capabilitiesForType); @@ -1490,7 +1490,7 @@ public final class MediaCodecUtil { public static int i() throws DecoderQueryException { int i; - if (f2312c == -1) { + if (f2311c == -1) { int i2 = 0; s d2 = d("video/avc", false, false); if (d2 != null) { @@ -1545,9 +1545,9 @@ public final class MediaCodecUtil { } i2 = Math.max(i3, f0.a >= 21 ? 345600 : 172800); } - f2312c = i2; + f2311c = i2; } - return f2312c; + return f2311c; } public static void j(List list, f fVar) { diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java index 3750312003..8e4801deac 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceInsertCommand.java @@ -19,7 +19,7 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long r; /* renamed from: s reason: collision with root package name */ - public final int f2314s; + public final int f2313s; public final int t; public final int u; @@ -42,18 +42,18 @@ public final class SpliceInsertCommand extends SpliceCommand { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f2315c; + public final long f2314c; public b(int i, long j, long j2) { this.a = i; this.b = j; - this.f2315c = j2; + this.f2314c = j2; } public b(int i, long j, long j2, a aVar) { this.a = i; this.b = j; - this.f2315c = j2; + this.f2314c = j2; } } @@ -68,7 +68,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(list); this.q = z6; this.r = j4; - this.f2314s = i; + this.f2313s = i; this.t = i2; this.u = i3; } @@ -90,7 +90,7 @@ public final class SpliceInsertCommand extends SpliceCommand { this.p = Collections.unmodifiableList(arrayList); this.q = parcel.readByte() == 1 ? true : z2; this.r = parcel.readLong(); - this.f2314s = parcel.readInt(); + this.f2313s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); } @@ -110,11 +110,11 @@ public final class SpliceInsertCommand extends SpliceCommand { b bVar = this.p.get(i2); parcel.writeInt(bVar.a); parcel.writeLong(bVar.b); - parcel.writeLong(bVar.f2315c); + parcel.writeLong(bVar.f2314c); } parcel.writeByte(this.q ? (byte) 1 : 0); parcel.writeLong(this.r); - parcel.writeInt(this.f2314s); + parcel.writeInt(this.f2313s); parcel.writeInt(this.t); parcel.writeInt(this.u); } diff --git a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java index 1bc4551390..e91d625ab1 100644 --- a/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java +++ b/app/src/main/java/com/google/android/exoplayer2/metadata/scte35/SpliceScheduleCommand.java @@ -43,7 +43,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2316c; + public final boolean f2315c; public final boolean d; public final long e; public final List f; @@ -56,7 +56,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { public c(long j, boolean z2, boolean z3, boolean z4, List list, long j2, boolean z5, long j3, int i, int i2, int i3) { this.a = j; this.b = z2; - this.f2316c = z3; + this.f2315c = z3; this.d = z4; this.f = Collections.unmodifiableList(list); this.e = j2; @@ -71,7 +71,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { this.a = parcel.readLong(); boolean z2 = false; this.b = parcel.readByte() == 1; - this.f2316c = parcel.readByte() == 1; + this.f2315c = parcel.readByte() == 1; this.d = parcel.readByte() == 1; int readInt = parcel.readInt(); ArrayList arrayList = new ArrayList(readInt); @@ -109,7 +109,7 @@ public final class SpliceScheduleCommand extends SpliceCommand { c cVar = this.i.get(i2); parcel.writeLong(cVar.a); parcel.writeByte(cVar.b ? (byte) 1 : 0); - parcel.writeByte(cVar.f2316c ? (byte) 1 : 0); + parcel.writeByte(cVar.f2315c ? (byte) 1 : 0); parcel.writeByte(cVar.d ? (byte) 1 : 0); int size2 = cVar.f.size(); parcel.writeInt(size2); diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java index 418d58f907..2166ec0b74 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java @@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.EnsuresNonNull; public class DefaultTrackSelector extends i { /* renamed from: c reason: collision with root package name */ - public static final int[] f2317c = new int[0]; + public static final int[] f2316c = new int[0]; public static final p0 d = p0.a(c.i.a.c.f2.c.i); public static final p0 e = p0.a(c.i.a.c.f2.b.i); public final g.b f; @@ -72,20 +72,20 @@ public class DefaultTrackSelector extends i { public final int r; /* renamed from: s reason: collision with root package name */ - public final int f2318s; + public final int f2317s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2319x; + public final int f2318x; /* renamed from: y reason: collision with root package name */ - public final boolean f2320y; + public final boolean f2319y; /* renamed from: z reason: collision with root package name */ - public final boolean f2321z; + public final boolean f2320z; public class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @@ -105,14 +105,14 @@ public class DefaultTrackSelector extends i { super(uVar2, i11, uVar4, i14, z10, i15); this.q = i; this.r = i2; - this.f2318s = i3; + this.f2317s = i3; this.t = i4; this.u = i5; this.v = i6; this.w = i7; - this.f2319x = i8; - this.f2320y = z2; - this.f2321z = z3; + this.f2318x = i8; + this.f2319y = z2; + this.f2320z = z3; this.A = z4; this.B = i9; this.C = i10; @@ -138,16 +138,16 @@ public class DefaultTrackSelector extends i { super(parcel); this.q = parcel.readInt(); this.r = parcel.readInt(); - this.f2318s = parcel.readInt(); + this.f2317s = parcel.readInt(); this.t = parcel.readInt(); this.u = parcel.readInt(); this.v = parcel.readInt(); this.w = parcel.readInt(); - this.f2319x = parcel.readInt(); + this.f2318x = parcel.readInt(); int i = f0.a; boolean z2 = true; - this.f2320y = parcel.readInt() != 0; - this.f2321z = parcel.readInt() != 0; + this.f2319y = parcel.readInt() != 0; + this.f2320z = parcel.readInt() != 0; this.A = parcel.readInt() != 0; this.B = parcel.readInt(); this.C = parcel.readInt(); @@ -204,7 +204,7 @@ public class DefaultTrackSelector extends i { return false; } Parameters parameters = (Parameters) obj; - if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2318s == parameters.f2318s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2319x == parameters.f2319x && this.f2320y == parameters.f2320y && this.f2321z == parameters.f2321z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { + if (super.equals(obj) && this.q == parameters.q && this.r == parameters.r && this.f2317s == parameters.f2317s && this.t == parameters.t && this.u == parameters.u && this.v == parameters.v && this.w == parameters.w && this.f2318x == parameters.f2318x && this.f2319y == parameters.f2319y && this.f2320z == parameters.f2320z && this.A == parameters.A && this.D == parameters.D && this.B == parameters.B && this.C == parameters.C && this.E.equals(parameters.E) && this.F == parameters.F && this.G == parameters.G && this.H == parameters.H && this.I == parameters.I && this.J == parameters.J && this.K == parameters.K && this.L.equals(parameters.L) && this.M == parameters.M && this.N == parameters.N && this.O == parameters.O && this.P == parameters.P && this.Q == parameters.Q) { SparseBooleanArray sparseBooleanArray = this.S; SparseBooleanArray sparseBooleanArray2 = parameters.S; int size = sparseBooleanArray.size(); @@ -279,7 +279,7 @@ public class DefaultTrackSelector extends i { @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, java.lang.Object public int hashCode() { int hashCode = this.E.hashCode(); - return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2318s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2319x) * 31) + (this.f2320y ? 1 : 0)) * 31) + (this.f2321z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); + return ((((((((((this.L.hashCode() + ((((((((((((((hashCode + (((((((((((((((((((((((((((((super.hashCode() * 31) + this.q) * 31) + this.r) * 31) + this.f2317s) * 31) + this.t) * 31) + this.u) * 31) + this.v) * 31) + this.w) * 31) + this.f2318x) * 31) + (this.f2319y ? 1 : 0)) * 31) + (this.f2320z ? 1 : 0)) * 31) + (this.A ? 1 : 0)) * 31) + (this.D ? 1 : 0)) * 31) + this.B) * 31) + this.C) * 31)) * 31) + this.F) * 31) + this.G) * 31) + (this.H ? 1 : 0)) * 31) + (this.I ? 1 : 0)) * 31) + (this.J ? 1 : 0)) * 31) + (this.K ? 1 : 0)) * 31)) * 31) + (this.M ? 1 : 0)) * 31) + (this.N ? 1 : 0)) * 31) + (this.O ? 1 : 0)) * 31) + (this.P ? 1 : 0)) * 31) + (this.Q ? 1 : 0); } @Override // com.google.android.exoplayer2.trackselection.TrackSelectionParameters, android.os.Parcelable @@ -287,16 +287,16 @@ public class DefaultTrackSelector extends i { super.writeToParcel(parcel, i); parcel.writeInt(this.q); parcel.writeInt(this.r); - parcel.writeInt(this.f2318s); + parcel.writeInt(this.f2317s); parcel.writeInt(this.t); parcel.writeInt(this.u); parcel.writeInt(this.v); parcel.writeInt(this.w); - parcel.writeInt(this.f2319x); - boolean z2 = this.f2320y; + parcel.writeInt(this.f2318x); + boolean z2 = this.f2319y; int i2 = f0.a; parcel.writeInt(z2 ? 1 : 0); - parcel.writeInt(this.f2321z ? 1 : 0); + parcel.writeInt(this.f2320z ? 1 : 0); parcel.writeInt(this.A ? 1 : 0); parcel.writeInt(this.B); parcel.writeInt(this.C); @@ -411,7 +411,7 @@ public class DefaultTrackSelector extends i { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final int f2322s; + public final int f2321s; public final int t; public final int u; public final int v; @@ -445,7 +445,7 @@ public class DefaultTrackSelector extends i { this.o = Integer.bitCount(format.m & parameters.k); this.r = (format.l & 1) != 0; int i7 = format.G; - this.f2322s = i7; + this.f2321s = i7; this.t = format.H; int i8 = format.p; this.u = i8; @@ -500,7 +500,7 @@ public class DefaultTrackSelector extends i { Integer valueOf = Integer.valueOf(this.n); Integer valueOf2 = Integer.valueOf(aVar.n); t0 t0Var = t0.i; - n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2322s), Integer.valueOf(aVar.f2322s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); + n b2 = c2.b(valueOf, valueOf2, t0Var).a(this.m, aVar.m).a(this.o, aVar.o).c(this.i, aVar.i).b(Integer.valueOf(this.v), Integer.valueOf(aVar.v), t0Var).b(Integer.valueOf(this.u), Integer.valueOf(aVar.u), this.k.M ? DefaultTrackSelector.d.b() : DefaultTrackSelector.e).c(this.r, aVar.r).b(Integer.valueOf(this.p), Integer.valueOf(aVar.p), t0Var).a(this.q, aVar.q).b(Integer.valueOf(this.f2321s), Integer.valueOf(aVar.f2321s), b).b(Integer.valueOf(this.t), Integer.valueOf(aVar.t), b); Integer valueOf3 = Integer.valueOf(this.u); Integer valueOf4 = Integer.valueOf(aVar.u); if (!f0.a(this.j, aVar.j)) { @@ -543,7 +543,7 @@ public class DefaultTrackSelector extends i { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2323s; + public boolean f2322s; public final SparseArray> t = new SparseArray<>(); public final SparseBooleanArray u = new SparseBooleanArray(); @@ -617,7 +617,7 @@ public class DefaultTrackSelector extends i { } public Parameters b() { - return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2324c, false, 0, false, false, this.r, false, this.f2323s, this.t, this.u); + return new Parameters(this.d, this.e, this.f, this.g, 0, 0, 0, 0, this.h, false, this.i, this.j, this.k, this.l, this.m, this.a, 0, this.n, this.o, this.p, false, false, false, this.q, this.b, this.f2323c, false, 0, false, false, this.r, false, this.f2322s, this.t, this.u); } /* JADX DEBUG: Type inference failed for r2v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @@ -640,7 +640,7 @@ public class DefaultTrackSelector extends i { this.p = true; this.q = uVar; this.r = true; - this.f2323s = true; + this.f2322s = true; } } @@ -726,7 +726,7 @@ public class DefaultTrackSelector extends i { if (r10 < ((float) r8.w)) goto L_0x005e; */ /* JADX WARNING: Code restructure failed: missing block: B:37:0x005b, code lost: - if (r10 < r8.f2319x) goto L_0x005e; + if (r10 < r8.f2318x) goto L_0x005e; */ /* JADX WARNING: Removed duplicated region for block: B:32:0x004e */ /* JADX WARNING: Removed duplicated region for block: B:36:0x0059 */ @@ -747,12 +747,12 @@ public class DefaultTrackSelector extends i { int i10 = 0; boolean z4 = true; int i11 = -1; - if (z2 && (((i7 = format.f2276y) == -1 || i7 <= parameters.q) && ((i8 = format.f2277z) == -1 || i8 <= parameters.r))) { + if (z2 && (((i7 = format.f2275y) == -1 || i7 <= parameters.q) && ((i8 = format.f2276z) == -1 || i8 <= parameters.r))) { float f2 = format.A; - if ((f2 == -1.0f || f2 <= ((float) parameters.f2318s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { + if ((f2 == -1.0f || f2 <= ((float) parameters.f2317s)) && ((i9 = format.p) == -1 || i9 <= parameters.t)) { z3 = true; this.i = z3; - if (z2 && (((i4 = format.f2276y) == -1 || i4 >= parameters.u) && ((i5 = format.f2277z) == -1 || i5 >= parameters.v))) { + if (z2 && (((i4 = format.f2275y) == -1 || i4 >= parameters.u) && ((i5 = format.f2276z) == -1 || i5 >= parameters.v))) { f = format.A; if (f != -1.0f) { } @@ -762,8 +762,8 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2276y; - if (!(i2 == -1 || (i3 = format.f2277z) == -1)) { + i2 = format.f2275y; + if (!(i2 == -1 || (i3 = format.f2276z) == -1)) { i11 = i2 * i3; } this.n = i11; @@ -786,7 +786,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2276y; + i2 = format.f2275y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -809,7 +809,7 @@ public class DefaultTrackSelector extends i { this.k = z4; this.l = DefaultTrackSelector.e(i, false); this.m = format.p; - i2 = format.f2276y; + i2 = format.f2275y; i11 = i2 * i3; this.n = i11; int i12 = Integer.MAX_VALUE; @@ -880,8 +880,8 @@ public class DefaultTrackSelector extends i { break; } Format format = trackGroup.j[i9]; - int i11 = format.f2276y; - if (i11 > 0 && (i4 = format.f2277z) > 0) { + int i11 = format.f2275y; + if (i11 > 0 && (i4 = format.f2276z) > 0) { if (z2) { boolean z4 = i11 > i4; if (i <= i2) { @@ -893,8 +893,8 @@ public class DefaultTrackSelector extends i { int i12 = i11 * i6; int i13 = i4 * i5; Point point = i12 < i13 ? new Point(i5, f0.f(i13, i11)) : new Point(f0.f(i12, i4), i6); - int i14 = format.f2276y; - int i15 = format.f2277z; + int i14 = format.f2275y; + int i15 = format.f2276z; i7 = i14 * i15; if (i14 >= ((int) (((float) point.x) * 0.98f)) && i15 >= ((int) (((float) point.y) * 0.98f)) && i7 < i10) { i10 = i7; @@ -907,8 +907,8 @@ public class DefaultTrackSelector extends i { int i13 = i4 * i5; if (i12 < i13) { } - int i14 = format.f2276y; - int i15 = format.f2277z; + int i14 = format.f2275y; + int i15 = format.f2276z; i7 = i14 * i15; i10 = i7; } @@ -917,8 +917,8 @@ public class DefaultTrackSelector extends i { if (i10 != Integer.MAX_VALUE) { for (int size = arrayList.size() - 1; size >= 0; size--) { Format format2 = trackGroup.j[((Integer) arrayList.get(size)).intValue()]; - int i16 = format2.f2276y; - int i17 = (i16 == -1 || (i3 = format2.f2277z) == -1) ? -1 : i16 * i3; + int i16 = format2.f2275y; + int i17 = (i16 == -1 || (i3 = format2.f2276z) == -1) ? -1 : i16 * i3; if (i17 == -1 || i17 > i10) { arrayList.remove(size); } @@ -940,11 +940,11 @@ public class DefaultTrackSelector extends i { if (str != null && !f0.a(format.t, str)) { return false; } - int i11 = format.f2276y; + int i11 = format.f2275y; if (i11 != -1 && (i7 > i11 || i11 > i3)) { return false; } - int i12 = format.f2277z; + int i12 = format.f2276z; if (i12 != -1 && (i8 > i12 || i12 > i4)) { return false; } diff --git a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java index 7f623a2a32..1bd166d297 100644 --- a/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java +++ b/app/src/main/java/com/google/android/exoplayer2/trackselection/TrackSelectionParameters.java @@ -40,7 +40,7 @@ public class TrackSelectionParameters implements Parcelable { public u b; /* renamed from: c reason: collision with root package name */ - public int f2324c = 0; + public int f2323c = 0; /* JADX DEBUG: Type inference failed for r0v1. Raw type applied. Possible types: c.i.b.b.u, c.i.b.b.u */ @Deprecated @@ -55,7 +55,7 @@ public class TrackSelectionParameters implements Parcelable { CaptioningManager captioningManager; int i = f0.a; if (i >= 19 && ((i >= 23 || Looper.myLooper() != null) && (captioningManager = (CaptioningManager) context.getSystemService("captioning")) != null && captioningManager.isEnabled())) { - this.f2324c = 1088; + this.f2323c = 1088; Locale locale = captioningManager.getLocale(); if (locale != null) { this.b = u.t(i >= 21 ? locale.toLanguageTag() : locale.toString()); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java index bc4c48a227..60a2537451 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java @@ -68,20 +68,20 @@ public class DefaultTimeBar extends View implements k { @Nullable /* renamed from: s reason: collision with root package name */ - public final Drawable f2325s; + public final Drawable f2324s; public final int t; public final int u; public final int v; public final int w; /* renamed from: x reason: collision with root package name */ - public final int f2326x; + public final int f2325x; /* renamed from: y reason: collision with root package name */ - public final int f2327y; + public final int f2326y; /* renamed from: z reason: collision with root package name */ - public final int f2328z; + public final int f2327z; public DefaultTimeBar(Context context, @Nullable AttributeSet attributeSet) { this(context, attributeSet, 0, attributeSet); @@ -121,7 +121,7 @@ public class DefaultTimeBar extends View implements k { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.DefaultTimeBar, i, 0); try { Drawable drawable = obtainStyledAttributes.getDrawable(R.g.DefaultTimeBar_scrubber_drawable); - this.f2325s = drawable; + this.f2324s = drawable; if (drawable != null) { int i2 = f0.a; if (i2 >= 23) { @@ -136,9 +136,9 @@ public class DefaultTimeBar extends View implements k { this.u = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_touch_target_height, c3); this.v = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_bar_gravity, 0); this.w = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_ad_marker_width, c4); - this.f2326x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); - this.f2327y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); - this.f2328z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); + this.f2325x = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_enabled_size, c5); + this.f2326y = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_disabled_size, c6); + this.f2327z = obtainStyledAttributes.getDimensionPixelSize(R.g.DefaultTimeBar_scrubber_dragged_size, c7); int i3 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_played_color, -1); int i4 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_scrubber_color, -1); int i5 = obtainStyledAttributes.getInt(R.g.DefaultTimeBar_buffered_color, -855638017); @@ -159,26 +159,26 @@ public class DefaultTimeBar extends View implements k { this.u = c3; this.v = 0; this.w = c4; - this.f2326x = c5; - this.f2327y = c6; - this.f2328z = c7; + this.f2325x = c5; + this.f2326y = c6; + this.f2327z = c7; paint.setColor(-1); paint6.setColor(-1); paint2.setColor(-855638017); paint3.setColor(872415231); paint4.setColor(-1291845888); paint5.setColor(872414976); - this.f2325s = null; + this.f2324s = null; } StringBuilder sb = new StringBuilder(); this.C = sb; this.D = new Formatter(sb, Locale.getDefault()); this.E = new b(this); - Drawable drawable2 = this.f2325s; + Drawable drawable2 = this.f2324s; if (drawable2 != null) { this.A = (drawable2.getMinimumWidth() + 1) / 2; } else { - this.A = (Math.max(this.f2327y, Math.max(this.f2326x, this.f2328z)) + 1) / 2; + this.A = (Math.max(this.f2326y, Math.max(this.f2325x, this.f2327z)) + 1) / 2; } this.N = 1.0f; ValueAnimator valueAnimator = new ValueAnimator(); @@ -329,8 +329,8 @@ public class DefaultTimeBar extends View implements k { } public final void i() { - Drawable drawable = this.f2325s; - if (drawable != null && drawable.isStateful() && this.f2325s.setState(getDrawableState())) { + Drawable drawable = this.f2324s; + if (drawable != null && drawable.isStateful() && this.f2324s.setState(getDrawableState())) { invalidate(); } } @@ -348,7 +348,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void jumpDrawablesToCurrentState() { super.jumpDrawablesToCurrentState(); - Drawable drawable = this.f2325s; + Drawable drawable = this.f2324s; if (drawable != null) { drawable.jumpToCurrentState(); } @@ -398,14 +398,14 @@ public class DefaultTimeBar extends View implements k { Rect rect5 = this.l; int h = f0.h(rect5.right, rect5.left, this.j.right); int centerY2 = this.l.centerY(); - Drawable drawable = this.f2325s; + Drawable drawable = this.f2324s; if (drawable == null) { - canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2328z : isEnabled() ? this.f2326x : this.f2327y)) * this.N) / 2.0f)), this.r); + canvas.drawCircle((float) h, (float) centerY2, (float) ((int) ((((float) ((this.O || isFocused()) ? this.f2327z : isEnabled() ? this.f2325x : this.f2326y)) * this.N) / 2.0f)), this.r); } else { int intrinsicWidth = ((int) (((float) drawable.getIntrinsicWidth()) * this.N)) / 2; - int intrinsicHeight = ((int) (((float) this.f2325s.getIntrinsicHeight()) * this.N)) / 2; - this.f2325s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); - this.f2325s.draw(canvas); + int intrinsicHeight = ((int) (((float) this.f2324s.getIntrinsicHeight()) * this.N)) / 2; + this.f2324s.setBounds(h - intrinsicWidth, centerY2 - intrinsicHeight, h + intrinsicWidth, centerY2 + intrinsicHeight); + this.f2324s.draw(canvas); } } canvas.restore(); @@ -518,7 +518,7 @@ public class DefaultTimeBar extends View implements k { @Override // android.view.View public void onRtlPropertiesChanged(int i) { - Drawable drawable = this.f2325s; + Drawable drawable = this.f2324s; if (drawable != null) { if (f0.a >= 23 && drawable.setLayoutDirection(i)) { invalidate(); diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java index 93614fe9cd..6891d0a72b 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java @@ -68,35 +68,35 @@ public class PlayerControlView extends FrameLayout { public boolean W; /* renamed from: a0 reason: collision with root package name */ - public int f2329a0; + public int f2328a0; /* renamed from: b0 reason: collision with root package name */ - public int f2330b0; + public int f2329b0; /* renamed from: c0 reason: collision with root package name */ - public int f2331c0; + public int f2330c0; /* renamed from: d0 reason: collision with root package name */ - public boolean f2332d0; + public boolean f2331d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f2333e0; + public boolean f2332e0; /* renamed from: f0 reason: collision with root package name */ - public boolean f2334f0; + public boolean f2333f0; /* renamed from: g0 reason: collision with root package name */ - public boolean f2335g0; + public boolean f2334g0; /* renamed from: h0 reason: collision with root package name */ - public boolean f2336h0; + public boolean f2335h0; /* renamed from: i0 reason: collision with root package name */ - public long f2337i0; + public long f2336i0; public final b j; /* renamed from: j0 reason: collision with root package name */ - public long[] f2338j0; + public long[] f2337j0; public final CopyOnWriteArrayList k; public boolean[] k0; @Nullable @@ -119,7 +119,7 @@ public class PlayerControlView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final ImageView f2339s; + public final ImageView f2338s; @Nullable public final View t; @Nullable @@ -130,13 +130,13 @@ public class PlayerControlView extends FrameLayout { public final k w; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f2340x; + public final StringBuilder f2339x; /* renamed from: y reason: collision with root package name */ - public final Formatter f2341y; + public final Formatter f2340y; /* renamed from: z reason: collision with root package name */ - public final r1.b f2342z; + public final r1.b f2341z; public final class b implements g1.a, k.a, View.OnClickListener { public b(a aVar) { @@ -192,7 +192,7 @@ public class PlayerControlView extends FrameLayout { PlayerControlView playerControlView = PlayerControlView.this; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2340x, playerControlView.f2341y, j)); + textView.setText(f0.u(playerControlView.f2339x, playerControlView.f2340y, j)); } } @@ -247,7 +247,7 @@ public class PlayerControlView extends FrameLayout { playerControlView.W = true; TextView textView = playerControlView.v; if (textView != null) { - textView.setText(f0.u(playerControlView.f2340x, playerControlView.f2341y, j)); + textView.setText(f0.u(playerControlView.f2339x, playerControlView.f2340y, j)); } } @@ -292,7 +292,7 @@ public class PlayerControlView extends FrameLayout { } else if (playerControlView.r == view) { i0 i0Var = playerControlView.Q; int B = g1Var.B(); - int i = PlayerControlView.this.f2331c0; + int i = PlayerControlView.this.f2330c0; int i2 = 1; while (true) { if (i2 > 2) { @@ -315,7 +315,7 @@ public class PlayerControlView extends FrameLayout { } Objects.requireNonNull((j0) i0Var); g1Var.x(B); - } else if (playerControlView.f2339s == view) { + } else if (playerControlView.f2338s == view) { Objects.requireNonNull((j0) playerControlView.Q); g1Var.h(!g1Var.F()); } @@ -402,41 +402,41 @@ public class PlayerControlView extends FrameLayout { super(context, attributeSet, i2); int i3 = R.e.exo_player_control_view; int i4 = 5000; - this.f2329a0 = 5000; - this.f2331c0 = 0; - this.f2330b0 = 200; - this.f2337i0 = -9223372036854775807L; - this.f2332d0 = true; - this.f2333e0 = true; - this.f2334f0 = true; - this.f2335g0 = true; - this.f2336h0 = false; + this.f2328a0 = 5000; + this.f2330c0 = 0; + this.f2329b0 = 200; + this.f2336i0 = -9223372036854775807L; + this.f2331d0 = true; + this.f2332e0 = true; + this.f2333f0 = true; + this.f2334g0 = true; + this.f2335h0 = false; int i5 = 15000; if (attributeSet2 != null) { TypedArray obtainStyledAttributes = context.getTheme().obtainStyledAttributes(attributeSet2, R.g.PlayerControlView, 0, 0); try { i4 = obtainStyledAttributes.getInt(R.g.PlayerControlView_rewind_increment, 5000); i5 = obtainStyledAttributes.getInt(R.g.PlayerControlView_fastforward_increment, 15000); - this.f2329a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2329a0); + this.f2328a0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_show_timeout, this.f2328a0); i3 = obtainStyledAttributes.getResourceId(R.g.PlayerControlView_controller_layout_id, i3); - this.f2331c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2331c0); - this.f2332d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2332d0); - this.f2333e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2333e0); - this.f2334f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2334f0); - this.f2335g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2335g0); - this.f2336h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2336h0); - setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2330b0)); + this.f2330c0 = obtainStyledAttributes.getInt(R.g.PlayerControlView_repeat_toggle_modes, this.f2330c0); + this.f2331d0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_rewind_button, this.f2331d0); + this.f2332e0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_fastforward_button, this.f2332e0); + this.f2333f0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_previous_button, this.f2333f0); + this.f2334g0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_next_button, this.f2334g0); + this.f2335h0 = obtainStyledAttributes.getBoolean(R.g.PlayerControlView_show_shuffle_button, this.f2335h0); + setTimeBarMinUpdateInterval(obtainStyledAttributes.getInt(R.g.PlayerControlView_time_bar_min_update_interval, this.f2329b0)); } finally { obtainStyledAttributes.recycle(); } } this.k = new CopyOnWriteArrayList<>(); - this.f2342z = new r1.b(); + this.f2341z = new r1.b(); this.A = new r1.c(); StringBuilder sb = new StringBuilder(); - this.f2340x = sb; - this.f2341y = new Formatter(sb, Locale.getDefault()); - this.f2338j0 = new long[0]; + this.f2339x = sb; + this.f2340y = new Formatter(sb, Locale.getDefault()); + this.f2337j0 = new long[0]; this.k0 = new boolean[0]; this.l0 = new long[0]; this.m0 = new boolean[0]; @@ -506,7 +506,7 @@ public class PlayerControlView extends FrameLayout { imageView.setOnClickListener(bVar); } ImageView imageView2 = (ImageView) findViewById(R.c.exo_shuffle); - this.f2339s = imageView2; + this.f2338s = imageView2; if (imageView2 != null) { imageView2.setOnClickListener(bVar); } @@ -596,23 +596,23 @@ public class PlayerControlView extends FrameLayout { } removeCallbacks(this.B); removeCallbacks(this.C); - this.f2337i0 = -9223372036854775807L; + this.f2336i0 = -9223372036854775807L; } } public final void d() { removeCallbacks(this.C); - if (this.f2329a0 > 0) { + if (this.f2328a0 > 0) { long uptimeMillis = SystemClock.uptimeMillis(); - int i2 = this.f2329a0; - this.f2337i0 = uptimeMillis + ((long) i2); + int i2 = this.f2328a0; + this.f2336i0 = uptimeMillis + ((long) i2); if (this.T) { postDelayed(this.C, (long) i2); return; } return; } - this.f2337i0 = -9223372036854775807L; + this.f2336i0 = -9223372036854775807L; } @Override // android.view.View, android.view.ViewGroup @@ -656,15 +656,15 @@ public class PlayerControlView extends FrameLayout { } public int getRepeatToggleModes() { - return this.f2331c0; + return this.f2330c0; } public boolean getShowShuffleButton() { - return this.f2336h0; + return this.f2335h0; } public int getShowTimeoutMs() { - return this.f2329a0; + return this.f2328a0; } public boolean getShowVrButton() { @@ -726,10 +726,10 @@ public class PlayerControlView extends FrameLayout { } z5 = z6; z6 = z7; - j(this.f2334f0, z6, this.l); - j(this.f2332d0, z3, this.q); - j(this.f2333e0, z2, this.p); - j(this.f2335g0, z5, this.m); + j(this.f2333f0, z6, this.l); + j(this.f2331d0, z3, this.q); + j(this.f2332e0, z2, this.p); + j(this.f2334g0, z5, this.m); kVar = this.w; if (kVar == null) { kVar.setEnabled(z4); @@ -742,10 +742,10 @@ public class PlayerControlView extends FrameLayout { z4 = false; z3 = false; z2 = false; - j(this.f2334f0, z6, this.l); - j(this.f2332d0, z3, this.q); - j(this.f2333e0, z2, this.p); - j(this.f2335g0, z5, this.m); + j(this.f2333f0, z6, this.l); + j(this.f2331d0, z3, this.q); + j(this.f2332e0, z2, this.p); + j(this.f2334g0, z5, this.m); kVar = this.w; if (kVar == null) { } @@ -796,7 +796,7 @@ public class PlayerControlView extends FrameLayout { } TextView textView = this.v; if (textView != null && !this.W) { - textView.setText(f0.u(this.f2340x, this.f2341y, j2)); + textView.setText(f0.u(this.f2339x, this.f2340y, j2)); } k kVar = this.w; if (kVar != null) { @@ -817,7 +817,7 @@ public class PlayerControlView extends FrameLayout { if (f > 0.0f) { j3 = (long) (((float) min) / f); } - postDelayed(this.B, f0.i(j3, (long) this.f2330b0, 1000)); + postDelayed(this.B, f0.i(j3, (long) this.f2329b0, 1000)); } else if (u != 4 && u != 1) { postDelayed(this.B, 1000); } @@ -827,7 +827,7 @@ public class PlayerControlView extends FrameLayout { public final void n() { ImageView imageView; if (e() && this.T && (imageView = this.r) != null) { - if (this.f2331c0 == 0) { + if (this.f2330c0 == 0) { j(false, false, imageView); return; } @@ -856,18 +856,18 @@ public class PlayerControlView extends FrameLayout { public final void o() { ImageView imageView; - if (e() && this.T && (imageView = this.f2339s) != null) { + if (e() && this.T && (imageView = this.f2338s) != null) { g1 g1Var = this.P; - if (!this.f2336h0) { + if (!this.f2335h0) { j(false, false, imageView); } else if (g1Var == null) { j(true, false, imageView); - this.f2339s.setImageDrawable(this.K); - this.f2339s.setContentDescription(this.O); + this.f2338s.setImageDrawable(this.K); + this.f2338s.setContentDescription(this.O); } else { j(true, true, imageView); - this.f2339s.setImageDrawable(g1Var.F() ? this.J : this.K); - this.f2339s.setContentDescription(g1Var.F() ? this.N : this.O); + this.f2338s.setImageDrawable(g1Var.F() ? this.J : this.K); + this.f2338s.setContentDescription(g1Var.F() ? this.N : this.O); } } } @@ -876,7 +876,7 @@ public class PlayerControlView extends FrameLayout { public void onAttachedToWindow() { super.onAttachedToWindow(); this.T = true; - long j = this.f2337i0; + long j = this.f2336i0; if (j != -9223372036854775807L) { long uptimeMillis = j - SystemClock.uptimeMillis(); if (uptimeMillis <= 0) { @@ -964,13 +964,13 @@ public class PlayerControlView extends FrameLayout { if (i5 > cVar.p) { break; } - D.f(i5, this.f2342z); - int i6 = this.f2342z.f.f810c; + D.f(i5, this.f2341z); + int i6 = this.f2341z.f.f810c; int i7 = 0; while (i7 < i6) { - long d2 = this.f2342z.d(i7); + long d2 = this.f2341z.d(i7); if (d2 == Long.MIN_VALUE) { - long j4 = this.f2342z.d; + long j4 = this.f2341z.d; if (j4 == j) { i7++; j = -9223372036854775807L; @@ -978,16 +978,16 @@ public class PlayerControlView extends FrameLayout { d2 = j4; } } - long j5 = d2 + this.f2342z.e; + long j5 = d2 + this.f2341z.e; if (j5 >= 0) { - long[] jArr = this.f2338j0; + long[] jArr = this.f2337j0; if (i2 == jArr.length) { int length = jArr.length == 0 ? 1 : jArr.length * 2; - this.f2338j0 = Arrays.copyOf(jArr, length); + this.f2337j0 = Arrays.copyOf(jArr, length); this.k0 = Arrays.copyOf(this.k0, length); } - this.f2338j0[i2] = h0.b(j5 + j3); - this.k0[i2] = !this.f2342z.f.e[i7].b(); + this.f2337j0[i2] = h0.b(j5 + j3); + this.k0[i2] = !this.f2341z.f.e[i7].b(); i2++; i7++; j = -9223372036854775807L; @@ -1010,21 +1010,21 @@ public class PlayerControlView extends FrameLayout { long b2 = h0.b(j2); textView = this.u; if (textView != null) { - textView.setText(f0.u(this.f2340x, this.f2341y, b2)); + textView.setText(f0.u(this.f2339x, this.f2340y, b2)); } kVar = this.w; if (kVar != null) { kVar.setDuration(b2); int length2 = this.l0.length; int i8 = i2 + length2; - long[] jArr2 = this.f2338j0; + long[] jArr2 = this.f2337j0; if (i8 > jArr2.length) { - this.f2338j0 = Arrays.copyOf(jArr2, i8); + this.f2337j0 = Arrays.copyOf(jArr2, i8); this.k0 = Arrays.copyOf(this.k0, i8); } - System.arraycopy(this.l0, 0, this.f2338j0, i2, length2); + System.arraycopy(this.l0, 0, this.f2337j0, i2, length2); System.arraycopy(this.m0, 0, this.k0, i2, length2); - this.w.a(this.f2338j0, this.k0, i8); + this.w.a(this.f2337j0, this.k0, i8); } m(); } @@ -1093,7 +1093,7 @@ public class PlayerControlView extends FrameLayout { } public void setRepeatToggleModes(int i2) { - this.f2331c0 = i2; + this.f2330c0 = i2; g1 g1Var = this.P; if (g1Var != null) { int B = g1Var.B(); @@ -1127,7 +1127,7 @@ public class PlayerControlView extends FrameLayout { } public void setShowFastForwardButton(boolean z2) { - this.f2333e0 = z2; + this.f2332e0 = z2; k(); } @@ -1137,27 +1137,27 @@ public class PlayerControlView extends FrameLayout { } public void setShowNextButton(boolean z2) { - this.f2335g0 = z2; + this.f2334g0 = z2; k(); } public void setShowPreviousButton(boolean z2) { - this.f2334f0 = z2; + this.f2333f0 = z2; k(); } public void setShowRewindButton(boolean z2) { - this.f2332d0 = z2; + this.f2331d0 = z2; k(); } public void setShowShuffleButton(boolean z2) { - this.f2336h0 = z2; + this.f2335h0 = z2; o(); } public void setShowTimeoutMs(int i2) { - this.f2329a0 = i2; + this.f2328a0 = i2; if (e()) { d(); } @@ -1171,7 +1171,7 @@ public class PlayerControlView extends FrameLayout { } public void setTimeBarMinUpdateInterval(int i2) { - this.f2330b0 = f0.h(i2, 16, 1000); + this.f2329b0 = f0.h(i2, 16, 1000); } public void setVrButtonListener(@Nullable View.OnClickListener onClickListener) { diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java index 952eec7542..8ad94a6751 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/PlayerView.java @@ -88,7 +88,7 @@ public class PlayerView extends FrameLayout { @Nullable /* renamed from: s reason: collision with root package name */ - public final FrameLayout f2343s; + public final FrameLayout f2342s; @Nullable public final FrameLayout t; @Nullable @@ -98,14 +98,14 @@ public class PlayerView extends FrameLayout { public PlayerControlView.d w; /* renamed from: x reason: collision with root package name */ - public boolean f2344x; + public boolean f2343x; @Nullable /* renamed from: y reason: collision with root package name */ - public Drawable f2345y; + public Drawable f2344y; /* renamed from: z reason: collision with root package name */ - public int f2346z; + public int f2345z; public final class a implements g1.a, k, v, View.OnLayoutChangeListener, g, PlayerControlView.d { public final r1.b i = new r1.b(); @@ -354,7 +354,7 @@ public class PlayerView extends FrameLayout { this.p = null; this.q = null; this.r = null; - this.f2343s = null; + this.f2342s = null; this.t = null; ImageView imageView = new ImageView(context); if (f0.a >= 23) { @@ -453,13 +453,13 @@ public class PlayerView extends FrameLayout { this.m.setLayoutParams(layoutParams); aspectRatioFrameLayout.addView(this.m, 0); } - this.f2343s = (FrameLayout) findViewById(R.c.exo_ad_overlay); + this.f2342s = (FrameLayout) findViewById(R.c.exo_ad_overlay); this.t = (FrameLayout) findViewById(R.c.exo_overlay); ImageView imageView2 = (ImageView) findViewById(R.c.exo_artwork); this.n = imageView2; - this.f2344x = z3 && imageView2 != null; + this.f2343x = z3 && imageView2 != null; if (i3 != 0) { - this.f2345y = ContextCompat.getDrawable(getContext(), i3); + this.f2344y = ContextCompat.getDrawable(getContext(), i3); } SubtitleView subtitleView = (SubtitleView) findViewById(R.c.exo_subtitles); this.o = subtitleView; @@ -472,7 +472,7 @@ public class PlayerView extends FrameLayout { if (findViewById2 != null) { findViewById2.setVisibility(8); } - this.f2346z = i7; + this.f2345z = i7; TextView textView = (TextView) findViewById(R.c.exo_error_message); this.q = textView; if (textView != null) { @@ -627,7 +627,7 @@ public class PlayerView extends FrameLayout { } public ViewGroup getAdViewGroup() { - FrameLayout frameLayout = this.f2343s; + FrameLayout frameLayout = this.f2342s; AnimatableValueParser.I(frameLayout, "exo_ad_overlay must be present for ad playback"); return frameLayout; } @@ -646,7 +646,7 @@ public class PlayerView extends FrameLayout { @Nullable public Drawable getDefaultArtwork() { - return this.f2345y; + return this.f2344y; } @Nullable @@ -670,7 +670,7 @@ public class PlayerView extends FrameLayout { } public boolean getUseArtwork() { - return this.f2344x; + return this.f2343x; } public boolean getUseController() { @@ -716,7 +716,7 @@ public class PlayerView extends FrameLayout { g1 g1Var = this.u; boolean z2 = true; int i3 = 0; - if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2346z) != 2 && (i2 != 1 || !this.u.g()))) { + if (g1Var == null || g1Var.u() != 2 || ((i2 = this.f2345z) != 2 && (i2 != 1 || !this.u.g()))) { z2 = false; } View view = this.p; @@ -780,7 +780,7 @@ public class PlayerView extends FrameLayout { } } b(); - if (this.f2344x) { + if (this.f2343x) { AnimatableValueParser.H(this.n); z3 = true; } else { @@ -826,7 +826,7 @@ public class PlayerView extends FrameLayout { return; } } - if (g(this.f2345y)) { + if (g(this.f2344y)) { return; } } @@ -934,8 +934,8 @@ public class PlayerView extends FrameLayout { } public void setDefaultArtwork(@Nullable Drawable drawable) { - if (this.f2345y != drawable) { - this.f2345y = drawable; + if (this.f2344y != drawable) { + this.f2344y = drawable; n(false); } } @@ -1058,8 +1058,8 @@ public class PlayerView extends FrameLayout { } public void setShowBuffering(int i2) { - if (this.f2346z != i2) { - this.f2346z = i2; + if (this.f2345z != i2) { + this.f2345z = i2; k(); } } @@ -1103,8 +1103,8 @@ public class PlayerView extends FrameLayout { public void setUseArtwork(boolean z2) { AnimatableValueParser.D(!z2 || this.n != null); - if (this.f2344x != z2) { - this.f2344x = z2; + if (this.f2343x != z2) { + this.f2343x = z2; n(false); } } diff --git a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java index 3d35e201d5..389399d254 100644 --- a/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java +++ b/app/src/main/java/com/google/android/exoplayer2/ui/TrackSelectionView.java @@ -30,7 +30,7 @@ public class TrackSelectionView extends LinearLayout { public TrackGroupArray r; /* renamed from: s reason: collision with root package name */ - public boolean f2347s; + public boolean f2346s; public class b implements View.OnClickListener { public b(a aVar) { @@ -40,13 +40,13 @@ public class TrackSelectionView extends LinearLayout { public void onClick(View view) { TrackSelectionView trackSelectionView = TrackSelectionView.this; if (view == trackSelectionView.k) { - trackSelectionView.f2347s = true; + trackSelectionView.f2346s = true; trackSelectionView.n.clear(); } else if (view == trackSelectionView.l) { - trackSelectionView.f2347s = false; + trackSelectionView.f2346s = false; trackSelectionView.n.clear(); } else { - trackSelectionView.f2347s = false; + trackSelectionView.f2346s = false; Object tag = view.getTag(); Objects.requireNonNull(tag); trackSelectionView.n.get(((c) tag).a); @@ -96,8 +96,8 @@ public class TrackSelectionView extends LinearLayout { } public final void a() { - this.k.setChecked(this.f2347s); - this.l.setChecked(!this.f2347s && this.n.size() == 0); + this.k.setChecked(this.f2346s); + this.l.setChecked(!this.f2346s && this.n.size() == 0); throw null; } @@ -116,7 +116,7 @@ public class TrackSelectionView extends LinearLayout { } public boolean getIsDisabled() { - return this.f2347s; + return this.f2346s; } public List getOverrides() { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java index a897224df2..f05580f05c 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/Loader.java @@ -23,7 +23,7 @@ public final class Loader { public static final c b = new c(3, -9223372036854775807L, null); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f2348c; + public final ExecutorService f2347c; @Nullable public d d; @Nullable @@ -119,7 +119,7 @@ public final class Loader { return; } this.m = null; - loader.f2348c.execute(this); + loader.f2347c.execute(this); } @Override // android.os.Handler @@ -129,7 +129,7 @@ public final class Loader { if (i == 0) { this.m = null; Loader loader = Loader.this; - ExecutorService executorService = loader.f2348c; + ExecutorService executorService = loader.f2347c; d dVar = loader.d; Objects.requireNonNull(dVar); executorService.execute(dVar); @@ -262,7 +262,7 @@ public final class Loader { public Loader(String str) { int i = f0.a; - this.f2348c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); + this.f2347c = Executors.newSingleThreadExecutor(new c.i.a.c.i2.e(str)); } public static c a(boolean z2, long j) { diff --git a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java index 4981acb8c8..939537661a 100644 --- a/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java +++ b/app/src/main/java/com/google/android/exoplayer2/upstream/cache/CacheDataSink.java @@ -20,7 +20,7 @@ public final class CacheDataSink implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f2349c; + public final int f2348c; @Nullable public l d; public long e; @@ -47,7 +47,7 @@ public final class CacheDataSink implements h { Objects.requireNonNull(cache); this.a = cache; this.b = i == 0 ? RecyclerView.FOREVER_NS : j; - this.f2349c = 20480; + this.f2348c = 20480; } @Override // c.i.a.c.h2.h @@ -113,10 +113,10 @@ public final class CacheDataSink implements h { int i = f0.a; this.f = cache.a(str, lVar.f + this.i, j2); FileOutputStream fileOutputStream = new FileOutputStream(this.f); - if (this.f2349c > 0) { + if (this.f2348c > 0) { y yVar = this.j; if (yVar == null) { - this.j = new y(fileOutputStream, this.f2349c); + this.j = new y(fileOutputStream, this.f2348c); } else { yVar.a(fileOutputStream); } diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java index 26fe2e65d1..ed6172eb6a 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayout.java @@ -32,17 +32,17 @@ public class FlexboxLayout extends ViewGroup implements a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2350s; + public int f2349s; public int t; public int[] u; public SparseIntArray v; public c w = new c(this); /* renamed from: x reason: collision with root package name */ - public List f2351x = new ArrayList(); + public List f2350x = new ArrayList(); /* renamed from: y reason: collision with root package name */ - public c.b f2352y = new c.b(); + public c.b f2351y = new c.b(); public static class LayoutParams extends ViewGroup.MarginLayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -298,7 +298,7 @@ public class FlexboxLayout extends ViewGroup implements a { return; } int i5 = bVar.e; - int i6 = this.f2350s; + int i6 = this.f2349s; bVar.e = i5 + i6; bVar.f += i6; } @@ -344,7 +344,7 @@ public class FlexboxLayout extends ViewGroup implements a { } } else if ((this.q & 4) > 0) { int i3 = bVar.e; - int i4 = this.f2350s; + int i4 = this.f2349s; bVar.e = i3 + i4; bVar.f += i4; } @@ -388,12 +388,12 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.t; } else { if (p(i, i2)) { - i4 = 0 + this.f2350s; + i4 = 0 + this.f2349s; } if ((this.q & 4) <= 0) { return i4; } - i3 = this.f2350s; + i3 = this.f2349s; } return i4 + i3; } @@ -439,8 +439,8 @@ public class FlexboxLayout extends ViewGroup implements a { } public List getFlexLines() { - ArrayList arrayList = new ArrayList(this.f2351x.size()); - for (b bVar : this.f2351x) { + ArrayList arrayList = new ArrayList(this.f2350x.size()); + for (b bVar : this.f2350x) { if (bVar.a() != 0) { arrayList.add(bVar); } @@ -450,7 +450,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public List getFlexLinesInternal() { - return this.f2351x; + return this.f2350x; } @Override // c.i.a.e.a @@ -465,7 +465,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getLargestMainSize() { int i = Integer.MIN_VALUE; - for (b bVar : this.f2351x) { + for (b bVar : this.f2350x) { i = Math.max(i, bVar.e); } return i; @@ -486,15 +486,15 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public int getSumOfCrossSize() { - int size = this.f2351x.size(); + int size = this.f2350x.size(); int i = 0; for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f2351x.get(i2); + b bVar = this.f2350x.get(i2); if (q(i2)) { - i += i() ? this.f2350s : this.t; + i += i() ? this.f2349s : this.t; } if (r(i2)) { - i += i() ? this.f2350s : this.t; + i += i() ? this.f2349s : this.t; } i += bVar.g; } @@ -520,9 +520,9 @@ public class FlexboxLayout extends ViewGroup implements a { public final void k(Canvas canvas, boolean z2, boolean z3) { int paddingLeft = getPaddingLeft(); int max = Math.max(0, (getWidth() - getPaddingRight()) - paddingLeft); - int size = this.f2351x.size(); + int size = this.f2350x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2351x.get(i); + b bVar = this.f2350x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); @@ -537,10 +537,10 @@ public class FlexboxLayout extends ViewGroup implements a { } } if (q(i)) { - m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2350s, max); + m(canvas, paddingLeft, z3 ? bVar.d : bVar.b - this.f2349s, max); } if (r(i) && (this.q & 4) > 0) { - m(canvas, paddingLeft, z3 ? bVar.b - this.f2350s : bVar.d, max); + m(canvas, paddingLeft, z3 ? bVar.b - this.f2349s : bVar.d, max); } } } @@ -548,19 +548,19 @@ public class FlexboxLayout extends ViewGroup implements a { public final void l(Canvas canvas, boolean z2, boolean z3) { int paddingTop = getPaddingTop(); int max = Math.max(0, (getHeight() - getPaddingBottom()) - paddingTop); - int size = this.f2351x.size(); + int size = this.f2350x.size(); for (int i = 0; i < size; i++) { - b bVar = this.f2351x.get(i); + b bVar = this.f2350x.get(i); for (int i2 = 0; i2 < bVar.h; i2++) { int i3 = bVar.o + i2; View o = o(i3); if (!(o == null || o.getVisibility() == 8)) { LayoutParams layoutParams = (LayoutParams) o.getLayoutParams(); if (p(i3, i2)) { - m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2350s, bVar.g); + m(canvas, bVar.a, z3 ? o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin : (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2349s, bVar.g); } if (i2 == bVar.h - 1 && (this.q & 4) > 0) { - m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2350s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); + m(canvas, bVar.a, z3 ? (o.getTop() - ((ViewGroup.MarginLayoutParams) layoutParams).topMargin) - this.f2349s : o.getBottom() + ((ViewGroup.MarginLayoutParams) layoutParams).bottomMargin, bVar.g); } } } @@ -576,7 +576,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final void m(Canvas canvas, int i, int i2, int i3) { Drawable drawable = this.o; if (drawable != null) { - drawable.setBounds(i, i2, i3 + i, this.f2350s + i2); + drawable.setBounds(i, i2, i3 + i, this.f2349s + i2); this.o.draw(canvas); } } @@ -706,13 +706,13 @@ public class FlexboxLayout extends ViewGroup implements a { } i3 = this.i; if (i3 != 0 || i3 == 1) { - this.f2351x.clear(); - this.f2352y.a(); - this.w.b(this.f2352y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2351x = this.f2352y.a; + this.f2350x.clear(); + this.f2351y.a(); + this.w.b(this.f2351y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2350x = this.f2351y.a; this.w.h(i, i2, 0); if (this.l == 3) { - for (b bVar : this.f2351x) { + for (b bVar : this.f2350x) { int i5 = Integer.MIN_VALUE; for (int i6 = 0; i6 < bVar.h; i6++) { View o = o(bVar.o + i6); @@ -726,16 +726,16 @@ public class FlexboxLayout extends ViewGroup implements a { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2352y.b); + u(this.i, i, i2, this.f2351y.b); } else if (i3 == 2 || i3 == 3) { - this.f2351x.clear(); - this.f2352y.a(); - this.w.b(this.f2352y, i2, i, Integer.MAX_VALUE, 0, -1, null); - this.f2351x = this.f2352y.a; + this.f2350x.clear(); + this.f2351y.a(); + this.w.b(this.f2351y, i2, i, Integer.MAX_VALUE, 0, -1, null); + this.f2350x = this.f2351y.a; this.w.h(i, i2, 0); this.w.g(i, i2, getPaddingRight() + getPaddingLeft()); this.w.A(0); - u(this.i, i, i2, this.f2352y.b); + u(this.i, i, i2, this.f2351y.b); return; } else { StringBuilder P = c.d.b.a.a.P("Invalid value for the flex direction is set: "); @@ -749,16 +749,16 @@ public class FlexboxLayout extends ViewGroup implements a { i3 = this.i; if (i3 != 0) { } - this.f2351x.clear(); - this.f2352y.a(); - this.w.b(this.f2352y, i, i2, Integer.MAX_VALUE, 0, -1, null); - this.f2351x = this.f2352y.a; + this.f2350x.clear(); + this.f2351y.a(); + this.w.b(this.f2351y, i, i2, Integer.MAX_VALUE, 0, -1, null); + this.f2350x = this.f2351y.a; this.w.h(i, i2, 0); if (this.l == 3) { } this.w.g(i, i2, getPaddingBottom() + getPaddingTop()); this.w.A(0); - u(this.i, i, i2, this.f2352y.b); + u(this.i, i, i2, this.f2351y.b); } public final boolean p(int i, int i2) { @@ -781,7 +781,7 @@ public class FlexboxLayout extends ViewGroup implements a { public final boolean q(int i) { boolean z2; - if (i < 0 || i >= this.f2351x.size()) { + if (i < 0 || i >= this.f2350x.size()) { return false; } int i2 = 0; @@ -789,7 +789,7 @@ public class FlexboxLayout extends ViewGroup implements a { if (i2 >= i) { z2 = true; break; - } else if (this.f2351x.get(i2).a() > 0) { + } else if (this.f2350x.get(i2).a() > 0) { z2 = false; break; } else { @@ -800,11 +800,11 @@ public class FlexboxLayout extends ViewGroup implements a { } public final boolean r(int i) { - if (i < 0 || i >= this.f2351x.size()) { + if (i < 0 || i >= this.f2350x.size()) { return false; } - for (int i2 = i + 1; i2 < this.f2351x.size(); i2++) { - if (this.f2351x.get(i2).a() > 0) { + for (int i2 = i + 1; i2 < this.f2350x.size(); i2++) { + if (this.f2350x.get(i2).a() > 0) { return false; } } @@ -828,12 +828,12 @@ public class FlexboxLayout extends ViewGroup implements a { int i9 = i3 - i; int paddingBottom = (i4 - i2) - getPaddingBottom(); int paddingTop = getPaddingTop(); - int size = this.f2351x.size(); + int size = this.f2350x.size(); int i10 = 0; while (i10 < size) { - b bVar = this.f2351x.get(i10); + b bVar = this.f2350x.get(i10); if (q(i10)) { - int i11 = this.f2350s; + int i11 = this.f2349s; paddingBottom -= i11; paddingTop += i11; } @@ -972,9 +972,9 @@ public class FlexboxLayout extends ViewGroup implements a { if (drawable != this.o) { this.o = drawable; if (drawable != null) { - this.f2350s = drawable.getIntrinsicHeight(); + this.f2349s = drawable.getIntrinsicHeight(); } else { - this.f2350s = 0; + this.f2349s = 0; } if (this.o == null && this.p == null) { setWillNotDraw(true); @@ -1011,7 +1011,7 @@ public class FlexboxLayout extends ViewGroup implements a { @Override // c.i.a.e.a public void setFlexLines(List list) { - this.f2351x = list; + this.f2350x = list; } public void setFlexWrap(int i) { @@ -1073,9 +1073,9 @@ public class FlexboxLayout extends ViewGroup implements a { int paddingLeft = getPaddingLeft(); int i9 = i4 - i2; int i10 = (i3 - i) - paddingRight; - int size = this.f2351x.size(); + int size = this.f2350x.size(); for (int i11 = 0; i11 < size; i11++) { - b bVar = this.f2351x.get(i11); + b bVar = this.f2350x.get(i11); if (q(i11)) { int i12 = this.t; paddingLeft += i12; @@ -1123,7 +1123,7 @@ public class FlexboxLayout extends ViewGroup implements a { float f8 = f3 + ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).topMargin); float f9 = f - ((float) ((ViewGroup.MarginLayoutParams) layoutParams2).bottomMargin); if (p(i15, i5)) { - int i16 = this.f2350s; + int i16 = this.f2349s; float f10 = (float) i16; f5 = f8 + f10; i7 = i16; @@ -1133,7 +1133,7 @@ public class FlexboxLayout extends ViewGroup implements a { f4 = f9; i7 = 0; } - int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2350s; + int i17 = (i5 != bVar.h + -1 || (this.q & 4) <= 0) ? 0 : this.f2349s; if (!z2) { layoutParams = layoutParams2; i6 = i5; diff --git a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java index eee99cc763..298adca3c9 100644 --- a/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java +++ b/app/src/main/java/com/google/android/flexbox/FlexboxLayoutManager.java @@ -37,20 +37,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public RecyclerView.Recycler r; /* renamed from: s reason: collision with root package name */ - public RecyclerView.State f2353s; + public RecyclerView.State f2352s; public c t; public b u = new b(null); public OrientationHelper v; public OrientationHelper w; /* renamed from: x reason: collision with root package name */ - public SavedState f2354x; + public SavedState f2353x; /* renamed from: y reason: collision with root package name */ - public int f2355y = -1; + public int f2354y = -1; /* renamed from: z reason: collision with root package name */ - public int f2356z = Integer.MIN_VALUE; + public int f2355z = Integer.MIN_VALUE; public static class LayoutParams extends RecyclerView.LayoutParams implements FlexItem { public static final Parcelable.Creator CREATOR = new a(); @@ -277,7 +277,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public int b; /* renamed from: c reason: collision with root package name */ - public int f2357c; + public int f2356c; public int d = 0; public boolean e; public boolean f; @@ -290,17 +290,17 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements if (!FlexboxLayoutManager.this.i()) { FlexboxLayoutManager flexboxLayoutManager = FlexboxLayoutManager.this; if (flexboxLayoutManager.n) { - bVar.f2357c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2356c = bVar.e ? flexboxLayoutManager.v.getEndAfterPadding() : flexboxLayoutManager.getWidth() - FlexboxLayoutManager.this.v.getStartAfterPadding(); return; } } - bVar.f2357c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); + bVar.f2356c = bVar.e ? FlexboxLayoutManager.this.v.getEndAfterPadding() : FlexboxLayoutManager.this.v.getStartAfterPadding(); } public static void b(b bVar) { bVar.a = -1; bVar.b = -1; - bVar.f2357c = Integer.MIN_VALUE; + bVar.f2356c = Integer.MIN_VALUE; boolean z2 = false; bVar.f = false; bVar.g = false; @@ -341,7 +341,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements P.append(", mFlexLinePosition="); P.append(this.b); P.append(", mCoordinate="); - P.append(this.f2357c); + P.append(this.f2356c); P.append(", mPerpendicularCoordinate="); P.append(this.d); P.append(", mLayoutFromEnd="); @@ -360,7 +360,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2358c; + public int f2357c; public int d; public int e; public int f; @@ -376,7 +376,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements StringBuilder P = c.d.b.a.a.P("LayoutState{mAvailable="); P.append(this.a); P.append(", mFlexLinePosition="); - P.append(this.f2358c); + P.append(this.f2357c); P.append(", mPosition="); P.append(this.d); P.append(", mOffset="); @@ -456,21 +456,21 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = bVar.f2357c - this.v.getStartAfterPadding(); + this.t.a = bVar.f2356c - this.v.getStartAfterPadding(); } else { - this.t.a = (this.E.getWidth() - bVar.f2357c) - this.v.getStartAfterPadding(); + this.t.a = (this.E.getWidth() - bVar.f2356c) - this.v.getStartAfterPadding(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = -1; - cVar.e = bVar.f2357c; + cVar.e = bVar.f2356c; cVar.f = Integer.MIN_VALUE; int i3 = bVar.b; - cVar.f2358c = i3; + cVar.f2357c = i3; if (z2 && i3 > 0 && this.p.size() > (i2 = bVar.b)) { c cVar2 = this.t; - cVar2.f2358c--; + cVar2.f2357c--; cVar2.d -= this.p.get(i2).h; } } @@ -731,7 +731,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // c.i.a.e.a public int getFlexItemCount() { - return this.f2353s.getItemCount(); + return this.f2352s.getItemCount(); } @Override // c.i.a.e.a @@ -857,10 +857,10 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } List list = this.p; int i23 = cVar.d; - if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2358c) >= 0 && i16 < list.size())) { + if (!(i23 >= 0 && i23 < state.getItemCount() && (i16 = cVar.f2357c) >= 0 && i16 < list.size())) { break; } - c.i.a.e.b bVar = this.p.get(cVar.f2358c); + c.i.a.e.b bVar = this.p.get(cVar.f2357c); cVar.d = bVar.o; if (i()) { int paddingLeft = getPaddingLeft(); @@ -927,7 +927,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements i26 = i12; } i3 = i19; - cVar.f2358c += this.t.i; + cVar.f2357c += this.t.i; i5 = bVar.g; i4 = i21; i2 = i22; @@ -1019,7 +1019,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } i4 = i21; i2 = i22; - cVar.f2358c += this.t.i; + cVar.f2357c += this.t.i; i5 = bVar.g; } i22 = i2 + i5; @@ -1129,7 +1129,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements boolean z4; int i5; this.r = recycler; - this.f2353s = state; + this.f2352s = state; int itemCount = state.getItemCount(); if (itemCount != 0 || !state.isPreLayout()) { int layoutDirection = getLayoutDirection(); @@ -1166,32 +1166,32 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.q.k(itemCount); this.q.i(itemCount); this.t.j = false; - SavedState savedState = this.f2354x; + SavedState savedState = this.f2353x; if (savedState != null) { int i7 = savedState.i; if (i7 >= 0 && i7 < itemCount) { - this.f2355y = i7; + this.f2354y = i7; } } b bVar = this.u; - if (!(bVar.f && this.f2355y == -1 && savedState == null)) { + if (!(bVar.f && this.f2354y == -1 && savedState == null)) { b.b(bVar); b bVar2 = this.u; - SavedState savedState2 = this.f2354x; - if (!state.isPreLayout() && (i5 = this.f2355y) != -1) { + SavedState savedState2 = this.f2353x; + if (!state.isPreLayout() && (i5 = this.f2354y) != -1) { if (i5 < 0 || i5 >= state.getItemCount()) { - this.f2355y = -1; - this.f2356z = Integer.MIN_VALUE; + this.f2354y = -1; + this.f2355z = Integer.MIN_VALUE; } else { - int i8 = this.f2355y; + int i8 = this.f2354y; bVar2.a = i8; bVar2.b = this.q.f1030c[i8]; - SavedState savedState3 = this.f2354x; + SavedState savedState3 = this.f2353x; if (savedState3 != null) { int itemCount2 = state.getItemCount(); int i9 = savedState3.i; if (i9 >= 0 && i9 < itemCount2) { - bVar2.f2357c = this.v.getStartAfterPadding() + savedState2.j; + bVar2.f2356c = this.v.getStartAfterPadding() + savedState2.j; bVar2.g = true; bVar2.b = -1; z3 = true; @@ -1203,14 +1203,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements OrientationHelper orientationHelper = flexboxLayoutManager.k == 0 ? flexboxLayoutManager.w : flexboxLayoutManager.v; if (flexboxLayoutManager.i() || !FlexboxLayoutManager.this.n) { if (bVar2.e) { - bVar2.f2357c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); + bVar2.f2356c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedEnd(p); } else { - bVar2.f2357c = orientationHelper.getDecoratedStart(p); + bVar2.f2356c = orientationHelper.getDecoratedStart(p); } } else if (bVar2.e) { - bVar2.f2357c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); + bVar2.f2356c = orientationHelper.getTotalSpaceChange() + orientationHelper.getDecoratedStart(p); } else { - bVar2.f2357c = orientationHelper.getDecoratedEnd(p); + bVar2.f2356c = orientationHelper.getDecoratedEnd(p); } int position = FlexboxLayoutManager.this.getPosition(p); bVar2.a = position; @@ -1232,7 +1232,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements } if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { if (this.v.getDecoratedStart(p) >= this.v.getEndAfterPadding() || this.v.getDecoratedEnd(p) < this.v.getStartAfterPadding()) { - bVar2.f2357c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); + bVar2.f2356c = bVar2.e ? this.v.getEndAfterPadding() : this.v.getStartAfterPadding(); } } z4 = true; @@ -1250,28 +1250,28 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.u.f = true; } } - if (this.f2356z == Integer.MIN_VALUE) { - View findViewByPosition = findViewByPosition(this.f2355y); + if (this.f2355z == Integer.MIN_VALUE) { + View findViewByPosition = findViewByPosition(this.f2354y); if (findViewByPosition == null) { if (getChildCount() > 0) { - bVar2.e = this.f2355y < getPosition(getChildAt(0)); + bVar2.e = this.f2354y < getPosition(getChildAt(0)); } b.a(bVar2); } else if (this.v.getDecoratedMeasurement(findViewByPosition) > this.v.getTotalSpace()) { b.a(bVar2); } else if (this.v.getDecoratedStart(findViewByPosition) - this.v.getStartAfterPadding() < 0) { - bVar2.f2357c = this.v.getStartAfterPadding(); + bVar2.f2356c = this.v.getStartAfterPadding(); bVar2.e = false; } else if (this.v.getEndAfterPadding() - this.v.getDecoratedEnd(findViewByPosition) < 0) { - bVar2.f2357c = this.v.getEndAfterPadding(); + bVar2.f2356c = this.v.getEndAfterPadding(); bVar2.e = true; } else { - bVar2.f2357c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); + bVar2.f2356c = bVar2.e ? this.v.getTotalSpaceChange() + this.v.getDecoratedEnd(findViewByPosition) : this.v.getDecoratedStart(findViewByPosition); } } else if (i() || !this.n) { - bVar2.f2357c = this.v.getStartAfterPadding() + this.f2356z; + bVar2.f2356c = this.v.getStartAfterPadding() + this.f2355z; } else { - bVar2.f2357c = this.f2356z - this.v.getEndPadding(); + bVar2.f2356c = this.f2355z - this.v.getEndPadding(); } z3 = true; if (!z3) { @@ -1309,7 +1309,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.A = width; this.B = height; int i14 = this.F; - if (i14 != -1 || (this.f2355y == -1 && !z2)) { + if (i14 != -1 || (this.f2354y == -1 && !z2)) { int min = i14 != -1 ? Math.min(i14, this.u.a) : this.u.a; this.G.a(); if (i()) { @@ -1344,7 +1344,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements b bVar4 = this.u; int i15 = this.q.f1030c[bVar4.a]; bVar4.b = i15; - this.t.f2358c = i15; + this.t.f2357c = i15; } if (this.u.e) { m(recycler, state, this.t); @@ -1373,9 +1373,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onLayoutCompleted(RecyclerView.State state) { super.onLayoutCompleted(state); - this.f2354x = null; - this.f2355y = -1; - this.f2356z = Integer.MIN_VALUE; + this.f2353x = null; + this.f2354y = -1; + this.f2355z = Integer.MIN_VALUE; this.F = -1; b.b(this.u); this.C.clear(); @@ -1384,14 +1384,14 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof SavedState) { - this.f2354x = (SavedState) parcelable; + this.f2353x = (SavedState) parcelable; requestLayout(); } } @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public Parcelable onSaveInstanceState() { - SavedState savedState = this.f2354x; + SavedState savedState = this.f2353x; if (savedState != null) { return new SavedState(savedState, (a) null); } @@ -1506,9 +1506,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements @Override // androidx.recyclerview.widget.RecyclerView.LayoutManager public void scrollToPosition(int i2) { - this.f2355y = i2; - this.f2356z = Integer.MIN_VALUE; - SavedState savedState = this.f2354x; + this.f2354y = i2; + this.f2355z = Integer.MIN_VALUE; + SavedState savedState = this.f2353x; if (savedState != null) { savedState.i = -1; } @@ -1566,9 +1566,9 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.d = i6; int[] iArr = this.q.f1030c; if (iArr.length <= i6) { - cVar.f2358c = -1; + cVar.f2357c = -1; } else { - cVar.f2358c = iArr[i6]; + cVar.f2357c = iArr[i6]; } if (z3) { cVar.e = this.v.getDecoratedStart(q); @@ -1583,7 +1583,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar.e = this.v.getDecoratedEnd(q); this.t.f = this.v.getDecoratedEnd(q) - this.v.getEndAfterPadding(); } - int i8 = this.t.f2358c; + int i8 = this.t.f2357c; if ((i8 == -1 || i8 > this.p.size() - 1) && this.t.d <= getFlexItemCount()) { int i9 = abs - this.t.f; this.G.a(); @@ -1614,7 +1614,7 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements cVar3.d = -1; } c cVar4 = this.t; - cVar4.f2358c = i10 > 0 ? i10 - 1 : 0; + cVar4.f2357c = i10 > 0 ? i10 - 1 : 0; if (z3) { cVar4.e = this.v.getDecoratedEnd(o); this.t.f = this.v.getDecoratedEnd(o) - this.v.getEndAfterPadding(); @@ -1790,12 +1790,12 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.F = i2; View childAt = getChildAt(0); if (childAt != null) { - this.f2355y = getPosition(childAt); + this.f2354y = getPosition(childAt); if (i() || !this.n) { - this.f2356z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); + this.f2355z = this.v.getDecoratedStart(childAt) - this.v.getStartAfterPadding(); return; } - this.f2356z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); + this.f2355z = this.v.getEndPadding() + this.v.getDecoratedEnd(childAt); } } } @@ -1809,20 +1809,20 @@ public class FlexboxLayoutManager extends RecyclerView.LayoutManager implements this.t.b = false; } if (i() || !this.n) { - this.t.a = this.v.getEndAfterPadding() - bVar.f2357c; + this.t.a = this.v.getEndAfterPadding() - bVar.f2356c; } else { - this.t.a = bVar.f2357c - getPaddingRight(); + this.t.a = bVar.f2356c - getPaddingRight(); } c cVar = this.t; cVar.d = bVar.a; cVar.h = 1; cVar.i = 1; - cVar.e = bVar.f2357c; + cVar.e = bVar.f2356c; cVar.f = Integer.MIN_VALUE; - cVar.f2358c = bVar.b; + cVar.f2357c = bVar.b; if (z2 && this.p.size() > 1 && (i2 = bVar.b) >= 0 && i2 < this.p.size() - 1) { c cVar2 = this.t; - cVar2.f2358c++; + cVar2.f2357c++; cVar2.d += this.p.get(bVar.b).h; } } diff --git a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java index 32a2f8919a..3e0097c1d6 100644 --- a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java +++ b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java @@ -29,7 +29,7 @@ public class AdvertisingIdClient { public b b; /* renamed from: c reason: collision with root package name */ - public boolean f2359c; + public boolean f2358c; public final Object d = new Object(); @Nullable public a e; @@ -103,7 +103,7 @@ public class AdvertisingIdClient { context = applicationContext; } this.f = context; - this.f2359c = false; + this.f2358c = false; this.h = j; this.g = z3; } @@ -204,13 +204,13 @@ public class AdvertisingIdClient { synchronized (this) { if (this.f != null && this.a != null) { try { - if (this.f2359c) { + if (this.f2358c) { c.i.a.f.e.n.a.b().c(this.f, this.a); } } catch (Throwable th) { Log.i("AdvertisingIdClient", "AdvertisingIdClient unbindService failed.", th); } - this.f2359c = false; + this.f2358c = false; this.b = null; this.a = null; } @@ -221,7 +221,7 @@ public class AdvertisingIdClient { Info info; AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (!this.f2359c) { + if (!this.f2358c) { synchronized (this.d) { a aVar = this.e; if (aVar == null || !aVar.l) { @@ -230,7 +230,7 @@ public class AdvertisingIdClient { } try { f(false); - if (!this.f2359c) { + if (!this.f2358c) { throw new IOException("AdvertisingIdClient cannot reconnect."); } } catch (Exception e) { @@ -269,13 +269,13 @@ public class AdvertisingIdClient { public final void f(boolean z2) throws IOException, IllegalStateException, GooglePlayServicesNotAvailableException, GooglePlayServicesRepairableException { AnimatableValueParser.x("Calling this from your main thread can lead to deadlock"); synchronized (this) { - if (this.f2359c) { + if (this.f2358c) { a(); } c.i.a.f.e.a c2 = c(this.f, this.g); this.a = c2; this.b = d(c2); - this.f2359c = true; + this.f2358c = true; if (z2) { e(); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java index e2f3a02ed0..28884c3d5c 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java +++ b/app/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java @@ -39,7 +39,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce @Nullable /* renamed from: c reason: collision with root package name */ - public Uri f2360c; + public Uri f2359c; @Nullable public String d; @@ -48,7 +48,7 @@ public class Credential extends AbstractSafeParcelable implements ReflectedParce } public Credential a() { - return new Credential(this.a, this.b, this.f2360c, null, this.d, null, null, null); + return new Credential(this.a, this.b, this.f2359c, null, this.d, null, null, null); } } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java index 79961182a5..b63ced7b4a 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java @@ -43,7 +43,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle @Nullable /* renamed from: s reason: collision with root package name */ - public String f2361s; + public String f2360s; @Nullable public String t; public Set u = new HashSet(); @@ -59,7 +59,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle this.p = j; this.q = str6; this.r = list; - this.f2361s = str7; + this.f2360s = str7; this.t = str8; } @@ -140,7 +140,7 @@ public class GoogleSignInAccount extends AbstractSafeParcelable implements Refle parcel.writeLong(j); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.Y2(parcel, 10, this.r, false); - AnimatableValueParser.V2(parcel, 11, this.f2361s, false); + AnimatableValueParser.V2(parcel, 11, this.f2360s, false); AnimatableValueParser.V2(parcel, 12, this.t, false); AnimatableValueParser.e3(parcel, Z2); } diff --git a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java index 40f0718545..7cd5205395 100644 --- a/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java +++ b/app/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java @@ -43,7 +43,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2362s; + public final boolean f2361s; public final boolean t; @Nullable public String u; @@ -53,10 +53,10 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, @Nullable /* renamed from: x reason: collision with root package name */ - public String f2363x; + public String f2362x; /* renamed from: y reason: collision with root package name */ - public Map f2364y; + public Map f2363y; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -64,7 +64,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2365c; + public boolean f2364c; public boolean d; @Nullable public String e; @@ -81,14 +81,14 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, public a(@NonNull GoogleSignInOptions googleSignInOptions) { this.a = new HashSet(googleSignInOptions.p); - this.b = googleSignInOptions.f2362s; - this.f2365c = googleSignInOptions.t; + this.b = googleSignInOptions.f2361s; + this.f2364c = googleSignInOptions.t; this.d = googleSignInOptions.r; this.e = googleSignInOptions.u; this.f = googleSignInOptions.q; this.g = googleSignInOptions.v; this.h = GoogleSignInOptions.x0(googleSignInOptions.w); - this.i = googleSignInOptions.f2363x; + this.i = googleSignInOptions.f2362x; } public final GoogleSignInOptions a() { @@ -102,7 +102,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (this.d && (this.f == null || !this.a.isEmpty())) { this.a.add(GoogleSignInOptions.j); } - return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2365c, this.e, this.g, this.h, this.i); + return new GoogleSignInOptions(3, new ArrayList(this.a), this.f, this.d, this.b, this.f2364c, this.e, this.g, this.h, this.i); } } @@ -139,13 +139,13 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, this.p = arrayList; this.q = account; this.r = z2; - this.f2362s = z3; + this.f2361s = z3; this.t = z4; this.u = str; this.v = str2; this.w = new ArrayList<>(map.values()); - this.f2364y = map; - this.f2363x = str3; + this.f2363y = map; + this.f2362x = str3; } @Nullable @@ -211,7 +211,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, if (TextUtils.isEmpty(googleSignInOptions.u)) { } } - if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2362s == googleSignInOptions.f2362s && TextUtils.equals(this.f2363x, googleSignInOptions.f2363x)) { + if (this.t == googleSignInOptions.t && this.r == googleSignInOptions.r && this.f2361s == googleSignInOptions.f2361s && TextUtils.equals(this.f2362x, googleSignInOptions.f2362x)) { return true; } } @@ -239,8 +239,8 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, Account account = this.q; int hashCode = ((arrayList.hashCode() + 31) * 31) + (account == null ? 0 : account.hashCode()); String str = this.u; - int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2362s ? 1 : 0); - String str2 = this.f2363x; + int hashCode2 = (((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + (this.t ? 1 : 0)) * 31) + (this.r ? 1 : 0)) * 31) + (this.f2361s ? 1 : 0); + String str2 = this.f2362x; int i4 = hashCode2 * 31; if (str2 != null) { i2 = str2.hashCode(); @@ -263,7 +263,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, boolean z2 = this.r; AnimatableValueParser.c3(parcel, 4, 4); parcel.writeInt(z2 ? 1 : 0); - boolean z3 = this.f2362s; + boolean z3 = this.f2361s; AnimatableValueParser.c3(parcel, 5, 4); parcel.writeInt(z3 ? 1 : 0); boolean z4 = this.t; @@ -272,7 +272,7 @@ public class GoogleSignInOptions extends AbstractSafeParcelable implements a.d, AnimatableValueParser.V2(parcel, 7, this.u, false); AnimatableValueParser.V2(parcel, 8, this.v, false); AnimatableValueParser.Y2(parcel, 9, this.w, false); - AnimatableValueParser.V2(parcel, 10, this.f2363x, false); + AnimatableValueParser.V2(parcel, 10, this.f2362x, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java index 6532102d56..4b40e96bf8 100644 --- a/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java +++ b/app/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java @@ -43,7 +43,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; public class GoogleApiAvailability extends c { /* renamed from: c reason: collision with root package name */ - public static final Object f2366c = new Object(); + public static final Object f2365c = new Object(); public static final GoogleApiAvailability d = new GoogleApiAvailability(); public static final int e = c.a; @@ -211,7 +211,7 @@ public class GoogleApiAvailability extends c { } if (c.i.a.f.e.o.c.R()) { AnimatableValueParser.F(c.i.a.f.e.o.c.R()); - synchronized (f2366c) { + synchronized (f2365c) { } NotificationChannel notificationChannel = notificationManager.getNotificationChannel("com.google.android.gms.availability"); SimpleArrayMap simpleArrayMap = m.a; diff --git a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java index f1b60b73fa..4b22e4968c 100644 --- a/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java +++ b/app/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java @@ -81,7 +81,7 @@ public class GoogleApiActivity extends Activity implements DialogInterface.OnCan finish(); } } else { - Object obj = GoogleApiAvailability.f2366c; + Object obj = GoogleApiAvailability.f2365c; GoogleApiAvailability.d.f(this, num == null ? 8 : num.intValue(), 2, this); this.j = 1; } diff --git a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java index 395304bd06..745e9748bc 100644 --- a/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java +++ b/app/src/main/java/com/google/android/gms/common/api/internal/BasePendingResult.java @@ -28,7 +28,7 @@ public abstract class BasePendingResult extends d { public final Object b; /* renamed from: c reason: collision with root package name */ - public final a f2367c; + public final a f2366c; public final CountDownLatch d; public final ArrayList e; public final AtomicReference f; @@ -88,7 +88,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2367c = new a<>(Looper.getMainLooper()); + this.f2366c = new a<>(Looper.getMainLooper()); new WeakReference(null); } @@ -98,7 +98,7 @@ public abstract class BasePendingResult extends d { this.e = new ArrayList<>(); this.f = new AtomicReference<>(); this.k = false; - this.f2367c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); + this.f2366c = new a<>(cVar != null ? cVar.c() : Looper.getMainLooper()); new WeakReference(cVar); } diff --git a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java index 749539e3a8..31f3cda9f1 100644 --- a/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java +++ b/app/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java @@ -35,7 +35,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { public Feature[] r; /* renamed from: s reason: collision with root package name */ - public boolean f2368s; + public boolean f2367s; public int t; public boolean u; @@ -43,7 +43,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.i = 5; this.k = c.a; this.j = i; - this.f2368s = true; + this.f2367s = true; } public GetServiceRequest(int i, int i2, int i3, String str, IBinder iBinder, Scope[] scopeArr, Bundle bundle, Account account, Feature[] featureArr, Feature[] featureArr2, boolean z2, int i4, boolean z3) { @@ -80,7 +80,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { this.o = bundle; this.q = featureArr; this.r = featureArr2; - this.f2368s = z2; + this.f2367s = z2; this.t = i4; this.u = z3; } @@ -104,7 +104,7 @@ public class GetServiceRequest extends AbstractSafeParcelable { AnimatableValueParser.U2(parcel, 8, this.p, i, false); AnimatableValueParser.X2(parcel, 10, this.q, i, false); AnimatableValueParser.X2(parcel, 11, this.r, i, false); - boolean z2 = this.f2368s; + boolean z2 = this.f2367s; AnimatableValueParser.c3(parcel, 12, 4); parcel.writeInt(z2 ? 1 : 0); int i5 = this.t; diff --git a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java index e91257496d..6fd7fecec8 100644 --- a/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java +++ b/app/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java @@ -34,7 +34,7 @@ public final class DynamiteModule { @Nullable /* renamed from: c reason: collision with root package name */ - public static i f2369c = null; + public static i f2368c = null; @Nullable public static String d = null; public static int e = -1; @@ -76,7 +76,7 @@ public final class DynamiteModule { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2370c = 0; + public int f2369c = 0; } /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ @@ -178,7 +178,7 @@ public final class DynamiteModule { sb.append(":"); sb.append(i3); Log.i("DynamiteModule", sb.toString()); - int i4 = a2.f2370c; + int i4 = a2.f2369c; if (i4 == 0 || ((i4 == -1 && a2.a == 0) || (i4 == 1 && a2.b == 0))) { int i5 = a2.a; int i6 = a2.b; @@ -210,13 +210,13 @@ public final class DynamiteModule { String valueOf = String.valueOf(e3.getMessage()); Log.w("DynamiteModule", valueOf.length() != 0 ? "Failed to load remote module: ".concat(valueOf) : new String("Failed to load remote module: ")); int i7 = a2.a; - if (i7 == 0 || aVar.a(context, str, new c(i7)).f2370c != -1) { + if (i7 == 0 || aVar.a(context, str, new c(i7)).f2369c != -1) { throw new LoadingException("Remote load failed. No local fallback found.", e3, null); } return e(context, str); } } else { - int i8 = a2.f2370c; + int i8 = a2.f2369c; StringBuilder sb3 = new StringBuilder(47); sb3.append("VersionPolicy returned invalid code:"); sb3.append(i8); @@ -416,7 +416,7 @@ public final class DynamiteModule { IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.dynamite.IDynamiteLoaderV2"); iVar = queryLocalInterface instanceof i ? (i) queryLocalInterface : new h(iBinder); } - f2369c = iVar; + f2368c = iVar; } catch (ClassNotFoundException | IllegalAccessException | InstantiationException | NoSuchMethodException | InvocationTargetException e2) { throw new LoadingException("Failed to instantiate dynamite loader", e2, null); } @@ -531,7 +531,7 @@ public final class DynamiteModule { sb.append(i2); Log.i("DynamiteModule", sb.toString()); synchronized (DynamiteModule.class) { - iVar = f2369c; + iVar = f2368c; } if (iVar != null) { b bVar = f.get(); diff --git a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java index 762fac69a3..9e473d6464 100644 --- a/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java +++ b/app/src/main/java/com/google/android/gms/internal/measurement/zzhi.java @@ -22,7 +22,7 @@ public abstract class zzhi extends u3 { public static final boolean b = j7.g; /* renamed from: c reason: collision with root package name */ - public g4 f2371c; + public g4 f2370c; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ public static class a extends zzhi { @@ -215,7 +215,7 @@ public abstract class zzhi extends u3 { l3Var.l(e); } r(e); - q6Var.g(c6Var, this.f2371c); + q6Var.g(c6Var, this.f2370c); } @Override // com.google.android.gms.internal.measurement.zzhi diff --git a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java index 584330dbbc..888352f19a 100644 --- a/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java +++ b/app/src/main/java/com/google/android/gms/measurement/AppMeasurement.java @@ -38,7 +38,7 @@ public class AppMeasurement { public final u4 b; /* renamed from: c reason: collision with root package name */ - public final b7 f2372c; + public final b7 f2371c; public final boolean d; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ @@ -155,7 +155,7 @@ public class AppMeasurement { } public AppMeasurement(b7 b7Var) { - this.f2372c = b7Var; + this.f2371c = b7Var; this.b = null; this.d = true; } @@ -163,7 +163,7 @@ public class AppMeasurement { public AppMeasurement(u4 u4Var) { Objects.requireNonNull(u4Var, "null reference"); this.b = u4Var; - this.f2372c = null; + this.f2371c = null; this.d = false; } @@ -194,7 +194,7 @@ public class AppMeasurement { @Keep public void beginAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2372c.g(str); + this.f2371c.g(str); return; } a A = this.b.A(); @@ -205,7 +205,7 @@ public class AppMeasurement { @Keep public void clearConditionalUserProperty(@NonNull @Size(max = 24, min = 1) String str, @Nullable String str2, @Nullable Bundle bundle) { if (this.d) { - this.f2372c.l(str, str2, bundle); + this.f2371c.l(str, str2, bundle); } else { this.b.s().R(str, str2, bundle); } @@ -214,7 +214,7 @@ public class AppMeasurement { @Keep public void endAdUnitExposure(@NonNull @Size(min = 1) String str) { if (this.d) { - this.f2372c.j(str); + this.f2371c.j(str); return; } a A = this.b.A(); @@ -224,13 +224,13 @@ public class AppMeasurement { @Keep public long generateEventId() { - return this.d ? this.f2372c.e() : this.b.t().t0(); + return this.d ? this.f2371c.e() : this.b.t().t0(); } @Nullable @Keep public String getAppInstanceId() { - return this.d ? this.f2372c.c() : this.b.s().g.get(); + return this.d ? this.f2371c.c() : this.b.s().g.get(); } @Keep @@ -239,7 +239,7 @@ public class AppMeasurement { List list; int i = 0; if (this.d) { - list = this.f2372c.i(str, str2); + list = this.f2371c.i(str, str2); } else { c6 s2 = this.b.s(); if (s2.f().y()) { @@ -274,7 +274,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenClass() { if (this.d) { - return this.f2372c.b(); + return this.f2371c.b(); } i7 i7Var = this.b.s().a.w().f1170c; if (i7Var != null) { @@ -287,7 +287,7 @@ public class AppMeasurement { @Keep public String getCurrentScreenName() { if (this.d) { - return this.f2372c.a(); + return this.f2371c.a(); } i7 i7Var = this.b.s().a.w().f1170c; if (i7Var != null) { @@ -299,14 +299,14 @@ public class AppMeasurement { @Nullable @Keep public String getGmpAppId() { - return this.d ? this.f2372c.d() : this.b.s().O(); + return this.d ? this.f2371c.d() : this.b.s().O(); } @Keep @WorkerThread public int getMaxUserProperties(@NonNull @Size(min = 1) String str) { if (this.d) { - return this.f2372c.h(str); + return this.f2371c.h(str); } this.b.s(); AnimatableValueParser.w(str); @@ -317,7 +317,7 @@ public class AppMeasurement { @WorkerThread public Map getUserProperties(@Nullable String str, @Nullable @Size(max = 24, min = 1) String str2, boolean z2) { if (this.d) { - return this.f2372c.k(str, str2, z2); + return this.f2371c.k(str, str2, z2); } c6 s2 = this.b.s(); if (s2.f().y()) { @@ -345,7 +345,7 @@ public class AppMeasurement { @Keep public void logEventInternal(String str, String str2, Bundle bundle) { if (this.d) { - this.f2372c.m(str, str2, bundle); + this.f2371c.m(str, str2, bundle); } else { this.b.s().H(str, str2, bundle); } @@ -355,7 +355,7 @@ public class AppMeasurement { public void setConditionalUserProperty(@NonNull ConditionalUserProperty conditionalUserProperty) { Objects.requireNonNull(conditionalUserProperty, "null reference"); if (this.d) { - this.f2372c.f(conditionalUserProperty.a()); + this.f2371c.f(conditionalUserProperty.a()); return; } c6 s2 = this.b.s(); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java index acd0528a4b..fcb83e6cf0 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzn.java @@ -27,20 +27,20 @@ public final class zzn extends AbstractSafeParcelable { public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2373s; + public final String f2372s; public final long t; public final long u; public final int v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2374x; + public final boolean f2373x; /* renamed from: y reason: collision with root package name */ - public final boolean f2375y; + public final boolean f2374y; /* renamed from: z reason: collision with root package name */ - public final String f2376z; + public final String f2375z; public zzn(String str, String str2, String str3, long j, String str4, long j2, long j3, String str5, boolean z2, boolean z3, String str6, long j4, long j5, int i, boolean z4, boolean z5, boolean z6, String str7, Boolean bool, long j6, List list, String str8, String str9) { AnimatableValueParser.w(str); @@ -54,14 +54,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2373s = str6; + this.f2372s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2374x = z5; - this.f2375y = z6; - this.f2376z = str7; + this.f2373x = z5; + this.f2374y = z6; + this.f2375z = str7; this.A = bool; this.B = j6; this.C = list; @@ -80,14 +80,14 @@ public final class zzn extends AbstractSafeParcelable { this.o = str5; this.p = z2; this.q = z3; - this.f2373s = str6; + this.f2372s = str6; this.t = j4; this.u = j5; this.v = i; this.w = z4; - this.f2374x = z5; - this.f2375y = z6; - this.f2376z = str7; + this.f2373x = z5; + this.f2374y = z6; + this.f2375z = str7; this.A = bool; this.B = j6; this.C = list; @@ -118,7 +118,7 @@ public final class zzn extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.V2(parcel, 12, this.f2373s, false); + AnimatableValueParser.V2(parcel, 12, this.f2372s, false); long j4 = this.t; AnimatableValueParser.c3(parcel, 13, 8); parcel.writeLong(j4); @@ -131,13 +131,13 @@ public final class zzn extends AbstractSafeParcelable { boolean z4 = this.w; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(z4 ? 1 : 0); - boolean z5 = this.f2374x; + boolean z5 = this.f2373x; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(z5 ? 1 : 0); - boolean z6 = this.f2375y; + boolean z6 = this.f2374y; AnimatableValueParser.c3(parcel, 18, 4); parcel.writeInt(z6 ? 1 : 0); - AnimatableValueParser.V2(parcel, 19, this.f2376z, false); + AnimatableValueParser.V2(parcel, 19, this.f2375z, false); Boolean bool = this.A; if (bool != null) { AnimatableValueParser.c3(parcel, 21, 4); diff --git a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java index 864f6bc9a7..7d1b38b561 100644 --- a/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java +++ b/app/src/main/java/com/google/android/gms/measurement/internal/zzz.java @@ -20,7 +20,7 @@ public final class zzz extends AbstractSafeParcelable { public long r; /* renamed from: s reason: collision with root package name */ - public zzaq f2377s; + public zzaq f2376s; public zzz(zzz zzz) { this.i = zzz.i; @@ -33,7 +33,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = zzz.p; this.q = zzz.q; this.r = zzz.r; - this.f2377s = zzz.f2377s; + this.f2376s = zzz.f2376s; } public zzz(String str, String str2, zzku zzku, long j, boolean z2, String str3, zzaq zzaq, long j2, zzaq zzaq2, long j3, zzaq zzaq3) { @@ -47,7 +47,7 @@ public final class zzz extends AbstractSafeParcelable { this.p = j2; this.q = zzaq2; this.r = j3; - this.f2377s = zzaq3; + this.f2376s = zzaq3; } @Override // android.os.Parcelable @@ -71,7 +71,7 @@ public final class zzz extends AbstractSafeParcelable { long j3 = this.r; AnimatableValueParser.c3(parcel, 11, 8); parcel.writeLong(j3); - AnimatableValueParser.U2(parcel, 12, this.f2377s, i, false); + AnimatableValueParser.U2(parcel, 12, this.f2376s, i, false); AnimatableValueParser.e3(parcel, Z2); } } diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java index 52a0d8119b..4d835592e5 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/SubscribeOptions.java @@ -9,7 +9,7 @@ public final class SubscribeOptions { @Nullable /* renamed from: c reason: collision with root package name */ - public final d f2378c = null; + public final d f2377c = null; public final boolean d = false; static { diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java index ce89f4cf22..54c1ad7f22 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/SubscribeRequest.java @@ -41,7 +41,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re @Deprecated /* renamed from: s reason: collision with root package name */ - public final boolean f2379s; + public final boolean f2378s; @Nullable public final a t; @Deprecated @@ -51,10 +51,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re public final boolean w; /* renamed from: x reason: collision with root package name */ - public final int f2380x; + public final int f2379x; /* renamed from: y reason: collision with root package name */ - public final int f2381y; + public final int f2380y; public SubscribeRequest(int i, @Nullable IBinder iBinder, Strategy strategy, IBinder iBinder2, MessageFilter messageFilter, @Nullable PendingIntent pendingIntent, int i2, @Nullable String str, @Nullable String str2, @Nullable byte[] bArr, boolean z2, @Nullable IBinder iBinder3, boolean z3, @Nullable ClientAppContext clientAppContext, boolean z4, int i3, int i4) { o0 o0Var; @@ -82,7 +82,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.p = str; this.q = str2; this.r = bArr; - this.f2379s = z2; + this.f2378s = z2; if (iBinder3 != null) { IInterface queryLocalInterface3 = iBinder3.queryLocalInterface("com.google.android.gms.nearby.messages.internal.ISubscribeCallback"); aVar = queryLocalInterface3 instanceof a ? (a) queryLocalInterface3 : new c(iBinder3); @@ -91,8 +91,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re this.u = z3; this.v = ClientAppContext.v0(clientAppContext, str2, str, z3); this.w = z4; - this.f2380x = i3; - this.f2381y = i4; + this.f2379x = i3; + this.f2380y = i4; } @Override // java.lang.Object @@ -120,8 +120,8 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z3 = this.w; String str2 = this.p; String str3 = this.q; - boolean z4 = this.f2379s; - int i = this.f2381y; + boolean z4 = this.f2378s; + int i = this.f2380y; StringBuilder O = c.d.b.a.a.O(c.d.b.a.a.b(str3, c.d.b.a.a.b(str2, valueOf7.length() + valueOf6.length() + c.d.b.a.a.b(str, valueOf5.length() + valueOf4.length() + valueOf3.length() + valueOf2.length() + valueOf.length() + 291))), "SubscribeRequest{messageListener=", valueOf, ", strategy=", valueOf2); c.d.b.a.a.o0(O, ", callback=", valueOf3, ", filter=", valueOf4); c.d.b.a.a.o0(O, ", pendingIntent=", valueOf5, ", hint=", str); @@ -162,7 +162,7 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re AnimatableValueParser.V2(parcel, 8, this.p, false); AnimatableValueParser.V2(parcel, 9, this.q, false); AnimatableValueParser.S2(parcel, 10, this.r, false); - boolean z2 = this.f2379s; + boolean z2 = this.f2378s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(z2 ? 1 : 0); a aVar = this.t; @@ -177,10 +177,10 @@ public final class SubscribeRequest extends AbstractSafeParcelable implements Re boolean z4 = this.w; AnimatableValueParser.c3(parcel, 15, 4); parcel.writeInt(z4 ? 1 : 0); - int i4 = this.f2380x; + int i4 = this.f2379x; AnimatableValueParser.c3(parcel, 16, 4); parcel.writeInt(i4); - int i5 = this.f2381y; + int i5 = this.f2380y; AnimatableValueParser.c3(parcel, 17, 4); parcel.writeInt(i5); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java index 3e76876062..1fefa21c14 100644 --- a/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java +++ b/app/src/main/java/com/google/android/gms/nearby/messages/internal/zzbz.java @@ -35,7 +35,7 @@ public final class zzbz extends AbstractSafeParcelable { public final ClientAppContext r; /* renamed from: s reason: collision with root package name */ - public final int f2382s; + public final int f2381s; public zzbz(int i, zzaf zzaf, Strategy strategy, IBinder iBinder, @Nullable String str, @Nullable String str2, boolean z2, @Nullable IBinder iBinder2, boolean z3, @Nullable ClientAppContext clientAppContext, int i2) { r0 r0Var; @@ -60,7 +60,7 @@ public final class zzbz extends AbstractSafeParcelable { this.p = w0Var; this.q = z3; this.r = ClientAppContext.v0(clientAppContext, str2, str, z3); - this.f2382s = i2; + this.f2381s = i2; } @Override // android.os.Parcelable @@ -83,7 +83,7 @@ public final class zzbz extends AbstractSafeParcelable { AnimatableValueParser.c3(parcel, 9, 4); parcel.writeInt(z3 ? 1 : 0); AnimatableValueParser.U2(parcel, 10, this.r, i, false); - int i3 = this.f2382s; + int i3 = this.f2381s; AnimatableValueParser.c3(parcel, 11, 4); parcel.writeInt(i3); AnimatableValueParser.e3(parcel, Z2); diff --git a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java index 239bf3ae07..b132676037 100644 --- a/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java +++ b/app/src/main/java/com/google/android/material/appbar/AppBarLayout.java @@ -167,13 +167,13 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta public final /* synthetic */ AppBarLayout b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2384c; + public final /* synthetic */ View f2383c; public final /* synthetic */ int d; public b(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, View view, int i) { this.a = coordinatorLayout; this.b = appBarLayout; - this.f2384c = view; + this.f2383c = view; this.d = i; } @@ -181,7 +181,7 @@ public class AppBarLayout extends LinearLayout implements CoordinatorLayout.Atta /* JADX WARN: Multi-variable type inference failed */ @Override // androidx.core.view.accessibility.AccessibilityViewCommand public boolean perform(@NonNull View view, @Nullable AccessibilityViewCommand.CommandArguments commandArguments) { - BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2384c, 0, this.d, new int[]{0, 0}, 1); + BaseBehavior.this.onNestedPreScroll(this.a, (CoordinatorLayout) this.b, this.f2383c, 0, this.d, new int[]{0, 0}, 1); return true; } } diff --git a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java index ac21eee561..227ea260fe 100644 --- a/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java +++ b/app/src/main/java/com/google/android/material/behavior/SwipeDismissBehavior.java @@ -120,7 +120,7 @@ public class SwipeDismissBehavior extends CoordinatorLayout.Beha } /* JADX WARNING: Code restructure failed: missing block: B:21:0x0054, code lost: - if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2385c.dragDismissThreshold)) goto L_0x002a; + if (java.lang.Math.abs(r8.getLeft() - r7.a) >= java.lang.Math.round(((float) r8.getWidth()) * r7.f2384c.dragDismissThreshold)) goto L_0x002a; */ /* JADX WARNING: Removed duplicated region for block: B:23:0x0059 */ /* JADX WARNING: Removed duplicated region for block: B:28:0x0066 */ diff --git a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java index 1d94fd4b8d..8399a3ef41 100644 --- a/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java +++ b/app/src/main/java/com/google/android/material/bottomappbar/BottomAppBar.java @@ -355,12 +355,12 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB public final /* synthetic */ ActionMenuView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2386c; + public final /* synthetic */ int f2385c; public final /* synthetic */ boolean d; public g(ActionMenuView actionMenuView, int i, boolean z2) { this.b = actionMenuView; - this.f2386c = i; + this.f2385c = i; this.d = z2; } @@ -375,7 +375,7 @@ public class BottomAppBar extends Toolbar implements CoordinatorLayout.AttachedB boolean z2 = BottomAppBar.access$2000(BottomAppBar.this) != 0; BottomAppBar bottomAppBar = BottomAppBar.this; bottomAppBar.replaceMenu(BottomAppBar.access$2000(bottomAppBar)); - BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2386c, this.d, z2); + BottomAppBar.access$2100(BottomAppBar.this, this.b, this.f2385c, this.d, z2); } } } diff --git a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java index 993f6778f8..a0237a55ff 100644 --- a/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java +++ b/app/src/main/java/com/google/android/material/bottomnavigation/BottomNavigationPresenter.java @@ -18,7 +18,7 @@ import com.google.android.material.internal.ParcelableSparseArray; public class BottomNavigationPresenter implements MenuPresenter { /* renamed from: id reason: collision with root package name */ - private int f2387id; + private int f2386id; private MenuBuilder menu; private BottomNavigationMenuView menuView; private boolean updateSuspended = false; @@ -82,7 +82,7 @@ public class BottomNavigationPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2387id; + return this.f2386id; } @Override // androidx.appcompat.view.menu.MenuPresenter @@ -132,7 +132,7 @@ public class BottomNavigationPresenter implements MenuPresenter { } public void setId(int i) { - this.f2387id = i; + this.f2386id = i; } public void setUpdateSuspended(boolean z2) { diff --git a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java index 61c16858e8..fc2c286d01 100644 --- a/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java +++ b/app/src/main/java/com/google/android/material/button/MaterialButtonToggleGroup.java @@ -104,13 +104,13 @@ public class MaterialButtonToggleGroup extends LinearLayout { public CornerSize b; /* renamed from: c reason: collision with root package name */ - public CornerSize f2388c; + public CornerSize f2387c; public CornerSize d; public CornerSize e; public d(CornerSize cornerSize, CornerSize cornerSize2, CornerSize cornerSize3, CornerSize cornerSize4) { this.b = cornerSize; - this.f2388c = cornerSize3; + this.f2387c = cornerSize3; this.d = cornerSize4; this.e = cornerSize2; } @@ -265,7 +265,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { CornerSize cornerSize = d.a; if (ViewUtils.isLayoutRtl(this)) { CornerSize cornerSize2 = d.a; - return new d(cornerSize2, cornerSize2, dVar.f2388c, dVar.d); + return new d(cornerSize2, cornerSize2, dVar.f2387c, dVar.d); } CornerSize cornerSize3 = dVar.b; CornerSize cornerSize4 = dVar.e; @@ -274,7 +274,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { } CornerSize cornerSize6 = dVar.b; CornerSize cornerSize7 = d.a; - return new d(cornerSize6, cornerSize7, dVar.f2388c, cornerSize7); + return new d(cornerSize6, cornerSize7, dVar.f2387c, cornerSize7); } else if (i != i3) { return null; } else { @@ -287,7 +287,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { return new d(cornerSize9, cornerSize10, cornerSize11, cornerSize11); } CornerSize cornerSize12 = d.a; - return new d(cornerSize12, cornerSize12, dVar.f2388c, dVar.d); + return new d(cornerSize12, cornerSize12, dVar.f2387c, dVar.d); } CornerSize cornerSize13 = d.a; return new d(cornerSize13, dVar.e, cornerSize13, dVar.d); @@ -356,7 +356,7 @@ public class MaterialButtonToggleGroup extends LinearLayout { if (dVar == null) { builder.setAllCornerSizes(0.0f); } else { - builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2388c).setBottomRightCornerSize(dVar.d); + builder.setTopLeftCornerSize(dVar.b).setBottomLeftCornerSize(dVar.e).setTopRightCornerSize(dVar.f2387c).setBottomRightCornerSize(dVar.d); } } diff --git a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java index a0b5bb7870..4b4cada554 100644 --- a/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java +++ b/app/src/main/java/com/google/android/material/datepicker/MonthsPagerAdapter.java @@ -19,7 +19,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { public final CalendarConstraints b; /* renamed from: c reason: collision with root package name */ - public final DateSelector f2391c; + public final DateSelector f2390c; public final MaterialCalendar.l d; public final int e; @@ -51,7 +51,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { this.a = context; this.e = dayHeight + dayHeight2; this.b = calendarConstraints; - this.f2391c = dateSelector; + this.f2390c = dateSelector; this.d = lVar; setHasStableIds(true); } else { @@ -86,7 +86,7 @@ public class MonthsPagerAdapter extends RecyclerView.Adapter { viewHolder2.monthTitle.setText(m.l(viewHolder2.itemView.getContext())); MaterialCalendarGridView materialCalendarGridView = (MaterialCalendarGridView) viewHolder2.monthGrid.findViewById(R.id.month_grid); if (materialCalendarGridView.getAdapter() == null || !m.equals(materialCalendarGridView.getAdapter().j)) { - g gVar = new g(m, this.f2391c, this.b); + g gVar = new g(m, this.f2390c, this.b); materialCalendarGridView.setNumColumns(m.l); materialCalendarGridView.setAdapter((ListAdapter) gVar); } else { diff --git a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java index 12f6166e85..f8760e5eeb 100644 --- a/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java +++ b/app/src/main/java/com/google/android/material/floatingactionbutton/ExtendedFloatingActionButton.java @@ -278,11 +278,11 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public final /* synthetic */ c.i.a.g.e.j b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ OnChangedCallback f2392c; + public final /* synthetic */ OnChangedCallback f2391c; public c(ExtendedFloatingActionButton extendedFloatingActionButton, c.i.a.g.e.j jVar, OnChangedCallback onChangedCallback) { this.b = jVar; - this.f2392c = onChangedCallback; + this.f2391c = onChangedCallback; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -295,7 +295,7 @@ public class ExtendedFloatingActionButton extends MaterialButton implements Coor public void onAnimationEnd(Animator animator) { this.b.e(); if (!this.a) { - this.b.g(this.f2392c); + this.b.g(this.f2391c); } } diff --git a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java index dd51d747ad..bb47e45d97 100644 --- a/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java +++ b/app/src/main/java/com/google/android/material/internal/NavigationMenuPresenter.java @@ -43,7 +43,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public ColorStateList iconTintList; /* renamed from: id reason: collision with root package name */ - private int f2393id; + private int f2392id; public boolean isBehindStatusBar = true; public Drawable itemBackground; public int itemHorizontalPadding; @@ -95,15 +95,15 @@ public class NavigationMenuPresenter implements MenuPresenter { public MenuItemImpl b; /* renamed from: c reason: collision with root package name */ - public boolean f2394c; + public boolean f2393c; public c() { a(); } public final void a() { - if (!this.f2394c) { - this.f2394c = true; + if (!this.f2393c) { + this.f2393c = true; this.a.clear(); this.a.add(new d()); int i = -1; @@ -186,7 +186,7 @@ public class NavigationMenuPresenter implements MenuPresenter { i2++; z2 = false; } - this.f2394c = false; + this.f2393c = false; } } @@ -418,7 +418,7 @@ public class NavigationMenuPresenter implements MenuPresenter { @Override // androidx.appcompat.view.menu.MenuPresenter public int getId() { - return this.f2393id; + return this.f2392id; } @Nullable @@ -510,7 +510,7 @@ public class NavigationMenuPresenter implements MenuPresenter { Objects.requireNonNull(cVar); int i2 = bundle2.getInt("android:menu:checked", 0); if (i2 != 0) { - cVar.f2394c = true; + cVar.f2393c = true; int size = cVar.a.size(); int i3 = 0; while (true) { @@ -524,7 +524,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } i3++; } - cVar.f2394c = false; + cVar.f2393c = false; cVar.a(); } SparseArray sparseParcelableArray2 = bundle2.getSparseParcelableArray("android:menu:action_views"); @@ -617,7 +617,7 @@ public class NavigationMenuPresenter implements MenuPresenter { } public void setId(int i2) { - this.f2393id = i2; + this.f2392id = i2; } public void setItemBackground(@Nullable Drawable drawable) { @@ -675,7 +675,7 @@ public class NavigationMenuPresenter implements MenuPresenter { public void setUpdateSuspended(boolean z2) { c cVar = this.adapter; if (cVar != null) { - cVar.f2394c = z2; + cVar.f2393c = z2; } } diff --git a/app/src/main/java/com/google/android/material/internal/ViewUtils.java b/app/src/main/java/com/google/android/material/internal/ViewUtils.java index 84325e5611..9528611492 100644 --- a/app/src/main/java/com/google/android/material/internal/ViewUtils.java +++ b/app/src/main/java/com/google/android/material/internal/ViewUtils.java @@ -67,13 +67,13 @@ public class ViewUtils { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2395c; + public final /* synthetic */ boolean f2394c; public final /* synthetic */ OnApplyWindowInsetsListener d; public b(boolean z2, boolean z3, boolean z4, OnApplyWindowInsetsListener onApplyWindowInsetsListener) { this.a = z2; this.b = z3; - this.f2395c = z4; + this.f2394c = z4; this.d = onApplyWindowInsetsListener; } @@ -91,7 +91,7 @@ public class ViewUtils { relativePadding.start = windowInsetsCompat.getSystemWindowInsetLeft() + relativePadding.start; } } - if (this.f2395c) { + if (this.f2394c) { if (isLayoutRtl) { relativePadding.start = windowInsetsCompat.getSystemWindowInsetRight() + relativePadding.start; } else { diff --git a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java index 34e6518a31..e4d2cf18f8 100644 --- a/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java +++ b/app/src/main/java/com/google/android/material/shape/MaterialShapeDrawable.java @@ -118,7 +118,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Nullable /* renamed from: c reason: collision with root package name */ - public ColorFilter f2397c; + public ColorFilter f2396c; @Nullable public ColorStateList d = null; @Nullable @@ -142,7 +142,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int r = 0; /* renamed from: s reason: collision with root package name */ - public int f2398s = 0; + public int f2397s = 0; public int t = 0; public boolean u = false; public Paint.Style v = Paint.Style.FILL_AND_STROKE; @@ -151,14 +151,14 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable this.a = cVar.a; this.b = cVar.b; this.l = cVar.l; - this.f2397c = cVar.f2397c; + this.f2396c = cVar.f2396c; this.d = cVar.d; this.e = cVar.e; this.h = cVar.h; this.g = cVar.g; this.m = cVar.m; this.j = cVar.j; - this.f2398s = cVar.f2398s; + this.f2397s = cVar.f2397s; this.q = cVar.q; this.u = cVar.u; this.k = cVar.k; @@ -322,7 +322,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable if (this.containsIncompatibleShadowOp.cardinality() > 0) { Log.w(TAG, "Compatibility shadow requested but can't be drawn for all operations in this shape."); } - if (this.drawableState.f2398s != 0) { + if (this.drawableState.f2397s != 0) { canvas.drawPath(this.path, this.shadowRenderer.getShadowPaint()); } for (int i = 0; i < 4; i++) { @@ -464,7 +464,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable private void updateZ() { float z2 = getZ(); this.drawableState.r = (int) Math.ceil((double) (0.75f * z2)); - this.drawableState.f2398s = (int) Math.ceil((double) (z2 * 0.25f)); + this.drawableState.f2397s = (int) Math.ceil((double) (z2 * 0.25f)); updateTintFilter(); invalidateSelfIgnoreShape(); } @@ -612,12 +612,12 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable public int getShadowOffsetX() { c cVar = this.drawableState; - return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2398s)); + return (int) (Math.sin(Math.toRadians((double) cVar.t)) * ((double) cVar.f2397s)); } public int getShadowOffsetY() { c cVar = this.drawableState; - return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2398s)); + return (int) (Math.cos(Math.toRadians((double) cVar.t)) * ((double) cVar.f2397s)); } public int getShadowRadius() { @@ -626,7 +626,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public int getShadowVerticalOffset() { - return this.drawableState.f2398s; + return this.drawableState.f2397s; } @Override // com.google.android.material.shape.Shapeable @@ -770,7 +770,7 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @Override // android.graphics.drawable.Drawable public void setColorFilter(@Nullable ColorFilter colorFilter) { - this.drawableState.f2397c = colorFilter; + this.drawableState.f2396c = colorFilter; invalidateSelfIgnoreShape(); } @@ -887,8 +887,8 @@ public class MaterialShapeDrawable extends Drawable implements TintAwareDrawable @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public void setShadowVerticalOffset(int i) { c cVar = this.drawableState; - if (cVar.f2398s != i) { - cVar.f2398s = i; + if (cVar.f2397s != i) { + cVar.f2397s = i; invalidateSelfIgnoreShape(); } } diff --git a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java index 4928b61320..f9894cdc05 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java +++ b/app/src/main/java/com/google/android/material/shape/ShapeAppearancePathProvider.java @@ -42,7 +42,7 @@ public class ShapeAppearancePathProvider { @NonNull /* renamed from: c reason: collision with root package name */ - public final RectF f2399c; + public final RectF f2398c; @Nullable public final PathListener d; public final float e; @@ -51,7 +51,7 @@ public class ShapeAppearancePathProvider { this.d = pathListener; this.a = shapeAppearanceModel; this.e = f; - this.f2399c = rectF; + this.f2398c = rectF; this.b = path; } } @@ -100,7 +100,7 @@ public class ShapeAppearancePathProvider { float f = fArr[0]; float[] fArr2 = this.scratch2; float max = Math.max(((float) Math.hypot((double) (f - fArr2[0]), (double) (fArr[1] - fArr2[1]))) - 0.001f, 0.0f); - float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2399c, i); + float edgeCenterForIndex = getEdgeCenterForIndex(bVar.f2398c, i); this.shapePath.reset(0.0f, 0.0f); EdgeTreatment edgeTreatmentForIndex = getEdgeTreatmentForIndex(i, bVar.a); edgeTreatmentForIndex.getEdgePath(max, edgeCenterForIndex, bVar.e, this.shapePath); @@ -181,10 +181,10 @@ public class ShapeAppearancePathProvider { } private void setCornerPathAndTransform(@NonNull b bVar, int i) { - getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2399c, getCornerSizeForIndex(i, bVar.a)); + getCornerTreatmentForIndex(i, bVar.a).getCornerPath(this.cornerPaths[i], 90.0f, bVar.e, bVar.f2398c, getCornerSizeForIndex(i, bVar.a)); float angleOfEdge = angleOfEdge(i); this.cornerTransforms[i].reset(); - getCoordinatesOfCorner(i, bVar.f2399c, this.pointF); + getCoordinatesOfCorner(i, bVar.f2398c, this.pointF); Matrix matrix = this.cornerTransforms[i]; PointF pointF = this.pointF; matrix.setTranslate(pointF.x, pointF.y); diff --git a/app/src/main/java/com/google/android/material/shape/ShapePath.java b/app/src/main/java/com/google/android/material/shape/ShapePath.java index 4211b2b521..c6f9c898e1 100644 --- a/app/src/main/java/com/google/android/material/shape/ShapePath.java +++ b/app/src/main/java/com/google/android/material/shape/ShapePath.java @@ -220,26 +220,26 @@ public class ShapePath { public static class PathLineOperation extends PathOperation { /* renamed from: x reason: collision with root package name */ - private float f2400x; + private float f2399x; /* renamed from: y reason: collision with root package name */ - private float f2401y; + private float f2400y; public static /* synthetic */ float access$000(PathLineOperation pathLineOperation) { - return pathLineOperation.f2400x; + return pathLineOperation.f2399x; } public static /* synthetic */ float access$002(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2400x = f; + pathLineOperation.f2399x = f; return f; } public static /* synthetic */ float access$100(PathLineOperation pathLineOperation) { - return pathLineOperation.f2401y; + return pathLineOperation.f2400y; } public static /* synthetic */ float access$102(PathLineOperation pathLineOperation, float f) { - pathLineOperation.f2401y = f; + pathLineOperation.f2400y = f; return f; } @@ -248,7 +248,7 @@ public class ShapePath { Matrix matrix2 = this.matrix; matrix.invert(matrix2); path.transform(matrix2); - path.lineTo(this.f2400x, this.f2401y); + path.lineTo(this.f2399x, this.f2400y); path.transform(matrix); } } @@ -331,17 +331,17 @@ public class ShapePath { public final /* synthetic */ List b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Matrix f2402c; + public final /* synthetic */ Matrix f2401c; public a(ShapePath shapePath, List list, Matrix matrix) { this.b = list; - this.f2402c = matrix; + this.f2401c = matrix; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, ShadowRenderer shadowRenderer, int i, Canvas canvas) { for (d dVar : this.b) { - dVar.a(this.f2402c, shadowRenderer, i, canvas); + dVar.a(this.f2401c, shadowRenderer, i, canvas); } } } @@ -363,26 +363,26 @@ public class ShapePath { public final PathLineOperation b; /* renamed from: c reason: collision with root package name */ - public final float f2403c; + public final float f2402c; public final float d; public c(PathLineOperation pathLineOperation, float f, float f2) { this.b = pathLineOperation; - this.f2403c = f; + this.f2402c = f; this.d = f2; } @Override // com.google.android.material.shape.ShapePath.d public void a(Matrix matrix, @NonNull ShadowRenderer shadowRenderer, int i, @NonNull Canvas canvas) { - RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2403c)), 0.0f); + RectF rectF = new RectF(0.0f, 0.0f, (float) Math.hypot((double) (PathLineOperation.access$100(this.b) - this.d), (double) (PathLineOperation.access$000(this.b) - this.f2402c)), 0.0f); Matrix matrix2 = new Matrix(matrix); - matrix2.preTranslate(this.f2403c, this.d); + matrix2.preTranslate(this.f2402c, this.d); matrix2.preRotate(b()); shadowRenderer.drawEdgeShadow(canvas, matrix2, rectF, i); } public float b() { - return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2403c)))); + return (float) Math.toDegrees(Math.atan((double) ((PathLineOperation.access$100(this.b) - this.d) / (PathLineOperation.access$000(this.b) - this.f2402c)))); } } diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayout.java b/app/src/main/java/com/google/android/material/tabs/TabLayout.java index 38a78e76ab..ba22cae642 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayout.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayout.java @@ -183,7 +183,7 @@ public class TabLayout extends HorizontalScrollView { private Drawable icon; /* renamed from: id reason: collision with root package name */ - private int f2406id = -1; + private int f2405id = -1; @LabelVisibility private int labelVisibilityMode = 1; @Nullable @@ -197,7 +197,7 @@ public class TabLayout extends HorizontalScrollView { public TabView view; public static /* synthetic */ int access$000(Tab tab) { - return tab.f2406id; + return tab.f2405id; } public static /* synthetic */ int access$1100(Tab tab) { @@ -237,7 +237,7 @@ public class TabLayout extends HorizontalScrollView { } public int getId() { - return this.f2406id; + return this.f2405id; } @NonNull @@ -281,7 +281,7 @@ public class TabLayout extends HorizontalScrollView { this.view = null; this.tag = null; this.icon = null; - this.f2406id = -1; + this.f2405id = -1; this.text = null; this.contentDesc = null; this.position = -1; @@ -350,7 +350,7 @@ public class TabLayout extends HorizontalScrollView { @NonNull public Tab setId(int i) { - this.f2406id = i; + this.f2405id = i; TabView tabView = this.view; if (tabView != null) { tabView.setId(i); diff --git a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java index 5c48104664..28ecce6b29 100644 --- a/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java +++ b/app/src/main/java/com/google/android/material/tabs/TabLayoutMediator.java @@ -69,7 +69,7 @@ public final class TabLayoutMediator { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f2408c = 0; + public int f2407c = 0; public b(TabLayout tabLayout) { this.a = new WeakReference<>(tabLayout); @@ -77,15 +77,15 @@ public final class TabLayoutMediator { @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrollStateChanged(int i) { - this.b = this.f2408c; - this.f2408c = i; + this.b = this.f2407c; + this.f2407c = i; } @Override // androidx.viewpager2.widget.ViewPager2.OnPageChangeCallback public void onPageScrolled(int i, float f, int i2) { TabLayout tabLayout = this.a.get(); if (tabLayout != null) { - int i3 = this.f2408c; + int i3 = this.f2407c; boolean z2 = false; boolean z3 = i3 != 2 || this.b == 1; if (!(i3 == 2 && this.b == 0)) { @@ -99,7 +99,7 @@ public final class TabLayoutMediator { public void onPageSelected(int i) { TabLayout tabLayout = this.a.get(); if (tabLayout != null && tabLayout.getSelectedTabPosition() != i && i < tabLayout.getTabCount()) { - int i2 = this.f2408c; + int i2 = this.f2407c; tabLayout.selectTab(tabLayout.getTabAt(i), i2 == 0 || (i2 == 2 && this.b == 0)); } } diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java index f808940545..8db802712d 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockFaceView.java @@ -38,7 +38,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { public final float[] r = {0.0f, 0.9f, 1.0f}; /* renamed from: s reason: collision with root package name */ - public final int f2409s; + public final int f2408s; public String[] t; public float u; public final ColorStateList v; @@ -54,7 +54,7 @@ public class ClockFaceView extends e implements ClockHandView.OnRotateListener { LayoutInflater.from(context).inflate(R.layout.material_clockface_view, (ViewGroup) this, true); ClockHandView clockHandView = (ClockHandView) findViewById(R.id.material_clock_hand); this.l = clockHandView; - this.f2409s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); + this.f2408s = resources.getDimensionPixelSize(R.dimen.material_clock_hand_padding); int colorForState = colorStateList.getColorForState(new int[]{16842913}, colorStateList.getDefaultColor()); this.q = new int[]{colorForState, colorForState, colorStateList.getDefaultColor()}; clockHandView.p.add(this); diff --git a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java index 948e1d3ab3..9e0c5ff43d 100644 --- a/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java +++ b/app/src/main/java/com/google/android/material/timepicker/ClockHandView.java @@ -35,7 +35,7 @@ public class ClockHandView extends View { public final float r; /* renamed from: s reason: collision with root package name */ - public final Paint f2410s; + public final Paint f2409s; public final RectF t; @Px public final int u; @@ -43,13 +43,13 @@ public class ClockHandView extends View { public boolean w; /* renamed from: x reason: collision with root package name */ - public OnActionUpListener f2411x; + public OnActionUpListener f2410x; /* renamed from: y reason: collision with root package name */ - public double f2412y; + public double f2411y; /* renamed from: z reason: collision with root package name */ - public int f2413z; + public int f2412z; public interface OnActionUpListener { void onActionUp(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2); @@ -87,10 +87,10 @@ public class ClockHandView extends View { super(context, attributeSet, r0); int i2 = R.attr.materialClockStyle; Paint paint = new Paint(); - this.f2410s = paint; + this.f2409s = paint; this.t = new RectF(); TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, R.styleable.ClockHandView, i2, R.style.Widget_MaterialComponents_TimePicker_Clock); - this.f2413z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); + this.f2412z = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_materialCircleRadius, 0); this.q = obtainStyledAttributes.getDimensionPixelSize(R.styleable.ClockHandView_selectorSize, 0); Resources resources = getResources(); this.u = resources.getDimensionPixelSize(R.dimen.material_clock_hand_stroke_width); @@ -139,9 +139,9 @@ public class ClockHandView extends View { public final void c(@FloatRange(from = 0.0d, to = 360.0d) float f, boolean z2) { float f2 = f % 360.0f; this.v = f2; - this.f2412y = Math.toRadians((double) (f2 - 90.0f)); - float cos = (((float) this.f2413z) * ((float) Math.cos(this.f2412y))) + ((float) (getWidth() / 2)); - float sin = (((float) this.f2413z) * ((float) Math.sin(this.f2412y))) + ((float) (getHeight() / 2)); + this.f2411y = Math.toRadians((double) (f2 - 90.0f)); + float cos = (((float) this.f2412z) * ((float) Math.cos(this.f2411y))) + ((float) (getWidth() / 2)); + float sin = (((float) this.f2412z) * ((float) Math.sin(this.f2411y))) + ((float) (getHeight() / 2)); RectF rectF = this.t; int i2 = this.q; rectF.set(cos - ((float) i2), sin - ((float) i2), cos + ((float) i2), sin + ((float) i2)); @@ -158,14 +158,14 @@ public class ClockHandView extends View { int width = getWidth() / 2; float f = (float) width; float f2 = (float) height; - this.f2410s.setStrokeWidth(0.0f); - canvas.drawCircle((((float) this.f2413z) * ((float) Math.cos(this.f2412y))) + f, (((float) this.f2413z) * ((float) Math.sin(this.f2412y))) + f2, (float) this.q, this.f2410s); - double sin = Math.sin(this.f2412y); - double cos = Math.cos(this.f2412y); - double d = (double) ((float) (this.f2413z - this.q)); - this.f2410s.setStrokeWidth((float) this.u); - canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2410s); - canvas.drawCircle(f, f2, this.r, this.f2410s); + this.f2409s.setStrokeWidth(0.0f); + canvas.drawCircle((((float) this.f2412z) * ((float) Math.cos(this.f2411y))) + f, (((float) this.f2412z) * ((float) Math.sin(this.f2411y))) + f2, (float) this.q, this.f2409s); + double sin = Math.sin(this.f2411y); + double cos = Math.cos(this.f2411y); + double d = (double) ((float) (this.f2412z - this.q)); + this.f2409s.setStrokeWidth((float) this.u); + canvas.drawLine(f, f2, (float) (width + ((int) (cos * d))), (float) (height + ((int) (d * sin))), this.f2409s); + canvas.drawCircle(f, f2, this.r, this.f2409s); } @Override // android.view.View @@ -218,7 +218,7 @@ public class ClockHandView extends View { } boolean z8 = z5 | z6; this.w = z8; - if (z8 && z4 && (onActionUpListener = this.f2411x) != null) { + if (z8 && z4 && (onActionUpListener = this.f2410x) != null) { onActionUpListener.onActionUp((float) a(x2, y2), this.n); } return true; diff --git a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java index cce8272ae8..875fe43a09 100644 --- a/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java +++ b/app/src/main/java/com/google/android/material/transformation/FabTransformationBehavior.java @@ -61,20 +61,20 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public final /* synthetic */ View b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2414c; + public final /* synthetic */ View f2413c; public a(FabTransformationBehavior fabTransformationBehavior, boolean z2, View view, View view2) { this.a = z2; this.b = view; - this.f2414c = view2; + this.f2413c = view2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { if (!this.a) { this.b.setVisibility(4); - this.f2414c.setAlpha(1.0f); - this.f2414c.setVisibility(0); + this.f2413c.setAlpha(1.0f); + this.f2413c.setVisibility(0); } } @@ -82,8 +82,8 @@ public abstract class FabTransformationBehavior extends ExpandableTransformation public void onAnimationStart(Animator animator) { if (this.a) { this.b.setVisibility(0); - this.f2414c.setAlpha(0.0f); - this.f2414c.setVisibility(4); + this.f2413c.setAlpha(0.0f); + this.f2413c.setVisibility(4); } } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/FadeProvider.java index 78c28b8070..fc5a2ecf55 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeProvider.java @@ -17,21 +17,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2415c; + public final /* synthetic */ float f2414c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2415c = f2; + this.f2414c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2415c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2414c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java index dbb4a3691f..c61e0083f8 100644 --- a/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/FadeThroughProvider.java @@ -17,21 +17,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2416c; + public final /* synthetic */ float f2415c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2416c = f2; + this.f2415c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2416c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2415c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java index 4736e61853..edea61f085 100644 --- a/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/MaterialContainerTransform.java @@ -180,13 +180,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2417c; + public final /* synthetic */ View f2416c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2417c = view2; + this.f2416c = view2; this.d = view3; } @@ -194,7 +194,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2417c.setAlpha(1.0f); + this.f2416c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -203,7 +203,7 @@ public final class MaterialContainerTransform extends Transition { @Override // androidx.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2417c.setAlpha(0.0f); + this.f2416c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -216,14 +216,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2418c; + public final ProgressThresholds f2417c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2418c = progressThresholds3; + this.f2417c = progressThresholds3; this.d = progressThresholds4; } } @@ -245,7 +245,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2419c; + public final ShapeAppearanceModel f2418c; public final float d; public final View e; public final RectF f; @@ -263,20 +263,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2420s; + public final float f2419s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2421x; + public final RectF f2420x; /* renamed from: y reason: collision with root package name */ - public final RectF f2422y; + public final RectF f2421y; /* renamed from: z reason: collision with root package name */ - public final RectF f2423z; + public final RectF f2422z; public class a implements k.a { public a() { @@ -317,7 +317,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2419c = shapeAppearanceModel; + this.f2418c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -331,7 +331,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2420s = (float) displayMetrics.widthPixels; + this.f2419s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -342,10 +342,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2421x = new RectF(rectF3); + this.f2420x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2422y = rectF4; - this.f2423z = new RectF(rectF4); + this.f2421y = rectF4; + this.f2422z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -368,7 +368,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2422y; + RectF rectF = this.f2421y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -441,16 +441,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2421x; + RectF rectF3 = this.f2420x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2423z; + RectF rectF5 = this.f2422z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2422y; + RectF rectF6 = this.f2421y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -487,28 +487,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1272c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2422y; + RectF rectF2 = this.f2421y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2421x.set(this.w); - this.f2423z.set(this.f2422y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2418c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2418c)))).floatValue(); + this.f2420x.set(this.w); + this.f2422z.set(this.f2421y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2417c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2417c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2421x : this.f2423z; + RectF rectF3 = b2 ? this.f2420x : this.f2422z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2421x.left, this.f2423z.left), Math.min(this.f2421x.top, this.f2423z.top), Math.max(this.f2421x.right, this.f2423z.right), Math.max(this.f2421x.bottom, this.f2423z.bottom)); + this.I = new RectF(Math.min(this.f2420x.left, this.f2422z.left), Math.min(this.f2420x.top, this.f2422z.top), Math.max(this.f2420x.right, this.f2422z.right), Math.max(this.f2420x.bottom, this.f2422z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2419c; + ShapeAppearanceModel shapeAppearanceModel = this.f2418c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2421x; - RectF rectF6 = this.f2423z; + RectF rectF5 = this.f2420x; + RectF rectF6 = this.f2422z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -532,7 +532,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2420s; + float f10 = this.f2419s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -651,7 +651,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2418c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2417c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java index a37bf6e9a2..897f88eef4 100644 --- a/app/src/main/java/com/google/android/material/transition/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/ScaleProvider.java @@ -21,18 +21,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2424c; + public final /* synthetic */ float f2423c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2424c = f2; + this.f2423c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2424c); + this.a.setScaleY(this.f2423c); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java index 59500cc1bc..0de4f77e9c 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeProvider.java @@ -19,21 +19,21 @@ public final class FadeProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2425c; + public final /* synthetic */ float f2424c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2425c = f2; + this.f2424c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2425c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2424c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java index cf7bc58376..2ac0a07823 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/FadeThroughProvider.java @@ -19,21 +19,21 @@ public final class FadeThroughProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2426c; + public final /* synthetic */ float f2425c; public final /* synthetic */ float d; public final /* synthetic */ float e; public a(View view, float f, float f2, float f3, float f4) { this.a = view; this.b = f; - this.f2426c = f2; + this.f2425c = f2; this.d = f3; this.e = f4; } @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(ValueAnimator valueAnimator) { - this.a.setAlpha(k.e(this.b, this.f2426c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); + this.a.setAlpha(k.e(this.b, this.f2425c, this.d, this.e, ((Float) valueAnimator.getAnimatedValue()).floatValue())); } } diff --git a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java index 6e55a53666..e4fa474966 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java +++ b/app/src/main/java/com/google/android/material/transition/platform/MaterialContainerTransform.java @@ -182,13 +182,13 @@ public final class MaterialContainerTransform extends Transition { public final /* synthetic */ d b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ View f2427c; + public final /* synthetic */ View f2426c; public final /* synthetic */ View d; public b(View view, d dVar, View view2, View view3) { this.a = view; this.b = dVar; - this.f2427c = view2; + this.f2426c = view2; this.d = view3; } @@ -196,7 +196,7 @@ public final class MaterialContainerTransform extends Transition { public void onTransitionEnd(@NonNull Transition transition) { MaterialContainerTransform.this.removeListener(this); if (!MaterialContainerTransform.access$300(MaterialContainerTransform.this)) { - this.f2427c.setAlpha(1.0f); + this.f2426c.setAlpha(1.0f); this.d.setAlpha(1.0f); ViewUtils.getOverlay(this.a).remove(this.b); } @@ -205,7 +205,7 @@ public final class MaterialContainerTransform extends Transition { @Override // c.i.a.g.l.l.i, android.transition.Transition.TransitionListener public void onTransitionStart(@NonNull Transition transition) { ViewUtils.getOverlay(this.a).add(this.b); - this.f2427c.setAlpha(0.0f); + this.f2426c.setAlpha(0.0f); this.d.setAlpha(0.0f); } } @@ -218,14 +218,14 @@ public final class MaterialContainerTransform extends Transition { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressThresholds f2428c; + public final ProgressThresholds f2427c; @NonNull public final ProgressThresholds d; public c(ProgressThresholds progressThresholds, ProgressThresholds progressThresholds2, ProgressThresholds progressThresholds3, ProgressThresholds progressThresholds4, a aVar) { this.a = progressThresholds; this.b = progressThresholds2; - this.f2428c = progressThresholds3; + this.f2427c = progressThresholds3; this.d = progressThresholds4; } } @@ -247,7 +247,7 @@ public final class MaterialContainerTransform extends Transition { public final RectF b; /* renamed from: c reason: collision with root package name */ - public final ShapeAppearanceModel f2429c; + public final ShapeAppearanceModel f2428c; public final float d; public final View e; public final RectF f; @@ -265,20 +265,20 @@ public final class MaterialContainerTransform extends Transition { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final float f2430s; + public final float f2429s; public final float t; public final boolean u; public final MaterialShapeDrawable v; public final RectF w; /* renamed from: x reason: collision with root package name */ - public final RectF f2431x; + public final RectF f2430x; /* renamed from: y reason: collision with root package name */ - public final RectF f2432y; + public final RectF f2431y; /* renamed from: z reason: collision with root package name */ - public final RectF f2433z; + public final RectF f2432z; public class a implements k.a { public a() { @@ -319,7 +319,7 @@ public final class MaterialContainerTransform extends Transition { this.F = new Path(); this.a = view; this.b = rectF; - this.f2429c = shapeAppearanceModel; + this.f2428c = shapeAppearanceModel; this.d = f; this.e = view2; this.f = rectF2; @@ -333,7 +333,7 @@ public final class MaterialContainerTransform extends Transition { this.D = z4; DisplayMetrics displayMetrics = new DisplayMetrics(); ((WindowManager) view.getContext().getSystemService("window")).getDefaultDisplay().getMetrics(displayMetrics); - this.f2430s = (float) displayMetrics.widthPixels; + this.f2429s = (float) displayMetrics.widthPixels; this.t = (float) displayMetrics.heightPixels; paint.setColor(i); paint2.setColor(i2); @@ -344,10 +344,10 @@ public final class MaterialContainerTransform extends Transition { materialShapeDrawable.setShadowColor(-7829368); RectF rectF3 = new RectF(rectF); this.w = rectF3; - this.f2431x = new RectF(rectF3); + this.f2430x = new RectF(rectF3); RectF rectF4 = new RectF(rectF3); - this.f2432y = rectF4; - this.f2433z = new RectF(rectF4); + this.f2431y = rectF4; + this.f2432z = new RectF(rectF4); PointF c2 = c(rectF); PointF c3 = c(rectF2); PathMeasure pathMeasure = new PathMeasure(pathMotion.getPath(c2.x, c2.y, c3.x, c3.y), false); @@ -370,7 +370,7 @@ public final class MaterialContainerTransform extends Transition { public final void a(Canvas canvas) { d(canvas, this.k); Rect bounds = getBounds(); - RectF rectF = this.f2432y; + RectF rectF = this.f2431y; k.h(canvas, bounds, rectF.left, rectF.top, this.H.b, this.G.b, new b()); } @@ -443,16 +443,16 @@ public final class MaterialContainerTransform extends Transition { this.E.setColor(-65281); canvas.drawPath(path, this.E); } - RectF rectF3 = this.f2431x; + RectF rectF3 = this.f2430x; this.E.setColor(InputDeviceCompat.SOURCE_ANY); canvas.drawRect(rectF3, this.E); RectF rectF4 = this.w; this.E.setColor(-16711936); canvas.drawRect(rectF4, this.E); - RectF rectF5 = this.f2433z; + RectF rectF5 = this.f2432z; this.E.setColor(-16711681); canvas.drawRect(rectF5, this.E); - RectF rectF6 = this.f2432y; + RectF rectF6 = this.f2431y; this.E.setColor(-16776961); canvas.drawRect(rectF6, this.E); } @@ -489,28 +489,28 @@ public final class MaterialContainerTransform extends Transition { RectF rectF = this.w; float f8 = a2.f1276c / 2.0f; rectF.set(f4 - f8, f5, f8 + f4, a2.d + f5); - RectF rectF2 = this.f2432y; + RectF rectF2 = this.f2431y; f fVar = this.H; float f9 = fVar.e / 2.0f; rectF2.set(f4 - f9, f5, f9 + f4, fVar.f + f5); - this.f2431x.set(this.w); - this.f2433z.set(this.f2432y); - float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2428c)))).floatValue(); - float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2428c)))).floatValue(); + this.f2430x.set(this.w); + this.f2432z.set(this.f2431y); + float floatValue = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1000(this.A.f2427c)))).floatValue(); + float floatValue2 = ((Float) Preconditions.checkNotNull(Float.valueOf(ProgressThresholds.access$1100(this.A.f2427c)))).floatValue(); boolean b2 = this.C.b(this.H); - RectF rectF3 = b2 ? this.f2431x : this.f2433z; + RectF rectF3 = b2 ? this.f2430x : this.f2432z; float e = k.e(0.0f, 1.0f, floatValue, floatValue2, f); if (!b2) { e = 1.0f - e; } this.C.c(rectF3, e, this.H); - this.I = new RectF(Math.min(this.f2431x.left, this.f2433z.left), Math.min(this.f2431x.top, this.f2433z.top), Math.max(this.f2431x.right, this.f2433z.right), Math.max(this.f2431x.bottom, this.f2433z.bottom)); + this.I = new RectF(Math.min(this.f2430x.left, this.f2432z.left), Math.min(this.f2430x.top, this.f2432z.top), Math.max(this.f2430x.right, this.f2432z.right), Math.max(this.f2430x.bottom, this.f2432z.bottom)); g gVar = this.n; - ShapeAppearanceModel shapeAppearanceModel = this.f2429c; + ShapeAppearanceModel shapeAppearanceModel = this.f2428c; ShapeAppearanceModel shapeAppearanceModel2 = this.g; RectF rectF4 = this.w; - RectF rectF5 = this.f2431x; - RectF rectF6 = this.f2433z; + RectF rectF5 = this.f2430x; + RectF rectF6 = this.f2432z; ProgressThresholds progressThresholds = this.A.d; Objects.requireNonNull(gVar); float start = progressThresholds.getStart(); @@ -534,7 +534,7 @@ public final class MaterialContainerTransform extends Transition { } this.J = k.d(this.d, this.h, f); RectF rectF8 = this.I; - float f10 = this.f2430s; + float f10 = this.f2429s; RectF rectF9 = this.I; float f11 = this.t; float f12 = this.J; @@ -653,7 +653,7 @@ public final class MaterialContainerTransform extends Transition { if (!z2) { cVar = cVar2; } - return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2428c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); + return new c((ProgressThresholds) k.a(this.fadeProgressThresholds, cVar.a), (ProgressThresholds) k.a(this.scaleProgressThresholds, cVar.b), (ProgressThresholds) k.a(this.scaleMaskProgressThresholds, cVar.f2427c), (ProgressThresholds) k.a(this.shapeMaskProgressThresholds, cVar.d), null); } @StyleRes diff --git a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java index 80a657d2bb..b624a134a5 100644 --- a/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java +++ b/app/src/main/java/com/google/android/material/transition/platform/ScaleProvider.java @@ -23,18 +23,18 @@ public final class ScaleProvider implements VisibilityAnimatorProvider { public final /* synthetic */ float b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ float f2434c; + public final /* synthetic */ float f2433c; public a(View view, float f, float f2) { this.a = view; this.b = f; - this.f2434c = f2; + this.f2433c = f2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { this.a.setScaleX(this.b); - this.a.setScaleY(this.f2434c); + this.a.setScaleY(this.f2433c); } } diff --git a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java index 52c258b776..9f5b49a2a2 100644 --- a/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java +++ b/app/src/main/java/com/google/firebase/iid/FirebaseInstanceId.java @@ -46,7 +46,7 @@ public class FirebaseInstanceId { public static w b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f2435c = Pattern.compile("\\AA[\\w-]{38}\\z"); + public static final Pattern f2434c = Pattern.compile("\\AA[\\w-]{38}\\z"); public static ScheduledExecutorService d; public final Executor e; public final c f; @@ -106,7 +106,7 @@ public class FirebaseInstanceId { cVar.a(); AnimatableValueParser.p(cVar.f.b.contains(":"), "Please set your Application ID. A valid Firebase App ID is required to communicate with Firebase server APIs: It identifies your application with Firebase.Please refer to https://firebase.google.com/support/privacy/init-options."); cVar.a(); - AnimatableValueParser.p(f2435c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); + AnimatableValueParser.p(f2434c.matcher(cVar.f.a).matches(), "Please set a valid API key. A Firebase API key is required to communicate with Firebase server APIs: It authenticates your project with Google.Please refer to https://firebase.google.com/support/privacy/init-options."); } @NonNull diff --git a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java index 2735e00980..60b45e03d5 100644 --- a/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java +++ b/app/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java @@ -40,7 +40,7 @@ public class FirebaseMessaging { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f2436c; + public final c f2435c; public final FirebaseInstanceId d; public final a e; public final Executor f; @@ -53,7 +53,7 @@ public class FirebaseMessaging { @Nullable /* renamed from: c reason: collision with root package name */ - public b f2437c; + public b f2436c; @Nullable public Boolean d; @@ -67,7 +67,7 @@ public class FirebaseMessaging { this.d = c2; if (c2 == null) { j jVar = new j(this); - this.f2437c = jVar; + this.f2436c = jVar; this.a.a(c.i.c.a.class, jVar); } this.b = true; @@ -80,14 +80,14 @@ public class FirebaseMessaging { if (bool != null) { return bool.booleanValue(); } - return FirebaseMessaging.this.f2436c.g(); + return FirebaseMessaging.this.f2435c.g(); } @Nullable public final Boolean c() { ApplicationInfo applicationInfo; Bundle bundle; - c cVar = FirebaseMessaging.this.f2436c; + c cVar = FirebaseMessaging.this.f2435c; cVar.a(); Context context = cVar.d; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.messaging", 0); @@ -110,7 +110,7 @@ public class FirebaseMessaging { try { Class.forName("com.google.firebase.iid.FirebaseInstanceIdReceiver"); a = gVar2; - this.f2436c = cVar; + this.f2435c = cVar; this.d = firebaseInstanceId; this.e = new a(dVar); cVar.a(); diff --git a/app/src/main/java/com/google/gson/Gson.java b/app/src/main/java/com/google/gson/Gson.java index ac48fd5bcc..5450f37a93 100644 --- a/app/src/main/java/com/google/gson/Gson.java +++ b/app/src/main/java/com/google/gson/Gson.java @@ -46,7 +46,7 @@ public final class Gson { public final ThreadLocal, FutureTypeAdapter>> b; /* renamed from: c reason: collision with root package name */ - public final Map, TypeAdapter> f2438c; + public final Map, TypeAdapter> f2437c; public final g d; public final JsonAdapterAnnotationTypeAdapterFactory e; public final List f; @@ -227,7 +227,7 @@ public final class Gson { public Gson(Excluder excluder, d dVar, Map> map, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, boolean z8, n nVar, String str, int i, int i2, List list, List list2, List list3) { this.b = new ThreadLocal<>(); - this.f2438c = new ConcurrentHashMap(); + this.f2437c = new ConcurrentHashMap(); this.g = map; this.d = new g(map); this.h = z2; @@ -251,13 +251,13 @@ public final class Gson { arrayList.add(new TypeAdapters.AnonymousClass33(Long.TYPE, Long.class, r3)); arrayList.add(new TypeAdapters.AnonymousClass33(Double.TYPE, Double.class, z8 ? TypeAdapters.v : new AnonymousClass1(this))); arrayList.add(new TypeAdapters.AnonymousClass33(Float.TYPE, Float.class, z8 ? TypeAdapters.u : new AnonymousClass2(this))); - arrayList.add(TypeAdapters.f2447x); + arrayList.add(TypeAdapters.f2446x); arrayList.add(TypeAdapters.o); arrayList.add(TypeAdapters.q); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLong.class, new AnonymousClass4(r3).nullSafe())); arrayList.add(new TypeAdapters.AnonymousClass32(AtomicLongArray.class, new AnonymousClass5(r3).nullSafe())); - arrayList.add(TypeAdapters.f2446s); - arrayList.add(TypeAdapters.f2449z); + arrayList.add(TypeAdapters.f2445s); + arrayList.add(TypeAdapters.f2448z); arrayList.add(TypeAdapters.F); arrayList.add(TypeAdapters.H); arrayList.add(new TypeAdapters.AnonymousClass32(BigDecimal.class, TypeAdapters.B)); @@ -362,7 +362,7 @@ public final class Gson { } public TypeAdapter h(TypeToken typeToken) { - TypeAdapter typeAdapter = (TypeAdapter) this.f2438c.get(typeToken == null ? a : typeToken); + TypeAdapter typeAdapter = (TypeAdapter) this.f2437c.get(typeToken == null ? a : typeToken); if (typeAdapter != null) { return typeAdapter; } @@ -385,7 +385,7 @@ public final class Gson { if (create != null) { if (futureTypeAdapter2.a == null) { futureTypeAdapter2.a = create; - this.f2438c.put(typeToken, create); + this.f2437c.put(typeToken, create); return create; } throw new AssertionError(); @@ -437,7 +437,7 @@ public final class Gson { jsonWriter.n = " "; jsonWriter.o = ": "; } - jsonWriter.f2453s = this.h; + jsonWriter.f2452s = this.h; return jsonWriter; } @@ -468,13 +468,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2453s; - jsonWriter.f2453s = this.h; + boolean z4 = jsonWriter.f2452s; + jsonWriter.f2452s = this.h; try { TypeAdapters.X.write(jsonWriter, jsonElement); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2453s = z4; + jsonWriter.f2452s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -484,7 +484,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2453s = z4; + jsonWriter.f2452s = z4; throw th; } } @@ -495,13 +495,13 @@ public final class Gson { jsonWriter.p = true; boolean z3 = jsonWriter.q; jsonWriter.q = this.j; - boolean z4 = jsonWriter.f2453s; - jsonWriter.f2453s = this.h; + boolean z4 = jsonWriter.f2452s; + jsonWriter.f2452s = this.h; try { h.write(jsonWriter, obj); jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2453s = z4; + jsonWriter.f2452s = z4; } catch (IOException e) { throw new JsonIOException(e); } catch (AssertionError e2) { @@ -511,7 +511,7 @@ public final class Gson { } catch (Throwable th) { jsonWriter.p = z2; jsonWriter.q = z3; - jsonWriter.f2453s = z4; + jsonWriter.f2452s = z4; throw th; } } diff --git a/app/src/main/java/com/google/gson/internal/Excluder.java b/app/src/main/java/com/google/gson/internal/Excluder.java index 19b7091916..4684a0eee3 100644 --- a/app/src/main/java/com/google/gson/internal/Excluder.java +++ b/app/src/main/java/com/google/gson/internal/Excluder.java @@ -26,13 +26,13 @@ public final class Excluder implements o, Cloneable { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2439c; + public final /* synthetic */ boolean f2438c; public final /* synthetic */ Gson d; public final /* synthetic */ TypeToken e; public AnonymousClass1(boolean z2, boolean z3, Gson gson, TypeToken typeToken) { this.b = z2; - this.f2439c = z3; + this.f2438c = z3; this.d = gson; this.e = typeToken; } @@ -54,7 +54,7 @@ public final class Excluder implements o, Cloneable { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { - if (this.f2439c) { + if (this.f2438c) { jsonWriter.s(); return; } diff --git a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java index 0d31c8ec4a..2f8642f891 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/ArrayTypeAdapter.java @@ -18,7 +18,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { public final Class b; /* renamed from: c reason: collision with root package name */ - public final TypeAdapter f2440c; + public final TypeAdapter f2439c; /* renamed from: com.google.gson.internal.bind.ArrayTypeAdapter$1 reason: invalid class name */ public class AnonymousClass1 implements o { @@ -35,7 +35,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { } public ArrayTypeAdapter(Gson gson, TypeAdapter typeAdapter, Class cls) { - this.f2440c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); + this.f2439c = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, cls); this.b = cls; } @@ -48,7 +48,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { ArrayList arrayList = new ArrayList(); jsonReader.a(); while (jsonReader.r()) { - arrayList.add(this.f2440c.read(jsonReader)); + arrayList.add(this.f2439c.read(jsonReader)); } jsonReader.e(); int size = arrayList.size(); @@ -70,7 +70,7 @@ public final class ArrayTypeAdapter extends TypeAdapter { jsonWriter.b(); int length = Array.getLength(obj); for (int i = 0; i < length; i++) { - this.f2440c.write(jsonWriter, Array.get(obj, i)); + this.f2439c.write(jsonWriter, Array.get(obj, i)); } jsonWriter.e(); } diff --git a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java index e68624e894..3980f67a0d 100644 --- a/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/MapTypeAdapterFactory.java @@ -33,12 +33,12 @@ public final class MapTypeAdapterFactory implements o { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final r> f2441c; + public final r> f2440c; public Adapter(Gson gson, Type type, TypeAdapter typeAdapter, Type type2, TypeAdapter typeAdapter2, r> rVar) { this.a = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter, type); this.b = new TypeAdapterRuntimeTypeWrapper(gson, typeAdapter2, type2); - this.f2441c = rVar; + this.f2440c = rVar; } @Override // com.google.gson.TypeAdapter @@ -48,7 +48,7 @@ public final class MapTypeAdapterFactory implements o { jsonReader.H(); return null; } - Map map = (Map) this.f2441c.a(); + Map map = (Map) this.f2440c.a(); if (N == JsonToken.BEGIN_ARRAY) { jsonReader.a(); while (jsonReader.r()) { diff --git a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java index 58b1deb3b0..e2a886dd90 100644 --- a/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java +++ b/app/src/main/java/com/google/gson/internal/bind/ReflectiveTypeAdapterFactory.java @@ -51,7 +51,7 @@ public final class ReflectiveTypeAdapterFactory implements o { while (jsonReader.r()) { a aVar = this.b.get(jsonReader.C()); if (aVar != null) { - if (aVar.f2442c) { + if (aVar.f2441c) { aVar.a(jsonReader, a); } } @@ -92,12 +92,12 @@ public final class ReflectiveTypeAdapterFactory implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2442c; + public final boolean f2441c; public a(String str, boolean z2, boolean z3) { this.a = str; this.b = z2; - this.f2442c = z3; + this.f2441c = z3; } public abstract void a(JsonReader jsonReader, Object obj) throws IOException, IllegalAccessException; diff --git a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java index 29680e5e1b..df9b3aaddc 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java +++ b/app/src/main/java/com/google/gson/internal/bind/TreeTypeAdapter.java @@ -20,7 +20,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public final i b; /* renamed from: c reason: collision with root package name */ - public final Gson f2443c; + public final Gson f2442c; public final TypeToken d; public final o e; public final TreeTypeAdapter.b f = new b(this, null); @@ -62,7 +62,7 @@ public final class TreeTypeAdapter extends TypeAdapter { public TreeTypeAdapter(m mVar, i iVar, Gson gson, TypeToken typeToken, o oVar) { this.a = mVar; this.b = iVar; - this.f2443c = gson; + this.f2442c = gson; this.d = typeToken; this.e = oVar; } @@ -72,7 +72,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (this.b == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2443c.j(this.e, this.d); + typeAdapter = this.f2442c.j(this.e, this.d); this.g = typeAdapter; } return typeAdapter.read(jsonReader); @@ -91,7 +91,7 @@ public final class TreeTypeAdapter extends TypeAdapter { if (mVar == null) { TypeAdapter typeAdapter = this.g; if (typeAdapter == null) { - typeAdapter = this.f2443c.j(this.e, this.d); + typeAdapter = this.f2442c.j(this.e, this.d); this.g = typeAdapter; } typeAdapter.write(jsonWriter, t); diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java index db745ddc1d..71d6b0aebd 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapterRuntimeTypeWrapper.java @@ -14,12 +14,12 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { public final TypeAdapter b; /* renamed from: c reason: collision with root package name */ - public final Type f2444c; + public final Type f2443c; public TypeAdapterRuntimeTypeWrapper(Gson gson, TypeAdapter typeAdapter, Type type) { this.a = gson; this.b = typeAdapter; - this.f2444c = type; + this.f2443c = type; } @Override // com.google.gson.TypeAdapter @@ -30,11 +30,11 @@ public final class TypeAdapterRuntimeTypeWrapper extends TypeAdapter { @Override // com.google.gson.TypeAdapter public void write(JsonWriter jsonWriter, T t) throws IOException { TypeAdapter typeAdapter = this.b; - Type type = this.f2444c; + Type type = this.f2443c; if (t != null && (type == Object.class || (type instanceof TypeVariable) || (type instanceof Class))) { type = t.getClass(); } - if (type != this.f2444c) { + if (type != this.f2443c) { typeAdapter = this.a.h(TypeToken.get(type)); if (typeAdapter instanceof ReflectiveTypeAdapterFactory.Adapter) { TypeAdapter typeAdapter2 = this.b; diff --git a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java index 44b2f30b79..4175d784b2 100644 --- a/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java +++ b/app/src/main/java/com/google/gson/internal/bind/TypeAdapters.java @@ -75,7 +75,7 @@ public final class TypeAdapters { public static final o b; /* renamed from: c reason: collision with root package name */ - public static final TypeAdapter f2445c; + public static final TypeAdapter f2444c; public static final o d; public static final TypeAdapter e; public static final TypeAdapter f = new AnonymousClass4(); @@ -93,20 +93,20 @@ public final class TypeAdapters { public static final TypeAdapter r; /* renamed from: s reason: collision with root package name */ - public static final o f2446s; + public static final o f2445s; public static final TypeAdapter t = new AnonymousClass11(); public static final TypeAdapter u = new AnonymousClass12(); public static final TypeAdapter v = new AnonymousClass13(); public static final TypeAdapter w; /* renamed from: x reason: collision with root package name */ - public static final o f2447x; + public static final o f2446x; /* renamed from: y reason: collision with root package name */ - public static final TypeAdapter f2448y; + public static final TypeAdapter f2447y; /* renamed from: z reason: collision with root package name */ - public static final o f2449z; + public static final o f2448z; /* renamed from: com.google.gson.internal.bind.TypeAdapters$1 reason: invalid class name */ public class AnonymousClass1 extends TypeAdapter { @@ -1142,7 +1142,7 @@ public final class TypeAdapters { a = nullSafe; b = new AnonymousClass32(Class.class, nullSafe); TypeAdapter nullSafe2 = new AnonymousClass2().nullSafe(); - f2445c = nullSafe2; + f2444c = nullSafe2; d = new AnonymousClass32(BitSet.class, nullSafe2); AnonymousClass3 r0 = new AnonymousClass3(); e = r0; @@ -1164,13 +1164,13 @@ public final class TypeAdapters { q = new AnonymousClass32(AtomicBoolean.class, nullSafe4); TypeAdapter nullSafe5 = new AnonymousClass10().nullSafe(); r = nullSafe5; - f2446s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); + f2445s = new AnonymousClass32(AtomicIntegerArray.class, nullSafe5); AnonymousClass14 r05 = new AnonymousClass14(); w = r05; - f2447x = new AnonymousClass32(Number.class, r05); + f2446x = new AnonymousClass32(Number.class, r05); AnonymousClass15 r06 = new AnonymousClass15(); - f2448y = r06; - f2449z = new AnonymousClass33(Character.TYPE, Character.class, r06); + f2447y = r06; + f2448z = new AnonymousClass33(Character.TYPE, Character.class, r06); AnonymousClass16 r07 = new AnonymousClass16(); A = r07; D = new AnonymousClass32(String.class, r07); diff --git a/app/src/main/java/com/google/gson/stream/JsonReader.java b/app/src/main/java/com/google/gson/stream/JsonReader.java index aef5b5ec7c..a11784ff6b 100644 --- a/app/src/main/java/com/google/gson/stream/JsonReader.java +++ b/app/src/main/java/com/google/gson/stream/JsonReader.java @@ -20,14 +20,14 @@ public class JsonReader implements Closeable { public long r; /* renamed from: s reason: collision with root package name */ - public int f2450s; + public int f2449s; public String t; public int[] u; public int v; public String[] w; /* renamed from: x reason: collision with root package name */ - public int[] f2451x; + public int[] f2450x; public class a extends p { } @@ -43,7 +43,7 @@ public class JsonReader implements Closeable { this.v = 0 + 1; iArr[0] = 6; this.w = new String[32]; - this.f2451x = new int[32]; + this.f2450x = new int[32]; Objects.requireNonNull(reader, "in == null"); this.j = reader; } @@ -55,14 +55,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2450s); - this.m += this.f2450s; + this.t = new String(this.l, this.m, this.f2449s); + this.m += this.f2449s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -72,7 +72,7 @@ public class JsonReader implements Closeable { try { long parseLong = Long.parseLong(this.t); this.q = 0; - int[] iArr2 = this.f2451x; + int[] iArr2 = this.f2450x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseLong; @@ -90,7 +90,7 @@ public class JsonReader implements Closeable { if (((double) j) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2451x; + int[] iArr3 = this.f2450x; int i5 = this.v - 1; iArr3[i5] = iArr3[i5] + 1; return j; @@ -219,7 +219,7 @@ public class JsonReader implements Closeable { } if (i2 == 7) { this.q = 0; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return; @@ -301,8 +301,8 @@ public class JsonReader implements Closeable { } else if (i2 == 15) { str = Long.toString(this.r); } else if (i2 == 16) { - str = new String(this.l, this.m, this.f2450s); - this.m += this.f2450s; + str = new String(this.l, this.m, this.f2449s); + this.m += this.f2449s; } else { StringBuilder P = c.d.b.a.a.P("Expected a string but was "); P.append(N()); @@ -310,7 +310,7 @@ public class JsonReader implements Closeable { throw new IllegalStateException(P.toString()); } this.q = 0; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return str; @@ -418,7 +418,7 @@ public class JsonReader implements Closeable { if (i3 == iArr.length) { int i4 = i3 * 2; this.u = Arrays.copyOf(iArr, i4); - this.f2451x = Arrays.copyOf(this.f2451x, i4); + this.f2450x = Arrays.copyOf(this.f2450x, i4); this.w = (String[]) Arrays.copyOf(this.w, i4); } int[] iArr2 = this.u; @@ -608,7 +608,7 @@ public class JsonReader implements Closeable { this.q = 0; } else { if (i4 == 16) { - this.m += this.f2450s; + this.m += this.f2449s; } this.q = 0; } @@ -618,7 +618,7 @@ public class JsonReader implements Closeable { i3++; this.q = 0; } while (i3 != 0); - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i6 = this.v; int i7 = i6 - 1; iArr[i7] = iArr[i7] + 1; @@ -638,7 +638,7 @@ public class JsonReader implements Closeable { } if (i2 == 3) { Q(1); - this.f2451x[this.v - 1] = 0; + this.f2450x[this.v - 1] = 0; this.q = 0; return; } @@ -722,7 +722,7 @@ public class JsonReader implements Closeable { if (r13 != 7) goto L_0x018a; */ /* JADX WARNING: Code restructure failed: missing block: B:161:0x0231, code lost: - r19.f2450s = r9; + r19.f2449s = r9; r6 = 16; r19.q = 16; */ @@ -1019,7 +1019,7 @@ public class JsonReader implements Closeable { if (i2 == 4) { int i3 = this.v - 1; this.v = i3; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1040,7 +1040,7 @@ public class JsonReader implements Closeable { int i3 = this.v - 1; this.v = i3; this.w[i3] = null; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i4 = i3 - 1; iArr[i4] = iArr[i4] + 1; this.q = 0; @@ -1059,7 +1059,7 @@ public class JsonReader implements Closeable { int i4 = this.u[i3]; if (i4 == 1 || i4 == 2) { N.append('['); - N.append(this.f2451x[i3]); + N.append(this.f2450x[i3]); N.append(']'); } else if (i4 == 3 || i4 == 4 || i4 == 5) { N.append('.'); @@ -1162,13 +1162,13 @@ public class JsonReader implements Closeable { } if (i2 == 5) { this.q = 0; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return true; } else if (i2 == 6) { this.q = 0; - int[] iArr2 = this.f2451x; + int[] iArr2 = this.f2450x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return false; @@ -1187,14 +1187,14 @@ public class JsonReader implements Closeable { } if (i2 == 15) { this.q = 0; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i3 = this.v - 1; iArr[i3] = iArr[i3] + 1; return (double) this.r; } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2450s); - this.m += this.f2450s; + this.t = new String(this.l, this.m, this.f2449s); + this.m += this.f2449s; } else if (i2 == 8 || i2 == 9) { this.t = I(i2 == 8 ? '\'' : '\"'); } else if (i2 == 10) { @@ -1210,7 +1210,7 @@ public class JsonReader implements Closeable { if (this.k || (!Double.isNaN(parseDouble) && !Double.isInfinite(parseDouble))) { this.t = null; this.q = 0; - int[] iArr2 = this.f2451x; + int[] iArr2 = this.f2450x; int i4 = this.v - 1; iArr2[i4] = iArr2[i4] + 1; return parseDouble; @@ -1228,7 +1228,7 @@ public class JsonReader implements Closeable { int i3 = (int) j; if (j == ((long) i3)) { this.q = 0; - int[] iArr = this.f2451x; + int[] iArr = this.f2450x; int i4 = this.v - 1; iArr[i4] = iArr[i4] + 1; return i3; @@ -1239,8 +1239,8 @@ public class JsonReader implements Closeable { throw new NumberFormatException(P.toString()); } if (i2 == 16) { - this.t = new String(this.l, this.m, this.f2450s); - this.m += this.f2450s; + this.t = new String(this.l, this.m, this.f2449s); + this.m += this.f2449s; } else if (i2 == 8 || i2 == 9 || i2 == 10) { if (i2 == 10) { this.t = M(); @@ -1250,7 +1250,7 @@ public class JsonReader implements Closeable { try { int parseInt = Integer.parseInt(this.t); this.q = 0; - int[] iArr2 = this.f2451x; + int[] iArr2 = this.f2450x; int i5 = this.v - 1; iArr2[i5] = iArr2[i5] + 1; return parseInt; @@ -1268,7 +1268,7 @@ public class JsonReader implements Closeable { if (((double) i6) == parseDouble) { this.t = null; this.q = 0; - int[] iArr3 = this.f2451x; + int[] iArr3 = this.f2450x; int i7 = this.v - 1; iArr3[i7] = iArr3[i7] + 1; return i6; diff --git a/app/src/main/java/com/google/gson/stream/JsonWriter.java b/app/src/main/java/com/google/gson/stream/JsonWriter.java index 6230560726..d13477b7bd 100644 --- a/app/src/main/java/com/google/gson/stream/JsonWriter.java +++ b/app/src/main/java/com/google/gson/stream/JsonWriter.java @@ -20,7 +20,7 @@ public class JsonWriter implements Closeable, Flushable { public String r; /* renamed from: s reason: collision with root package name */ - public boolean f2453s; + public boolean f2452s; static { for (int i2 = 0; i2 <= 31; i2++) { @@ -46,7 +46,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter(Writer writer) { w(6); this.o = ":"; - this.f2453s = true; + this.f2452s = true; Objects.requireNonNull(writer, "out == null"); this.k = writer; } @@ -224,7 +224,7 @@ public class JsonWriter implements Closeable, Flushable { public JsonWriter s() throws IOException { if (this.r != null) { - if (this.f2453s) { + if (this.f2452s) { K(); } else { this.r = null; diff --git a/app/src/main/java/com/google/zxing/Result.java b/app/src/main/java/com/google/zxing/Result.java index 9db5168bde..65918f9456 100644 --- a/app/src/main/java/com/google/zxing/Result.java +++ b/app/src/main/java/com/google/zxing/Result.java @@ -10,14 +10,14 @@ public final class Result { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public k[] f2454c; + public k[] f2453c; public final a d; public Map e = null; public Result(String str, byte[] bArr, int i, k[] kVarArr, a aVar, long j) { this.a = str; this.b = bArr; - this.f2454c = kVarArr; + this.f2453c = kVarArr; this.d = aVar; } @@ -25,7 +25,7 @@ public final class Result { System.currentTimeMillis(); this.a = str; this.b = bArr; - this.f2454c = kVarArr; + this.f2453c = kVarArr; this.d = aVar; } diff --git a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java index 6467425fdd..4770920c98 100644 --- a/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java +++ b/app/src/main/java/com/hcaptcha/sdk/HCaptchaConfig.java @@ -21,7 +21,7 @@ public class HCaptchaConfig implements Serializable { public boolean b; /* renamed from: c reason: collision with root package name */ - public Boolean f2455c; + public Boolean f2454c; public String d; public boolean e; public String f; @@ -40,7 +40,7 @@ public class HCaptchaConfig implements Serializable { StringBuilder P = c.d.b.a.a.P("HCaptchaConfig.HCaptchaConfigBuilder(siteKey="); P.append(this.a); P.append(", sentry$value="); - P.append(this.f2455c); + P.append(this.f2454c); P.append(", rqdata="); P.append(this.d); P.append(", apiEndpoint$value="); @@ -319,7 +319,7 @@ public class HCaptchaConfig implements Serializable { String str = this.siteKey; Objects.requireNonNull(str, "siteKey is marked non-null but is null"); aVar.a = str; - aVar.f2455c = this.sentry; + aVar.f2454c = this.sentry; aVar.b = true; aVar.d = this.rqdata; aVar.f = this.apiEndpoint; diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java index 6fa96056ac..d6f2b2ff8b 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPanelView.java @@ -38,7 +38,7 @@ public class ColorPanelView extends View { public int r = -9539986; /* renamed from: s reason: collision with root package name */ - public int f2456s = ViewCompat.MEASURED_STATE_MASK; + public int f2455s = ViewCompat.MEASURED_STATE_MASK; public int t; public ColorPanelView(Context context, AttributeSet attributeSet) { @@ -92,10 +92,10 @@ public class ColorPanelView extends View { i2 = context.getResources().getDisplayMetrics().widthPixels - i2; } StringBuilder sb = new StringBuilder("#"); - if (Color.alpha(this.f2456s) != 255) { - sb.append(Integer.toHexString(this.f2456s).toUpperCase(Locale.ENGLISH)); + if (Color.alpha(this.f2455s) != 255) { + sb.append(Integer.toHexString(this.f2455s).toUpperCase(Locale.ENGLISH)); } else { - sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2456s)).toUpperCase(Locale.ENGLISH)); + sb.append(String.format("%06X", Integer.valueOf(16777215 & this.f2455s)).toUpperCase(Locale.ENGLISH)); } Toast makeText = Toast.makeText(context, sb.toString(), 0); if (i < rect.height()) { @@ -111,7 +111,7 @@ public class ColorPanelView extends View { } public int getColor() { - return this.f2456s; + return this.f2455s; } public int getShape() { @@ -121,7 +121,7 @@ public class ColorPanelView extends View { @Override // android.view.View public void onDraw(Canvas canvas) { this.j.setColor(this.r); - this.k.setColor(this.f2456s); + this.k.setColor(this.f2455s); int i = this.t; if (i == 0) { Drawable drawable = this.i; @@ -131,7 +131,7 @@ public class ColorPanelView extends View { canvas.drawRect(this.o, this.k); } else if (i == 1) { int measuredWidth = getMeasuredWidth() / 2; - if (Color.alpha(this.f2456s) < 255) { + if (Color.alpha(this.f2455s) < 255) { canvas.drawCircle((float) (getMeasuredWidth() / 2), (float) (getMeasuredHeight() / 2), (float) (measuredWidth + 0), this.l); } if (this.q) { @@ -160,7 +160,7 @@ public class ColorPanelView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2456s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); + this.f2455s = bundle.getInt(ModelAuditLogEntry.CHANGE_KEY_COLOR); parcelable = bundle.getParcelable("instanceState"); } super.onRestoreInstanceState(parcelable); @@ -170,7 +170,7 @@ public class ColorPanelView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2456s); + bundle.putInt(ModelAuditLogEntry.CHANGE_KEY_COLOR, this.f2455s); return bundle; } @@ -203,7 +203,7 @@ public class ColorPanelView extends View { } public void setColor(int i) { - this.f2456s = i; + this.f2455s = i; invalidate(); } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java index e99d30dce1..ae2b3fdef1 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerDialog.java @@ -68,20 +68,20 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public int r; /* renamed from: s reason: collision with root package name */ - public c.k.a.a.b f2457s; + public c.k.a.a.b f2456s; public LinearLayout t; public SeekBar u; public TextView v; public ColorPickerView w; /* renamed from: x reason: collision with root package name */ - public ColorPanelView f2458x; + public ColorPanelView f2457x; /* renamed from: y reason: collision with root package name */ - public EditText f2459y; + public EditText f2458y; /* renamed from: z reason: collision with root package name */ - public EditText f2460z; + public EditText f2459z; public class a implements View.OnLongClickListener { public final /* synthetic */ ColorPanelView i; @@ -103,13 +103,13 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnTouchListener public boolean onTouch(View view, MotionEvent motionEvent) { - EditText editText = ColorPickerDialog.this.f2460z; + EditText editText = ColorPickerDialog.this.f2459z; if (view == editText || !editText.hasFocus()) { return false; } - ColorPickerDialog.this.f2460z.clearFocus(); - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2460z.getWindowToken(), 0); - ColorPickerDialog.this.f2460z.clearFocus(); + ColorPickerDialog.this.f2459z.clearFocus(); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(ColorPickerDialog.this.f2459z.getWindowToken(), 0); + ColorPickerDialog.this.f2459z.clearFocus(); return true; } } @@ -187,7 +187,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnClickListener public void onClick(View view) { - int color = ColorPickerDialog.this.f2458x.getColor(); + int color = ColorPickerDialog.this.f2457x.getColor(); ColorPickerDialog colorPickerDialog = ColorPickerDialog.this; int i = colorPickerDialog.n; if (color == i) { @@ -204,7 +204,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @Override // android.view.View.OnFocusChangeListener public void onFocusChange(View view, boolean z2) { if (z2) { - ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2460z, 1); + ((InputMethodManager) ColorPickerDialog.this.getActivity().getSystemService("input_method")).showSoftInput(ColorPickerDialog.this.f2459z, 1); } } } @@ -240,7 +240,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void onClick(View view) { if (!(view.getTag() instanceof Boolean) || !((Boolean) view.getTag()).booleanValue()) { ColorPickerDialog.this.n = this.i.getColor(); - c.k.a.a.b bVar = ColorPickerDialog.this.f2457s; + c.k.a.a.b bVar = ColorPickerDialog.this.f2456s; bVar.k = -1; bVar.notifyDataSetChanged(); for (int i = 0; i < ColorPickerDialog.this.t.getChildCount(); i++) { @@ -271,7 +271,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @StringRes /* renamed from: c reason: collision with root package name */ - public int f2461c = R.e.cpv_custom; + public int f2460c = R.e.cpv_custom; @StringRes public int d = R.e.cpv_select; @StringRes @@ -297,7 +297,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2462s = 0; + public int f2461s = 0; @ColorInt public int t = 0; @DrawableRes @@ -309,15 +309,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView @FontRes /* renamed from: x reason: collision with root package name */ - public int f2463x = 0; + public int f2462x = 0; @FontRes /* renamed from: y reason: collision with root package name */ - public int f2464y = 0; + public int f2463y = 0; @FontRes /* renamed from: z reason: collision with root package name */ - public int f2465z = 0; + public int f2464z = 0; public ColorPickerDialog a() { ColorPickerDialog colorPickerDialog = new ColorPickerDialog(); @@ -334,21 +334,21 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView bundle.putBoolean("showColorShades", this.m); bundle.putInt("colorShape", this.n); bundle.putInt("presetsButtonText", this.b); - bundle.putInt("customButtonText", this.f2461c); + bundle.putInt("customButtonText", this.f2460c); bundle.putInt("customButtonColor", this.o); bundle.putInt("customButtonTextColor", this.v); bundle.putInt("selectedButtonText", this.d); bundle.putInt("selectedButtonColor", this.p); bundle.putInt("selectedButtonTextColor", this.w); bundle.putInt("resetButtonText", this.e); - bundle.putInt("buttonFont", this.f2464y); + bundle.putInt("buttonFont", this.f2463y); bundle.putInt("titleTextColor", this.r); - bundle.putInt("titleFont", this.f2463x); + bundle.putInt("titleFont", this.f2462x); bundle.putInt("dividerColor", this.q); - bundle.putInt("backgroundColor", this.f2462s); + bundle.putInt("backgroundColor", this.f2461s); bundle.putInt("inputTextColor", this.t); bundle.putInt("inputBackground", this.u); - bundle.putInt("inputFont", this.f2465z); + bundle.putInt("inputFont", this.f2464z); colorPickerDialog.setArguments(bundle); return colorPickerDialog; } @@ -381,7 +381,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView int parseInt; int parseInt2; int parseInt3; - if (this.f2460z.isFocused()) { + if (this.f2459z.isFocused()) { String obj = editable.toString(); if (obj.startsWith("#")) { obj = obj.substring(1); @@ -500,26 +500,26 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public View i() { View inflate = View.inflate(getActivity(), R.d.cpv_dialog_color_picker, null); this.w = (ColorPickerView) inflate.findViewById(R.c.cpv_color_picker_view); - this.f2458x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); - this.f2460z = (EditText) inflate.findViewById(R.c.cpv_hex); - this.f2459y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); + this.f2457x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); + this.f2459z = (EditText) inflate.findViewById(R.c.cpv_hex); + this.f2458y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); this.A = inflate.findViewById(R.c.cpv_hex_container); this.w.setAlphaSliderVisible(this.F); this.w.b(this.n, true); - this.f2458x.setColor(this.n); + this.f2457x.setColor(this.n); l(this.n); if (!this.F) { - this.f2460z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); + this.f2459z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); } - this.f2458x.setOnClickListener(new f()); + this.f2457x.setOnClickListener(new f()); inflate.setOnTouchListener(this.J); this.w.setOnColorChangedListener(this); - this.f2460z.addTextChangedListener(this); - this.f2460z.setOnFocusChangeListener(new g()); + this.f2459z.addTextChangedListener(this); + this.f2459z.setOnFocusChangeListener(new g()); int i2 = getArguments().getInt("inputTextColor", 0); if (i2 != 0) { - this.f2460z.setTextColor(i2); - this.f2459y.setTextColor(i2); + this.f2459z.setTextColor(i2); + this.f2458y.setTextColor(i2); } int i3 = getArguments().getInt("inputBackground", 0); if (i3 != 0) { @@ -527,8 +527,8 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } int i4 = getArguments().getInt("inputFont", 0); if (i4 != 0) { - this.f2460z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); - this.f2459y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2459z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f2458y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); } return inflate; } @@ -621,7 +621,7 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView } } c.k.a.a.b bVar = new c.k.a.a.b(hVar, iArr5, i8, this.r); - this.f2457s = bVar; + this.f2456s = bVar; gridView.setAdapter((ListAdapter) bVar); if (this.F) { int alpha2 = 255 - Color.alpha(this.n); @@ -638,15 +638,15 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public void k(int i2) { this.n = i2; - ColorPanelView colorPanelView = this.f2458x; + ColorPanelView colorPanelView = this.f2457x; if (colorPanelView != null) { colorPanelView.setColor(i2); } - if (!this.H && this.f2460z != null) { + if (!this.H && this.f2459z != null) { l(i2); - if (this.f2460z.hasFocus()) { - ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2460z.getWindowToken(), 0); - this.f2460z.clearFocus(); + if (this.f2459z.hasFocus()) { + ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f2459z.getWindowToken(), 0); + this.f2459z.clearFocus(); } } this.H = false; @@ -654,9 +654,9 @@ public class ColorPickerDialog extends DialogFragment implements ColorPickerView public final void l(int i2) { if (this.F) { - this.f2460z.setText(String.format("%08X", Integer.valueOf(i2))); + this.f2459z.setText(String.format("%08X", Integer.valueOf(i2))); } else { - this.f2460z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); + this.f2459z.setText(String.format("%06X", Integer.valueOf(i2 & ViewCompat.MEASURED_SIZE_MASK))); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java index faa0485daa..a1c9c9c4c0 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPickerView.java @@ -48,27 +48,27 @@ public class ColorPickerView extends View { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2466s; + public Paint f2465s; public Paint t; public Shader u; public Shader v; public Shader w; /* renamed from: x reason: collision with root package name */ - public b f2467x; + public b f2466x; /* renamed from: y reason: collision with root package name */ - public b f2468y; + public b f2467y; /* renamed from: z reason: collision with root package name */ - public int f2469z = 255; + public int f2468z = 255; public class b { public Canvas a; public Bitmap b; /* renamed from: c reason: collision with root package name */ - public float f2470c; + public float f2469c; public b(ColorPickerView colorPickerView, a aVar) { } @@ -101,17 +101,17 @@ public class ColorPickerView extends View { this.m = c.i.a.f.e.o.c.z(getContext(), 2.0f); this.o = new Paint(); this.p = new Paint(); - this.f2466s = new Paint(); + this.f2465s = new Paint(); this.q = new Paint(); this.r = new Paint(); this.t = new Paint(); this.p.setStyle(Paint.Style.STROKE); this.p.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); this.p.setAntiAlias(true); - this.f2466s.setColor(this.F); - this.f2466s.setStyle(Paint.Style.STROKE); - this.f2466s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); - this.f2466s.setAntiAlias(true); + this.f2465s.setColor(this.F); + this.f2465s.setStyle(Paint.Style.STROKE); + this.f2465s.setStrokeWidth((float) c.i.a.f.e.o.c.z(getContext(), 2.0f)); + this.f2465s.setAntiAlias(true); this.r.setColor(-14935012); this.r.setTextSize((float) c.i.a.f.e.o.c.z(getContext(), 14.0f)); this.r.setAntiAlias(true); @@ -182,7 +182,7 @@ public class ColorPickerView extends View { if (x3 >= i4) { i = x3 > rect4.right ? width2 : x3 - i4; } - this.f2469z = 255 - ((i * 255) / width2); + this.f2468z = 255 - ((i * 255) / width2); } return true; } @@ -192,7 +192,7 @@ public class ColorPickerView extends View { int alpha = Color.alpha(i); float[] fArr = new float[3]; Color.RGBToHSV(Color.red(i), Color.green(i), Color.blue(i), fArr); - this.f2469z = alpha; + this.f2468z = alpha; float f = fArr[0]; this.A = f; float f2 = fArr[1]; @@ -214,7 +214,7 @@ public class ColorPickerView extends View { } public int getColor() { - return Color.HSVToColor(this.f2469z, new float[]{this.A, this.B, this.C}); + return Color.HSVToColor(this.f2468z, new float[]{this.A, this.B, this.C}); } @Override // android.view.View @@ -253,28 +253,28 @@ public class ColorPickerView extends View { float f = (float) rect2.left; this.u = new LinearGradient(f, (float) rect2.top, f, (float) rect2.bottom, -1, (int) ViewCompat.MEASURED_STATE_MASK, Shader.TileMode.CLAMP); } - b bVar = this.f2467x; - if (bVar == null || bVar.f2470c != this.A) { + b bVar = this.f2466x; + if (bVar == null || bVar.f2469c != this.A) { if (bVar == null) { - this.f2467x = new b(this, null); + this.f2466x = new b(this, null); } - b bVar2 = this.f2467x; + b bVar2 = this.f2466x; if (bVar2.b == null) { bVar2.b = Bitmap.createBitmap(rect2.width(), rect2.height(), Bitmap.Config.ARGB_8888); } - b bVar3 = this.f2467x; + b bVar3 = this.f2466x; if (bVar3.a == null) { - bVar3.a = new Canvas(this.f2467x.b); + bVar3.a = new Canvas(this.f2466x.b); } int HSVToColor = Color.HSVToColor(new float[]{this.A, 1.0f, 1.0f}); float f2 = (float) rect2.top; this.v = new LinearGradient((float) rect2.left, f2, (float) rect2.right, f2, -1, HSVToColor, Shader.TileMode.CLAMP); this.o.setShader(new ComposeShader(this.u, this.v, PorterDuff.Mode.MULTIPLY)); - b bVar4 = this.f2467x; - bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2467x.b.getHeight(), this.o); - this.f2467x.f2470c = this.A; + b bVar4 = this.f2466x; + bVar4.a.drawRect(0.0f, 0.0f, (float) bVar4.b.getWidth(), (float) this.f2466x.b.getHeight(), this.o); + this.f2466x.f2469c = this.A; } - canvas.drawBitmap(this.f2467x.b, (Rect) null, rect2, (Paint) null); + canvas.drawBitmap(this.f2466x.b, (Rect) null, rect2, (Paint) null); float f3 = this.B; float f4 = this.C; Rect rect4 = this.I; @@ -288,11 +288,11 @@ public class ColorPickerView extends View { Rect rect5 = this.J; this.t.setColor(this.G); canvas.drawRect((float) (rect5.left - 1), (float) (rect5.top - 1), (float) (rect5.right + 1), (float) (rect5.bottom + 1), this.t); - if (this.f2468y == null) { + if (this.f2467y == null) { b bVar5 = new b(this, null); - this.f2468y = bVar5; + this.f2467y = bVar5; bVar5.b = Bitmap.createBitmap(rect5.width(), rect5.height(), Bitmap.Config.ARGB_8888); - this.f2468y.a = new Canvas(this.f2468y.b); + this.f2467y.a = new Canvas(this.f2467y.b); int height = (int) (((float) rect5.height()) + 0.5f); int[] iArr = new int[height]; float f5 = 360.0f; @@ -304,12 +304,12 @@ public class ColorPickerView extends View { paint.setStrokeWidth(0.0f); for (int i2 = 0; i2 < height; i2++) { paint.setColor(iArr[i2]); - b bVar6 = this.f2468y; + b bVar6 = this.f2467y; float f6 = (float) i2; bVar6.a.drawLine(0.0f, f6, (float) bVar6.b.getWidth(), f6, paint); } } - canvas.drawBitmap(this.f2468y.b, (Rect) null, rect5, (Paint) null); + canvas.drawBitmap(this.f2467y.b, (Rect) null, rect5, (Paint) null); float f7 = this.A; Rect rect6 = this.J; float height2 = (float) rect6.height(); @@ -325,7 +325,7 @@ public class ColorPickerView extends View { int i6 = this.n / 2; rectF.top = (float) (i5 - i6); rectF.bottom = (float) (i6 + i5); - canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2466s); + canvas.drawRoundRect(rectF, 2.0f, 2.0f, this.f2465s); if (!(!this.D || (rect = this.K) == null || this.M == null)) { this.t.setColor(this.G); canvas.drawRect((float) (rect.left - 1), (float) (rect.top - 1), (float) (rect.right + 1), (float) (rect.bottom + 1), this.t); @@ -342,7 +342,7 @@ public class ColorPickerView extends View { if (str != null && !str.equals("")) { canvas.drawText(this.E, (float) rect.centerX(), (float) (c.i.a.f.e.o.c.z(getContext(), 4.0f) + rect.centerY()), this.r); } - int i7 = this.f2469z; + int i7 = this.f2468z; Rect rect7 = this.K; float width = (float) rect7.width(); Point point3 = new Point(); @@ -357,7 +357,7 @@ public class ColorPickerView extends View { int i11 = this.m; rectF2.top = (float) (i10 - i11); rectF2.bottom = (float) (rect.bottom + i11); - canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2466s); + canvas.drawRoundRect(rectF2, 2.0f, 2.0f, this.f2465s); } } } @@ -427,7 +427,7 @@ public class ColorPickerView extends View { public void onRestoreInstanceState(Parcelable parcelable) { if (parcelable instanceof Bundle) { Bundle bundle = (Bundle) parcelable; - this.f2469z = bundle.getInt(Key.ALPHA); + this.f2468z = bundle.getInt(Key.ALPHA); this.A = bundle.getFloat("hue"); this.B = bundle.getFloat("sat"); this.C = bundle.getFloat("val"); @@ -442,7 +442,7 @@ public class ColorPickerView extends View { public Parcelable onSaveInstanceState() { Bundle bundle = new Bundle(); bundle.putParcelable("instanceState", super.onSaveInstanceState()); - bundle.putInt(Key.ALPHA, this.f2469z); + bundle.putInt(Key.ALPHA, this.f2468z); bundle.putFloat("hue", this.A); bundle.putFloat("sat", this.B); bundle.putFloat("val", this.C); @@ -463,8 +463,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2467x = null; - this.f2468y = null; + this.f2466x = null; + this.f2467y = null; Rect rect2 = this.H; int i5 = rect2.left + 1; int i6 = rect2.top + 1; @@ -506,7 +506,7 @@ public class ColorPickerView extends View { } c cVar = this.N; if (cVar != null) { - ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2469z, new float[]{this.A, this.B, this.C})); + ((ColorPickerDialog) cVar).k(Color.HSVToColor(this.f2468z, new float[]{this.A, this.B, this.C})); } invalidate(); return true; @@ -527,8 +527,8 @@ public class ColorPickerView extends View { this.u = null; this.v = null; this.w = null; - this.f2468y = null; - this.f2467x = null; + this.f2467y = null; + this.f2466x = null; requestLayout(); } } @@ -548,7 +548,7 @@ public class ColorPickerView extends View { public void setSliderTrackerColor(int i) { this.F = i; - this.f2466s.setColor(i); + this.f2465s.setColor(i); invalidate(); } } diff --git a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java index 2663d77d12..13ccb08f1e 100644 --- a/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java +++ b/app/src/main/java/com/jaredrummler/android/colorpicker/ColorPreferenceCompat.java @@ -27,7 +27,7 @@ public class ColorPreferenceCompat extends Preference implements f { public int[] r; /* renamed from: s reason: collision with root package name */ - public int f2471s; + public int f2470s; public ColorPreferenceCompat(Context context, AttributeSet attributeSet) { super(context, attributeSet); @@ -42,7 +42,7 @@ public class ColorPreferenceCompat extends Preference implements f { this.p = obtainStyledAttributes.getBoolean(R.f.ColorPreference_cpv_showColorShades, true); this.q = obtainStyledAttributes.getInt(R.f.ColorPreference_cpv_previewSize, 0); int resourceId = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_colorPresets, 0); - this.f2471s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); + this.f2470s = obtainStyledAttributes.getResourceId(R.f.ColorPreference_cpv_dialogTitle, R.e.cpv_default_title); if (resourceId != 0) { this.r = getContext().getResources().getIntArray(resourceId); } else { @@ -100,7 +100,7 @@ public class ColorPreferenceCompat extends Preference implements f { int[] iArr = ColorPickerDialog.i; ColorPickerDialog.k kVar = new ColorPickerDialog.k(); kVar.f = this.k; - kVar.a = this.f2471s; + kVar.a = this.f2470s; kVar.n = this.l; kVar.g = this.r; kVar.j = this.m; diff --git a/app/src/main/java/com/linecorp/apng/decoder/Apng.java b/app/src/main/java/com/linecorp/apng/decoder/Apng.java index 931c8f177b..98a965e33b 100644 --- a/app/src/main/java/com/linecorp/apng/decoder/Apng.java +++ b/app/src/main/java/com/linecorp/apng/decoder/Apng.java @@ -19,7 +19,7 @@ public final class Apng { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2472c; + public final int f2471c; public final int d; public final int e; public final int f; @@ -150,7 +150,7 @@ public final class Apng { public Apng(int i, int i2, int i3, @IntRange(from = 1, to = 2147483647L) int i4, int[] iArr, @IntRange(from = 0, to = 2147483647L) int i5, @IntRange(from = 0, to = 2147483647L) long j) { m.checkNotNullParameter(iArr, "frameDurations"); - this.f2472c = i; + this.f2471c = i; this.d = i2; this.e = i3; this.f = i4; @@ -167,7 +167,7 @@ public final class Apng { } public static final /* synthetic */ int access$getId$p(Apng apng) { - return apng.f2472c; + return apng.f2471c; } public final Apng copy() { @@ -179,7 +179,7 @@ public final class Apng { m.checkNotNullParameter(rect2, "dst"); m.checkNotNullParameter(paint, "paint"); Trace.beginSection("Apng#draw"); - ApngDecoderJni.draw(this.f2472c, i, this.a); + ApngDecoderJni.draw(this.f2471c, i, this.a); Trace.endSection(); canvas.drawBitmap(this.a, rect, rect2, paint); } @@ -231,6 +231,6 @@ public final class Apng { } public final void recycle() { - ApngDecoderJni.recycle(this.f2472c); + ApngDecoderJni.recycle(this.f2471c); } } diff --git a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java index 561c86916a..5fcfd7c8c8 100644 --- a/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java +++ b/app/src/main/java/com/lytefast/flexinput/adapters/AttachmentPreviewAdapter.java @@ -79,7 +79,7 @@ public final class AttachmentPreviewAdapter { public List> b = n.emptyList(); /* renamed from: c reason: collision with root package name */ - public final ContentResolver f2474c; + public final ContentResolver f2473c; /* compiled from: FileListAdapter.kt */ public static final class a extends AsyncTask>> { @@ -103,7 +103,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public final AnimatorSet b; /* renamed from: c reason: collision with root package name */ - public SimpleDraweeView f2475c; + public SimpleDraweeView f2474c; public ImageView d; public TextView e; public TextView f; @@ -171,7 +171,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { this.h = fileListAdapter; View findViewById = view.findViewById(R.e.thumb_iv); m.checkNotNullExpressionValue(findViewById, "itemView.findViewById(R.id.thumb_iv)"); - this.f2475c = (SimpleDraweeView) findViewById; + this.f2474c = (SimpleDraweeView) findViewById; View findViewById2 = view.findViewById(R.e.type_iv); m.checkNotNullExpressionValue(findViewById2, "itemView.findViewById(R.id.type_iv)"); this.d = (ImageView) findViewById2; @@ -189,12 +189,12 @@ public final class FileListAdapter extends RecyclerView.Adapter { Objects.requireNonNull(loadAnimator, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet = (AnimatorSet) loadAnimator; this.a = animatorSet; - animatorSet.setTarget(this.f2475c); + animatorSet.setTarget(this.f2474c); Animator loadAnimator2 = AnimatorInflater.loadAnimator(view.getContext(), R.a.selection_grow); Objects.requireNonNull(loadAnimator2, "null cannot be cast to non-null type android.animation.AnimatorSet"); AnimatorSet animatorSet2 = (AnimatorSet) loadAnimator2; this.b = animatorSet2; - animatorSet2.setTarget(this.f2475c); + animatorSet2.setTarget(this.f2474c); } /* JADX WARNING: Code restructure failed: missing block: B:25:0x009d, code lost: @@ -217,7 +217,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { */ public final void a(File file) { Bitmap thumbnail; - Cursor query = this.h.f2474c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); + Cursor query = this.h.f2473c.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, new String[]{"_id", "mini_thumb_magic"}, "_data=?", new String[]{file.getPath()}, null); if (query == null) { return; } @@ -226,10 +226,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } long j = query.getLong(0); - if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2474c, j, 1, null)) != null) { + if (query.getLong(1) == 0 && (thumbnail = MediaStore.Images.Thumbnails.getThumbnail(this.h.f2473c, j, 1, null)) != null) { thumbnail.recycle(); } - Cursor query2 = this.h.f2474c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); + Cursor query2 = this.h.f2473c.query(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, new String[]{"_id"}, "image_id=?", new String[]{String.valueOf(j)}, null); if (query2 != null) { if (!query2.moveToFirst()) { d0.y.b.closeFinally(query2, null); @@ -237,9 +237,9 @@ public final class FileListAdapter extends RecyclerView.Adapter { return; } String string = query2.getString(0); - SimpleDraweeView simpleDraweeView = this.f2475c; + SimpleDraweeView simpleDraweeView = this.f2474c; d a2 = c.f.g.a.a.b.a(); - a2.n = this.f2475c.getController(); + a2.n = this.f2474c.getController(); d f = a2.f(Uri.withAppendedPath(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI, string)); f.l = true; simpleDraweeView.setController(f.a()); @@ -254,10 +254,10 @@ public final class FileListAdapter extends RecyclerView.Adapter { view.setSelected(z2); C0191b bVar = new C0191b(z3); if (z2) { - if (this.f2475c.getScaleX() == 1.0f) { + if (this.f2474c.getScaleX() == 1.0f) { bVar.a(this.a); } - } else if (this.f2475c.getScaleX() != 1.0f) { + } else if (this.f2474c.getScaleX() != 1.0f) { bVar.a(this.b); } } @@ -266,7 +266,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { public FileListAdapter(ContentResolver contentResolver, SelectionCoordinator> selectionCoordinator) { m.checkNotNullParameter(contentResolver, "contentResolver"); m.checkNotNullParameter(selectionCoordinator, "selectionCoordinator"); - this.f2474c = contentResolver; + this.f2473c = contentResolver; Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(this, "adapter"); selectionCoordinator.a = this; @@ -314,7 +314,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { bVar2.e.setText((CharSequence) null); bVar2.f.setText((CharSequence) null); } - SimpleDraweeView simpleDraweeView = bVar2.f2475c; + SimpleDraweeView simpleDraweeView = bVar2.f2474c; simpleDraweeView.setImageURI((Uri) null, simpleDraweeView.getContext()); bVar2.d.setVisibility(8); boolean z2 = true; @@ -331,7 +331,7 @@ public final class FileListAdapter extends RecyclerView.Adapter { z2 = false; } if (z2) { - bVar2.f2475c.setImageURI(Uri.fromFile(file), bVar2.f2475c.getContext()); + bVar2.f2474c.setImageURI(Uri.fromFile(file), bVar2.f2474c.getContext()); if (t.startsWith$default(str, "image", false, 2, null)) { ImageView imageView = bVar2.d; imageView.setImageResource(DrawableCompat.getThemedDrawableRes$default(imageView, R.b.ic_flex_input_image, 0, 2, (Object) null)); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java index 478ac93f20..1606c40584 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/CameraFragment.java @@ -194,7 +194,7 @@ public class CameraFragment extends Fragment { if (cameraView8 == null) { m.throwUninitializedPropertyAccessException("cameraView"); } - cameraView8.f2482x.O0(new l.a()); + cameraView8.f2481x.O0(new l.a()); } } } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java index 96472f2f42..b64499642b 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FilesFragment.java @@ -230,7 +230,7 @@ public class FilesFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Attachment> selectionCoordinator = this.selectionCoordinator; if (selectionCoordinator != null) { - selectionCoordinator.f2479c.unregister(); + selectionCoordinator.f2478c.unregister(); } super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java index cec92ab32e..fbec187f80 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/FlexInputFragment.java @@ -74,7 +74,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { public FlexInputViewModel r; /* renamed from: s reason: collision with root package name */ - public Subscription f2476s; + public Subscription f2475s; public Subscription t; public Subscription u; public final List> v = new ArrayList(); @@ -286,7 +286,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputState2.e) { String str = flexInputState2.a; Objects.requireNonNull(str, "null cannot be cast to non-null type kotlin.CharSequence"); - if ((w.trim(str).toString().length() > 0) || flexInputState2.f2480c.size() > 0) { + if ((w.trim(str).toString().length() > 0) || flexInputState2.f2479c.size() > 0) { z2 = true; ImageView imageView = flexInputFragment.j().p; m.checkNotNullExpressionValue(imageView, "binding.sendBtnImage"); @@ -294,7 +294,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { FrameLayout frameLayout = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout, "binding.sendBtnContainer"); frameLayout.setEnabled(z2); - boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2480c.size() > 0; + boolean z4 = !(flexInputState2.a.length() <= 0) || flexInputState2.f2479c.size() > 0; FrameLayout frameLayout2 = flexInputFragment.j().o; m.checkNotNullExpressionValue(frameLayout2, "binding.sendBtnContainer"); frameLayout2.setVisibility(!z4 ? 0 : 8); @@ -307,7 +307,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2480c.isEmpty()) { + if (flexInputState2.f2479c.isEmpty()) { AttachmentPreviewAdapter> attachmentPreviewAdapter = flexInputFragment.p; if (attachmentPreviewAdapter == null) { m.throwUninitializedPropertyAccessException("attachmentPreviewAdapter"); @@ -317,7 +317,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { } LinearLayout linearLayout3 = flexInputFragment.j().f257c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2480c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2479c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -374,11 +374,11 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { LinearLayout linearLayout2 = flexInputFragment.j().n; m.checkNotNullExpressionValue(linearLayout2, "binding.mainInputContainer"); linearLayout2.setLayoutParams(layoutParams2); - if (flexInputState2.f2480c.isEmpty()) { + if (flexInputState2.f2479c.isEmpty()) { } LinearLayout linearLayout3 = flexInputFragment.j().f257c; m.checkNotNullExpressionValue(linearLayout3, "binding.attachmentPreviewContainer"); - linearLayout3.setVisibility((flexInputState2.f2480c.size() > 0 || !flexInputState2.e) ? 8 : 0); + linearLayout3.setVisibility((flexInputState2.f2479c.size() > 0 || !flexInputState2.e) ? 8 : 0); AppCompatImageButton appCompatImageButton4 = flexInputFragment.j().l; m.checkNotNullExpressionValue(appCompatImageButton4, "binding.galleryBtn"); ViewExtensions.setEnabledAlpha$default(appCompatImageButton4, !flexInputState2.e && flexInputState2.f, 0.0f, 2, null); @@ -528,7 +528,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { SelectionCoordinator, ?> selectionCoordinator = new SelectionCoordinator<>(null, null, 3); b().registerSelectionCoordinator(selectionCoordinator); selectionCoordinator.c(attachment, 0); - selectionCoordinator.f2479c.unregister(); + selectionCoordinator.f2478c.unregister(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { flexInputViewModel.onAttachmentsUpdated(b().getAttachments()); @@ -606,7 +606,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { if (flexInputViewModel != null) { flexInputViewModel.onFlexInputFragmentPause(); } - Subscription subscription = this.f2476s; + Subscription subscription = this.f2475s; if (subscription != null) { subscription.unsubscribe(); } @@ -626,7 +626,7 @@ public class FlexInputFragment extends Fragment implements c.b.a.b { super.onResume(); FlexInputViewModel flexInputViewModel = this.r; if (flexInputViewModel != null) { - this.f2476s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); + this.f2475s = flexInputViewModel.observeState().r().U(new c.b.a.a.n(new d(this))); FlexInputViewModel flexInputViewModel2 = this.r; if (flexInputViewModel2 != null) { this.t = flexInputViewModel2.observeEvents().U(new c.b.a.a.n(new e(this))); diff --git a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java index 2c15273870..5042fd41c4 100644 --- a/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java +++ b/app/src/main/java/com/lytefast/flexinput/fragment/MediaFragment.java @@ -99,19 +99,19 @@ public class MediaFragment extends Fragment { public final /* synthetic */ i b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ MediaFragment f2477c; + public final /* synthetic */ MediaFragment f2476c; public final /* synthetic */ c.b.a.b d; public b(View view, i iVar, MediaFragment mediaFragment, c.b.a.b bVar) { this.a = view; this.b = iVar; - this.f2477c = mediaFragment; + this.f2476c = mediaFragment; this.d = bVar; } @Override // androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener public final void onRefresh() { - if (MediaFragment.access$hasPermissions(this.f2477c, MediaFragment.REQUIRED_PERMISSION)) { + if (MediaFragment.access$hasPermissions(this.f2476c, MediaFragment.REQUIRED_PERMISSION)) { i iVar = this.b; Context context = this.a.getContext(); m.checkNotNullExpressionValue(context, "context"); @@ -119,7 +119,7 @@ public class MediaFragment extends Fragment { m.checkNotNullExpressionValue(contentResolver, "context.contentResolver"); iVar.b(contentResolver); } - SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2477c); + SwipeRefreshLayout access$getSwipeRefreshLayout$p = MediaFragment.access$getSwipeRefreshLayout$p(this.f2476c); if (access$getSwipeRefreshLayout$p != null) { access$getSwipeRefreshLayout$p.setRefreshing(false); } @@ -219,7 +219,7 @@ public class MediaFragment extends Fragment { public void onDestroyView() { SelectionCoordinator, Media> selectionCoordinator = this.selectionCoordinator; m.checkNotNull(selectionCoordinator); - selectionCoordinator.f2479c.unregister(); + selectionCoordinator.f2478c.unregister(); super.onDestroyView(); } diff --git a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java index ac4e5439c1..0e380cc4c2 100644 --- a/app/src/main/java/com/lytefast/flexinput/model/Attachment.java +++ b/app/src/main/java/com/lytefast/flexinput/model/Attachment.java @@ -24,7 +24,7 @@ public class Attachment implements Parcelable { private final String displayName; /* renamed from: id reason: collision with root package name */ - private final long f2478id; + private final long f2477id; private final Uri uri; /* compiled from: Attachment.kt */ @@ -158,7 +158,7 @@ public class Attachment implements Parcelable { public Attachment(long j, Uri uri, String str, T t) { m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); m.checkNotNullParameter(str, "displayName"); - this.f2478id = j; + this.f2477id = j; this.uri = uri; this.displayName = str; this.data = t; @@ -203,7 +203,7 @@ public class Attachment implements Parcelable { return false; } Attachment attachment = (Attachment) obj; - return this.f2478id == attachment.f2478id && m.areEqual(this.uri, attachment.uri); + return this.f2477id == attachment.f2477id && m.areEqual(this.uri, attachment.uri); } public final T getData() { @@ -215,7 +215,7 @@ public class Attachment implements Parcelable { } public final long getId() { - return this.f2478id; + return this.f2477id; } public final Uri getUri() { @@ -224,14 +224,14 @@ public class Attachment implements Parcelable { @Override // java.lang.Object public int hashCode() { - return AnimatableValueParser.W0(Long.valueOf(this.f2478id), this.uri); + return AnimatableValueParser.W0(Long.valueOf(this.f2477id), this.uri); } @Override // android.os.Parcelable @CallSuper public void writeToParcel(Parcel parcel, int i) { m.checkNotNullParameter(parcel, "dest"); - parcel.writeLong(this.f2478id); + parcel.writeLong(this.f2477id); parcel.writeParcelable(this.uri, i); parcel.writeString(this.displayName); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java index f00cb3035e..c9b3f10dd4 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionAggregator.java @@ -234,7 +234,7 @@ public class SelectionAggregator> { a aVar = new a(this, selectionCoordinator); Objects.requireNonNull(selectionCoordinator); m.checkNotNullParameter(aVar, ""); - selectionCoordinator.f2479c = aVar; + selectionCoordinator.f2478c = aVar; this.childSelectionCoordinators.add(selectionCoordinator); } diff --git a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java index 81438af618..8de0bc0829 100644 --- a/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java +++ b/app/src/main/java/com/lytefast/flexinput/utils/SelectionCoordinator.java @@ -15,7 +15,7 @@ public class SelectionCoordinator { public final ArrayMap b; /* renamed from: c reason: collision with root package name */ - public ItemSelectionListener f2479c; + public ItemSelectionListener f2478c; /* compiled from: SelectionCoordinator.kt */ public interface ItemSelectionListener { @@ -88,7 +88,7 @@ public class SelectionCoordinator { m.checkNotNullParameter(arrayMap2, "selectedItemPositionMap"); m.checkNotNullParameter(bVar, "itemSelectionListener"); this.b = arrayMap2; - this.f2479c = bVar; + this.f2478c = bVar; } public final boolean a(T t, int i) { @@ -127,7 +127,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(i, new a(t, true)); } - this.f2479c.onItemSelected(t); + this.f2478c.onItemSelected(t); } public final boolean d(I i) { @@ -142,7 +142,7 @@ public class SelectionCoordinator { if (adapter != null) { adapter.notifyItemChanged(intValue, new a(i, false)); } - this.f2479c.onItemUnselected(i); + this.f2478c.onItemUnselected(i); return true; } } diff --git a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java index 91fad558a4..5ef261d294 100644 --- a/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java +++ b/app/src/main/java/com/lytefast/flexinput/viewmodel/FlexInputState.java @@ -12,7 +12,7 @@ public final class FlexInputState { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final List> f2480c; + public final List> f2479c; public final Integer d; public final boolean e; public final boolean f; @@ -33,7 +33,7 @@ public final class FlexInputState { m.checkNotNullParameter(list, "attachments"); this.a = str; this.b = z2; - this.f2480c = list; + this.f2479c = list; this.d = num; this.e = z3; this.f = z4; @@ -55,7 +55,7 @@ public final class FlexInputState { public static FlexInputState a(FlexInputState flexInputState, String str, boolean z2, List list, Integer num, boolean z3, boolean z4, boolean z5, boolean z6, boolean z7, Long l, Long l2, int i) { String str2 = (i & 1) != 0 ? flexInputState.a : str; boolean z8 = (i & 2) != 0 ? flexInputState.b : z2; - List list2 = (i & 4) != 0 ? flexInputState.f2480c : list; + List list2 = (i & 4) != 0 ? flexInputState.f2479c : list; Integer num2 = (i & 8) != 0 ? flexInputState.d : num; boolean z9 = (i & 16) != 0 ? flexInputState.e : z3; boolean z10 = (i & 32) != 0 ? flexInputState.f : z4; @@ -78,7 +78,7 @@ public final class FlexInputState { return false; } FlexInputState flexInputState = (FlexInputState) obj; - return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2480c, flexInputState.f2480c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); + return m.areEqual(this.a, flexInputState.a) && this.b == flexInputState.b && m.areEqual(this.f2479c, flexInputState.f2479c) && m.areEqual(this.d, flexInputState.d) && this.e == flexInputState.e && this.f == flexInputState.f && this.g == flexInputState.g && this.h == flexInputState.h && this.i == flexInputState.i && m.areEqual(this.j, flexInputState.j) && m.areEqual(this.k, flexInputState.k); } public int hashCode() { @@ -94,7 +94,7 @@ public final class FlexInputState { int i4 = z2 ? 1 : 0; int i5 = z2 ? 1 : 0; int i6 = (hashCode + i3) * 31; - List> list = this.f2480c; + List> list = this.f2479c; int hashCode2 = (i6 + (list != null ? list.hashCode() : 0)) * 31; Integer num = this.d; int hashCode3 = (hashCode2 + (num != null ? num.hashCode() : 0)) * 31; @@ -150,7 +150,7 @@ public final class FlexInputState { P.append(", showExpandedButtons="); P.append(this.b); P.append(", attachments="); - P.append(this.f2480c); + P.append(this.f2479c); P.append(", showContentDialogIndex="); P.append(this.d); P.append(", ableToSendMessages="); diff --git a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java index f2129c8f6a..bdae4ca963 100644 --- a/app/src/main/java/com/otaliastudios/cameraview/CameraView.java +++ b/app/src/main/java/com/otaliastudios/cameraview/CameraView.java @@ -90,7 +90,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public int r; /* renamed from: s reason: collision with root package name */ - public Handler f2481s; + public Handler f2480s; public Executor t; @VisibleForTesting public b u; @@ -98,13 +98,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public c.o.a.r.f w; /* renamed from: x reason: collision with root package name */ - public i f2482x; + public i f2481x; /* renamed from: y reason: collision with root package name */ - public c.o.a.x.b f2483y; + public c.o.a.x.b f2482y; /* renamed from: z reason: collision with root package name */ - public MediaActionSound f2484z; + public MediaActionSound f2483z; public class a implements ThreadFactory { public final AtomicInteger i = new AtomicInteger(1); @@ -254,10 +254,10 @@ public class CameraView extends FrameLayout implements LifecycleObserver { CameraView cameraView; boolean z2; if (this.i && (z2 = (cameraView = CameraView.this).k) && z2) { - if (cameraView.f2484z == null) { - cameraView.f2484z = new MediaActionSound(); + if (cameraView.f2483z == null) { + cameraView.f2483z = new MediaActionSound(); } - cameraView.f2484z.play(1); + cameraView.f2483z.play(1); } c.o.a.s.a aVar = CameraView.this.A; if (aVar != null) { @@ -277,7 +277,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void a(CameraException cameraException) { this.b.a(1, "dispatchError", cameraException); - CameraView.this.f2481s.post(new d(cameraException)); + CameraView.this.f2480s.post(new d(cameraException)); } public void b(@NonNull c.o.a.p.b bVar) { @@ -291,22 +291,22 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void c(float f2, @NonNull float[] fArr, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnExposureCorrectionChanged", Float.valueOf(f2)); - CameraView.this.f2481s.post(new RunnableC0194b(f2, fArr, pointFArr)); + CameraView.this.f2480s.post(new RunnableC0194b(f2, fArr, pointFArr)); } public void d(@Nullable c.o.a.q.a aVar, boolean z2, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusEnd", aVar, Boolean.valueOf(z2), pointF); - CameraView.this.f2481s.post(new g(z2, aVar, pointF)); + CameraView.this.f2480s.post(new g(z2, aVar, pointF)); } public void e(@Nullable c.o.a.q.a aVar, @NonNull PointF pointF) { this.b.a(1, "dispatchOnFocusStart", aVar, pointF); - CameraView.this.f2481s.post(new f(pointF, aVar)); + CameraView.this.f2480s.post(new f(pointF, aVar)); } public void f(float f2, @Nullable PointF[] pointFArr) { this.b.a(1, "dispatchOnZoomChanged", Float.valueOf(f2)); - CameraView.this.f2481s.post(new a(f2, pointFArr)); + CameraView.this.f2480s.post(new a(f2, pointFArr)); } @NonNull @@ -315,14 +315,14 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void h() { - c.o.a.x.b C = CameraView.this.f2482x.C(c.o.a.n.t.b.VIEW); + c.o.a.x.b C = CameraView.this.f2481x.C(c.o.a.n.t.b.VIEW); if (C == null) { throw new RuntimeException("Preview stream size should not be null here."); - } else if (C.equals(CameraView.this.f2483y)) { + } else if (C.equals(CameraView.this.f2482y)) { this.b.a(1, "onCameraPreviewStreamSizeChanged:", "swallowing because the preview size has not changed.", C); } else { this.b.a(1, "onCameraPreviewStreamSizeChanged: posting a requestLayout call.", "Preview stream size:", C); - CameraView.this.f2481s.post(new e()); + CameraView.this.f2480s.post(new e()); } } } @@ -497,7 +497,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } obtainStyledAttributes.recycle(); this.u = new b(); - this.f2481s = new Handler(Looper.getMainLooper()); + this.f2480s = new Handler(Looper.getMainLooper()); this.E = new e(this.u); this.F = new g(this.u); this.G = new c.o.a.q.f(this.u); @@ -620,13 +620,13 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } else { iVar = new c.o.a.n.d(bVar2); } - this.f2482x = iVar; + this.f2481x = iVar; bVar.a(2, "doInstantiateEngine:", "instantiated. engine:", iVar.getClass().getSimpleName()); - this.f2482x.o0(this.L); + this.f2481x.o0(this.L); } public final boolean c() { - i iVar = this.f2482x; + i iVar = this.f2481x; return iVar.m.f == c.o.a.n.v.e.OFF && !iVar.O(); } @@ -641,7 +641,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { fVar.g = -1; fVar.e = -1; } - this.f2482x.L0(false); + this.f2481x.L0(false); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.p(); @@ -650,9 +650,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public boolean d() { - c.o.a.n.v.e eVar = this.f2482x.m.f; + c.o.a.n.v.e eVar = this.f2481x.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; - return eVar.f(eVar2) && this.f2482x.m.g.f(eVar2); + return eVar.f(eVar2) && this.f2481x.m.g.f(eVar2); } @OnLifecycleEvent(Lifecycle.Event.ON_DESTROY) @@ -662,9 +662,9 @@ public class CameraView extends FrameLayout implements LifecycleObserver { boolean z2 = this.C.size() > 0; this.C.clear(); if (z2) { - this.f2482x.k0(false); + this.f2481x.k0(false); } - this.f2482x.d(true, 0); + this.f2481x.d(true, 0); c.o.a.w.a aVar = this.v; if (aVar != null) { aVar.o(); @@ -740,29 +740,29 @@ public class CameraView extends FrameLayout implements LifecycleObserver { rectF2.set(Math.max(rectF.left, aVar2.i.left), Math.max(rectF.top, aVar2.i.top), Math.min(rectF.right, aVar2.i.right), Math.min(rectF.bottom, aVar2.i.bottom)); arrayList2.add(new c.o.a.t.a(rectF2, aVar2.j)); } - this.f2482x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); + this.f2481x.I0(aVar, new c.o.a.t.b(arrayList2), pointFArr[0]); return; case 2: - this.f2482x.O0(new l.a()); + this.f2481x.O0(new l.a()); return; case 3: - this.f2482x.P0(new l.a()); + this.f2481x.P0(new l.a()); return; case 4: - float N = this.f2482x.N(); + float N = this.f2481x.N(); float a3 = cVar.a(N, 0.0f, 1.0f); if (a3 != N) { - this.f2482x.G0(a3, pointFArr, true); + this.f2481x.G0(a3, pointFArr, true); return; } return; case 5: - float k = this.f2482x.k(); + float k = this.f2481x.k(); float f = cVar2.m; float f2 = cVar2.n; float a4 = cVar.a(k, f, f2); if (a4 != k) { - this.f2482x.d0(a4, new float[]{f, f2}, pointFArr, true); + this.f2481x.d0(a4, new float[]{f, f2}, pointFArr, true); return; } return; @@ -817,25 +817,25 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.a getAudio() { - return this.f2482x.f(); + return this.f2481x.f(); } public int getAudioBitRate() { - return this.f2482x.g(); + return this.f2481x.g(); } @NonNull public c.o.a.m.b getAudioCodec() { - return this.f2482x.h(); + return this.f2481x.h(); } public long getAutoFocusResetDelay() { - return this.f2482x.i(); + return this.f2481x.i(); } @Nullable public c.o.a.c getCameraOptions() { - return this.f2482x.j(); + return this.f2481x.j(); } @NonNull @@ -844,12 +844,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getExposureCorrection() { - return this.f2482x.k(); + return this.f2481x.k(); } @NonNull public c.o.a.m.e getFacing() { - return this.f2482x.l(); + return this.f2481x.l(); } @NonNull @@ -868,7 +868,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public c.o.a.m.f getFlash() { - return this.f2482x.m(); + return this.f2481x.m(); } public int getFrameProcessingExecutors() { @@ -876,19 +876,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getFrameProcessingFormat() { - return this.f2482x.n(); + return this.f2481x.n(); } public int getFrameProcessingMaxHeight() { - return this.f2482x.o(); + return this.f2481x.o(); } public int getFrameProcessingMaxWidth() { - return this.f2482x.p(); + return this.f2481x.p(); } public int getFrameProcessingPoolSize() { - return this.f2482x.q(); + return this.f2481x.q(); } @NonNull @@ -902,35 +902,35 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @NonNull public h getHdr() { - return this.f2482x.r(); + return this.f2481x.r(); } @Nullable public Location getLocation() { - return this.f2482x.s(); + return this.f2481x.s(); } @NonNull public c.o.a.m.i getMode() { - return this.f2482x.t(); + return this.f2481x.t(); } @NonNull public j getPictureFormat() { - return this.f2482x.u(); + return this.f2481x.u(); } public boolean getPictureMetering() { - return this.f2482x.v(); + return this.f2481x.v(); } @Nullable public c.o.a.x.b getPictureSize() { - return this.f2482x.w(c.o.a.n.t.b.OUTPUT); + return this.f2481x.w(c.o.a.n.t.b.OUTPUT); } public boolean getPictureSnapshotMetering() { - return this.f2482x.y(); + return this.f2481x.y(); } public boolean getPlaySounds() { @@ -943,26 +943,26 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public float getPreviewFrameRate() { - return this.f2482x.A(); + return this.f2481x.A(); } public boolean getPreviewFrameRateExact() { - return this.f2482x.B(); + return this.f2481x.B(); } public int getSnapshotMaxHeight() { - return this.f2482x.D(); + return this.f2481x.D(); } public int getSnapshotMaxWidth() { - return this.f2482x.E(); + return this.f2481x.E(); } @Nullable public c.o.a.x.b getSnapshotSize() { c.o.a.x.b bVar = null; if (!(getWidth() == 0 || getHeight() == 0)) { - i iVar = this.f2482x; + i iVar = this.f2481x; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.VIEW; c.o.a.x.b F = iVar.F(bVar2); if (F == null) { @@ -970,7 +970,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } Rect v = c.i.a.f.e.o.c.v(F, c.o.a.x.a.f(getWidth(), getHeight())); bVar = new c.o.a.x.b(v.width(), v.height()); - if (this.f2482x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { + if (this.f2481x.e().b(bVar2, c.o.a.n.t.b.OUTPUT)) { return bVar.f(); } } @@ -982,34 +982,34 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public int getVideoBitRate() { - return this.f2482x.G(); + return this.f2481x.G(); } @NonNull public c.o.a.m.l getVideoCodec() { - return this.f2482x.H(); + return this.f2481x.H(); } public int getVideoMaxDuration() { - return this.f2482x.I(); + return this.f2481x.I(); } public long getVideoMaxSize() { - return this.f2482x.J(); + return this.f2481x.J(); } @Nullable public c.o.a.x.b getVideoSize() { - return this.f2482x.K(c.o.a.n.t.b.OUTPUT); + return this.f2481x.K(c.o.a.n.t.b.OUTPUT); } @NonNull public m getWhiteBalance() { - return this.f2482x.M(); + return this.f2481x.M(); } public float getZoom() { - return this.f2482x.N(); + return this.f2481x.N(); } @Override // android.view.View, android.view.ViewGroup @@ -1032,7 +1032,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } this.v = aVar; bVar.a(2, "doInstantiateEngine:", "instantiated. preview:", aVar.getClass().getSimpleName()); - this.f2482x.u0(this.v); + this.f2481x.u0(this.v); c.o.a.o.b bVar2 = this.q; if (bVar2 != null) { setFilter(bVar2); @@ -1043,7 +1043,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { @Override // android.view.View, android.view.ViewGroup public void onDetachedFromWindow() { - this.f2483y = null; + this.f2482y = null; super.onDetachedFromWindow(); } @@ -1058,8 +1058,8 @@ public class CameraView extends FrameLayout implements LifecycleObserver { super.onMeasure(View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i2), BasicMeasure.EXACTLY), View.MeasureSpec.makeMeasureSpec(View.MeasureSpec.getSize(i3), BasicMeasure.EXACTLY)); return; } - c.o.a.x.b C = this.f2482x.C(c.o.a.n.t.b.VIEW); - this.f2483y = C; + c.o.a.x.b C = this.f2481x.C(c.o.a.n.t.b.VIEW); + this.f2482y = C; if (C == null) { j.a(2, "onMeasure:", "surface is not ready. Calling default behavior."); super.onMeasure(i2, i3); @@ -1069,7 +1069,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { int mode2 = View.MeasureSpec.getMode(i3); int size = View.MeasureSpec.getSize(i2); int size2 = View.MeasureSpec.getSize(i3); - c.o.a.x.b bVar = this.f2483y; + c.o.a.x.b bVar = this.f2482y; float f = (float) bVar.i; float f2 = (float) bVar.j; ViewGroup.LayoutParams layoutParams = getLayoutParams(); @@ -1142,7 +1142,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (!d()) { return true; } - c.o.a.c j2 = this.f2482x.j(); + c.o.a.c j2 = this.f2481x.j(); if (j2 != null) { e eVar = this.E; if (!eVar.a ? false : eVar.c(motionEvent)) { @@ -1181,12 +1181,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { ((DisplayManager) fVar.b.getSystemService("display")).registerDisplayListener(fVar.f, fVar.a); fVar.d.enable(); } - c.o.a.n.t.a e = this.f2482x.e(); + c.o.a.n.t.a e = this.f2481x.e(); int i2 = this.w.g; e.e(i2); e.d = i2; e.d(); - this.f2482x.H0(); + this.f2481x.H0(); } } } @@ -1234,20 +1234,20 @@ public class CameraView extends FrameLayout implements LifecycleObserver { public void setAudio(@NonNull c.o.a.m.a aVar) { if (aVar == getAudio() || c()) { - this.f2482x.Z(aVar); + this.f2481x.Z(aVar); } else if (a(aVar)) { - this.f2482x.Z(aVar); + this.f2481x.Z(aVar); } else { close(); } } public void setAudioBitRate(int i2) { - this.f2482x.a0(i2); + this.f2481x.a0(i2); } public void setAudioCodec(@NonNull c.o.a.m.b bVar) { - this.f2482x.b0(bVar); + this.f2481x.b0(bVar); } public void setAutoFocusMarker(@Nullable c.o.a.s.a aVar) { @@ -1265,17 +1265,17 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setAutoFocusResetDelay(long j2) { - this.f2482x.c0(j2); + this.f2481x.c0(j2); } public void setEngine(@NonNull c.o.a.m.d dVar) { if (c()) { this.p = dVar; - i iVar = this.f2482x; + i iVar = this.f2481x; b(); c.o.a.w.a aVar = this.v; if (aVar != null) { - this.f2482x.u0(aVar); + this.f2481x.u0(aVar); } setFacing(iVar.l()); setFlash(iVar.m()); @@ -1301,7 +1301,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { setFrameProcessingMaxHeight(iVar.o()); setFrameProcessingFormat(0); setFrameProcessingPoolSize(iVar.q()); - this.f2482x.k0(!this.C.isEmpty()); + this.f2481x.k0(!this.C.isEmpty()); } } @@ -1320,12 +1320,12 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > f3) { f = f3; } - this.f2482x.d0(f, new float[]{f2, f3}, null, false); + this.f2481x.d0(f, new float[]{f2, f3}, null, false); } } public void setFacing(@NonNull c.o.a.m.e eVar) { - this.f2482x.e0(eVar); + this.f2481x.e0(eVar); } public void setFilter(@NonNull c.o.a.o.b bVar) { @@ -1345,7 +1345,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFlash(@NonNull c.o.a.m.f fVar) { - this.f2482x.f0(fVar); + this.f2481x.f0(fVar); } public void setFrameProcessingExecutors(int i2) { @@ -1360,19 +1360,19 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setFrameProcessingFormat(int i2) { - this.f2482x.g0(i2); + this.f2481x.g0(i2); } public void setFrameProcessingMaxHeight(int i2) { - this.f2482x.h0(i2); + this.f2481x.h0(i2); } public void setFrameProcessingMaxWidth(int i2) { - this.f2482x.i0(i2); + this.f2481x.i0(i2); } public void setFrameProcessingPoolSize(int i2) { - this.f2482x.j0(i2); + this.f2481x.j0(i2); } public void setGrid(@NonNull c.o.a.m.g gVar) { @@ -1384,7 +1384,7 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setHdr(@NonNull h hVar) { - this.f2482x.l0(hVar); + this.f2481x.l0(hVar); } public void setLifecycleOwner(@Nullable LifecycleOwner lifecycleOwner) { @@ -1408,32 +1408,32 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setLocation(@Nullable Location location) { - this.f2482x.m0(location); + this.f2481x.m0(location); } public void setMode(@NonNull c.o.a.m.i iVar) { - this.f2482x.n0(iVar); + this.f2481x.n0(iVar); } public void setPictureFormat(@NonNull j jVar) { - this.f2482x.p0(jVar); + this.f2481x.p0(jVar); } public void setPictureMetering(boolean z2) { - this.f2482x.q0(z2); + this.f2481x.q0(z2); } public void setPictureSize(@NonNull c.o.a.x.c cVar) { - this.f2482x.r0(cVar); + this.f2481x.r0(cVar); } public void setPictureSnapshotMetering(boolean z2) { - this.f2482x.s0(z2); + this.f2481x.s0(z2); } public void setPlaySounds(boolean z2) { this.k = z2; - this.f2482x.t0(z2); + this.f2481x.t0(z2); } public void setPreview(@NonNull k kVar) { @@ -1452,15 +1452,15 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setPreviewFrameRate(float f) { - this.f2482x.v0(f); + this.f2481x.v0(f); } public void setPreviewFrameRateExact(boolean z2) { - this.f2482x.w0(z2); + this.f2481x.w0(z2); } public void setPreviewStreamSize(@NonNull c.o.a.x.c cVar) { - this.f2482x.x0(cVar); + this.f2481x.x0(cVar); } public void setRequestPermissions(boolean z2) { @@ -1468,11 +1468,11 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setSnapshotMaxHeight(int i2) { - this.f2482x.y0(i2); + this.f2481x.y0(i2); } public void setSnapshotMaxWidth(int i2) { - this.f2482x.z0(i2); + this.f2481x.z0(i2); } public void setUseDeviceOrientation(boolean z2) { @@ -1480,27 +1480,27 @@ public class CameraView extends FrameLayout implements LifecycleObserver { } public void setVideoBitRate(int i2) { - this.f2482x.A0(i2); + this.f2481x.A0(i2); } public void setVideoCodec(@NonNull c.o.a.m.l lVar) { - this.f2482x.B0(lVar); + this.f2481x.B0(lVar); } public void setVideoMaxDuration(int i2) { - this.f2482x.C0(i2); + this.f2481x.C0(i2); } public void setVideoMaxSize(long j2) { - this.f2482x.D0(j2); + this.f2481x.D0(j2); } public void setVideoSize(@NonNull c.o.a.x.c cVar) { - this.f2482x.E0(cVar); + this.f2481x.E0(cVar); } public void setWhiteBalance(@NonNull m mVar) { - this.f2482x.F0(mVar); + this.f2481x.F0(mVar); } public void setZoom(float f) { @@ -1510,6 +1510,6 @@ public class CameraView extends FrameLayout implements LifecycleObserver { if (f > 1.0f) { f = 1.0f; } - this.f2482x.G0(f, null, false); + this.f2481x.G0(f, null, false); } } diff --git a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java index 47872df0fe..0ab195e48b 100644 --- a/app/src/main/java/com/yalantis/ucrop/UCropActivity.java +++ b/app/src/main/java/com/yalantis/ucrop/UCropActivity.java @@ -76,20 +76,20 @@ public class UCropActivity extends AppCompatActivity { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f2486s; + public boolean f2485s; public boolean t = true; public UCropView u; public GestureCropImageView v; public OverlayView w; /* renamed from: x reason: collision with root package name */ - public ViewGroup f2487x; + public ViewGroup f2486x; /* renamed from: y reason: collision with root package name */ - public ViewGroup f2488y; + public ViewGroup f2487y; /* renamed from: z reason: collision with root package name */ - public ViewGroup f2489z; + public ViewGroup f2488z; public class a implements c.a { public a() { @@ -147,14 +147,14 @@ public class UCropActivity extends AppCompatActivity { } public final void c(@IdRes int i2) { - if (this.f2486s) { - ViewGroup viewGroup = this.f2487x; + if (this.f2485s) { + ViewGroup viewGroup = this.f2486x; int i3 = R.d.state_aspect_ratio; viewGroup.setSelected(i2 == i3); - ViewGroup viewGroup2 = this.f2488y; + ViewGroup viewGroup2 = this.f2487y; int i4 = R.d.state_rotate; viewGroup2.setSelected(i2 == i4); - ViewGroup viewGroup3 = this.f2489z; + ViewGroup viewGroup3 = this.f2488z; int i5 = R.d.state_scale; viewGroup3.setSelected(i2 == i5); int i6 = 8; @@ -162,9 +162,9 @@ public class UCropActivity extends AppCompatActivity { this.B.setVisibility(i2 == i4 ? 0 : 8); this.C.setVisibility(i2 == i5 ? 0 : 8); TransitionManager.beginDelayedTransition((ViewGroup) findViewById(R.d.ucrop_photobox), this.H); - this.f2489z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); - this.f2487x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); - View findViewById = this.f2488y.findViewById(R.d.text_view_rotate); + this.f2488z.findViewById(R.d.text_view_scale).setVisibility(i2 == i5 ? 0 : 8); + this.f2486x.findViewById(R.d.text_view_crop).setVisibility(i2 == i3 ? 0 : 8); + View findViewById = this.f2487y.findViewById(R.d.text_view_rotate); if (i2 == i4) { i6 = 0; } @@ -197,7 +197,7 @@ public class UCropActivity extends AppCompatActivity { } this.j = stringExtra; this.r = intent.getIntExtra("com.yalantis.ucrop.UcropLogoColor", ContextCompat.getColor(this, R.a.ucrop_color_default_logo)); - this.f2486s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); + this.f2485s = !intent.getBooleanExtra("com.yalantis.ucrop.HideBottomControls", false); this.o = intent.getIntExtra("com.yalantis.ucrop.UcropRootViewBackgroundColor", ContextCompat.getColor(this, R.a.ucrop_color_crop_background)); int i2 = this.l; Window window = getWindow(); @@ -227,12 +227,12 @@ public class UCropActivity extends AppCompatActivity { ((ImageView) findViewById(R.d.image_view_logo)).setColorFilter(this.r, PorterDuff.Mode.SRC_ATOP); int i3 = R.d.ucrop_frame; findViewById(i3).setBackgroundColor(this.o); - if (!this.f2486s) { + if (!this.f2485s) { ((RelativeLayout.LayoutParams) findViewById(i3).getLayoutParams()).bottomMargin = 0; findViewById(i3).requestLayout(); } ViewGroup viewGroup = null; - if (this.f2486s) { + if (this.f2485s) { ViewGroup viewGroup2 = (ViewGroup) ((ViewGroup) findViewById(R.d.ucrop_photobox)).findViewById(R.d.controls_wrapper); viewGroup2.setVisibility(0); LayoutInflater.from(this).inflate(R.e.ucrop_controls, viewGroup2, true); @@ -240,13 +240,13 @@ public class UCropActivity extends AppCompatActivity { this.H = autoTransition; autoTransition.setDuration(50L); ViewGroup viewGroup3 = (ViewGroup) findViewById(R.d.state_aspect_ratio); - this.f2487x = viewGroup3; + this.f2486x = viewGroup3; viewGroup3.setOnClickListener(this.M); ViewGroup viewGroup4 = (ViewGroup) findViewById(R.d.state_rotate); - this.f2488y = viewGroup4; + this.f2487y = viewGroup4; viewGroup4.setOnClickListener(this.M); ViewGroup viewGroup5 = (ViewGroup) findViewById(R.d.state_scale); - this.f2489z = viewGroup5; + this.f2488z = viewGroup5; viewGroup5.setOnClickListener(this.M); int i4 = R.d.layout_aspect_ratio; this.A = (ViewGroup) findViewById(i4); @@ -340,7 +340,7 @@ public class UCropActivity extends AppCompatActivity { int intExtra2 = intent.getIntExtra("com.yalantis.ucrop.AspectRatioSelectedByDefault", 0); ArrayList parcelableArrayListExtra2 = intent.getParcelableArrayListExtra("com.yalantis.ucrop.AspectRatioOptions"); if (floatExtra > 0.0f && floatExtra2 > 0.0f) { - ViewGroup viewGroup7 = this.f2487x; + ViewGroup viewGroup7 = this.f2486x; if (viewGroup7 != null) { viewGroup7.setVisibility(8); } @@ -369,9 +369,9 @@ public class UCropActivity extends AppCompatActivity { finish(); } } - if (!this.f2486s) { + if (!this.f2485s) { a(0); - } else if (this.f2487x.getVisibility() == 0) { + } else if (this.f2486x.getVisibility() == 0) { c(R.d.state_aspect_ratio); } else { c(R.d.state_scale); diff --git a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java index 7b01c13f10..9cfc3482bb 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/OverlayView.java @@ -38,20 +38,20 @@ public class OverlayView extends View { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2490s; + public boolean f2489s; public boolean t; public int u; public Path v = new Path(); public Paint w = new Paint(1); /* renamed from: x reason: collision with root package name */ - public Paint f2491x = new Paint(1); + public Paint f2490x = new Paint(1); /* renamed from: y reason: collision with root package name */ - public Paint f2492y = new Paint(1); + public Paint f2491y = new Paint(1); /* renamed from: z reason: collision with root package name */ - public Paint f2493z = new Paint(1); + public Paint f2492z = new Paint(1); public OverlayView(Context context, AttributeSet attributeSet) { super(context, attributeSet, 0); @@ -92,7 +92,7 @@ public class OverlayView extends View { if (this.t) { canvas.drawCircle(this.i.centerX(), this.i.centerY(), Math.min(this.i.width(), this.i.height()) / 2.0f, this.w); } - if (this.f2490s) { + if (this.f2489s) { if (this.q == null && !this.i.isEmpty()) { this.q = new float[((this.o * 4) + (this.n * 4))]; int i = 0; @@ -132,11 +132,11 @@ public class OverlayView extends View { } float[] fArr5 = this.q; if (fArr5 != null) { - canvas.drawLines(fArr5, this.f2491x); + canvas.drawLines(fArr5, this.f2490x); } } if (this.r) { - canvas.drawRect(this.i, this.f2492y); + canvas.drawRect(this.i, this.f2491y); } if (this.A != 0) { canvas.save(); @@ -150,7 +150,7 @@ public class OverlayView extends View { int i11 = this.G; rectF6.inset((float) (-i11), (float) i11); canvas.clipRect(this.j, Region.Op.DIFFERENCE); - canvas.drawRect(this.i, this.f2493z); + canvas.drawRect(this.i, this.f2492z); canvas.restore(); } } @@ -261,15 +261,15 @@ public class OverlayView extends View { } public void setCropFrameColor(@ColorInt int i) { - this.f2492y.setColor(i); + this.f2491y.setColor(i); } public void setCropFrameStrokeWidth(@IntRange(from = 0) int i) { - this.f2492y.setStrokeWidth((float) i); + this.f2491y.setStrokeWidth((float) i); } public void setCropGridColor(@ColorInt int i) { - this.f2491x.setColor(i); + this.f2490x.setColor(i); } public void setCropGridColumnCount(@IntRange(from = 0) int i) { @@ -283,7 +283,7 @@ public class OverlayView extends View { } public void setCropGridStrokeWidth(@IntRange(from = 0) int i) { - this.f2491x.setStrokeWidth((float) i); + this.f2490x.setStrokeWidth((float) i); } public void setDimmedColor(@ColorInt int i) { @@ -309,7 +309,7 @@ public class OverlayView extends View { } public void setShowCropGrid(boolean z2) { - this.f2490s = z2; + this.f2489s = z2; } public void setTargetAspectRatio(float f) { diff --git a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java index 6cdbab2450..a5d039bff9 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/UCropView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/UCropView.java @@ -31,20 +31,20 @@ public class UCropView extends FrameLayout { overlayView.w.setStrokeWidth(1.0f); int dimensionPixelSize = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_frame_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_frame_stoke_width)); int color2 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_frame_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_frame)); - overlayView.f2492y.setStrokeWidth((float) dimensionPixelSize); - overlayView.f2492y.setColor(color2); - overlayView.f2492y.setStyle(Paint.Style.STROKE); - overlayView.f2493z.setStrokeWidth((float) (dimensionPixelSize * 3)); - overlayView.f2493z.setColor(color2); - overlayView.f2493z.setStyle(Paint.Style.STROKE); + overlayView.f2491y.setStrokeWidth((float) dimensionPixelSize); + overlayView.f2491y.setColor(color2); + overlayView.f2491y.setStyle(Paint.Style.STROKE); + overlayView.f2492z.setStrokeWidth((float) (dimensionPixelSize * 3)); + overlayView.f2492z.setColor(color2); + overlayView.f2492z.setStyle(Paint.Style.STROKE); overlayView.r = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_frame, true); int dimensionPixelSize2 = obtainStyledAttributes.getDimensionPixelSize(R.h.ucrop_UCropView_ucrop_grid_stroke_size, overlayView.getResources().getDimensionPixelSize(R.b.ucrop_default_crop_grid_stoke_width)); int color3 = obtainStyledAttributes.getColor(R.h.ucrop_UCropView_ucrop_grid_color, overlayView.getResources().getColor(R.a.ucrop_color_default_crop_grid)); - overlayView.f2491x.setStrokeWidth((float) dimensionPixelSize2); - overlayView.f2491x.setColor(color3); + overlayView.f2490x.setStrokeWidth((float) dimensionPixelSize2); + overlayView.f2490x.setColor(color3); overlayView.n = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_row_count, 2); overlayView.o = obtainStyledAttributes.getInt(R.h.ucrop_UCropView_ucrop_grid_column_count, 2); - overlayView.f2490s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); + overlayView.f2489s = obtainStyledAttributes.getBoolean(R.h.ucrop_UCropView_ucrop_show_grid, true); GestureCropImageView gestureCropImageView = this.i; Objects.requireNonNull(gestureCropImageView); float abs = Math.abs(obtainStyledAttributes.getFloat(R.h.ucrop_UCropView_ucrop_aspect_ratio_x, 0.0f)); diff --git a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java index 2d16b0f8b3..3bdad75185 100644 --- a/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java +++ b/app/src/main/java/com/yalantis/ucrop/view/widget/HorizontalProgressWheelView.java @@ -23,7 +23,7 @@ public class HorizontalProgressWheelView extends View { public float r; /* renamed from: s reason: collision with root package name */ - public int f2494s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); + public int f2493s = ContextCompat.getColor(getContext(), R.a.ucrop_color_widget_rotate_mid_line); public interface a { void a(); @@ -42,7 +42,7 @@ public class HorizontalProgressWheelView extends View { this.l.setColor(getResources().getColor(R.a.ucrop_color_progress_wheel_line)); Paint paint2 = new Paint(this.l); this.m = paint2; - paint2.setColor(this.f2494s); + paint2.setColor(this.f2493s); this.m.setStrokeCap(Paint.Cap.ROUND); this.m.setStrokeWidth((float) getContext().getResources().getDimensionPixelSize(R.b.ucrop_width_middle_wheel_progress_line)); } @@ -109,7 +109,7 @@ public class HorizontalProgressWheelView extends View { } public void setMiddleLineColor(@ColorInt int i) { - this.f2494s = i; + this.f2493s = i; this.m.setColor(i); invalidate(); } diff --git a/app/src/main/java/d0/c0/b.java b/app/src/main/java/d0/c0/b.java index 99561a5f33..41e8a29571 100644 --- a/app/src/main/java/d0/c0/b.java +++ b/app/src/main/java/d0/c0/b.java @@ -6,7 +6,7 @@ import java.util.Random; public final class b extends a { /* renamed from: c reason: collision with root package name */ - public final a f2495c = new a(); + public final a f2494c = new a(); /* compiled from: PlatformRandom.kt */ public static final class a extends ThreadLocal { @@ -19,7 +19,7 @@ public final class b extends a { @Override // d0.c0.a public Random getImpl() { - Random random = this.f2495c.get(); + Random random = this.f2494c.get(); m.checkNotNullExpressionValue(random, "implStorage.get()"); return random; } diff --git a/app/src/main/java/d0/c0/e.java b/app/src/main/java/d0/c0/e.java index a543cb8f51..7395ab202f 100644 --- a/app/src/main/java/d0/c0/e.java +++ b/app/src/main/java/d0/c0/e.java @@ -3,7 +3,7 @@ package d0.c0; public final class e extends c { /* renamed from: c reason: collision with root package name */ - public int f2496c; + public int f2495c; public int d; public int e; public int f; @@ -15,7 +15,7 @@ public final class e extends c { } public e(int i, int i2, int i3, int i4, int i5, int i6) { - this.f2496c = i; + this.f2495c = i; this.d = i2; this.e = i3; this.f = i4; @@ -38,9 +38,9 @@ public final class e extends c { @Override // d0.c0.c public int nextInt() { - int i = this.f2496c; + int i = this.f2495c; int i2 = i ^ (i >>> 2); - this.f2496c = this.d; + this.f2495c = this.d; this.d = this.e; this.e = this.f; int i3 = this.g; diff --git a/app/src/main/java/d0/e0/i.java b/app/src/main/java/d0/e0/i.java index 615664bf0f..5b13ccaac2 100644 --- a/app/src/main/java/d0/e0/i.java +++ b/app/src/main/java/d0/e0/i.java @@ -10,7 +10,7 @@ public final class i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final j f2497c; + public final j f2496c; public final KType d; /* compiled from: KTypeProjection.kt */ @@ -40,7 +40,7 @@ public final class i { public i(j jVar, KType kType) { String str; - this.f2497c = jVar; + this.f2496c = jVar; this.d = kType; if (!((jVar == null) != (kType == null) ? false : true)) { if (jVar == null) { @@ -53,7 +53,7 @@ public final class i { } public final j component1() { - return this.f2497c; + return this.f2496c; } public final KType component2() { @@ -68,7 +68,7 @@ public final class i { return false; } i iVar = (i) obj; - return m.areEqual(this.f2497c, iVar.f2497c) && m.areEqual(this.d, iVar.d); + return m.areEqual(this.f2496c, iVar.f2496c) && m.areEqual(this.d, iVar.d); } public final KType getType() { @@ -76,11 +76,11 @@ public final class i { } public final j getVariance() { - return this.f2497c; + return this.f2496c; } public int hashCode() { - j jVar = this.f2497c; + j jVar = this.f2496c; int i = 0; int hashCode = (jVar != null ? jVar.hashCode() : 0) * 31; KType kType = this.d; @@ -91,7 +91,7 @@ public final class i { } public String toString() { - j jVar = this.f2497c; + j jVar = this.f2496c; if (jVar == null) { return "*"; } diff --git a/app/src/main/java/d0/e0/p/d/e.java b/app/src/main/java/d0/e0/p/d/e.java index 75ba0b594d..948c493c41 100644 --- a/app/src/main/java/d0/e0/p/d/e.java +++ b/app/src/main/java/d0/e0/p/d/e.java @@ -83,7 +83,7 @@ public abstract class e { public final n0 b; /* renamed from: c reason: collision with root package name */ - public final n f2498c; + public final n f2497c; public final a.d d; public final d0.e0.p.d.m0.f.z.c e; public final g f; @@ -99,7 +99,7 @@ public abstract class e { m.checkNotNullParameter(cVar, "nameResolver"); m.checkNotNullParameter(gVar, "typeTable"); this.b = n0Var; - this.f2498c = nVar; + this.f2497c = nVar; this.d = dVar; this.e = cVar; this.f = gVar; @@ -170,7 +170,7 @@ public abstract class e { } public final n getProto() { - return this.f2498c; + return this.f2497c; } public final a.d getSignature() { diff --git a/app/src/main/java/d0/e0/p/d/i.java b/app/src/main/java/d0/e0/p/d/i.java index 9e138d75a5..70b52c26c2 100644 --- a/app/src/main/java/d0/e0/p/d/i.java +++ b/app/src/main/java/d0/e0/p/d/i.java @@ -102,7 +102,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(x xVar) { m.checkNotNullParameter(xVar, "descriptor"); - return d0.e0.p.d.m0.j.c.f2695c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); + return d0.e0.p.d.m0.j.c.f2694c.render(xVar) + " | " + f0.b.mapSignature(xVar).asString(); } } @@ -116,7 +116,7 @@ public abstract class i implements d0.z.d.e { public final CharSequence invoke(n0 n0Var) { m.checkNotNullParameter(n0Var, "descriptor"); - return d0.e0.p.d.m0.j.c.f2695c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); + return d0.e0.p.d.m0.j.c.f2694c.render(n0Var) + " | " + f0.b.mapPropertySignature(n0Var).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/j.java b/app/src/main/java/d0/e0/p/d/j.java index 695326b355..842c8bf0a0 100644 --- a/app/src/main/java/d0/e0/p/d/j.java +++ b/app/src/main/java/d0/e0/p/d/j.java @@ -37,7 +37,7 @@ public final class j extends f implements i, KFunction, public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2500s; + public final Object f2499s; /* compiled from: KFunctionImpl.kt */ public static final class a extends o implements Function0> { @@ -211,7 +211,7 @@ public final class j extends f implements i, KFunction, public j(i iVar, String str, String str2, x xVar, Object obj) { this.q = iVar; this.r = str2; - this.f2500s = obj; + this.f2499s = obj; this.n = c0.lazySoft(xVar, new c(this, str)); this.o = c0.lazy(new a(this)); this.p = c0.lazy(new b(this)); @@ -248,7 +248,7 @@ public final class j extends f implements i, KFunction, public boolean equals(Object obj) { j asKFunctionImpl = j0.asKFunctionImpl(obj); - return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2500s, asKFunctionImpl.f2500s); + return asKFunctionImpl != null && m.areEqual(getContainer(), asKFunctionImpl.getContainer()) && m.areEqual(getName(), asKFunctionImpl.getName()) && m.areEqual(this.r, asKFunctionImpl.r) && m.areEqual(this.f2499s, asKFunctionImpl.f2499s); } @Override // d0.z.d.i @@ -257,7 +257,7 @@ public final class j extends f implements i, KFunction, } public final Object getBoundReceiver() { - return h.coerceToExpectedReceiverType(this.f2500s, getDescriptor()); + return h.coerceToExpectedReceiverType(this.f2499s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -380,7 +380,7 @@ public final class j extends f implements i, KFunction, @Override // d0.e0.p.d.f public boolean isBound() { - return !m.areEqual(this.f2500s, d0.z.d.d.NO_RECEIVER); + return !m.areEqual(this.f2499s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KFunction diff --git a/app/src/main/java/d0/e0/p/d/j0.java b/app/src/main/java/d0/e0/p/d/j0.java index da7ba05427..7b80209a22 100644 --- a/app/src/main/java/d0/e0/p/d/j0.java +++ b/app/src/main/java/d0/e0/p/d/j0.java @@ -355,7 +355,7 @@ public final class j0 { if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.e)) { return KVisibility.PUBLIC; } - if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2593c)) { + if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.f2592c)) { return KVisibility.PROTECTED; } if (d0.z.d.m.areEqual(uVar, d0.e0.p.d.m0.c.t.d)) { diff --git a/app/src/main/java/d0/e0/p/d/l0/a.java b/app/src/main/java/d0/e0/p/d/l0/a.java index b2bad38829..39811421a7 100644 --- a/app/src/main/java/d0/e0/p/d/l0/a.java +++ b/app/src/main/java/d0/e0/p/d/l0/a.java @@ -17,7 +17,7 @@ public final class a implements d { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f2501c; + public final List f2500c; public final Class d; public final List e; public final EnumC0202a f; @@ -68,7 +68,7 @@ public final class a implements d { for (Method method3 : list4) { arrayList3.add(method3.getDefaultValue()); } - this.f2501c = arrayList3; + this.f2500c = arrayList3; if (this.f == EnumC0202a.POSITIONAL_CALL && bVar == b.JAVA && (!u.minus(this.e, "value").isEmpty())) { throw new UnsupportedOperationException("Positional call of a Java annotation constructor is allowed only if there are no parameters or one parameter named \"value\". This restriction exists because Java annotations (in contrast to Kotlin)do not impose any order on their arguments. Use KCallable#callBy instead."); } @@ -97,7 +97,7 @@ public final class a implements d { while (i < length) { Object obj = objArr[i]; int i3 = i2 + 1; - Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0202a.CALL_BY_NAME) ? this.f2501c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); + Object access$transformKotlinToJvm = (obj == null && this.f == EnumC0202a.CALL_BY_NAME) ? this.f2500c.get(i2) : b.access$transformKotlinToJvm(obj, this.b.get(i2)); if (access$transformKotlinToJvm != null) { arrayList.add(access$transformKotlinToJvm); i++; diff --git a/app/src/main/java/d0/e0/p/d/l0/b.java b/app/src/main/java/d0/e0/p/d/l0/b.java index 863e6b1b48..7aafab92a5 100644 --- a/app/src/main/java/d0/e0/p/d/l0/b.java +++ b/app/src/main/java/d0/e0/p/d/l0/b.java @@ -152,14 +152,14 @@ public final class b { public final /* synthetic */ Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Lazy f2502c; + public final /* synthetic */ Lazy f2501c; public final /* synthetic */ a d; public final /* synthetic */ Map e; public c(Class cls, Lazy lazy, KProperty kProperty, Lazy lazy2, KProperty kProperty2, a aVar, Map map) { this.a = cls; this.b = lazy; - this.f2502c = lazy2; + this.f2501c = lazy2; this.d = aVar; this.e = map; } @@ -176,7 +176,7 @@ public final class b { return this.a; } } else if (name.equals("hashCode")) { - return this.f2502c.getValue(); + return this.f2501c.getValue(); } } else if (name.equals("toString")) { return this.b.getValue(); diff --git a/app/src/main/java/d0/e0/p/d/l0/e.java b/app/src/main/java/d0/e0/p/d/l0/e.java index 7898f29f4d..4fa60c305e 100644 --- a/app/src/main/java/d0/e0/p/d/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/l0/e.java @@ -23,7 +23,7 @@ public abstract class e implements d { public final List b; /* renamed from: c reason: collision with root package name */ - public final M f2503c; + public final M f2502c; public final Type d; public final Class e; @@ -507,7 +507,7 @@ public abstract class e implements d { */ public e(Member member, Type type, Class cls, Type[] typeArr, DefaultConstructorMarker defaultConstructorMarker) { List list; - this.f2503c = member; + this.f2502c = member; this.d = type; this.e = cls; if (cls != null) { @@ -521,7 +521,7 @@ public abstract class e implements d { } public final void a(Object obj) { - if (obj == null || !this.f2503c.getDeclaringClass().isInstance(obj)) { + if (obj == null || !this.f2502c.getDeclaringClass().isInstance(obj)) { throw new IllegalArgumentException("An object member requires the object instance passed as the first argument."); } } @@ -537,7 +537,7 @@ public abstract class e implements d { @Override // d0.e0.p.d.l0.d public final M getMember() { - return this.f2503c; + return this.f2502c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/l0/g.java b/app/src/main/java/d0/e0/p/d/l0/g.java index ae97609418..23c42739a6 100644 --- a/app/src/main/java/d0/e0/p/d/l0/g.java +++ b/app/src/main/java/d0/e0/p/d/l0/g.java @@ -25,7 +25,7 @@ public final class g implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final boolean f2504c; + public final boolean f2503c; /* compiled from: InlineClassAwareCaller.kt */ public static final class a { @@ -33,14 +33,14 @@ public final class g implements d { public final Method[] b; /* renamed from: c reason: collision with root package name */ - public final Method f2505c; + public final Method f2504c; public a(IntRange intRange, Method[] methodArr, Method method) { m.checkNotNullParameter(intRange, "argumentRange"); m.checkNotNullParameter(methodArr, "unbox"); this.a = intRange; this.b = methodArr; - this.f2505c = method; + this.f2504c = method; } public final IntRange component1() { @@ -52,7 +52,7 @@ public final class g implements d { } public final Method component3() { - return this.f2505c; + return this.f2504c; } } @@ -67,7 +67,7 @@ public final class g implements d { m.checkNotNullParameter(bVar, "descriptor"); m.checkNotNullParameter(dVar, "caller"); this.b = dVar; - this.f2504c = z2; + this.f2503c = z2; c0 returnType = bVar.getReturnType(); m.checkNotNull(returnType); m.checkNotNullExpressionValue(returnType, "descriptor.returnType!!"); @@ -137,7 +137,7 @@ public final class g implements d { P.append(getParameterTypes()); P.append(")\n"); P.append("Default: "); - P.append(this.f2504c); + P.append(this.f2503c); throw new a0(P.toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/l0/i.java b/app/src/main/java/d0/e0/p/d/l0/i.java index 39bb30b848..1b5c0e7bbf 100644 --- a/app/src/main/java/d0/e0/p/d/l0/i.java +++ b/app/src/main/java/d0/e0/p/d/l0/i.java @@ -17,7 +17,7 @@ public abstract class i implements d { public final Method b; /* renamed from: c reason: collision with root package name */ - public final List f2506c; + public final List f2505c; /* compiled from: InternalUnderlyingValOfInlineClass.kt */ public static final class a extends i implements c { @@ -68,7 +68,7 @@ public abstract class i implements d { public i(Method method, List list, DefaultConstructorMarker defaultConstructorMarker) { this.b = method; - this.f2506c = list; + this.f2505c = list; Class returnType = method.getReturnType(); m.checkNotNullExpressionValue(returnType, "unboxMethod.returnType"); this.a = returnType; @@ -86,7 +86,7 @@ public abstract class i implements d { @Override // d0.e0.p.d.l0.d public final List getParameterTypes() { - return this.f2506c; + return this.f2505c; } @Override // d0.e0.p.d.l0.d diff --git a/app/src/main/java/d0/e0/p/d/m0/a.java b/app/src/main/java/d0/e0/p/d/m0/a.java index 5ea8282433..466aeca10a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/a.java @@ -12,7 +12,7 @@ public final class a { public static final Set b; static { - List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2598c, a0.d, a0.f}); + List listOf = n.listOf((Object[]) new b[]{a0.a, a0.h, a0.i, a0.f2597c, a0.d, a0.f}); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (b bVar : listOf) { linkedHashSet.add(d0.e0.p.d.m0.g.a.topLevel(bVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/b/g.java index a885fc6c73..5768c2bfa7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/g.java @@ -49,7 +49,7 @@ public final class g { public static final e extractParameterNameFromFunctionTypeArgument(c0 c0Var) { String str; m.checkNotNullParameter(c0Var, ""); - c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2524y); + c findAnnotation = c0Var.getAnnotations().findAnnotation(k.a.f2523y); if (findAnnotation == null) { return null; } @@ -89,7 +89,7 @@ public final class g { eVar = null; } if (eVar != null) { - b bVar = k.a.f2524y; + b bVar = k.a.f2523y; e identifier = e.identifier(ModelAuditLogEntry.CHANGE_KEY_NAME); String asString = eVar.asString(); m.checkNotNullExpressionValue(asString, "name.asString()"); @@ -122,7 +122,7 @@ public final class g { public static final c0 getReceiverTypeFromFunctionType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); isBuiltinFunctionalType(c0Var); - if (c0Var.getAnnotations().findAnnotation(k.a.f2523x) != null) { + if (c0Var.getAnnotations().findAnnotation(k.a.f2522x) != null) { return ((w0) u.first((List) c0Var.getArguments())).getType(); } return null; @@ -148,7 +148,7 @@ public final class g { if (!isBuiltinFunctionalType(c0Var)) { return false; } - return c0Var.getAnnotations().findAnnotation(k.a.f2523x) != null; + return c0Var.getAnnotations().findAnnotation(k.a.f2522x) != null; } public static final boolean isBuiltinFunctionalClassDescriptor(d0.e0.p.d.m0.c.m mVar) { @@ -178,7 +178,7 @@ public final class g { public static final d0.e0.p.d.m0.c.g1.g withExtensionFunctionAnnotation(d0.e0.p.d.m0.c.g1.g gVar, h hVar) { m.checkNotNullParameter(gVar, ""); m.checkNotNullParameter(hVar, "builtIns"); - b bVar = k.a.f2523x; + b bVar = k.a.f2522x; return gVar.hasAnnotation(bVar) ? gVar : d0.e0.p.d.m0.c.g1.g.f.create(u.plus(gVar, new j(hVar, bVar, h0.emptyMap()))); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/h.java b/app/src/main/java/d0/e0/p/d/m0/b/h.java index 0524d995f7..c93a1bafb9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/h.java @@ -40,7 +40,7 @@ public abstract class h { public y b; /* renamed from: c reason: collision with root package name */ - public final j f2507c; + public final j f2506c; public final d0.e0.p.d.m0.m.h d; public final o e; @@ -131,12 +131,12 @@ public abstract class h { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2508c; + public final Map f2507c; public e(Map map, Map map2, Map map3, a aVar) { this.a = map; this.b = map2; - this.f2508c = map3; + this.f2507c = map3; } } @@ -144,7 +144,7 @@ public abstract class h { if (oVar != null) { this.e = oVar; oVar.createLazyValue(new a()); - this.f2507c = oVar.createLazyValue(new b()); + this.f2506c = oVar.createLazyValue(new b()); this.d = oVar.createMemoizedFunction(new c()); return; } @@ -1386,7 +1386,7 @@ public abstract class h { public static boolean isNothingOrNullableNothing(c0 c0Var) { if (c0Var != null) { - return i(c0Var, k.a.f2513c); + return i(c0Var, k.a.f2512c); } a(137); throw null; @@ -1444,7 +1444,7 @@ public abstract class h { public static boolean isSpecialClassWithNoSupertypes(d0.e0.p.d.m0.c.e eVar) { if (eVar != null) { - return c(eVar, k.a.b) || c(eVar, k.a.f2513c); + return c(eVar, k.a.b) || c(eVar, k.a.f2512c); } a(106); throw null; @@ -1469,7 +1469,7 @@ public abstract class h { public static boolean isUByteArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2520i0.toUnsafe()); + return j(c0Var, k.a.f2519i0.toUnsafe()); } a(127); throw null; @@ -1493,7 +1493,7 @@ public abstract class h { public static boolean isUShortArray(c0 c0Var) { if (c0Var != null) { - return j(c0Var, k.a.f2521j0.toUnsafe()); + return j(c0Var, k.a.f2520j0.toUnsafe()); } a(128); throw null; @@ -1614,7 +1614,7 @@ public abstract class h { throw null; } else if (!isArray(c0Var)) { c0 makeNotNullable = e1.makeNotNullable(c0Var); - d0.e0.p.d.m0.n.j0 j0Var2 = this.f2507c.mo1invoke().f2508c.get(makeNotNullable); + d0.e0.p.d.m0.n.j0 j0Var2 = this.f2506c.mo1invoke().f2507c.get(makeNotNullable); if (j0Var2 != null) { return j0Var2; } @@ -1861,7 +1861,7 @@ public abstract class h { public d0.e0.p.d.m0.n.j0 getPrimitiveArrayKotlinType(i iVar) { if (iVar != null) { - d0.e0.p.d.m0.n.j0 j0Var = this.f2507c.mo1invoke().a.get(iVar); + d0.e0.p.d.m0.n.j0 j0Var = this.f2506c.mo1invoke().a.get(iVar); if (j0Var != null) { return j0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/j.java b/app/src/main/java/d0/e0/p/d/m0/b/j.java index 780ccdfdaa..7001531f19 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/j.java @@ -29,7 +29,7 @@ public final class j { public static final /* synthetic */ KProperty[] b; /* renamed from: c reason: collision with root package name */ - public final d0 f2509c; + public final d0 f2508c; public final Lazy d; public final a e = new a(1); @@ -102,7 +102,7 @@ public final class j { public j(d0.e0.p.d.m0.c.c0 c0Var, d0 d0Var) { m.checkNotNullParameter(c0Var, "module"); m.checkNotNullParameter(d0Var, "notFoundClasses"); - this.f2509c = d0Var; + this.f2508c = d0Var; this.d = d0.g.lazy(d0.i.PUBLICATION, new c(c0Var)); new a(1); new a(1); @@ -119,7 +119,7 @@ public final class j { m.checkNotNullExpressionValue(identifier, "identifier(className)"); h contributedClassifier = ((i) jVar.d.getValue()).getContributedClassifier(identifier, d.FROM_REFLECTION); e eVar = contributedClassifier instanceof e ? (e) contributedClassifier : null; - return eVar == null ? jVar.f2509c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; + return eVar == null ? jVar.f2508c.getClass(new d0.e0.p.d.m0.g.a(k.i, identifier), d0.t.m.listOf(Integer.valueOf(i))) : eVar; } public final e getKClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/k.java b/app/src/main/java/d0/e0/p/d/m0/b/k.java index d84906f8ab..114fe7130a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/k.java @@ -18,7 +18,7 @@ public final class k { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2510c; + public static final e f2509c; public static final b d; public static final b e; public static final b f; @@ -64,45 +64,45 @@ public final class k { public static final a a; /* renamed from: a0 reason: collision with root package name */ - public static final b f2511a0; + public static final b f2510a0; public static final c b; /* renamed from: b0 reason: collision with root package name */ - public static final b f2512b0; + public static final b f2511b0; /* renamed from: c reason: collision with root package name */ - public static final c f2513c; + public static final c f2512c; /* renamed from: c0 reason: collision with root package name */ - public static final b f2514c0; + public static final b f2513c0; public static final c d; /* renamed from: d0 reason: collision with root package name */ - public static final b f2515d0; + public static final b f2514d0; public static final c e; /* renamed from: e0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2516e0; + public static final d0.e0.p.d.m0.g.a f2515e0; public static final c f; /* renamed from: f0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2517f0; + public static final d0.e0.p.d.m0.g.a f2516f0; public static final c g; /* renamed from: g0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2518g0; + public static final d0.e0.p.d.m0.g.a f2517g0; public static final c h; /* renamed from: h0 reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.a f2519h0; + public static final d0.e0.p.d.m0.g.a f2518h0; public static final c i; /* renamed from: i0 reason: collision with root package name */ - public static final b f2520i0; + public static final b f2519i0; public static final c j; /* renamed from: j0 reason: collision with root package name */ - public static final b f2521j0; + public static final b f2520j0; public static final c k; public static final b k0; public static final c l; @@ -119,20 +119,20 @@ public final class k { public static final c r; /* renamed from: s reason: collision with root package name */ - public static final b f2522s; + public static final b f2521s; public static final b t; public static final b u; public static final b v; public static final b w; /* renamed from: x reason: collision with root package name */ - public static final b f2523x; + public static final b f2522x; /* renamed from: y reason: collision with root package name */ - public static final b f2524y; + public static final b f2523y; /* renamed from: z reason: collision with root package name */ - public static final b f2525z; + public static final b f2524z; static { a aVar = new a(); @@ -142,7 +142,7 @@ public final class k { b = unsafe; c unsafe2 = aVar.c("Nothing").toUnsafe(); m.checkNotNullExpressionValue(unsafe2, "fqName(simpleName).toUnsafe()"); - f2513c = unsafe2; + f2512c = unsafe2; c unsafe3 = aVar.c("Cloneable").toUnsafe(); m.checkNotNullExpressionValue(unsafe3, "fqName(simpleName).toUnsafe()"); d = unsafe3; @@ -190,7 +190,7 @@ public final class k { m.checkNotNullExpressionValue(unsafe17, "fqName(simpleName).toUnsafe()"); r = unsafe17; m.checkNotNullExpressionValue(aVar.c("Function").toUnsafe(), "fqName(simpleName).toUnsafe()"); - f2522s = aVar.c("Throwable"); + f2521s = aVar.c("Throwable"); t = aVar.c("Comparable"); b bVar = k.o; m.checkNotNullExpressionValue(bVar.child(e.identifier("IntRange")).toUnsafe(), "RANGES_PACKAGE_FQ_NAME.child(Name.identifier(simpleName)).toUnsafe()"); @@ -199,9 +199,9 @@ public final class k { aVar.c("DeprecatedSinceKotlin"); v = aVar.c("DeprecationLevel"); w = aVar.c("ReplaceWith"); - f2523x = aVar.c("ExtensionFunctionType"); - f2524y = aVar.c("ParameterName"); - f2525z = aVar.c("Annotation"); + f2522x = aVar.c("ExtensionFunctionType"); + f2523y = aVar.c("ParameterName"); + f2524z = aVar.c("Annotation"); A = aVar.a("Target"); B = aVar.a("AnnotationTarget"); C = aVar.a("AnnotationRetention"); @@ -248,27 +248,27 @@ public final class k { Z = aVar3; reflect("KDeclarationContainer"); b c2 = aVar2.c("UByte"); - f2511a0 = c2; + f2510a0 = c2; b c3 = aVar2.c("UShort"); - f2512b0 = c3; + f2511b0 = c3; b c4 = aVar2.c("UInt"); - f2514c0 = c4; + f2513c0 = c4; b c5 = aVar2.c("ULong"); - f2515d0 = c5; + f2514d0 = c5; d0.e0.p.d.m0.g.a aVar4 = d0.e0.p.d.m0.g.a.topLevel(c2); m.checkNotNullExpressionValue(aVar4, "topLevel(uByteFqName)"); - f2516e0 = aVar4; + f2515e0 = aVar4; d0.e0.p.d.m0.g.a aVar5 = d0.e0.p.d.m0.g.a.topLevel(c3); m.checkNotNullExpressionValue(aVar5, "topLevel(uShortFqName)"); - f2517f0 = aVar5; + f2516f0 = aVar5; d0.e0.p.d.m0.g.a aVar6 = d0.e0.p.d.m0.g.a.topLevel(c4); m.checkNotNullExpressionValue(aVar6, "topLevel(uIntFqName)"); - f2518g0 = aVar6; + f2517g0 = aVar6; d0.e0.p.d.m0.g.a aVar7 = d0.e0.p.d.m0.g.a.topLevel(c5); m.checkNotNullExpressionValue(aVar7, "topLevel(uLongFqName)"); - f2519h0 = aVar7; - f2520i0 = aVar2.c("UByteArray"); - f2521j0 = aVar2.c("UShortArray"); + f2518h0 = aVar7; + f2519i0 = aVar2.c("UByteArray"); + f2520j0 = aVar2.c("UShortArray"); k0 = aVar2.c("UIntArray"); l0 = aVar2.c("ULongArray"); i.values(); @@ -351,7 +351,7 @@ public final class k { b = identifier; e identifier2 = e.identifier("valueOf"); m.checkNotNullExpressionValue(identifier2, "identifier(\"valueOf\")"); - f2510c = identifier2; + f2509c = identifier2; b bVar = new b("kotlin.coroutines"); d = bVar; b child = bVar.child(e.identifier("experimental")); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/o.java b/app/src/main/java/d0/e0/p/d/m0/b/o.java index 56443d43b8..27c8e945f1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/o.java @@ -20,7 +20,7 @@ public final class o { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final HashMap f2526c = new HashMap<>(); + public static final HashMap f2525c = new HashMap<>(); public static final HashMap d = new HashMap<>(); public static final Set e; @@ -49,7 +49,7 @@ public final class o { while (i < 4) { n nVar = values4[i]; i++; - f2526c.put(nVar.getArrayClassId(), nVar.getClassId()); + f2525c.put(nVar.getArrayClassId(), nVar.getClassId()); d.put(nVar.getClassId(), nVar.getArrayClassId()); } } @@ -65,7 +65,7 @@ public final class o { public final a getUnsignedClassIdByArrayClassId(a aVar) { m.checkNotNullParameter(aVar, "arrayClassId"); - return f2526c.get(aVar); + return f2525c.get(aVar); } public final boolean isShortNameOfUnsignedArray(e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java index eba1b87146..edcf8afc6d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/b.java @@ -39,7 +39,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final int f2527s; + public final int f2526s; public final C0210b t = new C0210b(this); public final d u; public final List v; @@ -55,31 +55,31 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { public final class C0210b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2528c; + public final /* synthetic */ b f2527c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public C0210b(b bVar) { super(b.access$getStorageManager$p(bVar)); m.checkNotNullParameter(bVar, "this$0"); - this.f2528c = bVar; + this.f2527c = bVar; } @Override // d0.e0.p.d.m0.n.g public Collection a() { List list; - int ordinal = this.f2528c.getFunctionKind().ordinal(); + int ordinal = this.f2527c.getFunctionKind().ordinal(); if (ordinal == 0) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 1) { list = d0.t.m.listOf(b.access$getFunctionClassId$cp()); } else if (ordinal == 2) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2528c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.l, c.Function.numberedClassName(this.f2527c.getArity()))}); } else if (ordinal == 3) { - list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2528c.getArity()))}); + list = n.listOf((Object[]) new d0.e0.p.d.m0.g.a[]{b.access$getKFunctionClassId$cp(), new d0.e0.p.d.m0.g.a(k.d, c.SuspendFunction.numberedClassName(this.f2527c.getArity()))}); } else { throw new NoWhenBranchMatchedException(); } - d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2528c).getContainingDeclaration(); + d0.e0.p.d.m0.c.c0 containingDeclaration = b.access$getContainingDeclaration$p(this.f2527c).getContainingDeclaration(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(list, 10)); for (d0.e0.p.d.m0.g.a aVar : list) { d0.e0.p.d.m0.c.e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(containingDeclaration, aVar); @@ -105,12 +105,12 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public b getDeclarationDescriptor() { - return this.f2528c; + return this.f2527c; } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return b.access$getParameters$p(this.f2528c); + return b.access$getParameters$p(this.f2527c); } @Override // d0.e0.p.d.m0.n.u0 @@ -136,7 +136,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { this.p = oVar; this.q = e0Var; this.r = cVar; - this.f2527s = i; + this.f2526s = i; this.u = new d(oVar, this); ArrayList arrayList = new ArrayList(); IntRange intRange = new IntRange(1, i); @@ -180,7 +180,7 @@ public final class b extends d0.e0.p.d.m0.c.i1.a { } public final int getArity() { - return this.f2527s; + return this.f2526s; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java index 6a8fa9367b..502b563cba 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/p/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/p/d.java @@ -17,7 +17,7 @@ public final class d extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - int ordinal = ((b) this.f2707c).getFunctionKind().ordinal(); - return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2707c, true)) : d0.t.m.listOf(e.L.create((b) this.f2707c, false)); + int ordinal = ((b) this.f2706c).getFunctionKind().ordinal(); + return ordinal != 0 ? ordinal != 1 ? n.emptyList() : d0.t.m.listOf(e.L.create((b) this.f2706c, true)) : d0.t.m.listOf(e.L.create((b) this.f2706c, false)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java index 0b8b4e67bc..d944b6e4b6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/a.java @@ -50,8 +50,8 @@ public final class a extends e { @Override // d0.e0.p.d.m0.k.a0.e public List a() { - g0 create = g0.create(this.f2707c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); - create.initialize((q0) null, this.f2707c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2707c).getAnyType(), z.OPEN, t.f2593c); + g0 create = g0.create(this.f2706c, g.f.getEMPTY(), e.getCLONE_NAME(), b.a.DECLARATION, u0.a); + create.initialize((q0) null, this.f2706c.getThisAsReceiverParameter(), n.emptyList(), n.emptyList(), (c0) d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2706c).getAnyType(), z.OPEN, t.f2592c); return d0.t.m.listOf(create); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java index 722b3c0d31..a7c0b339cf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/c.java @@ -25,7 +25,7 @@ public final class c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f2529c; + public static final String f2528c; public static final String d; public static final String e; public static final d0.e0.p.d.m0.g.a f; @@ -43,7 +43,7 @@ public final class c { public final d0.e0.p.d.m0.g.a b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.g.a f2530c; + public final d0.e0.p.d.m0.g.a f2529c; public a(d0.e0.p.d.m0.g.a aVar, d0.e0.p.d.m0.g.a aVar2, d0.e0.p.d.m0.g.a aVar3) { m.checkNotNullParameter(aVar, "javaClass"); @@ -51,7 +51,7 @@ public final class c { m.checkNotNullParameter(aVar3, "kotlinMutable"); this.a = aVar; this.b = aVar2; - this.f2530c = aVar3; + this.f2529c = aVar3; } public final d0.e0.p.d.m0.g.a component1() { @@ -63,7 +63,7 @@ public final class c { } public final d0.e0.p.d.m0.g.a component3() { - return this.f2530c; + return this.f2529c; } public boolean equals(Object obj) { @@ -74,7 +74,7 @@ public final class c { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2530c, aVar.f2530c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2529c, aVar.f2529c); } public final d0.e0.p.d.m0.g.a getJavaClass() { @@ -83,7 +83,7 @@ public final class c { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2530c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return this.f2529c.hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public String toString() { @@ -92,7 +92,7 @@ public final class c { P.append(", kotlinReadOnly="); P.append(this.b); P.append(", kotlinMutable="); - P.append(this.f2530c); + P.append(this.f2529c); P.append(')'); return P.toString(); } @@ -112,7 +112,7 @@ public final class c { sb2.append(cVar3.getPackageFqName().toString()); sb2.append('.'); sb2.append(cVar3.getClassNamePrefix()); - f2529c = sb2.toString(); + f2528c = sb2.toString(); StringBuilder sb3 = new StringBuilder(); d0.e0.p.d.m0.b.p.c cVar4 = d0.e0.p.d.m0.b.p.c.SuspendFunction; sb3.append(cVar4.getPackageFqName().toString()); @@ -199,12 +199,12 @@ public final class c { cVar.d(Object.class, k.a.b); cVar.d(String.class, k.a.g); cVar.d(CharSequence.class, k.a.f); - cVar.c(Throwable.class, k.a.f2522s); + cVar.c(Throwable.class, k.a.f2521s); cVar.d(Cloneable.class, k.a.d); cVar.d(Number.class, k.a.q); cVar.c(Comparable.class, k.a.t); cVar.d(Enum.class, k.a.r); - cVar.c(Annotation.class, k.a.f2525z); + cVar.c(Annotation.class, k.a.f2524z); for (a aVar17 : listOf) { c cVar6 = a; Objects.requireNonNull(cVar6); @@ -265,7 +265,7 @@ public final class c { m.checkNotNullExpressionValue(aVar22, "topLevel(FqName(\"kotlin.jvm.functions.Function$i\"))"); k kVar2 = k.a; cVar9.a(aVar22, k.getFunctionClassId(i4)); - cVar9.b(new b(m.stringPlus(f2529c, Integer.valueOf(i4))), h); + cVar9.b(new b(m.stringPlus(f2528c, Integer.valueOf(i4))), h); if (i5 >= 23) { break; } @@ -277,7 +277,7 @@ public final class c { c cVar11 = a; cVar11.b(new b(m.stringPlus(cVar10.getPackageFqName().toString() + '.' + cVar10.getClassNamePrefix(), Integer.valueOf(i2))), h); if (i6 >= 22) { - b safe = k.a.f2513c.toSafe(); + b safe = k.a.f2512c.toSafe(); m.checkNotNullExpressionValue(safe, "nothing.toSafe()"); cVar11.b(safe, cVar11.e(Void.class)); return; @@ -373,7 +373,7 @@ public final class c { public final d0.e0.p.d.m0.g.a mapKotlinToJava(d0.e0.p.d.m0.g.c cVar) { m.checkNotNullParameter(cVar, "kotlinFqName"); - return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2529c) ? h : f(cVar, e) ? h : j.get(cVar); + return f(cVar, b) ? f : f(cVar, d) ? f : f(cVar, f2528c) ? h : f(cVar, e) ? h : j.get(cVar); } public final b mutableToReadOnly(d0.e0.p.d.m0.g.c cVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java index 7217721572..54b49cc067 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/e.java @@ -30,7 +30,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "cloneable", "getCloneable()Lorg/jetbrains/kotlin/descriptors/impl/ClassDescriptorImpl;"))}; /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2531c = k.l; + public static final d0.e0.p.d.m0.g.b f2530c = k.l; public static final d0.e0.p.d.m0.g.e d; public static final d0.e0.p.d.m0.g.a e; public final c0 f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { } public static final /* synthetic */ d0.e0.p.d.m0.g.b access$getKOTLIN_FQ_NAME$cp() { - return f2531c; + return f2530c; } public static final /* synthetic */ c0 access$getModuleDescriptor$p(e eVar) { @@ -147,13 +147,13 @@ public final class e implements d0.e0.p.d.m0.c.h1.b { @Override // d0.e0.p.d.m0.c.h1.b public Collection getAllContributedClassesIfPossible(d0.e0.p.d.m0.g.b bVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); - return d0.z.d.m.areEqual(bVar, f2531c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); + return d0.z.d.m.areEqual(bVar, f2530c) ? m0.setOf((i) n.getValue(this.h, this, b[0])) : n0.emptySet(); } @Override // d0.e0.p.d.m0.c.h1.b public boolean shouldCreateClass(d0.e0.p.d.m0.g.b bVar, d0.e0.p.d.m0.g.e eVar) { d0.z.d.m.checkNotNullParameter(bVar, "packageFqName"); d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); - return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2531c); + return d0.z.d.m.areEqual(eVar, d) && d0.z.d.m.areEqual(bVar, f2530c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java index c8c8009798..f6c124df06 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/g.java @@ -46,7 +46,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final d f2532c = d.a; + public final d f2531c = d.a; public final j d; public final d0.e0.p.d.m0.n.c0 e; public final j f; @@ -131,7 +131,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { } public static final /* synthetic */ d access$getJ2kClassMapper$p(g gVar) { - return gVar.f2532c; + return gVar.f2531c; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.l.f access$getJavaAnalogue(g gVar, e eVar) { @@ -183,7 +183,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { return d0.t.n.emptyList(); } - e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2532c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); + e mapJavaToKotlin$default = d.mapJavaToKotlin$default(this.f2531c, d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance(), null, 4, null); if (mapJavaToKotlin$default == null) { return d0.t.n.emptyList(); } @@ -316,7 +316,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { if (a2 == null) { list = d0.t.n.emptyList(); } else { - Collection mapPlatformClass = this.f2532c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); + Collection mapPlatformClass = this.f2531c.mapPlatformClass(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), b.f.getInstance()); e eVar3 = (e) u.lastOrNull(mapPlatformClass); if (eVar3 == null) { list = d0.t.n.emptyList(); @@ -327,7 +327,7 @@ public final class g implements d0.e0.p.d.m0.c.h1.a, d0.e0.p.d.m0.c.h1.c { arrayList.add(d0.e0.p.d.m0.k.x.a.getFqNameSafe(eVar4)); } d0.e0.p.d.m0.p.j create = bVar.create(arrayList); - boolean isMutable = this.f2532c.isMutable(eVar2); + boolean isMutable = this.f2531c.isMutable(eVar2); i unsubstitutedMemberScope = ((e) ((f.d) this.g).computeIfAbsent(d0.e0.p.d.m0.k.x.a.getFqNameSafe(a2), new j(a2, eVar3))).getUnsubstitutedMemberScope(); m.checkNotNullExpressionValue(unsubstitutedMemberScope, "fakeJavaClassDescriptor.unsubstitutedMemberScope"); ArrayList arrayList2 = new ArrayList(); diff --git a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java index 75e4f1fbbc..8b6e57f640 100644 --- a/app/src/main/java/d0/e0/p/d/m0/b/q/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/b/q/p.java @@ -20,7 +20,7 @@ public final class p { public static final Set b; /* renamed from: c reason: collision with root package name */ - public static final Set f2533c; + public static final Set f2532c; public static final Set d; public static final Set e; public static final Set f; @@ -39,7 +39,7 @@ public final class p { m.checkNotNullExpressionValue(asString, "it.wrapperFqName.shortName().asString()"); r.addAll(linkedHashSet, wVar.inJavaLang(asString, dVar.getJavaKeywordName() + "Value()" + dVar.getDesc())); } - f2533c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); + f2532c = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) linkedHashSet, (Iterable) wVar.inJavaUtil("List", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar.inJavaLang("String", "codePointAt(I)I", "codePointBefore(I)I", "codePointCount(II)I", "compareToIgnoreCase(Ljava/lang/String;)I", "concat(Ljava/lang/String;)Ljava/lang/String;", "contains(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/CharSequence;)Z", "contentEquals(Ljava/lang/StringBuffer;)Z", "endsWith(Ljava/lang/String;)Z", "equalsIgnoreCase(Ljava/lang/String;)Z", "getBytes()[B", "getBytes(II[BI)V", "getBytes(Ljava/lang/String;)[B", "getBytes(Ljava/nio/charset/Charset;)[B", "getChars(II[CI)V", "indexOf(I)I", "indexOf(II)I", "indexOf(Ljava/lang/String;)I", "indexOf(Ljava/lang/String;I)I", "intern()Ljava/lang/String;", "isEmpty()Z", "lastIndexOf(I)I", "lastIndexOf(II)I", "lastIndexOf(Ljava/lang/String;)I", "lastIndexOf(Ljava/lang/String;I)I", "matches(Ljava/lang/String;)Z", "offsetByCodePoints(II)I", "regionMatches(ILjava/lang/String;II)Z", "regionMatches(ZILjava/lang/String;II)Z", "replaceAll(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(CC)Ljava/lang/String;", "replaceFirst(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;", "split(Ljava/lang/String;I)[Ljava/lang/String;", "split(Ljava/lang/String;)[Ljava/lang/String;", "startsWith(Ljava/lang/String;I)Z", "startsWith(Ljava/lang/String;)Z", "substring(II)Ljava/lang/String;", "substring(I)Ljava/lang/String;", "toCharArray()[C", "toLowerCase()Ljava/lang/String;", "toLowerCase(Ljava/util/Locale;)Ljava/lang/String;", "toUpperCase()Ljava/lang/String;", "toUpperCase(Ljava/util/Locale;)Ljava/lang/String;", "trim()Ljava/lang/String;", "isBlank()Z", "lines()Ljava/util/stream/Stream;", "repeat(I)Ljava/lang/String;")), (Iterable) wVar.inJavaLang("Double", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Float", "isInfinite()Z", "isNaN()Z")), (Iterable) wVar.inJavaLang("Enum", "getDeclaringClass()Ljava/lang/Class;", "finalize()V")), (Iterable) wVar.inJavaLang("CharSequence", "isEmpty()Z")); w wVar2 = w.a; d = o0.plus(o0.plus(o0.plus(o0.plus(o0.plus(o0.plus((Set) wVar2.inJavaLang("CharSequence", "codePoints()Ljava/util/stream/IntStream;", "chars()Ljava/util/stream/IntStream;"), (Iterable) wVar2.inJavaUtil("Iterator", "forEachRemaining(Ljava/util/function/Consumer;)V")), (Iterable) wVar2.inJavaLang("Iterable", "forEach(Ljava/util/function/Consumer;)V", "spliterator()Ljava/util/Spliterator;")), (Iterable) wVar2.inJavaLang("Throwable", "setStackTrace([Ljava/lang/StackTraceElement;)V", "fillInStackTrace()Ljava/lang/Throwable;", "getLocalizedMessage()Ljava/lang/String;", "printStackTrace()V", "printStackTrace(Ljava/io/PrintStream;)V", "printStackTrace(Ljava/io/PrintWriter;)V", "getStackTrace()[Ljava/lang/StackTraceElement;", "initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;", "getSuppressed()[Ljava/lang/Throwable;", "addSuppressed(Ljava/lang/Throwable;)V")), (Iterable) wVar2.inJavaUtil("Collection", "spliterator()Ljava/util/Spliterator;", "parallelStream()Ljava/util/stream/Stream;", "stream()Ljava/util/stream/Stream;", "removeIf(Ljava/util/function/Predicate;)Z")), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V")), (Iterable) wVar2.inJavaUtil("Map", "getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "forEach(Ljava/util/function/BiConsumer;)V", "replaceAll(Ljava/util/function/BiFunction;)V", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;")); e = o0.plus(o0.plus((Set) wVar2.inJavaUtil("Collection", "removeIf(Ljava/util/function/Predicate;)Z"), (Iterable) wVar2.inJavaUtil("List", "replaceAll(Ljava/util/function/UnaryOperator;)V", "sort(Ljava/util/Comparator;)V")), (Iterable) wVar2.inJavaUtil("Map", "computeIfAbsent(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;", "computeIfPresent(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "compute(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "merge(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;", "putIfAbsent(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "remove(Ljava/lang/Object;Ljava/lang/Object;)Z", "replaceAll(Ljava/util/function/BiFunction;)V", "replace(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "replace(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z")); @@ -79,7 +79,7 @@ public final class p { } public final Set getHIDDEN_METHOD_SIGNATURES() { - return f2533c; + return f2532c; } public final Set getMUTABLE_METHOD_SIGNATURES() { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/d0.java b/app/src/main/java/d0/e0/p/d/m0/c/d0.java index 3d474c7d68..46433de1ca 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/d0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/d0.java @@ -30,7 +30,7 @@ public final class d0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final h f2534c; + public final h f2533c; public final h d; /* compiled from: NotFoundClasses.kt */ @@ -84,7 +84,7 @@ public final class d0 { public final List r; /* renamed from: s reason: collision with root package name */ - public final i f2535s; + public final i f2534s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(o oVar, m mVar, e eVar, boolean z2, int i) { @@ -101,7 +101,7 @@ public final class d0 { arrayList.add(k0.createWithDefaultBound(this, g.f.getEMPTY(), false, j1.INVARIANT, e.identifier(m.stringPlus(ExifInterface.GPS_DIRECTION_TRUE, Integer.valueOf(nextInt))), nextInt, oVar)); } this.r = arrayList; - this.f2535s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); + this.f2534s = new i(this, a1.computeConstructorTypeParameters(this), m0.setOf(d0.e0.p.d.m0.k.x.a.getModule(this).getBuiltIns().getAnyType()), oVar); } @Override // d0.e0.p.d.m0.c.g1.a @@ -146,7 +146,7 @@ public final class d0 { @Override // d0.e0.p.d.m0.c.h public d0.e0.p.d.m0.n.i getTypeConstructor() { - return this.f2535s; + return this.f2534s; } @Override // d0.e0.p.d.m0.c.i1.u @@ -275,7 +275,7 @@ public final class d0 { m.checkNotNullParameter(c0Var, "module"); this.a = oVar; this.b = c0Var; - this.f2534c = oVar.createMemoizedFunction(new d(this)); + this.f2533c = oVar.createMemoizedFunction(new d(this)); this.d = oVar.createMemoizedFunction(new c(this)); } @@ -284,7 +284,7 @@ public final class d0 { } public static final /* synthetic */ h access$getPackageFragments$p(d0 d0Var) { - return d0Var.f2534c; + return d0Var.f2533c; } public static final /* synthetic */ o access$getStorageManager$p(d0 d0Var) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/e1.java b/app/src/main/java/d0/e0/p/d/m0/c/e1.java index 4798385358..fef27bb121 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/e1.java @@ -13,7 +13,7 @@ public final class e1 { public static final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2536c = new a(); + public static final a f2535c = new a(); public a() { super("inherited", false); @@ -24,7 +24,7 @@ public final class e1 { public static final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2537c = new b(); + public static final b f2536c = new b(); public b() { super("internal", false); @@ -35,7 +35,7 @@ public final class e1 { public static final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2538c = new c(); + public static final c f2537c = new c(); public c() { super("invisible_fake", false); @@ -46,7 +46,7 @@ public final class e1 { public static final class d extends f1 { /* renamed from: c reason: collision with root package name */ - public static final d f2539c = new d(); + public static final d f2538c = new d(); public d() { super("local", false); @@ -57,7 +57,7 @@ public final class e1 { public static final class e extends f1 { /* renamed from: c reason: collision with root package name */ - public static final e f2540c = new e(); + public static final e f2539c = new e(); public e() { super("private", false); @@ -68,7 +68,7 @@ public final class e1 { public static final class f extends f1 { /* renamed from: c reason: collision with root package name */ - public static final f f2541c = new f(); + public static final f f2540c = new f(); public f() { super("private_to_this", false); @@ -84,7 +84,7 @@ public final class e1 { public static final class g extends f1 { /* renamed from: c reason: collision with root package name */ - public static final g f2542c = new g(); + public static final g f2541c = new g(); public g() { super("protected", true); @@ -95,7 +95,7 @@ public final class e1 { public static final class h extends f1 { /* renamed from: c reason: collision with root package name */ - public static final h f2543c = new h(); + public static final h f2542c = new h(); public h() { super("public", true); @@ -106,7 +106,7 @@ public final class e1 { public static final class i extends f1 { /* renamed from: c reason: collision with root package name */ - public static final i f2544c = new i(); + public static final i f2543c = new i(); public i() { super(EnvironmentCompat.MEDIA_UNKNOWN, false); @@ -115,11 +115,11 @@ public final class e1 { static { Map createMapBuilder = g0.createMapBuilder(); - createMapBuilder.put(f.f2541c, 0); - createMapBuilder.put(e.f2540c, 0); - createMapBuilder.put(b.f2537c, 1); - createMapBuilder.put(g.f2542c, 1); - createMapBuilder.put(h.f2543c, 2); + createMapBuilder.put(f.f2540c, 0); + createMapBuilder.put(e.f2539c, 0); + createMapBuilder.put(b.f2536c, 1); + createMapBuilder.put(g.f2541c, 1); + createMapBuilder.put(h.f2542c, 2); b = g0.build(createMapBuilder); } @@ -140,6 +140,6 @@ public final class e1 { public final boolean isPrivate(f1 f1Var) { m.checkNotNullParameter(f1Var, "visibility"); - return f1Var == e.f2540c || f1Var == f.f2541c; + return f1Var == e.f2539c || f1Var == f.f2540c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java index aeedd1894c..4400c391c3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/d.java @@ -13,7 +13,7 @@ public class d implements c { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final u0 f2545c; + public final u0 f2544c; public d(c0 c0Var, Map> map, u0 u0Var) { if (c0Var == null) { @@ -25,7 +25,7 @@ public class d implements c { } else if (u0Var != null) { this.a = c0Var; this.b = map; - this.f2545c = u0Var; + this.f2544c = u0Var; } else { a(2); throw null; @@ -80,7 +80,7 @@ public class d implements c { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - u0 u0Var = this.f2545c; + u0 u0Var = this.f2544c; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java index 89438d372d..31099ee02e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/f.java @@ -20,7 +20,7 @@ public final class f { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2546c; + public static final e f2545c; public static final e d; public static final e e; @@ -51,7 +51,7 @@ public final class f { b = identifier2; e identifier3 = e.identifier("level"); m.checkNotNullExpressionValue(identifier3, "identifier(\"level\")"); - f2546c = identifier3; + f2545c = identifier3; e identifier4 = e.identifier("expression"); m.checkNotNullExpressionValue(identifier4, "identifier(\"expression\")"); d = identifier4; @@ -67,7 +67,7 @@ public final class f { m.checkNotNullParameter(str3, "level"); j jVar = new j(hVar, k.a.w, h0.mapOf(d0.o.to(d, new w(str2)), d0.o.to(e, new b(n.emptyList(), new a(hVar))))); d0.e0.p.d.m0.g.b bVar = k.a.u; - e eVar = f2546c; + e eVar = f2545c; d0.e0.p.d.m0.g.a aVar = d0.e0.p.d.m0.g.a.topLevel(k.a.v); m.checkNotNullExpressionValue(aVar, "topLevel(StandardNames.FqNames.deprecationLevel)"); e identifier = e.identifier(str3); diff --git a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java index 4915123b5c..349fe3db28 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/g1/j.java @@ -19,7 +19,7 @@ public final class j implements c { public final b b; /* renamed from: c reason: collision with root package name */ - public final Map> f2547c; + public final Map> f2546c; public final Lazy d = d0.g.lazy(i.PUBLICATION, new a(this)); /* compiled from: BuiltInAnnotationDescriptor.kt */ @@ -47,7 +47,7 @@ public final class j implements c { m.checkNotNullParameter(map, "allValueArguments"); this.a = hVar; this.b = bVar; - this.f2547c = map; + this.f2546c = map; } public static final /* synthetic */ h access$getBuiltIns$p(j jVar) { @@ -56,7 +56,7 @@ public final class j implements c { @Override // d0.e0.p.d.m0.c.g1.c public Map> getAllValueArguments() { - return this.f2547c; + return this.f2546c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java index 5505c39e24..a0e33f936b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java @@ -29,7 +29,7 @@ public abstract class b0 extends l implements m0 { public final b.a r; /* renamed from: s reason: collision with root package name */ - public u f2552s; + public u f2551s; public x t; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -53,7 +53,7 @@ public abstract class b0 extends l implements m0 { } else if (u0Var != null) { this.t = null; this.o = zVar; - this.f2552s = uVar; + this.f2551s = uVar; this.p = n0Var; this.m = z2; this.n = z3; @@ -277,7 +277,7 @@ public abstract class b0 extends l implements m0 { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2552s; + u uVar = this.f2551s; if (uVar != null) { return uVar; } @@ -362,7 +362,7 @@ public abstract class b0 extends l implements m0 { } public void setVisibility(u uVar) { - this.f2552s = uVar; + this.f2551s = uVar; } /* Return type fixed from 'd0.e0.p.d.m0.c.x' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java index 73f42edb05..962b1c7c17 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java @@ -41,20 +41,20 @@ public class c0 extends n0 implements n0 { public Collection r; /* renamed from: s reason: collision with root package name */ - public final n0 f2553s; + public final n0 f2552s; public final b.a t; public final boolean u; public final boolean v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2554x; + public final boolean f2553x; /* renamed from: y reason: collision with root package name */ - public final boolean f2555y; + public final boolean f2554y; /* renamed from: z reason: collision with root package name */ - public final boolean f2556z; + public final boolean f2555z; /* compiled from: PropertyDescriptorImpl */ public class a { @@ -62,7 +62,7 @@ public class c0 extends n0 implements n0 { public z b; /* renamed from: c reason: collision with root package name */ - public u f2557c; + public u f2556c; public n0 d = null; public b.a e; public d0.e0.p.d.m0.n.z0 f; @@ -74,7 +74,7 @@ public class c0 extends n0 implements n0 { public a() { this.a = c0.this.getContainingDeclaration(); this.b = c0.this.getModality(); - this.f2557c = c0.this.getVisibility(); + this.f2556c = c0.this.getVisibility(); this.e = c0.this.getKind(); this.f = d0.e0.p.d.m0.n.z0.a; this.g = true; @@ -213,7 +213,7 @@ public class c0 extends n0 implements n0 { p pVar = null; m mVar = this.a; z zVar = this.b; - u uVar = this.f2557c; + u uVar = this.f2556c; n0 n0Var = this.d; b.a aVar2 = this.e; e eVar = this.i; @@ -368,7 +368,7 @@ public class c0 extends n0 implements n0 { public a setVisibility(u uVar) { if (uVar != null) { - this.f2557c = uVar; + this.f2556c = uVar; return this; } a(8); @@ -401,14 +401,14 @@ public class c0 extends n0 implements n0 { this.r = null; this.p = zVar; this.q = uVar; - this.f2553s = n0Var == null ? this : n0Var; + this.f2552s = n0Var == null ? this : n0Var; this.t = aVar; this.u = z3; this.v = z4; this.w = z5; - this.f2554x = z6; - this.f2555y = z7; - this.f2556z = z8; + this.f2553x = z6; + this.f2554y = z7; + this.f2555z = z8; } else { a(6); throw null; @@ -824,7 +824,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.i1.l, d0.e0.p.d.m0.c.i1.k, d0.e0.p.d.m0.c.m public n0 getOriginal() { - n0 n0Var = this.f2553s; + n0 n0Var = this.f2552s; n0 original = n0Var == this ? this : n0Var.getOriginal(); if (original != null) { return original; @@ -895,7 +895,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2554x; + return this.f2553x; } @Override // d0.e0.p.d.m0.c.d1 @@ -905,7 +905,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.n0 public boolean isDelegated() { - return this.f2556z; + return this.f2555z; } @Override // d0.e0.p.d.m0.c.y @@ -915,7 +915,7 @@ public class c0 extends n0 implements n0 { @Override // d0.e0.p.d.m0.c.y public boolean isExternal() { - return this.f2555y; + return this.f2554y; } @Override // d0.e0.p.d.m0.c.d1 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java index 64e22408ac..2a4bd2b749 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/e.java @@ -73,7 +73,7 @@ public abstract class e extends l implements y0 { /* JADX DEBUG: Type inference failed for r0v2. Raw type applied. Possible types: java.util.List, java.util.List */ @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List list = ((l) this.a).f2733y; + List list = ((l) this.a).f2732y; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java index 68e6ab069a..7484a4c207 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/f.java @@ -80,13 +80,13 @@ public abstract class f extends l implements z0 { public final x0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f2558c; + public final /* synthetic */ f f2557c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c(f fVar, o oVar, x0 x0Var) { super(oVar); if (oVar != null) { - this.f2558c = fVar; + this.f2557c = fVar; this.b = x0Var; return; } @@ -158,7 +158,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public Collection a() { - List d = this.f2558c.d(); + List d = this.f2557c.d(); if (d != null) { return d; } @@ -184,7 +184,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public List e(List list) { if (list != null) { - List b = this.f2558c.b(list); + List b = this.f2557c.b(list); if (b != null) { return b; } @@ -198,7 +198,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g public void f(c0 c0Var) { if (c0Var != null) { - this.f2558c.c(c0Var); + this.f2557c.c(c0Var); } else { g(6); throw null; @@ -207,7 +207,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2558c); + d0.e0.p.d.m0.b.h builtIns = d0.e0.p.d.m0.k.x.a.getBuiltIns(this.f2557c); if (builtIns != null) { return builtIns; } @@ -217,7 +217,7 @@ public abstract class f extends l implements z0 { @Override // d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - f fVar = this.f2558c; + f fVar = this.f2557c; if (fVar != null) { return fVar; } @@ -241,7 +241,7 @@ public abstract class f extends l implements z0 { } public String toString() { - return this.f2558c.getName().toString(); + return this.f2557c.getName().toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java index 9b3b87f4eb..7b74094f56 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java @@ -21,13 +21,13 @@ public class h0 extends j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final b f2559c; + public final b f2558c; public h0(c0 c0Var, b bVar) { m.checkNotNullParameter(c0Var, "moduleDescriptor"); m.checkNotNullParameter(bVar, "fqName"); this.b = c0Var; - this.f2559c = bVar; + this.f2558c = bVar; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i @@ -42,10 +42,10 @@ public class h0 extends j { if (!dVar.acceptsKinds(d.a.getPACKAGES_MASK())) { return n.emptyList(); } - if (this.f2559c.isRoot() && dVar.getExcludes().contains(c.b.a)) { + if (this.f2558c.isRoot() && dVar.getExcludes().contains(c.b.a)) { return n.emptyList(); } - Collection subPackagesOf = this.b.getSubPackagesOf(this.f2559c, function1); + Collection subPackagesOf = this.b.getSubPackagesOf(this.f2558c, function1); ArrayList arrayList = new ArrayList(subPackagesOf.size()); for (b bVar : subPackagesOf) { e shortName = bVar.shortName(); @@ -55,7 +55,7 @@ public class h0 extends j { j0 j0Var = null; if (!shortName.isSpecial()) { c0 c0Var = this.b; - b child = this.f2559c.child(shortName); + b child = this.f2558c.child(shortName); m.checkNotNullExpressionValue(child, "fqName.child(name)"); j0 j0Var2 = c0Var.getPackage(child); if (!j0Var2.isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java index 007c40700a..db2da000d2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/i.java @@ -25,7 +25,7 @@ public class i extends h { public final f r; /* renamed from: s reason: collision with root package name */ - public final u0 f2560s; + public final u0 f2559s; public d0.e0.p.d.m0.k.a0.i t; public Set u; public d v; @@ -54,7 +54,7 @@ public class i extends h { } else if (oVar != null) { this.q = zVar; this.r = fVar; - this.f2560s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); + this.f2559s = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), collection, oVar); } else { a(6); throw null; @@ -300,7 +300,7 @@ public class i extends h { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - u0 u0Var = this.f2560s; + u0 u0Var = this.f2559s; if (u0Var != null) { return u0Var; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java index e1a12510f0..01379a57a3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k.java @@ -70,7 +70,7 @@ public abstract class k extends b implements m { public static String toString(m mVar) { if (mVar != null) { try { - String str = c.f2695c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; + String str = c.f2694c.render(mVar) + "[" + mVar.getClass().getSimpleName() + "@" + Integer.toHexString(System.identityHashCode(mVar)) + "]"; if (str != null) { return str; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java index 5c694fb86b..6ef2f3a33b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java @@ -19,7 +19,7 @@ import kotlin.jvm.functions.Function1; public class k0 extends f { /* renamed from: s reason: collision with root package name */ - public final Function1 f2561s; + public final Function1 f2560s; public final List t; public boolean u; @@ -47,7 +47,7 @@ public class k0 extends f { } else if (oVar != null) { this.t = new ArrayList(1); this.u = false; - this.f2561s = function1; + this.f2560s = function1; } else { a(25); throw null; @@ -253,7 +253,7 @@ public class k0 extends f { @Override // d0.e0.p.d.m0.c.i1.f public void c(c0 c0Var) { if (c0Var != null) { - Function1 function1 = this.f2561s; + Function1 function1 = this.f2560s; if (function1 != null) { function1.invoke(c0Var); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java index 36150bcf53..babd32c7bc 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java @@ -26,7 +26,7 @@ public class l0 extends m0 implements c1 { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final c0 f2562s; + public final c0 f2561s; public final c1 t; /* compiled from: ValueParameterDescriptorImpl.kt */ @@ -112,7 +112,7 @@ public class l0 extends m0 implements c1 { this.p = z2; this.q = z3; this.r = z4; - this.f2562s = c0Var2; + this.f2561s = c0Var2; this.t = c1Var == null ? this : c1Var; } @@ -182,7 +182,7 @@ public class l0 extends m0 implements c1 { @Override // d0.e0.p.d.m0.c.c1 public c0 getVarargElementType() { - return this.f2562s; + return this.f2561s; } @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java index 96f6e1b4ed..4617f78ac6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/o.java @@ -33,7 +33,7 @@ public class o extends h { public final i r; /* renamed from: s reason: collision with root package name */ - public final j> f2563s; + public final j> f2562s; public final g t; /* compiled from: EnumEntrySyntheticClassDescriptor */ @@ -41,7 +41,7 @@ public class o extends h { public final h> b; /* renamed from: c reason: collision with root package name */ - public final h> f2564c; + public final h> f2563c; public final j> d; public final /* synthetic */ o e; @@ -89,7 +89,7 @@ public class o extends h { a aVar = a.this; Objects.requireNonNull(aVar); HashSet hashSet = new HashSet(); - for (e eVar : aVar.e.f2563s.mo1invoke()) { + for (e eVar : aVar.e.f2562s.mo1invoke()) { d0.e0.p.d.m0.d.b.d dVar = d0.e0.p.d.m0.d.b.d.FOR_NON_TRACKED_SCOPE; hashSet.addAll(aVar.getContributedFunctions(eVar, dVar)); hashSet.addAll(aVar.getContributedVariables(eVar, dVar)); @@ -151,7 +151,7 @@ public class o extends h { if (oVar2 != null) { this.e = oVar; this.b = oVar2.createMemoizedFunction(new C0218a(oVar)); - this.f2564c = oVar2.createMemoizedFunction(new b(oVar)); + this.f2563c = oVar2.createMemoizedFunction(new b(oVar)); this.d = oVar2.createLazyValue(new c(oVar)); return; } @@ -442,7 +442,7 @@ public class o extends h { a(1); throw null; } else if (bVar != null) { - Collection collection = (Collection) ((f.m) this.f2564c).invoke(eVar); + Collection collection = (Collection) ((f.m) this.f2563c).invoke(eVar); if (collection != null) { return collection; } @@ -456,7 +456,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getFunctionNames() { - Set invoke = this.e.f2563s.mo1invoke(); + Set invoke = this.e.f2562s.mo1invoke(); if (invoke != null) { return invoke; } @@ -466,7 +466,7 @@ public class o extends h { @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.i public Set getVariableNames() { - Set invoke = this.e.f2563s.mo1invoke(); + Set invoke = this.e.f2562s.mo1invoke(); if (invoke != null) { return invoke; } @@ -497,7 +497,7 @@ public class o extends h { this.t = gVar; this.q = new d0.e0.p.d.m0.n.i(this, Collections.emptyList(), Collections.singleton(c0Var), oVar); this.r = new a(this, oVar); - this.f2563s = jVar; + this.f2562s = jVar; } else { a(12); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java index bcb5b8e8c7..e55f4e0f63 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/q.java @@ -49,20 +49,20 @@ public abstract class q extends l implements x { public z r; /* renamed from: s reason: collision with root package name */ - public u f2565s; + public u f2564s; public boolean t; public boolean u; public boolean v; public boolean w; /* renamed from: x reason: collision with root package name */ - public boolean f2566x; + public boolean f2565x; /* renamed from: y reason: collision with root package name */ - public boolean f2567y; + public boolean f2566y; /* renamed from: z reason: collision with root package name */ - public boolean f2568z; + public boolean f2567z; /* compiled from: FunctionDescriptorImpl */ public class a implements Function0> { @@ -104,7 +104,7 @@ public abstract class q extends l implements x { public m b; /* renamed from: c reason: collision with root package name */ - public z f2569c; + public z f2568c; public u d; public x e; public b.a f; @@ -122,7 +122,7 @@ public abstract class q extends l implements x { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f2570s; + public boolean f2569s; public Map, Object> t; public Boolean u; public boolean v; @@ -158,13 +158,13 @@ public abstract class q extends l implements x { this.p = qVar.isHiddenToOvercomeSignatureClash(); this.q = null; this.r = null; - this.f2570s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); + this.f2569s = qVar.isHiddenForResolutionEverywhereBesideSupercalls(); this.t = new LinkedHashMap(); this.u = null; this.v = false; this.a = z0Var; this.b = mVar; - this.f2569c = zVar; + this.f2568c = zVar; this.d = uVar; this.f = aVar; this.g = list; @@ -567,7 +567,7 @@ public abstract class q extends l implements x { /* Return type fixed from 'd0.e0.p.d.m0.c.i1.q$c' to match base method */ @Override // d0.e0.p.d.m0.c.x.a public x.a setHiddenForResolutionEverywhereBesideSupercalls() { - this.f2570s = true; + this.f2569s = true; return this; } @@ -598,7 +598,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x.a public x.a setModality(z zVar) { if (zVar != null) { - this.f2569c = zVar; + this.f2568c = zVar; return this; } a(9); @@ -720,14 +720,14 @@ public abstract class q extends l implements x { a(3); throw null; } else if (u0Var != null) { - this.f2565s = t.i; + this.f2564s = t.i; this.t = false; this.u = false; this.v = false; this.w = false; - this.f2566x = false; - this.f2567y = false; - this.f2568z = false; + this.f2565x = false; + this.f2566y = false; + this.f2567z = false; this.A = false; this.B = false; this.C = false; @@ -1084,18 +1084,18 @@ public abstract class q extends l implements x { if (!zArr[0] && cVar.v) { return this; } - b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2569c, cVar.d); + b2.initialize(f0Var, q0Var, arrayList, substitutedValueParameters, substitute, cVar.f2568c, cVar.d); b2.setOperator(this.t); b2.setInfix(this.u); b2.setExternal(this.v); b2.setInline(this.w); - b2.setTailrec(this.f2566x); + b2.setTailrec(this.f2565x); b2.setSuspend(this.C); - b2.setExpect(this.f2567y); - b2.setActual(this.f2568z); + b2.setExpect(this.f2566y); + b2.setActual(this.f2567z); b2.setHasStableParameterNames(this.D); b2.A = cVar.p; - b2.B = cVar.f2570s; + b2.B = cVar.f2569s; Boolean bool = cVar.u; b2.setHasSynthesizedParameterNames(bool != null ? bool.booleanValue() : this.E); if (!cVar.t.isEmpty() || this.K != null) { @@ -1255,7 +1255,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - u uVar = this.f2565s; + u uVar = this.f2564s; if (uVar != null) { return uVar; } @@ -1284,7 +1284,7 @@ public abstract class q extends l implements x { this.n = d0.t.u.toList(list2); this.o = c0Var; this.r = zVar; - this.f2565s = uVar; + this.f2564s = uVar; this.p = q0Var; this.q = q0Var2; for (int i = 0; i < list.size(); i++) { @@ -1308,12 +1308,12 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.y public boolean isActual() { - return this.f2568z; + return this.f2567z; } @Override // d0.e0.p.d.m0.c.y public boolean isExpect() { - return this.f2567y; + return this.f2566y; } @Override // d0.e0.p.d.m0.c.y @@ -1369,7 +1369,7 @@ public abstract class q extends l implements x { @Override // d0.e0.p.d.m0.c.x public boolean isTailrec() { - return this.f2566x; + return this.f2565x; } @Override // d0.e0.p.d.m0.c.x, d0.e0.p.d.m0.c.t0 @@ -1385,11 +1385,11 @@ public abstract class q extends l implements x { } public void setActual(boolean z2) { - this.f2568z = z2; + this.f2567z = z2; } public void setExpect(boolean z2) { - this.f2567y = z2; + this.f2566y = z2; } public void setExternal(boolean z2) { @@ -1449,12 +1449,12 @@ public abstract class q extends l implements x { } public void setTailrec(boolean z2) { - this.f2566x = z2; + this.f2565x = z2; } public void setVisibility(u uVar) { if (uVar != null) { - this.f2565s = uVar; + this.f2564s = uVar; } else { a(9); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java index b3317f9192..ff3c1634bb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/x.java @@ -9,7 +9,7 @@ public final class x implements w { public final Set b; /* renamed from: c reason: collision with root package name */ - public final List f2571c; + public final List f2570c; public x(List list, Set set, List list2, Set set2) { m.checkNotNullParameter(list, "allDependencies"); @@ -18,7 +18,7 @@ public final class x implements w { m.checkNotNullParameter(set2, "allExpectedByDependencies"); this.a = list; this.b = set; - this.f2571c = list2; + this.f2570c = list2; } @Override // d0.e0.p.d.m0.c.i1.w @@ -28,7 +28,7 @@ public final class x implements w { @Override // d0.e0.p.d.m0.c.i1.w public List getDirectExpectedByDependencies() { - return this.f2571c; + return this.f2570c; } @Override // d0.e0.p.d.m0.c.i1.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java index 0349a8a2b4..05eaccf1d9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/i1/z.java @@ -26,14 +26,14 @@ public class z extends h { public final boolean r; /* renamed from: s reason: collision with root package name */ - public d0.e0.p.d.m0.c.z f2572s; + public d0.e0.p.d.m0.c.z f2571s; public u t; public u0 u; public List v; public final Collection w; /* renamed from: x reason: collision with root package name */ - public final o f2573x; + public final o f2572x; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public z(m mVar, f fVar, boolean z2, boolean z3, e eVar, d0.e0.p.d.m0.c.u0 u0Var, o oVar) { @@ -52,7 +52,7 @@ public class z extends h { throw null; } else if (oVar != null) { this.w = new ArrayList(); - this.f2573x = oVar; + this.f2572x = oVar; this.q = fVar; this.r = z2; } else { @@ -248,7 +248,7 @@ public class z extends h { } public void createTypeConstructor() { - this.u = new i(this, this.v, this.w, this.f2573x); + this.u = new i(this, this.v, this.w, this.f2572x); Iterator it = getConstructors().iterator(); while (it.hasNext()) { ((g) it.next()).setReturnType(getDefaultType()); @@ -302,7 +302,7 @@ public class z extends h { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.y public d0.e0.p.d.m0.c.z getModality() { - d0.e0.p.d.m0.c.z zVar = this.f2572s; + d0.e0.p.d.m0.c.z zVar = this.f2571s; if (zVar != null) { return zVar; } @@ -411,7 +411,7 @@ public class z extends h { public void setModality(d0.e0.p.d.m0.c.z zVar) { if (zVar != null) { - this.f2572s = zVar; + this.f2571s = zVar; } else { a(6); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java index 8ff7cec89a..e8f38bec86 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/a.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class a extends f1 { /* renamed from: c reason: collision with root package name */ - public static final a f2574c = new a(); + public static final a f2573c = new a(); public a() { super("package", false); @@ -29,6 +29,6 @@ public final class a extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2542c; + return e1.g.f2541c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java index 82ed0ba303..f34ff971f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/b.java @@ -7,7 +7,7 @@ import d0.z.d.m; public final class b extends f1 { /* renamed from: c reason: collision with root package name */ - public static final b f2575c = new b(); + public static final b f2574c = new b(); public b() { super("protected_and_package", true); @@ -19,7 +19,7 @@ public final class b extends f1 { if (m.areEqual(this, f1Var)) { return 0; } - if (f1Var == e1.b.f2537c) { + if (f1Var == e1.b.f2536c) { return null; } return Integer.valueOf(e1.a.isPrivate(f1Var) ? 1 : -1); @@ -32,6 +32,6 @@ public final class b extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2542c; + return e1.g.f2541c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java index 6bc6bddb7a..07442b3d60 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/j1/c.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.c.f1; public final class c extends f1 { /* renamed from: c reason: collision with root package name */ - public static final c f2576c = new c(); + public static final c f2575c = new c(); public c() { super("protected_static", true); @@ -19,6 +19,6 @@ public final class c extends f1 { @Override // d0.e0.p.d.m0.c.f1 public f1 normalize() { - return e1.g.f2542c; + return e1.g.f2541c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java index c27d951160..1e469d3cfd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/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 ConcurrentHashMap f2577c = new ConcurrentHashMap<>(); + public final ConcurrentHashMap f2576c = new ConcurrentHashMap<>(); public a(f fVar, g gVar) { m.checkNotNullParameter(fVar, "resolver"); @@ -33,7 +33,7 @@ public final class a { public final i getPackagePartScope(f fVar) { Collection

collection; m.checkNotNullParameter(fVar, "fileClass"); - ConcurrentHashMap concurrentHashMap = this.f2577c; + ConcurrentHashMap concurrentHashMap = this.f2576c; d0.e0.p.d.m0.g.a classId = fVar.getClassId(); i iVar = concurrentHashMap.get(classId); if (iVar == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java index 38312a1519..191a64c203 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java @@ -12,7 +12,7 @@ public final class f implements p { public final Class b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.b.b0.a f2578c; + public final d0.e0.p.d.m0.e.b.b0.a f2577c; /* compiled from: ReflectKotlinClass.kt */ public static final class a { @@ -33,7 +33,7 @@ public final class f implements p { public f(Class cls, d0.e0.p.d.m0.e.b.b0.a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = cls; - this.f2578c = aVar; + this.f2577c = aVar; } public boolean equals(Object obj) { @@ -42,7 +42,7 @@ public final class f implements p { @Override // d0.e0.p.d.m0.e.b.p public d0.e0.p.d.m0.e.b.b0.a getClassHeader() { - return this.f2578c; + return this.f2577c; } @Override // d0.e0.p.d.m0.e.b.p diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java index cd758c33d5..7f2fdb9c6b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java @@ -23,7 +23,7 @@ public final class k { public final j b; /* renamed from: c reason: collision with root package name */ - public final a f2579c; + public final a f2578c; /* compiled from: RuntimeModuleData.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class k { public k(j jVar, a aVar, DefaultConstructorMarker defaultConstructorMarker) { this.b = jVar; - this.f2579c = aVar; + this.f2578c = aVar; } public final j getDeserialization() { @@ -73,6 +73,6 @@ public final class k { } public final a getPackagePartScopeCache() { - return this.f2579c; + return this.f2578c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java index 80423bd632..2ad3fd3861 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java @@ -45,7 +45,7 @@ public final class b { public static final Map, Class> b; /* renamed from: c reason: collision with root package name */ - public static final Map, Class> f2580c; + public static final Map, Class> f2579c; public static final Map>, Integer> d; /* compiled from: reflectClassUtil.kt */ @@ -101,7 +101,7 @@ public final class b { c cVar2 = (c) it2.next(); arrayList2.add(d0.o.to(d0.z.a.getJavaPrimitiveType(cVar2), d0.z.a.getJavaObjectType(cVar2))); } - f2580c = h0.toMap(arrayList2); + f2579c = h0.toMap(arrayList2); List listOf2 = n.listOf((Object[]) new Class[]{Function0.class, Function1.class, Function2.class, Function3.class, Function4.class, Function5.class, Function6.class, Function7.class, Function8.class, Function9.class, Function10.class, Function11.class, Function12.class, Function13.class, Function14.class, Function15.class, Function16.class, d0.z.c.a.class, d0.z.c.b.class, d0.z.c.c.class, d.class, e.class, f.class}); ArrayList arrayList3 = new ArrayList(d0.t.o.collectionSizeOrDefault(listOf2, 10)); for (Object obj : listOf2) { @@ -189,7 +189,7 @@ public final class b { public static final Class getWrapperByPrimitive(Class cls) { m.checkNotNullParameter(cls, ""); - return f2580c.get(cls); + return f2579c.get(cls); } public static final boolean isEnumClassOrSpecializedEnumEntryClass(Class cls) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java index c31399ce59..6cacecd524 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java @@ -8,17 +8,17 @@ import java.lang.annotation.Annotation; public final class e extends d implements c { /* renamed from: c reason: collision with root package name */ - public final Annotation f2581c; + public final Annotation f2580c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public e(d0.e0.p.d.m0.g.e eVar, Annotation annotation) { super(eVar); m.checkNotNullParameter(annotation, "annotation"); - this.f2581c = annotation; + this.f2580c = annotation; } @Override // d0.e0.p.d.m0.e.a.k0.c public a getAnnotation() { - return new c(this.f2581c); + return new c(this.f2580c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java index 8e75b07d81..94fd3195ca 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java @@ -9,18 +9,18 @@ import java.util.List; public final class h extends d implements e { /* renamed from: c reason: collision with root package name */ - public final Object[] f2582c; + public final Object[] f2581c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public h(d0.e0.p.d.m0.g.e eVar, Object[] objArr) { super(eVar); m.checkNotNullParameter(objArr, "values"); - this.f2582c = objArr; + this.f2581c = objArr; } @Override // d0.e0.p.d.m0.e.a.k0.e public List getElements() { - Object[] objArr = this.f2582c; + Object[] objArr = this.f2581c; ArrayList arrayList = new ArrayList(objArr.length); for (Object obj : objArr) { d.a aVar = d.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java index da617b4d3a..69024d15bd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java @@ -13,7 +13,7 @@ public final class i extends w implements f { public final Type b; /* renamed from: c reason: collision with root package name */ - public final w f2583c; + public final w f2582c; public final Collection d; public i(Type type) { @@ -41,7 +41,7 @@ public final class i extends w implements f { P.append(type); throw new IllegalArgumentException(P.toString()); } - this.f2583c = wVar; + this.f2582c = wVar; this.d = n.emptyList(); } @@ -52,7 +52,7 @@ public final class i extends w implements f { @Override // d0.e0.p.d.m0.e.a.k0.f public w getComponentType() { - return this.f2583c; + return this.f2582c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java index 7a7883d653..7d5df446cd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java @@ -8,17 +8,17 @@ import d0.z.d.m; public final class k extends d implements h { /* renamed from: c reason: collision with root package name */ - public final Class f2584c; + public final Class f2583c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public k(e eVar, Class cls) { super(eVar); m.checkNotNullParameter(cls, "klass"); - this.f2584c = cls; + this.f2583c = cls; } @Override // d0.e0.p.d.m0.e.a.k0.h public x getReferencedType() { - return w.a.create(this.f2584c); + return w.a.create(this.f2583c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java index 00fecc849d..b19801898b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java @@ -21,7 +21,7 @@ public final class l extends w implements j { public final Type b; /* renamed from: c reason: collision with root package name */ - public final i f2585c; + public final i f2584c; public l(Type type) { i iVar; @@ -43,7 +43,7 @@ public final class l extends w implements j { P.append(reflectType); throw new IllegalStateException(P.toString()); } - this.f2585c = iVar; + this.f2584c = iVar; } @Override // d0.e0.p.d.m0.c.k1.b.w, d0.e0.p.d.m0.e.a.k0.d @@ -59,7 +59,7 @@ public final class l extends w implements j { @Override // d0.e0.p.d.m0.e.a.k0.j public i getClassifier() { - return this.f2585c; + return this.f2584c; } @Override // d0.e0.p.d.m0.e.a.k0.j diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java index 75d3c18dfa..9f0293f258 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java @@ -7,23 +7,23 @@ import d0.e0.p.d.m0.g.e; public final class o extends d implements m { /* renamed from: c reason: collision with root package name */ - public final Enum f2586c; + public final Enum f2585c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public o(e eVar, Enum r3) { super(eVar); d0.z.d.m.checkNotNullParameter(r3, "value"); - this.f2586c = r3; + this.f2585c = r3; } @Override // d0.e0.p.d.m0.e.a.k0.m public e getEntryName() { - return e.identifier(this.f2586c.name()); + return e.identifier(this.f2585c.name()); } @Override // d0.e0.p.d.m0.e.a.k0.m public a getEnumClassId() { - Class cls = this.f2586c.getClass(); + Class cls = this.f2585c.getClass(); if (!cls.isEnum()) { cls = cls.getEnclosingClass(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java index e2b968dc51..9b2948ad46 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java @@ -7,17 +7,17 @@ import d0.z.d.m; public final class q extends d implements o { /* renamed from: c reason: collision with root package name */ - public final Object f2587c; + public final Object f2586c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public q(e eVar, Object obj) { super(eVar); m.checkNotNullParameter(obj, "value"); - this.f2587c = obj; + this.f2586c = obj; } @Override // d0.e0.p.d.m0.e.a.k0.o public Object getValue() { - return this.f2587c; + return this.f2586c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java index e18adf35ee..b9be306812 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java @@ -15,7 +15,7 @@ public interface t extends s { public static f1 getVisibility(t tVar) { m.checkNotNullParameter(tVar, "this"); int modifiers = tVar.getModifiers(); - return Modifier.isPublic(modifiers) ? e1.h.f2543c : Modifier.isPrivate(modifiers) ? e1.e.f2540c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2576c : b.f2575c : d0.e0.p.d.m0.c.j1.a.f2574c; + return Modifier.isPublic(modifiers) ? e1.h.f2542c : Modifier.isPrivate(modifiers) ? e1.e.f2539c : Modifier.isProtected(modifiers) ? Modifier.isStatic(modifiers) ? c.f2575c : b.f2574c : d0.e0.p.d.m0.c.j1.a.f2573c; } public static boolean isAbstract(t tVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java index 03093e89bf..f9242af90f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java @@ -12,7 +12,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Collection f2588c = n.emptyList(); + public final Collection f2587c = n.emptyList(); public v(Class cls) { m.checkNotNullParameter(cls, "reflectType"); @@ -21,7 +21,7 @@ public final class v extends w implements d0.e0.p.d.m0.e.a.k0.v { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2588c; + return this.f2587c; } @Override // d0.e0.p.d.m0.c.k1.b.w diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java index c405d1ee29..7e83275555 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java @@ -12,7 +12,7 @@ public final class y extends n implements a0 { public final Annotation[] b; /* renamed from: c reason: collision with root package name */ - public final String f2589c; + public final String f2588c; public final boolean d; public y(w wVar, Annotation[] annotationArr, String str, boolean z2) { @@ -20,7 +20,7 @@ public final class y extends n implements a0 { m.checkNotNullParameter(annotationArr, "reflectAnnotations"); this.a = wVar; this.b = annotationArr; - this.f2589c = str; + this.f2588c = str; this.d = z2; } @@ -37,7 +37,7 @@ public final class y extends n implements a0 { @Override // d0.e0.p.d.m0.e.a.k0.a0 public e getName() { - String str = this.f2589c; + String str = this.f2588c; if (str == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java index 4948ec2106..a328a68657 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java @@ -14,7 +14,7 @@ public final class z extends w implements b0 { public final WildcardType b; /* renamed from: c reason: collision with root package name */ - public final Collection f2590c = n.emptyList(); + public final Collection f2589c = n.emptyList(); public z(WildcardType wildcardType) { m.checkNotNullParameter(wildcardType, "reflectType"); @@ -23,7 +23,7 @@ public final class z extends w implements b0 { @Override // d0.e0.p.d.m0.e.a.k0.d public Collection getAnnotations() { - return this.f2590c; + return this.f2589c; } @Override // d0.e0.p.d.m0.e.a.k0.b0 diff --git a/app/src/main/java/d0/e0/p/d/m0/c/l0.java b/app/src/main/java/d0/e0/p/d/m0/c/l0.java index ededd2f457..2dca14a584 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/l0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/l0.java @@ -9,7 +9,7 @@ public final class l0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final l0 f2591c; + public final l0 f2590c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @@ -18,7 +18,7 @@ public final class l0 { m.checkNotNullParameter(list, "arguments"); this.a = iVar; this.b = list; - this.f2591c = l0Var; + this.f2590c = l0Var; } public final List getArguments() { @@ -30,6 +30,6 @@ public final class l0 { } public final l0 getOuterType() { - return this.f2591c; + return this.f2590c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/r0.java b/app/src/main/java/d0/e0/p/d/m0/c/r0.java index c7f08419ca..6629c53e0e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/r0.java @@ -19,7 +19,7 @@ public final class r0 { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(r0.class), "scopeForOwnerModule", "getScopeForOwnerModule()Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2592c; + public final e f2591c; public final Function1 d; public final g e; public final j f; @@ -58,7 +58,7 @@ public final class r0 { } public r0(e eVar, o oVar, Function1 function1, g gVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2592c = eVar; + this.f2591c = eVar; this.d = function1; this.e = gVar; this.f = oVar.createLazyValue(new s0(this)); @@ -74,11 +74,11 @@ public final class r0 { public final T getScope(g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2592c))) { + if (!gVar.isRefinementNeededForModule(d0.e0.p.d.m0.k.x.a.getModule(this.f2591c))) { return (T) ((i) n.getValue(this.f, this, b[0])); } - u0 typeConstructor = this.f2592c.getTypeConstructor(); + u0 typeConstructor = this.f2591c.getTypeConstructor(); m.checkNotNullExpressionValue(typeConstructor, "classDescriptor.typeConstructor"); - return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2592c, new b(this, gVar)); + return !gVar.isRefinementNeededForTypeConstructor(typeConstructor) ? (T) ((i) n.getValue(this.f, this, b[0])) : (T) gVar.getOrPutScopeForClass(this.f2591c, new b(this, gVar)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/c/t.java b/app/src/main/java/d0/e0/p/d/m0/c/t.java index 166557ef56..08c03b7d49 100644 --- a/app/src/main/java/d0/e0/p/d/m0/c/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/c/t.java @@ -16,7 +16,7 @@ public class t { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2593c; + public static final u f2592c; public static final u d; public static final u e; public static final u f; @@ -455,23 +455,23 @@ public class t { } static { - d dVar = new d(e1.e.f2540c); + d dVar = new d(e1.e.f2539c); a = dVar; - e eVar = new e(e1.f.f2541c); + e eVar = new e(e1.f.f2540c); b = eVar; - f fVar = new f(e1.g.f2542c); - f2593c = fVar; - g gVar = new g(e1.b.f2537c); + f fVar = new f(e1.g.f2541c); + f2592c = fVar; + g gVar = new g(e1.b.f2536c); d = gVar; - h hVar = new h(e1.h.f2543c); + h hVar = new h(e1.h.f2542c); e = hVar; - i iVar = new i(e1.d.f2539c); + i iVar = new i(e1.d.f2538c); f = iVar; - j jVar = new j(e1.a.f2536c); + j jVar = new j(e1.a.f2535c); g = jVar; - k kVar = new k(e1.c.f2538c); + k kVar = new k(e1.c.f2537c); h = kVar; - l lVar = new l(e1.i.f2544c); + l lVar = new l(e1.i.f2543c); i = lVar; Collections.unmodifiableSet(n0.setOf((Object[]) new u[]{dVar, eVar, gVar, iVar})); HashMap newHashMapWithExpectedSize = d0.e0.p.d.m0.p.a.newHashMapWithExpectedSize(4); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java index 06d1d4cca2..ce2b506821 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/a0.java @@ -12,7 +12,7 @@ public final class a0 { public static final e b = e.identifier("value"); /* renamed from: c reason: collision with root package name */ - public static final b f2598c = new b(Target.class.getCanonicalName()); + public static final b f2597c = new b(Target.class.getCanonicalName()); public static final b d = new b(Retention.class.getCanonicalName()); public static final b e = new b(Deprecated.class.getCanonicalName()); public static final b f = new b(Documented.class.getCanonicalName()); @@ -30,7 +30,7 @@ public final class a0 { public static final b r = new b("kotlin.annotations.jvm.internal.DefaultValue"); /* renamed from: s reason: collision with root package name */ - public static final b f2599s = new b("kotlin.annotations.jvm.internal.DefaultNull"); + public static final b f2598s = new b("kotlin.annotations.jvm.internal.DefaultNull"); static { b bVar = new b("kotlin.Metadata"); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java index e88831dca1..242d57360e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b.java @@ -17,7 +17,7 @@ public final class b { public static final d0.e0.p.d.m0.g.b b = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifier"); /* renamed from: c reason: collision with root package name */ - public static final d0.e0.p.d.m0.g.b f2600c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); + public static final d0.e0.p.d.m0.g.b f2599c = new d0.e0.p.d.m0.g.b("javax.annotation.meta.TypeQualifierDefault"); public static final d0.e0.p.d.m0.g.b d = new d0.e0.p.d.m0.g.b("kotlin.annotations.jvm.UnderMigration"); public static final List e; public static final Map f; @@ -52,7 +52,7 @@ public final class b { } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_DEFAULT_FQNAME() { - return f2600c; + return f2599c; } public static final d0.e0.p.d.m0.g.b getTYPE_QUALIFIER_FQNAME() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java index de572cbaee..b1c56f0ecf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/b0.java @@ -12,7 +12,7 @@ public final class b0 { public static final b b; /* renamed from: c reason: collision with root package name */ - public static final b f2601c; + public static final b f2600c; public static final List d; public static final b e; public static final b f = new b("javax.annotation.CheckForNull"); @@ -30,7 +30,7 @@ public final class b0 { b bVar2 = new b("org.jspecify.annotations.NullnessUnspecified"); b = bVar2; b bVar3 = new b("org.jspecify.annotations.DefaultNonNull"); - f2601c = bVar3; + f2600c = bVar3; List listOf = n.listOf((Object[]) new b[]{a0.i, new b("androidx.annotation.Nullable"), new b("androidx.annotation.Nullable"), new b("android.annotation.Nullable"), new b("com.android.annotations.Nullable"), new b("org.eclipse.jdt.annotation.Nullable"), new b("org.checkerframework.checker.nullness.qual.Nullable"), new b("javax.annotation.Nullable"), new b("javax.annotation.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.CheckForNull"), new b("edu.umd.cs.findbugs.annotations.Nullable"), new b("edu.umd.cs.findbugs.annotations.PossiblyNull"), new b("io.reactivex.annotations.Nullable")}); d = listOf; b bVar4 = new b("javax.annotation.Nonnull"); @@ -73,7 +73,7 @@ public final class b0 { } public static final b getJSPECIFY_DEFAULT_NOT_NULL() { - return f2601c; + return f2600c; } public static final b getJSPECIFY_NULLABLE() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java index 139d52cd9a..160b5b1fa0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/c.java @@ -153,7 +153,7 @@ public final class c { return null; } d0.e0.p.d.m0.c.g1.g annotations = annotationClass.getAnnotations(); - d0.e0.p.d.m0.g.b bVar = a0.f2598c; + d0.e0.p.d.m0.g.b bVar = a0.f2597c; m.checkNotNullExpressionValue(bVar, "TARGET_ANNOTATION"); d0.e0.p.d.m0.c.g1.c findAnnotation = annotations.findAnnotation(bVar); if (findAnnotation == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java index 1dd8accd67..61cdf92eaf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/e0.java @@ -26,7 +26,7 @@ public class e0 { public static final List b; /* renamed from: c reason: collision with root package name */ - public static final List f2602c; + public static final List f2601c; public static final Map d; public static final Map e; public static final Set f; @@ -212,7 +212,7 @@ public class e0 { for (a.C0221a aVar2 : arrayList) { arrayList2.add(aVar2.getSignature()); } - f2602c = arrayList2; + f2601c = arrayList2; List list = b; ArrayList arrayList3 = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a.C0221a aVar3 : list) { @@ -334,7 +334,7 @@ public class e0 { } public static final /* synthetic */ List access$getERASED_COLLECTION_PARAMETER_SIGNATURES$cp() { - return f2602c; + return f2601c; } public static final /* synthetic */ Set access$getERASED_VALUE_PARAMETERS_SHORT_NAMES$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java index 9fcd704255..3f03d34bc9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java @@ -23,7 +23,7 @@ public final class a { public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2603c; + public final /* synthetic */ boolean f2602c; /* compiled from: DescriptorResolverUtils */ /* renamed from: d0.e0.p.d.m0.e.a.g0.a$a$a reason: collision with other inner class name */ @@ -43,7 +43,7 @@ public final class a { public C0222a(p pVar, Set set, boolean z2) { this.a = pVar; this.b = set; - this.f2603c = z2; + this.f2602c = z2; } public static /* synthetic */ void a(int i) { @@ -100,7 +100,7 @@ public final class a { } else if (collection == null) { a(4); throw null; - } else if (!this.f2603c || bVar.getKind() == b.a.FAKE_OVERRIDE) { + } else if (!this.f2602c || bVar.getKind() == b.a.FAKE_OVERRIDE) { super.setOverriddenDescriptors(bVar, collection); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java index 7c2f8ef9e5..f16026acc8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java @@ -24,7 +24,7 @@ public class b implements c, i { public final d0.e0.p.d.m0.g.b b; /* renamed from: c reason: collision with root package name */ - public final u0 f2604c; + public final u0 f2603c; public final j d; public final d0.e0.p.d.m0.e.a.k0.b e; public final boolean f; @@ -61,7 +61,7 @@ public class b implements c, i { source = u0.a; m.checkNotNullExpressionValue(source, "NO_SOURCE"); } - this.f2604c = source; + this.f2603c = source; this.d = gVar.getStorageManager().createLazyValue(new a(gVar, this)); this.e = (aVar == null || (arguments = aVar.getArguments()) == null) ? null : (d0.e0.p.d.m0.e.a.k0.b) u.firstOrNull(arguments); this.f = m.areEqual(aVar != null ? Boolean.valueOf(aVar.isIdeExternalAnnotation()) : bool, Boolean.TRUE); @@ -79,7 +79,7 @@ public class b implements c, i { @Override // d0.e0.p.d.m0.c.g1.c public u0 getSource() { - return this.f2604c; + return this.f2603c; } @Override // d0.e0.p.d.m0.c.g1.c diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java index 83eaf8eb4b..d69416f1fb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java @@ -17,7 +17,7 @@ public final class c { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2605c; + public static final e f2604c; public static final e d; public static final Map e; public static final Map f; @@ -28,12 +28,12 @@ public final class c { b = identifier; e identifier2 = e.identifier("allowedTargets"); m.checkNotNullExpressionValue(identifier2, "identifier(\"allowedTargets\")"); - f2605c = identifier2; + f2604c = identifier2; e identifier3 = e.identifier("value"); m.checkNotNullExpressionValue(identifier3, "identifier(\"value\")"); d = identifier3; b bVar = k.a.A; - b bVar2 = a0.f2598c; + b bVar2 = a0.f2597c; b bVar3 = k.a.D; b bVar4 = a0.d; b bVar5 = k.a.E; @@ -80,14 +80,14 @@ public final class c { } public final e getTARGET_ANNOTATION_ALLOWED_TARGETS$descriptors_jvm() { - return f2605c; + return f2604c; } public final d0.e0.p.d.m0.c.g1.c mapOrResolveJavaAnnotation(a aVar, g gVar, boolean z2) { m.checkNotNullParameter(aVar, "annotation"); m.checkNotNullParameter(gVar, "c"); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2598c))) { + if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.f2597c))) { return new i(aVar, gVar); } if (m.areEqual(classId, d0.e0.p.d.m0.g.a.topLevel(a0.d))) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java index 073a5c530a..09369016b8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java @@ -27,7 +27,7 @@ public final class d { public static final Map> b = h0.mapOf(o.to("PACKAGE", EnumSet.noneOf(n.class)), o.to("TYPE", EnumSet.of(n.CLASS, n.FILE)), o.to("ANNOTATION_TYPE", EnumSet.of(n.ANNOTATION_CLASS)), o.to("TYPE_PARAMETER", EnumSet.of(n.TYPE_PARAMETER)), o.to("FIELD", EnumSet.of(n.FIELD)), o.to("LOCAL_VARIABLE", EnumSet.of(n.LOCAL_VARIABLE)), o.to("PARAMETER", EnumSet.of(n.VALUE_PARAMETER)), o.to("CONSTRUCTOR", EnumSet.of(n.CONSTRUCTOR)), o.to("METHOD", EnumSet.of(n.FUNCTION, n.PROPERTY_GETTER, n.PROPERTY_SETTER)), o.to("TYPE_USE", EnumSet.of(n.TYPE))); /* renamed from: c reason: collision with root package name */ - public static final Map f2606c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); + public static final Map f2605c = h0.mapOf(o.to("RUNTIME", m.RUNTIME), o.to("CLASS", m.BINARY), o.to("SOURCE", m.SOURCE)); /* compiled from: JavaAnnotationMapper.kt */ public static final class a extends d0.z.d.o implements Function1 { @@ -55,7 +55,7 @@ public final class d { if (mVar == null) { return null; } - Map map = f2606c; + Map map = f2605c; e entryName = mVar.getEntryName(); m mVar2 = map.get(entryName == null ? null : entryName.asString()); if (mVar2 == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java index 53e93b5999..4d8a0c6a6c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java @@ -87,7 +87,7 @@ public interface j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2607c; + public final List f2606c; public final List d; public final List e; public final boolean f; @@ -105,7 +105,7 @@ public interface j { } else if (list3 != null) { this.a = c0Var; this.b = c0Var2; - this.f2607c = list; + this.f2606c = list; this.d = list2; this.e = list3; this.f = z2; @@ -191,7 +191,7 @@ public interface j { } public List getValueParameters() { - List list = this.f2607c; + List list = this.f2606c; if (list != null) { return list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java index 5b70eb6bcf..6f6b129202 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java @@ -69,7 +69,7 @@ public final class k { return new j(str); } g annotations2 = c1Var.getAnnotations(); - b bVar2 = a0.f2599s; + b bVar2 = a0.f2598s; m.checkNotNullExpressionValue(bVar2, "DEFAULT_NULL_FQ_NAME"); if (annotations2.hasAnnotation(bVar2)) { return h.a; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java index 3d24d38272..6903886a30 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i.java @@ -23,7 +23,7 @@ public final class i { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map> f2608c; + public static final Map> f2607c; public static final Set d; public static final Set e; @@ -49,7 +49,7 @@ public final class i { } ((List) obj).add((e) pair.getFirst()); } - f2608c = linkedHashMap; + f2607c = linkedHashMap; Set keySet = b.keySet(); d = keySet; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); @@ -65,7 +65,7 @@ public final class i { public final List getPropertyNameCandidatesBySpecialGetterName(e eVar) { m.checkNotNullParameter(eVar, "name1"); - List list = f2608c.get(eVar); + List list = f2607c.get(eVar); return list == null ? n.emptyList() : list; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java index 0e19b67704..b1cd616eae 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java @@ -22,7 +22,7 @@ public final class b { public final s b; /* renamed from: c reason: collision with root package name */ - public final n f2609c; + public final n f2608c; public final f d; public final j e; public final p f; @@ -40,7 +40,7 @@ public final class b { public final l r; /* renamed from: s reason: collision with root package name */ - public final t f2610s; + public final t f2609s; public final c t; public final d0.e0.p.d.m0.n.l1.l u; public final e v; @@ -70,7 +70,7 @@ public final class b { m.checkNotNullParameter(eVar, "javaTypeEnhancementState"); this.a = oVar; this.b = sVar; - this.f2609c = nVar; + this.f2608c = nVar; this.d = fVar; this.e = jVar; this.f = pVar; @@ -86,7 +86,7 @@ public final class b { this.p = jVar2; this.q = cVar2; this.r = lVar; - this.f2610s = tVar; + this.f2609s = tVar; this.t = cVar3; this.u = lVar2; this.v = eVar; @@ -109,7 +109,7 @@ public final class b { } public final t getJavaClassesTracker() { - return this.f2610s; + return this.f2609s; } public final d0.e0.p.d.m0.e.a.g0.f getJavaPropertyInitializerEvaluator() { @@ -125,7 +125,7 @@ public final class b { } public final n getKotlinClassFinder() { - return this.f2609c; + return this.f2608c; } public final d0.e0.p.d.m0.n.l1.l getKotlinTypeChecker() { @@ -178,6 +178,6 @@ public final class b { public final b replace(g gVar) { m.checkNotNullParameter(gVar, "javaResolverCache"); - return new b(this.a, this.b, this.f2609c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2610s, this.t, this.u, this.v); + return new b(this.a, this.b, this.f2608c, this.d, this.e, this.f, gVar, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f2609s, this.t, this.u, this.v); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java index 6efc448358..d0f4e82720 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java @@ -12,7 +12,7 @@ public final class g { public final k b; /* renamed from: c reason: collision with root package name */ - public final Lazy f2611c; + public final Lazy f2610c; public final Lazy d; public final d e; @@ -22,7 +22,7 @@ public final class g { m.checkNotNullParameter(lazy, "delegateForDefaultTypeQualifiers"); this.a = bVar; this.b = kVar; - this.f2611c = lazy; + this.f2610c = lazy; this.d = lazy; this.e = new d(this, kVar); } @@ -36,7 +36,7 @@ public final class g { } public final Lazy getDelegateForDefaultTypeQualifiers$descriptors_jvm() { - return this.f2611c; + return this.f2610c; } public final c0 getModule() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java index d23520bf4f..6790eff0ff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java @@ -15,7 +15,7 @@ public final class h implements k { public final m b; /* renamed from: c reason: collision with root package name */ - public final int f2612c; + public final int f2611c; public final Map d; public final i e; @@ -46,7 +46,7 @@ public final class h implements k { d0.z.d.m.checkNotNullParameter(zVar, "typeParameterOwner"); this.a = gVar; this.b = mVar; - this.f2612c = i; + this.f2611c = i; this.d = d0.e0.p.d.m0.p.a.mapToIndex(zVar.getTypeParameters()); this.e = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); } @@ -64,7 +64,7 @@ public final class h implements k { } public static final /* synthetic */ int access$getTypeParametersIndexOffset$p(h hVar) { - return hVar.f2612c; + return hVar.f2611c; } @Override // d0.e0.p.d.m0.e.a.i0.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java index e27381da9c..d328fdadb3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/a.java @@ -29,7 +29,7 @@ public class a implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2613c; + public final Function1 f2612c; public final Map> d; public final Map e; public final Map f; @@ -66,7 +66,7 @@ public class a implements b { this.a = gVar; this.b = function1; C0225a aVar = new C0225a(this); - this.f2613c = aVar; + this.f2612c = aVar; Sequence filter = d0.f0.q.filter(u.asSequence(gVar.getMethods()), aVar); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Object obj : filter) { @@ -135,7 +135,7 @@ public class a implements b { @Override // d0.e0.p.d.m0.e.a.i0.l.b public Set getMethodNames() { - Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2613c); + Sequence filter = d0.f0.q.filter(u.asSequence(this.a.getMethods()), this.f2612c); LinkedHashSet linkedHashSet = new LinkedHashSet(); for (t tVar : filter) { linkedHashSet.add(tVar.getName()); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java index 6b3164ec0b..2aabd958a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/d.java @@ -31,7 +31,7 @@ public final class d implements i { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(d.class), "kotlinScopes", "getKotlinScopes()[Lorg/jetbrains/kotlin/resolve/scopes/MemberScope;"))}; /* renamed from: c reason: collision with root package name */ - public final g f2614c; + public final g f2613c; public final i d; public final j e; public final j f; @@ -68,14 +68,14 @@ public final class d implements i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(uVar, "jPackage"); m.checkNotNullParameter(iVar, "packageFragment"); - this.f2614c = gVar; + this.f2613c = gVar; this.d = iVar; this.e = new j(gVar, uVar, iVar); this.f = gVar.getStorageManager().createLazyValue(new a(this)); } public static final /* synthetic */ g access$getC$p(d dVar) { - return dVar.f2614c; + return dVar.f2613c; } public static final /* synthetic */ i access$getPackageFragment$p(d dVar) { @@ -209,6 +209,6 @@ public final class d implements i { public void recordLookup(e eVar, b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2614c.getComponents().getLookupTracker(), bVar, this.d, eVar); + d0.e0.p.d.m0.d.a.record(this.f2613c.getComponents().getLookupTracker(), bVar, this.d, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java index 7395003133..3e53eb66e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/e.java @@ -34,7 +34,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { public final g b; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.k0.a f2615c; + public final d0.e0.p.d.m0.e.a.k0.a f2614c; public final k d; public final j e; public final d0.e0.p.d.m0.e.a.j0.a f; @@ -128,7 +128,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { m.checkNotNullParameter(gVar, "c"); m.checkNotNullParameter(aVar, "javaAnnotation"); this.b = gVar; - this.f2615c = aVar; + this.f2614c = aVar; this.d = gVar.getStorageManager().createNullableLazyValue(new b(this)); this.e = gVar.getStorageManager().createLazyValue(new c(this)); this.f = gVar.getComponents().getSourceElementFactory().source(aVar); @@ -154,7 +154,7 @@ public final class e implements d0.e0.p.d.m0.c.g1.c, i { } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.a access$getJavaAnnotation$p(e eVar) { - return eVar.f2615c; + return eVar.f2614c; } public static final /* synthetic */ d0.e0.p.d.m0.k.v.g access$resolveAnnotationArgument(e eVar, d0.e0.p.d.m0.e.a.k0.b bVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java index 248d54ce81..8aae08593d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/f.java @@ -52,20 +52,20 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final d0.e0.p.d.m0.e.a.k0.g r; /* renamed from: s reason: collision with root package name */ - public final e f2616s; + public final e f2615s; public final d0.e0.p.d.m0.e.a.i0.g t; public final d0.e0.p.d.m0.c.f u; public final z v; public final f1 w; /* renamed from: x reason: collision with root package name */ - public final boolean f2617x; + public final boolean f2616x; /* renamed from: y reason: collision with root package name */ - public final b f2618y; + public final b f2617y; /* renamed from: z reason: collision with root package name */ - public final h f2619z; + public final h f2618z; /* compiled from: LazyJavaClassDescriptor.kt */ public static final class a { @@ -77,7 +77,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2620c; + public final j> f2619c; public final /* synthetic */ f d; /* compiled from: LazyJavaClassDescriptor.kt */ @@ -103,7 +103,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { super(f.access$getC$p(fVar).getStorageManager()); m.checkNotNullParameter(fVar, "this$0"); this.d = fVar; - this.f2620c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); + this.f2619c = f.access$getC$p(fVar).getStorageManager().createLazyValue(new a(fVar)); } /* JADX WARNING: Code restructure failed: missing block: B:22:0x0073, code lost: @@ -249,7 +249,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2620c.mo1invoke(); + return this.f2619c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -325,7 +325,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { m.checkNotNullParameter(gVar2, "jClass"); this.q = gVar; this.r = gVar2; - this.f2616s = eVar; + this.f2615s = eVar; d0.e0.p.d.m0.e.a.i0.g childForClassOrPackage$default = d0.e0.p.d.m0.e.a.i0.a.childForClassOrPackage$default(gVar, this, gVar2, 0, 4, null); this.t = childForClassOrPackage$default; ((g.a) childForClassOrPackage$default.getComponents().getJavaResolverCache()).recordClass(gVar2, this); @@ -338,10 +338,10 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } this.v = zVar; this.w = gVar2.getVisibility(); - this.f2617x = gVar2.getOuterClass() != null && !gVar2.isStatic(); - this.f2618y = new b(this); + this.f2616x = gVar2.getOuterClass() != null && !gVar2.isStatic(); + this.f2617y = new b(this); h hVar = new h(childForClassOrPackage$default, this, gVar2, eVar != null, null, 16, null); - this.f2619z = hVar; + this.f2618z = hVar; this.A = r0.a.create(this, childForClassOrPackage$default.getStorageManager(), childForClassOrPackage$default.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new d(this)); this.B = new d0.e0.p.d.m0.k.a0.g(hVar); this.C = new o(childForClassOrPackage$default, gVar2, this); @@ -355,7 +355,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ e access$getAdditionalSupertypeClassDescriptor$p(f fVar) { - return fVar.f2616s; + return fVar.f2615s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.i0.g access$getC$p(f fVar) { @@ -363,7 +363,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { } public static final /* synthetic */ h access$getUnsubstitutedMemberScope$p(f fVar) { - return fVar.f2619z; + return fVar.f2618z; } public final f copy$descriptors_jvm(d0.e0.p.d.m0.e.a.g0.g gVar, e eVar) { @@ -387,7 +387,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.e public List getConstructors() { - return this.f2619z.getConstructors$descriptors_jvm().mo1invoke(); + return this.f2618z.getConstructors$descriptors_jvm().mo1invoke(); } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -434,7 +434,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.h public u0 getTypeConstructor() { - return this.f2618y; + return this.f2617y; } @Override // d0.e0.p.d.m0.c.i1.a, d0.e0.p.d.m0.c.e @@ -500,7 +500,7 @@ public final class f extends h implements d0.e0.p.d.m0.e.a.h0.d { @Override // d0.e0.p.d.m0.c.i public boolean isInner() { - return this.f2617x; + return this.f2616x; } @Override // d0.e0.p.d.m0.c.e diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java index 44d7c14e74..2287a2cfad 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/h.java @@ -59,7 +59,7 @@ public final class h extends k { public final j> r; /* renamed from: s reason: collision with root package name */ - public final j> f2621s; + public final j> f2620s; public final d0.e0.p.d.m0.m.i t; /* compiled from: LazyJavaClassMemberScope.kt */ @@ -335,7 +335,7 @@ public final class h extends k { this.p = z2; this.q = gVar.getStorageManager().createLazyValue(new e(this, gVar)); this.r = gVar.getStorageManager().createLazyValue(new C0226h(this)); - this.f2621s = gVar.getStorageManager().createLazyValue(new f(this)); + this.f2620s = gVar.getStorageManager().createLazyValue(new f(this)); this.t = gVar.getStorageManager().createMemoizedFunctionWithNullableValues(new i(this, gVar)); } @@ -352,7 +352,7 @@ public final class h extends k { return null; } d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2623c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2622c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); if (isAnnotationType) { Collection methods = hVar.o.getMethods(); @@ -376,16 +376,16 @@ public final class h extends k { x returnType = rVar.getReturnType(); if (returnType instanceof d0.e0.p.d.m0.e.a.k0.f) { d0.e0.p.d.m0.e.a.k0.f fVar = (d0.e0.p.d.m0.e.a.k0.f) returnType; - pair = new Pair(hVar.f2623c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2623c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); + pair = new Pair(hVar.f2622c.getTypeResolver().transformArrayType(fVar, attributes$default, true), hVar.f2622c.getTypeResolver().transformJavaType(fVar.getComponentType(), attributes$default)); } else { - pair = new Pair(hVar.f2623c.getTypeResolver().transformJavaType(returnType, attributes$default), null); + pair = new Pair(hVar.f2622c.getTypeResolver().transformJavaType(returnType, attributes$default), null); } hVar.o(list, createJavaConstructor, 0, rVar, (c0) pair.component1(), (c0) pair.component2()); } int i2 = rVar != null ? 1 : 0; int i3 = 0; for (r rVar2 : list3) { - hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2623c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); + hVar.o(list, createJavaConstructor, i3 + i2, rVar2, hVar.f2622c.getTypeResolver().transformJavaType(rVar2.getReturnType(), attributes$default), null); i3++; } } else { @@ -395,13 +395,13 @@ public final class h extends k { createJavaConstructor.initialize(list, hVar.B(eVar)); createJavaConstructor.setHasStableParameterNames(true); createJavaConstructor.setReturnType(eVar.getDefaultType()); - ((g.a) hVar.f2623c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); + ((g.a) hVar.f2622c.getComponents().getJavaResolverCache()).recordConstructor(hVar.o, createJavaConstructor); return createJavaConstructor; } public static final d0.e0.p.d.m0.c.d access$createDefaultRecordConstructor(h hVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2623c.getComponents().getSourceElementFactory().source(hVar.o)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), true, hVar.f2622c.getComponents().getSourceElementFactory().source(hVar.o)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor, Annotations.EMPTY, /* isPrimary = */ true, c.components.sourceElementFactory.source(jClass)\n )"); Collection recordComponents = hVar.o.getRecordComponents(); ArrayList arrayList = new ArrayList(recordComponents.size()); @@ -410,8 +410,8 @@ public final class h extends k { int i2 = 0; for (w wVar : recordComponents) { int i3 = i2 + 1; - c0 transformJavaType = hVar.f2623c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); - arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2623c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2623c.getComponents().getSourceElementFactory().source(wVar))); + c0 transformJavaType = hVar.f2622c.getTypeResolver().transformJavaType(wVar.getType(), attributes$default); + arrayList.add(new l0(createJavaConstructor, null, i2, d0.e0.p.d.m0.c.g1.g.f.getEMPTY(), wVar.getName(), transformJavaType, false, false, false, wVar.isVararg() ? hVar.f2622c.getComponents().getModule().getBuiltIns().getArrayElementType(transformJavaType) : c0Var, hVar.f2622c.getComponents().getSourceElementFactory().source(wVar))); i2 = i3; attributes$default = attributes$default; c0Var = c0Var; @@ -424,7 +424,7 @@ public final class h extends k { } public static final /* synthetic */ j access$getEnumEntryIndex$p(h hVar) { - return hVar.f2621s; + return hVar.f2620s; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.k0.g access$getJClass$p(h hVar) { @@ -437,9 +437,9 @@ public final class h extends k { public static final d0.e0.p.d.m0.e.a.h0.c access$resolveConstructor(h hVar, k kVar) { d0.e0.p.d.m0.c.e eVar = hVar.n; - d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2623c, kVar), false, hVar.f2623c.getComponents().getSourceElementFactory().source(kVar)); + d0.e0.p.d.m0.e.a.h0.c createJavaConstructor = d0.e0.p.d.m0.e.a.h0.c.createJavaConstructor(eVar, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(hVar.f2622c, kVar), false, hVar.f2622c.getComponents().getSourceElementFactory().source(kVar)); m.checkNotNullExpressionValue(createJavaConstructor, "createJavaConstructor(\n classDescriptor,\n c.resolveAnnotations(constructor), /* isPrimary = */\n false,\n c.components.sourceElementFactory.source(constructor)\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2623c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); + d0.e0.p.d.m0.e.a.i0.g childForMethod = d0.e0.p.d.m0.e.a.i0.a.childForMethod(hVar.f2622c, createJavaConstructor, kVar, eVar.getDeclaredTypeParameters().size()); k.b n = hVar.n(childForMethod, createJavaConstructor, kVar.getValueParameters()); List declaredTypeParameters = eVar.getDeclaredTypeParameters(); m.checkNotNullExpressionValue(declaredTypeParameters, "classDescriptor.declaredTypeParameters"); @@ -527,7 +527,7 @@ public final class h extends k { if (!m.areEqual(visibility, d0.e0.p.d.m0.e.a.w.b)) { return visibility; } - d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2639c; + d0.e0.p.d.m0.c.u uVar = d0.e0.p.d.m0.e.a.w.f2638c; m.checkNotNullExpressionValue(uVar, "PROTECTED_AND_PACKAGE"); return uVar; } @@ -753,7 +753,7 @@ public final class h extends k { @Override // d0.e0.p.d.m0.e.a.i0.l.k public Set a(d0.e0.p.d.m0.k.a0.d dVar, Function1 function1) { m.checkNotNullParameter(dVar, "kindFilter"); - return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2621s.mo1invoke().keySet()); + return o0.plus((Set) this.r.mo1invoke(), (Iterable) this.f2620s.mo1invoke().keySet()); } @Override // d0.e0.p.d.m0.e.a.i0.l.k @@ -794,11 +794,11 @@ public final class h extends k { if (z2) { w findRecordComponentByName = this.f.mo1invoke().findRecordComponentByName(eVar); m.checkNotNull(findRecordComponentByName); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2623c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2623c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2622c, findRecordComponentByName), findRecordComponentByName.getName(), this.f2622c.getComponents().getSourceElementFactory().source(findRecordComponentByName), true); m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, recordComponent.name, c.components.sourceElementFactory.source(recordComponent), true\n )"); - createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2623c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); + createJavaMethod.initialize(null, i(), d0.t.n.emptyList(), d0.t.n.emptyList(), this.f2622c.getTypeResolver().transformJavaType(findRecordComponentByName.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 2, null)), d0.e0.p.d.m0.c.z.i.convertFromFlags(false, false, true), t.e, null); createJavaMethod.setParameterNamesStatus(false, false); - ((g.a) this.f2623c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); + ((g.a) this.f2622c.getComponents().getJavaResolverCache()).recordMethod(findRecordComponentByName, createJavaMethod); collection.add(createJavaMethod); } } @@ -842,7 +842,7 @@ public final class h extends k { } } Collection create = d0.e0.p.d.m0.p.j.i.create(); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2623c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, C, d0.t.n.emptyList(), this.n, p.a, this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, emptyList(), ownerDescriptor, ErrorReporter.DO_NOTHING,\n c.components.kotlinTypeChecker.overridingUtil\n )"); q(eVar, collection, resolveOverridesForNonStaticMembers, collection, new a(this)); q(eVar, collection, resolveOverridesForNonStaticMembers, create, new b(this)); @@ -861,12 +861,12 @@ public final class h extends k { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(collection, "result"); if (this.o.isAnnotationType() && (rVar = (r) d0.t.u.singleOrNull(this.f.mo1invoke().findMethodsByName(eVar))) != null) { - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2623c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2623c.getComponents().getSourceElementFactory().source(rVar), false); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(this.n, d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2622c, rVar), d0.e0.p.d.m0.c.z.FINAL, f0.toDescriptorVisibility(rVar.getVisibility()), false, rVar.getName(), this.f2622c.getComponents().getSourceElementFactory().source(rVar), false); m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, modality, method.visibility.toDescriptorVisibility(),\n /* isVar = */ false, method.name, c.components.sourceElementFactory.source(method),\n /* isStaticFinal = */ false\n )"); d0.e0.p.d.m0.c.i1.d0 createDefaultGetter = d0.e0.p.d.m0.k.d.createDefaultGetter(create, d0.e0.p.d.m0.c.g1.g.f.getEMPTY()); m.checkNotNullExpressionValue(createDefaultGetter, "createDefaultGetter(propertyDescriptor, Annotations.EMPTY)"); create.initialize(createDefaultGetter, null); - c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2623c, create, rVar, 0, 4, null)); + c0 e2 = e(rVar, d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2622c, create, rVar, 0, 4, null)); create.setType(e2, d0.t.n.emptyList(), i(), null); createDefaultGetter.initialize(e2); collection.add(create); @@ -878,7 +878,7 @@ public final class h extends k { d0.e0.p.d.m0.p.j create3 = bVar.create(); r(D, collection, create2, new c(this)); r(o0.minus((Set) D, (Iterable) create2), create3, null, new d(this)); - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2623c.getComponents().getErrorReporter(), this.f2623c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, o0.plus((Set) D, (Iterable) create3), collection, this.n, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name,\n propertiesFromSupertypes + propertiesOverridesFromSuperTypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForNonStaticMembers); } @@ -958,7 +958,7 @@ public final class h extends k { m.checkNotNullParameter(list, "methodTypeParameters"); m.checkNotNullParameter(c0Var, "returnType"); m.checkNotNullParameter(list2, "valueParameters"); - j.b resolvePropagatedSignature = ((j.a) this.f2623c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); + j.b resolvePropagatedSignature = ((j.a) this.f2622c.getComponents().getSignaturePropagator()).resolvePropagatedSignature(rVar, this.n, c0Var, null, list2, list); m.checkNotNullExpressionValue(resolvePropagatedSignature, "c.components.signaturePropagator.resolvePropagatedSignature(\n method, ownerDescriptor, returnType, null, valueParameters, methodTypeParameters\n )"); c0 returnType = resolvePropagatedSignature.getReturnType(); m.checkNotNullExpressionValue(returnType, "propagated.returnType"); @@ -978,11 +978,11 @@ public final class h extends k { d0.e0.p.d.m0.g.e name = rVar.getName(); c0 makeNotNullable = e1.makeNotNullable(c0Var); m.checkNotNullExpressionValue(makeNotNullable, "makeNotNullable(returnType)"); - list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2623c.getComponents().getSourceElementFactory().source(rVar))); + list.add(new l0(lVar, null, i2, empty, name, makeNotNullable, rVar.getHasAnnotationParameterDefaultValue(), false, false, c0Var2 == null ? null : e1.makeNotNullable(c0Var2), this.f2622c.getComponents().getSourceElementFactory().source(rVar))); } public final void p(Collection collection, d0.e0.p.d.m0.g.e eVar, Collection collection2, boolean z2) { - Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2623c.getComponents().getErrorReporter(), this.f2623c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForNonStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForNonStaticMembers(eVar, collection2, collection, this.n, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForNonStaticMembers, "resolveOverridesForNonStaticMembers(\n name, functionsFromSupertypes, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); if (!z2) { collection.addAll(resolveOverridesForNonStaticMembers); @@ -1185,12 +1185,12 @@ public final class h extends k { public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2623c.getComponents().getLookupTracker(), bVar, this.n, eVar); + d0.e0.p.d.m0.d.a.record(this.f2622c.getComponents().getLookupTracker(), bVar, this.n, eVar); } public final Collection s() { if (!this.p) { - return this.f2623c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); + return this.f2622c.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner().refineSupertypes(this.n); } Collection supertypes = this.n.getTypeConstructor().getSupertypes(); m.checkNotNullExpressionValue(supertypes, "ownerDescriptor.typeConstructor.supertypes"); @@ -1234,7 +1234,7 @@ public final class h extends k { } /* JADX WARNING: Code restructure failed: missing block: B:15:0x004d, code lost: - if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2623c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; + if (d0.e0.p.d.m0.b.l.isContinuation(r3, r5.f2622c.getComponents().getSettings().isReleaseCoroutines()) == false) goto L_0x0012; */ public final t0 u(t0 t0Var) { d0.e0.p.d.m0.g.b bVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java index 8d73e79ebf..2cde9a00f2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/i.java @@ -31,7 +31,7 @@ public final class i extends a0 { public final d r; /* renamed from: s reason: collision with root package name */ - public final j> f2622s; + public final j> f2621s; public final d0.e0.p.d.m0.c.g1.g t; /* compiled from: LazyJavaPackageFragment.kt */ @@ -132,7 +132,7 @@ public final class i extends a0 { this.p = childForClassOrPackage$default; this.q = childForClassOrPackage$default.getStorageManager().createLazyValue(new a(this)); this.r = new d(childForClassOrPackage$default, uVar, this); - this.f2622s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); + this.f2621s = childForClassOrPackage$default.getStorageManager().createRecursionTolerantLazyValue(new c(this), n.emptyList()); this.t = childForClassOrPackage$default.getComponents().getJavaTypeEnhancementState().getDisabledDefaultAnnotations() ? d0.e0.p.d.m0.c.g1.g.f.getEMPTY() : e.resolveAnnotations(childForClassOrPackage$default, uVar); childForClassOrPackage$default.getStorageManager().createLazyValue(new b(this)); } @@ -170,7 +170,7 @@ public final class i extends a0 { } public final List getSubPackageFqNames$descriptors_jvm() { - return this.f2622s.mo1invoke(); + return this.f2621s.mo1invoke(); } @Override // d0.e0.p.d.m0.c.i1.a0, d0.e0.p.d.m0.c.i1.k diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java index 4e453c10a5..2069cd8a64 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/j.java @@ -205,7 +205,7 @@ public final class j extends r { if (pVar.getClassHeader().getKind() != a.EnumC0235a.CLASS) { return b.c.a; } - e resolveClass = jVar.f2623c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); + e resolveClass = jVar.f2622c.getComponents().getDeserializedDescriptorResolver().resolveClass(pVar); return resolveClass != null ? new b.a(resolveClass) : b.C0227b.a; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java index 7e5ad96414..f97cebe4d9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/k.java @@ -44,7 +44,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "functionNamesLazy", "getFunctionNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "propertyNamesLazy", "getPropertyNamesLazy()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(k.class), "classNamesLazy", "getClassNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.e.a.i0.g f2623c; + public final d0.e0.p.d.m0.e.a.i0.g f2622c; public final k d; public final d0.e0.p.d.m0.m.j> e; public final d0.e0.p.d.m0.m.j f; @@ -62,7 +62,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final List f2624c; + public final List f2623c; public final List d; public final boolean e; public final List f; @@ -77,7 +77,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { d0.z.d.m.checkNotNullParameter(list3, "errors"); this.a = c0Var; this.b = c0Var2; - this.f2624c = list; + this.f2623c = list; this.d = list2; this.e = z2; this.f = list3; @@ -91,7 +91,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { return false; } a aVar = (a) obj; - return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2624c, aVar.f2624c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); + return d0.z.d.m.areEqual(this.a, aVar.a) && d0.z.d.m.areEqual(this.b, aVar.b) && d0.z.d.m.areEqual(this.f2623c, aVar.f2623c) && d0.z.d.m.areEqual(this.d, aVar.d) && this.e == aVar.e && d0.z.d.m.areEqual(this.f, aVar.f); } public final List getErrors() { @@ -115,14 +115,14 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } public final List getValueParameters() { - return this.f2624c; + return this.f2623c; } public int hashCode() { int hashCode = this.a.hashCode() * 31; c0 c0Var = this.b; int hashCode2 = c0Var == null ? 0 : c0Var.hashCode(); - int hashCode3 = (this.d.hashCode() + ((this.f2624c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; + int hashCode3 = (this.d.hashCode() + ((this.f2623c.hashCode() + ((hashCode + hashCode2) * 31)) * 31)) * 31; boolean z2 = this.e; if (z2) { z2 = true; @@ -139,7 +139,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { P.append(", receiverType="); P.append(this.b); P.append(", valueParameters="); - P.append(this.f2624c); + P.append(this.f2623c); P.append(", typeParameters="); P.append(this.d); P.append(", hasStableParameterNames="); @@ -283,7 +283,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { for (r rVar : this.this$0.f.mo1invoke().findMethodsByName(eVar)) { d0.e0.p.d.m0.e.a.h0.f m = this.this$0.m(rVar); if (this.this$0.k(m)) { - ((g.a) this.this$0.f2623c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); + ((g.a) this.this$0.f2622c.getComponents().getJavaResolverCache()).recordMethod(rVar, m); arrayList.add(m); } } @@ -342,7 +342,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { LinkedHashSet linkedHashSet = new LinkedHashSet((Collection) ((f.m) k.access$getDeclaredFunctions$p(this.this$0)).invoke(eVar)); k.access$retainMostSpecificMethods(this.this$0, linkedHashSet); this.this$0.f(linkedHashSet, eVar); - return u.toList(this.this$0.f2623c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2623c, linkedHashSet)); + return u.toList(this.this$0.f2622c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2622c, linkedHashSet)); } } @@ -361,7 +361,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { ArrayList arrayList = new ArrayList(); d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, k.access$getDeclaredField$p(this.this$0).invoke(eVar)); this.this$0.g(eVar, arrayList); - return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2623c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2623c, arrayList)); + return d0.e0.p.d.m0.k.e.isAnnotationClass(this.this$0.j()) ? u.toList(arrayList) : u.toList(this.this$0.f2622c.getComponents().getSignatureEnhancement().enhanceSignatures(this.this$0.f2622c, arrayList)); } } @@ -386,7 +386,7 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public k(d0.e0.p.d.m0.e.a.i0.g gVar, k kVar) { d0.z.d.m.checkNotNullParameter(gVar, "c"); - this.f2623c = gVar; + this.f2622c = gVar; this.d = kVar; this.e = gVar.getStorageManager().createRecursionTolerantLazyValue(new c(this), d0.t.n.emptyList()); this.f = gVar.getStorageManager().createLazyValue(new g(this)); @@ -418,10 +418,10 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public static final n0 access$resolveProperty(k kVar, n nVar) { Objects.requireNonNull(kVar); boolean z2 = true; - d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2623c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2623c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); + d0.e0.p.d.m0.e.a.h0.g create = d0.e0.p.d.m0.e.a.h0.g.create(kVar.j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(kVar.f2622c, nVar), z.FINAL, f0.toDescriptorVisibility(nVar.getVisibility()), !nVar.isFinal(), nVar.getName(), kVar.f2622c.getComponents().getSourceElementFactory().source(nVar), nVar.isFinal() && nVar.isStatic()); d0.z.d.m.checkNotNullExpressionValue(create, "create(\n ownerDescriptor, annotations, Modality.FINAL, field.visibility.toDescriptorVisibility(), isVar, field.name,\n c.components.sourceElementFactory.source(field), /* isConst = */ field.isFinalStatic\n )"); create.initialize(null, null, null, null); - c0 transformJavaType = kVar.f2623c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); + c0 transformJavaType = kVar.f2622c.getTypeResolver().transformJavaType(nVar.getType(), d0.e0.p.d.m0.e.a.i0.m.e.toAttributes$default(d0.e0.p.d.m0.e.a.g0.k.COMMON, false, null, 3, null)); if (d0.e0.p.d.m0.b.h.isPrimitiveType(transformJavaType) || d0.e0.p.d.m0.b.h.isString(transformJavaType)) { if (nVar.isFinal() && nVar.isStatic()) { } @@ -433,9 +433,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { } create.setType(transformJavaType, d0.t.n.emptyList(), kVar.i(), null); if (d0.e0.p.d.m0.k.e.shouldRecordInitializerForProperty(create, create.getType())) { - create.setCompileTimeInitializer(kVar.f2623c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); + create.setCompileTimeInitializer(kVar.f2622c.getStorageManager().createNullableLazyValue(new l(kVar, nVar, create))); } - ((g.a) kVar.f2623c.getComponents().getJavaResolverCache()).recordField(nVar, create); + ((g.a) kVar.f2622c.getComponents().getJavaResolverCache()).recordField(nVar, create); return create; } @@ -532,9 +532,9 @@ public abstract class k extends d0.e0.p.d.m0.k.a0.j { public final d0.e0.p.d.m0.e.a.h0.f m(r rVar) { d0.z.d.m.checkNotNullParameter(rVar, "method"); - d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2623c, rVar), rVar.getName(), this.f2623c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); + d0.e0.p.d.m0.e.a.h0.f createJavaMethod = d0.e0.p.d.m0.e.a.h0.f.createJavaMethod(j(), d0.e0.p.d.m0.e.a.i0.e.resolveAnnotations(this.f2622c, rVar), rVar.getName(), this.f2622c.getComponents().getSourceElementFactory().source(rVar), this.f.mo1invoke().findRecordComponentByName(rVar.getName()) != null && rVar.getValueParameters().isEmpty()); d0.z.d.m.checkNotNullExpressionValue(createJavaMethod, "createJavaMethod(\n ownerDescriptor, annotations, method.name, c.components.sourceElementFactory.source(method),\n declaredMemberIndex().findRecordComponentByName(method.name) != null && method.valueParameters.isEmpty()\n )"); - d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2623c, createJavaMethod, rVar, 0, 4, null); + d0.e0.p.d.m0.e.a.i0.g childForMethod$default = d0.e0.p.d.m0.e.a.i0.a.childForMethod$default(this.f2622c, createJavaMethod, rVar, 0, 4, null); List typeParameters = rVar.getTypeParameters(); List arrayList = new ArrayList<>(d0.t.o.collectionSizeOrDefault(typeParameters, 10)); for (d0.e0.p.d.m0.e.a.k0.y yVar : typeParameters) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java index a0698f3059..fe016b3ab6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/l.java @@ -22,6 +22,6 @@ public final class l extends o implements Function0> { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final g mo1invoke() { - return this.this$0.f2623c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); + return this.this$0.f2622c.getComponents().getJavaPropertyInitializerEvaluator().getInitializerConstant(this.$field, this.$propertyDescriptor); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java index 2d3d7d07dc..e80f57105a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/o.java @@ -83,7 +83,7 @@ public final class o extends r { } mutableSet.addAll(functionNames); if (this.n.isEnum()) { - mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2510c, d0.e0.p.d.m0.b.k.b})); + mutableSet.addAll(n.listOf((Object[]) new e[]{d0.e0.p.d.m0.b.k.f2509c, d0.e0.p.d.m0.b.k.b})); } return mutableSet; } @@ -98,13 +98,13 @@ public final class o extends r { m.checkNotNullParameter(collection, "result"); m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); o parentJavaStaticClassScope = k.getParentJavaStaticClassScope(this.o); - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2623c.getComponents().getErrorReporter(), this.f2623c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, parentJavaStaticClassScope == null ? d0.t.n0.emptySet() : u.toSet(parentJavaStaticClassScope.getContributedFunctions(eVar, d.WHEN_GET_SUPER_MEMBERS)), collection, this.o, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n functionsFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); if (!this.n.isEnum()) { return; } - if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2510c)) { + if (m.areEqual(eVar, d0.e0.p.d.m0.b.k.f2509c)) { t0 createEnumValueOfMethod = d0.e0.p.d.m0.k.d.createEnumValueOfMethod(this.o); m.checkNotNullExpressionValue(createEnumValueOfMethod, "createEnumValueOfMethod(ownerDescriptor)"); collection.add(createEnumValueOfMethod); @@ -123,7 +123,7 @@ public final class o extends r { LinkedHashSet linkedHashSet = new LinkedHashSet(); d0.e0.p.d.m0.p.b.dfs(d0.t.m.listOf(fVar), p.a, new q(fVar, linkedHashSet, new a(eVar))); if (!collection.isEmpty()) { - Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2623c.getComponents().getErrorReporter(), this.f2623c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, linkedHashSet, collection, this.o, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers, "resolveOverridesForStaticMembers(\n name,\n propertiesFromSupertypes,\n result,\n ownerDescriptor,\n c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); collection.addAll(resolveOverridesForStaticMembers); return; @@ -140,7 +140,7 @@ public final class o extends r { } ArrayList arrayList = new ArrayList(); for (Map.Entry entry : linkedHashMap.entrySet()) { - Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2623c.getComponents().getErrorReporter(), this.f2623c.getComponents().getKotlinTypeChecker().getOverridingUtil()); + Collection resolveOverridesForStaticMembers2 = d0.e0.p.d.m0.e.a.g0.a.resolveOverridesForStaticMembers(eVar, (Collection) entry.getValue(), collection, this.o, this.f2622c.getComponents().getErrorReporter(), this.f2622c.getComponents().getKotlinTypeChecker().getOverridingUtil()); m.checkNotNullExpressionValue(resolveOverridesForStaticMembers2, "resolveOverridesForStaticMembers(\n name, it.value, result, ownerDescriptor, c.components.errorReporter,\n c.components.kotlinTypeChecker.overridingUtil\n )"); r.addAll(arrayList, resolveOverridesForStaticMembers2); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java index 19efe76115..95fbbd5a35 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/q.java @@ -14,14 +14,14 @@ public final class q extends b.AbstractC0291b { public final /* synthetic */ Set b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function1> f2625c; + public final /* synthetic */ Function1> f2624c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: kotlin.jvm.functions.Function1> */ /* JADX WARN: Multi-variable type inference failed */ public q(e eVar, Set set, Function1> function1) { this.a = eVar; this.b = set; - this.f2625c = function1; + this.f2624c = function1; } public boolean beforeChildren(e eVar) { @@ -34,7 +34,7 @@ public final class q extends b.AbstractC0291b { if (!(staticScope instanceof r)) { return true; } - this.b.addAll((Collection) this.f2625c.invoke(staticScope)); + this.b.addAll((Collection) this.f2624c.invoke(staticScope)); return false; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java index 5c4918792e..0bbe0aae0c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/l/s.java @@ -21,7 +21,7 @@ import java.util.List; public final class s extends b { /* renamed from: s reason: collision with root package name */ - public final g f2626s; + public final g f2625s; public final y t; public final d u; @@ -31,7 +31,7 @@ public final class s extends b { d0.z.d.m.checkNotNullParameter(gVar, "c"); d0.z.d.m.checkNotNullParameter(yVar, "javaTypeParameter"); d0.z.d.m.checkNotNullParameter(mVar, "containingDeclaration"); - this.f2626s = gVar; + this.f2625s = gVar; this.t = yVar; this.u = new d(gVar, yVar, false, 4, null); } @@ -39,7 +39,7 @@ public final class s extends b { @Override // d0.e0.p.d.m0.c.i1.f public List b(List list) { d0.z.d.m.checkNotNullParameter(list, "bounds"); - return this.f2626s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2626s); + return this.f2625s.getComponents().getSignatureEnhancement().enhanceTypeParameterBounds(this, list, this.f2625s); } @Override // d0.e0.p.d.m0.c.i1.f @@ -52,15 +52,15 @@ public final class s extends b { Collection upperBounds = this.t.getUpperBounds(); if (upperBounds.isEmpty()) { d0 d0Var = d0.a; - j0 anyType = this.f2626s.getModule().getBuiltIns().getAnyType(); + j0 anyType = this.f2625s.getModule().getBuiltIns().getAnyType(); d0.z.d.m.checkNotNullExpressionValue(anyType, "c.module.builtIns.anyType"); - j0 nullableAnyType = this.f2626s.getModule().getBuiltIns().getNullableAnyType(); + j0 nullableAnyType = this.f2625s.getModule().getBuiltIns().getNullableAnyType(); d0.z.d.m.checkNotNullExpressionValue(nullableAnyType, "c.module.builtIns.nullableAnyType"); return d0.t.m.listOf(d0.flexibleType(anyType, nullableAnyType)); } ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(upperBounds, 10)); for (j jVar : upperBounds) { - arrayList.add(this.f2626s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); + arrayList.add(this.f2625s.getTypeResolver().transformJavaType(jVar, e.toAttributes$default(k.COMMON, false, this, 1, null))); } return arrayList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java index 45b5697647..76cf897cff 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2627c; + public final boolean f2626c; public final z0 d; public a(k kVar, b bVar, boolean z2, z0 z0Var) { @@ -18,7 +18,7 @@ public final class a { m.checkNotNullParameter(bVar, "flexibility"); this.a = kVar; this.b = bVar; - this.f2627c = z2; + this.f2626c = z2; this.d = z0Var; } @@ -35,7 +35,7 @@ public final class a { bVar = aVar.b; } if ((i & 4) != 0) { - z2 = aVar.f2627c; + z2 = aVar.f2626c; } if ((i & 8) != 0) { z0Var = aVar.d; @@ -57,7 +57,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f2627c == aVar.f2627c && m.areEqual(this.d, aVar.d); + return this.a == aVar.a && this.b == aVar.b && this.f2626c == aVar.f2626c && m.areEqual(this.d, aVar.d); } public final b getFlexibility() { @@ -74,7 +74,7 @@ public final class a { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2627c; + boolean z2 = this.f2626c; if (z2) { z2 = true; } @@ -87,7 +87,7 @@ public final class a { } public final boolean isForAnnotationParameter() { - return this.f2627c; + return this.f2626c; } public String toString() { @@ -96,7 +96,7 @@ public final class a { P.append(", flexibility="); P.append(this.b); P.append(", isForAnnotationParameter="); - P.append(this.f2627c); + P.append(this.f2626c); P.append(", upperBoundOfTypeParameter="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java index aa84d22316..a7c6a07bd6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/i0/m/f.java @@ -28,7 +28,7 @@ public final class f extends z0 { public static final f b = new f(); /* renamed from: c reason: collision with root package name */ - public static final a f2628c; + public static final a f2627c; public static final a d; /* compiled from: RawType.kt */ @@ -64,7 +64,7 @@ public final class f extends z0 { static { k kVar = k.COMMON; - f2628c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); + f2627c = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_LOWER_BOUND); d = e.toAttributes$default(kVar, false, null, 3, null).withFlexibility(b.FLEXIBLE_UPPER_BOUND); } @@ -121,7 +121,7 @@ public final class f extends z0 { if (declarationDescriptor instanceof e) { d0.e0.p.d.m0.c.h declarationDescriptor2 = y.upperIfFlexible(c0Var).getConstructor().getDeclarationDescriptor(); if (declarationDescriptor2 instanceof e) { - Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2628c); + Pair a2 = a(y.lowerIfFlexible(c0Var), (e) declarationDescriptor, f2627c); j0 component1 = a2.component1(); boolean booleanValue = a2.component2().booleanValue(); Pair a3 = a(y.upperIfFlexible(c0Var), (e) declarationDescriptor2, d); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java index 2827365757..cecf2318ce 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java @@ -34,13 +34,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f2629c; + public final boolean f2628c; public a(c0 c0Var, int i, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = i; - this.f2629c = z2; + this.f2628c = z2; } public final int getSubtreeSize() { @@ -60,7 +60,7 @@ public final class d { } public final boolean getWereChanges() { - return this.f2629c; + return this.f2628c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java index 4b7733203b..c33fc4bfcb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java @@ -7,7 +7,7 @@ public final class e { public static final e b = new e(null, null, false, false, 8, null); /* renamed from: c reason: collision with root package name */ - public final h f2630c; + public final h f2629c; public final f d; public final boolean e; public final boolean f; @@ -23,7 +23,7 @@ public final class e { } public e(h hVar, f fVar, boolean z2, boolean z3) { - this.f2630c = hVar; + this.f2629c = hVar; this.d = fVar; this.e = z2; this.f = z3; @@ -43,7 +43,7 @@ public final class e { } public final h getNullability() { - return this.f2630c; + return this.f2629c; } public final boolean isNotNullTypeParameter() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java index 73e8cdd5ce..0d007ea83b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java @@ -10,7 +10,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2631c; + public static final e f2630c; public static final Map d; /* compiled from: predefinedEnhancementInfo.kt */ @@ -727,7 +727,7 @@ public final class j { static { h hVar = h.NOT_NULL; b = new e(hVar, null, false, false, 8, null); - f2631c = new e(hVar, null, true, false, 8, null); + f2630c = new e(hVar, null, true, false, 8, null); d0.e0.p.d.m0.e.b.w wVar = d0.e0.p.d.m0.e.b.w.a; String javaLang = wVar.javaLang("Object"); String javaFunction = wVar.javaFunction("Predicate"); @@ -774,7 +774,7 @@ public final class j { } public static final /* synthetic */ e access$getNOT_NULLABLE$p$s1730278749() { - return f2631c; + return f2630c; } public static final /* synthetic */ e access$getNOT_PLATFORM$p$s1730278749() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java index 65df3f79f9..b57ff467c8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java @@ -48,7 +48,7 @@ public final class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f2632c; + public final d f2631c; /* compiled from: signatureEnhancement.kt */ public static class a { @@ -56,17 +56,17 @@ public final class l { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2633c; + public final boolean f2632c; public a(c0 c0Var, boolean z2, boolean z3) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = z2; - this.f2633c = z3; + this.f2632c = z3; } public final boolean getContainsFunctionN() { - return this.f2633c; + return this.f2632c; } public final c0 getType() { @@ -84,7 +84,7 @@ public final class l { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final Collection f2634c; + public final Collection f2633c; public final boolean d; public final g e; public final d0.e0.p.d.m0.e.a.a f; @@ -148,7 +148,7 @@ public final class l { l.this = lVar; this.a = aVar; this.b = c0Var; - this.f2634c = collection; + this.f2633c = collection; this.d = z2; this.e = gVar; this.f = aVar2; @@ -409,7 +409,7 @@ public final class l { i nullabilityQualifier; d0.e0.p.d.m0.c.g1.a aVar; boolean z8; - Collection collection = this.f2634c; + Collection collection = this.f2633c; int i3 = 10; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(collection, 10)); Iterator it2 = collection.iterator(); @@ -426,7 +426,7 @@ public final class l { ArrayList arrayList4 = new ArrayList(1); d(this, arrayList4, c0Var, this.e, null); if (this.d) { - Collection collection2 = this.f2634c; + Collection collection2 = this.f2633c; if (!(collection2 instanceof Collection) || !collection2.isEmpty()) { Iterator it3 = collection2.iterator(); while (true) { @@ -809,7 +809,7 @@ public final class l { m.checkNotNullParameter(dVar, "typeEnhancement"); this.a = cVar; this.b = eVar; - this.f2632c = dVar; + this.f2631c = dVar; } public static final /* synthetic */ d0.e0.p.d.m0.e.a.c access$getAnnotationTypeQualifierResolver$p(l lVar) { @@ -817,7 +817,7 @@ public final class l { } public static final /* synthetic */ d access$getTypeEnhancement$p(l lVar) { - return lVar.f2632c; + return lVar.f2631c; } /* JADX INFO: Can't fix incorrect switch cases order, some code will duplicate */ diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java index 57d7419e3f..e1207b28a0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java @@ -34,7 +34,7 @@ public final class q { public final List> b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public Pair f2635c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); + public Pair f2634c = o.to(ExifInterface.GPS_MEASUREMENT_INTERRUPTED, null); public final /* synthetic */ a d; public C0232a(a aVar, String str) { @@ -54,8 +54,8 @@ public final class q { while (it.hasNext()) { arrayList.add((String) ((Pair) it.next()).getFirst()); } - String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2635c.getFirst())); - w second = this.f2635c.getSecond(); + String signature = wVar.signature(className, wVar.jvmDescriptor(functionName, arrayList, this.f2634c.getFirst())); + w second = this.f2634c.getSecond(); List> list2 = this.b; ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(list2, 10)); Iterator it2 = list2.iterator(); @@ -91,7 +91,7 @@ public final class q { m.checkNotNullParameter(dVar, "type"); String desc = dVar.getDesc(); m.checkNotNullExpressionValue(desc, "type.desc"); - this.f2635c = o.to(desc, null); + this.f2634c = o.to(desc, null); } public final void returns(String str, e... eVarArr) { @@ -102,7 +102,7 @@ public final class q { for (z zVar : withIndex) { linkedHashMap.put(Integer.valueOf(zVar.getIndex()), (e) zVar.getValue()); } - this.f2635c = o.to(str, new w(linkedHashMap)); + this.f2634c = o.to(str, new w(linkedHashMap)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java index c6fe1f46d1..5d49058bfb 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java @@ -11,14 +11,14 @@ public final class s { public final u b; /* renamed from: c reason: collision with root package name */ - public final z0 f2636c; + public final z0 f2635c; public final boolean d; public s(c0 c0Var, u uVar, z0 z0Var, boolean z2) { m.checkNotNullParameter(c0Var, "type"); this.a = c0Var; this.b = uVar; - this.f2636c = z0Var; + this.f2635c = z0Var; this.d = z2; } @@ -31,7 +31,7 @@ public final class s { } public final z0 component3() { - return this.f2636c; + return this.f2635c; } public final boolean component4() { @@ -46,7 +46,7 @@ public final class s { return false; } s sVar = (s) obj; - return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2636c, sVar.f2636c) && this.d == sVar.d; + return m.areEqual(this.a, sVar.a) && m.areEqual(this.b, sVar.b) && m.areEqual(this.f2635c, sVar.f2635c) && this.d == sVar.d; } public final c0 getType() { @@ -58,7 +58,7 @@ public final class s { u uVar = this.b; int i = 0; int hashCode2 = (hashCode + (uVar == null ? 0 : uVar.hashCode())) * 31; - z0 z0Var = this.f2636c; + z0 z0Var = this.f2635c; if (z0Var != null) { i = z0Var.hashCode(); } @@ -79,7 +79,7 @@ public final class s { P.append(", defaultQualifiers="); P.append(this.b); P.append(", typeParameterForArgument="); - P.append(this.f2636c); + P.append(this.f2635c); P.append(", isFromStarProjection="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java index 3d969c0727..18a9e38410 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/s.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/s.java @@ -16,13 +16,13 @@ public interface s { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final g f2637c; + public final g f2636c; public a(d0.e0.p.d.m0.g.a aVar, byte[] bArr, g gVar) { m.checkNotNullParameter(aVar, "classId"); this.a = aVar; this.b = bArr; - this.f2637c = gVar; + this.f2636c = gVar; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -38,7 +38,7 @@ public interface s { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2637c, aVar.f2637c); + return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2636c, aVar.f2636c); } public final d0.e0.p.d.m0.g.a getClassId() { @@ -50,7 +50,7 @@ public interface s { byte[] bArr = this.b; int i = 0; int hashCode2 = (hashCode + (bArr == null ? 0 : Arrays.hashCode(bArr))) * 31; - g gVar = this.f2637c; + g gVar = this.f2636c; if (gVar != null) { i = gVar.hashCode(); } @@ -63,7 +63,7 @@ public interface s { P.append(", previouslyFoundClassFileContent="); P.append(Arrays.toString(this.b)); P.append(", outerClass="); - P.append(this.f2637c); + P.append(this.f2636c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java index af310cd442..5003f6cb1b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/u.java @@ -12,7 +12,7 @@ public final class u { public final Collection b; /* renamed from: c reason: collision with root package name */ - public final boolean f2638c; + public final boolean f2637c; /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -21,7 +21,7 @@ public final class u { m.checkNotNullParameter(collection, "qualifierApplicabilityTypes"); this.a = iVar; this.b = collection; - this.f2638c = z2; + this.f2637c = z2; } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -39,7 +39,7 @@ public final class u { collection = uVar.b; } if ((i & 4) != 0) { - z2 = uVar.f2638c; + z2 = uVar.f2637c; } return uVar.copy(iVar, collection, z2); } @@ -58,15 +58,15 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2638c == uVar.f2638c; + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && this.f2637c == uVar.f2637c; } public final boolean getAffectsTypeParameterBasedTypes() { - return this.f2638c; + return this.f2637c; } public final boolean getMakesTypeParameterNotNull() { - return this.a.getQualifier() == h.NOT_NULL && this.f2638c; + return this.a.getQualifier() == h.NOT_NULL && this.f2637c; } public final i getNullabilityQualifier() { @@ -79,7 +79,7 @@ public final class u { public int hashCode() { int hashCode = (this.b.hashCode() + (this.a.hashCode() * 31)) * 31; - boolean z2 = this.f2638c; + boolean z2 = this.f2637c; if (z2) { z2 = true; } @@ -95,7 +95,7 @@ public final class u { P.append(", qualifierApplicabilityTypes="); P.append(this.b); P.append(", affectsTypeParameterBasedTypes="); - P.append(this.f2638c); + P.append(this.f2637c); P.append(')'); return P.toString(); } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java index b83bc98c14..7edf89b986 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/a/w.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/a/w.java @@ -17,7 +17,7 @@ public class w { public static final u b; /* renamed from: c reason: collision with root package name */ - public static final u f2639c; + public static final u f2638c; public static final Map d = new HashMap(); /* compiled from: JavaDescriptorVisibilities */ @@ -117,12 +117,12 @@ public class w { } static { - a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2574c); + a aVar = new a(d0.e0.p.d.m0.c.j1.a.f2573c); a = aVar; - b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2576c); + b bVar = new b(d0.e0.p.d.m0.c.j1.c.f2575c); b = bVar; - c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2575c); - f2639c = cVar; + c cVar = new c(d0.e0.p.d.m0.c.j1.b.f2574c); + f2638c = cVar; d(aVar); d(bVar); d(cVar); @@ -181,7 +181,7 @@ public class w { } else if (c(e.unwrapFakeOverrideToAnyDeclaration(qVar), mVar)) { return true; } else { - return t.f2593c.isVisible(dVar, qVar, mVar); + return t.f2592c.isVisible(dVar, qVar, mVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java index 5254ccfa6c..af2c6d25b3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/a.java @@ -275,7 +275,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { public abstract p.a h(d0.e0.p.d.m0.g.a aVar, u0 u0Var, List list); public final List i(y yVar, d0.e0.p.d.m0.f.n nVar, EnumC0233a aVar) { - Boolean bool = d0.e0.p.d.m0.f.z.b.f2678z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2677z.get(nVar.getFlags()); m.checkNotNullExpressionValue(bool, "IS_CONST.get(proto.flags)"); boolean booleanValue = bool.booleanValue(); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; @@ -367,7 +367,7 @@ public abstract class a implements d0.e0.p.d.m0.l.b.c { m.checkNotNullParameter(yVar, "container"); m.checkNotNullParameter(nVar, "proto"); m.checkNotNullParameter(c0Var, "expectedType"); - Boolean bool = d0.e0.p.d.m0.f.z.b.f2678z.get(nVar.getFlags()); + Boolean bool = d0.e0.p.d.m0.f.z.b.f2677z.get(nVar.getFlags()); d0.e0.p.d.m0.f.a0.b.h hVar = d0.e0.p.d.m0.f.a0.b.h.a; p g = g(yVar, true, true, bool, d0.e0.p.d.m0.f.a0.b.h.isMovedFromInterfaceCompanion(nVar)); if (g == null) { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java index f5a5dce3f6..3a7a777ff0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b.java @@ -20,7 +20,7 @@ public final class b implements p.d { public final /* synthetic */ HashMap> b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ HashMap f2640c; + public final /* synthetic */ HashMap f2639c; /* compiled from: AbstractBinaryClassAnnotationAndConstantLoader.kt */ public final class a extends C0234b implements p.e { @@ -55,12 +55,12 @@ public final class b implements p.d { public final ArrayList b = new ArrayList<>(); /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ b f2641c; + public final /* synthetic */ b f2640c; public C0234b(b bVar, s sVar) { m.checkNotNullParameter(bVar, "this$0"); m.checkNotNullParameter(sVar, "signature"); - this.f2641c = bVar; + this.f2640c = bVar; this.a = sVar; } @@ -68,13 +68,13 @@ public final class b implements p.d { public p.a visitAnnotation(d0.e0.p.d.m0.g.a aVar, u0 u0Var) { m.checkNotNullParameter(aVar, "classId"); m.checkNotNullParameter(u0Var, "source"); - return a.access$loadAnnotationIfNotSpecial(this.f2641c.a, aVar, u0Var, this.b); + return a.access$loadAnnotationIfNotSpecial(this.f2640c.a, aVar, u0Var, this.b); } @Override // d0.e0.p.d.m0.e.b.p.c public void visitEnd() { if (!this.b.isEmpty()) { - this.f2641c.b.put(this.a, this.b); + this.f2640c.b.put(this.a, this.b); } } } @@ -82,7 +82,7 @@ public final class b implements p.d { public b(a aVar, HashMap> hashMap, HashMap hashMap2) { this.a = aVar; this.b = hashMap; - this.f2640c = hashMap2; + this.f2639c = hashMap2; } @Override // d0.e0.p.d.m0.e.b.p.d @@ -123,7 +123,7 @@ public final class b implements p.d { } g createConstantValue = h.a.createConstantValue(obj); if (createConstantValue != null) { - this.f2640c.put(fromFieldNameAndDesc, createConstantValue); + this.f2639c.put(fromFieldNameAndDesc, createConstantValue); } } return new C0234b(this, fromFieldNameAndDesc); diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java index 0a50b14584..48fbddf624 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java @@ -16,7 +16,7 @@ public final class a { public final f b; /* renamed from: c reason: collision with root package name */ - public final String[] f2642c; + public final String[] f2641c; public final String[] d; public final String[] e; public final String f; @@ -36,7 +36,7 @@ public final class a { public static final Map j; /* renamed from: id reason: collision with root package name */ - private final int f2643id; + private final int f2642id; /* compiled from: KotlinClassHeader.kt */ /* renamed from: d0.e0.p.d.m0.e.b.b0.a$a$a reason: collision with other inner class name */ @@ -61,7 +61,7 @@ public final class a { } public EnumC0235a(int i2) { - this.f2643id = i2; + this.f2642id = i2; } public static final /* synthetic */ Map access$getEntryById$cp() { @@ -73,7 +73,7 @@ public final class a { } public final int getId() { - return this.f2643id; + return this.f2642id; } } @@ -83,7 +83,7 @@ public final class a { m.checkNotNullParameter(cVar, "bytecodeVersion"); this.a = aVar; this.b = fVar; - this.f2642c = strArr; + this.f2641c = strArr; this.d = strArr2; this.e = strArr3; this.f = str; @@ -95,7 +95,7 @@ public final class a { } public final String[] getData() { - return this.f2642c; + return this.f2641c; } public final String[] getIncompatibleData() { @@ -119,7 +119,7 @@ public final class a { } public final List getMultifilePartNames() { - String[] strArr = this.f2642c; + String[] strArr = this.f2641c; List list = null; if (!(getKind() == EnumC0235a.MULTIFILE_CLASS)) { strArr = null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java index 17717130bd..0f21dd2603 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java @@ -17,7 +17,7 @@ public class b implements p.c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public int[] f2644c = null; + public int[] f2643c = null; public d0.e0.p.d.m0.f.a0.b.c d = null; public String e = null; public int f = 0; @@ -133,7 +133,7 @@ public class b implements p.c { } } else if ("mv".equals(asString)) { if (obj instanceof int[]) { - b.this.f2644c = (int[]) obj; + b.this.f2643c = (int[]) obj; } } else if ("bv".equals(asString)) { if (obj instanceof int[]) { @@ -259,7 +259,7 @@ public class b implements p.c { if (obj instanceof int[]) { b bVar = b.this; int[] iArr = (int[]) obj; - bVar.f2644c = iArr; + bVar.f2643c = iArr; if (bVar.d == null) { bVar.d = new d0.e0.p.d.m0.f.a0.b.c(iArr); } @@ -352,11 +352,11 @@ public class b implements p.c { } public a createHeader() { - if (this.k == null || this.f2644c == null) { + if (this.k == null || this.f2643c == null) { return null; } boolean z2 = true; - d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2644c, (this.f & 8) != 0); + d0.e0.p.d.m0.f.a0.b.f fVar = new d0.e0.p.d.m0.f.a0.b.f(this.f2643c, (this.f & 8) != 0); if (!fVar.isCompatible()) { this.j = this.h; this.h = null; diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java index 97528bbb74..f40b40ce90 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/c.java @@ -25,7 +25,7 @@ import java.util.List; public final class c extends a> { /* renamed from: c reason: collision with root package name */ - public final c0 f2645c; + public final c0 f2644c; public final d0 d; public final e e; @@ -35,7 +35,7 @@ public final class c extends a> { public final /* synthetic */ d0.e0.p.d.m0.c.e b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c f2646c; + public final /* synthetic */ c f2645c; public final /* synthetic */ List d; public final /* synthetic */ u0 e; @@ -46,13 +46,13 @@ public final class c extends a> { public final /* synthetic */ p.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ a f2647c; + public final /* synthetic */ a f2646c; public final /* synthetic */ d0.e0.p.d.m0.g.e d; public final /* synthetic */ ArrayList e; public C0238a(p.a aVar, a aVar2, d0.e0.p.d.m0.g.e eVar, ArrayList arrayList) { this.b = aVar; - this.f2647c = aVar2; + this.f2646c = aVar2; this.d = eVar; this.e = arrayList; this.a = aVar; @@ -86,7 +86,7 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.a public void visitEnd() { this.b.visitEnd(); - a.access$getArguments$p(this.f2647c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); + a.access$getArguments$p(this.f2646c).put(this.d, new d0.e0.p.d.m0.k.v.a((d0.e0.p.d.m0.c.g1.c) u.single((List) this.e))); } @Override // d0.e0.p.d.m0.e.b.p.a @@ -104,18 +104,18 @@ public final class c extends a> { public final /* synthetic */ a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.g.e f2648c; + public final /* synthetic */ d0.e0.p.d.m0.g.e f2647c; public final /* synthetic */ d0.e0.p.d.m0.c.e d; public b(a aVar, d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.c.e eVar2) { this.b = aVar; - this.f2648c = eVar; + this.f2647c = eVar; this.d = eVar2; } @Override // d0.e0.p.d.m0.e.b.p.b public void visit(Object obj) { - this.a.add(a.access$createConstant(this.b, this.f2648c, obj)); + this.a.add(a.access$createConstant(this.b, this.f2647c, obj)); } @Override // d0.e0.p.d.m0.e.b.p.b @@ -126,10 +126,10 @@ public final class c extends a> { @Override // d0.e0.p.d.m0.e.b.p.b public void visitEnd() { - c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2648c, this.d); + c1 annotationParameterByName = d0.e0.p.d.m0.e.a.g0.a.getAnnotationParameterByName(this.f2647c, this.d); if (annotationParameterByName != null) { HashMap access$getArguments$p = a.access$getArguments$p(this.b); - d0.e0.p.d.m0.g.e eVar = this.f2648c; + d0.e0.p.d.m0.g.e eVar = this.f2647c; h hVar = h.a; List> compact = d0.e0.p.d.m0.p.a.compact(this.a); d0.e0.p.d.m0.n.c0 type = annotationParameterByName.getType(); @@ -148,7 +148,7 @@ public final class c extends a> { public a(d0.e0.p.d.m0.c.e eVar, c cVar, List list, u0 u0Var) { this.b = eVar; - this.f2646c = cVar; + this.f2645c = cVar; this.d = list; this.e = u0Var; } @@ -178,7 +178,7 @@ public final class c extends a> { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(aVar, "classId"); ArrayList arrayList = new ArrayList(); - c cVar = this.f2646c; + c cVar = this.f2645c; u0 u0Var = u0.a; m.checkNotNullExpressionValue(u0Var, "NO_SOURCE"); p.a h = cVar.h(aVar, u0Var, arrayList); @@ -220,7 +220,7 @@ public final class c extends a> { m.checkNotNullParameter(d0Var, "notFoundClasses"); m.checkNotNullParameter(oVar, "storageManager"); m.checkNotNullParameter(nVar, "kotlinClassFinder"); - this.f2645c = c0Var; + this.f2644c = c0Var; this.d = d0Var; this.e = new e(c0Var, d0Var); } @@ -230,6 +230,6 @@ public final class c extends a> { m.checkNotNullParameter(aVar, "annotationClassId"); m.checkNotNullParameter(u0Var, "source"); m.checkNotNullParameter(list, "result"); - return new a(w.findNonGenericClassAcrossDependencies(this.f2645c, aVar, this.d), this, list, u0Var); + return new a(w.findNonGenericClassAcrossDependencies(this.f2644c, aVar, this.d), this, list, u0Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java index 0f468b01da..9db7a92e26 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/f.java @@ -27,7 +27,7 @@ public final class f { public static final Set b = m0.setOf(a.EnumC0235a.CLASS); /* renamed from: c reason: collision with root package name */ - public static final Set f2649c = n0.setOf((Object[]) new a.EnumC0235a[]{a.EnumC0235a.FILE_FACADE, a.EnumC0235a.MULTIFILE_CLASS_PART}); + public static final Set f2648c = n0.setOf((Object[]) new a.EnumC0235a[]{a.EnumC0235a.FILE_FACADE, a.EnumC0235a.MULTIFILE_CLASS_PART}); public static final d0.e0.p.d.m0.f.a0.b.f d = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 2); public static final d0.e0.p.d.m0.f.a0.b.f e = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 11); public static final d0.e0.p.d.m0.f.a0.b.f f = new d0.e0.p.d.m0.f.a0.b.f(1, 1, 13); @@ -101,7 +101,7 @@ public final class f { Pair pair; m.checkNotNullParameter(e0Var, "descriptor"); m.checkNotNullParameter(pVar, "kotlinClass"); - String[] d2 = d(pVar, f2649c); + String[] d2 = d(pVar, f2648c); if (d2 == null || (strings = pVar.getClassHeader().getStrings()) == null) { return null; } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java index 195ea6d785..66cc6b431c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/j.java @@ -16,7 +16,7 @@ public final class j implements f { public final c b; /* renamed from: c reason: collision with root package name */ - public final c f2650c; + public final c f2649c; public final p d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -43,7 +43,7 @@ public final class j implements f { m.checkNotNullParameter(cVar3, "nameResolver"); m.checkNotNullParameter(eVar, "abiStability"); this.b = cVar; - this.f2650c = cVar2; + this.f2649c = cVar2; this.d = pVar; g.f fVar = a.m; m.checkNotNullExpressionValue(fVar, "packageModuleName"); @@ -65,7 +65,7 @@ public final class j implements f { } public final c getFacadeClassName() { - return this.f2650c; + return this.f2649c; } public final p getKnownJvmBinaryClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java index 2341f42708..5929a9cc8a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/k.java @@ -8,7 +8,7 @@ public abstract class k { public static final d b = new d(d0.e0.p.d.m0.k.y.d.BOOLEAN); /* renamed from: c reason: collision with root package name */ - public static final d f2651c = new d(d0.e0.p.d.m0.k.y.d.CHAR); + public static final d f2650c = new d(d0.e0.p.d.m0.k.y.d.CHAR); public static final d d = new d(d0.e0.p.d.m0.k.y.d.BYTE); public static final d e = new d(d0.e0.p.d.m0.k.y.d.SHORT); public static final d f = new d(d0.e0.p.d.m0.k.y.d.INT); @@ -115,7 +115,7 @@ public abstract class k { } public static final /* synthetic */ d access$getCHAR$cp() { - return f2651c; + return f2650c; } public static final /* synthetic */ d access$getDOUBLE$cp() { diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java index bee1b4bfa8..649944c3de 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/u.java @@ -146,6 +146,6 @@ public final class u { public static final k mapToJvmType(c0 c0Var) { m.checkNotNullParameter(c0Var, ""); - return (k) d.mapType$default(c0Var, m.a, z.f2652c, y.a, null, null, 32, null); + return (k) d.mapType$default(c0Var, m.a, z.f2651c, y.a, null, null, 32, null); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java index af9315c1ab..8f49d473ac 100644 --- a/app/src/main/java/d0/e0/p/d/m0/e/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/e/b/z.java @@ -12,7 +12,7 @@ public final class z { public static final z b; /* renamed from: c reason: collision with root package name */ - public static final z f2652c; + public static final z f2651c; public final boolean d; public final boolean e; public final boolean f; @@ -37,7 +37,7 @@ public final class z { z zVar2 = new z(false, false, false, false, false, null, false, null, null, true, FrameMetricsAggregator.EVERY_DURATION, null); b = zVar2; new z(false, true, false, false, false, null, false, null, null, false, PointerIconCompat.TYPE_GRABBING, null); - f2652c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); + f2651c = new z(false, false, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, false, false, zVar2, false, null, null, true, 476, null); new z(false, true, false, false, false, zVar, false, null, null, false, 988, null); new z(false, false, false, true, false, zVar, false, null, null, false, 983, null); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java index 1bf97929cf..063ea142df 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/a.java @@ -26,7 +26,7 @@ public final class a { public static final g.f b; /* renamed from: c reason: collision with root package name */ - public static final g.f f2653c; + public static final g.f f2652c; public static final g.f d; public static final g.f e; public static final g.f> f; @@ -1894,7 +1894,7 @@ public final class a { b = g.newSingularGeneratedExtension(i.getDefaultInstance(), c.getDefaultInstance(), c.getDefaultInstance(), null, 100, bVar, c.class); i defaultInstance4 = i.getDefaultInstance(); w.b bVar2 = w.b.INT32; - f2653c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); + f2652c = g.newSingularGeneratedExtension(defaultInstance4, 0, null, null, 101, bVar2, Integer.class); d = g.newSingularGeneratedExtension(n.getDefaultInstance(), d.getDefaultInstance(), d.getDefaultInstance(), null, 100, bVar, d.class); e = g.newSingularGeneratedExtension(n.getDefaultInstance(), 0, null, null, 101, bVar2, Integer.class); f = g.newRepeatedGeneratedExtension(q.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 100, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -1910,7 +1910,7 @@ public final class a { public static void registerAllExtensions(d0.e0.p.d.m0.i.e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2653c); + eVar.add(f2652c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java index d85147d56d..55663c4580 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java @@ -17,7 +17,7 @@ public final class b { public static final String b = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); /* renamed from: c reason: collision with root package name */ - public static final Map f2654c; + public static final Map f2653c; static { int i = 0; @@ -78,7 +78,7 @@ public final class b { for (String str5 : n.listOf((Object[]) new String[]{"Char", "Byte", "Short", "Int", "Float", "Long", "Double", "String", "Enum"})) { a(linkedHashMap, m.stringPlus(str5, ".Companion"), b + "/jvm/internal/" + str5 + "CompanionObject"); } - f2654c = linkedHashMap; + f2653c = linkedHashMap; } public static final void a(Map map, String str, String str2) { @@ -87,7 +87,7 @@ public final class b { public static final String mapClass(String str) { m.checkNotNullParameter(str, "classId"); - String str2 = f2654c.get(str); + String str2 = f2653c.get(str); return str2 == null ? a.G(a.N('L'), t.replace$default(str, '.', '$', false, 4, (Object) null), ';') : str2; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java index 9fcc97ddb6..9712f55afe 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java @@ -7,11 +7,11 @@ public final class d { public static final b.C0257b b = b.d.booleanFirst(); /* renamed from: c reason: collision with root package name */ - public static final b.C0257b f2655c; + public static final b.C0257b f2654c; static { b.C0257b booleanFirst = b.d.booleanFirst(); - f2655c = booleanFirst; + f2654c = booleanFirst; b.d.booleanAfter(booleanFirst); } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java index 9898d17063..0cefd285ad 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java @@ -22,7 +22,7 @@ public final class g implements c { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final List f2656c; + public static final List f2655c; public final a.e d; public final String[] e; public final Set f; @@ -43,7 +43,7 @@ public final class g implements c { a = aVar; String joinToString$default = u.joinToString$default(n.listOf((Object[]) new Character[]{'k', 'o', 't', 'l', 'i', 'n'}), "", null, null, 0, null, null, 62, null); b = joinToString$default; - f2656c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); + f2655c = n.listOf((Object[]) new String[]{m.stringPlus(joinToString$default, "/Any"), m.stringPlus(joinToString$default, "/Nothing"), m.stringPlus(joinToString$default, "/Unit"), m.stringPlus(joinToString$default, "/Throwable"), m.stringPlus(joinToString$default, "/Number"), m.stringPlus(joinToString$default, "/Byte"), m.stringPlus(joinToString$default, "/Double"), m.stringPlus(joinToString$default, "/Float"), m.stringPlus(joinToString$default, "/Int"), m.stringPlus(joinToString$default, "/Long"), m.stringPlus(joinToString$default, "/Short"), m.stringPlus(joinToString$default, "/Boolean"), m.stringPlus(joinToString$default, "/Char"), m.stringPlus(joinToString$default, "/CharSequence"), m.stringPlus(joinToString$default, "/String"), m.stringPlus(joinToString$default, "/Comparable"), m.stringPlus(joinToString$default, "/Enum"), m.stringPlus(joinToString$default, "/Array"), m.stringPlus(joinToString$default, "/ByteArray"), m.stringPlus(joinToString$default, "/DoubleArray"), m.stringPlus(joinToString$default, "/FloatArray"), m.stringPlus(joinToString$default, "/IntArray"), m.stringPlus(joinToString$default, "/LongArray"), m.stringPlus(joinToString$default, "/ShortArray"), m.stringPlus(joinToString$default, "/BooleanArray"), m.stringPlus(joinToString$default, "/CharArray"), m.stringPlus(joinToString$default, "/Cloneable"), m.stringPlus(joinToString$default, "/Annotation"), m.stringPlus(joinToString$default, "/collections/Iterable"), m.stringPlus(joinToString$default, "/collections/MutableIterable"), m.stringPlus(joinToString$default, "/collections/Collection"), m.stringPlus(joinToString$default, "/collections/MutableCollection"), m.stringPlus(joinToString$default, "/collections/List"), m.stringPlus(joinToString$default, "/collections/MutableList"), m.stringPlus(joinToString$default, "/collections/Set"), m.stringPlus(joinToString$default, "/collections/MutableSet"), m.stringPlus(joinToString$default, "/collections/Map"), m.stringPlus(joinToString$default, "/collections/MutableMap"), m.stringPlus(joinToString$default, "/collections/Map.Entry"), m.stringPlus(joinToString$default, "/collections/MutableMap.MutableEntry"), m.stringPlus(joinToString$default, "/collections/Iterator"), m.stringPlus(joinToString$default, "/collections/MutableIterator"), m.stringPlus(joinToString$default, "/collections/ListIterator"), m.stringPlus(joinToString$default, "/collections/MutableListIterator")}); Iterable withIndex = u.withIndex(aVar.getPREDEFINED_STRINGS()); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(withIndex, 10)), 16)); for (z zVar : withIndex) { @@ -79,7 +79,7 @@ public final class g implements c { } public static final /* synthetic */ List access$getPREDEFINED_STRINGS$cp() { - return f2656c; + return f2655c; } @Override // d0.e0.p.d.m0.f.z.c diff --git a/app/src/main/java/d0/e0/p/d/m0/f/b.java b/app/src/main/java/d0/e0/p/d/m0/f/b.java index fdb08d5fc5..260280bb06 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/b.java @@ -192,7 +192,7 @@ public final class b extends g implements o { public b r = b.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public List f2657s = Collections.emptyList(); + public List f2656s = Collections.emptyList(); public int t; public int u; @@ -242,10 +242,10 @@ public final class b extends g implements o { } c.h(cVar, this.r); if ((this.j & 256) == 256) { - this.f2657s = Collections.unmodifiableList(this.f2657s); + this.f2656s = Collections.unmodifiableList(this.f2656s); this.j &= -257; } - c.j(cVar, this.f2657s); + c.j(cVar, this.f2656s); if ((i & 512) == 512) { i2 |= 256; } @@ -302,15 +302,15 @@ public final class b extends g implements o { mergeAnnotation(cVar.getAnnotation()); } if (!c.i(cVar).isEmpty()) { - if (this.f2657s.isEmpty()) { - this.f2657s = c.i(cVar); + if (this.f2656s.isEmpty()) { + this.f2656s = c.i(cVar); this.j &= -257; } else { if ((this.j & 256) != 256) { - this.f2657s = new ArrayList(this.f2657s); + this.f2656s = new ArrayList(this.f2656s); this.j |= 256; } - this.f2657s.addAll(c.i(cVar)); + this.f2656s.addAll(c.i(cVar)); } } if (cVar.hasArrayDimensionCount()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/c.java b/app/src/main/java/d0/e0/p/d/m0/f/c.java index 4d22da0082..793fc3253d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/c.java @@ -66,20 +66,20 @@ public final class c extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public List f2659s = Collections.emptyList(); + public List f2658s = Collections.emptyList(); public List t = Collections.emptyList(); public List u = Collections.emptyList(); public List v = Collections.emptyList(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public List f2660x = Collections.emptyList(); + public List f2659x = Collections.emptyList(); /* renamed from: y reason: collision with root package name */ - public List f2661y = Collections.emptyList(); + public List f2660y = Collections.emptyList(); /* renamed from: z reason: collision with root package name */ - public t f2662z = t.getDefaultInstance(); + public t f2661z = t.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public c build() { @@ -122,10 +122,10 @@ public final class c extends g.d implements o { } c.z(cVar, this.r); if ((this.l & 64) == 64) { - this.f2659s = Collections.unmodifiableList(this.f2659s); + this.f2658s = Collections.unmodifiableList(this.f2658s); this.l &= -65; } - c.B(cVar, this.f2659s); + c.B(cVar, this.f2658s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -147,19 +147,19 @@ public final class c extends g.d implements o { } c.J(cVar, this.w); if ((this.l & 2048) == 2048) { - this.f2660x = Collections.unmodifiableList(this.f2660x); + this.f2659x = Collections.unmodifiableList(this.f2659x); this.l &= -2049; } - c.i(cVar, this.f2660x); + c.i(cVar, this.f2659x); if ((this.l & 4096) == 4096) { - this.f2661y = Collections.unmodifiableList(this.f2661y); + this.f2660y = Collections.unmodifiableList(this.f2660y); this.l &= -4097; } - c.k(cVar, this.f2661y); + c.k(cVar, this.f2660y); if ((i & 8192) == 8192) { i2 |= 8; } - c.l(cVar, this.f2662z); + c.l(cVar, this.f2661z); if ((this.l & 16384) == 16384) { this.A = Collections.unmodifiableList(this.A); this.l &= -16385; @@ -228,15 +228,15 @@ public final class c extends g.d implements o { } } if (!c.A(cVar).isEmpty()) { - if (this.f2659s.isEmpty()) { - this.f2659s = c.A(cVar); + if (this.f2658s.isEmpty()) { + this.f2658s = c.A(cVar); this.l &= -65; } else { if ((this.l & 64) != 64) { - this.f2659s = new ArrayList(this.f2659s); + this.f2658s = new ArrayList(this.f2658s); this.l |= 64; } - this.f2659s.addAll(c.A(cVar)); + this.f2658s.addAll(c.A(cVar)); } } if (!c.C(cVar).isEmpty()) { @@ -288,27 +288,27 @@ public final class c extends g.d implements o { } } if (!c.h(cVar).isEmpty()) { - if (this.f2660x.isEmpty()) { - this.f2660x = c.h(cVar); + if (this.f2659x.isEmpty()) { + this.f2659x = c.h(cVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2660x = new ArrayList(this.f2660x); + this.f2659x = new ArrayList(this.f2659x); this.l |= 2048; } - this.f2660x.addAll(c.h(cVar)); + this.f2659x.addAll(c.h(cVar)); } } if (!c.j(cVar).isEmpty()) { - if (this.f2661y.isEmpty()) { - this.f2661y = c.j(cVar); + if (this.f2660y.isEmpty()) { + this.f2660y = c.j(cVar); this.l &= -4097; } else { if ((this.l & 4096) != 4096) { - this.f2661y = new ArrayList(this.f2661y); + this.f2660y = new ArrayList(this.f2660y); this.l |= 4096; } - this.f2661y.addAll(c.j(cVar)); + this.f2660y.addAll(c.j(cVar)); } } if (cVar.hasTypeTable()) { @@ -359,10 +359,10 @@ public final class c extends g.d implements o { } public b mergeTypeTable(t tVar) { - if ((this.l & 8192) != 8192 || this.f2662z == t.getDefaultInstance()) { - this.f2662z = tVar; + if ((this.l & 8192) != 8192 || this.f2661z == t.getDefaultInstance()) { + this.f2661z = tVar; } else { - this.f2662z = t.newBuilder(this.f2662z).mergeFrom(tVar).buildPartial(); + this.f2661z = t.newBuilder(this.f2661z).mergeFrom(tVar).buildPartial(); } this.l |= 8192; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/i.java b/app/src/main/java/d0/e0/p/d/m0/f/i.java index 4e167bf484..3a9fba16ee 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/i.java @@ -57,14 +57,14 @@ public final class i extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2663s = q.getDefaultInstance(); + public q f2662s = q.getDefaultInstance(); public int t; public List u = Collections.emptyList(); public t v = t.getDefaultInstance(); public List w = Collections.emptyList(); /* renamed from: x reason: collision with root package name */ - public e f2664x = e.getDefaultInstance(); + public e f2663x = e.getDefaultInstance(); @Override // d0.e0.p.d.m0.i.n.a public i build() { @@ -107,7 +107,7 @@ public final class i extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - i.o(iVar, this.f2663s); + i.o(iVar, this.f2662s); if ((i & 128) == 128) { i2 |= 64; } @@ -129,7 +129,7 @@ public final class i extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 256; } - i.v(iVar, this.f2664x); + i.v(iVar, this.f2663x); i.w(iVar, i2); return iVar; } @@ -140,10 +140,10 @@ public final class i extends g.d implements o { } public b mergeContract(e eVar) { - if ((this.l & 2048) != 2048 || this.f2664x == e.getDefaultInstance()) { - this.f2664x = eVar; + if ((this.l & 2048) != 2048 || this.f2663x == e.getDefaultInstance()) { + this.f2663x = eVar; } else { - this.f2664x = e.newBuilder(this.f2664x).mergeFrom(eVar).buildPartial(); + this.f2663x = e.newBuilder(this.f2663x).mergeFrom(eVar).buildPartial(); } this.l |= 2048; return this; @@ -246,10 +246,10 @@ public final class i extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2663s == q.getDefaultInstance()) { - this.f2663s = qVar; + if ((this.l & 64) != 64 || this.f2662s == q.getDefaultInstance()) { + this.f2662s = qVar; } else { - this.f2663s = q.newBuilder(this.f2663s).mergeFrom(qVar).buildPartial(); + this.f2662s = q.newBuilder(this.f2662s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/n.java b/app/src/main/java/d0/e0/p/d/m0/f/n.java index cdc091814b..1ed3493d2f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/n.java @@ -55,14 +55,14 @@ public final class n extends g.d implements o { public List r = Collections.emptyList(); /* renamed from: s reason: collision with root package name */ - public q f2665s = q.getDefaultInstance(); + public q f2664s = q.getDefaultInstance(); public int t; public u u = u.getDefaultInstance(); public int v; public int w; /* renamed from: x reason: collision with root package name */ - public List f2666x = Collections.emptyList(); + public List f2665x = Collections.emptyList(); @Override // d0.e0.p.d.m0.i.n.a public n build() { @@ -105,7 +105,7 @@ public final class n extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - n.o(nVar, this.f2665s); + n.o(nVar, this.f2664s); if ((i & 128) == 128) { i2 |= 64; } @@ -123,10 +123,10 @@ public final class n extends g.d implements o { } n.s(nVar, this.w); if ((this.l & 2048) == 2048) { - this.f2666x = Collections.unmodifiableList(this.f2666x); + this.f2665x = Collections.unmodifiableList(this.f2665x); this.l &= -2049; } - n.u(nVar, this.f2666x); + n.u(nVar, this.f2665x); n.v(nVar, i2); return nVar; } @@ -183,15 +183,15 @@ public final class n extends g.d implements o { setSetterFlags(nVar.getSetterFlags()); } if (!n.t(nVar).isEmpty()) { - if (this.f2666x.isEmpty()) { - this.f2666x = n.t(nVar); + if (this.f2665x.isEmpty()) { + this.f2665x = n.t(nVar); this.l &= -2049; } else { if ((this.l & 2048) != 2048) { - this.f2666x = new ArrayList(this.f2666x); + this.f2665x = new ArrayList(this.f2665x); this.l |= 2048; } - this.f2666x.addAll(n.t(nVar)); + this.f2665x.addAll(n.t(nVar)); } } b(nVar); @@ -224,10 +224,10 @@ public final class n extends g.d implements o { } public b mergeReceiverType(q qVar) { - if ((this.l & 64) != 64 || this.f2665s == q.getDefaultInstance()) { - this.f2665s = qVar; + if ((this.l & 64) != 64 || this.f2664s == q.getDefaultInstance()) { + this.f2664s = qVar; } else { - this.f2665s = q.newBuilder(this.f2665s).mergeFrom(qVar).buildPartial(); + this.f2664s = q.newBuilder(this.f2664s).mergeFrom(qVar).buildPartial(); } this.l |= 64; return this; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/q.java b/app/src/main/java/d0/e0/p/d/m0/f/q.java index 7d98e4ad27..7325590c8e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/q.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/q.java @@ -429,20 +429,20 @@ public final class q extends g.d implements o { public int r; /* renamed from: s reason: collision with root package name */ - public int f2667s; + public int f2666s; public int t; public int u; public q v = q.getDefaultInstance(); public int w; /* renamed from: x reason: collision with root package name */ - public q f2668x = q.getDefaultInstance(); + public q f2667x = q.getDefaultInstance(); /* renamed from: y reason: collision with root package name */ - public int f2669y; + public int f2668y; /* renamed from: z reason: collision with root package name */ - public int f2670z; + public int f2669z; @Override // d0.e0.p.d.m0.i.n.a public q build() { @@ -485,7 +485,7 @@ public final class q extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - q.o(qVar, this.f2667s); + q.o(qVar, this.f2666s); if ((i & 128) == 128) { i2 |= 64; } @@ -505,15 +505,15 @@ public final class q extends g.d implements o { if ((i & 2048) == 2048) { i2 |= 1024; } - q.t(qVar, this.f2668x); + q.t(qVar, this.f2667x); if ((i & 4096) == 4096) { i2 |= 2048; } - q.u(qVar, this.f2669y); + q.u(qVar, this.f2668y); if ((i & 8192) == 8192) { i2 |= 4096; } - q.v(qVar, this.f2670z); + q.v(qVar, this.f2669z); q.w(qVar, i2); return qVar; } @@ -524,10 +524,10 @@ public final class q extends g.d implements o { } public c mergeAbbreviatedType(q qVar) { - if ((this.l & 2048) != 2048 || this.f2668x == q.getDefaultInstance()) { - this.f2668x = qVar; + if ((this.l & 2048) != 2048 || this.f2667x == q.getDefaultInstance()) { + this.f2667x = qVar; } else { - this.f2668x = q.newBuilder(this.f2668x).mergeFrom(qVar).buildPartial(); + this.f2667x = q.newBuilder(this.f2667x).mergeFrom(qVar).buildPartial(); } this.l |= 2048; return this; @@ -639,7 +639,7 @@ public final class q extends g.d implements o { public c setAbbreviatedTypeId(int i) { this.l |= 4096; - this.f2669y = i; + this.f2668y = i; return this; } @@ -651,7 +651,7 @@ public final class q extends g.d implements o { public c setFlags(int i) { this.l |= 8192; - this.f2670z = i; + this.f2669z = i; return this; } @@ -687,7 +687,7 @@ public final class q extends g.d implements o { public c setTypeParameter(int i) { this.l |= 64; - this.f2667s = i; + this.f2666s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/r.java b/app/src/main/java/d0/e0/p/d/m0/f/r.java index 2e5020cfd8..3a32808f23 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/r.java @@ -52,7 +52,7 @@ public final class r extends g.d implements o { public q r = q.getDefaultInstance(); /* renamed from: s reason: collision with root package name */ - public int f2671s; + public int f2670s; public List t = Collections.emptyList(); public List u = Collections.emptyList(); @@ -97,7 +97,7 @@ public final class r extends g.d implements o { if ((i & 64) == 64) { i2 |= 32; } - r.o(rVar, this.f2671s); + r.o(rVar, this.f2670s); if ((this.l & 128) == 128) { this.t = Collections.unmodifiableList(this.t); this.l &= -129; @@ -226,7 +226,7 @@ public final class r extends g.d implements o { public b setExpandedTypeId(int i) { this.l |= 64; - this.f2671s = i; + this.f2670s = i; return this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java index a2a1a15adc..3d3a8af718 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/y/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/y/b.java @@ -20,7 +20,7 @@ public final class b { public static final g.f> b; /* renamed from: c reason: collision with root package name */ - public static final g.f> f2672c; + public static final g.f> f2671c; public static final g.f> d; public static final g.f> e; public static final g.f> f; @@ -36,7 +36,7 @@ public final class b { d0.e0.p.d.m0.f.b defaultInstance2 = d0.e0.p.d.m0.f.b.getDefaultInstance(); w.b bVar = w.b.MESSAGE; b = g.newRepeatedGeneratedExtension(defaultInstance, defaultInstance2, null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); - f2672c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); + f2671c = g.newRepeatedGeneratedExtension(d.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); d = g.newRepeatedGeneratedExtension(i.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); e = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, FontUtils.MAX_FONT_SCALING, bVar, false, d0.e0.p.d.m0.f.b.class); f = g.newRepeatedGeneratedExtension(n.getDefaultInstance(), d0.e0.p.d.m0.f.b.getDefaultInstance(), null, 152, bVar, false, d0.e0.p.d.m0.f.b.class); @@ -51,7 +51,7 @@ public final class b { public static void registerAllExtensions(e eVar) { eVar.add(a); eVar.add(b); - eVar.add(f2672c); + eVar.add(f2671c); eVar.add(d); eVar.add(e); eVar.add(f); diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java index 99025188ab..bb4ffceff2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/a.java @@ -15,7 +15,7 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2673c; + public final int f2672c; public final int d; public final List e; @@ -37,7 +37,7 @@ public abstract class a { int i = -1; this.b = orNull == null ? -1 : orNull.intValue(); Integer orNull2 = k.getOrNull(iArr, 1); - this.f2673c = orNull2 == null ? -1 : orNull2.intValue(); + this.f2672c = orNull2 == null ? -1 : orNull2.intValue(); Integer orNull3 = k.getOrNull(iArr, 2); this.d = orNull3 != null ? orNull3.intValue() : i; this.e = iArr.length > 3 ? u.toList(j.asList(iArr).subList(3, iArr.length)) : n.emptyList(); @@ -47,10 +47,10 @@ public abstract class a { m.checkNotNullParameter(aVar, "ourVersion"); int i = this.b; if (i == 0) { - if (aVar.b == 0 && this.f2673c == aVar.f2673c) { + if (aVar.b == 0 && this.f2672c == aVar.f2672c) { return true; } - } else if (i == aVar.b && this.f2673c <= aVar.f2673c) { + } else if (i == aVar.b && this.f2672c <= aVar.f2672c) { return true; } return false; @@ -59,7 +59,7 @@ public abstract class a { public boolean equals(Object obj) { if (obj != null && m.areEqual(getClass(), obj.getClass())) { a aVar = (a) obj; - if (this.b == aVar.b && this.f2673c == aVar.f2673c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { + if (this.b == aVar.b && this.f2672c == aVar.f2672c && this.d == aVar.d && m.areEqual(this.e, aVar.e)) { return true; } } @@ -71,12 +71,12 @@ public abstract class a { } public final int getMinor() { - return this.f2673c; + return this.f2672c; } public int hashCode() { int i = this.b; - int i2 = (i * 31) + this.f2673c + i; + int i2 = (i * 31) + this.f2672c + i; int i3 = (i2 * 31) + this.d + i2; return this.e.hashCode() + (i3 * 31) + i3; } @@ -89,7 +89,7 @@ public abstract class a { if (i4 < i) { return false; } - int i5 = this.f2673c; + int i5 = this.f2672c; if (i5 > i2) { return true; } @@ -98,7 +98,7 @@ public abstract class a { public final boolean isAtLeast(a aVar) { m.checkNotNullParameter(aVar, "version"); - return isAtLeast(aVar.b, aVar.f2673c, aVar.d); + return isAtLeast(aVar.b, aVar.f2672c, aVar.d); } public final boolean isAtMost(int i, int i2, int i3) { @@ -109,7 +109,7 @@ public abstract class a { if (i4 > i) { return false; } - int i5 = this.f2673c; + int i5 = this.f2672c; if (i5 < i2) { return true; } diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java index a2d06d4eff..50819bcaf3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/b.java @@ -24,7 +24,7 @@ public class b { public static final C0257b b; /* renamed from: c reason: collision with root package name */ - public static final d f2674c; + public static final d f2673c; public static final d d; public static final d e; public static final C0257b f; @@ -42,20 +42,20 @@ public class b { public static final C0257b r; /* renamed from: s reason: collision with root package name */ - public static final C0257b f2675s; + public static final C0257b f2674s; public static final C0257b t; public static final C0257b u; public static final C0257b v; public static final C0257b w; /* renamed from: x reason: collision with root package name */ - public static final C0257b f2676x; + public static final C0257b f2675x; /* renamed from: y reason: collision with root package name */ - public static final C0257b f2677y; + public static final C0257b f2676y; /* renamed from: z reason: collision with root package name */ - public static final C0257b f2678z; + public static final C0257b f2677z; /* compiled from: Flags */ /* renamed from: d0.e0.p.d.m0.f.z.b$b reason: collision with other inner class name */ @@ -85,7 +85,7 @@ public class b { public static class c extends d { /* renamed from: c reason: collision with root package name */ - public final E[] f2679c; + public final E[] f2678c; /* JADX WARNING: Illegal instructions before constructor call */ public c(int i, E[] eArr) { @@ -103,7 +103,7 @@ public class b { P.append(eArr.getClass()); throw new IllegalStateException(P.toString()); } - this.f2679c = eArr; + this.f2678c = eArr; return; } throw new IllegalArgumentException(String.format("Argument for @NotNull parameter '%s' of %s.%s must not be null", "enumEntries", "kotlin/reflect/jvm/internal/impl/metadata/deserialization/Flags$EnumLiteFlagField", "bitWidth")); @@ -113,7 +113,7 @@ public class b { public E get(int i) { int i2 = this.a; int i3 = (i & (((1 << this.b) - 1) << i2)) >> i2; - E[] eArr = this.f2679c; + E[] eArr = this.f2678c; for (E e : eArr) { if (e.getNumber() == i3) { return e; @@ -165,7 +165,7 @@ public class b { C0257b booleanFirst = d.booleanFirst(); b = booleanFirst; d after = d.after(booleanFirst, x.values()); - f2674c = after; + f2673c = after; d after2 = d.after(after, k.values()); d = after2; d after3 = d.after(after2, c.EnumC0252c.values()); @@ -195,7 +195,7 @@ public class b { C0257b booleanAfter10 = d.booleanAfter(booleanAfter9); r = booleanAfter10; C0257b booleanAfter11 = d.booleanAfter(booleanAfter10); - f2675s = booleanAfter11; + f2674s = booleanAfter11; C0257b booleanAfter12 = d.booleanAfter(booleanAfter11); t = booleanAfter12; C0257b booleanAfter13 = d.booleanAfter(booleanAfter12); @@ -204,11 +204,11 @@ public class b { C0257b booleanAfter14 = d.booleanAfter(after4); w = booleanAfter14; C0257b booleanAfter15 = d.booleanAfter(booleanAfter14); - f2676x = booleanAfter15; + f2675x = booleanAfter15; C0257b booleanAfter16 = d.booleanAfter(booleanAfter15); - f2677y = booleanAfter16; + f2676y = booleanAfter16; C0257b booleanAfter17 = d.booleanAfter(booleanAfter16); - f2678z = booleanAfter17; + f2677z = booleanAfter17; C0257b booleanAfter18 = d.booleanAfter(booleanAfter17); A = booleanAfter18; C0257b booleanAfter19 = d.booleanAfter(booleanAfter18); @@ -292,7 +292,7 @@ public class b { a(10); throw null; } else if (kVar != null) { - return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2674c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); + return b.toFlags(Boolean.valueOf(z2)) | d.toFlags(kVar) | f2673c.toFlags(xVar) | I.toFlags(Boolean.valueOf(z3)) | J.toFlags(Boolean.valueOf(z4)) | K.toFlags(Boolean.valueOf(z5)); } else { a(11); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java index ee550d0705..d834121cc1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/h.java @@ -18,7 +18,7 @@ public final class h { public final b b; /* renamed from: c reason: collision with root package name */ - public final v.d f2680c; + public final v.d f2679c; public final d0.a d; public final Integer e; public final String f; @@ -95,7 +95,7 @@ public final class h { public static final b b = new b(256, 256, 256); /* renamed from: c reason: collision with root package name */ - public final int f2681c; + public final int f2680c; public final int d; public final int e; @@ -110,7 +110,7 @@ public final class h { } public b(int i, int i2, int i3) { - this.f2681c = i; + this.f2680c = i; this.d = i2; this.e = i3; } @@ -125,12 +125,12 @@ public final class h { StringBuilder sb; if (this.e == 0) { sb = new StringBuilder(); - sb.append(this.f2681c); + sb.append(this.f2680c); sb.append('.'); i = this.d; } else { sb = new StringBuilder(); - sb.append(this.f2681c); + sb.append(this.f2680c); sb.append('.'); sb.append(this.d); sb.append('.'); @@ -148,11 +148,11 @@ public final class h { return false; } b bVar = (b) obj; - return this.f2681c == bVar.f2681c && this.d == bVar.d && this.e == bVar.e; + return this.f2680c == bVar.f2680c && this.d == bVar.d && this.e == bVar.e; } public int hashCode() { - return (((this.f2681c * 31) + this.d) * 31) + this.e; + return (((this.f2680c * 31) + this.d) * 31) + this.e; } public String toString() { @@ -165,14 +165,14 @@ public final class h { m.checkNotNullParameter(dVar, "kind"); m.checkNotNullParameter(aVar, "level"); this.b = bVar; - this.f2680c = dVar; + this.f2679c = dVar; this.d = aVar; this.e = num; this.f = str; } public final v.d getKind() { - return this.f2680c; + return this.f2679c; } public final b getVersion() { diff --git a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java index c5e74aaded..18d70d80f0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/f/z/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/f/z/i.java @@ -13,7 +13,7 @@ public final class i { public static final i b = new i(n.emptyList()); /* renamed from: c reason: collision with root package name */ - public final List f2682c; + public final List f2681c; /* compiled from: VersionRequirement.kt */ public static final class a { @@ -36,11 +36,11 @@ public final class i { } public i(List list) { - this.f2682c = list; + this.f2681c = list; } public i(List list, DefaultConstructorMarker defaultConstructorMarker) { - this.f2682c = list; + this.f2681c = list; } public static final /* synthetic */ i access$getEMPTY$cp() { @@ -48,6 +48,6 @@ public final class i { } public final v get(int i) { - return (v) u.getOrNull(this.f2682c, i); + return (v) u.getOrNull(this.f2681c, i); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/a.java b/app/src/main/java/d0/e0/p/d/m0/g/a.java index 92ba5a7d09..e4a86eb3e0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/a.java @@ -10,7 +10,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final boolean f2683c; + public final boolean f2682c; public a(b bVar, b bVar2, boolean z2) { if (bVar == null) { @@ -19,7 +19,7 @@ public final class a { } else if (bVar2 != null) { this.a = bVar; this.b = bVar2; - this.f2683c = z2; + this.f2682c = z2; } else { a(2); throw null; @@ -178,7 +178,7 @@ public final class a { public a createNestedClassId(e eVar) { if (eVar != null) { - return new a(getPackageFqName(), this.b.child(eVar), this.f2683c); + return new a(getPackageFqName(), this.b.child(eVar), this.f2682c); } a(8); throw null; @@ -192,7 +192,7 @@ public final class a { return false; } a aVar = (a) obj; - return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2683c == aVar.f2683c; + return this.a.equals(aVar.a) && this.b.equals(aVar.b) && this.f2682c == aVar.f2682c; } public a getOuterClassId() { @@ -200,7 +200,7 @@ public final class a { if (parent.isRoot()) { return null; } - return new a(getPackageFqName(), parent, this.f2683c); + return new a(getPackageFqName(), parent, this.f2682c); } public b getPackageFqName() { @@ -232,11 +232,11 @@ public final class a { public int hashCode() { int hashCode = this.b.hashCode(); - return Boolean.valueOf(this.f2683c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); + return Boolean.valueOf(this.f2682c).hashCode() + ((hashCode + (this.a.hashCode() * 31)) * 31); } public boolean isLocal() { - return this.f2683c; + return this.f2682c; } public boolean isNestedClass() { diff --git a/app/src/main/java/d0/e0/p/d/m0/g/b.java b/app/src/main/java/d0/e0/p/d/m0/g/b.java index 6aaa6fe7f2..6a28ac79a9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/b.java @@ -8,7 +8,7 @@ public final class b { public final c b; /* renamed from: c reason: collision with root package name */ - public transient b f2684c; + public transient b f2683c; public b(c cVar) { if (cVar != null) { @@ -22,7 +22,7 @@ public final class b { public b(c cVar, b bVar) { if (cVar != null) { this.b = cVar; - this.f2684c = bVar; + this.f2683c = bVar; return; } a(3); @@ -209,7 +209,7 @@ public final class b { } public b parent() { - b bVar = this.f2684c; + b bVar = this.f2683c; if (bVar != null) { if (bVar != null) { return bVar; @@ -218,7 +218,7 @@ public final class b { throw null; } else if (!isRoot()) { b bVar2 = new b(this.b.parent()); - this.f2684c = bVar2; + this.f2683c = bVar2; if (bVar2 != null) { return bVar2; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/c.java b/app/src/main/java/d0/e0/p/d/m0/g/c.java index d3490d55cb..b88073f29f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/c.java @@ -12,7 +12,7 @@ public final class c { public static final Pattern b = Pattern.compile("\\."); /* renamed from: c reason: collision with root package name */ - public static final Function1 f2685c = new a(); + public static final Function1 f2684c = new a(); public final String d; public transient b e; public transient c f; @@ -296,7 +296,7 @@ public final class c { } public List pathSegments() { - List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2685c); + List emptyList = isRoot() ? Collections.emptyList() : k.map(b.split(this.d), f2684c); if (emptyList != null) { return emptyList; } diff --git a/app/src/main/java/d0/e0/p/d/m0/g/g.java b/app/src/main/java/d0/e0/p/d/m0/g/g.java index 865aa0a328..1510637070 100644 --- a/app/src/main/java/d0/e0/p/d/m0/g/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/g/g.java @@ -7,7 +7,7 @@ public class g { public static final e b = e.identifier("Companion"); /* renamed from: c reason: collision with root package name */ - public static final e f2686c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); + public static final e f2685c = e.identifier("no_name_in_PSI_3d19d79d_1ba9_4cd0_b7f5_b46aa3cd5d40"); static { e.special(""); @@ -47,7 +47,7 @@ public class g { public static e safeIdentifier(e eVar) { if (eVar == null || eVar.isSpecial()) { - eVar = f2686c; + eVar = f2685c; } if (eVar != null) { return eVar; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/d.java b/app/src/main/java/d0/e0/p/d/m0/i/d.java index 940387f842..fc0de6fd1c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f2687c = 0; + public int f2686c = 0; public int d; public int e = 0; public final InputStream f; @@ -82,9 +82,9 @@ public final class d { throw InvalidProtocolBufferException.c(); } else if (i < 4096) { byte[] bArr = new byte[i]; - int i6 = this.f2687c - i3; + int i6 = this.f2686c - i3; System.arraycopy(this.a, i3, bArr, 0, i6); - int i7 = this.f2687c; + int i7 = this.f2686c; this.e = i7; int i8 = i - i6; if (i7 - i7 >= i8 || e(i8)) { @@ -94,10 +94,10 @@ public final class d { } throw InvalidProtocolBufferException.c(); } else { - int i9 = this.f2687c; + int i9 = this.f2686c; this.h = i2 + i9; this.e = 0; - this.f2687c = 0; + this.f2686c = 0; int i10 = i9 - i3; int i11 = i - i10; ArrayList arrayList = new ArrayList(); @@ -148,14 +148,14 @@ public final class d { } public final void c() { - int i = this.f2687c + this.d; - this.f2687c = i; + int i = this.f2686c + this.d; + this.f2686c = i; int i2 = this.h + i; int i3 = this.i; if (i2 > i3) { int i4 = i2 - i3; this.d = i4; - this.f2687c = i - i4; + this.f2686c = i - i4; return; } this.d = 0; @@ -176,7 +176,7 @@ public final class d { public final boolean e(int i) throws IOException { int i2 = this.e; int i3 = i2 + i; - int i4 = this.f2687c; + int i4 = this.f2686c; if (i3 > i4) { if (this.h + i2 + i <= this.i && this.f != null) { if (i2 > 0) { @@ -185,12 +185,12 @@ public final class d { System.arraycopy(bArr, i2, bArr, 0, i4 - i2); } this.h += i2; - this.f2687c -= i2; + this.f2686c -= i2; this.e = 0; } InputStream inputStream = this.f; byte[] bArr2 = this.a; - int i5 = this.f2687c; + int i5 = this.f2686c; int read = inputStream.read(bArr2, i5, bArr2.length - i5); if (read == 0 || read < -1 || read > this.a.length) { StringBuilder sb = new StringBuilder(102); @@ -199,10 +199,10 @@ public final class d { sb.append("\nThe InputStream implementation is buggy."); throw new IllegalStateException(sb.toString()); } else if (read > 0) { - this.f2687c += read; + this.f2686c += read; if ((this.h + i) - 67108864 <= 0) { c(); - if (this.f2687c >= i) { + if (this.f2686c >= i) { return true; } return e(i); @@ -228,7 +228,7 @@ public final class d { } public boolean isAtEnd() throws IOException { - return this.e == this.f2687c && !e(1); + return this.e == this.f2686c && !e(1); } public void popLimit(int i) { @@ -256,7 +256,7 @@ public final class d { public c readBytes() throws IOException { int readRawVarint32 = readRawVarint32(); - int i = this.f2687c; + int i = this.f2686c; int i2 = this.e; if (readRawVarint32 > i - i2 || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? c.i : new m(a(readRawVarint32)); @@ -336,7 +336,7 @@ public final class d { } public byte readRawByte() throws IOException { - if (this.e == this.f2687c) { + if (this.e == this.f2686c) { d(1); } byte[] bArr = this.a; @@ -347,7 +347,7 @@ public final class d { public int readRawLittleEndian32() throws IOException { int i = this.e; - if (this.f2687c - i < 4) { + if (this.f2686c - i < 4) { d(4); i = this.e; } @@ -358,7 +358,7 @@ public final class d { public long readRawLittleEndian64() throws IOException { int i = this.e; - if (this.f2687c - i < 8) { + if (this.f2686c - i < 8) { d(8); i = this.e; } @@ -374,7 +374,7 @@ public final class d { int i; long j; int i2 = this.e; - int i3 = this.f2687c; + int i3 = this.f2686c; if (i3 != i2) { byte[] bArr = this.a; int i4 = i2 + 1; @@ -443,7 +443,7 @@ public final class d { long j2; long j3; int i = this.e; - int i2 = this.f2687c; + int i2 = this.f2686c; if (i2 != i) { byte[] bArr = this.a; int i3 = i + 1; @@ -530,7 +530,7 @@ public final class d { public String readString() throws IOException { int readRawVarint32 = readRawVarint32(); - if (readRawVarint32 > this.f2687c - this.e || readRawVarint32 <= 0) { + if (readRawVarint32 > this.f2686c - this.e || readRawVarint32 <= 0) { return readRawVarint32 == 0 ? "" : new String(a(readRawVarint32), Constants.ENCODING); } String str = new String(this.a, this.e, readRawVarint32, Constants.ENCODING); @@ -542,7 +542,7 @@ public final class d { byte[] bArr; int readRawVarint32 = readRawVarint32(); int i = this.e; - if (readRawVarint32 <= this.f2687c - i && readRawVarint32 > 0) { + if (readRawVarint32 <= this.f2686c - i && readRawVarint32 > 0) { bArr = this.a; this.e = i + readRawVarint32; } else if (readRawVarint32 == 0) { @@ -626,7 +626,7 @@ public final class d { } public void skipRawBytes(int i) throws IOException { - int i2 = this.f2687c; + int i2 = this.f2686c; int i3 = this.e; if (i <= i2 - i3 && i >= 0) { this.e = i3 + i; @@ -640,7 +640,7 @@ public final class d { d(1); while (true) { int i8 = i - i7; - int i9 = this.f2687c; + int i9 = this.f2686c; if (i8 > i9) { i7 += i9; this.e = i9; diff --git a/app/src/main/java/d0/e0/p/d/m0/i/f.java b/app/src/main/java/d0/e0/p/d/m0/i/f.java index fa936e6f75..0cb664730c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/f.java @@ -18,7 +18,7 @@ public final class f> { public final t b; /* renamed from: c reason: collision with root package name */ - public boolean f2688c; + public boolean f2687c; public boolean d = false; /* compiled from: FieldSet */ @@ -504,9 +504,9 @@ public final class f> { } public void makeImmutable() { - if (!this.f2688c) { + if (!this.f2687c) { this.b.makeImmutable(); - this.f2688c = true; + this.f2687c = true; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/i/g.java b/app/src/main/java/d0/e0/p/d/m0/i/g.java index e6bfd284e0..6484ec8e58 100644 --- a/app/src/main/java/d0/e0/p/d/m0/i/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/i/g.java @@ -63,7 +63,7 @@ public abstract class g extends a implements Serializable { public Map.Entry b; /* renamed from: c reason: collision with root package name */ - public final boolean f2689c; + public final boolean f2688c; public a(boolean z2, a aVar) { Iterator> it = d.a(d.this).iterator(); @@ -71,7 +71,7 @@ public abstract class g extends a implements Serializable { if (it.hasNext()) { this.b = it.next(); } - this.f2689c = z2; + this.f2688c = z2; } public void writeUntil(int i, CodedOutputStream codedOutputStream) throws IOException { @@ -79,7 +79,7 @@ public abstract class g extends a implements Serializable { Map.Entry entry = this.b; if (entry != null && entry.getKey().getNumber() < i) { e key = this.b.getKey(); - if (!this.f2689c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { + if (!this.f2688c || key.getLiteJavaType() != w.c.MESSAGE || key.isRepeated()) { f.writeField(key, this.b.getValue(), codedOutputStream); } else { codedOutputStream.writeMessageSetExtension(key.getNumber(), (n) this.b.getValue()); @@ -315,7 +315,7 @@ public abstract class g extends a implements Serializable { public final Type b; /* renamed from: c reason: collision with root package name */ - public final n f2690c; + public final n f2689c; public final e d; public final Method e; @@ -327,7 +327,7 @@ public abstract class g extends a implements Serializable { } else { this.a = containingtype; this.b = type; - this.f2690c = nVar; + this.f2689c = nVar; this.d = eVar; if (h.a.class.isAssignableFrom(cls)) { try { @@ -374,7 +374,7 @@ public abstract class g extends a implements Serializable { } public n getMessageDefaultInstance() { - return this.f2690c; + return this.f2689c; } public int getNumber() { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/c.java b/app/src/main/java/d0/e0/p/d/m0/j/c.java index 121b6d04a7..2cb55b92ce 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/c.java @@ -18,7 +18,7 @@ public abstract class c { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final c f2695c; + public static final c f2694c; /* compiled from: DescriptorRenderer.kt */ public static final class a extends o implements Function1 { @@ -361,7 +361,7 @@ public abstract class c { b = kVar.withOptions(f.i); kVar.withOptions(g.i); kVar.withOptions(j.i); - f2695c = kVar.withOptions(e.i); + f2694c = kVar.withOptions(e.i); kVar.withOptions(h.i); } diff --git a/app/src/main/java/d0/e0/p/d/m0/j/d.java b/app/src/main/java/d0/e0/p/d/m0/j/d.java index 738027f9fa..c9d3199fbd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/d.java @@ -319,7 +319,7 @@ public final class d extends c implements h { public final void invoke(h hVar) { m.checkNotNullParameter(hVar, ""); - hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2523x))); + hVar.setExcludedTypeAnnotationClasses(d0.t.o0.plus((Set) hVar.getExcludedTypeAnnotationClasses(), (Iterable) d0.t.m.listOf(k.a.f2522x))); hVar.setAnnotationArgumentsRenderingPolicy(a.ALWAYS_PARENTHESIZED); } } @@ -1322,7 +1322,7 @@ public final class d extends c implements h { Set excludedTypeAnnotationClasses = aVar instanceof d0.e0.p.d.m0.n.c0 ? getExcludedTypeAnnotationClasses() : getExcludedAnnotationClasses(); Function1 annotationFilter = getAnnotationFilter(); for (d0.e0.p.d.m0.c.g1.c cVar : aVar.getAnnotations()) { - if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2524y)) { + if (!d0.t.u.contains(excludedTypeAnnotationClasses, cVar.getFqName()) && !m.areEqual(cVar.getFqName(), k.a.f2523y)) { if (annotationFilter == null || annotationFilter.invoke(cVar).booleanValue()) { sb.append(renderAnnotation(cVar, eVar)); if (getEachAnnotationOnNewLine()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/j/i.java b/app/src/main/java/d0/e0/p/d/m0/j/i.java index 47e2fe296d..b4c3972acf 100644 --- a/app/src/main/java/d0/e0/p/d/m0/j/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/j/i.java @@ -46,7 +46,7 @@ public final class i implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public final ReadWriteProperty f2699c; + public final ReadWriteProperty f2698c; public final ReadWriteProperty d; public final ReadWriteProperty e; public final ReadWriteProperty f; @@ -64,20 +64,20 @@ public final class i implements h { public final ReadWriteProperty r; /* renamed from: s reason: collision with root package name */ - public final ReadWriteProperty f2700s; + public final ReadWriteProperty f2699s; public final ReadWriteProperty t; public final ReadWriteProperty u; public final ReadWriteProperty v; public final ReadWriteProperty w; /* renamed from: x reason: collision with root package name */ - public final ReadWriteProperty f2701x; + public final ReadWriteProperty f2700x; /* renamed from: y reason: collision with root package name */ - public final ReadWriteProperty f2702y; + public final ReadWriteProperty f2701y; /* renamed from: z reason: collision with root package name */ - public final ReadWriteProperty f2703z; + public final ReadWriteProperty f2702z; /* compiled from: DescriptorRendererOptionsImpl.kt */ public static final class a extends o implements Function1 { @@ -109,7 +109,7 @@ public final class i implements h { public i() { b.c cVar = b.c.a; - this.f2699c = new j(cVar, cVar, this); + this.f2698c = new j(cVar, cVar, this); Boolean bool = Boolean.TRUE; this.d = new j(bool, bool, this); this.e = new j(bool, bool, this); @@ -128,16 +128,16 @@ public final class i implements h { this.p = new j(bool, bool, this); this.q = new j(bool, bool, this); this.r = new j(bool2, bool2, this); - this.f2700s = new j(bool2, bool2, this); + this.f2699s = new j(bool2, bool2, this); this.t = new j(bool2, bool2, this); this.u = new j(bool2, bool2, this); this.v = new j(bool2, bool2, this); this.w = new j(bool2, bool2, this); - this.f2701x = new j(bool2, bool2, this); + this.f2700x = new j(bool2, bool2, this); b bVar = b.i; - this.f2702y = new j(bVar, bVar, this); + this.f2701y = new j(bVar, bVar, this); a aVar = a.i; - this.f2703z = new j(aVar, aVar, this); + this.f2702z = new j(aVar, aVar, this); this.A = new j(bool, bool, this); m mVar = m.RENDER_OPEN; this.B = new j(mVar, mVar, this); @@ -226,7 +226,7 @@ public final class i implements h { } public b getClassifierNamePolicy() { - return (b) this.f2699c.getValue(this, a[0]); + return (b) this.f2698c.getValue(this, a[0]); } @Override // d0.e0.p.d.m0.j.h @@ -235,7 +235,7 @@ public final class i implements h { } public Function1 getDefaultParameterValueRenderer() { - return (Function1) this.f2703z.getValue(this, a[23]); + return (Function1) this.f2702z.getValue(this, a[23]); } public boolean getEachAnnotationOnNewLine() { @@ -333,7 +333,7 @@ public final class i implements h { } public boolean getRenderPrimaryConstructorParametersAsProperties() { - return ((Boolean) this.f2700s.getValue(this, a[16])).booleanValue(); + return ((Boolean) this.f2699s.getValue(this, a[16])).booleanValue(); } public boolean getRenderTypeExpansions() { @@ -361,7 +361,7 @@ public final class i implements h { } public Function1 getTypeNormalizer() { - return (Function1) this.f2702y.getValue(this, a[22]); + return (Function1) this.f2701y.getValue(this, a[22]); } public boolean getUninferredTypeParameterAsName() { @@ -393,7 +393,7 @@ public final class i implements h { } public boolean getWithoutSuperTypes() { - return ((Boolean) this.f2701x.getValue(this, a[21])).booleanValue(); + return ((Boolean) this.f2700x.getValue(this, a[21])).booleanValue(); } public boolean getWithoutTypeParameters() { @@ -417,7 +417,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setClassifierNamePolicy(b bVar) { m.checkNotNullParameter(bVar, ""); - this.f2699c.setValue(this, a[0], bVar); + this.f2698c.setValue(this, a[0], bVar); } @Override // d0.e0.p.d.m0.j.h @@ -471,7 +471,7 @@ public final class i implements h { @Override // d0.e0.p.d.m0.j.h public void setWithoutSuperTypes(boolean z2) { - this.f2701x.setValue(this, a[21], Boolean.valueOf(z2)); + this.f2700x.setValue(this, a[21], Boolean.valueOf(z2)); } @Override // d0.e0.p.d.m0.j.h diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java index de9625f0c2..cf95813a66 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/b.java @@ -23,7 +23,7 @@ public final class b implements i { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final String f2704c; + public final String f2703c; public final i[] d; /* compiled from: ChainedMemberScope.kt */ @@ -64,7 +64,7 @@ public final class b implements i { } public b(String str, i[] iVarArr, DefaultConstructorMarker defaultConstructorMarker) { - this.f2704c = str; + this.f2703c = str; this.d = iVarArr; } @@ -193,6 +193,6 @@ public final class b implements i { } public String toString() { - return this.f2704c; + return this.f2703c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java index a47856670f..073575e9c9 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/d.java @@ -17,7 +17,7 @@ public final class d { public static int b = 1; /* renamed from: c reason: collision with root package name */ - public static final int f2705c; + public static final int f2704c; public static final int d; public static final int e; public static final int f; @@ -35,7 +35,7 @@ public final class d { public static final List r; /* renamed from: s reason: collision with root package name */ - public static final List f2706s; + public static final List f2705s; public final List t; public final int u; @@ -119,7 +119,7 @@ public final class d { a.C0265a aVar2; a aVar3 = new a(null); a = aVar3; - f2705c = a.access$nextMask(aVar3); + f2704c = a.access$nextMask(aVar3); d = a.access$nextMask(aVar3); e = a.access$nextMask(aVar3); f = a.access$nextMask(aVar3); @@ -194,7 +194,7 @@ public final class d { arrayList5.add(aVar); } } - f2706s = arrayList5; + f2705s = arrayList5; } /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ @@ -230,7 +230,7 @@ public final class d { } public static final /* synthetic */ int access$getNON_SINGLETON_CLASSIFIERS_MASK$cp() { - return f2705c; + return f2704c; } public static final /* synthetic */ int access$getNextMaskValue$cp() { @@ -305,7 +305,7 @@ public final class d { a.C0265a aVar = (a.C0265a) obj; String name = aVar == null ? null : aVar.getName(); if (name == null) { - List list = f2706s; + List list = f2705s; ArrayList arrayList = new ArrayList(); for (a.C0265a aVar2 : list) { String name2 = acceptsKinds(aVar2.getMask()) ? aVar2.getName() : null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java index 6e94d8c284..2ac16a0c48 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/e.java @@ -32,7 +32,7 @@ public abstract class e extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(e.class), "allDescriptors", "getAllDescriptors()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final d0.e0.p.d.m0.c.e f2707c; + public final d0.e0.p.d.m0.c.e f2706c; public final j d; /* compiled from: GivenFunctionsMemberScope.kt */ @@ -57,7 +57,7 @@ public abstract class e extends j { public e(d0.e0.p.d.m0.m.o oVar, d0.e0.p.d.m0.c.e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2707c = eVar; + this.f2706c = eVar; this.d = oVar.createLazyValue(new a(this)); } @@ -69,7 +69,7 @@ public abstract class e extends j { ?? r5; Objects.requireNonNull(eVar); ArrayList arrayList = new ArrayList(3); - Collection supertypes = eVar.f2707c.getTypeConstructor().getSupertypes(); + Collection supertypes = eVar.f2706c.getTypeConstructor().getSupertypes(); d0.z.d.m.checkNotNullExpressionValue(supertypes, "containingClass.typeConstructor.supertypes"); ArrayList arrayList2 = new ArrayList(); for (c0 c0Var : supertypes) { @@ -121,7 +121,7 @@ public abstract class e extends j { } else { r5 = n.emptyList(); } - r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2707c, new f(arrayList, eVar)); + r4.generateOverridesInFunctionGroup(eVar2, list2, r5, eVar.f2706c, new f(arrayList, eVar)); } } return d0.e0.p.d.m0.p.a.compact(arrayList); diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java index 95fb0fe5fb..4c7fb3e7ef 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/f.java @@ -26,6 +26,6 @@ public final class f extends i { public void conflict(b bVar, b bVar2) { d0.z.d.m.checkNotNullParameter(bVar, "fromSuper"); d0.z.d.m.checkNotNullParameter(bVar2, "fromCurrent"); - throw new IllegalStateException(("Conflict in scope of " + this.b.f2707c + ": " + bVar + " vs " + bVar2).toString()); + throw new IllegalStateException(("Conflict in scope of " + this.b.f2706c + ": " + bVar + " vs " + bVar2).toString()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java index a4734592f7..263f2c1c24 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/m.java @@ -21,7 +21,7 @@ public final class m extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(m.class), "functions", "getFunctions()Ljava/util/List;"))}; /* renamed from: c reason: collision with root package name */ - public final e f2708c; + public final e f2707c; public final j d; /* compiled from: StaticScopeForKotlinEnum.kt */ @@ -45,14 +45,14 @@ public final class m extends j { public m(d0.e0.p.d.m0.m.o oVar, e eVar) { d0.z.d.m.checkNotNullParameter(oVar, "storageManager"); d0.z.d.m.checkNotNullParameter(eVar, "containingClass"); - this.f2708c = eVar; + this.f2707c = eVar; eVar.getKind(); f fVar = f.ENUM_CLASS; this.d = oVar.createLazyValue(new a(this)); } public static final /* synthetic */ e access$getContainingClass$p(m mVar) { - return mVar.f2708c; + return mVar.f2707c; } @Override // d0.e0.p.d.m0.k.a0.j, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java index 99023833a8..2185fbf120 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/n.java @@ -28,7 +28,7 @@ public final class n implements i { public final i b; /* renamed from: c reason: collision with root package name */ - public final c1 f2709c; + public final c1 f2708c; public Map d; public final Lazy e = g.lazy(new a(this)); @@ -57,7 +57,7 @@ public final class n implements i { this.b = iVar; z0 substitution = c1Var.getSubstitution(); d0.z.d.m.checkNotNullExpressionValue(substitution, "givenSubstitutor.substitution"); - this.f2709c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); + this.f2708c = d.wrapWithCapturingSubstitution$default(substitution, false, 1, null).buildSubstitutor(); } public static final /* synthetic */ i access$getWorkerScope$p(n nVar) { @@ -72,7 +72,7 @@ public final class n implements i { /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ public final Collection a(Collection collection) { - if (this.f2709c.isEmpty() || collection.isEmpty()) { + if (this.f2708c.isEmpty() || collection.isEmpty()) { return collection; } LinkedHashSet newLinkedHashSetWithExpectedSize = d0.e0.p.d.m0.p.a.newLinkedHashSetWithExpectedSize(collection.size()); @@ -84,7 +84,7 @@ public final class n implements i { } public final D b(D d) { - if (this.f2709c.isEmpty()) { + if (this.f2708c.isEmpty()) { return d; } if (this.d == null) { @@ -95,7 +95,7 @@ public final class n implements i { m mVar = map.get(d); if (mVar == null) { if (d instanceof w0) { - mVar = ((w0) d).substitute(this.f2709c); + mVar = ((w0) d).substitute(this.f2708c); if (mVar != null) { map.put(d, mVar); } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java index e7c551d7cc..f4bed95bb3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/o.java @@ -20,7 +20,7 @@ public final class o extends a { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final i f2710c; + public final i f2709c; /* compiled from: TypeIntersectionScope.kt */ public static final class a { @@ -83,7 +83,7 @@ public final class o extends a { } public o(String str, i iVar, DefaultConstructorMarker defaultConstructorMarker) { - this.f2710c = iVar; + this.f2709c = iVar; } public static final i create(String str, Collection collection) { @@ -92,7 +92,7 @@ public final class o extends a { @Override // d0.e0.p.d.m0.k.a0.a public i a() { - return this.f2710c; + return this.f2709c; } @Override // d0.e0.p.d.m0.k.a0.a, d0.e0.p.d.m0.k.a0.l diff --git a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java index bbd6deac21..9ceb5ed7c2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java @@ -6,7 +6,7 @@ import d0.e0.p.d.m0.n.c0; public class b extends a implements d { /* renamed from: c reason: collision with root package name */ - public final a f2711c; + public final a f2710c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(a aVar, c0 c0Var, d dVar) { @@ -15,7 +15,7 @@ public class b extends a implements d { a(0); throw null; } else if (c0Var != null) { - this.f2711c = aVar; + this.f2710c = aVar; } else { a(1); throw null; @@ -54,6 +54,6 @@ public class b extends a implements d { } public String toString() { - return getType() + ": Ext {" + this.f2711c + "}"; + return getType() + ": Ext {" + this.f2710c + "}"; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/b.java b/app/src/main/java/d0/e0/p/d/m0/k/b.java index 057535029e..9cf43ab137 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/b.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/b.java @@ -46,7 +46,7 @@ public final class b { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ d0.e0.p.d.m0.c.a f2712c; + public final /* synthetic */ d0.e0.p.d.m0.c.a f2711c; public final /* synthetic */ d0.e0.p.d.m0.c.a d; /* compiled from: DescriptorEquivalenceForOverrides.kt */ @@ -77,7 +77,7 @@ public final class b { public C0267b(b bVar, boolean z2, d0.e0.p.d.m0.c.a aVar, d0.e0.p.d.m0.c.a aVar2) { this.a = bVar; this.b = z2; - this.f2712c = aVar; + this.f2711c = aVar; this.d = aVar2; } @@ -93,7 +93,7 @@ public final class b { if (!(declarationDescriptor instanceof z0) || !(declarationDescriptor2 instanceof z0)) { return false; } - return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2712c, this.d)); + return b.access$areTypeParametersEquivalent(this.a, (z0) declarationDescriptor, (z0) declarationDescriptor2, this.b, new a(this.f2711c, this.d)); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/d.java b/app/src/main/java/d0/e0/p/d/m0/k/d.java index 411bff138b..6ddfe551a1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/d.java @@ -215,7 +215,7 @@ public class d { public static t0 createEnumValueOfMethod(e eVar) { if (eVar != null) { g.a aVar = d0.e0.p.d.m0.c.g1.g.f; - g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2510c, b.a.SYNTHESIZED, eVar.getSource()); + g0 create = g0.create(eVar, aVar.getEMPTY(), k.f2509c, b.a.SYNTHESIZED, eVar.getSource()); g0 initialize = create.initialize((q0) null, (q0) null, Collections.emptyList(), Collections.singletonList(new l0(create, null, 0, aVar.getEMPTY(), d0.e0.p.d.m0.g.e.identifier("value"), d0.e0.p.d.m0.k.x.a.getBuiltIns(eVar).getStringType(), false, false, false, null, eVar.getSource())), (c0) eVar.getDefaultType(), z.FINAL, t.e); if (initialize != null) { return initialize; @@ -336,7 +336,7 @@ public class d { public static boolean isEnumValueOfMethod(x xVar) { if (xVar != null) { - return xVar.getName().equals(k.f2510c) && b(xVar); + return xVar.getName().equals(k.f2509c) && b(xVar); } a(27); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/k.java b/app/src/main/java/d0/e0/p/d/m0/k/k.java index 8aca81f697..54c6fc8dc6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/k.java @@ -47,7 +47,7 @@ public class k { public static final k b; /* renamed from: c reason: collision with root package name */ - public static final f.a f2713c; + public static final f.a f2712c; public final g d; public final f.a e; @@ -286,7 +286,7 @@ public class k { static { a aVar = new a(); - f2713c = aVar; + f2712c = aVar; b = new k(aVar, g.a.a); } @@ -1016,7 +1016,7 @@ public class k { public static k createWithTypeRefiner(g gVar) { if (gVar != null) { - return new k(f2713c, gVar); + return new k(f2712c, gVar); } a(1); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java index 4479bcf4de..cf7e75ac9a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java @@ -44,17 +44,17 @@ public final class d { public static final class b extends l { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ boolean f2714c; + public final /* synthetic */ boolean f2713c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(boolean z2, z0 z0Var) { super(z0Var); - this.f2714c = z2; + this.f2713c = z2; } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2714c; + return this.f2713c; } @Override // d0.e0.p.d.m0.n.l, d0.e0.p.d.m0.n.z0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java index 9f8ccdb66f..4fd2c3058b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/a0.java @@ -16,7 +16,7 @@ public final class a0 extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2517f0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2516f0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java index a313757c6b..3966036b5b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/j.java @@ -14,7 +14,7 @@ public final class j extends g> { public final a b; /* renamed from: c reason: collision with root package name */ - public final e f2715c; + public final e f2714c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public j(a aVar, e eVar) { @@ -22,11 +22,11 @@ public final class j extends g> { m.checkNotNullParameter(aVar, "enumClassId"); m.checkNotNullParameter(eVar, "enumEntryName"); this.b = aVar; - this.f2715c = eVar; + this.f2714c = eVar; } public final e getEnumEntryName() { - return this.f2715c; + return this.f2714c; } @Override // d0.e0.p.d.m0.k.v.g @@ -48,7 +48,7 @@ public final class j extends g> { StringBuilder P = c.d.b.a.a.P("Containing class for error-class based enum entry "); P.append(this.b); P.append('.'); - P.append(this.f2715c); + P.append(this.f2714c); j0 createErrorType = t.createErrorType(P.toString()); m.checkNotNullExpressionValue(createErrorType, "createErrorType(\"Containing class for error-class based enum entry $enumClassId.$enumEntryName\")"); return createErrorType; @@ -62,7 +62,7 @@ public final class j extends g> { StringBuilder sb = new StringBuilder(); sb.append(this.b.getShortClassName()); sb.append('.'); - sb.append(this.f2715c); + sb.append(this.f2714c); return sb.toString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java index 7bc06b47af..b37d8f4ef6 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/k.java @@ -25,24 +25,24 @@ public abstract class k extends g { public static final class b extends k { /* renamed from: c reason: collision with root package name */ - public final String f2716c; + public final String f2715c; public b(String str) { m.checkNotNullParameter(str, "message"); - this.f2716c = str; + this.f2715c = str; } @Override // d0.e0.p.d.m0.k.v.g public j0 getType(c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - j0 createErrorType = t.createErrorType(this.f2716c); + j0 createErrorType = t.createErrorType(this.f2715c); m.checkNotNullExpressionValue(createErrorType, "createErrorType(message)"); return createErrorType; } @Override // d0.e0.p.d.m0.k.v.g public String toString() { - return this.f2716c; + return this.f2715c; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java index f3c30ef646..9c4fe2b40e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/n.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/n.java @@ -26,7 +26,7 @@ public final class n implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final c0 f2717c; + public final c0 f2716c; public final Set d; public final j0 e = d0.integerLiteralType(g.f.getEMPTY(), this, false); public final Lazy f = d0.g.lazy(new b(this)); @@ -102,12 +102,12 @@ public final class n implements u0 { public n(long j, c0 c0Var, Set set, DefaultConstructorMarker defaultConstructorMarker) { d0 d0Var = d0.a; this.b = j; - this.f2717c = c0Var; + this.f2716c = c0Var; this.d = set; } public static final /* synthetic */ c0 access$getModule$p(n nVar) { - return nVar.f2717c; + return nVar.f2716c; } public static final /* synthetic */ j0 access$getType$p(n nVar) { @@ -119,7 +119,7 @@ public final class n implements u0 { } public static final boolean access$isContainsOnlyUnsignedTypes(n nVar) { - Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2717c); + Collection allSignedLiteralTypes = u.getAllSignedLiteralTypes(nVar.f2716c); if ((allSignedLiteralTypes instanceof Collection) && allSignedLiteralTypes.isEmpty()) { return true; } @@ -147,7 +147,7 @@ public final class n implements u0 { @Override // d0.e0.p.d.m0.n.u0 public h getBuiltIns() { - return this.f2717c.getBuiltIns(); + return this.f2716c.getBuiltIns(); } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java index 61fbce30a6..a0146d1fd7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/x.java @@ -16,7 +16,7 @@ public final class x extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2516e0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2515e0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java index b5135eb03e..9a673d6fe8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/y.java @@ -16,7 +16,7 @@ public final class y extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2518g0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2517g0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java index f400392c07..604619a0b5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/v/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/v/z.java @@ -16,7 +16,7 @@ public final class z extends b0 { @Override // d0.e0.p.d.m0.k.v.g public c0 getType(d0.e0.p.d.m0.c.c0 c0Var) { m.checkNotNullParameter(c0Var, "module"); - e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2519h0); + e findClassAcrossModuleDependencies = w.findClassAcrossModuleDependencies(c0Var, k.a.f2518h0); j0 defaultType = findClassAcrossModuleDependencies == null ? null : findClassAcrossModuleDependencies.getDefaultType(); if (defaultType != null) { return defaultType; diff --git a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java index e521c949fa..f27744ee5f 100644 --- a/app/src/main/java/d0/e0/p/d/m0/k/y/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/k/y/d.java @@ -26,7 +26,7 @@ public enum d { public static final Map r = new HashMap(); /* renamed from: s reason: collision with root package name */ - public static final Map f2718s = new EnumMap(i.class); + public static final Map f2717s = new EnumMap(i.class); public static final Map t = new HashMap(); private final String desc; private final String name; @@ -39,7 +39,7 @@ public enum d { d dVar = values[i]; q.add(dVar.getWrapperFqName()); r.put(dVar.getJavaKeywordName(), dVar); - f2718s.put(dVar.getPrimitiveType(), dVar); + f2717s.put(dVar.getPrimitiveType(), dVar); t.put(dVar.getDesc(), dVar); } } @@ -226,7 +226,7 @@ public enum d { public static d get(i iVar) { if (iVar != null) { - d dVar = f2718s.get(iVar); + d dVar = f2717s.get(iVar); if (dVar != null) { return dVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/a.java b/app/src/main/java/d0/e0/p/d/m0/l/a.java index 6975739bc9..e52bb53eb2 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/a.java @@ -19,7 +19,7 @@ public class a { public final g.f> b; /* renamed from: c reason: collision with root package name */ - public final g.f> f2719c; + public final g.f> f2718c; public final g.f> d; public final g.f> e; public final g.f> f; @@ -46,7 +46,7 @@ public class a { m.checkNotNullParameter(fVar12, "typeParameterAnnotation"); this.a = eVar; this.b = fVar2; - this.f2719c = fVar3; + this.f2718c = fVar3; this.d = fVar4; this.e = fVar5; this.f = fVar6; @@ -59,7 +59,7 @@ public class a { } public final g.f> getClassAnnotation() { - return this.f2719c; + return this.f2718c; } public final g.f getCompileTimeValue() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java index 736518518c..839489f68b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a.java @@ -22,7 +22,7 @@ public abstract class a implements i0 { public final s b; /* renamed from: c reason: collision with root package name */ - public final c0 f2720c; + public final c0 f2719c; public j d; public final i e; @@ -43,7 +43,7 @@ public abstract class a implements i0 { Objects.requireNonNull(oVar); m.checkNotNullParameter(bVar, "fqName"); InputStream findBuiltInsData = oVar.b.findBuiltInsData(bVar); - c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2720c, findBuiltInsData, false); + c create = findBuiltInsData == null ? null : c.u.create(bVar, oVar.a, oVar.f2719c, findBuiltInsData, false); if (create == null) { return null; } @@ -63,7 +63,7 @@ public abstract class a implements i0 { m.checkNotNullParameter(c0Var, "moduleDescriptor"); this.a = oVar; this.b = sVar; - this.f2720c = c0Var; + this.f2719c = c0Var; this.e = oVar.createMemoizedFunctionWithNullableValues(new C0271a(this)); } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java index 85ddb7d335..df3a135663 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/a0.java @@ -37,7 +37,7 @@ public final class a0 { m.checkNotNullExpressionValue(uVar3, "PRIVATE_TO_THIS"); return uVar3; case 4: - u uVar4 = t.f2593c; + u uVar4 = t.f2592c; m.checkNotNullExpressionValue(uVar4, "PROTECTED"); return uVar4; case 5: diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java index 12e82ed065..bb7982f593 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/c0.java @@ -41,7 +41,7 @@ public final class c0 { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final String f2721c; + public final String f2720c; public final String d; public boolean e; public final Function1 f; @@ -186,7 +186,7 @@ public final class c0 { m.checkNotNullParameter(str2, "containerPresentableName"); this.a = lVar; this.b = c0Var; - this.f2721c = str; + this.f2720c = str; this.d = str2; this.e = z2; this.f = lVar.getStorageManager().createMemoizedFunctionWithNullableValues(new a(this)); @@ -469,9 +469,9 @@ public final class c0 { } public String toString() { - String str = this.f2721c; + String str = this.f2720c; c0 c0Var = this.b; - return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2721c)); + return m.stringPlus(str, c0Var == null ? "" : m.stringPlus(". Child of ", c0Var.f2720c)); } public final d0.e0.p.d.m0.n.c0 type(q qVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java index c71df50828..20bea2b52e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java @@ -28,7 +28,7 @@ public final class a extends d0.e0.p.d.m0.l.a { m.checkNotNullExpressionValue(newInstance, "newInstance().apply(BuiltInsProtoBuf::registerAllExtensions)"); g.f fVar = b.a; m.checkNotNullExpressionValue(fVar, "packageFqName"); - g.f> fVar2 = b.f2672c; + g.f> fVar2 = b.f2671c; m.checkNotNullExpressionValue(fVar2, "constructorAnnotation"); g.f> fVar3 = b.b; m.checkNotNullExpressionValue(fVar3, "classAnnotation"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java index b36e310ed7..5bb331501d 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java @@ -60,20 +60,20 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final z r; /* renamed from: s reason: collision with root package name */ - public final u f2722s; + public final u f2721s; public final d0.e0.p.d.m0.c.f t; public final l u; public final d0.e0.p.d.m0.k.a0.j v; public final b w; /* renamed from: x reason: collision with root package name */ - public final r0 f2723x; + public final r0 f2722x; /* renamed from: y reason: collision with root package name */ - public final c f2724y; + public final c f2723y; /* renamed from: z reason: collision with root package name */ - public final m f2725z; + public final m f2724z; /* compiled from: DeserializedClassDescriptor.kt */ public final class a extends h { @@ -181,8 +181,8 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { arrayList.add(w.getName(nameResolver, number.intValue())); } this.g = gVar; - this.h = this.f2728c.getStorageManager().createLazyValue(new b(this)); - this.i = this.f2728c.getStorageManager().createLazyValue(new C0273d(this)); + this.h = this.f2727c.getStorageManager().createLazyValue(new b(this)); + this.i = this.f2727c.getStorageManager().createLazyValue(new C0273d(this)); } public static final d access$getClassDescriptor(a aVar) { @@ -213,7 +213,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : this.i.mo1invoke()) { arrayList.addAll(c0Var.getMemberScope().getContributedFunctions(eVar, d0.e0.p.d.m0.d.b.d.FOR_ALREADY_TRACKED)); } - list.addAll(this.f2728c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); + list.addAll(this.f2727c.getComponents().getAdditionalClassPartsProvider().getFunctions(eVar, this.j)); k(eVar, arrayList, list); } @@ -257,7 +257,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { for (c0 c0Var : supertypes) { d0.t.r.addAll(linkedHashSet, c0Var.getMemberScope().getFunctionNames()); } - linkedHashSet.addAll(this.f2728c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); + linkedHashSet.addAll(this.f2727c.getComponents().getAdditionalClassPartsProvider().getFunctionsNames(this.j)); return linkedHashSet; } @@ -307,17 +307,17 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.l.b.e0.h public boolean j(t0 t0Var) { d0.z.d.m.checkNotNullParameter(t0Var, "function"); - return this.f2728c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); + return this.f2727c.getComponents().getPlatformDependentDeclarationFilter().isFunctionAvailable(this.j, t0Var); } public final void k(d0.e0.p.d.m0.g.e eVar, Collection collection, List list) { - this.f2728c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); + this.f2727c.getComponents().getKotlinTypeChecker().getOverridingUtil().generateOverridesInFunctionGroup(eVar, collection, new ArrayList(list), this.j, new c(list)); } public void recordLookup(d0.e0.p.d.m0.g.e eVar, d0.e0.p.d.m0.d.b.b bVar) { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2728c.getComponents().getLookupTracker(), bVar, this.j, eVar); + d0.e0.p.d.m0.d.a.record(this.f2727c.getComponents().getLookupTracker(), bVar, this.j, eVar); } } @@ -325,7 +325,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final class b extends d0.e0.p.d.m0.n.b { /* renamed from: c reason: collision with root package name */ - public final j> f2726c; + public final j> f2725c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -351,7 +351,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { super(dVar.getC().getStorageManager()); d0.z.d.m.checkNotNullParameter(dVar, "this$0"); this.d = dVar; - this.f2726c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); + this.f2725c = dVar.getC().getStorageManager().createLazyValue(new a(dVar)); } @Override // d0.e0.p.d.m0.n.g @@ -408,7 +408,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - return this.f2726c.mo1invoke(); + return this.f2725c.mo1invoke(); } @Override // d0.e0.p.d.m0.n.u0 @@ -429,7 +429,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { public final d0.e0.p.d.m0.m.i b; /* renamed from: c reason: collision with root package name */ - public final j> f2727c; + public final j> f2726c; public final /* synthetic */ d d; /* compiled from: DeserializedClassDescriptor.kt */ @@ -505,7 +505,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } this.a = linkedHashMap; this.b = this.d.getC().getStorageManager().createMemoizedFunctionWithNullableValues(new a(this, this.d)); - this.f2727c = this.d.getC().getStorageManager().createLazyValue(new b(this)); + this.f2726c = this.d.getC().getStorageManager().createLazyValue(new b(this)); } public static final Set access$computeEnumMemberNames(c cVar) { @@ -538,7 +538,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ j access$getEnumMemberNames$p(c cVar) { - return cVar.f2727c; + return cVar.f2726c; } public final Collection all() { @@ -689,7 +689,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { this.q = w.getClassId(cVar2, cVar.getFqName()); d0.e0.p.d.m0.l.b.z zVar = d0.e0.p.d.m0.l.b.z.a; this.r = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(cVar.getFlags())); - this.f2722s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2674c.get(cVar.getFlags())); + this.f2721s = d0.e0.p.d.m0.l.b.a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2673c.get(cVar.getFlags())); d0.e0.p.d.m0.c.f classKind = zVar.classKind(d0.e0.p.d.m0.f.z.b.e.get(cVar.getFlags())); this.t = classKind; List typeParameterList = cVar.getTypeParameterList(); @@ -705,11 +705,11 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { d0.e0.p.d.m0.c.f fVar = d0.e0.p.d.m0.c.f.ENUM_CLASS; this.v = classKind == fVar ? new d0.e0.p.d.m0.k.a0.m(childContext.getStorageManager(), this) : i.b.b; this.w = new b(this); - this.f2723x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); + this.f2722x = r0.a.create(this, childContext.getStorageManager(), childContext.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner(), new g(this)); y.a aVar3 = null; - this.f2724y = classKind == fVar ? new c(this) : null; + this.f2723y = classKind == fVar ? new c(this) : null; m containingDeclaration = lVar.getContainingDeclaration(); - this.f2725z = containingDeclaration; + this.f2724z = containingDeclaration; this.A = childContext.getStorageManager().createNullableLazyValue(new h(this)); this.B = childContext.getStorageManager().createLazyValue(new f(this)); this.C = childContext.getStorageManager().createNullableLazyValue(new e(this)); @@ -807,7 +807,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public static final /* synthetic */ c access$getEnumEntries$p(d dVar) { - return dVar.f2724y; + return dVar.f2723y; } public static final /* synthetic */ b access$getTypeConstructor$p(d dVar) { @@ -815,7 +815,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { } public final a b() { - return this.f2723x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); + return this.f2722x.getScope(this.u.getComponents().getKotlinTypeChecker().getKotlinTypeRefiner()); } @Override // d0.e0.p.d.m0.c.g1.a @@ -843,7 +843,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.n, d0.e0.p.d.m0.c.m public m getContainingDeclaration() { - return this.f2725z; + return this.f2724z; } @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.i @@ -892,7 +892,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.i1.u public d0.e0.p.d.m0.k.a0.i getUnsubstitutedMemberScope(d0.e0.p.d.m0.n.l1.g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2723x.getScope(gVar); + return this.f2722x.getScope(gVar); } @Override // d0.e0.p.d.m0.c.e @@ -902,7 +902,7 @@ public final class d extends d0.e0.p.d.m0.c.i1.a implements m { @Override // d0.e0.p.d.m0.c.e, d0.e0.p.d.m0.c.q, d0.e0.p.d.m0.c.y public u getVisibility() { - return this.f2722s; + return this.f2721s; } public final boolean hasNestedClass$deserialization(d0.e0.p.d.m0.g.e eVar) { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java index aa6be9959e..706d21802b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java @@ -43,7 +43,7 @@ public abstract class h extends j { public static final /* synthetic */ KProperty[] b = {a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classNames", "getClassNames$deserialization()Ljava/util/Set;")), a0.property1(new y(a0.getOrCreateKotlinClass(h.class), "classifierNamesLazy", "getClassifierNamesLazy()Ljava/util/Set;"))}; /* renamed from: c reason: collision with root package name */ - public final l f2728c; + public final l f2727c; public final a d; public final d0.e0.p.d.m0.m.j e; public final k f; @@ -71,7 +71,7 @@ public abstract class h extends j { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2729c; + public final List f2728c; public final List d; public final d0.e0.p.d.m0.m.j e; public final d0.e0.p.d.m0.m.j f; @@ -323,18 +323,18 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); this.o = hVar; this.b = list; - this.f2729c = list2; - this.d = !hVar.f2728c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; - this.e = hVar.f2728c.getStorageManager().createLazyValue(new d(this)); - this.f = hVar.f2728c.getStorageManager().createLazyValue(new e(this)); - this.g = hVar.f2728c.getStorageManager().createLazyValue(new c(this)); - this.h = hVar.f2728c.getStorageManager().createLazyValue(new a(this)); - this.i = hVar.f2728c.getStorageManager().createLazyValue(new C0276b(this)); - this.j = hVar.f2728c.getStorageManager().createLazyValue(new i(this)); - this.k = hVar.f2728c.getStorageManager().createLazyValue(new g(this)); - this.l = hVar.f2728c.getStorageManager().createLazyValue(new C0277h(this)); - this.m = hVar.f2728c.getStorageManager().createLazyValue(new f(this, hVar)); - this.n = hVar.f2728c.getStorageManager().createLazyValue(new j(this, hVar)); + this.f2728c = list2; + this.d = !hVar.f2727c.getComponents().getConfiguration().getTypeAliasesAllowed() ? d0.t.n.emptyList() : list3; + this.e = hVar.f2727c.getStorageManager().createLazyValue(new d(this)); + this.f = hVar.f2727c.getStorageManager().createLazyValue(new e(this)); + this.g = hVar.f2727c.getStorageManager().createLazyValue(new c(this)); + this.h = hVar.f2727c.getStorageManager().createLazyValue(new a(this)); + this.i = hVar.f2727c.getStorageManager().createLazyValue(new C0276b(this)); + this.j = hVar.f2727c.getStorageManager().createLazyValue(new i(this)); + this.k = hVar.f2727c.getStorageManager().createLazyValue(new g(this)); + this.l = hVar.f2727c.getStorageManager().createLazyValue(new C0277h(this)); + this.m = hVar.f2727c.getStorageManager().createLazyValue(new f(this, hVar)); + this.n = hVar.f2727c.getStorageManager().createLazyValue(new j(this, hVar)); } public static final List access$computeAllNonDeclaredFunctions(b bVar) { @@ -390,7 +390,7 @@ public abstract class h extends j { } public static final List access$computeProperties(b bVar) { - List list = bVar.f2729c; + List list = bVar.f2728c; h hVar = bVar.o; ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.i.n nVar : list) { @@ -440,7 +440,7 @@ public abstract class h extends j { } public static final /* synthetic */ List access$getPropertyList$p(b bVar) { - return bVar.f2729c; + return bVar.f2728c; } /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.Collection */ @@ -527,7 +527,7 @@ public abstract class h extends j { public final Map b; /* renamed from: c reason: collision with root package name */ - public final Map f2730c; + public final Map f2729c; public final Map d; public final d0.e0.p.d.m0.m.h> e; public final d0.e0.p.d.m0.m.h> f; @@ -554,7 +554,7 @@ public abstract class h extends j { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final M mo1invoke() { - return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2728c.getComponents().getExtensionRegistryLite()); + return (d0.e0.p.d.m0.i.n) ((d0.e0.p.d.m0.i.b) this.$parser).parseDelimitedFrom((InputStream) this.$inputStream, this.this$0.f2727c.getComponents().getExtensionRegistryLite()); } } @@ -676,8 +676,8 @@ public abstract class h extends j { } ((List) obj4).add(obj3); } - this.f2730c = a(linkedHashMap2); - if (this.j.f2728c.getComponents().getConfiguration().getTypeAliasesAllowed()) { + this.f2729c = a(linkedHashMap2); + if (this.j.f2727c.getComponents().getConfiguration().getTypeAliasesAllowed()) { h hVar3 = this.j; LinkedHashMap linkedHashMap3 = new LinkedHashMap(); for (Object obj5 : list3) { @@ -694,11 +694,11 @@ public abstract class h extends j { map = h0.emptyMap(); } this.d = map; - this.e = this.j.f2728c.getStorageManager().createMemoizedFunction(new C0278c(this)); - this.f = this.j.f2728c.getStorageManager().createMemoizedFunction(new d(this)); - this.g = this.j.f2728c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); - this.h = this.j.f2728c.getStorageManager().createLazyValue(new b(this, this.j)); - this.i = this.j.f2728c.getStorageManager().createLazyValue(new f(this, this.j)); + this.e = this.j.f2727c.getStorageManager().createMemoizedFunction(new C0278c(this)); + this.f = this.j.f2727c.getStorageManager().createMemoizedFunction(new d(this)); + this.g = this.j.f2727c.getStorageManager().createMemoizedFunctionWithNullableValues(new e(this)); + this.h = this.j.f2727c.getStorageManager().createLazyValue(new b(this, this.j)); + this.i = this.j.f2727c.getStorageManager().createLazyValue(new f(this, this.j)); } public static final Collection access$computeFunctions(c cVar, d0.e0.p.d.m0.g.e eVar) { @@ -713,7 +713,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (d0.e0.p.d.m0.f.i iVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2728c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2727c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(iVar, "it"); t0 loadFunction = memberDeserializer.loadFunction(iVar); if (!hVar.j(loadFunction)) { @@ -728,7 +728,7 @@ public abstract class h extends j { } public static final Collection access$computeProperties(c cVar, d0.e0.p.d.m0.g.e eVar) { - Map map = cVar.f2730c; + Map map = cVar.f2729c; p pVar = n.j; d0.z.d.m.checkNotNullExpressionValue(pVar, "PARSER"); h hVar = cVar.j; @@ -739,7 +739,7 @@ public abstract class h extends j { } ArrayList arrayList = new ArrayList(list.size()); for (n nVar : list) { - d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2728c.getMemberDeserializer(); + d0.e0.p.d.m0.l.b.u memberDeserializer = hVar.f2727c.getMemberDeserializer(); d0.z.d.m.checkNotNullExpressionValue(nVar, "it"); n0 loadProperty = memberDeserializer.loadProperty(nVar); if (loadProperty != null) { @@ -753,10 +753,10 @@ public abstract class h extends j { public static final y0 access$createTypeAlias(c cVar, d0.e0.p.d.m0.g.e eVar) { r parseDelimitedFrom; byte[] bArr = cVar.d.get(eVar); - if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2728c.getComponents().getExtensionRegistryLite())) == null) { + if (bArr == null || (parseDelimitedFrom = r.parseDelimitedFrom(new ByteArrayInputStream(bArr), cVar.j.f2727c.getComponents().getExtensionRegistryLite())) == null) { return null; } - return cVar.j.f2728c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); + return cVar.j.f2727c.getMemberDeserializer().loadTypeAlias(parseDelimitedFrom); } public static final /* synthetic */ Map access$getFunctionProtosBytes$p(c cVar) { @@ -764,7 +764,7 @@ public abstract class h extends j { } public static final /* synthetic */ Map access$getPropertyProtosBytes$p(c cVar) { - return cVar.f2730c; + return cVar.f2729c; } public final Map a(Map> map) { @@ -903,14 +903,14 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(list2, "propertyList"); d0.z.d.m.checkNotNullParameter(list3, "typeAliasList"); d0.z.d.m.checkNotNullParameter(function0, "classNames"); - this.f2728c = lVar; + this.f2727c = lVar; this.d = lVar.getComponents().getConfiguration().getPreserveDeclarationsOrdering() ? new b(this, list, list2, list3) : new c(this, list, list2, list3); this.e = lVar.getStorageManager().createLazyValue(new d(function0)); this.f = lVar.getStorageManager().createNullableLazyValue(new e(this)); } public static final /* synthetic */ l access$getC(h hVar) { - return hVar.f2728c; + return hVar.f2727c; } public static final /* synthetic */ a access$getImpl$p(h hVar) { @@ -932,7 +932,7 @@ public abstract class h extends j { if (dVar.acceptsKinds(aVar.getCLASSIFIERS_MASK())) { for (d0.e0.p.d.m0.g.e eVar : getClassNames$deserialization()) { if (function1.invoke(eVar).booleanValue()) { - d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2728c.getComponents().deserializeClass(e(eVar))); + d0.e0.p.d.m0.p.a.addIfNotNull(arrayList, this.f2727c.getComponents().deserializeClass(e(eVar))); } } } @@ -976,7 +976,7 @@ public abstract class h extends j { d0.z.d.m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkNotNullParameter(bVar, "location"); if (i(eVar)) { - return this.f2728c.getComponents().deserializeClass(e(eVar)); + return this.f2727c.getComponents().deserializeClass(e(eVar)); } if (this.d.getTypeAliasNames().contains(eVar)) { return this.d.getTypeAliasByName(eVar); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java index 6a155e9b2f..a03d8ae662 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java @@ -92,7 +92,7 @@ public class i extends h { m.checkNotNullParameter(dVar, "kindFilter"); m.checkNotNullParameter(function1, "nameFilter"); Collection b = b(dVar, function1, d0.e0.p.d.m0.d.b.d.WHEN_GET_ALL_DESCRIPTORS); - Iterable fictitiousClassDescriptorFactories = this.f2728c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2727c.getComponents().getFictitiousClassDescriptorFactories(); ArrayList arrayList = new ArrayList(); for (d0.e0.p.d.m0.c.h1.b bVar : fictitiousClassDescriptorFactories) { d0.t.r.addAll(arrayList, bVar.getAllContributedClassesIfPossible(this.h)); @@ -113,7 +113,7 @@ public class i extends h { if (getClassNames$deserialization().contains(eVar)) { return true; } - Iterable fictitiousClassDescriptorFactories = this.f2728c.getComponents().getFictitiousClassDescriptorFactories(); + Iterable fictitiousClassDescriptorFactories = this.f2727c.getComponents().getFictitiousClassDescriptorFactories(); if (!(fictitiousClassDescriptorFactories instanceof Collection) || !((Collection) fictitiousClassDescriptorFactories).isEmpty()) { Iterator it = fictitiousClassDescriptorFactories.iterator(); while (true) { @@ -134,6 +134,6 @@ public class i extends h { public void recordLookup(e eVar, d0.e0.p.d.m0.d.b.b bVar) { m.checkNotNullParameter(eVar, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkNotNullParameter(bVar, "location"); - d0.e0.p.d.m0.d.a.record(this.f2728c.getComponents().getLookupTracker(), bVar, this.g, eVar); + d0.e0.p.d.m0.d.a.record(this.f2727c.getComponents().getLookupTracker(), bVar, this.g, eVar); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java index 7194506726..c062d6ed11 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java @@ -32,20 +32,20 @@ public final class l extends e implements g { public final c r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.f.z.g f2731s; + public final d0.e0.p.d.m0.f.z.g f2730s; public final i t; public final f u; public Collection v; public j0 w; /* renamed from: x reason: collision with root package name */ - public j0 f2732x; + public j0 f2731x; /* renamed from: y reason: collision with root package name */ - public List f2733y; + public List f2732y; /* renamed from: z reason: collision with root package name */ - public j0 f2734z; + public j0 f2733z; /* JADX WARNING: Illegal instructions before constructor call */ public l(o oVar, m mVar, d0.e0.p.d.m0.c.g1.g gVar, d0.e0.p.d.m0.g.e eVar, u uVar, r rVar, c cVar, d0.e0.p.d.m0.f.z.g gVar2, i iVar, f fVar) { @@ -64,7 +64,7 @@ public final class l extends e implements g { this.p = oVar; this.q = rVar; this.r = cVar; - this.f2731s = gVar2; + this.f2730s = gVar2; this.t = iVar; this.u = fVar; } @@ -92,7 +92,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.h public j0 getDefaultType() { - j0 j0Var = this.f2734z; + j0 j0Var = this.f2733z; if (j0Var != null) { return j0Var; } @@ -102,7 +102,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.c.y0 public j0 getExpandedType() { - j0 j0Var = this.f2732x; + j0 j0Var = this.f2731x; if (j0Var != null) { return j0Var; } @@ -122,7 +122,7 @@ public final class l extends e implements g { @Override // d0.e0.p.d.m0.l.b.e0.g public d0.e0.p.d.m0.f.z.g getTypeTable() { - return this.f2731s; + return this.f2730s; } @Override // d0.e0.p.d.m0.c.y0 @@ -152,8 +152,8 @@ public final class l extends e implements g { d0.z.d.m.checkNotNullParameter(aVar, "isExperimentalCoroutineInReleaseEnvironment"); initialize(list); this.w = j0Var; - this.f2732x = j0Var2; - this.f2733y = a1.computeConstructorTypeParameters(this); + this.f2731x = j0Var2; + this.f2732y = a1.computeConstructorTypeParameters(this); d0.e0.p.d.m0.c.e classDescriptor = getClassDescriptor(); d0.e0.p.d.m0.k.a0.i unsubstitutedMemberScope = classDescriptor == null ? null : classDescriptor.getUnsubstitutedMemberScope(); if (unsubstitutedMemberScope == null) { @@ -161,7 +161,7 @@ public final class l extends e implements g { } j0 makeUnsubstitutedType = e1.makeUnsubstitutedType(this, unsubstitutedMemberScope, new d(this)); d0.z.d.m.checkNotNullExpressionValue(makeUnsubstitutedType, "@OptIn(TypeRefinement::class)\n protected fun computeDefaultType(): SimpleType =\n TypeUtils.makeUnsubstitutedType(this, classDescriptor?.unsubstitutedMemberScope ?: MemberScope.Empty) { kotlinTypeRefiner ->\n kotlinTypeRefiner.refineDescriptor(this)?.defaultType\n }"); - this.f2734z = makeUnsubstitutedType; + this.f2733z = makeUnsubstitutedType; this.v = getTypeAliasConstructors(); this.A = aVar; } diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java index b10c8aabff..591ef183d0 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java @@ -21,7 +21,7 @@ import kotlin.jvm.functions.Function0; public final class m extends b { /* renamed from: s reason: collision with root package name */ - public final l f2735s; + public final l f2734s; public final s t; public final a u; @@ -54,13 +54,13 @@ public final class m extends b { z zVar = z.a; s.c variance = sVar.getVariance(); d0.z.d.m.checkNotNullExpressionValue(variance, "proto.variance"); - this.f2735s = lVar; + this.f2734s = lVar; this.t = sVar; this.u = new a(lVar.getStorageManager(), new a(this)); } public static final /* synthetic */ l access$getC$p(m mVar) { - return mVar.f2735s; + return mVar.f2734s; } @Override // d0.e0.p.d.m0.c.i1.f @@ -71,11 +71,11 @@ public final class m extends b { @Override // d0.e0.p.d.m0.c.i1.f public List d() { - List upperBounds = f.upperBounds(this.t, this.f2735s.getTypeTable()); + List upperBounds = f.upperBounds(this.t, this.f2734s.getTypeTable()); if (upperBounds.isEmpty()) { return d0.t.m.listOf(d0.e0.p.d.m0.k.x.a.getBuiltIns(this).getDefaultBound()); } - d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2735s.getTypeDeserializer(); + d0.e0.p.d.m0.l.b.c0 typeDeserializer = this.f2734s.getTypeDeserializer(); ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(upperBounds, 10)); for (q qVar : upperBounds) { arrayList.add(typeDeserializer.type(qVar)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java index c2f4fb8161..0cacab6a66 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/f.java @@ -10,7 +10,7 @@ public final class f { public final d0.e0.p.d.m0.f.c b; /* renamed from: c reason: collision with root package name */ - public final a f2736c; + public final a f2735c; public final u0 d; public f(c cVar, d0.e0.p.d.m0.f.c cVar2, a aVar, u0 u0Var) { @@ -20,7 +20,7 @@ public final class f { m.checkNotNullParameter(u0Var, "sourceElement"); this.a = cVar; this.b = cVar2; - this.f2736c = aVar; + this.f2735c = aVar; this.d = u0Var; } @@ -33,7 +33,7 @@ public final class f { } public final a component3() { - return this.f2736c; + return this.f2735c; } public final u0 component4() { @@ -48,12 +48,12 @@ 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.f2736c, fVar.f2736c) && m.areEqual(this.d, fVar.d); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f2735c, fVar.f2735c) && m.areEqual(this.d, fVar.d); } public int hashCode() { int hashCode = this.b.hashCode(); - int hashCode2 = this.f2736c.hashCode(); + int hashCode2 = this.f2735c.hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + (this.a.hashCode() * 31)) * 31)) * 31); } @@ -63,7 +63,7 @@ public final class f { P.append(", classProto="); P.append(this.b); P.append(", metadataVersion="); - P.append(this.f2736c); + P.append(this.f2735c); P.append(", sourceElement="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java index c67e2d7811..9d9ab9bcb8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/h.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/h.java @@ -25,7 +25,7 @@ public final class h { public static final Set b = m0.setOf(d0.e0.p.d.m0.g.a.topLevel(k.a.d.toSafe())); /* renamed from: c reason: collision with root package name */ - public final j f2737c; + public final j f2736c; public final Function1 d; /* compiled from: ClassDeserializer.kt */ @@ -84,7 +84,7 @@ public final class h { public h(j jVar) { m.checkNotNullParameter(jVar, "components"); - this.f2737c = jVar; + this.f2736c = jVar; this.d = jVar.getStorageManager().createMemoizedFunctionWithNullableValues(new c(this)); } @@ -95,7 +95,7 @@ public final class h { boolean z2; Objects.requireNonNull(hVar); d0.e0.p.d.m0.g.a classId = aVar.getClassId(); - for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2737c.getFictitiousClassDescriptorFactories()) { + for (d0.e0.p.d.m0.c.h1.b bVar : hVar.f2736c.getFictitiousClassDescriptorFactories()) { e createClass = bVar.createClass(classId); if (createClass != null) { return createClass; @@ -105,7 +105,7 @@ public final class h { return null; } f classData = aVar.getClassData(); - if (classData == null && (classData = hVar.f2737c.getClassDataFinder().findClassData(classId)) == null) { + if (classData == null && (classData = hVar.f2736c.getClassDataFinder().findClassData(classId)) == null) { return null; } d0.e0.p.d.m0.f.z.c component1 = classData.component1(); @@ -126,7 +126,7 @@ public final class h { } lVar = dVar.getC(); } else { - f0 packageFragmentProvider = hVar.f2737c.getPackageFragmentProvider(); + f0 packageFragmentProvider = hVar.f2736c.getPackageFragmentProvider(); d0.e0.p.d.m0.g.b packageFqName = classId.getPackageFqName(); m.checkNotNullExpressionValue(packageFqName, "classId.packageFqName"); Iterator it = h0.packageFragments(packageFragmentProvider, packageFqName).iterator(); @@ -157,7 +157,7 @@ public final class h { if (e0Var2 == null) { return null; } - j jVar = hVar.f2737c; + j jVar = hVar.f2736c; t typeTable = component2.getTypeTable(); m.checkNotNullExpressionValue(typeTable, "classProto.typeTable"); g gVar = new g(typeTable); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java index 93175bb505..692e469786 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/j.java @@ -24,7 +24,7 @@ public final class j { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final k f2738c; + public final k f2737c; public final g d; public final c> e; public final f0 f; @@ -42,7 +42,7 @@ public final class j { public final d0.e0.p.d.m0.k.z.a r; /* renamed from: s reason: collision with root package name */ - public final d0.e0.p.d.m0.c.h1.e f2739s; + public final d0.e0.p.d.m0.c.h1.e f2738s; public final h t; /* JADX DEBUG: Multi-variable search result rejected for r21v0, resolved type: d0.e0.p.d.m0.l.b.c> */ @@ -70,7 +70,7 @@ public final class j { m.checkNotNullParameter(eVar2, "platformDependentTypeTransformer"); this.a = oVar; this.b = c0Var; - this.f2738c = kVar; + this.f2737c = kVar; this.d = gVar; this.e = cVar; this.f = f0Var; @@ -86,7 +86,7 @@ public final class j { this.p = eVar; this.q = lVar; this.r = aVar2; - this.f2739s = eVar2; + this.f2738s = eVar2; this.t = new h(this); } @@ -126,7 +126,7 @@ public final class j { } public final k getConfiguration() { - return this.f2738c; + return this.f2737c; } public final i getContractDeserializer() { @@ -178,7 +178,7 @@ public final class j { } public final d0.e0.p.d.m0.c.h1.e getPlatformDependentTypeTransformer() { - return this.f2739s; + return this.f2738s; } public final o getStorageManager() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java index 063ed5f309..c828dd3ea1 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/l.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/l.java @@ -16,7 +16,7 @@ public final class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final m f2740c; + public final m f2739c; public final g d; public final i e; public final a f; @@ -35,7 +35,7 @@ public final class l { d0.z.d.m.checkNotNullParameter(list, "typeParameters"); this.a = jVar; this.b = cVar; - this.f2740c = mVar; + this.f2739c = mVar; this.d = gVar; this.e = iVar; this.f = aVar; @@ -87,7 +87,7 @@ public final class l { } public final m getContainingDeclaration() { - return this.f2740c; + return this.f2739c; } public final u getMemberDeserializer() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java index 8b68d08c12..c749652783 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/o.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/o.java @@ -21,7 +21,7 @@ public abstract class o extends n { public final x r; /* renamed from: s reason: collision with root package name */ - public m f2741s; + public m f2740s; public i t; /* compiled from: DeserializedPackageFragmentImpl.kt */ @@ -93,7 +93,7 @@ public abstract class o extends n { d dVar = new d(strings, qualifiedNames); this.q = dVar; this.r = new x(mVar, dVar, aVar, new a(this)); - this.f2741s = mVar; + this.f2740s = mVar; } public static final /* synthetic */ f access$getContainerSource$p(o oVar) { @@ -117,9 +117,9 @@ public abstract class o extends n { public void initialize(j jVar) { d0.z.d.m.checkNotNullParameter(jVar, "components"); - m mVar = this.f2741s; + m mVar = this.f2740s; if (mVar != null) { - this.f2741s = null; + this.f2740s = null; l lVar = mVar.getPackage(); d0.z.d.m.checkNotNullExpressionValue(lVar, "proto.`package`"); this.t = new d0.e0.p.d.m0.l.b.e0.i(this, lVar, this.q, this.o, this.p, jVar, new b(this)); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java index 314c9d920b..abbf80c032 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/r.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/r.java @@ -8,7 +8,7 @@ public final class r { public final T b; /* renamed from: c reason: collision with root package name */ - public final String f2742c; + public final String f2741c; public final a d; public r(T t, T t2, String str, a aVar) { @@ -16,7 +16,7 @@ public final class r { m.checkNotNullParameter(aVar, "classId"); this.a = t; this.b = t2; - this.f2742c = str; + this.f2741c = str; this.d = aVar; } @@ -28,7 +28,7 @@ public final class r { return false; } r rVar = (r) obj; - return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2742c, rVar.f2742c) && m.areEqual(this.d, rVar.d); + return m.areEqual(this.a, rVar.a) && m.areEqual(this.b, rVar.b) && m.areEqual(this.f2741c, rVar.f2741c) && m.areEqual(this.d, rVar.d); } public int hashCode() { @@ -39,7 +39,7 @@ public final class r { if (t2 != null) { i = t2.hashCode(); } - return this.d.hashCode() + c.d.b.a.a.m(this.f2742c, (hashCode + i) * 31, 31); + return this.d.hashCode() + c.d.b.a.a.m(this.f2741c, (hashCode + i) * 31, 31); } public String toString() { @@ -48,7 +48,7 @@ public final class r { P.append(", expectedVersion="); P.append((Object) this.b); P.append(", filePath="); - P.append(this.f2742c); + P.append(this.f2741c); P.append(", classId="); P.append(this.d); P.append(')'); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java index 02e2caa9a5..bb04d9b2d5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/u.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/u.java @@ -426,7 +426,7 @@ public final class u { u memberDeserializer = l.childContext$default(this.a, cVar2, d0.t.n.emptyList(), null, null, null, null, 60, null).getMemberDeserializer(); List valueParameterList = dVar.getValueParameterList(); m.checkNotNullExpressionValue(valueParameterList, "proto.valueParameterList"); - cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2674c.get(dVar.getFlags()))); + cVar2.initialize(memberDeserializer.h(valueParameterList, dVar, bVar), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2673c.get(dVar.getFlags()))); cVar2.setReturnType(eVar.getDefaultType()); boolean z3 = true; cVar2.setHasStableParameterNames(!d0.e0.p.d.m0.f.z.b.m.get(dVar.getFlags()).booleanValue()); @@ -487,7 +487,7 @@ public final class u { List h = memberDeserializer.h(valueParameterList, iVar, bVar); c0 type2 = childContext$default.getTypeDeserializer().type(f.returnType(iVar, this.a.getTypeTable())); z modality = zVar.modality(d0.e0.p.d.m0.f.z.b.d.get(i)); - d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2674c.get(i)); + d0.e0.p.d.m0.c.u descriptorVisibility = a0.descriptorVisibility(zVar, d0.e0.p.d.m0.f.z.b.f2673c.get(i)); Map, ?> emptyMap = h0.emptyMap(); b.C0257b bVar2 = d0.e0.p.d.m0.f.z.b.t; kVar.initialize(createExtensionReceiverParameterForCallable, f, ownTypeParameters, h, type2, modality, descriptorVisibility, emptyMap, c(kVar, createExtensionReceiverParameterForCallable, h, ownTypeParameters, type2, c.d.b.a.a.r0(bVar2, i, "IS_SUSPEND.get(flags)"))); @@ -497,7 +497,7 @@ public final class u { Boolean bool2 = d0.e0.p.d.m0.f.z.b.p.get(i); m.checkNotNullExpressionValue(bool2, "IS_INFIX.get(flags)"); kVar.setInfix(bool2.booleanValue()); - Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2675s.get(i); + Boolean bool3 = d0.e0.p.d.m0.f.z.b.f2674s.get(i); m.checkNotNullExpressionValue(bool3, "IS_EXTERNAL_FUNCTION.get(flags)"); kVar.setExternal(bool3.booleanValue()); Boolean bool4 = d0.e0.p.d.m0.f.z.b.q.get(i); @@ -545,13 +545,13 @@ public final class u { z zVar2 = z.a; b.d dVar = d0.e0.p.d.m0.f.z.b.d; z modality = zVar2.modality(dVar.get(i)); - b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2674c; - j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2678z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + b.d dVar2 = d0.e0.p.d.m0.f.z.b.f2673c; + j jVar2 = new j(containingDeclaration, null, e2, modality, a0.descriptorVisibility(zVar2, dVar2.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.w, i, "IS_VAR.get(flags)"), w.getName(this.a.getNameResolver(), nVar.getName()), a0.memberKind(zVar2, d0.e0.p.d.m0.f.z.b.n.get(i)), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.A, i, "IS_LATEINIT.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2677z, i, "IS_CONST.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.C, i, "IS_EXTERNAL_PROPERTY.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.D, i, "IS_DELEGATED.get(flags)"), c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.E, i, "IS_EXPECT_PROPERTY.get(flags)"), nVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar = this.a; List typeParameterList = nVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); l childContext$default = l.childContext$default(lVar, jVar2, typeParameterList, null, null, null, null, 60, null); - boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2676x, i, "HAS_GETTER.get(flags)"); + boolean r0 = c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2675x, i, "HAS_GETTER.get(flags)"); if (!r0 || !f.hasReceiver(nVar)) { nVar2 = nVar; bVar = bVar2; @@ -594,7 +594,7 @@ public final class u { zVar = zVar2; d0Var = null; } - if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2677y, i, "HAS_SETTER.get(flags)")) { + if (c.d.b.a.a.r0(d0.e0.p.d.m0.f.z.b.f2676y, i, "HAS_SETTER.get(flags)")) { if (nVar.hasSetterFlags()) { accessorFlags = nVar.getSetterFlags(); } @@ -633,7 +633,7 @@ public final class u { m.checkNotNullExpressionValue(bVar, "it"); arrayList.add(eVar.deserializeAnnotation(bVar, this.a.getNameResolver())); } - l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2674c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); + l lVar = new l(this.a.getStorageManager(), this.a.getContainingDeclaration(), aVar.create(arrayList), w.getName(this.a.getNameResolver(), rVar.getName()), a0.descriptorVisibility(z.a, d0.e0.p.d.m0.f.z.b.f2673c.get(rVar.getFlags())), rVar, this.a.getNameResolver(), this.a.getTypeTable(), this.a.getVersionRequirementTable(), this.a.getContainerSource()); l lVar2 = this.a; List typeParameterList = rVar.getTypeParameterList(); m.checkNotNullExpressionValue(typeParameterList, "proto.typeParameterList"); diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java index 05b04f9414..39e538e0aa 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/x.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/x.java @@ -18,7 +18,7 @@ public final class x implements g { public final a b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2743c; + public final Function1 f2742c; public final Map d; /* JADX DEBUG: Multi-variable search result rejected for r5v0, resolved type: kotlin.jvm.functions.Function1 */ @@ -30,7 +30,7 @@ public final class x implements g { d0.z.d.m.checkNotNullParameter(function1, "classSource"); this.a = cVar; this.b = aVar; - this.f2743c = function1; + this.f2742c = function1; List class_List = mVar.getClass_List(); d0.z.d.m.checkNotNullExpressionValue(class_List, "proto.class_List"); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(class_List, 10)), 16)); @@ -47,7 +47,7 @@ public final class x implements g { if (cVar == null) { return null; } - return new f(this.a, cVar, this.b, this.f2743c.invoke(aVar)); + return new f(this.a, cVar, this.b, this.f2742c.invoke(aVar)); } public final Collection getAllClassIds() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java index abc0833f07..14da7f1a2c 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/y.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/y.java @@ -12,7 +12,7 @@ public abstract class y { public final g b; /* renamed from: c reason: collision with root package name */ - public final u0 f2744c; + public final u0 f2743c; /* compiled from: ProtoContainer.kt */ public static final class a extends y { @@ -88,7 +88,7 @@ public abstract class y { public y(d0.e0.p.d.m0.f.z.c cVar, g gVar, u0 u0Var, DefaultConstructorMarker defaultConstructorMarker) { this.a = cVar; this.b = gVar; - this.f2744c = u0Var; + this.f2743c = u0Var; } public abstract d0.e0.p.d.m0.g.b debugFqName(); @@ -98,7 +98,7 @@ public abstract class y { } public final u0 getSource() { - return this.f2744c; + return this.f2743c; } public final g getTypeTable() { diff --git a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java index 56322cfefb..30347ece49 100644 --- a/app/src/main/java/d0/e0/p/d/m0/l/b/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/l/b/z.java @@ -19,7 +19,7 @@ public final class z { public static final /* synthetic */ int[] b = {1, 2, 3, 4, 5, 6, 7}; /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int[] f2745c = {1, 2, 3}; + public static final /* synthetic */ int[] f2744c = {1, 2, 3}; public static final /* synthetic */ int[] d = {1, 2, 3, 4}; static { diff --git a/app/src/main/java/d0/e0/p/d/m0/m/c.java b/app/src/main/java/d0/e0/p/d/m0/m/c.java index 3dc8ea6e43..ab20c125ee 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/c.java @@ -10,7 +10,7 @@ import kotlin.jvm.functions.Function1; public final class c extends d { /* renamed from: c reason: collision with root package name */ - public final Runnable f2746c; + public final Runnable f2745c; public final Function1 d; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ @@ -28,7 +28,7 @@ public final class c extends d { m.checkNotNullParameter(lock, "lock"); m.checkNotNullParameter(runnable, "checkCancelled"); m.checkNotNullParameter(function1, "interruptedExceptionHandler"); - this.f2746c = runnable; + this.f2745c = runnable; this.d = function1; } @@ -36,7 +36,7 @@ public final class c extends d { public void lock() { while (!this.b.tryLock(50, TimeUnit.MILLISECONDS)) { try { - this.f2746c.run(); + this.f2745c.run(); } catch (InterruptedException e) { this.d.invoke(e); return; diff --git a/app/src/main/java/d0/e0/p/d/m0/m/f.java b/app/src/main/java/d0/e0/p/d/m0/m/f.java index 5ca0b876d8..0dd4c13db3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/m/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/m/f.java @@ -16,7 +16,7 @@ public class f implements o { public static final o b = new a("NO_LOCKS", AbstractC0280f.a, e.b); /* renamed from: c reason: collision with root package name */ - public final l f2747c; + public final l f2746c; public final AbstractC0280f d; public final String e; @@ -337,7 +337,7 @@ public class f implements o { if (!(obj instanceof n)) { return (T) WrappedValues.unescapeThrowable(obj); } - this.i.f2747c.lock(); + this.i.f2746c.lock(); try { Object obj2 = this.k; if (!(obj2 instanceof n)) { @@ -374,7 +374,7 @@ public class f implements o { } return t; } finally { - this.i.f2747c.unlock(); + this.i.f2746c.unlock(); } } @@ -609,7 +609,7 @@ public class f implements o { if (obj != null && obj != nVar2) { return (V) WrappedValues.unescapeExceptionOrNull(obj); } - this.i.f2747c.lock(); + this.i.f2746c.lock(); try { Object obj2 = this.j.get(k); if (obj2 == nVar2) { @@ -643,7 +643,7 @@ public class f implements o { V v2 = (V) this.k.invoke(k); Object put = this.j.put(k, WrappedValues.escapeNull(v2)); if (put == nVar2) { - this.i.f2747c.unlock(); + this.i.f2746c.unlock(); return v2; } throw b(k, put); @@ -662,7 +662,7 @@ public class f implements o { } } } finally { - this.i.f2747c.unlock(); + this.i.f2746c.unlock(); } } } @@ -773,7 +773,7 @@ public class f implements o { a(5); throw null; } else if (lVar != null) { - this.f2747c = lVar; + this.f2746c = lVar; this.d = fVar; this.e = str; } else { @@ -998,13 +998,13 @@ public class f implements o { @Override // d0.e0.p.d.m0.m.o public T compute(Function0 function0) { if (function0 != null) { - this.f2747c.lock(); + this.f2746c.lock(); try { T t = (T) function0.mo1invoke(); - this.f2747c.unlock(); + this.f2746c.unlock(); return t; } catch (Throwable th) { - this.f2747c.unlock(); + this.f2746c.unlock(); throw th; } } else { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/a0.java b/app/src/main/java/d0/e0/p/d/m0/n/a0.java index 9e4baaf0c0..316c4c9cfd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/a0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/a0.java @@ -19,7 +19,7 @@ public final class a0 implements u0, g { public final LinkedHashSet b; /* renamed from: c reason: collision with root package name */ - public final int f2748c; + public final int f2747c; /* compiled from: IntersectionTypeConstructor.kt */ public static final class a extends o implements Function1 { @@ -42,7 +42,7 @@ public final class a0 implements u0, g { collection.isEmpty(); LinkedHashSet linkedHashSet = new LinkedHashSet<>(collection); this.b = linkedHashSet; - this.f2748c = linkedHashSet.hashCode(); + this.f2747c = linkedHashSet.hashCode(); } public final i createScopeForKotlinType() { @@ -91,7 +91,7 @@ public final class a0 implements u0, g { } public int hashCode() { - return this.f2748c; + return this.f2747c; } @Override // d0.e0.p.d.m0.n.u0 diff --git a/app/src/main/java/d0/e0/p/d/m0/n/e1.java b/app/src/main/java/d0/e0/p/d/m0/n/e1.java index 2b8f9a985d..7cc7323a87 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/e1.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/e1.java @@ -17,7 +17,7 @@ public class e1 { public static final j0 b = t.createErrorType("Cannot be inferred"); /* renamed from: c reason: collision with root package name */ - public static final j0 f2749c = new a("NO_EXPECTED_TYPE"); + public static final j0 f2748c = new a("NO_EXPECTED_TYPE"); public static final j0 d = new a("UNIT_EXPECTED_TYPE"); /* compiled from: TypeUtils */ @@ -836,7 +836,7 @@ public class e1 { public static boolean noExpectedType(c0 c0Var) { if (c0Var != null) { - return c0Var == f2749c || c0Var == d; + return c0Var == f2748c || c0Var == d; } a(0); throw null; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/f.java b/app/src/main/java/d0/e0/p/d/m0/n/f.java index d0502693a7..81c1c9ef9a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/f.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/f.java @@ -18,7 +18,7 @@ public abstract class f implements n { public boolean b; /* renamed from: c reason: collision with root package name */ - public ArrayDeque f2750c; + public ArrayDeque f2749c; public Set d; /* compiled from: AbstractTypeChecker.kt */ @@ -118,7 +118,7 @@ public abstract class f implements n { } public final void clear() { - ArrayDeque arrayDeque = this.f2750c; + ArrayDeque arrayDeque = this.f2749c; m.checkNotNull(arrayDeque); arrayDeque.clear(); Set set = this.d; @@ -152,7 +152,7 @@ public abstract class f implements n { } public final ArrayDeque getSupertypesDeque() { - return this.f2750c; + return this.f2749c; } public final Set getSupertypesSet() { @@ -165,8 +165,8 @@ public abstract class f implements n { public final void initialize() { this.b = true; - if (this.f2750c == null) { - this.f2750c = new ArrayDeque<>(4); + if (this.f2749c == null) { + this.f2749c = new ArrayDeque<>(4); } if (this.d == null) { this.d = d0.e0.p.d.m0.p.j.i.create(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/g.java b/app/src/main/java/d0/e0/p/d/m0/n/g.java index 738da77ffb..89dc63b41b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/g.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/g.java @@ -26,7 +26,7 @@ public abstract class g implements u0 { public final Lazy b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ g f2751c; + public final /* synthetic */ g f2750c; /* compiled from: AbstractTypeConstructor.kt */ /* renamed from: d0.e0.p.d.m0.n.g$a$a reason: collision with other inner class name */ @@ -52,7 +52,7 @@ public abstract class g implements u0 { public a(g gVar, d0.e0.p.d.m0.n.l1.g gVar2) { m.checkNotNullParameter(gVar, "this$0"); m.checkNotNullParameter(gVar2, "kotlinTypeRefiner"); - this.f2751c = gVar; + this.f2750c = gVar; this.a = gVar2; this.b = d0.g.lazy(i.PUBLICATION, new C0282a(this, gVar)); } @@ -62,24 +62,24 @@ public abstract class g implements u0 { } public boolean equals(Object obj) { - return this.f2751c.equals(obj); + return this.f2750c.equals(obj); } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.b.h getBuiltIns() { - d0.e0.p.d.m0.b.h builtIns = this.f2751c.getBuiltIns(); + d0.e0.p.d.m0.b.h builtIns = this.f2750c.getBuiltIns(); m.checkNotNullExpressionValue(builtIns, "this@AbstractTypeConstructor.builtIns"); return builtIns; } @Override // d0.e0.p.d.m0.n.u0 public d0.e0.p.d.m0.c.h getDeclarationDescriptor() { - return this.f2751c.getDeclarationDescriptor(); + return this.f2750c.getDeclarationDescriptor(); } @Override // d0.e0.p.d.m0.n.u0 public List getParameters() { - List parameters = this.f2751c.getParameters(); + List parameters = this.f2750c.getParameters(); m.checkNotNullExpressionValue(parameters, "this@AbstractTypeConstructor.parameters"); return parameters; } @@ -90,29 +90,29 @@ public abstract class g implements u0 { } public int hashCode() { - return this.f2751c.hashCode(); + return this.f2750c.hashCode(); } @Override // d0.e0.p.d.m0.n.u0 public boolean isDenotable() { - return this.f2751c.isDenotable(); + return this.f2750c.isDenotable(); } @Override // d0.e0.p.d.m0.n.u0 public u0 refine(d0.e0.p.d.m0.n.l1.g gVar) { m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - return this.f2751c.refine(gVar); + return this.f2750c.refine(gVar); } public String toString() { - return this.f2751c.toString(); + return this.f2750c.toString(); } } /* compiled from: AbstractTypeConstructor.kt */ public static final class b { public final Collection a; - public List b = d0.t.m.listOf(t.f2760c); + public List b = d0.t.m.listOf(t.f2759c); /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.Collection */ /* JADX WARN: Multi-variable type inference failed */ @@ -162,7 +162,7 @@ public abstract class g implements u0 { } public final b invoke(boolean z2) { - return new b(d0.t.m.listOf(t.f2760c)); + return new b(d0.t.m.listOf(t.f2759c)); } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/d0/e0/p/d/m0/n/i.java b/app/src/main/java/d0/e0/p/d/m0/n/i.java index a29ba50887..6e1d8d3f23 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/i.java @@ -12,7 +12,7 @@ import java.util.List; public class i extends b implements u0 { /* renamed from: c reason: collision with root package name */ - public final e f2752c; + public final e f2751c; public final List d; public final Collection e; @@ -29,7 +29,7 @@ public class i extends b implements u0 { g(2); throw null; } else if (oVar != null) { - this.f2752c = eVar; + this.f2751c = eVar; this.d = Collections.unmodifiableList(new ArrayList(list)); this.e = Collections.unmodifiableCollection(collection); } else { @@ -99,7 +99,7 @@ public class i extends b implements u0 { @Override // d0.e0.p.d.m0.n.b, d0.e0.p.d.m0.n.g, d0.e0.p.d.m0.n.u0 public e getDeclarationDescriptor() { - e eVar = this.f2752c; + e eVar = this.f2751c; if (eVar != null) { return eVar; } @@ -123,6 +123,6 @@ public class i extends b implements u0 { } public String toString() { - return d0.e0.p.d.m0.k.e.getFqName(this.f2752c).asString(); + return d0.e0.p.d.m0.k.e.getFqName(this.f2751c).asString(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/j0.java b/app/src/main/java/d0/e0/p/d/m0/n/j0.java index c03b5ed2e9..c4dbdd7473 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/j0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/j0.java @@ -24,7 +24,7 @@ public abstract class j0 extends i1 implements i, j { StringBuilder sb = new StringBuilder(); Iterator it = getAnnotations().iterator(); while (it.hasNext()) { - q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2695c, it.next(), null, 2, null), "] "); + q.append(sb, "[", d0.e0.p.d.m0.j.c.renderAnnotation$default(d0.e0.p.d.m0.j.c.f2694c, it.next(), null, 2, null), "] "); } sb.append(getConstructor()); if (!getArguments().isEmpty()) { diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java index b5688557dd..387e646dc7 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/c.java @@ -419,7 +419,7 @@ public interface c extends d1, p { m.checkNotNullParameter(cVar, "this"); m.checkNotNullParameter(lVar, "receiver"); if (lVar instanceof u0) { - return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2513c); + return d0.e0.p.d.m0.b.h.isTypeConstructorForGivenClass((u0) lVar, k.a.f2512c); } throw new IllegalArgumentException(("ClassicTypeSystemContext couldn't handle: " + lVar + ", " + a0.getOrCreateKotlinClass(lVar.getClass())).toString()); } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java index 36dbaa4278..9de347735b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/j.java @@ -22,7 +22,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { public Function0> b; /* renamed from: c reason: collision with root package name */ - public final j f2753c; + public final j f2752c; public final z0 d; public final Lazy e; @@ -130,7 +130,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { m.checkNotNullParameter(w0Var, "projection"); this.a = w0Var; this.b = function0; - this.f2753c = jVar; + this.f2752c = jVar; this.d = z0Var; this.e = g.lazy(i.PUBLICATION, new b(this)); } @@ -153,11 +153,11 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } Objects.requireNonNull(obj, "null cannot be cast to non-null type org.jetbrains.kotlin.types.checker.NewCapturedTypeConstructor"); j jVar = (j) obj; - j jVar2 = this.f2753c; + j jVar2 = this.f2752c; if (jVar2 == null) { jVar2 = this; } - j jVar3 = jVar.f2753c; + j jVar3 = jVar.f2752c; if (jVar3 != null) { jVar = jVar3; } @@ -193,7 +193,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { } public int hashCode() { - j jVar = this.f2753c; + j jVar = this.f2752c; return jVar == null ? super.hashCode() : jVar.hashCode(); } @@ -214,7 +214,7 @@ public final class j implements d0.e0.p.d.m0.k.u.a.b { w0 refine = getProjection().refine(gVar); m.checkNotNullExpressionValue(refine, "projection.refine(kotlinTypeRefiner)"); d dVar = this.b == null ? null : new d(this, gVar); - j jVar = this.f2753c; + j jVar = this.f2752c; if (jVar == null) { jVar = this; } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java index 68622d3805..76ad792db5 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/l1/m.java @@ -26,12 +26,12 @@ import kotlin.NoWhenBranchMatchedException; public final class m implements l { /* renamed from: c reason: collision with root package name */ - public final g f2754c; + public final g f2753c; public final k d; public m(g gVar) { d0.z.d.m.checkNotNullParameter(gVar, "kotlinTypeRefiner"); - this.f2754c = gVar; + this.f2753c = gVar; k createWithTypeRefiner = k.createWithTypeRefiner(getKotlinTypeRefiner()); d0.z.d.m.checkNotNullExpressionValue(createWithTypeRefiner, "createWithTypeRefiner(kotlinTypeRefiner)"); this.d = createWithTypeRefiner; @@ -53,7 +53,7 @@ public final class m implements l { @Override // d0.e0.p.d.m0.n.l1.l public g getKotlinTypeRefiner() { - return this.f2754c; + return this.f2753c; } @Override // d0.e0.p.d.m0.n.l1.l diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p.java b/app/src/main/java/d0/e0/p/d/m0/n/p.java index 9d53e3260b..163a484097 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p.java @@ -9,7 +9,7 @@ public final class p extends z0 { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final z0 f2755c; + public final z0 f2754c; public final z0 d; /* compiled from: DisjointKeysUnionTypeSubstitution.kt */ @@ -25,7 +25,7 @@ public final class p extends z0 { } public p(z0 z0Var, z0 z0Var2, DefaultConstructorMarker defaultConstructorMarker) { - this.f2755c = z0Var; + this.f2754c = z0Var; this.d = z0Var2; } @@ -35,24 +35,24 @@ public final class p extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean approximateCapturedTypes() { - return this.f2755c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); + return this.f2754c.approximateCapturedTypes() || this.d.approximateCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public boolean approximateContravariantCapturedTypes() { - return this.f2755c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); + return this.f2754c.approximateContravariantCapturedTypes() || this.d.approximateContravariantCapturedTypes(); } @Override // d0.e0.p.d.m0.n.z0 public g filterAnnotations(g gVar) { m.checkNotNullParameter(gVar, "annotations"); - return this.d.filterAnnotations(this.f2755c.filterAnnotations(gVar)); + return this.d.filterAnnotations(this.f2754c.filterAnnotations(gVar)); } @Override // d0.e0.p.d.m0.n.z0 public w0 get(c0 c0Var) { m.checkNotNullParameter(c0Var, "key"); - w0 w0Var = this.f2755c.get(c0Var); + w0 w0Var = this.f2754c.get(c0Var); return w0Var == null ? this.d.get(c0Var) : w0Var; } @@ -65,6 +65,6 @@ public final class p extends z0 { public c0 prepareTopLevelType(c0 c0Var, j1 j1Var) { m.checkNotNullParameter(c0Var, "topLevelType"); m.checkNotNullParameter(j1Var, ModelAuditLogEntry.CHANGE_KEY_POSITION); - return this.d.prepareTopLevelType(this.f2755c.prepareTopLevelType(c0Var, j1Var), j1Var); + return this.d.prepareTopLevelType(this.f2754c.prepareTopLevelType(c0Var, j1Var), j1Var); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p0.java b/app/src/main/java/d0/e0/p/d/m0/n/p0.java index 70094bd1e1..f8cdc6681e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p0.java @@ -16,18 +16,18 @@ public final class p0 { public static final class a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ List f2756c; + public final /* synthetic */ List f2755c; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ public a(List list) { - this.f2756c = list; + this.f2755c = list; } @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - if (!this.f2756c.contains(u0Var)) { + if (!this.f2755c.contains(u0Var)) { return null; } h declarationDescriptor = u0Var.getDeclarationDescriptor(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java index 3741784b56..980da10169 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/p1/d.java @@ -10,7 +10,7 @@ public final class d { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final c0 f2757c; + public final c0 f2756c; public d(z0 z0Var, c0 c0Var, c0 c0Var2) { m.checkNotNullParameter(z0Var, "typeParameter"); @@ -18,7 +18,7 @@ public final class d { m.checkNotNullParameter(c0Var2, "outProjection"); this.a = z0Var; this.b = c0Var; - this.f2757c = c0Var2; + this.f2756c = c0Var2; } public final c0 getInProjection() { @@ -26,7 +26,7 @@ public final class d { } public final c0 getOutProjection() { - return this.f2757c; + return this.f2756c; } public final z0 getTypeParameter() { @@ -34,6 +34,6 @@ public final class d { } public final boolean isConsistent() { - return f.a.isSubtypeOf(this.b, this.f2757c); + return f.a.isSubtypeOf(this.b, this.f2756c); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/q0.java b/app/src/main/java/d0/e0/p/d/m0/n/q0.java index 378ee0aa96..3382720fcd 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/q0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/q0.java @@ -24,7 +24,7 @@ public final class q0 { public final s0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f2758c; + public final boolean f2757c; /* compiled from: TypeAliasExpander.kt */ public static final class a { @@ -61,7 +61,7 @@ public final class q0 { public q0(s0 s0Var, boolean z2) { m.checkNotNullParameter(s0Var, "reportStrategy"); this.b = s0Var; - this.f2758c = z2; + this.f2757c = z2; } public final void a(g gVar, g gVar2) { @@ -176,7 +176,7 @@ public final class q0 { if (!d0.e0.p.d.m0.n.o1.a.containsTypeAliasParameters(type2)) { w0 w0Var4 = asSimpleType.getArguments().get(i2); z0 z0Var2 = asSimpleType.getConstructor().getParameters().get(i2); - if (this.f2758c) { + if (this.f2757c) { a aVar = a; s0 s0Var = this.b; c0 type3 = w0Var4.getType(); diff --git a/app/src/main/java/d0/e0/p/d/m0/n/r0.java b/app/src/main/java/d0/e0/p/d/m0/n/r0.java index 37372387d0..fd6a402e5e 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/r0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/r0.java @@ -17,7 +17,7 @@ public final class r0 { public final r0 b; /* renamed from: c reason: collision with root package name */ - public final y0 f2759c; + public final y0 f2758c; public final List d; public final Map e; @@ -41,7 +41,7 @@ public final class r0 { public r0(r0 r0Var, y0 y0Var, List list, Map map, DefaultConstructorMarker defaultConstructorMarker) { this.b = r0Var; - this.f2759c = y0Var; + this.f2758c = y0Var; this.d = list; this.e = map; } @@ -51,7 +51,7 @@ public final class r0 { } public final y0 getDescriptor() { - return this.f2759c; + return this.f2758c; } public final w0 getReplacement(u0 u0Var) { @@ -65,7 +65,7 @@ public final class r0 { public final boolean isRecursion(y0 y0Var) { m.checkNotNullParameter(y0Var, "descriptor"); - if (!m.areEqual(this.f2759c, y0Var)) { + if (!m.areEqual(this.f2758c, y0Var)) { r0 r0Var = this.b; if (!(r0Var == null ? false : r0Var.isRecursion(y0Var))) { return false; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/t.java b/app/src/main/java/d0/e0/p/d/m0/n/t.java index 44fa25953b..031c5dc6d8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/t.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/t.java @@ -28,7 +28,7 @@ public class t { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final j0 f2760c = createErrorType(""); + public static final j0 f2759c = createErrorType(""); public static final c0 d; public static final n0 e; public static final Set f; diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v.java b/app/src/main/java/d0/e0/p/d/m0/n/v.java index f5dd7724a7..52dc3d0322 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v.java @@ -59,6 +59,6 @@ public abstract class v extends i1 implements f { public abstract String render(c cVar, h hVar); public String toString() { - return c.f2695c.renderType(this); + return c.f2694c.renderType(this); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/v0.java b/app/src/main/java/d0/e0/p/d/m0/n/v0.java index 61175f0127..8839a805f8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/v0.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/v0.java @@ -21,13 +21,13 @@ public abstract class v0 extends z0 { public static final class C0288a extends v0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Map f2761c; + public final /* synthetic */ Map f2760c; public final /* synthetic */ boolean d; /* JADX DEBUG: Multi-variable search result rejected for r1v0, resolved type: java.util.Map */ /* JADX WARN: Multi-variable type inference failed */ public C0288a(Map map, boolean z2) { - this.f2761c = map; + this.f2760c = map; this.d = z2; } @@ -39,12 +39,12 @@ public abstract class v0 extends z0 { @Override // d0.e0.p.d.m0.n.v0 public w0 get(u0 u0Var) { m.checkNotNullParameter(u0Var, "key"); - return this.f2761c.get(u0Var); + return this.f2760c.get(u0Var); } @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2761c.isEmpty(); + return this.f2760c.isEmpty(); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/n/z.java b/app/src/main/java/d0/e0/p/d/m0/n/z.java index 7d8f50dda6..796c9d3f2b 100644 --- a/app/src/main/java/d0/e0/p/d/m0/n/z.java +++ b/app/src/main/java/d0/e0/p/d/m0/n/z.java @@ -11,7 +11,7 @@ public final class z extends z0 { public final z0[] b; /* renamed from: c reason: collision with root package name */ - public final w0[] f2762c; + public final w0[] f2761c; public final boolean d; /* JADX WARNING: Illegal instructions before constructor call */ @@ -30,7 +30,7 @@ public final class z extends z0 { m.checkNotNullParameter(z0VarArr, "parameters"); m.checkNotNullParameter(w0VarArr, "arguments"); this.b = z0VarArr; - this.f2762c = w0VarArr; + this.f2761c = w0VarArr; this.d = z2; int length = z0VarArr.length; int length2 = w0VarArr.length; @@ -59,11 +59,11 @@ public final class z extends z0 { if (index >= z0VarArr.length || !m.areEqual(z0VarArr[index].getTypeConstructor(), z0Var.getTypeConstructor())) { return null; } - return this.f2762c[index]; + return this.f2761c[index]; } public final w0[] getArguments() { - return this.f2762c; + return this.f2761c; } public final z0[] getParameters() { @@ -72,6 +72,6 @@ public final class z extends z0 { @Override // d0.e0.p.d.m0.n.z0 public boolean isEmpty() { - return this.f2762c.length == 0; + return this.f2761c.length == 0; } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/d.java b/app/src/main/java/d0/e0/p/d/m0/o/d.java index 799554b2eb..ba7533a80a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/d.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/d.java @@ -16,7 +16,7 @@ public final class d { public final Regex b; /* renamed from: c reason: collision with root package name */ - public final Collection f2763c; + public final Collection f2762c; public final Function1 d; public final b[] e; @@ -67,7 +67,7 @@ public final class d { public d(e eVar, Regex regex, Collection collection, Function1 function1, b... bVarArr) { this.a = null; this.b = regex; - this.f2763c = collection; + this.f2762c = collection; this.d = function1; this.e = bVarArr; } @@ -82,7 +82,7 @@ public final class d { System.arraycopy(bVarArr, 0, bVarArr2, 0, bVarArr.length); this.a = eVar; this.b = null; - this.f2763c = null; + this.f2762c = null; this.d = function1; this.e = bVarArr2; } @@ -151,7 +151,7 @@ public final class d { return false; } } - Collection collection = this.f2763c; + Collection collection = this.f2762c; return collection == null || collection.contains(xVar.getName()); } } diff --git a/app/src/main/java/d0/e0/p/d/m0/o/i.java b/app/src/main/java/d0/e0/p/d/m0/o/i.java index f16e6471aa..598a3c0d1a 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/i.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/i.java @@ -155,7 +155,7 @@ public final class i extends a { k.a aVar = k.a.d; d0.e0.p.d.m0.g.e eVar6 = j.h; l.c cVar = l.c.b; - b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2764c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2767y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); + b = n.listOf((Object[]) new d[]{new d(eVar, bVarArr, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar2, bVarArr2, a.i), new d(eVar3, new b[]{bVar, hVar, new l.a(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.b, new b[]{bVar, hVar, new l.a(3), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2763c, new b[]{bVar, hVar, new l.b(2), eVar4}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.g, new b[]{bVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar5, new b[]{bVar, dVar, hVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(eVar6, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.k, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.l, new b[]{bVar, cVar, aVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.f2766y, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.d, new b[]{f.a.b}, b.i), new d(j.e, new b[]{bVar, k.b.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.G, new b[]{bVar, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.F, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(n.listOf((Object[]) new d0.e0.p.d.m0.g.e[]{j.n, j.o}), new b[]{bVar}, c.i), new d(j.H, new b[]{bVar, k.c.d, dVar, hVar}, (Function1) null, 4, (DefaultConstructorMarker) null), new d(j.m, new b[]{bVar, cVar}, (Function1) null, 4, (DefaultConstructorMarker) null)}); } @Override // d0.e0.p.d.m0.o.a diff --git a/app/src/main/java/d0/e0/p/d/m0/o/j.java b/app/src/main/java/d0/e0/p/d/m0/o/j.java index bf039ea078..835247f5d3 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/j.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/j.java @@ -19,7 +19,7 @@ public final class j { public static final e b; /* renamed from: c reason: collision with root package name */ - public static final e f2764c; + public static final e f2763c; public static final e d; public static final e e; public static final e f; @@ -37,20 +37,20 @@ public final class j { public static final e r; /* renamed from: s reason: collision with root package name */ - public static final e f2765s; + public static final e f2764s; public static final e t; public static final e u; public static final e v; public static final e w; /* renamed from: x reason: collision with root package name */ - public static final e f2766x; + public static final e f2765x; /* renamed from: y reason: collision with root package name */ - public static final e f2767y; + public static final e f2766y; /* renamed from: z reason: collision with root package name */ - public static final e f2768z; + public static final e f2767z; static { e identifier = e.identifier("getValue"); @@ -61,7 +61,7 @@ public final class j { b = identifier2; e identifier3 = e.identifier("provideDelegate"); m.checkNotNullExpressionValue(identifier3, "identifier(\"provideDelegate\")"); - f2764c = identifier3; + f2763c = identifier3; e identifier4 = e.identifier("equals"); m.checkNotNullExpressionValue(identifier4, "identifier(\"equals\")"); d = identifier4; @@ -109,7 +109,7 @@ public final class j { r = identifier17; e identifier18 = e.identifier("unaryMinus"); m.checkNotNullExpressionValue(identifier18, "identifier(\"unaryMinus\")"); - f2765s = identifier18; + f2764s = identifier18; e identifier19 = e.identifier("unaryPlus"); m.checkNotNullExpressionValue(identifier19, "identifier(\"unaryPlus\")"); t = identifier19; @@ -124,13 +124,13 @@ public final class j { w = identifier22; e identifier23 = e.identifier("rem"); m.checkNotNullExpressionValue(identifier23, "identifier(\"rem\")"); - f2766x = identifier23; + f2765x = identifier23; e identifier24 = e.identifier("rangeTo"); m.checkNotNullExpressionValue(identifier24, "identifier(\"rangeTo\")"); - f2767y = identifier24; + f2766y = identifier24; e identifier25 = e.identifier("timesAssign"); m.checkNotNullExpressionValue(identifier25, "identifier(\"timesAssign\")"); - f2768z = identifier25; + f2767z = identifier25; e identifier26 = e.identifier("divAssign"); m.checkNotNullExpressionValue(identifier26, "identifier(\"divAssign\")"); A = identifier26; diff --git a/app/src/main/java/d0/e0/p/d/m0/o/k.java b/app/src/main/java/d0/e0/p/d/m0/o/k.java index 372a3c6dd7..1fec036ede 100644 --- a/app/src/main/java/d0/e0/p/d/m0/o/k.java +++ b/app/src/main/java/d0/e0/p/d/m0/o/k.java @@ -15,7 +15,7 @@ public abstract class k implements b { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final String f2769c; + public final String f2768c; /* compiled from: modifierChecks.kt */ public static final class a extends k { @@ -96,7 +96,7 @@ public abstract class k implements b { public k(String str, Function1 function1, DefaultConstructorMarker defaultConstructorMarker) { this.a = str; this.b = function1; - this.f2769c = m.stringPlus("must return ", str); + this.f2768c = m.stringPlus("must return ", str); } @Override // d0.e0.p.d.m0.o.b @@ -107,7 +107,7 @@ public abstract class k implements b { @Override // d0.e0.p.d.m0.o.b public String getDescription() { - return this.f2769c; + return this.f2768c; } @Override // d0.e0.p.d.m0.o.b diff --git a/app/src/main/java/d0/e0/p/d/m0/p/e.java b/app/src/main/java/d0/e0/p/d/m0/p/e.java index e8828479d3..4a903f3ab8 100644 --- a/app/src/main/java/d0/e0/p/d/m0/p/e.java +++ b/app/src/main/java/d0/e0/p/d/m0/p/e.java @@ -17,7 +17,7 @@ public final class e { public static final e b; /* renamed from: c reason: collision with root package name */ - public final h f2770c; + public final h f2769c; public final h d; public final Map e; public final boolean f; @@ -81,7 +81,7 @@ public final class e { m.checkNotNullParameter(hVar, "globalJsr305Level"); m.checkNotNullParameter(map, "userDefinedLevelForSpecificJsr305Annotation"); m.checkNotNullParameter(hVar3, "jspecifyReportLevel"); - this.f2770c = hVar; + this.f2769c = hVar; this.d = hVar2; this.e = map; this.f = z2; @@ -115,7 +115,7 @@ public final class e { } public final h getGlobalJsr305Level() { - return this.f2770c; + return this.f2769c; } public final h getJspecifyReportLevel() { diff --git a/app/src/main/java/d0/e0/p/d/n0/b.java b/app/src/main/java/d0/e0/p/d/n0/b.java index d07cee8b9d..273e3bf81b 100644 --- a/app/src/main/java/d0/e0/p/d/n0/b.java +++ b/app/src/main/java/d0/e0/p/d/n0/b.java @@ -5,11 +5,11 @@ public final class b { public final d>> b; /* renamed from: c reason: collision with root package name */ - public final int f2771c; + public final int f2770c; public b(d>> dVar, int i) { this.b = dVar; - this.f2771c = i; + this.f2770c = i; } public static b empty() { @@ -58,6 +58,6 @@ public final class b { aVar = aVar.minus(i); } a> plus = aVar.plus(new e<>(k, v)); - return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2771c - size)); + return new b<>(this.b.plus(k.hashCode(), plus), plus.size() + (this.f2770c - size)); } } diff --git a/app/src/main/java/d0/e0/p/d/n0/c.java b/app/src/main/java/d0/e0/p/d/n0/c.java index 8e92e9cc51..cb50510321 100644 --- a/app/src/main/java/d0/e0/p/d/n0/c.java +++ b/app/src/main/java/d0/e0/p/d/n0/c.java @@ -5,7 +5,7 @@ public final class c { public final long b; /* renamed from: c reason: collision with root package name */ - public final V f2772c; + public final V f2771c; public final c d; public final c e; public final int f; @@ -13,14 +13,14 @@ public final class c { public c() { this.f = 0; this.b = 0; - this.f2772c = null; + this.f2771c = null; this.d = null; this.e = null; } public c(long j, V v, c cVar, c cVar2) { this.b = j; - this.f2772c = v; + this.f2771c = v; this.d = cVar; this.e = cVar2; this.f = cVar.f + 1 + cVar2.f; @@ -31,7 +31,7 @@ public final class c { return null; } long j2 = this.b; - return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2772c; + return j < j2 ? this.d.a(j - j2) : j > j2 ? this.e.a(j - j2) : this.f2771c; } public c b(long j, V v) { @@ -39,7 +39,7 @@ public final class c { return new c<>(j, v, this, this); } long j2 = this.b; - return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2772c ? this : new c<>(j, v, this.d, this.e); + return j < j2 ? c(this.d.b(j - j2, v), this.e) : j > j2 ? c(this.d, this.e.b(j - j2, v)) : v == this.f2771c ? this : new c<>(j, v, this.d, this.e); } public final c c(c cVar, c cVar2) { @@ -47,7 +47,7 @@ public final class c { return this; } long j = this.b; - V v = this.f2772c; + V v = this.f2771c; int i = cVar.f; int i2 = cVar2.f; if (i + i2 > 1) { @@ -56,14 +56,14 @@ public final class c { c cVar4 = cVar.e; if (cVar4.f < cVar3.f * 2) { long j2 = cVar.b; - return new c<>(j2 + j, cVar.f2772c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); + return new c<>(j2 + j, cVar.f2771c, cVar3, new c(-j2, v, cVar4.d(cVar4.b + j2), cVar2)); } c cVar5 = cVar4.d; c cVar6 = cVar4.e; long j3 = cVar4.b; long j4 = cVar.b + j3 + j; - V v2 = cVar4.f2772c; - c cVar7 = new c(-j3, cVar.f2772c, cVar3, cVar5.d(cVar5.b + j3)); + V v2 = cVar4.f2771c; + c cVar7 = new c(-j3, cVar.f2771c, cVar3, cVar5.d(cVar5.b + j3)); long j5 = cVar.b; long j6 = cVar4.b; return new c<>(j4, v2, cVar7, new c((-j5) - j6, v, cVar6.d(cVar6.b + j6 + j5), cVar2)); @@ -72,23 +72,23 @@ public final class c { c cVar9 = cVar2.e; if (cVar8.f < cVar9.f * 2) { long j7 = cVar2.b; - return new c<>(j7 + j, cVar2.f2772c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); + return new c<>(j7 + j, cVar2.f2771c, new c(-j7, v, cVar, cVar8.d(cVar8.b + j7)), cVar9); } c cVar10 = cVar8.d; c cVar11 = cVar8.e; long j8 = cVar8.b; long j9 = cVar2.b; long j10 = j8 + j9 + j; - V v3 = cVar8.f2772c; + V v3 = cVar8.f2771c; c cVar12 = new c((-j9) - j8, v, cVar, cVar10.d(cVar10.b + j8 + j9)); long j11 = cVar8.b; - return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2772c, cVar11.d(cVar11.b + j11), cVar9)); + return new c<>(j10, v3, cVar12, new c(-j11, cVar2.f2771c, cVar11.d(cVar11.b + j11), cVar9)); } } return new c<>(j, v, cVar, cVar2); } public final c d(long j) { - return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2772c, this.d, this.e); + return (this.f == 0 || j == this.b) ? this : new c<>(j, this.f2771c, this.d, this.e); } } diff --git a/app/src/main/java/d0/e0/p/d/s.java b/app/src/main/java/d0/e0/p/d/s.java index c69a4cb72e..7fbd291612 100644 --- a/app/src/main/java/d0/e0/p/d/s.java +++ b/app/src/main/java/d0/e0/p/d/s.java @@ -33,7 +33,7 @@ public abstract class s extends f implements KProperty { public final String r; /* renamed from: s reason: collision with root package name */ - public final Object f2773s; + public final Object f2772s; /* compiled from: KPropertyImpl.kt */ public static abstract class a extends f implements KFunction { @@ -295,7 +295,7 @@ public abstract class s extends f implements KProperty { this.p = iVar; this.q = str; this.r = str2; - this.f2773s = obj; + this.f2772s = obj; c0.b lazy = c0.lazy(new f(this)); d0.z.d.m.checkNotNullExpressionValue(lazy, "ReflectProperties.lazy {…y -> null\n }\n }"); this.n = lazy; @@ -321,11 +321,11 @@ public abstract class s extends f implements KProperty { public boolean equals(Object obj) { s asKPropertyImpl = j0.asKPropertyImpl(obj); - return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2773s, asKPropertyImpl.f2773s); + return asKPropertyImpl != null && d0.z.d.m.areEqual(getContainer(), asKPropertyImpl.getContainer()) && d0.z.d.m.areEqual(getName(), asKPropertyImpl.getName()) && d0.z.d.m.areEqual(this.r, asKPropertyImpl.r) && d0.z.d.m.areEqual(this.f2772s, asKPropertyImpl.f2772s); } public final Object getBoundReceiver() { - return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2773s, getDescriptor()); + return d0.e0.p.d.l0.h.coerceToExpectedReceiverType(this.f2772s, getDescriptor()); } @Override // d0.e0.p.d.f @@ -373,7 +373,7 @@ public abstract class s extends f implements KProperty { @Override // d0.e0.p.d.f public boolean isBound() { - return !d0.z.d.m.areEqual(this.f2773s, d0.z.d.d.NO_RECEIVER); + return !d0.z.d.m.areEqual(this.f2772s, d0.z.d.d.NO_RECEIVER); } @Override // kotlin.reflect.KProperty diff --git a/app/src/main/java/d0/f0/g.java b/app/src/main/java/d0/f0/g.java index 4bb6b9211a..c4bf05a43b 100644 --- a/app/src/main/java/d0/f0/g.java +++ b/app/src/main/java/d0/f0/g.java @@ -11,7 +11,7 @@ public final class g implements Sequence { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2774c; + public final Function1 f2773c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -73,11 +73,11 @@ public final class g implements Sequence { m.checkNotNullParameter(function1, "predicate"); this.a = sequence; this.b = z2; - this.f2774c = function1; + this.f2773c = function1; } public static final /* synthetic */ Function1 access$getPredicate$p(g gVar) { - return gVar.f2774c; + return gVar.f2773c; } public static final /* synthetic */ boolean access$getSendWhen$p(g gVar) { diff --git a/app/src/main/java/d0/f0/h.java b/app/src/main/java/d0/f0/h.java index e1a053cdd2..44935d3d4b 100644 --- a/app/src/main/java/d0/f0/h.java +++ b/app/src/main/java/d0/f0/h.java @@ -11,7 +11,7 @@ public final class h implements Sequence { public final Function1 b; /* renamed from: c reason: collision with root package name */ - public final Function1> f2775c; + public final Function1> f2774c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -78,11 +78,11 @@ public final class h implements Sequence { m.checkNotNullParameter(function12, "iterator"); this.a = sequence; this.b = function1; - this.f2775c = function12; + this.f2774c = function12; } public static final /* synthetic */ Function1 access$getIterator$p(h hVar) { - return hVar.f2775c; + return hVar.f2774c; } public static final /* synthetic */ Sequence access$getSequence$p(h hVar) { diff --git a/app/src/main/java/d0/f0/r.java b/app/src/main/java/d0/f0/r.java index e17936a6e4..47b8d1dbf4 100644 --- a/app/src/main/java/d0/f0/r.java +++ b/app/src/main/java/d0/f0/r.java @@ -10,7 +10,7 @@ public final class r implements Sequence, e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2776c; + public final int f2775c; /* compiled from: Sequences.kt */ public static final class a implements Iterator, d0.z.d.g0.a { @@ -58,7 +58,7 @@ public final class r implements Sequence, e { m.checkNotNullParameter(sequence, "sequence"); this.a = sequence; this.b = i; - this.f2776c = i2; + this.f2775c = i2; boolean z2 = true; if (i >= 0) { if (i2 >= 0) { @@ -73,7 +73,7 @@ public final class r implements Sequence, e { } public static final /* synthetic */ int access$getEndIndex$p(r rVar) { - return rVar.f2776c; + return rVar.f2775c; } public static final /* synthetic */ Sequence access$getSequence$p(r rVar) { @@ -86,7 +86,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence drop(int i) { - int i2 = this.f2776c; + int i2 = this.f2775c; int i3 = this.b; return i >= i2 - i3 ? n.emptySequence() : new r(this.a, i3 + i, i2); } @@ -98,7 +98,7 @@ public final class r implements Sequence, e { @Override // d0.f0.e public Sequence take(int i) { - int i2 = this.f2776c; + int i2 = this.f2775c; int i3 = this.b; return i >= i2 - i3 ? this : new r(this.a, i3, i + i3); } diff --git a/app/src/main/java/d0/g0/c.java b/app/src/main/java/d0/g0/c.java index 2c057c755b..1839b53a22 100644 --- a/app/src/main/java/d0/g0/c.java +++ b/app/src/main/java/d0/g0/c.java @@ -9,7 +9,7 @@ public final class c { public static Charset b; /* renamed from: c reason: collision with root package name */ - public static Charset f2777c; + public static Charset f2776c; public static final c d = new c(); static { @@ -24,13 +24,13 @@ public final class c { } public final Charset UTF32_BE() { - Charset charset = f2777c; + Charset charset = f2776c; if (charset != null) { return charset; } Charset forName = Charset.forName("UTF-32BE"); m.checkNotNullExpressionValue(forName, "Charset.forName(\"UTF-32BE\")"); - f2777c = forName; + f2776c = forName; return forName; } diff --git a/app/src/main/java/d0/g0/d.java b/app/src/main/java/d0/g0/d.java index 756c480654..9191e46350 100644 --- a/app/src/main/java/d0/g0/d.java +++ b/app/src/main/java/d0/g0/d.java @@ -15,7 +15,7 @@ public final class d implements Sequence { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2778c; + public final int f2777c; public final Function2> d; /* compiled from: Strings.kt */ @@ -107,7 +107,7 @@ public final class d implements Sequence { m.checkNotNullParameter(function2, "getNextMatch"); this.a = charSequence; this.b = i; - this.f2778c = i2; + this.f2777c = i2; this.d = function2; } @@ -120,7 +120,7 @@ public final class d implements Sequence { } public static final /* synthetic */ int access$getLimit$p(d dVar) { - return dVar.f2778c; + return dVar.f2777c; } public static final /* synthetic */ int access$getStartIndex$p(d dVar) { diff --git a/app/src/main/java/d0/g0/g.java b/app/src/main/java/d0/g0/g.java index ad17c46458..47ef7675e4 100644 --- a/app/src/main/java/d0/g0/g.java +++ b/app/src/main/java/d0/g0/g.java @@ -18,7 +18,7 @@ public final class g implements MatchResult { public List b; /* renamed from: c reason: collision with root package name */ - public final Matcher f2779c; + public final Matcher f2778c; public final CharSequence d; /* compiled from: Regex.kt */ @@ -148,12 +148,12 @@ public final class g implements MatchResult { public g(Matcher matcher, CharSequence charSequence) { m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(charSequence, "input"); - this.f2779c = matcher; + this.f2778c = matcher; this.d = charSequence; } public static final java.util.regex.MatchResult access$getMatchResult$p(g gVar) { - return gVar.f2779c; + return gVar.f2778c; } @Override // kotlin.text.MatchResult @@ -178,23 +178,23 @@ public final class g implements MatchResult { @Override // kotlin.text.MatchResult public IntRange getRange() { - return h.access$range(this.f2779c); + return h.access$range(this.f2778c); } @Override // kotlin.text.MatchResult public String getValue() { - String group = this.f2779c.group(); + String group = this.f2778c.group(); m.checkNotNullExpressionValue(group, "matchResult.group()"); return group; } @Override // kotlin.text.MatchResult public MatchResult next() { - int end = this.f2779c.end() + (this.f2779c.end() == this.f2779c.start() ? 1 : 0); + int end = this.f2778c.end() + (this.f2778c.end() == this.f2778c.start() ? 1 : 0); if (end > this.d.length()) { return null; } - Matcher matcher = this.f2779c.pattern().matcher(this.d); + Matcher matcher = this.f2778c.pattern().matcher(this.d); m.checkNotNullExpressionValue(matcher, "matcher.pattern().matcher(input)"); return h.access$findNext(matcher, end, this.d); } diff --git a/app/src/main/java/d0/t/q0/c.java b/app/src/main/java/d0/t/q0/c.java index 2e55dabde6..f9ac309e5c 100644 --- a/app/src/main/java/d0/t/q0/c.java +++ b/app/src/main/java/d0/t/q0/c.java @@ -24,7 +24,7 @@ public final class c implements Map, d0.z.d.g0.d { public int[] r; /* renamed from: s reason: collision with root package name */ - public int[] f2780s; + public int[] f2779s; public int t; public int u; @@ -294,7 +294,7 @@ public final class c implements Map, d0.z.d.g0.d { this.p = (K[]) b.arrayOfUninitializedElements(i2); this.q = null; this.r = iArr; - this.f2780s = new int[access$computeHashSize]; + this.f2779s = new int[access$computeHashSize]; this.t = 2; this.u = 0; this.j = a.access$computeShift(aVar, access$computeHashSize); @@ -338,10 +338,10 @@ public final class c implements Map, d0.z.d.g0.d { checkIsMutable$kotlin_stdlib(); while (true) { int e2 = e(k); - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2780s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2779s.length / 2); int i2 = 0; while (true) { - int[] iArr = this.f2780s; + int[] iArr = this.f2779s; int i3 = iArr[e2]; if (i3 <= 0) { int i4 = this.u; @@ -365,10 +365,10 @@ public final class c implements Map, d0.z.d.g0.d { } else { i2++; if (i2 > coerceAtMost) { - f(this.f2780s.length * 2); + f(this.f2779s.length * 2); break; } - e2 = e2 == 0 ? this.f2780s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2779s.length - 1 : e2 - 1; } } } @@ -390,11 +390,11 @@ public final class c implements Map, d0.z.d.g0.d { m.checkNotNullExpressionValue(copyOf, "java.util.Arrays.copyOf(this, newSize)"); this.r = copyOf; int access$computeHashSize = a.access$computeHashSize(i, i4); - if (access$computeHashSize > this.f2780s.length) { + if (access$computeHashSize > this.f2779s.length) { f(access$computeHashSize); } } else if ((i3 + i4) - size() > this.p.length) { - f(this.f2780s.length); + f(this.f2779s.length); } } @@ -408,7 +408,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(k); int i2 = this.t; while (true) { - int i3 = this.f2780s[e2]; + int i3 = this.f2779s[e2]; if (i3 == 0) { return -1; } @@ -422,7 +422,7 @@ public final class c implements Map, d0.z.d.g0.d { if (i2 < 0) { return -1; } - e2 = e2 == 0 ? this.f2780s.length - 1 : e2 - 1; + e2 = e2 == 0 ? this.f2779s.length - 1 : e2 - 1; } } @@ -442,7 +442,7 @@ public final class c implements Map, d0.z.d.g0.d { int[] iArr = this.r; int i4 = iArr[i3]; if (i4 >= 0) { - this.f2780s[i4] = 0; + this.f2779s[i4] = 0; iArr[i3] = -1; } if (i3 == i2) { @@ -574,9 +574,9 @@ public final class c implements Map, d0.z.d.g0.d { } this.u = i5; } - int[] iArr = this.f2780s; + int[] iArr = this.f2779s; if (i2 != iArr.length) { - this.f2780s = new int[i2]; + this.f2779s = new int[i2]; this.j = a.access$computeShift(i, i2); } else { j.fill(iArr, 0, 0, iArr.length); @@ -587,7 +587,7 @@ public final class c implements Map, d0.z.d.g0.d { int e2 = e(this.p[i6]); int i8 = this.t; while (true) { - int[] iArr2 = this.f2780s; + int[] iArr2 = this.f2779s; z2 = true; if (iArr2[e2] == 0) { iArr2[e2] = i7; @@ -613,17 +613,17 @@ public final class c implements Map, d0.z.d.g0.d { public final void g(int i2) { b.resetAt(this.p, i2); int i3 = this.r[i2]; - int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2780s.length / 2); + int coerceAtMost = d0.d0.f.coerceAtMost(this.t * 2, this.f2779s.length / 2); int i4 = 0; int i5 = i3; while (true) { - i3 = i3 == 0 ? this.f2780s.length - 1 : i3 - 1; + i3 = i3 == 0 ? this.f2779s.length - 1 : i3 - 1; i4++; if (i4 > this.t) { - this.f2780s[i5] = 0; + this.f2779s[i5] = 0; break; } - int[] iArr = this.f2780s; + int[] iArr = this.f2779s; int i6 = iArr[i3]; if (i6 == 0) { iArr[i5] = 0; @@ -631,14 +631,14 @@ public final class c implements Map, d0.z.d.g0.d { } if (i6 >= 0) { int i7 = i6 - 1; - int[] iArr2 = this.f2780s; + int[] iArr2 = this.f2779s; if (((e(this.p[i7]) - i3) & (iArr2.length - 1)) >= i4) { iArr2[i5] = i6; this.r[i7] = i5; } coerceAtMost--; if (coerceAtMost < 0) { - this.f2780s[i5] = -1; + this.f2779s[i5] = -1; break; } } else { diff --git a/app/src/main/java/d0/w/i/a/f.java b/app/src/main/java/d0/w/i/a/f.java index ced42d4985..3db395a054 100644 --- a/app/src/main/java/d0/w/i/a/f.java +++ b/app/src/main/java/d0/w/i/a/f.java @@ -34,7 +34,7 @@ public final class f { if (i >= 0) { i2 = eVar.l()[i]; } - String moduleName = h.f2781c.getModuleName(aVar); + String moduleName = h.f2780c.getModuleName(aVar); if (moduleName == null) { str = eVar.c(); } else { diff --git a/app/src/main/java/d0/w/i/a/h.java b/app/src/main/java/d0/w/i/a/h.java index 70248efda8..62e37bd1e9 100644 --- a/app/src/main/java/d0/w/i/a/h.java +++ b/app/src/main/java/d0/w/i/a/h.java @@ -9,7 +9,7 @@ public final class h { public static a b; /* renamed from: c reason: collision with root package name */ - public static final h f2781c = new h(); + public static final h f2780c = new h(); /* compiled from: DebugMetadata.kt */ public static final class a { @@ -17,12 +17,12 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2782c; + public final Method f2781c; public a(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2782c = method3; + this.f2781c = method3; } } @@ -47,7 +47,7 @@ public final class h { if (aVar2 == a || (method = aVar2.a) == null || (invoke = method.invoke(aVar.getClass(), new Object[0])) == null || (method2 = aVar2.b) == null || (invoke2 = method2.invoke(invoke, new Object[0])) == null) { return null; } - Method method3 = aVar2.f2782c; + Method method3 = aVar2.f2781c; Object invoke3 = method3 != null ? method3.invoke(invoke2, new Object[0]) : null; if (invoke3 instanceof String) { str = invoke3; diff --git a/app/src/main/java/d0/y/d.java b/app/src/main/java/d0/y/d.java index 5cdeeca21c..e8413b7572 100644 --- a/app/src/main/java/d0/y/d.java +++ b/app/src/main/java/d0/y/d.java @@ -17,7 +17,7 @@ public final class d implements Sequence { public final e b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2783c = null; + public final Function1 f2782c = null; public final Function1 d = null; public final Function2 e = null; public final int f = Integer.MAX_VALUE; @@ -40,7 +40,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2784c; + public File[] f2783c; public int d; public boolean e; public final /* synthetic */ b f; @@ -54,13 +54,13 @@ public final class d implements Sequence { @Override // d0.y.d.c public File step() { - if (!this.e && this.f2784c == null) { + if (!this.e && this.f2783c == null) { Function1 access$getOnEnter$p = d.access$getOnEnter$p(d.this); if (access$getOnEnter$p != null && !((Boolean) access$getOnEnter$p.invoke(getRoot())).booleanValue()) { return null; } File[] listFiles = getRoot().listFiles(); - this.f2784c = listFiles; + this.f2783c = listFiles; if (listFiles == null) { Function2 access$getOnFail$p = d.access$getOnFail$p(d.this); if (access$getOnFail$p != null) { @@ -69,12 +69,12 @@ public final class d implements Sequence { this.e = true; } } - File[] fileArr = this.f2784c; + File[] fileArr = this.f2783c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); if (i < fileArr.length) { - File[] fileArr2 = this.f2784c; + File[] fileArr2 = this.f2783c; m.checkNotNull(fileArr2); int i2 = this.d; this.d = i2 + 1; @@ -119,7 +119,7 @@ public final class d implements Sequence { public boolean b; /* renamed from: c reason: collision with root package name */ - public File[] f2785c; + public File[] f2784c; public int d; public final /* synthetic */ b e; @@ -144,7 +144,7 @@ public final class d implements Sequence { this.b = true; return getRoot(); } - File[] fileArr = this.f2785c; + File[] fileArr = this.f2784c; if (fileArr != null) { int i = this.d; m.checkNotNull(fileArr); @@ -156,13 +156,13 @@ public final class d implements Sequence { return null; } } - if (this.f2785c == null) { + if (this.f2784c == null) { File[] listFiles = getRoot().listFiles(); - this.f2785c = listFiles; + this.f2784c = listFiles; if (listFiles == null && (access$getOnFail$p = d.access$getOnFail$p(d.this)) != null) { Unit unit2 = (Unit) access$getOnFail$p.invoke(getRoot(), new AccessDeniedException(getRoot(), null, "Cannot list files in a directory", 2, null)); } - File[] fileArr2 = this.f2785c; + File[] fileArr2 = this.f2784c; if (fileArr2 != null) { m.checkNotNull(fileArr2); } @@ -172,7 +172,7 @@ public final class d implements Sequence { } return null; } - File[] fileArr3 = this.f2785c; + File[] fileArr3 = this.f2784c; m.checkNotNull(fileArr3); int i2 = this.d; this.d = i2 + 1; @@ -267,7 +267,7 @@ public final class d implements Sequence { } public static final /* synthetic */ Function1 access$getOnEnter$p(d dVar) { - return dVar.f2783c; + return dVar.f2782c; } public static final /* synthetic */ Function2 access$getOnFail$p(d dVar) { diff --git a/app/src/main/java/e0/a/a/a/a.java b/app/src/main/java/e0/a/a/a/a.java index f329692121..c74c36f362 100644 --- a/app/src/main/java/e0/a/a/a/a.java +++ b/app/src/main/java/e0/a/a/a/a.java @@ -29,20 +29,20 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { @ColorInt /* renamed from: s reason: collision with root package name */ - public int f2786s = getResources().getColor(R.a.viewfinder_border); + public int f2785s = getResources().getColor(R.a.viewfinder_border); public int t = getResources().getColor(R.a.viewfinder_mask); public int u = getResources().getInteger(R.b.viewfinder_border_width); public int v = getResources().getInteger(R.b.viewfinder_border_length); public boolean w = false; /* renamed from: x reason: collision with root package name */ - public int f2787x = 0; + public int f2786x = 0; /* renamed from: y reason: collision with root package name */ - public boolean f2788y = false; + public boolean f2787y = false; /* renamed from: z reason: collision with root package name */ - public float f2789z = 1.0f; + public float f2788z = 1.0f; /* JADX INFO: finally extract failed */ public a(Context context, AttributeSet attributeSet) { @@ -52,26 +52,26 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { setShouldScaleToFill(obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_shouldScaleToFill, true)); this.q = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_laserEnabled, this.q); this.r = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_laserColor, this.r); - this.f2786s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2786s); + this.f2785s = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_borderColor, this.f2785s); this.t = obtainStyledAttributes.getColor(R.c.BarcodeScannerView_maskColor, this.t); this.u = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderWidth, this.u); this.v = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_borderLength, this.v); this.w = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_roundedCorner, this.w); - this.f2787x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2787x); - this.f2788y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2788y); - this.f2789z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2789z); + this.f2786x = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_cornerRadius, this.f2786x); + this.f2787y = obtainStyledAttributes.getBoolean(R.c.BarcodeScannerView_squaredFinder, this.f2787y); + this.f2788z = obtainStyledAttributes.getFloat(R.c.BarcodeScannerView_borderAlpha, this.f2788z); this.A = obtainStyledAttributes.getDimensionPixelSize(R.c.BarcodeScannerView_finderOffset, this.A); obtainStyledAttributes.recycle(); g gVar = new g(getContext()); - gVar.setBorderColor(this.f2786s); + gVar.setBorderColor(this.f2785s); gVar.setLaserColor(this.r); gVar.setLaserEnabled(this.q); gVar.setBorderStrokeWidth(this.u); gVar.setBorderLineLength(this.v); gVar.setMaskColor(this.t); gVar.setBorderCornerRounded(this.w); - gVar.setBorderCornerRadius(this.f2787x); - gVar.setSquareViewFinder(this.f2788y); + gVar.setBorderCornerRadius(this.f2786x); + gVar.setSquareViewFinder(this.f2787y); gVar.setViewFinderOffset(this.A); this.k = gVar; } catch (Throwable th) { @@ -118,7 +118,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderAlpha(float f) { - this.f2789z = f; + this.f2788z = f; ((g) this.k).setBorderAlpha(f); g gVar = (g) this.k; gVar.a(); @@ -126,7 +126,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderColor(int i) { - this.f2786s = i; + this.f2785s = i; ((g) this.k).setBorderColor(i); g gVar = (g) this.k; gVar.a(); @@ -134,7 +134,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setBorderCornerRadius(int i) { - this.f2787x = i; + this.f2786x = i; ((g) this.k).setBorderCornerRadius(i); g gVar = (g) this.k; gVar.a(); @@ -214,7 +214,7 @@ public abstract class a extends FrameLayout implements Camera.PreviewCallback { } public void setSquareViewFinder(boolean z2) { - this.f2788y = z2; + this.f2787y = z2; ((g) this.k).setSquareViewFinder(z2); g gVar = (g) this.k; gVar.a(); diff --git a/app/src/main/java/e0/a/a/a/g.java b/app/src/main/java/e0/a/a/a/g.java index b88a5d8b03..d41bd37415 100644 --- a/app/src/main/java/e0/a/a/a/g.java +++ b/app/src/main/java/e0/a/a/a/g.java @@ -24,7 +24,7 @@ public class g extends View implements f { public Paint r; /* renamed from: s reason: collision with root package name */ - public Paint f2790s; + public Paint f2789s; public int t; public boolean u; public boolean v; @@ -50,11 +50,11 @@ public class g extends View implements f { this.r = paint2; paint2.setColor(color2); Paint paint3 = new Paint(); - this.f2790s = paint3; + this.f2789s = paint3; paint3.setColor(color3); - this.f2790s.setStyle(Paint.Style.STROKE); - this.f2790s.setStrokeWidth((float) integer); - this.f2790s.setAntiAlias(true); + this.f2789s.setStyle(Paint.Style.STROKE); + this.f2789s.setStrokeWidth((float) integer); + this.f2789s.setAntiAlias(true); this.t = integer2; } @@ -106,19 +106,19 @@ public class g extends View implements f { path.moveTo((float) framingRect2.left, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.top); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2790s); + canvas.drawPath(path, this.f2789s); path.moveTo((float) framingRect2.right, (float) (framingRect2.top + this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.top); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.top); - canvas.drawPath(path, this.f2790s); + canvas.drawPath(path, this.f2789s); path.moveTo((float) framingRect2.right, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.right, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.right - this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2790s); + canvas.drawPath(path, this.f2789s); path.moveTo((float) framingRect2.left, (float) (framingRect2.bottom - this.t)); path.lineTo((float) framingRect2.left, (float) framingRect2.bottom); path.lineTo((float) (framingRect2.left + this.t), (float) framingRect2.bottom); - canvas.drawPath(path, this.f2790s); + canvas.drawPath(path, this.f2789s); if (this.v) { Rect framingRect3 = getFramingRect(); Paint paint = this.q; @@ -138,22 +138,22 @@ public class g extends View implements f { } public void setBorderAlpha(float f) { - this.f2790s.setAlpha((int) (f * 255.0f)); + this.f2789s.setAlpha((int) (f * 255.0f)); } public void setBorderColor(int i2) { - this.f2790s.setColor(i2); + this.f2789s.setColor(i2); } public void setBorderCornerRadius(int i2) { - this.f2790s.setPathEffect(new CornerPathEffect((float) i2)); + this.f2789s.setPathEffect(new CornerPathEffect((float) i2)); } public void setBorderCornerRounded(boolean z2) { if (z2) { - this.f2790s.setStrokeJoin(Paint.Join.ROUND); + this.f2789s.setStrokeJoin(Paint.Join.ROUND); } else { - this.f2790s.setStrokeJoin(Paint.Join.BEVEL); + this.f2789s.setStrokeJoin(Paint.Join.BEVEL); } } @@ -162,7 +162,7 @@ public class g extends View implements f { } public void setBorderStrokeWidth(int i2) { - this.f2790s.setStrokeWidth((float) i2); + this.f2789s.setStrokeWidth((float) i2); } public void setLaserColor(int i2) { diff --git a/app/src/main/java/f0/a.java b/app/src/main/java/f0/a.java index 810b87d6c8..7efc17d269 100644 --- a/app/src/main/java/f0/a.java +++ b/app/src/main/java/f0/a.java @@ -19,7 +19,7 @@ public final class a { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2791c; + public final List f2790c; public final s d; public final SocketFactory e; public final SSLSocketFactory f; @@ -64,7 +64,7 @@ public final class a { aVar.f = i; this.a = aVar.b(); this.b = c.z(list); - this.f2791c = c.z(list2); + this.f2790c = c.z(list2); return; } throw new IllegalArgumentException(c.d.b.a.a.l("unexpected port: ", i).toString()); @@ -74,7 +74,7 @@ public final class a { public final boolean a(a aVar) { m.checkParameterIsNotNull(aVar, "that"); - return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2791c, aVar.f2791c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; + return m.areEqual(this.d, aVar.d) && m.areEqual(this.i, aVar.i) && m.areEqual(this.b, aVar.b) && m.areEqual(this.f2790c, aVar.f2790c) && m.areEqual(this.k, aVar.k) && m.areEqual(this.j, aVar.j) && m.areEqual(this.f, aVar.f) && m.areEqual(this.g, aVar.g) && m.areEqual(this.h, aVar.h) && this.a.h == aVar.a.h; } public boolean equals(Object obj) { @@ -91,7 +91,7 @@ public final class a { int hashCode = this.d.hashCode(); int hashCode2 = this.i.hashCode(); int hashCode3 = this.b.hashCode(); - int hashCode4 = this.f2791c.hashCode(); + int hashCode4 = this.f2790c.hashCode(); int hashCode5 = this.k.hashCode(); int hashCode6 = Objects.hashCode(this.j); int hashCode7 = Objects.hashCode(this.f); diff --git a/app/src/main/java/f0/c0.java b/app/src/main/java/f0/c0.java index 0600a8dcd3..243301a1d7 100644 --- a/app/src/main/java/f0/c0.java +++ b/app/src/main/java/f0/c0.java @@ -10,7 +10,7 @@ public final class c0 { public final Proxy b; /* renamed from: c reason: collision with root package name */ - public final InetSocketAddress f2792c; + public final InetSocketAddress f2791c; public c0(a aVar, Proxy proxy, InetSocketAddress inetSocketAddress) { m.checkParameterIsNotNull(aVar, "address"); @@ -18,7 +18,7 @@ public final class c0 { m.checkParameterIsNotNull(inetSocketAddress, "socketAddress"); this.a = aVar; this.b = proxy; - this.f2792c = inetSocketAddress; + this.f2791c = inetSocketAddress; } public final boolean a() { @@ -28,7 +28,7 @@ public final class c0 { public boolean equals(Object obj) { if (obj instanceof c0) { c0 c0Var = (c0) obj; - if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2792c, this.f2792c)) { + if (m.areEqual(c0Var.a, this.a) && m.areEqual(c0Var.b, this.b) && m.areEqual(c0Var.f2791c, this.f2791c)) { return true; } } @@ -37,12 +37,12 @@ public final class c0 { public int hashCode() { int hashCode = this.b.hashCode(); - return this.f2792c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); + return this.f2791c.hashCode() + ((hashCode + ((this.a.hashCode() + 527) * 31)) * 31); } public String toString() { StringBuilder P = a.P("Route{"); - P.append(this.f2792c); + P.append(this.f2791c); P.append('}'); return P.toString(); } diff --git a/app/src/main/java/f0/d.java b/app/src/main/java/f0/d.java index 0fe7a89f2f..7d6081356f 100644 --- a/app/src/main/java/f0/d.java +++ b/app/src/main/java/f0/d.java @@ -14,7 +14,7 @@ public final class d { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2793c; + public final boolean f2792c; public final int d; public final int e; public final boolean f; @@ -204,7 +204,7 @@ public final class d { public d(boolean z2, boolean z3, int i, int i2, boolean z4, boolean z5, boolean z6, int i3, int i4, boolean z7, boolean z8, boolean z9, String str, DefaultConstructorMarker defaultConstructorMarker) { this.b = z2; - this.f2793c = z3; + this.f2792c = z3; this.d = i; this.e = i2; this.f = z4; @@ -227,7 +227,7 @@ public final class d { if (this.b) { sb.append("no-cache, "); } - if (this.f2793c) { + if (this.f2792c) { sb.append("no-store, "); } if (this.d != -1) { diff --git a/app/src/main/java/f0/e0/c.java b/app/src/main/java/f0/e0/c.java index 257e910588..bea0b1a4ef 100644 --- a/app/src/main/java/f0/e0/c.java +++ b/app/src/main/java/f0/e0/c.java @@ -43,7 +43,7 @@ public final class c { public static final Headers b = Headers.i.c(new String[0]); /* renamed from: c reason: collision with root package name */ - public static final ResponseBody f2794c; + public static final ResponseBody f2793c; public static final o d; public static final TimeZone e; public static final Regex f = new Regex("([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)"); @@ -56,7 +56,7 @@ public final class c { e eVar = new e(); eVar.R(bArr); m.checkParameterIsNotNull(eVar, "$this$asResponseBody"); - f2794c = new b0(eVar, null, (long) 0); + f2793c = new b0(eVar, null, (long) 0); RequestBody.Companion.d(RequestBody.Companion, bArr, null, 0, 0, 7); o.a aVar = o.j; ByteString.a aVar2 = ByteString.j; diff --git a/app/src/main/java/f0/e0/d/b.java b/app/src/main/java/f0/e0/d/b.java index 66dd32b43d..9d9942e9aa 100644 --- a/app/src/main/java/f0/e0/d/b.java +++ b/app/src/main/java/f0/e0/d/b.java @@ -135,7 +135,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2947c; + String str6 = request.f2946c; RequestBody requestBody = request.e; Map linkedHashMap = !request.f.isEmpty() ? new LinkedHashMap() : h0.toMutableMap(request.f); Headers.a e3 = request.d.e(); @@ -175,7 +175,7 @@ public final class b implements c { m.checkParameterIsNotNull(request, "request"); new LinkedHashMap(); wVar = request.b; - String str6 = request.f2947c; + String str6 = request.f2946c; RequestBody requestBody = request.e; if (!request.f.isEmpty()) { } @@ -211,7 +211,7 @@ public final class b implements c { try { e.b(eVar, arrayList); } catch (EOFException e4) { - h.a aVar2 = h.f2827c; + h.a aVar2 = h.f2826c; h.a.i("Unable to parse challenge", 5, e4); } } diff --git a/app/src/main/java/f0/e0/e/a.java b/app/src/main/java/f0/e0/e/a.java index dd73d058d8..bc15415bfb 100644 --- a/app/src/main/java/f0/e0/e/a.java +++ b/app/src/main/java/f0/e0/e/a.java @@ -43,7 +43,7 @@ public final class a implements Interceptor { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2950s; + long j = response.f2949s; long j2 = response.t; c cVar = response.u; if (!(i >= 0)) { @@ -90,9 +90,9 @@ public final class a implements Interceptor { Response.a aVar = new Response.a(); aVar.g(gVar.f); aVar.f(y.HTTP_1_1); - aVar.f2951c = 504; + aVar.f2950c = 504; aVar.e("Unsatisfiable Request (only-if-cached)"); - aVar.g = f0.e0.c.f2794c; + aVar.g = f0.e0.c.f2793c; aVar.k = -1; aVar.l = System.currentTimeMillis(); Response a = aVar.a(); @@ -163,7 +163,7 @@ public final class a implements Interceptor { Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar3.d(new Headers((String[]) array, null)); - aVar3.k = a3.f2950s; + aVar3.k = a3.f2949s; aVar3.l = a3.t; C0306a aVar5 = b; aVar3.b(C0306a.a(aVar5, response)); diff --git a/app/src/main/java/f0/e0/f/a.java b/app/src/main/java/f0/e0/f/a.java index 78f7941c1d..ee869e619f 100644 --- a/app/src/main/java/f0/e0/f/a.java +++ b/app/src/main/java/f0/e0/f/a.java @@ -8,12 +8,12 @@ public abstract class a { public long b; /* renamed from: c reason: collision with root package name */ - public final String f2795c; + public final String f2794c; public final boolean d; public a(String str, boolean z2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2795c = str; + this.f2794c = str; this.d = z2; this.b = -1; } @@ -26,6 +26,6 @@ public abstract class a { public abstract long a(); public String toString() { - return this.f2795c; + return this.f2794c; } } diff --git a/app/src/main/java/f0/e0/f/c.java b/app/src/main/java/f0/e0/f/c.java index 608e6f1a3b..21df208d20 100644 --- a/app/src/main/java/f0/e0/f/c.java +++ b/app/src/main/java/f0/e0/f/c.java @@ -16,7 +16,7 @@ public final class c { public a b; /* renamed from: c reason: collision with root package name */ - public final List f2796c = new ArrayList(); + public final List f2795c = new ArrayList(); public boolean d; public final d e; public final String f; @@ -55,14 +55,14 @@ public final class c { } } boolean z2 = false; - for (int size = this.f2796c.size() - 1; size >= 0; size--) { - if (this.f2796c.get(size).d) { - a aVar2 = this.f2796c.get(size); - Objects.requireNonNull(d.f2797c); + for (int size = this.f2795c.size() - 1; size >= 0; size--) { + if (this.f2795c.get(size).d) { + a aVar2 = this.f2795c.get(size); + Objects.requireNonNull(d.f2796c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar2, this, "canceled"); } - this.f2796c.remove(size); + this.f2795c.remove(size); z2 = true; } } @@ -77,12 +77,12 @@ public final class c { this.e.e(this); } } else if (aVar.d) { - Objects.requireNonNull(d.f2797c); + Objects.requireNonNull(d.f2796c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule canceled (queue is shutdown)"); } } else { - Objects.requireNonNull(d.f2797c); + Objects.requireNonNull(d.f2796c); if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "schedule failed (queue is shutdown)"); } @@ -106,19 +106,19 @@ public final class c { } long c2 = this.e.j.c(); long j2 = c2 + j; - int indexOf = this.f2796c.indexOf(aVar); + int indexOf = this.f2795c.indexOf(aVar); if (indexOf != -1) { if (aVar.b <= j2) { - d.b bVar = d.f2797c; + d.b bVar = d.f2796c; if (d.b.isLoggable(Level.FINE)) { a.c(aVar, this, "already scheduled"); } return false; } - this.f2796c.remove(indexOf); + this.f2795c.remove(indexOf); } aVar.b = j2; - d.b bVar2 = d.f2797c; + d.b bVar2 = d.f2796c; if (d.b.isLoggable(Level.FINE)) { if (z2) { StringBuilder P = c.d.b.a.a.P("run again after "); @@ -131,7 +131,7 @@ public final class c { } a.c(aVar, this, str); } - Iterator it = this.f2796c.iterator(); + Iterator it = this.f2795c.iterator(); int i = 0; while (true) { if (!it.hasNext()) { @@ -144,9 +144,9 @@ public final class c { i++; } if (i == -1) { - i = this.f2796c.size(); + i = this.f2795c.size(); } - this.f2796c.add(i, aVar); + this.f2795c.add(i, aVar); return i == 0; } diff --git a/app/src/main/java/f0/e0/f/d.java b/app/src/main/java/f0/e0/f/d.java index df81b9a871..6edc001f59 100644 --- a/app/src/main/java/f0/e0/f/d.java +++ b/app/src/main/java/f0/e0/f/d.java @@ -20,7 +20,7 @@ public final class d { public static final Logger b; /* renamed from: c reason: collision with root package name */ - public static final b f2797c = new b(null); + public static final b f2796c = new b(null); public int d = 10000; public boolean e; public long f; @@ -105,7 +105,7 @@ public final class d { m.throwNpe(); } long j = -1; - b bVar = d.f2797c; + b bVar = d.f2796c; boolean isLoggable = d.b.isLoggable(Level.FINE); if (isLoggable) { j = cVar.e.j.c(); @@ -155,7 +155,7 @@ public final class d { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); String name = currentThread.getName(); - currentThread.setName(aVar.f2795c); + currentThread.setName(aVar.f2794c); try { long a2 = aVar.a(); synchronized (dVar) { @@ -185,7 +185,7 @@ public final class d { if (j != -1 && !z2 && !cVar.a) { cVar.e(aVar, j, true); } - if (!cVar.f2796c.isEmpty()) { + if (!cVar.f2795c.isEmpty()) { this.h.add(cVar); return; } @@ -207,7 +207,7 @@ public final class d { z2 = false; break; } - a aVar2 = it.next().f2796c.get(0); + a aVar2 = it.next().f2795c.get(0); long max = Math.max(0L, aVar2.b - c2); if (max > 0) { j = Math.min(max, j); @@ -225,7 +225,7 @@ public final class d { if (cVar == null) { m.throwNpe(); } - cVar.f2796c.remove(aVar); + cVar.f2795c.remove(aVar); this.h.remove(cVar); cVar.b = aVar; this.g.add(cVar); @@ -262,7 +262,7 @@ public final class d { for (int size2 = this.h.size() - 1; size2 >= 0; size2--) { c cVar = this.h.get(size2); cVar.b(); - if (cVar.f2796c.isEmpty()) { + if (cVar.f2795c.isEmpty()) { this.h.remove(size2); } } @@ -272,7 +272,7 @@ public final class d { m.checkParameterIsNotNull(cVar, "taskQueue"); byte[] bArr = f0.e0.c.a; if (cVar.b == null) { - if (!cVar.f2796c.isEmpty()) { + if (!cVar.f2795c.isEmpty()) { List list = this.h; m.checkParameterIsNotNull(list, "$this$addIfAbsent"); if (!list.contains(cVar)) { diff --git a/app/src/main/java/f0/e0/g/a.java b/app/src/main/java/f0/e0/g/a.java index abbfcd0052..ec518d1ea6 100644 --- a/app/src/main/java/f0/e0/g/a.java +++ b/app/src/main/java/f0/e0/g/a.java @@ -23,7 +23,7 @@ public final class a implements Interceptor { synchronized (eVar) { if (!eVar.t) { throw new IllegalStateException("released".toString()); - } else if (!(!eVar.f2801s)) { + } else if (!(!eVar.f2800s)) { throw new IllegalStateException("Check failed.".toString()); } else if (!(!eVar.r)) { throw new IllegalStateException("Check failed.".toString()); @@ -33,17 +33,17 @@ public final class a implements Interceptor { if (dVar == null) { m.throwNpe(); } - x xVar = eVar.f2802x; + x xVar = eVar.f2801x; Objects.requireNonNull(dVar); m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); try { - c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2947c, ShareTarget.METHOD_GET)).k(xVar, gVar)); + c cVar = new c(eVar, eVar.j, dVar, dVar.a(gVar.g, gVar.h, gVar.i, xVar.L, xVar.q, !m.areEqual(gVar.f.f2946c, ShareTarget.METHOD_GET)).k(xVar, gVar)); eVar.q = cVar; eVar.v = cVar; synchronized (eVar) { eVar.r = true; - eVar.f2801s = true; + eVar.f2800s = true; } if (!eVar.u) { return g.d(gVar, 0, cVar, null, 0, 0, 0, 61).a(gVar.f); diff --git a/app/src/main/java/f0/e0/g/b.java b/app/src/main/java/f0/e0/g/b.java index 1895ad2e3b..91ca430901 100644 --- a/app/src/main/java/f0/e0/g/b.java +++ b/app/src/main/java/f0/e0/g/b.java @@ -17,7 +17,7 @@ public final class b { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f2798c; + public boolean f2797c; public final List d; public b(List list) { @@ -47,7 +47,7 @@ public final class b { } if (mVar == null) { StringBuilder P = a.P("Unable to find acceptable protocols. isFallback="); - P.append(this.f2798c); + P.append(this.f2797c); P.append(','); P.append(" modes="); P.append(this.d); @@ -76,13 +76,13 @@ public final class b { } } this.b = z2; - boolean z3 = this.f2798c; + boolean z3 = this.f2797c; d0.z.d.m.checkParameterIsNotNull(sSLSocket, "sslSocket"); if (mVar.g != null) { String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(enabledCipherSuites, "sslSocket.enabledCipherSuites"); String[] strArr3 = mVar.g; - j.b bVar = j.f2844s; + j.b bVar = j.f2843s; Comparator comparator = j.a; strArr = c.q(enabledCipherSuites, strArr3, j.a); } else { @@ -97,7 +97,7 @@ public final class b { } String[] supportedCipherSuites = sSLSocket.getSupportedCipherSuites(); d0.z.d.m.checkExpressionValueIsNotNull(supportedCipherSuites, "supportedCipherSuites"); - j.b bVar2 = j.f2844s; + j.b bVar2 = j.f2843s; Comparator comparator2 = j.a; Comparator comparator3 = j.a; byte[] bArr = c.a; diff --git a/app/src/main/java/f0/e0/g/c.java b/app/src/main/java/f0/e0/g/c.java index 3d38f1d620..3cbc12b30b 100644 --- a/app/src/main/java/f0/e0/g/c.java +++ b/app/src/main/java/f0/e0/g/c.java @@ -28,7 +28,7 @@ public final class c { public final j b; /* renamed from: c reason: collision with root package name */ - public final e f2799c; + public final e f2798c; public final t d; public final d e; public final d f; @@ -138,7 +138,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar = cVar.f2799c; + e eVar = cVar.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -168,7 +168,7 @@ public final class c { this.k = false; c cVar = this.o; t tVar = cVar.d; - e eVar2 = cVar.f2799c; + e eVar2 = cVar.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -202,7 +202,7 @@ public final class c { m.checkParameterIsNotNull(tVar, "eventListener"); m.checkParameterIsNotNull(dVar, "finder"); m.checkParameterIsNotNull(dVar2, "codec"); - this.f2799c = eVar; + this.f2798c = eVar; this.d = tVar; this.e = dVar; this.f = dVar2; @@ -216,13 +216,13 @@ public final class c { if (z3) { if (e != null) { t tVar = this.d; - e eVar = this.f2799c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar2 = this.d; - e eVar2 = this.f2799c; + e eVar2 = this.f2798c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); } @@ -230,18 +230,18 @@ public final class c { if (z2) { if (e != null) { t tVar3 = this.d; - e eVar3 = this.f2799c; + e eVar3 = this.f2798c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); } else { t tVar4 = this.d; - e eVar4 = this.f2799c; + e eVar4 = this.f2798c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); } } - return (E) this.f2799c.k(this, z3, z2, e); + return (E) this.f2798c.k(this, z3, z2, e); } public final v b(Request request, boolean z2) throws IOException { @@ -253,7 +253,7 @@ public final class c { } long contentLength = requestBody.contentLength(); t tVar = this.d; - e eVar = this.f2799c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); return new a(this, this.f.h(request, contentLength), contentLength); @@ -264,7 +264,7 @@ public final class c { this.f.f(); } catch (IOException e) { t tVar = this.d; - e eVar = this.f2799c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -274,11 +274,11 @@ public final class c { } public final d.c d() throws SocketException { - this.f2799c.n(); + this.f2798c.n(); j e = this.f.e(); Objects.requireNonNull(e); m.checkParameterIsNotNull(this, "exchange"); - Socket socket = e.f2805c; + Socket socket = e.f2804c; if (socket == null) { m.throwNpe(); } @@ -305,7 +305,7 @@ public final class c { return d; } catch (IOException e) { t tVar = this.d; - e eVar = this.f2799c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -316,7 +316,7 @@ public final class c { public final void f() { t tVar = this.d; - e eVar = this.f2799c; + e eVar = this.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); } @@ -324,7 +324,7 @@ public final class c { public final void g(IOException iOException) { this.e.c(iOException); j e = this.f.e(); - e eVar = this.f2799c; + e eVar = this.f2798c; synchronized (e) { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (iOException instanceof StreamResetException) { @@ -342,7 +342,7 @@ public final class c { } else if (!e.j() || (iOException instanceof ConnectionShutdownException)) { e.i = true; if (e.l == 0) { - e.d(eVar.f2802x, e.q, iOException); + e.d(eVar.f2801x, e.q, iOException); e.k++; } } diff --git a/app/src/main/java/f0/e0/g/d.java b/app/src/main/java/f0/e0/g/d.java index aa670ca0df..0084ac3af8 100644 --- a/app/src/main/java/f0/e0/g/d.java +++ b/app/src/main/java/f0/e0/g/d.java @@ -30,7 +30,7 @@ public final class d { public m b; /* renamed from: c reason: collision with root package name */ - public int f2800c; + public int f2799c; public int d; public int e; public c0 f; @@ -112,7 +112,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar, "connection"); } } - this.f2800c = 0; + this.f2799c = 0; this.d = 0; this.e = 0; if (this.g.a(this.h, this.i, null, false)) { @@ -132,7 +132,7 @@ public final class d { if (mVar2 == null) { a aVar3 = this.h; e eVar2 = this.i; - mVar2 = new m(aVar3, eVar2.f2802x.N, eVar2, this.j); + mVar2 = new m(aVar3, eVar2.f2801x.N, eVar2, this.j); this.b = mVar2; } if (mVar2.a()) { @@ -144,7 +144,7 @@ public final class d { mVar2.b = i6 + 1; Proxy proxy = (Proxy) list2.get(i6); ArrayList arrayList2 = new ArrayList(); - mVar2.f2807c = arrayList2; + mVar2.f2806c = arrayList2; if (proxy.type() == Proxy.Type.DIRECT || proxy.type() == Proxy.Type.SOCKS) { w wVar = mVar2.e.a; str = wVar.g; @@ -193,7 +193,7 @@ public final class d { throw new UnknownHostException(mVar2.e.d + " returned no addresses for " + str); } } - for (InetSocketAddress inetSocketAddress2 : mVar2.f2807c) { + for (InetSocketAddress inetSocketAddress2 : mVar2.f2806c) { c0 c0Var2 = new c0(mVar2.e, proxy, inetSocketAddress2); l lVar2 = mVar2.f; synchronized (lVar2) { @@ -241,7 +241,7 @@ public final class d { this.i.w = jVar2; jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2802x.N; + lVar = this.i.f2801x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { d0.z.d.m.checkParameterIsNotNull(c0Var3, "route"); @@ -263,7 +263,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(jVar2, "connection"); byte[] bArr = c.a; kVar.d.add(jVar2); - f0.e0.f.c.d(kVar.b, kVar.f2806c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2805c, 0, 2); this.i.f(jVar2); } t tVar4 = this.j; @@ -294,7 +294,7 @@ public final class d { try { jVar2.c(i, i2, i3, i4, z2, this.i, this.j); this.i.w = null; - lVar = this.i.f2802x.N; + lVar = this.i.f2801x.N; c0 c0Var3 = jVar2.q; synchronized (lVar) { } @@ -320,7 +320,7 @@ public final class d { d0.z.d.m.checkParameterIsNotNull(iOException, "e"); this.f = null; if ((iOException instanceof StreamResetException) && ((StreamResetException) iOException).errorCode == f0.e0.j.a.REFUSED_STREAM) { - this.f2800c++; + this.f2799c++; } else if (iOException instanceof ConnectionShutdownException) { this.d++; } else { diff --git a/app/src/main/java/f0/e0/g/e.java b/app/src/main/java/f0/e0/g/e.java index 86e394dd71..ef71a9a940 100644 --- a/app/src/main/java/f0/e0/g/e.java +++ b/app/src/main/java/f0/e0/g/e.java @@ -38,20 +38,20 @@ public final class e implements f0.e { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2801s; + public boolean f2800s; public boolean t = true; public volatile boolean u; public volatile c v; public volatile j w; /* renamed from: x reason: collision with root package name */ - public final x f2802x; + public final x f2801x; /* renamed from: y reason: collision with root package name */ - public final Request f2803y; + public final Request f2802y; /* renamed from: z reason: collision with root package name */ - public final boolean f2804z; + public final boolean f2803z; /* compiled from: RealCall.kt */ public final class a implements Runnable { @@ -66,7 +66,7 @@ public final class e implements f0.e { } public final String a() { - return this.k.f2803y.b.g; + return this.k.f2802y.b.g; } /* JADX WARNING: Removed duplicated region for block: B:18:0x0053 A[Catch:{ IOException -> 0x0076, all -> 0x004b, all -> 0x0074 }] */ @@ -78,7 +78,7 @@ public final class e implements f0.e { e eVar; Throwable th; StringBuilder P = c.d.b.a.a.P("OkHttp "); - P.append(this.k.f2803y.b.h()); + P.append(this.k.f2802y.b.h()); String sb = P.toString(); Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "currentThread"); @@ -97,7 +97,7 @@ public final class e implements f0.e { if (!z2) { } eVar = this.k; - eVar.f2802x.l.c(this); + eVar.f2801x.l.c(this); } catch (Throwable th2) { th = th2; z2 = true; @@ -109,19 +109,19 @@ public final class e implements f0.e { } catch (IOException e3) { e = e3; if (!z2) { - h.a aVar = h.f2827c; + h.a aVar = h.f2826c; h hVar = h.a; hVar.i("Callback failure for " + e.b(this.k), 4, e); } else { this.j.b(this.k, e); } eVar = this.k; - eVar.f2802x.l.c(this); + eVar.f2801x.l.c(this); } catch (Throwable th3) { - this.k.f2802x.l.c(this); + this.k.f2801x.l.c(this); throw th3; } - eVar.f2802x.l.c(this); + eVar.f2801x.l.c(this); } finally { currentThread.setName(name); } @@ -157,9 +157,9 @@ public final class e implements f0.e { public e(x xVar, Request request, boolean z2) { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(request, "originalRequest"); - this.f2802x = xVar; - this.f2803y = request; - this.f2804z = z2; + this.f2801x = xVar; + this.f2802y = request; + this.f2803z = z2; this.i = xVar.m.a; this.j = xVar.p.a(this); c cVar = new c(this); @@ -170,15 +170,15 @@ public final class e implements f0.e { public static final String b(e eVar) { StringBuilder sb = new StringBuilder(); sb.append(eVar.u ? "canceled " : ""); - sb.append(eVar.f2804z ? "web socket" : NotificationCompat.CATEGORY_CALL); + sb.append(eVar.f2803z ? "web socket" : NotificationCompat.CATEGORY_CALL); sb.append(" to "); - sb.append(eVar.f2803y.b.h()); + sb.append(eVar.f2802y.b.h()); return sb.toString(); } @Override // f0.e public Request c() { - return this.f2803y; + return this.f2802y; } @Override // f0.e @@ -201,7 +201,7 @@ public final class e implements f0.e { @Override // java.lang.Object public Object clone() { - return new e(this.f2802x, this.f2803y, this.f2804z); + return new e(this.f2801x, this.f2802y, this.f2803z); } @Override // f0.e @@ -215,15 +215,15 @@ public final class e implements f0.e { m.checkParameterIsNotNull(fVar, "responseCallback"); if (this.l.compareAndSet(false, true)) { h(); - q qVar = this.f2802x.l; + q qVar = this.f2801x.l; a aVar2 = new a(this, fVar); Objects.requireNonNull(qVar); m.checkParameterIsNotNull(aVar2, NotificationCompat.CATEGORY_CALL); synchronized (qVar) { qVar.b.add(aVar2); - if (!aVar2.k.f2804z) { + if (!aVar2.k.f2803z) { String a2 = aVar2.a(); - Iterator it = qVar.f2848c.iterator(); + Iterator it = qVar.f2847c.iterator(); while (true) { if (!it.hasNext()) { Iterator it2 = qVar.b.iterator(); @@ -263,14 +263,14 @@ public final class e implements f0.e { this.k.i(); h(); try { - q qVar2 = this.f2802x.l; + q qVar2 = this.f2801x.l; synchronized (qVar2) { m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar2.d.add(this); } return j(); } finally { - qVar = this.f2802x.l; + qVar = this.f2801x.l; Objects.requireNonNull(qVar); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); qVar.b(qVar.d, this); @@ -339,7 +339,7 @@ public final class e implements f0.e { } public final void h() { - h.a aVar = h.f2827c; + h.a aVar = h.f2826c; this.m = h.a.g("response.body().close()"); Objects.requireNonNull(this.j); m.checkParameterIsNotNull(this, NotificationCompat.CATEGORY_CALL); @@ -354,7 +354,7 @@ public final class e implements f0.e { } if (z2 && (cVar = this.v) != null) { cVar.f.cancel(); - cVar.f2799c.k(cVar, true, true, null); + cVar.f2798c.k(cVar, true, true, null); } this.q = null; } @@ -398,22 +398,22 @@ public final class e implements f0.e { /* JADX WARNING: Removed duplicated region for block: B:28:0x0095 */ public final Response j() throws IOException { ArrayList arrayList = new ArrayList(); - r.addAll(arrayList, this.f2802x.n); - arrayList.add(new i(this.f2802x)); - arrayList.add(new f0.e0.h.a(this.f2802x.u)); - Objects.requireNonNull(this.f2802x); + r.addAll(arrayList, this.f2801x.n); + arrayList.add(new i(this.f2801x)); + arrayList.add(new f0.e0.h.a(this.f2801x.u)); + Objects.requireNonNull(this.f2801x); arrayList.add(new f0.e0.e.a()); arrayList.add(a.b); - if (!this.f2804z) { - r.addAll(arrayList, this.f2802x.o); + if (!this.f2803z) { + r.addAll(arrayList, this.f2801x.o); } - arrayList.add(new f0.e0.h.b(this.f2804z)); - Request request = this.f2803y; - x xVar = this.f2802x; + arrayList.add(new f0.e0.h.b(this.f2803z)); + Request request = this.f2802y; + x xVar = this.f2801x; g gVar = new g(this, arrayList, 0, null, request, xVar.I, xVar.J, xVar.K); boolean z2 = false; try { - Response a2 = gVar.a(this.f2803y); + Response a2 = gVar.a(this.f2802y); if (!this.u) { l(null); return a2; @@ -447,11 +447,11 @@ public final class e implements f0.e { this.r = false; } if (z3) { - this.f2801s = false; + this.f2800s = false; } boolean z6 = this.r; - boolean z7 = z6 && !this.f2801s; - if (!z6 && !this.f2801s && !this.t) { + boolean z7 = z6 && !this.f2800s; + if (!z6 && !this.f2800s && !this.t) { z4 = true; } z5 = z4; @@ -460,7 +460,7 @@ public final class e implements f0.e { throw th; } } - if (!z3 || !this.f2801s) { + if (!z3 || !this.f2800s) { z5 = false; } if (z2) { @@ -492,7 +492,7 @@ public final class e implements f0.e { z2 = false; if (this.t) { this.t = false; - if (!this.r && !this.f2801s) { + if (!this.r && !this.f2800s) { z2 = true; } } @@ -537,7 +537,7 @@ public final class e implements f0.e { } z2 = true; } else { - f0.e0.f.c.d(kVar.b, kVar.f2806c, 0, 2); + f0.e0.f.c.d(kVar.b, kVar.f2805c, 0, 2); } if (z2) { return jVar.n(); diff --git a/app/src/main/java/f0/e0/g/j.java b/app/src/main/java/f0/e0/g/j.java index 88f71859d8..043d77e501 100644 --- a/app/src/main/java/f0/e0/g/j.java +++ b/app/src/main/java/f0/e0/g/j.java @@ -67,7 +67,7 @@ public final class j extends e.c implements k { public Socket b; /* renamed from: c reason: collision with root package name */ - public Socket f2805c; + public Socket f2804c; public v d; public y e; public e f; @@ -116,13 +116,13 @@ public final class j extends e.c implements k { m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(tVar, "eventListener"); if (this.e == null) { - List list = this.q.a.f2791c; + List list = this.q.a.f2790c; b bVar = new b(list); f0.a aVar = this.q.a; if (aVar.f == null) { if (list.contains(f0.m.d)) { String str = this.q.a.a.g; - h.a aVar2 = h.f2827c; + h.a aVar2 = h.f2826c; if (!h.a.h(str)) { throw new RouteException(new UnknownServiceException(c.d.b.a.a.v("CLEARTEXT communication to ", str, " not permitted by network security policy"))); } @@ -149,13 +149,13 @@ public final class j extends e.c implements k { e(i, i2, eVar, tVar); } catch (IOException e2) { e = e2; - socket = this.f2805c; + socket = this.f2804c; if (socket != null) { } socket2 = this.b; if (socket2 != null) { } - this.f2805c = null; + this.f2804c = null; this.b = null; this.g = null; this.h = null; @@ -164,7 +164,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2792c; + InetSocketAddress inetSocketAddress = c0Var.f2791c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -181,7 +181,7 @@ public final class j extends e.c implements k { try { g(bVar, i4, eVar, tVar); c0 c0Var2 = this.q; - InetSocketAddress inetSocketAddress2 = c0Var2.f2792c; + InetSocketAddress inetSocketAddress2 = c0Var2.f2791c; Proxy proxy2 = c0Var2.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -196,7 +196,7 @@ public final class j extends e.c implements k { } } catch (IOException e4) { e = e4; - socket = this.f2805c; + socket = this.f2804c; if (socket != null) { c.e(socket); } @@ -204,7 +204,7 @@ public final class j extends e.c implements k { if (socket2 != null) { c.e(socket2); } - this.f2805c = null; + this.f2804c = null; this.b = null; this.g = null; this.h = null; @@ -213,7 +213,7 @@ public final class j extends e.c implements k { this.f = null; this.n = 1; c0 c0Var = this.q; - InetSocketAddress inetSocketAddress = c0Var.f2792c; + InetSocketAddress inetSocketAddress = c0Var.f2791c; Proxy proxy = c0Var.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -229,7 +229,7 @@ public final class j extends e.c implements k { break; } m.checkParameterIsNotNull(e, "e"); - bVar.f2798c = true; + bVar.f2797c = true; if (bVar.b && !(e instanceof ProtocolException) && !(e instanceof InterruptedIOException) && ((!(e instanceof SSLHandshakeException) || !(e.getCause() instanceof CertificateException)) && !(e instanceof SSLPeerUnverifiedException) && (e instanceof SSLException))) { z3 = true; continue; @@ -278,15 +278,15 @@ public final class j extends e.c implements k { socket = new Socket(proxy); } this.b = socket; - InetSocketAddress inetSocketAddress = this.q.f2792c; + InetSocketAddress inetSocketAddress = this.q.f2791c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(inetSocketAddress, "inetSocketAddress"); m.checkParameterIsNotNull(proxy, "proxy"); socket.setSoTimeout(i2); try { - h.a aVar2 = h.f2827c; - h.a.e(socket, this.q.f2792c, i); + h.a aVar2 = h.f2826c; + h.a.e(socket, this.q.f2791c, i); try { g0.x Q = c.q.a.k.a.Q(socket); m.checkParameterIsNotNull(Q, "$this$buffer"); @@ -301,7 +301,7 @@ public final class j extends e.c implements k { } } catch (ConnectException e2) { StringBuilder P2 = c.d.b.a.a.P("Failed to connect to "); - P2.append(this.q.f2792c); + P2.append(this.q.f2791c); ConnectException connectException = new ConnectException(P2.toString()); connectException.initCause(e2); throw connectException; @@ -321,9 +321,9 @@ public final class j extends e.c implements k { Response.a aVar2 = new Response.a(); aVar2.g(a); aVar2.f(y.HTTP_1_1); - aVar2.f2951c = 407; + aVar2.f2950c = 407; aVar2.e("Preemptive Authenticate"); - aVar2.g = c.f2794c; + aVar2.g = c.f2793c; aVar2.k = -1; aVar2.l = -1; m.checkParameterIsNotNull("Proxy-Authenticate", ModelAuditLogEntry.CHANGE_KEY_NAME); @@ -411,7 +411,7 @@ public final class j extends e.c implements k { this.h = null; this.g = null; c0 c0Var3 = this.q; - InetSocketAddress inetSocketAddress = c0Var3.f2792c; + InetSocketAddress inetSocketAddress = c0Var3.f2791c; Proxy proxy = c0Var3.b; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); @@ -437,12 +437,12 @@ public final class j extends e.c implements k { List list = aVar.b; y yVar2 = y.H2_PRIOR_KNOWLEDGE; if (list.contains(yVar2)) { - this.f2805c = this.b; + this.f2804c = this.b; this.e = yVar2; o(i); return; } - this.f2805c = this.b; + this.f2804c = this.b; this.e = yVar; return; } @@ -471,7 +471,7 @@ public final class j extends e.c implements k { try { f0.m a = bVar.a(sSLSocket); if (a.f) { - h.a aVar3 = h.f2827c; + h.a aVar3 = h.f2826c; h.a.d(sSLSocket, aVar2.a.g, aVar2.b); } sSLSocket.startHandshake(); @@ -512,15 +512,15 @@ public final class j extends e.c implements k { if (gVar == null) { m.throwNpe(); } - this.d = new v(a2.b, a2.f2851c, a2.d, new g(gVar, a2, aVar2)); + this.d = new v(a2.b, a2.f2850c, a2.d, new g(gVar, a2, aVar2)); gVar.a(aVar2.a.g, new h(this)); if (a.f) { - h.a aVar4 = h.f2827c; + h.a aVar4 = h.f2826c; str = h.a.f(sSLSocket); } else { str = null; } - this.f2805c = sSLSocket; + this.f2804c = sSLSocket; g0.x Q = c.q.a.k.a.Q(sSLSocket); m.checkParameterIsNotNull(Q, "$this$buffer"); this.g = new r(Q); @@ -531,7 +531,7 @@ public final class j extends e.c implements k { yVar = y.p.a(str); } this.e = yVar; - h.a aVar5 = h.f2827c; + h.a aVar5 = h.f2826c; h.a.a(sSLSocket); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); if (this.e == y.HTTP_2) { @@ -540,7 +540,7 @@ public final class j extends e.c implements k { } catch (Throwable th3) { th = th3; if (sSLSocket != null) { - h.a aVar6 = h.f2827c; + h.a aVar6 = h.f2826c; h.a.a(sSLSocket); } if (sSLSocket != null) { @@ -584,7 +584,7 @@ public final class j extends e.c implements k { break; } c0 c0Var = (c0) it.next(); - if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2792c, c0Var.f2792c)) { + if (c0Var.b.type() == Proxy.Type.DIRECT && this.q.b.type() == Proxy.Type.DIRECT && m.areEqual(this.q.f2791c, c0Var.f2791c)) { z5 = true; continue; } else { @@ -669,7 +669,7 @@ public final class j extends e.c implements k { if (socket == null) { m.throwNpe(); } - Socket socket2 = this.f2805c; + Socket socket2 = this.f2804c; if (socket2 == null) { m.throwNpe(); } @@ -686,7 +686,7 @@ public final class j extends e.c implements k { if (eVar.q) { return false; } - return eVar.f2820z >= eVar.f2819y || nanoTime < eVar.B; + return eVar.f2819z >= eVar.f2818y || nanoTime < eVar.B; } } synchronized (this) { @@ -722,7 +722,7 @@ public final class j extends e.c implements k { public final f0.e0.h.d k(x xVar, f0.e0.h.g gVar) throws SocketException { m.checkParameterIsNotNull(xVar, "client"); m.checkParameterIsNotNull(gVar, "chain"); - Socket socket = this.f2805c; + Socket socket = this.f2804c; if (socket == null) { m.throwNpe(); } @@ -758,7 +758,7 @@ public final class j extends e.c implements k { } public Socket n() { - Socket socket = this.f2805c; + Socket socket = this.f2804c; if (socket == null) { m.throwNpe(); } @@ -767,7 +767,7 @@ public final class j extends e.c implements k { public final void o(int i) throws IOException { String str; - Socket socket = this.f2805c; + Socket socket = this.f2804c; if (socket == null) { m.throwNpe(); } @@ -794,7 +794,7 @@ public final class j extends e.c implements k { str = c.d.b.a.a.u("MockWebServer ", str2); } bVar.b = str; - bVar.f2821c = gVar; + bVar.f2820c = gVar; bVar.d = bufferedSink; m.checkParameterIsNotNull(this, "listener"); bVar.e = this; @@ -856,10 +856,10 @@ public final class j extends e.c implements k { P.append(" proxy="); P.append(this.q.b); P.append(" hostAddress="); - P.append(this.q.f2792c); + P.append(this.q.f2791c); P.append(" cipherSuite="); v vVar = this.d; - if (vVar == null || (obj = vVar.f2851c) == null) { + if (vVar == null || (obj = vVar.f2850c) == null) { obj = "none"; } P.append(obj); diff --git a/app/src/main/java/f0/e0/g/k.java b/app/src/main/java/f0/e0/g/k.java index 5c58790e73..f5660896db 100644 --- a/app/src/main/java/f0/e0/g/k.java +++ b/app/src/main/java/f0/e0/g/k.java @@ -18,7 +18,7 @@ public final class k { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f2806c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); + public final a f2805c = new a(this, c.d.b.a.a.H(new StringBuilder(), f0.e0.c.g, " ConnectionPool")); public final ConcurrentLinkedQueue d = new ConcurrentLinkedQueue<>(); public final int e; @@ -135,7 +135,7 @@ public final class k { P.append(" was leaked. "); P.append("Did you forget to close a response body?"); String sb = P.toString(); - h.a aVar = h.f2827c; + h.a aVar = h.f2826c; h.a.k(sb, ((e.b) reference).a); list.remove(i); jVar.i = true; diff --git a/app/src/main/java/f0/e0/g/m.java b/app/src/main/java/f0/e0/g/m.java index 8570c19514..499e814c5e 100644 --- a/app/src/main/java/f0/e0/g/m.java +++ b/app/src/main/java/f0/e0/g/m.java @@ -18,7 +18,7 @@ public final class m { public int b; /* renamed from: c reason: collision with root package name */ - public List f2807c = n.emptyList(); + public List f2806c = n.emptyList(); public final List d = new ArrayList(); public final f0.a e; public final l f; diff --git a/app/src/main/java/f0/e0/h/b.java b/app/src/main/java/f0/e0/h/b.java index d940e5eef9..3793dc4fe8 100644 --- a/app/src/main/java/f0/e0/h/b.java +++ b/app/src/main/java/f0/e0/h/b.java @@ -50,18 +50,18 @@ public final class b implements Interceptor { m.checkParameterIsNotNull(request, "request"); try { t tVar = cVar.d; - e eVar = cVar.f2799c; + e eVar = cVar.f2798c; Objects.requireNonNull(tVar); m.checkParameterIsNotNull(eVar, NotificationCompat.CATEGORY_CALL); cVar.f.b(request); t tVar2 = cVar.d; - e eVar2 = cVar.f2799c; + e eVar2 = cVar.f2798c; Objects.requireNonNull(tVar2); m.checkParameterIsNotNull(eVar2, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(request, "request"); Response.a aVar2 = null; - if (!f.a(request.f2947c) || requestBody == null) { - cVar.f2799c.k(cVar, true, false, null); + if (!f.a(request.f2946c) || requestBody == null) { + cVar.f2798c.k(cVar, true, false, null); z2 = true; } else { if (d0.g0.t.equals("100-continue", request.b("Expect"), true)) { @@ -74,7 +74,7 @@ public final class b implements Interceptor { aVar = null; } if (aVar != null) { - cVar.f2799c.k(cVar, true, false, null); + cVar.f2798c.k(cVar, true, false, null); if (!cVar.b.j()) { cVar.f.e().l(); } @@ -97,7 +97,7 @@ public final class b implements Interceptor { cVar.f.a(); } catch (IOException e) { t tVar3 = cVar.d; - e eVar3 = cVar.f2799c; + e eVar3 = cVar.f2798c; Objects.requireNonNull(tVar3); m.checkParameterIsNotNull(eVar3, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e, "ioe"); @@ -138,7 +138,7 @@ public final class b implements Interceptor { } m.checkParameterIsNotNull(a, "response"); t tVar4 = cVar.d; - e eVar4 = cVar.f2799c; + e eVar4 = cVar.f2798c; Objects.requireNonNull(tVar4); m.checkParameterIsNotNull(eVar4, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(a, "response"); @@ -153,7 +153,7 @@ public final class b implements Interceptor { Response response2 = a.p; Response response3 = a.q; Response response4 = a.r; - long j = a.f2950s; + long j = a.f2949s; long j2 = a.t; c cVar2 = a.u; m.checkParameterIsNotNull(a, "response"); @@ -177,7 +177,7 @@ public final class b implements Interceptor { } } catch (IOException e4) { t tVar5 = cVar.d; - e eVar5 = cVar.f2799c; + e eVar5 = cVar.f2798c; Objects.requireNonNull(tVar5); m.checkParameterIsNotNull(eVar5, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e4, "ioe"); @@ -195,10 +195,10 @@ public final class b implements Interceptor { Response response5 = a.p; Response response6 = a.q; Response response7 = a.r; - long j3 = a.f2950s; + long j3 = a.f2949s; long j4 = a.t; c cVar3 = a.u; - ResponseBody responseBody = f0.e0.c.f2794c; + ResponseBody responseBody = f0.e0.c.f2793c; if (!(i4 >= 0)) { throw new IllegalStateException(a.l("code < 0: ", i4).toString()); } else if (request3 == null) { @@ -233,7 +233,7 @@ public final class b implements Interceptor { return response; } catch (IOException e6) { t tVar6 = cVar.d; - e eVar6 = cVar.f2799c; + e eVar6 = cVar.f2798c; Objects.requireNonNull(tVar6); m.checkParameterIsNotNull(eVar6, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(e6, "ioe"); diff --git a/app/src/main/java/f0/e0/h/c.java b/app/src/main/java/f0/e0/h/c.java index 9c56f2aaa8..9f2e8bb3a5 100644 --- a/app/src/main/java/f0/e0/h/c.java +++ b/app/src/main/java/f0/e0/h/c.java @@ -9,7 +9,7 @@ public final class c { public static final String[] b; /* renamed from: c reason: collision with root package name */ - public static final DateFormat[] f2808c; + public static final DateFormat[] f2807c; /* compiled from: dates.kt */ public static final class a extends ThreadLocal { @@ -26,6 +26,6 @@ public final class c { static { String[] strArr = {"EEE, dd MMM yyyy HH:mm:ss zzz", "EEEE, dd-MMM-yy HH:mm:ss zzz", "EEE MMM d HH:mm:ss yyyy", "EEE, dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MMM-yyyy HH-mm-ss z", "EEE, dd MMM yy HH:mm:ss z", "EEE dd-MMM-yyyy HH:mm:ss z", "EEE dd MMM yyyy HH:mm:ss z", "EEE dd-MMM-yyyy HH-mm-ss z", "EEE dd-MMM-yy HH:mm:ss z", "EEE dd MMM yy HH:mm:ss z", "EEE,dd-MMM-yy HH:mm:ss z", "EEE,dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MM-yyyy HH:mm:ss z", "EEE MMM d yyyy HH:mm:ss z"}; b = strArr; - f2808c = new DateFormat[strArr.length]; + f2807c = new DateFormat[strArr.length]; } } diff --git a/app/src/main/java/f0/e0/h/e.java b/app/src/main/java/f0/e0/h/e.java index 29a4d11ee2..3e001d7f2b 100644 --- a/app/src/main/java/f0/e0/h/e.java +++ b/app/src/main/java/f0/e0/h/e.java @@ -39,7 +39,7 @@ public final class e { public static final boolean a(Response response) { m.checkParameterIsNotNull(response, "$this$promisesBody"); - if (m.areEqual(response.i.f2947c, "HEAD")) { + if (m.areEqual(response.i.f2946c, "HEAD")) { return false; } int i = response.l; @@ -161,7 +161,7 @@ public final class e { if (r5.b(r0, r8) == false) goto L_0x0225; */ /* JADX WARNING: Code restructure failed: missing block: B:110:0x0223, code lost: - if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2952c.a(r8) == null) goto L_0x0225; + if (okhttp3.internal.publicsuffix.PublicSuffixDatabase.f2951c.a(r8) == null) goto L_0x0225; */ /* JADX WARNING: Removed duplicated region for block: B:129:0x0277 */ /* JADX WARNING: Removed duplicated region for block: B:150:0x0282 A[SYNTHETIC] */ diff --git a/app/src/main/java/f0/e0/h/g.java b/app/src/main/java/f0/e0/h/g.java index 2379c5a6f9..1dcd450c8a 100644 --- a/app/src/main/java/f0/e0/h/g.java +++ b/app/src/main/java/f0/e0/h/g.java @@ -17,7 +17,7 @@ public final class g implements Interceptor.Chain { public final e b; /* renamed from: c reason: collision with root package name */ - public final List f2809c; + public final List f2808c; public final int d; public final c e; public final Request f; @@ -32,7 +32,7 @@ public final class g implements Interceptor.Chain { m.checkParameterIsNotNull(list, "interceptors"); m.checkParameterIsNotNull(request, "request"); this.b = eVar; - this.f2809c = list; + this.f2808c = list; this.d = i; this.e = cVar; this.f = request; @@ -49,37 +49,37 @@ public final class g implements Interceptor.Chain { int i8 = (i5 & 16) != 0 ? gVar.h : i3; int i9 = (i5 & 32) != 0 ? gVar.i : i4; m.checkParameterIsNotNull(request2, "request"); - return new g(gVar.b, gVar.f2809c, i6, cVar2, request2, i7, i8, i9); + return new g(gVar.b, gVar.f2808c, i6, cVar2, request2, i7, i8, i9); } @Override // okhttp3.Interceptor.Chain public Response a(Request request) throws IOException { m.checkParameterIsNotNull(request, "request"); boolean z2 = false; - if (this.d < this.f2809c.size()) { + if (this.d < this.f2808c.size()) { this.a++; c cVar = this.e; if (cVar != null) { if (cVar.e.b(request.b)) { if (!(this.a == 1)) { StringBuilder P = a.P("network interceptor "); - P.append(this.f2809c.get(this.d - 1)); + P.append(this.f2808c.get(this.d - 1)); P.append(" must call proceed() exactly once"); throw new IllegalStateException(P.toString().toString()); } } else { StringBuilder P2 = a.P("network interceptor "); - P2.append(this.f2809c.get(this.d - 1)); + P2.append(this.f2808c.get(this.d - 1)); P2.append(" must retain the same host and port"); throw new IllegalStateException(P2.toString().toString()); } } g d = d(this, this.d + 1, null, request, 0, 0, 0, 58); - Interceptor interceptor = this.f2809c.get(this.d); + Interceptor interceptor = this.f2808c.get(this.d); Response intercept = interceptor.intercept(d); if (intercept != null) { if (this.e != null) { - if (!(this.d + 1 >= this.f2809c.size() || d.a == 1)) { + if (!(this.d + 1 >= this.f2808c.size() || d.a == 1)) { throw new IllegalStateException(("network interceptor " + interceptor + " must call proceed() exactly once").toString()); } } diff --git a/app/src/main/java/f0/e0/h/h.java b/app/src/main/java/f0/e0/h/h.java index 85449099c8..c66e1c0983 100644 --- a/app/src/main/java/f0/e0/h/h.java +++ b/app/src/main/java/f0/e0/h/h.java @@ -28,7 +28,7 @@ public final class h extends ResponseBody { if (str == null) { return null; } - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; return MediaType.a.b(str); } diff --git a/app/src/main/java/f0/e0/h/i.java b/app/src/main/java/f0/e0/h/i.java index 0958b1aade..b7abe02e54 100644 --- a/app/src/main/java/f0/e0/h/i.java +++ b/app/src/main/java/f0/e0/h/i.java @@ -56,7 +56,7 @@ public final class i implements Interceptor { c0 c0Var = (cVar == null || (jVar = cVar.b) == null) ? null : jVar.q; int i = response.l; Request request = response.i; - String str = request.f2947c; + String str = request.f2946c; boolean z2 = false; if (!(i == 307 || i == 308)) { if (i == 401) { @@ -83,7 +83,7 @@ public final class i implements Interceptor { m.throwNpe(); } if (c0Var.b.type() == Proxy.Type.HTTP) { - return this.b.f2856y.a(c0Var, response); + return this.b.f2855y.a(c0Var, response); } throw new ProtocolException("Received HTTP_PROXY_AUTH (407) code while not using proxy"); } else if (i != 408) { @@ -110,7 +110,7 @@ public final class i implements Interceptor { return null; } } - if (!this.b.f2854s || (a = Response.a(response, "Location", null, 2)) == null) { + if (!this.b.f2853s || (a = Response.a(response, "Location", null, 2)) == null) { return null; } w wVar = response.i.b; @@ -173,7 +173,7 @@ public final class i implements Interceptor { if (dVar == null) { m.throwNpe(); } - int i = dVar.f2800c; + int i = dVar.f2799c; if (i == 0 && dVar.d == 0 && dVar.e == 0) { z3 = false; } else { @@ -260,7 +260,7 @@ public final class i implements Interceptor { if (eVar4.q == null) { synchronized (eVar4) { try { - if (!(eVar4.f2801s ^ z3)) { + if (!(eVar4.f2800s ^ z3)) { throw new IllegalStateException("cannot make a new request because the previous response is still open: please call response.close()".toString()); } else if (!(eVar4.r ^ z3)) { eVar = eVar4; @@ -280,8 +280,8 @@ public final class i implements Interceptor { if (z4) { k kVar = eVar4.i; w wVar = request3.b; - if (wVar.f2852c) { - x xVar = eVar4.f2802x; + if (wVar.f2851c) { + x xVar = eVar4.f2801x; SSLSocketFactory sSLSocketFactory2 = xVar.A; if (sSLSocketFactory2 != null) { HostnameVerifier hostnameVerifier2 = xVar.E; @@ -298,11 +298,11 @@ public final class i implements Interceptor { } String str2 = wVar.g; int i4 = wVar.h; - x xVar2 = eVar4.f2802x; + x xVar2 = eVar4.f2801x; list = emptyList; i = i3; response = response5; - eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2857z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2856y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2855x), eVar4, eVar4.j); + eVar4.n = new d(kVar, new a(str2, i4, xVar2.v, xVar2.f2856z, sSLSocketFactory, hostnameVerifier, gVar2, xVar2.f2855y, xVar2.w, xVar2.D, xVar2.C, xVar2.f2854x), eVar4, eVar4.j); } else { list = emptyList; response = response5; @@ -324,7 +324,7 @@ public final class i implements Interceptor { responseBody = a.o; response3 = a.p; response4 = a.q; - j = a.f2950s; + j = a.f2949s; gVar = gVar3; eVar3 = eVar4; } catch (Throwable th5) { @@ -347,7 +347,7 @@ public final class i implements Interceptor { Response response6 = response.p; Response response7 = response.q; Response response8 = response.r; - long j3 = response.f2950s; + long j3 = response.f2949s; long j4 = response.t; c cVar2 = response.u; if (!(i5 >= 0)) { diff --git a/app/src/main/java/f0/e0/h/j.java b/app/src/main/java/f0/e0/h/j.java index dcc4f89bc6..3fe6b9b5bd 100644 --- a/app/src/main/java/f0/e0/h/j.java +++ b/app/src/main/java/f0/e0/h/j.java @@ -12,14 +12,14 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2810c; + public final String f2809c; public j(y yVar, int i, String str) { m.checkParameterIsNotNull(yVar, "protocol"); m.checkParameterIsNotNull(str, "message"); this.a = yVar; this.b = i; - this.f2810c = str; + this.f2809c = str; } public static final j a(String str) throws IOException { @@ -77,7 +77,7 @@ public final class j { sb.append(' '); sb.append(this.b); sb.append(' '); - sb.append(this.f2810c); + sb.append(this.f2809c); String sb2 = sb.toString(); m.checkExpressionValueIsNotNull(sb2, "StringBuilder().apply(builderAction).toString()"); return sb2; diff --git a/app/src/main/java/f0/e0/i/b.java b/app/src/main/java/f0/e0/i/b.java index 731aaac7df..50d49271f2 100644 --- a/app/src/main/java/f0/e0/i/b.java +++ b/app/src/main/java/f0/e0/i/b.java @@ -29,7 +29,7 @@ public final class b implements f0.e0.h.d { public final a b; /* renamed from: c reason: collision with root package name */ - public Headers f2811c; + public Headers f2810c; public final x d; public final j e; public final g f; @@ -178,14 +178,14 @@ public final class b implements f0.e0.h.d { if (this.l == 0) { this.m = false; b bVar = this.o; - bVar.f2811c = bVar.b.a(); + bVar.f2810c = bVar.b.a(); x xVar = this.o.d; if (xVar == null) { m.throwNpe(); } p pVar = xVar.u; w wVar = this.n; - Headers headers = this.o.f2811c; + Headers headers = this.o.f2810c; if (headers == null) { m.throwNpe(); } @@ -384,10 +384,10 @@ public final class b implements f0.e0.h.d { m.checkParameterIsNotNull(request, "request"); m.checkParameterIsNotNull(type, "proxyType"); StringBuilder sb = new StringBuilder(); - sb.append(request.f2947c); + sb.append(request.f2946c); sb.append(' '); w wVar = request.b; - if (!wVar.f2852c && type == Proxy.Type.HTTP) { + if (!wVar.f2851c && type == Proxy.Type.HTTP) { sb.append(wVar); } else { m.checkParameterIsNotNull(wVar, "url"); @@ -461,8 +461,8 @@ public final class b implements f0.e0.h.d { f0.e0.h.j a2 = f0.e0.h.j.a(this.b.b()); Response.a aVar = new Response.a(); aVar.f(a2.a); - aVar.f2951c = a2.b; - aVar.e(a2.f2810c); + aVar.f2950c = a2.b; + aVar.e(a2.f2809c); aVar.d(this.b.a()); if (z2 && a2.b == 100) { return null; diff --git a/app/src/main/java/f0/e0/j/b.java b/app/src/main/java/f0/e0/j/b.java index d4b2bae646..300a5356d0 100644 --- a/app/src/main/java/f0/e0/j/b.java +++ b/app/src/main/java/f0/e0/j/b.java @@ -9,7 +9,7 @@ public final class b { public static final ByteString b; /* renamed from: c reason: collision with root package name */ - public static final ByteString f2812c; + public static final ByteString f2811c; public static final ByteString d; public static final ByteString e; public static final ByteString f; @@ -21,7 +21,7 @@ public final class b { ByteString.a aVar = ByteString.j; a = aVar.c(":"); b = aVar.c(":status"); - f2812c = aVar.c(":method"); + f2811c = aVar.c(":method"); d = aVar.c(":path"); e = aVar.c(":scheme"); f = aVar.c(":authority"); diff --git a/app/src/main/java/f0/e0/j/c.java b/app/src/main/java/f0/e0/j/c.java index 911d6218fe..95baae56c5 100644 --- a/app/src/main/java/f0/e0/j/c.java +++ b/app/src/main/java/f0/e0/j/c.java @@ -26,7 +26,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2813c = new c(); + public static final c f2812c = new c(); /* compiled from: Hpack.kt */ public static final class a { @@ -34,7 +34,7 @@ public final class c { public final g b; /* renamed from: c reason: collision with root package name */ - public b[] f2814c; + public b[] f2813c; public int d; public int e; public int f; @@ -49,13 +49,13 @@ public final class c { this.a = new ArrayList(); m.checkParameterIsNotNull(xVar, "$this$buffer"); this.b = new r(xVar); - this.f2814c = new b[8]; + this.f2813c = new b[8]; this.d = 7; } public final void a() { - j.fill$default(this.f2814c, null, 0, 0, 6, null); - this.d = this.f2814c.length - 1; + j.fill$default(this.f2813c, null, 0, 0, 6, null); + this.d = this.f2813c.length - 1; this.e = 0; this.f = 0; } @@ -68,14 +68,14 @@ public final class c { int i2; int i3 = 0; if (i > 0) { - int length = this.f2814c.length; + int length = this.f2813c.length; while (true) { length--; i2 = this.d; if (length < i2 || i <= 0) { break; } - b bVar = this.f2814c[length]; + b bVar = this.f2813c[length]; if (bVar == null) { m.throwNpe(); } @@ -85,7 +85,7 @@ public final class c { this.e--; i3++; } - b[] bVarArr = this.f2814c; + b[] bVarArr = this.f2813c; System.arraycopy(bVarArr, i2 + 1, bVarArr, i2 + 1 + i3, this.e); this.d += i3; } @@ -97,17 +97,17 @@ public final class c { public final ByteString d(int i) throws IOException { boolean z2; if (i >= 0) { - c cVar = c.f2813c; + c cVar = c.f2812c; if (i <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2813c; + c cVar2 = c.f2812c; return c.a[i].h; } - c cVar3 = c.f2813c; + c cVar3 = c.f2812c; int b = b(i - c.a.length); if (b >= 0) { - b[] bVarArr = this.f2814c; + b[] bVarArr = this.f2813c; if (b < bVarArr.length) { b bVar = bVarArr[b]; if (bVar == null) { @@ -130,7 +130,7 @@ public final class c { this.a.add(bVar); int i2 = bVar.g; if (i != -1) { - b bVar2 = this.f2814c[this.d + 1 + i]; + b bVar2 = this.f2813c[this.d + 1 + i]; if (bVar2 == null) { m.throwNpe(); } @@ -144,19 +144,19 @@ public final class c { int c2 = c((this.f + i2) - i3); if (i == -1) { int i4 = this.e + 1; - b[] bVarArr = this.f2814c; + b[] bVarArr = this.f2813c; if (i4 > bVarArr.length) { b[] bVarArr2 = new b[(bVarArr.length * 2)]; System.arraycopy(bVarArr, 0, bVarArr2, bVarArr.length, bVarArr.length); - this.d = this.f2814c.length - 1; - this.f2814c = bVarArr2; + this.d = this.f2813c.length - 1; + this.f2813c = bVarArr2; } int i5 = this.d; this.d = i5 - 1; - this.f2814c[i5] = bVar; + this.f2813c[i5] = bVar; this.e++; } else { - this.f2814c[this.d + 1 + i + c2 + i] = bVar; + this.f2813c[this.d + 1 + i + c2 + i] = bVar; } this.f += i2; } @@ -176,7 +176,7 @@ public final class c { g gVar = this.b; m.checkParameterIsNotNull(gVar, "source"); m.checkParameterIsNotNull(eVar, "sink"); - p.a aVar = p.f2824c; + p.a aVar = p.f2823c; int i3 = 0; for (long j = 0; j < g; j++) { byte readByte2 = gVar.readByte(); @@ -196,8 +196,8 @@ public final class c { } if (aVar.a == null) { eVar.T(aVar.b); - i3 -= aVar.f2825c; - aVar = p.f2824c; + i3 -= aVar.f2824c; + aVar = p.f2823c; } else { i3 = i4; } @@ -213,12 +213,12 @@ public final class c { if (aVar2 == null) { m.throwNpe(); } - if (aVar2.a != null || aVar2.f2825c > i3) { + if (aVar2.a != null || aVar2.f2824c > i3) { break; } eVar.T(aVar2.b); - i3 -= aVar2.f2825c; - aVar = p.f2824c; + i3 -= aVar2.f2824c; + aVar = p.f2823c; } return eVar.x(); } @@ -248,7 +248,7 @@ public final class c { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f2815c; + public int f2814c; public b[] d; public int e; public int f; @@ -265,7 +265,7 @@ public final class c { this.i = z2; this.j = eVar; this.a = Integer.MAX_VALUE; - this.f2815c = i; + this.f2814c = i; this.d = new b[8]; this.e = 7; } @@ -314,7 +314,7 @@ public final class c { public final void c(b bVar) { int i = bVar.g; - int i2 = this.f2815c; + int i2 = this.f2814c; if (i > i2) { a(); return; @@ -390,19 +390,19 @@ public final class c { m.checkParameterIsNotNull(list, "headerBlock"); if (this.b) { int i3 = this.a; - if (i3 < this.f2815c) { + if (i3 < this.f2814c) { f(i3, 31, 32); } this.b = false; this.a = Integer.MAX_VALUE; - f(this.f2815c, 31, 32); + f(this.f2814c, 31, 32); } int size = list.size(); for (int i4 = 0; i4 < size; i4++) { b bVar = list.get(i4); ByteString p = bVar.h.p(); ByteString byteString = bVar.i; - c cVar = c.f2813c; + c cVar = c.f2812c; Integer num = c.b.get(p); if (num != null) { i2 = num.intValue() + 1; @@ -439,11 +439,11 @@ public final class c { } if (m.areEqual(bVar3.i, byteString)) { int i6 = i5 - this.e; - c cVar2 = c.f2813c; + c cVar2 = c.f2812c; i2 = c.a.length + i6; break; } else if (i == -1) { - c cVar3 = c.f2813c; + c cVar3 = c.f2812c; i = (i5 - this.e) + c.a.length; } } @@ -490,7 +490,7 @@ public final class c { static { b bVar = new b(b.f, ""); - ByteString byteString = b.f2812c; + ByteString byteString = b.f2811c; ByteString byteString2 = b.d; ByteString byteString3 = b.e; ByteString byteString4 = b.b; diff --git a/app/src/main/java/f0/e0/j/d.java b/app/src/main/java/f0/e0/j/d.java index 434213c2bd..7819f522bb 100644 --- a/app/src/main/java/f0/e0/j/d.java +++ b/app/src/main/java/f0/e0/j/d.java @@ -11,7 +11,7 @@ public final class d { public static final String[] b = {"DATA", "HEADERS", "PRIORITY", "RST_STREAM", "SETTINGS", "PUSH_PROMISE", "PING", "GOAWAY", "WINDOW_UPDATE", "CONTINUATION"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f2816c = new String[64]; + public static final String[] f2815c = new String[64]; public static final String[] d; public static final d e = new d(); @@ -23,17 +23,17 @@ public final class d { strArr[i] = t.replace$default(c.j("%8s", binaryString), ' ', '0', false, 4, (Object) null); } d = strArr; - String[] strArr2 = f2816c; + String[] strArr2 = f2815c; strArr2[0] = ""; strArr2[1] = "END_STREAM"; int[] iArr = {1}; strArr2[8] = "PADDED"; for (int i2 = 0; i2 < 1; i2++) { int i3 = iArr[i2]; - String[] strArr3 = f2816c; + String[] strArr3 = f2815c; strArr3[i3 | 8] = m.stringPlus(strArr3[i3], "|PADDED"); } - String[] strArr4 = f2816c; + String[] strArr4 = f2815c; strArr4[4] = "END_HEADERS"; strArr4[32] = "PRIORITY"; strArr4[36] = "END_HEADERS|PRIORITY"; @@ -42,7 +42,7 @@ public final class d { int i5 = iArr2[i4]; for (int i6 = 0; i6 < 1; i6++) { int i7 = iArr[i6]; - String[] strArr5 = f2816c; + String[] strArr5 = f2815c; int i8 = i7 | i5; strArr5[i8] = strArr5[i7] + "|" + strArr5[i5]; StringBuilder sb = new StringBuilder(); @@ -51,9 +51,9 @@ public final class d { strArr5[i8 | 8] = a.H(sb, strArr5[i5], "|PADDED"); } } - int length = f2816c.length; + int length = f2815c.length; for (int i9 = 0; i9 < length; i9++) { - String[] strArr6 = f2816c; + String[] strArr6 = f2815c; if (strArr6[i9] == null) { strArr6[i9] = d[i9]; } @@ -76,7 +76,7 @@ public final class d { if (i3 == 4 || i3 == 6) { str = i4 == 1 ? "ACK" : d[i4]; } else if (!(i3 == 7 || i3 == 8)) { - String[] strArr = f2816c; + String[] strArr = f2815c; if (i4 < strArr.length) { str2 = strArr[i4]; if (str2 == null) { diff --git a/app/src/main/java/f0/e0/j/e.java b/app/src/main/java/f0/e0/j/e.java index 2404873704..8dafb9005f 100644 --- a/app/src/main/java/f0/e0/j/e.java +++ b/app/src/main/java/f0/e0/j/e.java @@ -51,20 +51,20 @@ public final class e implements Closeable { public final f0.e0.f.d r; /* renamed from: s reason: collision with root package name */ - public final f0.e0.f.c f2817s; + public final f0.e0.f.c f2816s; public final f0.e0.f.c t; public final f0.e0.f.c u; public final r v; public long w; /* renamed from: x reason: collision with root package name */ - public long f2818x; + public long f2817x; /* renamed from: y reason: collision with root package name */ - public long f2819y; + public long f2818y; /* renamed from: z reason: collision with root package name */ - public long f2820z; + public long f2819z; /* compiled from: TaskQueue.kt */ public static final class a extends f0.e0.f.a { @@ -84,7 +84,7 @@ public final class e implements Closeable { boolean z2; synchronized (this.e) { eVar = this.e; - long j = eVar.f2818x; + long j = eVar.f2817x; long j2 = eVar.w; if (j < j2) { z2 = true; @@ -109,7 +109,7 @@ public final class e implements Closeable { public String b; /* renamed from: c reason: collision with root package name */ - public g f2821c; + public g f2820c; public BufferedSink d; public c e = c.a; public r f = r.a; @@ -170,7 +170,7 @@ public final class e implements Closeable { this.f.j.l.b(this.e); return -1; } catch (IOException e) { - h.a aVar = h.f2827c; + h.a aVar = h.f2826c; h hVar = h.a; StringBuilder P = c.d.b.a.a.P("Http2Connection.Listener failure for "); P.append(this.f.j.n); @@ -357,7 +357,7 @@ public final class e implements Closeable { @Override // f0.e0.j.m.b public void b(boolean z2, s sVar) { d0.z.d.m.checkParameterIsNotNull(sVar, "settings"); - f0.e0.f.c cVar = this.j.f2817s; + f0.e0.f.c cVar = this.j.f2816s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " applyAndAckSettings"); cVar.c(new c(H, true, H, true, this, z2, sVar), 0); } @@ -511,9 +511,9 @@ public final class e implements Closeable { if (z2) { synchronized (this.j) { if (i == 1) { - this.j.f2818x++; + this.j.f2817x++; } else if (i == 2) { - this.j.f2820z++; + this.j.f2819z++; } else if (i == 3) { e eVar = this.j; eVar.A++; @@ -522,7 +522,7 @@ public final class e implements Closeable { } return; } - f0.e0.f.c cVar = this.j.f2817s; + f0.e0.f.c cVar = this.j.f2816s; String H = c.d.b.a.a.H(new StringBuilder(), this.j.n, " ping"); cVar.c(new b(H, true, H, true, this, i, i2), 0); } @@ -720,7 +720,7 @@ public final class e implements Closeable { f0.e0.f.d dVar = bVar.i; this.r = dVar; f0.e0.f.c f2 = dVar.f(); - this.f2817s = f2; + this.f2816s = f2; this.t = dVar.f(); this.u = dVar.f(); this.v = bVar.f; @@ -742,7 +742,7 @@ public final class e implements Closeable { d0.z.d.m.throwUninitializedPropertyAccessException("sink"); } this.J = new o(bufferedSink, z2); - g gVar = bVar.f2821c; + g gVar = bVar.f2820c; if (gVar == null) { d0.z.d.m.throwUninitializedPropertyAccessException("source"); } @@ -793,7 +793,7 @@ public final class e implements Closeable { this.I.close(); } catch (IOException unused4) { } - this.f2817s.f(); + this.f2816s.f(); this.t.f(); this.u.f(); } @@ -890,11 +890,11 @@ public final class e implements Closeable { public final void s(int i2, a aVar) { d0.z.d.m.checkParameterIsNotNull(aVar, "errorCode"); String str = this.n + '[' + i2 + "] writeSynReset"; - this.f2817s.c(new C0310e(str, true, str, true, this, i2, aVar), 0); + this.f2816s.c(new C0310e(str, true, str, true, this, i2, aVar), 0); } public final void t(int i2, long j2) { String str = this.n + '[' + i2 + "] windowUpdate"; - this.f2817s.c(new f(str, true, str, true, this, i2, j2), 0); + this.f2816s.c(new f(str, true, str, true, this, i2, j2), 0); } } diff --git a/app/src/main/java/f0/e0/j/l.java b/app/src/main/java/f0/e0/j/l.java index 0940ec5f73..fdb3633b0a 100644 --- a/app/src/main/java/f0/e0/j/l.java +++ b/app/src/main/java/f0/e0/j/l.java @@ -32,7 +32,7 @@ public final class l implements d { public static final List b = c.m("connection", "host", "keep-alive", "proxy-connection", "te", "transfer-encoding", "encoding", "upgrade"); /* renamed from: c reason: collision with root package name */ - public volatile n f2822c; + public volatile n f2821c; public final y d; public volatile boolean e; public final j f; @@ -54,7 +54,7 @@ public final class l implements d { @Override // f0.e0.h.d public void a() { - n nVar = this.f2822c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } @@ -66,13 +66,13 @@ public final class l implements d { int i; n nVar; m.checkParameterIsNotNull(request, "request"); - if (this.f2822c == null) { + if (this.f2821c == null) { boolean z2 = false; boolean z3 = request.e != null; m.checkParameterIsNotNull(request, "request"); Headers headers = request.d; ArrayList arrayList = new ArrayList(headers.size() + 4); - arrayList.add(new b(b.f2812c, request.f2947c)); + arrayList.add(new b(b.f2811c, request.f2946c)); ByteString byteString = b.d; w wVar = request.b; m.checkParameterIsNotNull(wVar, "url"); @@ -115,7 +115,7 @@ public final class l implements d { i = eVar.p; eVar.p = i + 2; nVar = new n(i, eVar, z4, false, null); - if (!z3 || eVar.G >= eVar.H || nVar.f2823c >= nVar.d) { + if (!z3 || eVar.G >= eVar.H || nVar.f2822c >= nVar.d) { z2 = true; } if (nVar.i()) { @@ -130,22 +130,22 @@ public final class l implements d { if (z2) { eVar.J.flush(); } - this.f2822c = nVar; + this.f2821c = nVar; if (this.e) { - n nVar2 = this.f2822c; + n nVar2 = this.f2821c; if (nVar2 == null) { m.throwNpe(); } nVar2.e(a.CANCEL); throw new IOException("Canceled"); } - n nVar3 = this.f2822c; + n nVar3 = this.f2821c; if (nVar3 == null) { m.throwNpe(); } TimeUnit timeUnit = TimeUnit.MILLISECONDS; nVar3.i.g((long) this.g.h, timeUnit); - n nVar4 = this.f2822c; + n nVar4 = this.f2821c; if (nVar4 == null) { m.throwNpe(); } @@ -156,7 +156,7 @@ public final class l implements d { @Override // f0.e0.h.d public g0.x c(Response response) { m.checkParameterIsNotNull(response, "response"); - n nVar = this.f2822c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } @@ -166,7 +166,7 @@ public final class l implements d { @Override // f0.e0.h.d public void cancel() { this.e = true; - n nVar = this.f2822c; + n nVar = this.f2821c; if (nVar != null) { nVar.e(a.CANCEL); } @@ -176,7 +176,7 @@ public final class l implements d { @Override // f0.e0.h.d public Response.a d(boolean z2) { Headers headers; - n nVar = this.f2822c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } @@ -228,12 +228,12 @@ public final class l implements d { if (jVar != null) { Response.a aVar2 = new Response.a(); aVar2.f(yVar); - aVar2.f2951c = jVar.b; - aVar2.e(jVar.f2810c); + aVar2.f2950c = jVar.b; + aVar2.e(jVar.f2809c); Object[] array = arrayList.toArray(new String[0]); if (array != null) { aVar2.d(new Headers((String[]) array, null)); - if (!z2 || aVar2.f2951c != 100) { + if (!z2 || aVar2.f2950c != 100) { return aVar2; } return null; @@ -265,7 +265,7 @@ public final class l implements d { @Override // f0.e0.h.d public v h(Request request, long j) { m.checkParameterIsNotNull(request, "request"); - n nVar = this.f2822c; + n nVar = this.f2821c; if (nVar == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/j/m.java b/app/src/main/java/f0/e0/j/m.java index e49d61e7e2..88669d20ce 100644 --- a/app/src/main/java/f0/e0/j/m.java +++ b/app/src/main/java/f0/e0/j/m.java @@ -424,17 +424,17 @@ public final class m implements Closeable { } else if ((i6 & 128) == 128) { int g = aVar2.g(i6, 127) - 1; if (g >= 0) { - c cVar = c.f2813c; + c cVar = c.f2812c; if (g <= c.a.length - 1) { z2 = true; if (!z2) { - c cVar2 = c.f2813c; + c cVar2 = c.f2812c; aVar2.a.add(c.a[g]); } else { - c cVar3 = c.f2813c; + c cVar3 = c.f2812c; int b2 = aVar2.b(g - c.a.length); if (b2 >= 0) { - b[] bVarArr = aVar2.f2814c; + b[] bVarArr = aVar2.f2813c; if (b2 < bVarArr.length) { List list = aVar2.a; b bVar = bVarArr[b2]; @@ -454,7 +454,7 @@ public final class m implements Closeable { if (!z2) { } } else if (i6 == 64) { - c cVar4 = c.f2813c; + c cVar4 = c.f2812c; ByteString f = aVar2.f(); cVar4.a(f); aVar2.e(-1, new b(f, aVar2.f())); @@ -477,7 +477,7 @@ public final class m implements Closeable { } } } else if (i6 == 16 || i6 == 0) { - c cVar5 = c.f2813c; + c cVar5 = c.f2812c; ByteString f2 = aVar2.f(); cVar5.a(f2); aVar2.a.add(new b(f2, aVar2.f())); diff --git a/app/src/main/java/f0/e0/j/n.java b/app/src/main/java/f0/e0/j/n.java index 80a6f2dfc0..1424b940c7 100644 --- a/app/src/main/java/f0/e0/j/n.java +++ b/app/src/main/java/f0/e0/j/n.java @@ -20,7 +20,7 @@ public final class n { public long b; /* renamed from: c reason: collision with root package name */ - public long f2823c; + public long f2822c; public long d; public final ArrayDeque e; public boolean f; @@ -57,7 +57,7 @@ public final class n { n.this.j.m(); throw th; } - if (nVar.f2823c < nVar.d || this.k || this.j || nVar.f() != null) { + if (nVar.f2822c < nVar.d || this.k || this.j || nVar.f() != null) { break; } n.this.l(); @@ -65,9 +65,9 @@ public final class n { n.this.j.m(); n.this.b(); n nVar2 = n.this; - min = Math.min(nVar2.d - nVar2.f2823c, this.i.j); + min = Math.min(nVar2.d - nVar2.f2822c, this.i.j); n nVar3 = n.this; - nVar3.f2823c += min; + nVar3.f2822c += min; z3 = z2 && min == this.i.j && nVar3.f() == null; } n.this.j.i(); @@ -277,12 +277,12 @@ public final class n { n.this.e(a.CANCEL); e eVar = n.this.n; synchronized (eVar) { - long j = eVar.f2820z; - long j2 = eVar.f2819y; + long j = eVar.f2819z; + long j2 = eVar.f2818y; if (j >= j2) { - eVar.f2819y = j2 + 1; + eVar.f2818y = j2 + 1; eVar.B = System.nanoTime() + ((long) 1000000000); - f0.e0.f.c cVar = eVar.f2817s; + f0.e0.f.c cVar = eVar.f2816s; String H = c.d.b.a.a.H(new StringBuilder(), eVar.n, " ping"); cVar.c(new k(H, true, H, true, eVar), 0); } diff --git a/app/src/main/java/f0/e0/j/o.java b/app/src/main/java/f0/e0/j/o.java index bd69b61bac..3ad2cb97b7 100644 --- a/app/src/main/java/f0/e0/j/o.java +++ b/app/src/main/java/f0/e0/j/o.java @@ -48,13 +48,13 @@ public final class o implements Closeable { } bVar.h = i5; int min = Math.min(i5, 16384); - int i6 = bVar.f2815c; + int i6 = bVar.f2814c; if (i6 != min) { if (min < i6) { bVar.a = Math.min(bVar.a, min); } bVar.b = true; - bVar.f2815c = min; + bVar.f2814c = min; int i7 = bVar.g; if (min < i7) { if (min == 0) { diff --git a/app/src/main/java/f0/e0/j/p.java b/app/src/main/java/f0/e0/j/p.java index 35a2f65e88..8dfba80e23 100644 --- a/app/src/main/java/f0/e0/j/p.java +++ b/app/src/main/java/f0/e0/j/p.java @@ -9,7 +9,7 @@ public final class p { public static final byte[] b = {13, 23, 28, 28, 28, 28, 28, 28, 28, 24, 30, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 30, 28, 28, 28, 28, 28, 28, 28, 28, 28, 6, 10, 10, 12, 13, 6, 8, 11, 10, 10, 8, 11, 8, 6, 6, 6, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 8, 15, 6, 12, 10, 13, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 13, 19, 13, 14, 6, 15, 5, 6, 5, 6, 5, 6, 6, 6, 5, 7, 7, 6, 6, 6, 5, 6, 7, 6, 5, 5, 6, 7, 7, 7, 7, 7, 15, 11, 14, 13, 28, 20, 22, 20, 20, 22, 22, 22, 23, 22, 23, 23, 23, 23, 23, 24, 23, 24, 24, 22, 23, 24, 23, 23, 23, 23, 21, 22, 23, 22, 23, 23, 24, 22, 21, 20, 22, 22, 23, 23, 21, 23, 22, 22, 24, 21, 22, 23, 23, 21, 21, 22, 21, 23, 22, 23, 23, 20, 22, 22, 22, 23, 22, 22, 23, 26, 26, 20, 19, 22, 23, 22, 25, 26, 26, 26, 27, 27, 26, 24, 25, 19, 21, 26, 27, 27, 26, 27, 24, 21, 21, 26, 26, 28, 27, 27, 27, 20, 24, 20, 21, 22, 21, 21, 23, 22, 22, 25, 25, 24, 24, 26, 23, 26, 27, 26, 26, 27, 27, 27, 27, 27, 28, 27, 27, 27, 27, 27, 26}; /* renamed from: c reason: collision with root package name */ - public static final a f2824c = new a(); + public static final a f2823c = new a(); public static final p d; /* compiled from: Huffman.kt */ @@ -18,19 +18,19 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2825c; + public final int f2824c; public a() { this.a = new a[256]; this.b = 0; - this.f2825c = 0; + this.f2824c = 0; } public a(int i, int i2) { this.a = null; this.b = i; int i3 = i2 & 7; - this.f2825c = i3 == 0 ? 8 : i3; + this.f2824c = i3 == 0 ? 8 : i3; } } @@ -44,7 +44,7 @@ public final class p { public final void a(int i, int i2, int i3) { a aVar = new a(i, i3); - a aVar2 = f2824c; + a aVar2 = f2823c; while (i3 > 8) { i3 -= 8; int i4 = (i2 >>> i3) & 255; diff --git a/app/src/main/java/f0/e0/k/a.java b/app/src/main/java/f0/e0/k/a.java index cf701713c8..28fa7fb495 100644 --- a/app/src/main/java/f0/e0/k/a.java +++ b/app/src/main/java/f0/e0/k/a.java @@ -21,7 +21,7 @@ import javax.net.ssl.SSLSocket; import javax.net.ssl.X509TrustManager; /* compiled from: Android10Platform.kt */ public final class a extends h { - public static final boolean d = (h.f2827c.c() && Build.VERSION.SDK_INT >= 29); + public static final boolean d = (h.f2826c.c() && Build.VERSION.SDK_INT >= 29); public static final a e = null; public final List f; diff --git a/app/src/main/java/f0/e0/k/b.java b/app/src/main/java/f0/e0/k/b.java index 82b0908b99..e0f9c22c61 100644 --- a/app/src/main/java/f0/e0/k/b.java +++ b/app/src/main/java/f0/e0/k/b.java @@ -106,7 +106,7 @@ public final class b extends h { static { boolean z2 = false; - if (h.f2827c.c() && Build.VERSION.SDK_INT < 30) { + if (h.f2826c.c() && Build.VERSION.SDK_INT < 30) { z2 = true; } d = z2; @@ -291,7 +291,7 @@ public final class b extends h { boolean z2 = false; if (obj != null) { try { - Method method = hVar.f2830c; + Method method = hVar.f2829c; if (method == null) { m.throwNpe(); } diff --git a/app/src/main/java/f0/e0/k/e.java b/app/src/main/java/f0/e0/k/e.java index 7e1ff34a4e..96bf70c641 100644 --- a/app/src/main/java/f0/e0/k/e.java +++ b/app/src/main/java/f0/e0/k/e.java @@ -27,11 +27,11 @@ public final class e extends h { public String b; /* renamed from: c reason: collision with root package name */ - public final List f2826c; + public final List f2825c; public a(List list) { m.checkParameterIsNotNull(list, "protocols"); - this.f2826c = list; + this.f2825c = list; } @Override // java.lang.reflect.InvocationHandler @@ -49,7 +49,7 @@ public final class e extends h { if (!m.areEqual(name, "unsupported") || !m.areEqual(Void.TYPE, returnType)) { if (m.areEqual(name, "protocols")) { if (objArr.length == 0) { - return this.f2826c; + return this.f2825c; } } if ((m.areEqual(name, "selectProtocol") || m.areEqual(name, "select")) && m.areEqual(String.class, returnType) && objArr.length == 1 && (objArr[0] instanceof List)) { @@ -63,7 +63,7 @@ public final class e extends h { Object obj3 = list.get(i); if (obj3 != null) { String str = (String) obj3; - if (!this.f2826c.contains(str)) { + if (!this.f2825c.contains(str)) { if (i == size) { break; } @@ -77,7 +77,7 @@ public final class e extends h { } } } - String str2 = this.f2826c.get(0); + String str2 = this.f2825c.get(0); this.b = str2; return str2; } diff --git a/app/src/main/java/f0/e0/k/h.java b/app/src/main/java/f0/e0/k/h.java index f81aa3e6af..1620fb6856 100644 --- a/app/src/main/java/f0/e0/k/h.java +++ b/app/src/main/java/f0/e0/k/h.java @@ -44,7 +44,7 @@ public class h { public static final Logger b = Logger.getLogger(x.class.getName()); /* renamed from: c reason: collision with root package name */ - public static final a f2827c; + public static final a f2826c; /* compiled from: Platform.kt */ public static final class a { @@ -100,9 +100,9 @@ public class h { h hVar; h hVar2 = null; a aVar = new a(null); - f2827c = aVar; + f2826c = aVar; if (aVar.c()) { - c cVar = c.f2828c; + c cVar = c.f2827c; for (Map.Entry entry : c.b.entrySet()) { String value = entry.getValue(); Logger logger = Logger.getLogger(entry.getKey()); diff --git a/app/src/main/java/f0/e0/k/i/a.java b/app/src/main/java/f0/e0/k/i/a.java index 5d6b8318ba..16c296b748 100644 --- a/app/src/main/java/f0/e0/k/i/a.java +++ b/app/src/main/java/f0/e0/k/i/a.java @@ -22,7 +22,7 @@ public final class a implements k { @Override // f0.e0.k.i.k public boolean b() { - return h.f2827c.c() && Build.VERSION.SDK_INT >= 29; + return h.f2826c.c() && Build.VERSION.SDK_INT >= 29; } @Override // f0.e0.k.i.k @@ -45,7 +45,7 @@ public final class a implements k { SSLSockets.setUseSessionTickets(sSLSocket, true); SSLParameters sSLParameters = sSLSocket.getSSLParameters(); m.checkExpressionValueIsNotNull(sSLParameters, "sslParameters"); - Object[] array = h.f2827c.a(list).toArray(new String[0]); + Object[] array = h.f2826c.a(list).toArray(new String[0]); if (array != null) { sSLParameters.setApplicationProtocols((String[]) array); sSLSocket.setSSLParameters(sSLParameters); diff --git a/app/src/main/java/f0/e0/k/i/c.java b/app/src/main/java/f0/e0/k/i/c.java index 26111bebf3..2a47c1196d 100644 --- a/app/src/main/java/f0/e0/k/i/c.java +++ b/app/src/main/java/f0/e0/k/i/c.java @@ -14,7 +14,7 @@ public final class c { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final c f2828c = null; + public static final c f2827c = null; static { LinkedHashMap linkedHashMap = new LinkedHashMap(); diff --git a/app/src/main/java/f0/e0/k/i/d.java b/app/src/main/java/f0/e0/k/i/d.java index 96f06922e4..f0bbb0b0ee 100644 --- a/app/src/main/java/f0/e0/k/i/d.java +++ b/app/src/main/java/f0/e0/k/i/d.java @@ -25,7 +25,7 @@ public final class d extends Handler { public void publish(LogRecord logRecord) { int min; m.checkParameterIsNotNull(logRecord, "record"); - c cVar = c.f2828c; + c cVar = c.f2827c; String loggerName = logRecord.getLoggerName(); m.checkExpressionValueIsNotNull(loggerName, "record.loggerName"); int i = logRecord.getLevel().intValue() > Level.INFO.intValue() ? 5 : logRecord.getLevel().intValue() == Level.INFO.intValue() ? 4 : 3; diff --git a/app/src/main/java/f0/e0/k/i/f.java b/app/src/main/java/f0/e0/k/i/f.java index 4aa502a4f3..0efed7133b 100644 --- a/app/src/main/java/f0/e0/k/i/f.java +++ b/app/src/main/java/f0/e0/k/i/f.java @@ -19,7 +19,7 @@ public class f implements k { public static final a b; /* renamed from: c reason: collision with root package name */ - public final Method f2829c; + public final Method f2828c; public final Method d; public final Method e; public final Method f; @@ -43,7 +43,7 @@ public class f implements k { this.g = cls; Method declaredMethod = cls.getDeclaredMethod("setUseSessionTickets", Boolean.TYPE); m.checkExpressionValueIsNotNull(declaredMethod, "sslSocketClass.getDeclar…:class.javaPrimitiveType)"); - this.f2829c = declaredMethod; + this.f2828c = declaredMethod; this.d = cls.getMethod("setHostname", String.class); this.e = cls.getMethod("getAlpnSelectedProtocol", new Class[0]); this.f = cls.getMethod("setAlpnProtocols", byte[].class); @@ -93,11 +93,11 @@ public class f implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { try { - this.f2829c.invoke(sSLSocket, Boolean.TRUE); + this.f2828c.invoke(sSLSocket, Boolean.TRUE); if (str != null) { this.d.invoke(sSLSocket, str); } - this.f.invoke(sSLSocket, h.f2827c.b(list)); + this.f.invoke(sSLSocket, h.f2826c.b(list)); } catch (IllegalAccessException e) { throw new AssertionError(e); } catch (InvocationTargetException e2) { diff --git a/app/src/main/java/f0/e0/k/i/g.java b/app/src/main/java/f0/e0/k/i/g.java index 51f36a034c..89c7074323 100644 --- a/app/src/main/java/f0/e0/k/i/g.java +++ b/app/src/main/java/f0/e0/k/i/g.java @@ -60,7 +60,7 @@ public final class g implements k { BCSSLSocket bCSSLSocket = (BCSSLSocket) sSLSocket; BCSSLParameters parameters = bCSSLSocket.getParameters(); m.checkExpressionValueIsNotNull(parameters, "sslParameters"); - Object[] array = h.f2827c.a(list).toArray(new String[0]); + Object[] array = h.f2826c.a(list).toArray(new String[0]); if (array != null) { parameters.setApplicationProtocols((String[]) array); bCSSLSocket.setParameters(parameters); diff --git a/app/src/main/java/f0/e0/k/i/h.java b/app/src/main/java/f0/e0/k/i/h.java index f9f8b659fd..1489ab856d 100644 --- a/app/src/main/java/f0/e0/k/i/h.java +++ b/app/src/main/java/f0/e0/k/i/h.java @@ -7,11 +7,11 @@ public final class h { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Method f2830c; + public final Method f2829c; public h(Method method, Method method2, Method method3) { this.a = method; this.b = method2; - this.f2830c = method3; + this.f2829c = method3; } } diff --git a/app/src/main/java/f0/e0/k/i/i.java b/app/src/main/java/f0/e0/k/i/i.java index df8a0423d0..44262c6e96 100644 --- a/app/src/main/java/f0/e0/k/i/i.java +++ b/app/src/main/java/f0/e0/k/i/i.java @@ -56,7 +56,7 @@ public final class i implements k { m.checkParameterIsNotNull(list, "protocols"); if (a(sSLSocket)) { Conscrypt.setUseSessionTickets(sSLSocket, true); - Object[] array = h.f2827c.a(list).toArray(new String[0]); + Object[] array = h.f2826c.a(list).toArray(new String[0]); if (array != null) { Conscrypt.setApplicationProtocols(sSLSocket, (String[]) array); return; diff --git a/app/src/main/java/f0/e0/n/d.java b/app/src/main/java/f0/e0/n/d.java index dbb3792212..b82d438298 100644 --- a/app/src/main/java/f0/e0/n/d.java +++ b/app/src/main/java/f0/e0/n/d.java @@ -37,7 +37,7 @@ public final class d implements WebSocket, h.a { public final String b; /* renamed from: c reason: collision with root package name */ - public f0.e f2831c; + public f0.e f2830c; public f0.e0.f.a d; public h e; public i f; @@ -55,20 +55,20 @@ public final class d implements WebSocket, h.a { public int r; /* renamed from: s reason: collision with root package name */ - public int f2832s; + public int f2831s; public boolean t; public final Request u; public final WebSocketListener v; public final Random w; /* renamed from: x reason: collision with root package name */ - public final long f2833x; + public final long f2832x; /* renamed from: y reason: collision with root package name */ - public f f2834y = null; + public f f2833y = null; /* renamed from: z reason: collision with root package name */ - public long f2835z; + public long f2834z; /* compiled from: RealWebSocket.kt */ public static final class a { @@ -76,12 +76,12 @@ public final class d implements WebSocket, h.a { public final ByteString b; /* renamed from: c reason: collision with root package name */ - public final long f2836c; + public final long f2835c; public a(int i, ByteString byteString, long j) { this.a = i; this.b = byteString; - this.f2836c = j; + this.f2835c = j; } } @@ -154,7 +154,7 @@ public final class d implements WebSocket, h.a { dVar.t = true; if (i != -1) { StringBuilder P = c.d.b.a.a.P("sent ping but didn't receive pong within "); - P.append(dVar.f2833x); + P.append(dVar.f2832x); P.append("ms (after "); P.append(i - 1); P.append(" successful ping/pongs)"); @@ -187,7 +187,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.f.a public long a() { - f0.e eVar = this.e.f2831c; + f0.e eVar = this.e.f2830c; if (eVar == null) { d0.z.d.m.throwNpe(); } @@ -204,13 +204,13 @@ public final class d implements WebSocket, h.a { this.u = request; this.v = webSocketListener; this.w = random; - this.f2833x = j; - this.f2835z = j2; + this.f2832x = j; + this.f2834z = j2; this.g = dVar.f(); this.j = new ArrayDeque<>(); this.k = new ArrayDeque<>(); this.n = -1; - if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2947c)) { + if (d0.z.d.m.areEqual(ShareTarget.METHOD_GET, request.f2946c)) { ByteString.a aVar = ByteString.j; byte[] bArr = new byte[16]; random.nextBytes(bArr); @@ -218,7 +218,7 @@ public final class d implements WebSocket, h.a { return; } StringBuilder P = c.d.b.a.a.P("Request must be GET: "); - P.append(request.f2947c); + P.append(request.f2946c); throw new IllegalArgumentException(P.toString().toString()); } @@ -306,7 +306,7 @@ public final class d implements WebSocket, h.a { @Override // f0.e0.n.h.a public synchronized void f(ByteString byteString) { d0.z.d.m.checkParameterIsNotNull(byteString, "payload"); - this.f2832s++; + this.f2831s++; this.t = false; } @@ -526,7 +526,7 @@ public final class d implements WebSocket, h.a { public final void j(String str, c cVar) throws IOException { d0.z.d.m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); d0.z.d.m.checkParameterIsNotNull(cVar, "streams"); - f fVar = this.f2834y; + f fVar = this.f2833y; if (fVar == null) { d0.z.d.m.throwNpe(); } @@ -534,9 +534,9 @@ public final class d implements WebSocket, h.a { this.h = str; this.i = cVar; boolean z2 = cVar.i; - this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2837c : fVar.e, this.f2835z); + this.f = new i(z2, cVar.k, this.w, fVar.a, z2 ? fVar.f2836c : fVar.e, this.f2834z); this.d = new C0312d(); - long j = this.f2833x; + long j = this.f2832x; if (j != 0) { long nanos = TimeUnit.MILLISECONDS.toNanos(j); String str2 = str + " ping"; @@ -547,7 +547,7 @@ public final class d implements WebSocket, h.a { } } boolean z3 = cVar.i; - this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2837c : fVar.e); + this.e = new h(z3, cVar.j, this, fVar.a, z3 ^ true ? fVar.f2836c : fVar.e); } public final void k() throws IOException { @@ -568,26 +568,26 @@ public final class d implements WebSocket, h.a { hVar.u.A(hVar.p, j); if (!hVar.t) { g0.e eVar = hVar.p; - e.a aVar = hVar.f2838s; + e.a aVar = hVar.f2837s; if (aVar == null) { d0.z.d.m.throwNpe(); } eVar.w(aVar); - hVar.f2838s.b(hVar.p.j - hVar.k); - e.a aVar2 = hVar.f2838s; + hVar.f2837s.b(hVar.p.j - hVar.k); + e.a aVar2 = hVar.f2837s; byte[] bArr = hVar.r; if (bArr == null) { d0.z.d.m.throwNpe(); } g.a(aVar2, bArr); - hVar.f2838s.close(); + hVar.f2837s.close(); } } if (hVar.l) { if (hVar.n) { c cVar = hVar.q; if (cVar == null) { - cVar = new c(hVar.f2839x); + cVar = new c(hVar.f2838x); hVar.q = cVar; } g0.e eVar2 = hVar.p; @@ -704,7 +704,7 @@ public final class d implements WebSocket, h.a { } else { a aVar = ref$ObjectRef8.element; if (aVar != null) { - long j = aVar.f2836c; + long j = aVar.f2835c; String str = this.h + " cancel"; byteString = poll; iVar = iVar4; diff --git a/app/src/main/java/f0/e0/n/e.java b/app/src/main/java/f0/e0/n/e.java index ca8a202a8e..482ce8b4ce 100644 --- a/app/src/main/java/f0/e0/n/e.java +++ b/app/src/main/java/f0/e0/n/e.java @@ -112,7 +112,7 @@ public final class e implements f { i2++; i = 0; } - this.a.f2834y = new f(z2, num, z3, num2, z4, z5); + this.a.f2833y = new f(z2, num, z3, num2, z4, z5); if (!(!z5 && num == null && (num2 == null || (8 <= (intValue = num2.intValue()) && 15 >= intValue)))) { synchronized (this.a) { this.a.k.clear(); diff --git a/app/src/main/java/f0/e0/n/f.java b/app/src/main/java/f0/e0/n/f.java index 887e0e2f06..c0da038e11 100644 --- a/app/src/main/java/f0/e0/n/f.java +++ b/app/src/main/java/f0/e0/n/f.java @@ -8,7 +8,7 @@ public final class f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final boolean f2837c; + public final boolean f2836c; public final Integer d; public final boolean e; public final boolean f; @@ -16,7 +16,7 @@ public final class f { public f() { this.a = false; this.b = null; - this.f2837c = false; + this.f2836c = false; this.d = null; this.e = false; this.f = false; @@ -25,7 +25,7 @@ public final class f { public f(boolean z2, Integer num, boolean z3, Integer num2, boolean z4, boolean z5) { this.a = z2; this.b = num; - this.f2837c = z3; + this.f2836c = z3; this.d = num2; this.e = z4; this.f = z5; @@ -39,7 +39,7 @@ public final class f { return false; } f fVar = (f) obj; - return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2837c == fVar.f2837c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; + return this.a == fVar.a && m.areEqual(this.b, fVar.b) && this.f2836c == fVar.f2836c && m.areEqual(this.d, fVar.d) && this.e == fVar.e && this.f == fVar.f; } public int hashCode() { @@ -55,7 +55,7 @@ public final class f { Integer num = this.b; int i6 = 0; int hashCode = (i5 + (num != null ? num.hashCode() : 0)) * 31; - boolean z3 = this.f2837c; + boolean z3 = this.f2836c; if (z3) { z3 = true; } @@ -89,7 +89,7 @@ public final class f { P.append(", clientMaxWindowBits="); P.append(this.b); P.append(", clientNoContextTakeover="); - P.append(this.f2837c); + P.append(this.f2836c); P.append(", serverMaxWindowBits="); P.append(this.d); P.append(", serverNoContextTakeover="); diff --git a/app/src/main/java/f0/e0/n/h.java b/app/src/main/java/f0/e0/n/h.java index 7b99ee7df3..2e2497031e 100644 --- a/app/src/main/java/f0/e0/n/h.java +++ b/app/src/main/java/f0/e0/n/h.java @@ -23,14 +23,14 @@ public final class h implements Closeable { public final byte[] r; /* renamed from: s reason: collision with root package name */ - public final e.a f2838s; + public final e.a f2837s; public final boolean t; public final g u; public final a v; public final boolean w; /* renamed from: x reason: collision with root package name */ - public final boolean f2839x; + public final boolean f2838x; /* compiled from: WebSocketReader.kt */ public interface a { @@ -52,10 +52,10 @@ public final class h implements Closeable { this.u = gVar; this.v = aVar; this.w = z3; - this.f2839x = z4; + this.f2838x = z4; e.a aVar2 = null; this.r = z2 ? null : new byte[4]; - this.f2838s = !z2 ? new e.a() : aVar2; + this.f2837s = !z2 ? new e.a() : aVar2; } public final void a() throws IOException { @@ -65,19 +65,19 @@ public final class h implements Closeable { this.u.A(this.o, j); if (!this.t) { e eVar = this.o; - e.a aVar = this.f2838s; + e.a aVar = this.f2837s; if (aVar == null) { m.throwNpe(); } eVar.w(aVar); - this.f2838s.b(0); - e.a aVar2 = this.f2838s; + this.f2837s.b(0); + e.a aVar2 = this.f2837s; byte[] bArr = this.r; if (bArr == null) { m.throwNpe(); } g.a(aVar2, bArr); - this.f2838s.close(); + this.f2837s.close(); } } switch (this.j) { diff --git a/app/src/main/java/f0/e0/n/i.java b/app/src/main/java/f0/e0/n/i.java index 275d4b2f95..c6ad8c5026 100644 --- a/app/src/main/java/f0/e0/n/i.java +++ b/app/src/main/java/f0/e0/n/i.java @@ -24,7 +24,7 @@ public final class i implements Closeable { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final boolean f2840s; + public final boolean f2839s; public final long t; public i(boolean z2, BufferedSink bufferedSink, Random random, boolean z3, boolean z4, long j) { @@ -34,7 +34,7 @@ public final class i implements Closeable { this.p = bufferedSink; this.q = random; this.r = z3; - this.f2840s = z4; + this.f2839s = z4; this.t = j; this.j = bufferedSink.g(); e.a aVar = null; @@ -128,7 +128,7 @@ public final class i implements Closeable { if (this.r && ((long) byteString.j()) >= this.t) { a aVar = this.l; if (aVar == null) { - aVar = new a(this.f2840s); + aVar = new a(this.f2839s); this.l = aVar; } e eVar = this.i; @@ -194,7 +194,7 @@ public final class i implements Closeable { e eVar5 = this.j; s N = eVar5.N(8); byte[] bArr = N.a; - int i5 = N.f2863c; + int i5 = N.f2862c; int i6 = i5 + 1; bArr[i5] = (byte) ((int) ((j4 >>> 56) & 255)); int i7 = i6 + 1; @@ -210,7 +210,7 @@ public final class i implements Closeable { int i12 = i11 + 1; bArr[i11] = (byte) ((int) ((j4 >>> 8) & 255)); bArr[i12] = (byte) ((int) (j4 & 255)); - N.f2863c = i12 + 1; + N.f2862c = i12 + 1; eVar5.j += 8; } if (this.o) { diff --git a/app/src/main/java/f0/f0/a.java b/app/src/main/java/f0/f0/a.java index a2b0578353..b6001fe248 100644 --- a/app/src/main/java/f0/f0/a.java +++ b/app/src/main/java/f0/f0/a.java @@ -26,7 +26,7 @@ public final class a implements Interceptor { public volatile Set b = n0.emptySet(); /* renamed from: c reason: collision with root package name */ - public volatile EnumC0313a f2841c = EnumC0313a.NONE; + public volatile EnumC0313a f2840c = EnumC0313a.NONE; public final b d; /* compiled from: HttpLoggingInterceptor.kt */ @@ -77,7 +77,7 @@ public final class a implements Interceptor { Charset charset; Charset charset2; m.checkParameterIsNotNull(chain, "chain"); - EnumC0313a aVar = this.f2841c; + EnumC0313a aVar = this.f2840c; g gVar = (g) chain; Request request = gVar.f; if (aVar == EnumC0313a.NONE) { @@ -88,7 +88,7 @@ public final class a implements Interceptor { RequestBody requestBody = request.e; k b2 = gVar.b(); StringBuilder P = c.d.b.a.a.P("--> "); - P.append(request.f2947c); + P.append(request.f2946c); P.append(' '); P.append(request.b); if (b2 != null) { @@ -128,24 +128,24 @@ public final class a implements Interceptor { if (!z2 || requestBody == null) { b bVar2 = this.d; StringBuilder P4 = c.d.b.a.a.P("--> END "); - P4.append(request.f2947c); + P4.append(request.f2946c); bVar2.log(P4.toString()); } else if (a(request.d)) { b bVar3 = this.d; StringBuilder P5 = c.d.b.a.a.P("--> END "); - P5.append(request.f2947c); + P5.append(request.f2946c); P5.append(" (encoded body omitted)"); bVar3.log(P5.toString()); } else if (requestBody.isDuplex()) { b bVar4 = this.d; StringBuilder P6 = c.d.b.a.a.P("--> END "); - P6.append(request.f2947c); + P6.append(request.f2946c); P6.append(" (duplex request body omitted)"); bVar4.log(P6.toString()); } else if (requestBody.isOneShot()) { b bVar5 = this.d; StringBuilder P7 = c.d.b.a.a.P("--> END "); - P7.append(request.f2947c); + P7.append(request.f2946c); P7.append(" (one-shot body omitted)"); bVar5.log(P7.toString()); } else { @@ -161,7 +161,7 @@ public final class a implements Interceptor { this.d.log(eVar.L(charset2)); b bVar6 = this.d; StringBuilder P8 = c.d.b.a.a.P("--> END "); - P8.append(request.f2947c); + P8.append(request.f2946c); P8.append(" ("); P8.append(requestBody.contentLength()); P8.append("-byte body)"); @@ -169,7 +169,7 @@ public final class a implements Interceptor { } else { b bVar7 = this.d; StringBuilder P9 = c.d.b.a.a.P("--> END "); - P9.append(request.f2947c); + P9.append(request.f2946c); P9.append(" (binary "); P9.append(requestBody.contentLength()); P9.append("-byte body omitted)"); diff --git a/app/src/main/java/f0/g.java b/app/src/main/java/f0/g.java index 4475cfe9d0..be83537089 100644 --- a/app/src/main/java/f0/g.java +++ b/app/src/main/java/f0/g.java @@ -27,7 +27,7 @@ public final class g { public static final a b = new a(null); /* renamed from: c reason: collision with root package name */ - public final Set f2842c; + public final Set f2841c; public final c d; /* compiled from: CertificatePinner.kt */ @@ -87,14 +87,14 @@ public final class g { public g(Set set, c cVar) { m.checkParameterIsNotNull(set, "pins"); - this.f2842c = set; + this.f2841c = set; this.d = cVar; } public g(Set set, c cVar, int i) { int i2 = i & 2; m.checkParameterIsNotNull(set, "pins"); - this.f2842c = set; + this.f2841c = set; this.d = null; } @@ -102,7 +102,7 @@ public final class g { m.checkParameterIsNotNull(str, "hostname"); m.checkParameterIsNotNull(function0, "cleanedPeerCertificatesFn"); m.checkParameterIsNotNull(str, "hostname"); - Set set = this.f2842c; + Set set = this.f2841c; List emptyList = n.emptyList(); for (Object obj : set) { Objects.requireNonNull((b) obj); @@ -165,13 +165,13 @@ public final class g { public final g b(c cVar) { m.checkParameterIsNotNull(cVar, "certificateChainCleaner"); - return m.areEqual(this.d, cVar) ? this : new g(this.f2842c, cVar); + return m.areEqual(this.d, cVar) ? this : new g(this.f2841c, cVar); } public boolean equals(Object obj) { if (obj instanceof g) { g gVar = (g) obj; - if (m.areEqual(gVar.f2842c, this.f2842c) && m.areEqual(gVar.d, this.d)) { + if (m.areEqual(gVar.f2841c, this.f2841c) && m.areEqual(gVar.d, this.d)) { return true; } } @@ -179,7 +179,7 @@ public final class g { } public int hashCode() { - int hashCode = (this.f2842c.hashCode() + 1517) * 41; + int hashCode = (this.f2841c.hashCode() + 1517) * 41; c cVar = this.d; return hashCode + (cVar != null ? cVar.hashCode() : 0); } diff --git a/app/src/main/java/f0/j.java b/app/src/main/java/f0/j.java index a2e1f917f8..086986e918 100644 --- a/app/src/main/java/f0/j.java +++ b/app/src/main/java/f0/j.java @@ -14,7 +14,7 @@ public final class j { public static final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public static final j f2843c; + public static final j f2842c; public static final j d; public static final j e; public static final j f; @@ -32,7 +32,7 @@ public final class j { public static final j r; /* renamed from: s reason: collision with root package name */ - public static final b f2844s; + public static final b f2843s; public final String t; /* compiled from: CipherSuite.kt */ @@ -123,7 +123,7 @@ public final class j { static { b bVar = new b(null); - f2844s = bVar; + f2843s = bVar; b.a(bVar, "SSL_RSA_WITH_NULL_MD5", 1); b.a(bVar, "SSL_RSA_WITH_NULL_SHA", 2); b.a(bVar, "SSL_RSA_EXPORT_WITH_RC4_40_MD5", 3); @@ -131,7 +131,7 @@ public final class j { b.a(bVar, "SSL_RSA_WITH_RC4_128_SHA", 5); b.a(bVar, "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA", 8); b.a(bVar, "SSL_RSA_WITH_DES_CBC_SHA", 9); - f2843c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); + f2842c = b.a(bVar, "SSL_RSA_WITH_3DES_EDE_CBC_SHA", 10); b.a(bVar, "SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA", 17); b.a(bVar, "SSL_DHE_DSS_WITH_DES_CBC_SHA", 18); b.a(bVar, "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA", 19); diff --git a/app/src/main/java/f0/m.java b/app/src/main/java/f0/m.java index b4cc5bec7b..9749b8e613 100644 --- a/app/src/main/java/f0/m.java +++ b/app/src/main/java/f0/m.java @@ -16,7 +16,7 @@ public final class m { public static final j[] b; /* renamed from: c reason: collision with root package name */ - public static final m f2845c; + public static final m f2844c; public static final m d = new m(false, false, null, null); public final boolean e; public final boolean f; @@ -29,14 +29,14 @@ public final class m { public String[] b; /* renamed from: c reason: collision with root package name */ - public String[] f2846c; + public String[] f2845c; public boolean d; public a(m mVar) { d0.z.d.m.checkParameterIsNotNull(mVar, "connectionSpec"); this.a = mVar.e; this.b = mVar.g; - this.f2846c = mVar.h; + this.f2845c = mVar.h; this.d = mVar.f; } @@ -45,7 +45,7 @@ public final class m { } public final m a() { - return new m(this.a, this.d, this.b, this.f2846c); + return new m(this.a, this.d, this.b, this.f2845c); } public final a b(String... strArr) { @@ -96,7 +96,7 @@ public final class m { if (!(strArr.length == 0)) { Object clone = strArr.clone(); if (clone != null) { - this.f2846c = (String[]) clone; + this.f2845c = (String[]) clone; return this; } throw new TypeCastException("null cannot be cast to non-null type kotlin.Array"); @@ -137,7 +137,7 @@ public final class m { j jVar9 = j.n; j[] jVarArr = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9}; a = jVarArr; - j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2843c}; + j[] jVarArr2 = {jVar, jVar2, jVar3, jVar4, jVar5, jVar6, jVar7, jVar8, jVar9, j.h, j.i, j.f, j.g, j.d, j.e, j.f2842c}; b = jVarArr2; a aVar = new a(true); aVar.c((j[]) Arrays.copyOf(jVarArr, jVarArr.length)); @@ -150,7 +150,7 @@ public final class m { aVar2.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar2.f(d0Var, d0Var2); aVar2.d(true); - f2845c = aVar2.a(); + f2844c = aVar2.a(); a aVar3 = new a(true); aVar3.c((j[]) Arrays.copyOf(jVarArr2, jVarArr2.length)); aVar3.f(d0Var, d0Var2, d0.TLS_1_1, d0.TLS_1_0); @@ -172,7 +172,7 @@ public final class m { } ArrayList arrayList = new ArrayList(strArr.length); for (String str : strArr) { - arrayList.add(j.f2844s.b(str)); + arrayList.add(j.f2843s.b(str)); } return u.toList(arrayList); } @@ -191,7 +191,7 @@ public final class m { return true; } String[] enabledCipherSuites = sSLSocket.getEnabledCipherSuites(); - j.b bVar = j.f2844s; + j.b bVar = j.f2843s; Comparator comparator = j.a; return c.k(strArr2, enabledCipherSuites, j.a); } diff --git a/app/src/main/java/f0/n.java b/app/src/main/java/f0/n.java index deab27b1ce..96546d4aec 100644 --- a/app/src/main/java/f0/n.java +++ b/app/src/main/java/f0/n.java @@ -21,7 +21,7 @@ public final class n { public static final Pattern b = Pattern.compile("(?i)(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec).*"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f2847c = Pattern.compile("(\\d{1,2})[^\\d]*"); + public static final Pattern f2846c = Pattern.compile("(\\d{1,2})[^\\d]*"); public static final Pattern d = Pattern.compile("(\\d{1,2}):(\\d{1,2}):(\\d{1,2})[^\\d]*"); public static final a e = new a(null); public final String f; @@ -86,7 +86,7 @@ public final class n { String group3 = matcher.group(3); m.checkExpressionValueIsNotNull(group3, "matcher.group(3)"); i8 = Integer.parseInt(group3); - } else if (i5 != -1 || !matcher.usePattern(n.f2847c).matches()) { + } else if (i5 != -1 || !matcher.usePattern(n.f2846c).matches()) { if (i6 == -1) { Pattern pattern = n.b; if (matcher.usePattern(pattern).matches()) { @@ -194,7 +194,7 @@ public final class n { if (!(m.areEqual(b2, str3) || (t.startsWith$default(b2, str3, false, 2, null) && (t.endsWith$default(str3, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, false, 2, null) || b2.charAt(str3.length()) == '/')))) { return false; } - return !this.k || wVar.f2852c; + return !this.k || wVar.f2851c; } public boolean equals(Object obj) { diff --git a/app/src/main/java/f0/q.java b/app/src/main/java/f0/q.java index d6b7c49769..3360f29df3 100644 --- a/app/src/main/java/f0/q.java +++ b/app/src/main/java/f0/q.java @@ -23,7 +23,7 @@ public final class q { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final ArrayDeque f2848c = new ArrayDeque<>(); + public final ArrayDeque f2847c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final synchronized void a() { @@ -31,7 +31,7 @@ public final class q { while (it.hasNext()) { it.next().k.cancel(); } - Iterator it2 = this.f2848c.iterator(); + Iterator it2 = this.f2847c.iterator(); while (it2.hasNext()) { it2.next().k.cancel(); } @@ -53,7 +53,7 @@ public final class q { public final void c(e.a aVar) { m.checkParameterIsNotNull(aVar, NotificationCompat.CATEGORY_CALL); aVar.i.decrementAndGet(); - b(this.f2848c, aVar); + b(this.f2847c, aVar); } /* JADX WARNING: Removed duplicated region for block: B:25:0x0067 */ @@ -72,18 +72,18 @@ public final class q { break; } e.a next = it.next(); - if (this.f2848c.size() >= 64) { + if (this.f2847c.size() >= 64) { break; } else if (next.i.get() < 5) { it.remove(); next.i.incrementAndGet(); m.checkExpressionValueIsNotNull(next, "asyncCall"); arrayList.add(next); - this.f2848c.add(next); + this.f2847c.add(next); } } synchronized (this) { - size = this.f2848c.size() + this.d.size(); + size = this.f2847c.size() + this.d.size(); } size2 = arrayList.size(); for (i = 0; i < size2; i++) { @@ -103,7 +103,7 @@ public final class q { } Objects.requireNonNull(aVar); m.checkParameterIsNotNull(executorService, "executorService"); - q qVar = aVar.k.f2802x.l; + q qVar = aVar.k.f2801x.l; byte[] bArr2 = c.a; try { executorService.execute(aVar); @@ -112,9 +112,9 @@ public final class q { interruptedIOException.initCause(e); aVar.k.l(interruptedIOException); aVar.j.b(aVar.k, interruptedIOException); - aVar.k.f2802x.l.c(aVar); + aVar.k.f2801x.l.c(aVar); } catch (Throwable th) { - aVar.k.f2802x.l.c(aVar); + aVar.k.f2801x.l.c(aVar); throw th; } } diff --git a/app/src/main/java/f0/u.java b/app/src/main/java/f0/u.java index 1199a13c1b..197f763c29 100644 --- a/app/src/main/java/f0/u.java +++ b/app/src/main/java/f0/u.java @@ -17,7 +17,7 @@ public final class u extends RequestBody { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f2849c; + public final List f2848c; /* compiled from: FormBody.kt */ public static final class a { @@ -25,18 +25,18 @@ public final class u extends RequestBody { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final Charset f2850c = null; + public final Charset f2849c = null; } static { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; } public u(List list, List list2) { m.checkParameterIsNotNull(list, "encodedNames"); m.checkParameterIsNotNull(list2, "encodedValues"); this.b = c.z(list); - this.f2849c = c.z(list2); + this.f2848c = c.z(list2); } public final long a(BufferedSink bufferedSink, boolean z2) { @@ -56,7 +56,7 @@ public final class u extends RequestBody { } eVar.b0(this.b.get(i)); eVar.T(61); - eVar.b0(this.f2849c.get(i)); + eVar.b0(this.f2848c.get(i)); } if (!z2) { return 0; diff --git a/app/src/main/java/f0/v.java b/app/src/main/java/f0/v.java index f1547326a5..e1ef640aeb 100644 --- a/app/src/main/java/f0/v.java +++ b/app/src/main/java/f0/v.java @@ -21,7 +21,7 @@ public final class v { public final d0 b; /* renamed from: c reason: collision with root package name */ - public final j f2851c; + public final j f2850c; public final List d; /* compiled from: Handshake.kt */ @@ -72,7 +72,7 @@ public final class v { m.checkParameterIsNotNull(list, "localCertificates"); m.checkParameterIsNotNull(function0, "peerCertificatesFn"); this.b = d0Var; - this.f2851c = jVar; + this.f2850c = jVar; this.d = list; this.a = g.lazy(new b(function0)); } @@ -86,7 +86,7 @@ public final class v { if (hashCode == 1019404634 ? cipherSuite.equals("TLS_NULL_WITH_NULL_NULL") : hashCode == 1208658923 && cipherSuite.equals("SSL_NULL_WITH_NULL_NULL")) { throw new IOException(c.d.b.a.a.u("cipherSuite == ", cipherSuite)); } - j b2 = j.f2844s.b(cipherSuite); + j b2 = j.f2843s.b(cipherSuite); String protocol = sSLSession.getProtocol(); if (protocol == null) { throw new IllegalStateException("tlsVersion == null".toString()); @@ -126,7 +126,7 @@ public final class v { public boolean equals(Object obj) { if (obj instanceof v) { v vVar = (v) obj; - if (vVar.b == this.b && m.areEqual(vVar.f2851c, this.f2851c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { + if (vVar.b == this.b && m.areEqual(vVar.f2850c, this.f2850c) && m.areEqual(vVar.c(), c()) && m.areEqual(vVar.d, this.d)) { return true; } } @@ -134,7 +134,7 @@ public final class v { } public int hashCode() { - int hashCode = this.f2851c.hashCode(); + int hashCode = this.f2850c.hashCode(); int hashCode2 = c().hashCode(); return this.d.hashCode() + ((hashCode2 + ((hashCode + ((this.b.hashCode() + 527) * 31)) * 31)) * 31); } @@ -150,7 +150,7 @@ public final class v { U.append(this.b); U.append(' '); U.append("cipherSuite="); - U.append(this.f2851c); + U.append(this.f2850c); U.append(' '); U.append("peerCertificates="); U.append(obj); diff --git a/app/src/main/java/f0/w.java b/app/src/main/java/f0/w.java index 86c19cb694..f845783d64 100644 --- a/app/src/main/java/f0/w.java +++ b/app/src/main/java/f0/w.java @@ -26,7 +26,7 @@ public final class w { public static final b b = new b(null); /* renamed from: c reason: collision with root package name */ - public final boolean f2852c; + public final boolean f2851c; public final String d; public final String e; public final String f; @@ -43,7 +43,7 @@ public final class w { public String b; /* renamed from: c reason: collision with root package name */ - public String f2853c = ""; + public String f2852c = ""; public String d = ""; public String e; public int f = -1; @@ -88,7 +88,7 @@ public final class w { String str = this.b; if (str != null) { b bVar = w.b; - String d = b.d(bVar, this.f2853c, 0, 0, false, 7); + String d = b.d(bVar, this.f2852c, 0, 0, false, 7); String d2 = b.d(bVar, this.d, 0, 0, false, 7); String str2 = this.e; if (str2 != null) { @@ -279,9 +279,9 @@ public final class w { i19 = g; String a2 = b.a(bVar, str, i23, f, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); if (z4) { - a2 = this.f2853c + "%40" + a2; + a2 = this.f2852c + "%40" + a2; } - this.f2853c = a2; + this.f2852c = a2; if (f != i19) { this.d = b.a(bVar, str, f + 1, i19, " \"':;<=>@[]^`{}|/\\?#", true, false, false, false, null, 240); z2 = true; @@ -386,7 +386,7 @@ public final class w { throw new IllegalArgumentException(P3.toString().toString()); } } else { - this.f2853c = wVar.e(); + this.f2852c = wVar.e(); this.d = wVar.a(); this.e = wVar.g; this.f = wVar.h; @@ -557,9 +557,9 @@ public final class w { sb.append("//"); } boolean z2 = true; - if (!(this.f2853c.length() > 0)) { + if (!(this.f2852c.length() > 0)) { } - sb.append(this.f2853c); + sb.append(this.f2852c); if (this.d.length() <= 0) { z2 = false; } @@ -878,7 +878,7 @@ public final class w { this.j = list2; this.k = str5; this.l = str6; - this.f2852c = m.areEqual(str, Constants.SCHEME); + this.f2851c = m.areEqual(str, Constants.SCHEME); } public final String a() { @@ -976,7 +976,7 @@ public final class w { aVar.b = this.d; String e = e(); m.checkParameterIsNotNull(e, ""); - aVar.f2853c = e; + aVar.f2852c = e; String a2 = a(); m.checkParameterIsNotNull(a2, ""); aVar.d = a2; @@ -1056,7 +1056,7 @@ public final class w { Objects.requireNonNull(g); m.checkParameterIsNotNull("", "username"); b bVar = b; - g.f2853c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); + g.f2852c = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); m.checkParameterIsNotNull("", "password"); g.d = b.a(bVar, "", 0, 0, " \"':;<=>@[]^`{}|/\\?#", false, false, false, false, null, 251); return g.b().l; diff --git a/app/src/main/java/f0/x.java b/app/src/main/java/f0/x.java index fe6bc8bd23..02f68823e0 100644 --- a/app/src/main/java/f0/x.java +++ b/app/src/main/java/f0/x.java @@ -33,7 +33,7 @@ import okhttp3.WebSocketListener; /* compiled from: OkHttpClient.kt */ public class x implements Cloneable, e.a { public static final List i = c.m(y.HTTP_2, y.HTTP_1_1); - public static final List j = c.m(m.f2845c, m.d); + public static final List j = c.m(m.f2844c, m.d); public static final b k = new b(null); public final SSLSocketFactory A; public final X509TrustManager B; @@ -58,20 +58,20 @@ public class x implements Cloneable, e.a { public final c r; /* renamed from: s reason: collision with root package name */ - public final boolean f2854s; + public final boolean f2853s; public final boolean t; public final p u; public final s v; public final Proxy w; /* renamed from: x reason: collision with root package name */ - public final ProxySelector f2855x; + public final ProxySelector f2854x; /* renamed from: y reason: collision with root package name */ - public final c f2856y; + public final c f2855y; /* renamed from: z reason: collision with root package name */ - public final SocketFactory f2857z; + public final SocketFactory f2856z; /* compiled from: OkHttpClient.kt */ public static final class a { @@ -82,7 +82,7 @@ public class x implements Cloneable, e.a { public l b = new l(); /* renamed from: c reason: collision with root package name */ - public final List f2858c = new ArrayList(); + public final List f2857c = new ArrayList(); public final List d = new ArrayList(); public t.b e; public boolean f; @@ -100,20 +100,20 @@ public class x implements Cloneable, e.a { public List r; /* renamed from: s reason: collision with root package name */ - public List f2859s; + public List f2858s; public HostnameVerifier t; public g u; public f0.e0.m.c v; public int w; /* renamed from: x reason: collision with root package name */ - public int f2860x; + public int f2859x; /* renamed from: y reason: collision with root package name */ - public int f2861y; + public int f2860y; /* renamed from: z reason: collision with root package name */ - public int f2862z; + public int f2861z; public a() { t tVar = t.a; @@ -132,18 +132,18 @@ public class x implements Cloneable, e.a { this.o = socketFactory; b bVar = x.k; this.r = x.j; - this.f2859s = x.i; + this.f2858s = x.i; this.t = d.a; this.u = g.a; - this.f2860x = 10000; - this.f2861y = 10000; - this.f2862z = 10000; + this.f2859x = 10000; + this.f2860y = 10000; + this.f2861z = 10000; this.B = Permission.VIEW_CHANNEL; } public final a a(long j, TimeUnit timeUnit) { m.checkParameterIsNotNull(timeUnit, "unit"); - this.f2861y = c.b("timeout", j, timeUnit); + this.f2860y = c.b("timeout", j, timeUnit); return this; } @@ -155,7 +155,7 @@ public class x implements Cloneable, e.a { } this.p = sSLSocketFactory; m.checkParameterIsNotNull(x509TrustManager, "trustManager"); - h.a aVar = h.f2827c; + h.a aVar = h.f2826c; this.v = h.a.b(x509TrustManager); this.q = x509TrustManager; return this; @@ -185,12 +185,12 @@ public class x implements Cloneable, e.a { m.checkParameterIsNotNull(aVar, "builder"); this.l = aVar.a; this.m = aVar.b; - this.n = c.z(aVar.f2858c); + this.n = c.z(aVar.f2857c); this.o = c.z(aVar.d); this.p = aVar.e; this.q = aVar.f; this.r = aVar.g; - this.f2854s = aVar.h; + this.f2853s = aVar.h; this.t = aVar.i; this.u = aVar.j; this.v = aVar.k; @@ -205,17 +205,17 @@ public class x implements Cloneable, e.a { proxySelector = f0.e0.l.a.a; } } - this.f2855x = proxySelector; - this.f2856y = aVar.n; - this.f2857z = aVar.o; + this.f2854x = proxySelector; + this.f2855y = aVar.n; + this.f2856z = aVar.o; List list2 = aVar.r; this.C = list2; - this.D = aVar.f2859s; + this.D = aVar.f2858s; this.E = aVar.t; this.H = aVar.w; - this.I = aVar.f2860x; - this.J = aVar.f2861y; - this.K = aVar.f2862z; + this.I = aVar.f2859x; + this.J = aVar.f2860y; + this.K = aVar.f2861z; this.L = aVar.A; this.M = aVar.B; l lVar = aVar.C; @@ -258,7 +258,7 @@ public class x implements Cloneable, e.a { } this.F = gVar.b(cVar); } else { - h.a aVar2 = h.f2827c; + h.a aVar2 = h.f2826c; X509TrustManager n = h.a.n(); this.B = n; h hVar = h.a; @@ -362,30 +362,30 @@ public class x implements Cloneable, e.a { a aVar = new a(); aVar.a = this.l; aVar.b = this.m; - r.addAll(aVar.f2858c, this.n); + r.addAll(aVar.f2857c, this.n); r.addAll(aVar.d, this.o); aVar.e = this.p; aVar.f = this.q; aVar.g = this.r; - aVar.h = this.f2854s; + aVar.h = this.f2853s; aVar.i = this.t; aVar.j = this.u; aVar.k = this.v; aVar.l = this.w; - aVar.m = this.f2855x; - aVar.n = this.f2856y; - aVar.o = this.f2857z; + aVar.m = this.f2854x; + aVar.n = this.f2855y; + aVar.o = this.f2856z; aVar.p = this.A; aVar.q = this.B; aVar.r = this.C; - aVar.f2859s = this.D; + aVar.f2858s = this.D; aVar.t = this.E; aVar.u = this.F; aVar.v = this.G; aVar.w = this.H; - aVar.f2860x = this.I; - aVar.f2861y = this.J; - aVar.f2862z = this.K; + aVar.f2859x = this.I; + aVar.f2860y = this.J; + aVar.f2861z = this.K; aVar.A = this.L; aVar.B = this.M; aVar.C = this.N; @@ -421,12 +421,12 @@ public class x implements Cloneable, e.a { throw new IllegalArgumentException(("protocols must not contain http/1.0: " + mutableList).toString()); } else if (!mutableList.contains(null)) { mutableList.remove(y.SPDY_3); - if (!m.areEqual(mutableList, f.f2859s)) { + if (!m.areEqual(mutableList, f.f2858s)) { f.C = null; } List unmodifiableList = Collections.unmodifiableList(mutableList); m.checkExpressionValueIsNotNull(unmodifiableList, "Collections.unmodifiableList(protocolsCopy)"); - f.f2859s = unmodifiableList; + f.f2858s = unmodifiableList; x xVar = new x(f); Request.a aVar = new Request.a(dVar.u); aVar.b("Upgrade", "websocket"); @@ -436,7 +436,7 @@ public class x implements Cloneable, e.a { aVar.b("Sec-WebSocket-Extensions", "permessage-deflate"); Request a2 = aVar.a(); f0.e0.g.e eVar = new f0.e0.g.e(xVar, a2, true); - dVar.f2831c = eVar; + dVar.f2830c = eVar; eVar.e(new f0.e0.n.e(dVar, a2)); } else { throw new IllegalArgumentException("protocols must not contain null".toString()); diff --git a/app/src/main/java/g0/c.java b/app/src/main/java/g0/c.java index 1a41047e35..35e5368c6d 100644 --- a/app/src/main/java/g0/c.java +++ b/app/src/main/java/g0/c.java @@ -79,7 +79,7 @@ public final class c implements v { if (j2 >= ((long) 65536)) { break; } - j2 += (long) (sVar.f2863c - sVar.b); + j2 += (long) (sVar.f2862c - sVar.b); if (j2 >= j) { j2 = j; break; diff --git a/app/src/main/java/g0/e.java b/app/src/main/java/g0/e.java index eb3ba3bc9c..572b9fb207 100644 --- a/app/src/main/java/g0/e.java +++ b/app/src/main/java/g0/e.java @@ -51,10 +51,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i3 = sVar2.f2863c; + int i3 = sVar2.f2862c; long j4 = (long) (i3 - sVar2.b); if (j4 > j3) { - sVar2.f2863c = i3 - ((int) j3); + sVar2.f2862c = i3 - ((int) j3); break; } eVar.i = sVar2.a(); @@ -77,9 +77,9 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { boolean z2 = true; while (j5 > 0) { s N = eVar.N(i); - int min = (int) Math.min(j5, (long) (8192 - N.f2863c)); - int i4 = N.f2863c + min; - N.f2863c = i4; + int min = (int) Math.min(j5, (long) (8192 - N.f2862c)); + int i4 = N.f2862c + min; + N.f2862c = i4; j5 -= (long) min; if (z2) { this.k = N; @@ -141,7 +141,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; int i3 = sVar.b; if (j < ((long) (i2 - i3)) + j2) { break; @@ -158,7 +158,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - j3 -= (long) (sVar2.f2863c - sVar2.b); + j3 -= (long) (sVar2.f2862c - sVar2.b); } sVar = sVar2; j2 = j3; @@ -171,7 +171,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { byte[] bArr = sVar.a; byte[] copyOf = Arrays.copyOf(bArr, bArr.length); m.checkExpressionValueIsNotNull(copyOf, "java.util.Arrays.copyOf(this, size)"); - s sVar4 = new s(copyOf, sVar.b, sVar.f2863c, false, true); + s sVar4 = new s(copyOf, sVar.b, sVar.f2862c, false, true); if (eVar.i == sVar) { eVar.i = sVar4; } @@ -192,7 +192,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { this.m = sVar.a; int i4 = sVar.b + ((int) (j - j2)); this.n = i4; - int i5 = sVar.f2863c; + int i5 = sVar.f2862c; this.o = i5; return i5 - i4; } @@ -284,7 +284,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i2 = sVar.b; - if (((long) i2) + j > ((long) sVar.f2863c)) { + if (((long) i2) + j > ((long) sVar.f2862c)) { return new String(Y(j), charset); } int i3 = (int) j; @@ -292,7 +292,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar.b + i3; sVar.b = i4; this.j -= j; - if (i4 == sVar.f2863c) { + if (i4 == sVar.f2862c) { this.i = sVar.a(); t.a(sVar); } @@ -423,7 +423,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i5 = sVar.f2863c; + int i5 = sVar.f2862c; int i6 = sVar.b; if (i5 != i6) { i3 += i5 - i6; @@ -442,7 +442,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } bArr[i7] = sVar2.a; - i2 += sVar2.f2863c - sVar2.b; + i2 += sVar2.f2862c - sVar2.b; iArr[i7] = Math.min(i2, i); iArr[i7 + i4] = sVar2.b; sVar2.d = true; @@ -473,7 +473,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - if (sVar2.f2863c + i <= 8192 && sVar2.e) { + if (sVar2.f2862c + i <= 8192 && sVar2.e) { return sVar2; } s b3 = t.b(); @@ -515,10 +515,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i3 = i2 + i; while (i < i3) { s N = N(1); - int min = Math.min(i3 - i, 8192 - N.f2863c); + int min = Math.min(i3 - i, 8192 - N.f2862c); int i4 = i + min; - j.copyInto(bArr, N.a, N.f2863c, i, i4); - N.f2863c += min; + j.copyInto(bArr, N.a, N.f2862c, i, i4); + N.f2862c += min; i = i4; } this.j += j; @@ -528,8 +528,8 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e T(int i) { s N = N(1); byte[] bArr = N.a; - int i2 = N.f2863c; - N.f2863c = i2 + 1; + int i2 = N.f2862c; + N.f2862c = i2 + 1; bArr[i2] = (byte) i; this.j++; return this; @@ -565,7 +565,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } s N = N(i2); byte[] bArr = N.a; - int i3 = N.f2863c + i2; + int i3 = N.f2862c + i2; while (j != 0) { long j2 = (long) 10; i3--; @@ -575,7 +575,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (z2) { bArr[i3 - 1] = (byte) 45; } - N.f2863c += i2; + N.f2862c += i2; this.j += (long) i2; } return this; @@ -600,12 +600,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = (int) ((((j12 & 63) + ((j12 >>> 32) & 63)) + ((long) 3)) / ((long) 4)); s N = N(i); byte[] bArr = N.a; - int i2 = N.f2863c; + int i2 = N.f2862c; for (int i3 = (i2 + i) - 1; i3 >= i2; i3--) { bArr[i3] = g0.z.a.a[(int) (15 & j)]; j >>>= 4; } - N.f2863c += i; + N.f2862c += i; this.j += (long) i; } return this; @@ -614,7 +614,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e W(int i) { s N = N(4); byte[] bArr = N.a; - int i2 = N.f2863c; + int i2 = N.f2862c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 24) & 255); int i4 = i3 + 1; @@ -622,7 +622,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i5 = i4 + 1; bArr[i4] = (byte) ((i >>> 8) & 255); bArr[i5] = (byte) (i & 255); - N.f2863c = i5 + 1; + N.f2862c = i5 + 1; this.j += 4; return this; } @@ -648,11 +648,11 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { public e a0(int i) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2863c; + int i2 = N.f2862c; int i3 = i2 + 1; bArr[i2] = (byte) ((i >>> 8) & 255); bArr[i3] = (byte) (i & 255); - N.f2863c = i3 + 1; + N.f2862c = i3 + 1; this.j += 2; return this; } @@ -701,7 +701,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (charAt2 < 128) { s N = N(1); byte[] bArr = N.a; - int i3 = N.f2863c - i; + int i3 = N.f2862c - i; int min = Math.min(i2, 8192 - i3); int i4 = i + 1; bArr[i + i3] = (byte) charAt2; @@ -713,27 +713,27 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i4 = i + 1; bArr[i + i3] = (byte) charAt; } - int i5 = N.f2863c; + int i5 = N.f2862c; int i6 = (i3 + i) - i5; - N.f2863c = i5 + i6; + N.f2862c = i5 + i6; this.j += (long) i6; } else { if (charAt2 < 2048) { s N2 = N(2); byte[] bArr2 = N2.a; - int i7 = N2.f2863c; + int i7 = N2.f2862c; bArr2[i7] = (byte) ((charAt2 >> 6) | 192); bArr2[i7 + 1] = (byte) ((charAt2 & '?') | 128); - N2.f2863c = i7 + 2; + N2.f2862c = i7 + 2; this.j += 2; } else if (charAt2 < 55296 || charAt2 > 57343) { s N3 = N(3); byte[] bArr3 = N3.a; - int i8 = N3.f2863c; + int i8 = N3.f2862c; bArr3[i8] = (byte) ((charAt2 >> '\f') | 224); bArr3[i8 + 1] = (byte) ((63 & (charAt2 >> 6)) | 128); bArr3[i8 + 2] = (byte) ((charAt2 & '?') | 128); - N3.f2863c = i8 + 3; + N3.f2862c = i8 + 3; this.j += 3; } else { int i9 = i + 1; @@ -745,12 +745,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i10 = (((charAt2 & 1023) << 10) | (charAt3 & 1023)) + 65536; s N4 = N(4); byte[] bArr4 = N4.a; - int i11 = N4.f2863c; + int i11 = N4.f2862c; bArr4[i11] = (byte) ((i10 >> 18) | 240); bArr4[i11 + 1] = (byte) (((i10 >> 12) & 63) | 128); bArr4[i11 + 2] = (byte) (((i10 >> 6) & 63) | 128); bArr4[i11 + 3] = (byte) ((i10 & 63) | 128); - N4.f2863c = i11 + 4; + N4.f2862c = i11 + 4; this.j += 4; i += 2; } @@ -786,31 +786,31 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } else if (i < 2048) { s N = N(2); byte[] bArr = N.a; - int i2 = N.f2863c; + int i2 = N.f2862c; bArr[i2] = (byte) ((i >> 6) | 192); bArr[i2 + 1] = (byte) ((i & 63) | 128); - N.f2863c = i2 + 2; + N.f2862c = i2 + 2; this.j += 2; } else if (55296 <= i && 57343 >= i) { T(63); } else if (i < 65536) { s N2 = N(3); byte[] bArr2 = N2.a; - int i3 = N2.f2863c; + int i3 = N2.f2862c; bArr2[i3] = (byte) ((i >> 12) | 224); bArr2[i3 + 1] = (byte) (((i >> 6) & 63) | 128); bArr2[i3 + 2] = (byte) ((i & 63) | 128); - N2.f2863c = i3 + 3; + N2.f2862c = i3 + 3; this.j += 3; } else if (i <= 1114111) { s N3 = N(4); byte[] bArr3 = N3.a; - int i4 = N3.f2863c; + int i4 = N3.f2862c; bArr3[i4] = (byte) ((i >> 18) | 240); bArr3[i4 + 1] = (byte) (((i >> 12) & 63) | 128); bArr3[i4 + 2] = (byte) (((i >> 6) & 63) | 128); bArr3[i4 + 3] = (byte) ((i & 63) | 128); - N3.f2863c = i4 + 4; + N3.f2862c = i4 + 4; this.j += 4; } else { StringBuilder P = c.d.b.a.a.P("Unexpected code point: 0x"); @@ -855,7 +855,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i2 = sVar2.b; long j2 = 0; while (j2 < this.j) { - long min = (long) Math.min(sVar.f2863c - i, sVar2.f2863c - i2); + long min = (long) Math.min(sVar.f2862c - i, sVar2.f2862c - i2); long j3 = 0; while (j3 < min) { int i3 = i + 1; @@ -867,14 +867,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i = i3; i2 = i4; } - if (i == sVar.f2863c) { + if (i == sVar.f2862c) { sVar = sVar.f; if (sVar == null) { m.throwNpe(); } i = sVar.b; } - if (i2 == sVar2.f2863c) { + if (i2 == sVar2.f2862c) { sVar2 = sVar2.f; if (sVar2 == null) { m.throwNpe(); @@ -901,7 +901,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar2 == null) { m.throwNpe(); } - int i = sVar2.f2863c; + int i = sVar2.f2862c; if (i < 8192 && sVar2.e) { j -= (long) (i - sVar2.b); } @@ -942,7 +942,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i = 1; do { - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; for (int i3 = sVar.b; i3 < i2; i3++) { i = (i * 31) + sVar.a[i3]; } @@ -1011,7 +1011,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - int i = sVar.f2863c; + int i = sVar.f2862c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -1026,7 +1026,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { s c2 = sVar.c(); int i3 = c2.b + ((int) j); c2.b = i3; - c2.f2863c = Math.min(i3 + ((int) j2), c2.f2863c); + c2.f2862c = Math.min(i3 + ((int) j2), c2.f2862c); s sVar2 = eVar.i; if (sVar2 == null) { c2.g = c2; @@ -1042,7 +1042,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } sVar3.b(c2); } - j2 -= (long) (c2.f2863c - c2.b); + j2 -= (long) (c2.f2862c - c2.b); sVar = sVar.f; j = 0; } @@ -1061,13 +1061,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j2 -= (long) (sVar.f2863c - sVar.b); + j2 -= (long) (sVar.f2862c - sVar.b); } return sVar.a[(int) ((((long) sVar.b) + j) - j2)]; } long j3 = 0; while (true) { - int i = sVar.f2863c; + int i = sVar.f2862c; int i2 = sVar.b; long j4 = ((long) (i - i2)) + j3; if (j4 > j) { @@ -1100,7 +1100,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } byte[] bArr = sVar.a; int i3 = sVar.b; - int i4 = sVar.f2863c; + int i4 = sVar.f2862c; while (true) { if (i3 >= i4) { break; @@ -1159,12 +1159,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(byteBuffer.remaining(), sVar.f2863c - sVar.b); + int min = Math.min(byteBuffer.remaining(), sVar.f2862c - sVar.b); byteBuffer.put(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; this.j -= (long) min; - if (i == sVar.f2863c) { + if (i == sVar.f2862c) { this.i = sVar.a(); t.a(sVar); } @@ -1178,14 +1178,14 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { return -1; } - int min = Math.min(i2, sVar.f2863c - sVar.b); + int min = Math.min(i2, sVar.f2862c - sVar.b); byte[] bArr2 = sVar.a; int i3 = sVar.b; j.copyInto(bArr2, bArr, i, i3, i3 + min); int i4 = sVar.b + min; sVar.b = i4; this.j -= (long) min; - if (i4 != sVar.f2863c) { + if (i4 != sVar.f2862c) { return min; } this.i = sVar.a(); @@ -1201,7 +1201,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; int i3 = i + 1; byte b2 = sVar.a[i]; this.j--; @@ -1238,7 +1238,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; if (((long) (i2 - i)) < 4) { return ((readByte() & 255) << 24) | ((readByte() & 255) << 16) | ((readByte() & 255) << 8) | (readByte() & 255); } @@ -1270,7 +1270,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; if (((long) (i2 - i)) < 8) { return ((((long) readInt()) & 4294967295L) << 32) | (4294967295L & ((long) readInt())); } @@ -1307,7 +1307,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } int i = sVar.b; - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; if (i2 - i < 2) { return (short) (((readByte() & 255) << 8) | (readByte() & 255)); } @@ -1342,17 +1342,17 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2863c - sVar.b); + j4 -= (long) (sVar.f2862c - sVar.b); } while (j4 < j2) { byte[] bArr = sVar.a; - int min = (int) Math.min((long) sVar.f2863c, (((long) sVar.b) + j2) - j4); + int min = (int) Math.min((long) sVar.f2862c, (((long) sVar.b) + j2) - j4); for (int i = (int) ((((long) sVar.b) + j) - j4); i < min; i++) { if (bArr[i] == b2) { return ((long) (i - sVar.b)) + j4; } } - j4 += (long) (sVar.f2863c - sVar.b); + j4 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1361,7 +1361,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } } else { while (true) { - long j5 = ((long) (sVar.f2863c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2862c - sVar.b)) + j3; if (j5 > j) { break; } @@ -1373,13 +1373,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } while (j3 < j2) { byte[] bArr2 = sVar.a; - int min2 = (int) Math.min((long) sVar.f2863c, (((long) sVar.b) + j2) - j3); + int min2 = (int) Math.min((long) sVar.f2862c, (((long) sVar.b) + j2) - j3); for (int i2 = (int) ((((long) sVar.b) + j) - j3); i2 < min2; i2++) { if (bArr2[i2] == b2) { return ((long) (i2 - sVar.b)) + j3; } } - j3 += (long) (sVar.f2863c - sVar.b); + j3 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1404,13 +1404,13 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j > 0) { s sVar = this.i; if (sVar != null) { - int min = (int) Math.min(j, (long) (sVar.f2863c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2862c - sVar.b)); long j2 = (long) min; this.j -= j2; j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2863c) { + if (i == sVar.f2862c) { this.i = sVar.a(); t.a(sVar); } @@ -1440,7 +1440,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar == null) { m.throwNpe(); } - j4 -= (long) (sVar.f2863c - sVar.b); + j4 -= (long) (sVar.f2862c - sVar.b); } if (byteString.j() == 2) { byte m = byteString.m(0); @@ -1448,7 +1448,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i5 = sVar.f2863c; + int i5 = sVar.f2862c; while (i3 < i5) { byte b2 = bArr[i3]; if (b2 == m || b2 == m2) { @@ -1457,7 +1457,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i3++; } } - j4 += (long) (sVar.f2863c - sVar.b); + j4 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1470,7 +1470,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j4 < this.j) { byte[] bArr2 = sVar.a; i3 = (int) ((((long) sVar.b) + j2) - j4); - int i6 = sVar.f2863c; + int i6 = sVar.f2862c; while (i3 < i6) { byte b3 = bArr2[i3]; for (byte b4 : l) { @@ -1480,7 +1480,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i3++; } - j4 += (long) (sVar.f2863c - sVar.b); + j4 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1491,7 +1491,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { return ((long) (i3 - i4)) + j4; } while (true) { - long j5 = ((long) (sVar.f2863c - sVar.b)) + j3; + long j5 = ((long) (sVar.f2862c - sVar.b)) + j3; if (j5 > j2) { break; } @@ -1507,7 +1507,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr3 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i7 = sVar.f2863c; + int i7 = sVar.f2862c; while (i < i7) { byte b5 = bArr3[i]; if (b5 == m3 || b5 == m4) { @@ -1516,7 +1516,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { i++; } } - j3 += (long) (sVar.f2863c - sVar.b); + j3 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1529,7 +1529,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { while (j3 < this.j) { byte[] bArr4 = sVar.a; i = (int) ((((long) sVar.b) + j2) - j3); - int i8 = sVar.f2863c; + int i8 = sVar.f2862c; while (i < i8) { byte b6 = bArr4[i]; for (byte b7 : l2) { @@ -1539,7 +1539,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } i++; } - j3 += (long) (sVar.f2863c - sVar.b); + j3 += (long) (sVar.f2862c - sVar.b); sVar = sVar.f; if (sVar == null) { m.throwNpe(); @@ -1606,10 +1606,10 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i = remaining; while (i > 0) { s N = N(1); - int min = Math.min(i, 8192 - N.f2863c); - byteBuffer.get(N.a, N.f2863c, min); + int min = Math.min(i, 8192 - N.f2862c); + byteBuffer.get(N.a, N.f2862c, min); i -= min; - N.f2863c += min; + N.f2862c += min; } this.j += (long) remaining; return remaining; @@ -1641,7 +1641,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar3 == null) { m.throwNpe(); } - int i2 = sVar3.f2863c; + int i2 = sVar3.f2862c; s sVar4 = eVar.i; if (sVar4 == null) { m.throwNpe(); @@ -1657,7 +1657,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { sVar = null; } if (sVar != null && sVar.e) { - if ((((long) sVar.f2863c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { + if ((((long) sVar.f2862c) + j2) - ((long) (sVar.d ? 0 : sVar.b)) <= ((long) 8192)) { s sVar6 = eVar.i; if (sVar6 == null) { m.throwNpe(); @@ -1674,7 +1674,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { } int i3 = (int) j2; Objects.requireNonNull(sVar7); - if (i3 > 0 && i3 <= sVar7.f2863c - sVar7.b) { + if (i3 > 0 && i3 <= sVar7.f2862c - sVar7.b) { if (i3 >= 1024) { sVar2 = sVar7.c(); } else { @@ -1684,7 +1684,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { int i4 = sVar7.b; j.copyInto$default(bArr, bArr2, 0, i4, i4 + i3, 2, (Object) null); } - sVar2.f2863c = sVar2.b + i3; + sVar2.f2862c = sVar2.b + i3; sVar7.b += i3; s sVar8 = sVar7.g; if (sVar8 == null) { @@ -1700,7 +1700,7 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { if (sVar9 == null) { m.throwNpe(); } - long j3 = (long) (sVar9.f2863c - sVar9.b); + long j3 = (long) (sVar9.f2862c - sVar9.b); eVar.i = sVar9.a(); s sVar10 = this.i; if (sVar10 == null) { @@ -1722,12 +1722,12 @@ public final class e implements g, BufferedSink, Cloneable, ByteChannel { m.throwNpe(); } if (sVar12.e) { - int i5 = sVar9.f2863c - sVar9.b; + int i5 = sVar9.f2862c - sVar9.b; s sVar13 = sVar9.g; if (sVar13 == null) { m.throwNpe(); } - int i6 = 8192 - sVar13.f2863c; + int i6 = 8192 - sVar13.f2862c; s sVar14 = sVar9.g; if (sVar14 == null) { m.throwNpe(); diff --git a/app/src/main/java/g0/h.java b/app/src/main/java/g0/h.java index 110e50cee3..478207927e 100644 --- a/app/src/main/java/g0/h.java +++ b/app/src/main/java/g0/h.java @@ -33,23 +33,23 @@ public final class h implements v { if (z2) { Deflater deflater = this.k; byte[] bArr = N.a; - int i2 = N.f2863c; + int i2 = N.f2862c; i = deflater.deflate(bArr, i2, 8192 - i2, 2); } else { Deflater deflater2 = this.k; byte[] bArr2 = N.a; - int i3 = N.f2863c; + int i3 = N.f2862c; i = deflater2.deflate(bArr2, i3, 8192 - i3); } if (i > 0) { - N.f2863c += i; + N.f2862c += i; g.j += (long) i; this.j.E(); } else if (this.k.needsInput()) { break; } } - if (N.b == N.f2863c) { + if (N.b == N.f2862c) { g.i = N.a(); t.a(N); } @@ -114,14 +114,14 @@ public final class h implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2863c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2862c - sVar.b)); this.k.setInput(sVar.a, sVar.b, min); a(false); long j2 = (long) min; eVar.j -= j2; int i = sVar.b + min; sVar.b = i; - if (i == sVar.f2863c) { + if (i == sVar.f2862c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/l.java b/app/src/main/java/g0/l.java index c11dc66f36..9c5e463919 100644 --- a/app/src/main/java/g0/l.java +++ b/app/src/main/java/g0/l.java @@ -39,7 +39,7 @@ public final class l implements x { m.throwNpe(); } while (true) { - int i = sVar.f2863c; + int i = sVar.f2862c; int i2 = sVar.b; if (j < ((long) (i - i2))) { break; @@ -52,7 +52,7 @@ public final class l implements x { } while (j2 > 0) { int i3 = (int) (((long) sVar.b) + j); - int min = (int) Math.min((long) (sVar.f2863c - i3), j2); + int min = (int) Math.min((long) (sVar.f2862c - i3), j2); this.m.update(sVar.a, i3, min); j2 -= (long) min; sVar = sVar.f; diff --git a/app/src/main/java/g0/m.java b/app/src/main/java/g0/m.java index 7c6674524b..11a0a79e89 100644 --- a/app/src/main/java/g0/m.java +++ b/app/src/main/java/g0/m.java @@ -42,21 +42,21 @@ public final class m implements x { } else { try { s N = eVar.N(1); - int min = (int) Math.min(j, (long) (8192 - N.f2863c)); + int min = (int) Math.min(j, (long) (8192 - N.f2862c)); if (this.l.needsInput()) { if (!this.k.v()) { s sVar = this.k.g().i; if (sVar == null) { d0.z.d.m.throwNpe(); } - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; int i3 = sVar.b; int i4 = i2 - i3; this.i = i4; this.l.setInput(sVar.a, i3, i4); } } - int inflate = this.l.inflate(N.a, N.f2863c, min); + int inflate = this.l.inflate(N.a, N.f2862c, min); int i5 = this.i; if (i5 != 0) { int remaining = i5 - this.l.getRemaining(); @@ -64,12 +64,12 @@ public final class m implements x { this.k.skip((long) remaining); } if (inflate > 0) { - N.f2863c += inflate; + N.f2862c += inflate; long j2 = (long) inflate; eVar.j += j2; return j2; } - if (N.b == N.f2863c) { + if (N.b == N.f2862c) { eVar.i = N.a(); t.a(N); } diff --git a/app/src/main/java/g0/n.java b/app/src/main/java/g0/n.java index 7432f2b563..f2d6982341 100644 --- a/app/src/main/java/g0/n.java +++ b/app/src/main/java/g0/n.java @@ -32,13 +32,13 @@ public final class n implements x { try { this.j.f(); s N = eVar.N(1); - int read = this.i.read(N.a, N.f2863c, (int) Math.min(j, (long) (8192 - N.f2863c))); + int read = this.i.read(N.a, N.f2862c, (int) Math.min(j, (long) (8192 - N.f2862c))); if (read != -1) { - N.f2863c += read; + N.f2862c += read; long j2 = (long) read; eVar.j += j2; return j2; - } else if (N.b != N.f2863c) { + } else if (N.b != N.f2862c) { return -1; } else { eVar.i = N.a(); diff --git a/app/src/main/java/g0/p.java b/app/src/main/java/g0/p.java index 0ebd86efcb..6c8ede3c56 100644 --- a/app/src/main/java/g0/p.java +++ b/app/src/main/java/g0/p.java @@ -48,14 +48,14 @@ public final class p implements v { if (sVar == null) { m.throwNpe(); } - int min = (int) Math.min(j, (long) (sVar.f2863c - sVar.b)); + int min = (int) Math.min(j, (long) (sVar.f2862c - sVar.b)); this.i.write(sVar.a, sVar.b, min); int i = sVar.b + min; sVar.b = i; long j2 = (long) min; j -= j2; eVar.j -= j2; - if (i == sVar.f2863c) { + if (i == sVar.f2862c) { eVar.i = sVar.a(); t.a(sVar); } diff --git a/app/src/main/java/g0/s.java b/app/src/main/java/g0/s.java index 526e5b8247..eb1b6cfd65 100644 --- a/app/src/main/java/g0/s.java +++ b/app/src/main/java/g0/s.java @@ -8,7 +8,7 @@ public final class s { public int b; /* renamed from: c reason: collision with root package name */ - public int f2863c; + public int f2862c; public boolean d; public boolean e; public s f; @@ -24,7 +24,7 @@ public final class s { m.checkParameterIsNotNull(bArr, "data"); this.a = bArr; this.b = i; - this.f2863c = i2; + this.f2862c = i2; this.d = z2; this.e = z3; } @@ -64,20 +64,20 @@ public final class s { public final s c() { this.d = true; - return new s(this.a, this.b, this.f2863c, true, false); + return new s(this.a, this.b, this.f2862c, true, false); } public final void d(s sVar, int i) { m.checkParameterIsNotNull(sVar, "sink"); if (sVar.e) { - int i2 = sVar.f2863c; + int i2 = sVar.f2862c; if (i2 + i > 8192) { if (!sVar.d) { int i3 = sVar.b; if ((i2 + i) - i3 <= 8192) { byte[] bArr = sVar.a; j.copyInto$default(bArr, bArr, 0, i3, i2, 2, (Object) null); - sVar.f2863c -= sVar.b; + sVar.f2862c -= sVar.b; sVar.b = 0; } else { throw new IllegalArgumentException(); @@ -88,10 +88,10 @@ public final class s { } byte[] bArr2 = this.a; byte[] bArr3 = sVar.a; - int i4 = sVar.f2863c; + int i4 = sVar.f2862c; int i5 = this.b; j.copyInto(bArr2, bArr3, i4, i5, i5 + i); - sVar.f2863c += i; + sVar.f2862c += i; this.b += i; return; } diff --git a/app/src/main/java/g0/t.java b/app/src/main/java/g0/t.java index ea3ec6cfab..84c8f773e6 100644 --- a/app/src/main/java/g0/t.java +++ b/app/src/main/java/g0/t.java @@ -8,7 +8,7 @@ public final class t { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final AtomicReference[] f2864c; + public static final AtomicReference[] f2863c; public static final t d = new t(); static { @@ -18,7 +18,7 @@ public final class t { for (int i = 0; i < highestOneBit; i++) { atomicReferenceArr[i] = new AtomicReference<>(); } - f2864c = atomicReferenceArr; + f2863c = atomicReferenceArr; } public static final void a(s sVar) { @@ -28,14 +28,14 @@ public final class t { } else if (!sVar.d) { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2864c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2863c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar2 = atomicReference.get(); if (sVar2 != a) { - int i = sVar2 != null ? sVar2.f2863c : 0; + int i = sVar2 != null ? sVar2.f2862c : 0; if (i < 65536) { sVar.f = sVar2; sVar.b = 0; - sVar.f2863c = i + 8192; + sVar.f2862c = i + 8192; if (!atomicReference.compareAndSet(sVar2, sVar)) { sVar.f = null; } @@ -47,7 +47,7 @@ public final class t { public static final s b() { Thread currentThread = Thread.currentThread(); m.checkExpressionValueIsNotNull(currentThread, "Thread.currentThread()"); - AtomicReference atomicReference = f2864c[(int) (currentThread.getId() & (((long) b) - 1))]; + AtomicReference atomicReference = f2863c[(int) (currentThread.getId() & (((long) b) - 1))]; s sVar = a; s andSet = atomicReference.getAndSet(sVar); if (andSet == sVar) { @@ -59,7 +59,7 @@ public final class t { } atomicReference.set(andSet.f); andSet.f = null; - andSet.f2863c = 0; + andSet.f2862c = 0; return andSet; } } diff --git a/app/src/main/java/g0/y.java b/app/src/main/java/g0/y.java index a9ca7704e9..54175a20bb 100644 --- a/app/src/main/java/g0/y.java +++ b/app/src/main/java/g0/y.java @@ -10,7 +10,7 @@ public class y { public boolean b; /* renamed from: c reason: collision with root package name */ - public long f2865c; + public long f2864c; public long d; /* compiled from: Timeout.kt */ @@ -43,14 +43,14 @@ public class y { public long c() { if (this.b) { - return this.f2865c; + return this.f2864c; } throw new IllegalStateException("No deadline".toString()); } public y d(long j) { this.b = true; - this.f2865c = j; + this.f2864c = j; return this; } @@ -62,7 +62,7 @@ public class y { if (Thread.interrupted()) { Thread.currentThread().interrupt(); throw new InterruptedIOException("interrupted"); - } else if (this.b && this.f2865c - System.nanoTime() <= 0) { + } else if (this.b && this.f2864c - System.nanoTime() <= 0) { throw new InterruptedIOException("deadline reached"); } } diff --git a/app/src/main/java/g0/z/a.java b/app/src/main/java/g0/z/a.java index e6a8a4b24a..022c7508b6 100644 --- a/app/src/main/java/g0/z/a.java +++ b/app/src/main/java/g0/z/a.java @@ -45,7 +45,7 @@ public final class a { } byte[] bArr = sVar2.a; int i5 = sVar2.b; - int i6 = sVar2.f2863c; + int i6 = sVar2.f2862c; int[] iArr = oVar.l; s sVar3 = sVar2; int i7 = 0; @@ -81,7 +81,7 @@ public final class a { } i4 = sVar4.b; byte[] bArr2 = sVar4.a; - i3 = sVar4.f2863c; + i3 = sVar4.f2862c; if (sVar4 != sVar2) { sVar = sVar4; bArr = bArr2; @@ -122,7 +122,7 @@ public final class a { } i = sVar3.b; bArr = sVar3.a; - i6 = sVar3.f2863c; + i6 = sVar3.f2862c; if (sVar3 == sVar2) { sVar3 = null; } diff --git a/app/src/main/java/h0/a/a/a.java b/app/src/main/java/h0/a/a/a.java index f98896bbb5..ed0e4740bc 100644 --- a/app/src/main/java/h0/a/a/a.java +++ b/app/src/main/java/h0/a/a/a.java @@ -7,7 +7,7 @@ public final class a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final c f2866c; + public final c f2865c; public final int d; public int e; public final a f; @@ -16,7 +16,7 @@ public final class a { public a(v vVar, boolean z2, c cVar, a aVar) { this.a = vVar; this.b = z2; - this.f2866c = cVar; + this.f2865c = cVar; int i = cVar.b; this.d = i == 0 ? -1 : i - 2; this.f = aVar; @@ -53,7 +53,7 @@ public final class a { } cVar.j(i6); while (aVar2 != null) { - c cVar2 = aVar2.f2866c; + c cVar2 = aVar2.f2865c; cVar.h(cVar2.a, 0, cVar2.b); aVar2 = aVar2.g; } @@ -66,7 +66,7 @@ public final class a { } int i = 8; for (a aVar = this; aVar != null; aVar = aVar.f) { - i += aVar.f2866c.b; + i += aVar.f2865c.b; } return i; } @@ -77,7 +77,7 @@ public final class a { a aVar = null; for (a aVar2 = this; aVar2 != null; aVar2 = aVar2.f) { aVar2.g(); - i2 += aVar2.f2866c.b; + i2 += aVar2.f2865c.b; i3++; aVar = aVar2; } @@ -85,7 +85,7 @@ public final class a { cVar.i(i2); cVar.j(i3); while (aVar != null) { - c cVar2 = aVar.f2866c; + c cVar2 = aVar.f2865c; cVar.h(cVar2.a, 0, cVar2.b); aVar = aVar.g; } @@ -94,77 +94,77 @@ public final class a { public void e(String str, Object obj) { this.e++; if (this.b) { - this.f2866c.j(this.a.l(str)); + this.f2865c.j(this.a.l(str)); } if (obj instanceof String) { - this.f2866c.e(115, this.a.l((String) obj)); + this.f2865c.e(115, this.a.l((String) obj)); } else if (obj instanceof Byte) { - this.f2866c.e(66, this.a.e(((Byte) obj).byteValue()).a); + this.f2865c.e(66, this.a.e(((Byte) obj).byteValue()).a); } else if (obj instanceof Boolean) { - this.f2866c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); + this.f2865c.e(90, this.a.e(((Boolean) obj).booleanValue() ? 1 : 0).a); } else if (obj instanceof Character) { - this.f2866c.e(67, this.a.e(((Character) obj).charValue()).a); + this.f2865c.e(67, this.a.e(((Character) obj).charValue()).a); } else if (obj instanceof Short) { - this.f2866c.e(83, this.a.e(((Short) obj).shortValue()).a); + this.f2865c.e(83, this.a.e(((Short) obj).shortValue()).a); } else if (obj instanceof w) { - this.f2866c.e(99, this.a.l(((w) obj).d())); + this.f2865c.e(99, this.a.l(((w) obj).d())); } else { int i = 0; if (obj instanceof byte[]) { byte[] bArr = (byte[]) obj; - this.f2866c.e(91, bArr.length); + this.f2865c.e(91, bArr.length); int length = bArr.length; while (i < length) { - this.f2866c.e(66, this.a.e(bArr[i]).a); + this.f2865c.e(66, this.a.e(bArr[i]).a); i++; } } else if (obj instanceof boolean[]) { boolean[] zArr = (boolean[]) obj; - this.f2866c.e(91, zArr.length); + this.f2865c.e(91, zArr.length); int length2 = zArr.length; while (i < length2) { - this.f2866c.e(90, this.a.e(zArr[i] ? 1 : 0).a); + this.f2865c.e(90, this.a.e(zArr[i] ? 1 : 0).a); i++; } } else if (obj instanceof short[]) { short[] sArr = (short[]) obj; - this.f2866c.e(91, sArr.length); + this.f2865c.e(91, sArr.length); int length3 = sArr.length; while (i < length3) { - this.f2866c.e(83, this.a.e(sArr[i]).a); + this.f2865c.e(83, this.a.e(sArr[i]).a); i++; } } else if (obj instanceof char[]) { char[] cArr = (char[]) obj; - this.f2866c.e(91, cArr.length); + this.f2865c.e(91, cArr.length); int length4 = cArr.length; while (i < length4) { - this.f2866c.e(67, this.a.e(cArr[i]).a); + this.f2865c.e(67, this.a.e(cArr[i]).a); i++; } } else if (obj instanceof int[]) { int[] iArr = (int[]) obj; - this.f2866c.e(91, iArr.length); + this.f2865c.e(91, iArr.length); int length5 = iArr.length; while (i < length5) { - this.f2866c.e(73, this.a.e(iArr[i]).a); + this.f2865c.e(73, this.a.e(iArr[i]).a); i++; } } else if (obj instanceof long[]) { long[] jArr = (long[]) obj; - this.f2866c.e(91, jArr.length); + this.f2865c.e(91, jArr.length); int length6 = jArr.length; while (i < length6) { - this.f2866c.e(74, this.a.g(5, jArr[i]).a); + this.f2865c.e(74, this.a.g(5, jArr[i]).a); i++; } } else if (obj instanceof float[]) { float[] fArr = (float[]) obj; - this.f2866c.e(91, fArr.length); + this.f2865c.e(91, fArr.length); int length7 = fArr.length; while (i < length7) { float f = fArr[i]; - c cVar = this.f2866c; + c cVar = this.f2865c; v vVar = this.a; Objects.requireNonNull(vVar); cVar.e(70, vVar.f(4, Float.floatToRawIntBits(f)).a); @@ -172,11 +172,11 @@ public final class a { } } else if (obj instanceof double[]) { double[] dArr = (double[]) obj; - this.f2866c.e(91, dArr.length); + this.f2865c.e(91, dArr.length); int length8 = dArr.length; while (i < length8) { double d = dArr[i]; - c cVar2 = this.f2866c; + c cVar2 = this.f2865c; v vVar2 = this.a; Objects.requireNonNull(vVar2); cVar2.e(68, vVar2.g(6, Double.doubleToRawLongBits(d)).a); @@ -184,7 +184,7 @@ public final class a { } } else { u b = this.a.b(obj); - this.f2866c.e(".s.IFJDCS".charAt(b.b), b.a); + this.f2865c.e(".s.IFJDCS".charAt(b.b), b.a); } } } @@ -192,16 +192,16 @@ public final class a { public a f(String str) { this.e++; if (this.b) { - this.f2866c.j(this.a.l(str)); + this.f2865c.j(this.a.l(str)); } - this.f2866c.e(91, 0); - return new a(this.a, false, this.f2866c, null); + this.f2865c.e(91, 0); + return new a(this.a, false, this.f2865c, null); } public void g() { int i = this.d; if (i != -1) { - byte[] bArr = this.f2866c.a; + byte[] bArr = this.f2865c.a; int i2 = this.e; bArr[i] = (byte) (i2 >>> 8); bArr[i + 1] = (byte) i2; diff --git a/app/src/main/java/h0/a/a/b.java b/app/src/main/java/h0/a/a/b.java index f6e5bc61ec..9644349448 100644 --- a/app/src/main/java/h0/a/a/b.java +++ b/app/src/main/java/h0/a/a/b.java @@ -5,7 +5,7 @@ public class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public b f2867c; + public b f2866c; /* compiled from: Attribute */ public static final class a { @@ -40,7 +40,7 @@ public class b { this.a = i3 + 1; bVarArr3[i3] = bVar; } - bVar = bVar.f2867c; + bVar = bVar.f2866c; } } } @@ -56,7 +56,7 @@ public class b { public final int b(v vVar, byte[] bArr, int i, int i2, int i3) { f fVar = vVar.a; int i4 = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2867c) { + for (b bVar = this; bVar != null; bVar = bVar.f2866c) { vVar.l(bVar.a); i4 += bVar.b.length + 6; } @@ -65,7 +65,7 @@ public class b { public final int c() { int i = 0; - for (b bVar = this; bVar != null; bVar = bVar.f2867c) { + for (b bVar = this; bVar != null; bVar = bVar.f2866c) { i++; } return i; @@ -77,7 +77,7 @@ public class b { public final void e(v vVar, byte[] bArr, int i, int i2, int i3, c cVar) { f fVar = vVar.a; - for (b bVar = this; bVar != null; bVar = bVar.f2867c) { + for (b bVar = this; bVar != null; bVar = bVar.f2866c) { byte[] bArr2 = bVar.b; int length = bArr2.length; c.d.b.a.a.q0(vVar, bVar.a, cVar, length); diff --git a/app/src/main/java/h0/a/a/d.java b/app/src/main/java/h0/a/a/d.java index 8eab358bae..651daea9cd 100644 --- a/app/src/main/java/h0/a/a/d.java +++ b/app/src/main/java/h0/a/a/d.java @@ -14,7 +14,7 @@ public class d { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final String[] f2868c; + public final String[] f2867c; public final g[] d; public final int[] e; public final int f; @@ -34,7 +34,7 @@ public class d { } int u = u(i + 8); this.b = new int[u]; - this.f2868c = new String[u]; + this.f2867c = new String[u]; int i4 = i + 10; int i5 = 1; int i6 = 0; @@ -320,7 +320,7 @@ public class d { int i37; int i38; byte[] bArr = this.a; - char[] cArr = hVar.f2875c; + char[] cArr = hVar.f2874c; int u3 = u(i); int u4 = u(i + 2); int l = l(i + 4); @@ -762,7 +762,7 @@ public class d { i31 = i50; i30 = i33; b e = e(hVar.a, t2, i57, l4, cArr, i, pVarArr5); - e.f2867c = bVar3; + e.f2866c = bVar3; bVar3 = e; iArr8 = iArr6; } else if ((hVar.b & 4) == 0) { @@ -807,8 +807,8 @@ public class d { int i62 = i60 + 4; a(u10, pVarArr8); p pVar = pVarArr8[u10]; - if (pVar.f2882c == 0) { - pVar.f2882c = (short) u11; + if (pVar.f2881c == 0) { + pVar.f2881c = (short) u11; i35 = i62; iArr7 = iArr8; pVarArr7 = pVarArr8; @@ -871,14 +871,14 @@ public class d { Object[] objArr = new Object[u4]; hVar.q = objArr; hVar.r = 0; - hVar.f2876s = new Object[u3]; + hVar.f2875s = new Object[u3]; if (z12) { String str2 = hVar.f; if ((hVar.d & 8) == 0) { if ("".equals(hVar.e)) { objArr[0] = t.g; } else { - objArr[0] = g(this.g + 2, hVar.f2875c); + objArr[0] = g(this.g + 2, hVar.f2874c); } i28 = 1; } else { @@ -891,7 +891,7 @@ public class d { char charAt = str2.charAt(i67); if (charAt == 'F') { i29 = i66 + 1; - objArr[i66] = t.f2891c; + objArr[i66] = t.f2890c; } else if (charAt != 'L') { if (!(charAt == 'S' || charAt == 'I')) { if (charAt == 'J') { @@ -1009,7 +1009,7 @@ public class d { if (pVar2 != null) { boolean z14 = (hVar.b & 2) == 0; qVar.i(pVar2); - if (z14 && (s2 = pVar2.f2882c) != 0) { + if (z14 && (s2 = pVar2.f2881c) != 0) { qVar.k(s2 & 65535, pVar2); if (pVar2.d != null) { i7 = i75; @@ -1034,14 +1034,14 @@ public class d { i19 = u4; i20 = i6; i21 = i8; - qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2876s); + qVar.c(-1, hVar.o, hVar.q, hVar.r, hVar.f2875s); } else { i19 = u4; i21 = i8; i20 = i6; iArr4 = iArr13; iArr3 = iArr12; - qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2876s); + qVar.c(hVar.n, hVar.p, hVar.q, hVar.r, hVar.f2875s); } z10 = false; } else { @@ -1053,7 +1053,7 @@ public class d { z10 = z2; } if (i21 < i2) { - char[] cArr2 = hVar.f2875c; + char[] cArr2 = hVar.f2874c; p[] pVarArr10 = hVar.g; if (z11) { i23 = i21 + 1; @@ -1077,7 +1077,7 @@ public class d { u = i22 - 64; i25 = i2; pVarArr3 = pVarArr10; - i26 = x(i23, hVar.f2876s, 0, cArr2, pVarArr3); + i26 = x(i23, hVar.f2875s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1087,7 +1087,7 @@ public class d { u = u(i23); int i82 = i23 + 2; if (i22 == 247) { - i26 = x(i82, hVar.f2876s, 0, cArr2, pVarArr3); + i26 = x(i82, hVar.f2875s, 0, cArr2, pVarArr3); hVar.n = 4; hVar.r = 1; } else { @@ -1128,7 +1128,7 @@ public class d { i82 = i87 + 2; hVar.r = u13; for (int i89 = 0; i89 < u13; i89++) { - i82 = x(i82, hVar.f2876s, i89, cArr2, pVarArr3); + i82 = x(i82, hVar.f2875s, i89, cArr2, pVarArr3); } } i26 = i82; @@ -2292,10 +2292,10 @@ public class d { } b bVar4 = bVar; while (bVar4 != null) { - b bVar5 = bVar4.f2867c; - bVar4.f2867c = null; + b bVar5 = bVar4.f2866c; + bVar4.f2866c = null; r rVar5 = (r) qVar; - bVar4.f2867c = rVar5.M; + bVar4.f2866c = rVar5.M; rVar5.M = bVar4; bVar4 = bVar5; } @@ -2382,9 +2382,9 @@ public class d { String t3 = t(i4 + 2, cArr); aVar.e++; if (aVar.b) { - aVar.f2866c.j(aVar.a.l(str)); + aVar.f2865c.j(aVar.a.l(str)); } - c cVar = aVar.f2866c; + c cVar = aVar.f2865c; cVar.e(101, aVar.a.l(t2)); cVar.j(aVar.a.l(t3)); return i4 + 4; @@ -2500,12 +2500,12 @@ public class d { String t4 = t(i4, cArr); aVar.e++; if (aVar.b) { - aVar.f2866c.j(aVar.a.l(str)); + aVar.f2865c.j(aVar.a.l(str)); } - c cVar2 = aVar.f2866c; + c cVar2 = aVar.f2865c; cVar2.e(64, aVar.a.l(t4)); cVar2.j(0); - return k(new a(aVar.a, true, aVar.f2866c, null), i4 + 2, true, cArr); + return k(new a(aVar.a, true, aVar.f2865c, null), i4 + 2, true, cArr); } public final int k(a aVar, int i, boolean z2, char[] cArr) { @@ -2563,7 +2563,7 @@ public class d { } else { rVar.F = i3; } - char[] cArr = hVar.f2875c; + char[] cArr = hVar.f2874c; for (int i4 = 0; i4 < i3; i4++) { int u = u(i2); i2 += 2; @@ -2688,7 +2688,7 @@ public class d { public final int[] s(q qVar, h hVar, int i, boolean z2) { int i2; a aVar; - char[] cArr = hVar.f2875c; + char[] cArr = hVar.f2874c; int u = u(i); int[] iArr = new int[u]; int i3 = i + 2; @@ -2760,8 +2760,8 @@ public class d { aVar = new a(rVar.d, true, cVar, rVar.w); rVar.w = aVar; } else { - aVar = new a(rVar.d, true, cVar, rVar.f2887x); - rVar.f2887x = aVar; + aVar = new a(rVar.d, true, cVar, rVar.f2886x); + rVar.f2886x = aVar; } i3 = k(aVar, i8, true, cArr); } else { @@ -2819,7 +2819,7 @@ public class d { } public final String w(int i, char[] cArr) { - String[] strArr = this.f2868c; + String[] strArr = this.f2867c; String str = strArr[i]; if (str != null) { return str; @@ -2840,7 +2840,7 @@ public class d { objArr[i2] = t.b; return i3; case 2: - objArr[i2] = t.f2891c; + objArr[i2] = t.f2890c; return i3; case 3: objArr[i2] = t.d; diff --git a/app/src/main/java/h0/a/a/f.java b/app/src/main/java/h0/a/a/f.java index c25697d6d2..2e5f883917 100644 --- a/app/src/main/java/h0/a/a/f.java +++ b/app/src/main/java/h0/a/a/f.java @@ -12,7 +12,7 @@ public class f extends e { public final v b = new v(this); /* renamed from: c reason: collision with root package name */ - public int f2869c; + public int f2868c; public int d; public int e; public int f; @@ -30,20 +30,20 @@ public class f extends e { public c r; /* renamed from: s reason: collision with root package name */ - public a f2870s; + public a f2869s; public a t; public a u; public a v; public s w; /* renamed from: x reason: collision with root package name */ - public int f2871x; + public int f2870x; /* renamed from: y reason: collision with root package name */ - public int f2872y; + public int f2871y; /* renamed from: z reason: collision with root package name */ - public c f2873z; + public c f2872z; public f(int i) { super(458752); @@ -57,7 +57,7 @@ public class f extends e { } /* JADX WARNING: Code restructure failed: missing block: B:395:0x0aa5, code lost: - if (r1.f2888y != 0) goto L_0x0acf; + if (r1.f2887y != 0) goto L_0x0acf; */ /* JADX WARNING: Removed duplicated region for block: B:407:0x0ad2 */ /* JADX WARNING: Removed duplicated region for block: B:408:0x0ad7 */ @@ -133,14 +133,14 @@ public class f extends e { this.i = null; this.j = null; this.k = null; - this.f2870s = null; + this.f2869s = null; this.t = null; this.u = null; this.v = null; this.w = null; - this.f2871x = 0; - this.f2872y = 0; - this.f2873z = null; + this.f2870x = 0; + this.f2871y = 0; + this.f2872z = null; this.A = null; this.B = z2 ? 3 : 0; d dVar2 = new d(bArr, 0, false); @@ -149,7 +149,7 @@ public class f extends e { hVar2.a = bVarArr; hVar2.b = i10; char[] cArr = new char[dVar2.f]; - hVar2.f2875c = cArr; + hVar2.f2874c = cArr; int i11 = dVar2.g; int u = dVar2.u(i11); String g = dVar2.g(i11 + 2, cArr); @@ -242,7 +242,7 @@ public class f extends e { i7 = i14; strArr3 = strArr5; bVar = dVar2.e(bVarArr, t, i6, l, cArr, -1, null); - bVar.f2867c = bVar; + bVar.f2866c = bVar; } else { str33 = str34; i6 = i24; @@ -299,7 +299,7 @@ public class f extends e { } } if (i15 != 0) { - char[] cArr2 = hVar3.f2875c; + char[] cArr2 = hVar3.f2874c; String t2 = dVar3.t(dVar3.b[dVar3.u(i15)], cArr2); int u4 = dVar3.u(i15 + 2); String t3 = dVar3.t(i15 + 4, cArr2); @@ -459,7 +459,7 @@ public class f extends e { str6 = str2; } if (str36 != null) { - fVar.f2871x = fVar.b.m(7, str36).a; + fVar.f2870x = fVar.b.m(7, str36).a; } if (i17 != 0) { String g4 = dVar3.g(i17, cArr); @@ -523,9 +523,9 @@ public class f extends e { } b bVar2 = bVar; while (bVar2 != null) { - b bVar3 = bVar2.f2867c; - bVar2.f2867c = null; - bVar2.f2867c = fVar.A; + b bVar3 = bVar2.f2866c; + bVar2.f2866c = null; + bVar2.f2866c = fVar.A; fVar.A = bVar2; bVar2 = bVar3; } @@ -538,11 +538,11 @@ public class f extends e { break; } String g5 = dVar3.g(i53, cArr); - if (fVar.f2873z == null) { - fVar.f2873z = new c(); + if (fVar.f2872z == null) { + fVar.f2872z = new c(); } - fVar.f2872y++; - fVar.f2873z.j(fVar.b.m(7, g5).a); + fVar.f2871y++; + fVar.f2872z.j(fVar.b.m(7, g5).a); i53 += 2; u22 = i54; } @@ -582,7 +582,7 @@ public class f extends e { if (u25 <= 0) { break; } - char[] cArr3 = hVar3.f2875c; + char[] cArr3 = hVar3.f2874c; int u26 = dVar3.u(i57); String t8 = dVar3.t(i57 + 2, cArr3); String t9 = dVar3.t(i57 + 4, cArr3); @@ -729,7 +729,7 @@ public class f extends e { str22 = str31; hVar = hVar3; b e = dVar3.e(hVar3.a, t10, i66, l2, cArr3, -1, null); - e.f2867c = bVar4; + e.f2866c = bVar4; bVar4 = e; i60 = i60; i64 = i4; @@ -854,9 +854,9 @@ public class f extends e { } b bVar5 = bVar4; while (bVar5 != null) { - b bVar6 = bVar5.f2867c; - bVar5.f2867c = null; - bVar5.f2867c = lVar2.l; + b bVar6 = bVar5.f2866c; + bVar5.f2866c = null; + bVar5.f2866c = lVar2.l; lVar2.l = bVar5; bVar5 = bVar6; } @@ -888,7 +888,7 @@ public class f extends e { if (u33 <= 0) { return b(); } - char[] cArr4 = hVar4.f2875c; + char[] cArr4 = hVar4.f2874c; hVar4.d = dVar4.u(i76); hVar4.e = dVar4.t(i76 + 2, cArr4); int i78 = i76 + 4; @@ -1095,7 +1095,7 @@ public class f extends e { str11 = str47; str13 = str15; b e2 = dVar4.e(hVar4.a, t11, i93, l3, cArr4, -1, null); - e2.f2867c = bVar7; + e2.f2866c = bVar7; z5 = z5; i82 = i82; bVar7 = e2; @@ -1193,15 +1193,15 @@ public class f extends e { if (dVar4 == vVar2.b && u36 == rVar2.h && i85 == rVar2.A) { int i98 = rVar2.e; if (z6 == ((i98 & 131072) != 0)) { - if (z3 == (vVar2.f2893c < 49 && (i98 & 4096) != 0)) { + if (z3 == (vVar2.f2892c < 49 && (i98 & 4096) != 0)) { if (i82 != 0) { - if (dVar4.u(i82) == rVar2.f2888y) { + if (dVar4.u(i82) == rVar2.f2887y) { int i99 = i82 + 2; int i100 = 0; while (true) { - if (i100 >= rVar2.f2888y) { + if (i100 >= rVar2.f2887y) { break; - } else if (dVar4.u(i99) != rVar2.f2889z[i100]) { + } else if (dVar4.u(i99) != rVar2.f2888z[i100]) { break; } else { i99 += 2; @@ -1210,8 +1210,8 @@ public class f extends e { } } } - rVar2.f2884a0 = i79; - rVar2.f2885b0 = i97 - 6; + rVar2.f2883a0 = i79; + rVar2.f2884b0 = i97 - 6; z4 = true; if (z4) { if (i83 != 0) { @@ -1300,9 +1300,9 @@ public class f extends e { } b bVar8 = bVar7; while (bVar8 != null) { - b bVar9 = bVar8.f2867c; - bVar8.f2867c = null; - bVar8.f2867c = rVar2.M; + b bVar9 = bVar8.f2866c; + bVar8.f2866c = null; + bVar8.f2866c = rVar2.M; rVar2.M = bVar8; bVar8 = bVar9; } @@ -1377,9 +1377,9 @@ public class f extends e { } else { i = 8; } - if ((lVar.f2878c & 4096) != 0) { + if ((lVar.f2877c & 4096) != 0) { v vVar = lVar.b; - if (vVar.f2893c < 49) { + if (vVar.f2892c < 49) { vVar.l("Synthetic"); i += 6; } @@ -1388,7 +1388,7 @@ public class f extends e { lVar.b.l("Signature"); i += 8; } - if ((lVar.f2878c & 131072) != 0) { + if ((lVar.f2877c & 131072) != 0) { lVar.b.l("Deprecated"); i += 6; } @@ -1421,8 +1421,8 @@ public class f extends e { boolean z2 = true; if (rVar != null) { int i14 = i13 + 1; - if (rVar.f2884a0 != 0) { - i9 = rVar.f2885b0 + 6; + if (rVar.f2883a0 != 0) { + i9 = rVar.f2884b0 + 6; i8 = i14; } else { int i15 = rVar.l.b; @@ -1440,7 +1440,7 @@ public class f extends e { if (rVar.v != null) { v vVar2 = rVar.d; i8 = i14; - vVar2.l(vVar2.f2893c >= 50 ? "StackMapTable" : "StackMap"); + vVar2.l(vVar2.f2892c >= 50 ? "StackMapTable" : "StackMap"); i10 += rVar.v.b + 8; } else { i8 = i14; @@ -1461,19 +1461,19 @@ public class f extends e { if (aVar5 != null) { i10 += aVar5.a("RuntimeVisibleTypeAnnotations"); } - a aVar6 = rVar.f2887x; + a aVar6 = rVar.f2886x; if (aVar6 != null) { i10 += aVar6.a("RuntimeInvisibleTypeAnnotations"); } } else { throw new MethodTooLargeException(rVar.d.d, rVar.g, rVar.i, rVar.l.b); } - if (rVar.f2888y > 0) { + if (rVar.f2887y > 0) { rVar.d.l("Exceptions"); - i10 += (rVar.f2888y * 2) + 8; + i10 += (rVar.f2887y * 2) + 8; } v vVar3 = rVar.d; - if (vVar3.f2893c >= 49) { + if (vVar3.f2892c >= 49) { z2 = false; } if ((rVar.e & 4096) != 0 && z2) { @@ -1553,7 +1553,7 @@ public class f extends e { i11 += 10; this.b.l("EnclosingMethod"); } - if ((this.f2869c & 4096) != 0) { + if ((this.f2868c & 4096) != 0) { str = "EnclosingMethod"; if ((this.a & 65535) < 49) { i2++; @@ -1579,12 +1579,12 @@ public class f extends e { i11 += cVar2.b + 6; this.b.l("SourceDebugExtension"); } - if ((this.f2869c & 131072) != 0) { + if ((this.f2868c & 131072) != 0) { i2++; i11 += 6; this.b.l("Deprecated"); } - a aVar11 = this.f2870s; + a aVar11 = this.f2869s; if (aVar11 != null) { i2++; i11 += aVar11.a("RuntimeVisibleAnnotations"); @@ -1643,12 +1643,12 @@ public class f extends e { str3 = "RuntimeInvisibleTypeAnnotations"; str2 = "RuntimeVisibleTypeAnnotations"; } - if (this.f2871x != 0) { + if (this.f2870x != 0) { i2++; i11 += 8; this.b.l("NestHost"); } - c cVar3 = this.f2873z; + c cVar3 = this.f2872z; if (cVar3 != null) { i2++; i11 += cVar3.b + 8; @@ -1671,7 +1671,7 @@ public class f extends e { cVar4.j(vVar7.g); c cVar5 = vVar7.h; cVar4.h(cVar5.a, 0, cVar5.b); - cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2869c); + cVar4.j((~((this.a & 65535) < 49 ? 4096 : 0)) & this.f2868c); cVar4.j(this.d); cVar4.j(this.e); cVar4.j(this.f); @@ -1681,12 +1681,12 @@ public class f extends e { cVar4.j(i12); l lVar2 = this.h; while (lVar2 != null) { - boolean z3 = lVar2.b.f2893c < 49; - cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2878c); + boolean z3 = lVar2.b.f2892c < 49; + cVar4.j((~(z3 ? 4096 : 0)) & lVar2.f2877c); cVar4.j(lVar2.d); cVar4.j(lVar2.e); int i24 = lVar2.g != 0 ? 1 : 0; - int i25 = lVar2.f2878c; + int i25 = lVar2.f2877c; if ((i25 & 4096) != 0 && z3) { i24++; } @@ -1717,14 +1717,14 @@ public class f extends e { a.q0(lVar2.b, "ConstantValue", cVar4, 2); cVar4.j(lVar2.g); } - if ((lVar2.f2878c & 4096) != 0 && z3) { + if ((lVar2.f2877c & 4096) != 0 && z3) { a.q0(lVar2.b, "Synthetic", cVar4, 0); } if (lVar2.f != 0) { a.q0(lVar2.b, "Signature", cVar4, 2); cVar4.j(lVar2.f); } - if ((lVar2.f2878c & 131072) != 0) { + if ((lVar2.f2877c & 131072) != 0) { a.q0(lVar2.b, "Deprecated", cVar4, 0); } a aVar15 = lVar2.h; @@ -1779,7 +1779,7 @@ public class f extends e { cVar4.j(this.n); cVar4.j(this.o); } - if ((this.f2869c & 4096) != 0 && (this.a & 65535) < 49) { + if ((this.f2868c & 4096) != 0 && (this.a & 65535) < 49) { a.q0(this.b, "Synthetic", cVar4, 0); } if (this.p != 0) { @@ -1802,10 +1802,10 @@ public class f extends e { } else { i5 = 0; } - if ((this.f2869c & 131072) != 0) { + if ((this.f2868c & 131072) != 0) { a.q0(this.b, "Deprecated", cVar4, i5); } - a aVar19 = this.f2870s; + a aVar19 = this.f2869s; if (aVar19 != null) { aVar19.c(this.b.l("RuntimeVisibleAnnotations"), cVar4); } @@ -1833,7 +1833,7 @@ public class f extends e { if (sVar2 != null) { a.q0(sVar2.a, "Module", cVar4, sVar2.f.b + 16 + sVar2.h.b + sVar2.j.b + sVar2.l.b + sVar2.n.b); cVar4.j(sVar2.b); - cVar4.j(sVar2.f2890c); + cVar4.j(sVar2.f2889c); cVar4.j(sVar2.d); cVar4.j(sVar2.e); c cVar9 = sVar2.f; @@ -1861,15 +1861,15 @@ public class f extends e { i6 = 2; a.q0(sVar2.a, str6, cVar4, 2); cVar4.j(sVar2.q); - if (this.f2871x != 0) { + if (this.f2870x != 0) { a.q0(this.b, "NestHost", cVar4, i6); - cVar4.j(this.f2871x); + cVar4.j(this.f2870x); } - if (this.f2873z != null) { + if (this.f2872z != null) { cVar4.j(this.b.l("NestMembers")); - cVar4.i(this.f2873z.b + 2); - cVar4.j(this.f2872y); - c cVar15 = this.f2873z; + cVar4.i(this.f2872z.b + 2); + cVar4.j(this.f2871y); + c cVar15 = this.f2872z; cVar4.h(cVar15.a, 0, cVar15.b); } bVar = this.A; @@ -1880,9 +1880,9 @@ public class f extends e { } } i6 = 2; - if (this.f2871x != 0) { + if (this.f2870x != 0) { } - if (this.f2873z != null) { + if (this.f2872z != null) { } bVar = this.A; if (bVar != null) { @@ -1898,10 +1898,10 @@ public class f extends e { public final void c(int i, int i2, String str, String str2, String str3, String[] strArr) { this.a = i; - this.f2869c = i2; + this.f2868c = i2; v vVar = this.b; int i3 = i & 65535; - vVar.f2893c = i3; + vVar.f2892c = i3; vVar.d = str; this.d = vVar.m(7, str).a; if (str2 != null) { @@ -1926,8 +1926,8 @@ public class f extends e { cVar.j(this.b.l(str)); cVar.j(0); if (z2) { - a aVar = new a(this.b, true, cVar, this.f2870s); - this.f2870s = aVar; + a aVar = new a(this.b, true, cVar, this.f2869s); + this.f2869s = aVar; return aVar; } a aVar2 = new a(this.b, true, cVar, this.t); diff --git a/app/src/main/java/h0/a/a/g.java b/app/src/main/java/h0/a/a/g.java index 8005d12960..2cba3c5569 100644 --- a/app/src/main/java/h0/a/a/g.java +++ b/app/src/main/java/h0/a/a/g.java @@ -7,13 +7,13 @@ public final class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final n f2874c; + public final n f2873c; public final Object[] d; public g(String str, String str2, n nVar, Object... objArr) { this.a = str; this.b = str2; - this.f2874c = nVar; + this.f2873c = nVar; this.d = objArr; } @@ -25,14 +25,14 @@ public final class g { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2874c.equals(gVar.f2874c) && Arrays.equals(this.d, gVar.d); + return this.a.equals(gVar.a) && this.b.equals(gVar.b) && this.f2873c.equals(gVar.f2873c) && Arrays.equals(this.d, gVar.d); } public int hashCode() { - return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2874c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); + return ((this.a.hashCode() ^ Integer.rotateLeft(this.b.hashCode(), 8)) ^ Integer.rotateLeft(this.f2873c.hashCode(), 16)) ^ Integer.rotateLeft(Arrays.hashCode(this.d), 24); } public String toString() { - return this.a + " : " + this.b + ' ' + this.f2874c + ' ' + Arrays.toString(this.d); + return this.a + " : " + this.b + ' ' + this.f2873c + ' ' + Arrays.toString(this.d); } } diff --git a/app/src/main/java/h0/a/a/h.java b/app/src/main/java/h0/a/a/h.java index 709da640cb..65d062ec4c 100644 --- a/app/src/main/java/h0/a/a/h.java +++ b/app/src/main/java/h0/a/a/h.java @@ -5,7 +5,7 @@ public final class h { public int b; /* renamed from: c reason: collision with root package name */ - public char[] f2875c; + public char[] f2874c; public int d; public String e; public String f; @@ -23,5 +23,5 @@ public final class h { public int r; /* renamed from: s reason: collision with root package name */ - public Object[] f2876s; + public Object[] f2875s; } diff --git a/app/src/main/java/h0/a/a/i.java b/app/src/main/java/h0/a/a/i.java index 5fc89862eb..d73c0bed5d 100644 --- a/app/src/main/java/h0/a/a/i.java +++ b/app/src/main/java/h0/a/a/i.java @@ -11,7 +11,7 @@ public final class i extends m { m mVar = new m(null); h(vVar, mVar, 0); this.b = mVar.b; - this.f2879c = mVar.f2879c; + this.f2878c = mVar.f2878c; this.f = 0; this.d = mVar.d; this.e = mVar.e; diff --git a/app/src/main/java/h0/a/a/j.java b/app/src/main/java/h0/a/a/j.java index 45a068d5ad..08672698ad 100644 --- a/app/src/main/java/h0/a/a/j.java +++ b/app/src/main/java/h0/a/a/j.java @@ -5,11 +5,11 @@ public final class j { public final p b; /* renamed from: c reason: collision with root package name */ - public j f2877c; + public j f2876c; public j(int i, p pVar, j jVar) { this.a = i; this.b = pVar; - this.f2877c = jVar; + this.f2876c = jVar; } } diff --git a/app/src/main/java/h0/a/a/l.java b/app/src/main/java/h0/a/a/l.java index 400f882290..da7af4e457 100644 --- a/app/src/main/java/h0/a/a/l.java +++ b/app/src/main/java/h0/a/a/l.java @@ -6,7 +6,7 @@ public final class l extends k { public final v b; /* renamed from: c reason: collision with root package name */ - public final int f2878c; + public final int f2877c; public final int d; public final int e; public int f; @@ -20,7 +20,7 @@ public final class l extends k { public l(v vVar, int i, String str, String str2, String str3, Object obj) { super(458752); this.b = vVar; - this.f2878c = i; + this.f2877c = i; this.d = vVar.l(str); this.e = vVar.l(str2); if (str3 != null) { diff --git a/app/src/main/java/h0/a/a/m.java b/app/src/main/java/h0/a/a/m.java index 449f289807..34c5bd2982 100644 --- a/app/src/main/java/h0/a/a/m.java +++ b/app/src/main/java/h0/a/a/m.java @@ -10,7 +10,7 @@ public class m { public int[] b; /* renamed from: c reason: collision with root package name */ - public int[] f2879c; + public int[] f2878c; public int[] d; public int[] e; public short f; @@ -222,7 +222,7 @@ public class m { } while (i == 16777216); i4 += i5; } - int[] iArr2 = this.f2879c; + int[] iArr2 = this.f2878c; int i7 = 0; int i8 = 0; while (i7 < iArr2.length) { @@ -307,7 +307,7 @@ public class m { i2 = this.b[i7]; } else { if (i6 == 83886080) { - int[] iArr = this.f2879c; + int[] iArr = this.f2878c; i2 = iArr[iArr.length - i7]; } if (i != i4) { @@ -358,7 +358,7 @@ public class m { int i3; int i4; int length = this.b.length; - int length2 = this.f2879c.length; + int length2 = this.f2878c.length; if (mVar.b == null) { mVar.b = new int[length]; z2 = true; @@ -384,7 +384,7 @@ public class m { } i3 = i4; } else if (i8 == 83886080) { - i4 = i7 + this.f2879c[length2 - (i6 & 1048575)]; + i4 = i7 + this.f2878c[length2 - (i6 & 1048575)]; if ((i6 & 1048576) != 0) { if (i4 != 16777220) { } @@ -405,27 +405,27 @@ public class m { for (int i9 = 0; i9 < length; i9++) { z2 |= g(vVar, this.b[i9], mVar.b, i9); } - if (mVar.f2879c == null) { - mVar.f2879c = new int[1]; + if (mVar.f2878c == null) { + mVar.f2878c = new int[1]; z4 = true; } else { z4 = z2; } - return g(vVar, i, mVar.f2879c, 0) | z4; + return g(vVar, i, mVar.f2878c, 0) | z4; } - int length3 = this.f2879c.length + this.f; - if (mVar.f2879c == null) { - mVar.f2879c = new int[(this.g + length3)]; + int length3 = this.f2878c.length + this.f; + if (mVar.f2878c == null) { + mVar.f2878c = new int[(this.g + length3)]; z3 = true; } else { z3 = z2; } for (int i10 = 0; i10 < length3; i10++) { - int i11 = this.f2879c[i10]; + int i11 = this.f2878c[i10]; if (this.i != null) { i11 = e(vVar, i11); } - z3 |= g(vVar, i11, mVar.f2879c, i10); + z3 |= g(vVar, i11, mVar.f2878c, i10); } for (int i12 = 0; i12 < this.g; i12++) { int i13 = this.e[i12]; @@ -441,10 +441,10 @@ public class m { if (this.i != null) { i13 = e(vVar, i13); } - z3 |= g(vVar, i13, mVar.f2879c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2878c, length3 + i12); } else { if (i15 == 83886080) { - i2 = i14 + this.f2879c[length2 - (i13 & 1048575)]; + i2 = i14 + this.f2878c[length2 - (i13 & 1048575)]; if ((i13 & 1048576) != 0) { if (i2 != 16777220) { } @@ -453,12 +453,12 @@ public class m { } if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2879c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2878c, length3 + i12); } i13 = 16777216; if (this.i != null) { } - z3 |= g(vVar, i13, mVar.f2879c, length3 + i12); + z3 |= g(vVar, i13, mVar.f2878c, length3 + i12); } return z3; } @@ -537,7 +537,7 @@ public class m { public final void n(v vVar, int i, String str, int i2) { int[] iArr = new int[i2]; this.b = iArr; - this.f2879c = new int[0]; + this.f2878c = new int[0]; int i3 = 1; if ((i & 8) != 0) { i3 = 0; diff --git a/app/src/main/java/h0/a/a/n.java b/app/src/main/java/h0/a/a/n.java index b2e998458e..311a0b7019 100644 --- a/app/src/main/java/h0/a/a/n.java +++ b/app/src/main/java/h0/a/a/n.java @@ -7,14 +7,14 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f2880c; + public final String f2879c; public final String d; public final boolean e; public n(int i, String str, String str2, String str3, boolean z2) { this.a = i; this.b = str; - this.f2880c = str2; + this.f2879c = str2; this.d = str3; this.e = z2; } @@ -27,18 +27,18 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2880c.equals(nVar.f2880c) && this.d.equals(nVar.d); + return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2879c.equals(nVar.f2879c) && this.d.equals(nVar.d); } public int hashCode() { - return (this.d.hashCode() * this.f2880c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); + return (this.d.hashCode() * this.f2879c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append('.'); - sb.append(this.f2880c); + sb.append(this.f2879c); sb.append(this.d); sb.append(" ("); sb.append(this.a); diff --git a/app/src/main/java/h0/a/a/o.java b/app/src/main/java/h0/a/a/o.java index 816e604ad6..f73e0225af 100644 --- a/app/src/main/java/h0/a/a/o.java +++ b/app/src/main/java/h0/a/a/o.java @@ -5,18 +5,18 @@ public final class o { public final p b; /* renamed from: c reason: collision with root package name */ - public final p f2881c; + public final p f2880c; public final int d; public final String e; public o f; public o(o oVar, p pVar, p pVar2) { - p pVar3 = oVar.f2881c; + p pVar3 = oVar.f2880c; int i = oVar.d; String str = oVar.e; this.a = pVar; this.b = pVar2; - this.f2881c = pVar3; + this.f2880c = pVar3; this.d = i; this.e = str; this.f = oVar.f; @@ -25,7 +25,7 @@ public final class o { public o(p pVar, p pVar2, p pVar3, int i, String str) { this.a = pVar; this.b = pVar2; - this.f2881c = pVar3; + this.f2880c = pVar3; this.d = i; this.e = str; } diff --git a/app/src/main/java/h0/a/a/p.java b/app/src/main/java/h0/a/a/p.java index 89c6c5b864..d882d113f4 100644 --- a/app/src/main/java/h0/a/a/p.java +++ b/app/src/main/java/h0/a/a/p.java @@ -7,7 +7,7 @@ public class p { public short b; /* renamed from: c reason: collision with root package name */ - public short f2882c; + public short f2881c; public int[] d; public int e; public int[] f; @@ -62,14 +62,14 @@ public class p { public final p d(p pVar) { j jVar = this.m; while (jVar != null) { - if (!((this.b & 16) != 0 && jVar == this.m.f2877c)) { + if (!((this.b & 16) != 0 && jVar == this.m.f2876c)) { p pVar2 = jVar.b; if (pVar2.n == null) { pVar2.n = pVar; pVar = pVar2; } } - jVar = jVar.f2877c; + jVar = jVar.f2876c; } return pVar; } diff --git a/app/src/main/java/h0/a/a/r.java b/app/src/main/java/h0/a/a/r.java index eda2833e05..d8c2cf2f59 100644 --- a/app/src/main/java/h0/a/a/r.java +++ b/app/src/main/java/h0/a/a/r.java @@ -8,7 +8,7 @@ import h0.a.a.v; public final class r extends q { /* renamed from: c reason: collision with root package name */ - public static final int[] f2883c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; + public static final int[] f2882c = {0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -1, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -3, -4, -3, -4, -3, -3, -3, -3, -1, -2, 1, 1, 1, 2, 2, 2, 0, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, -1, -2, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -1, -2, 0, 1, 0, 1, -1, -1, 0, 0, 1, 1, -1, 0, -1, 0, 0, 0, -3, -1, -1, -3, -3, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, 0, 1, 0, -1, -1, -1, -2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0}; public final int A; public a B; public a C; @@ -37,10 +37,10 @@ public final class r extends q { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f2884a0; + public int f2883a0; /* renamed from: b0 reason: collision with root package name */ - public int f2885b0; + public int f2884b0; public final v d; public final int e; public final int f; @@ -58,20 +58,20 @@ public final class r extends q { public c r; /* renamed from: s reason: collision with root package name */ - public int f2886s; + public int f2885s; public c t; public int u; public c v; public a w; /* renamed from: x reason: collision with root package name */ - public a f2887x; + public a f2886x; /* renamed from: y reason: collision with root package name */ - public final int f2888y; + public final int f2887y; /* renamed from: z reason: collision with root package name */ - public final int[] f2889z; + public final int[] f2888z; public r(v vVar, int i, String str, String str2, String str3, String[] strArr, int i2) { super(458752); @@ -83,14 +83,14 @@ public final class r extends q { this.i = str2; this.A = str3 == null ? 0 : vVar.l(str3); if (strArr == null || strArr.length <= 0) { - this.f2888y = 0; - this.f2889z = null; + this.f2887y = 0; + this.f2888z = null; } else { int length = strArr.length; - this.f2888y = length; - this.f2889z = new int[length]; - for (int i3 = 0; i3 < this.f2888y; i3++) { - this.f2889z[i3] = vVar.c(strArr[i3]).a; + this.f2887y = length; + this.f2888z = new int[length]; + for (int i3 = 0; i3 < this.f2887y; i3++) { + this.f2888z[i3] = vVar.c(strArr[i3]).a; } } this.N = i2; @@ -256,13 +256,13 @@ public final class r extends q { i10++; } } - mVar.f2879c = new int[(i10 + i3)]; + mVar.f2878c = new int[(i10 + i3)]; int i12 = 0; for (int i13 = 0; i13 < i3; i13++) { int i14 = i12 + 1; - mVar.f2879c[i12] = m.c(vVar, objArr2[i13]); + mVar.f2878c[i12] = m.c(vVar, objArr2[i13]); if (objArr2[i13] == t.e || objArr2[i13] == t.d) { - mVar.f2879c[i14] = 16777216; + mVar.f2878c[i14] = 16777216; i12 = i14 + 1; } else { i12 = i14; @@ -407,7 +407,7 @@ public final class r extends q { if (i2 == 4 || i2 == 3) { pVar.k.b(i, 0, null, null); } else { - int i3 = this.R + f2883c[i]; + int i3 = this.R + f2882c[i]; if (i3 > this.S) { this.S = i3; } @@ -431,8 +431,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2887x); - this.f2887x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2886x); + this.f2886x = aVar2; return aVar2; } @@ -511,7 +511,7 @@ public final class r extends q { } else if (i4 == 3) { pVar2.k.b(i3, 0, null, null); } else if (i4 == 2) { - this.R += f2883c[i3]; + this.R += f2882c[i3]; } else if (i3 == 168) { short s2 = pVar.b; if ((s2 & 32) == 0) { @@ -522,7 +522,7 @@ public final class r extends q { u(this.R + 1, pVar); pVar3 = new p(); } else { - int i5 = this.R + f2883c[i3]; + int i5 = this.R + f2882c[i3]; this.R = i5; u(i5, pVar); } @@ -648,7 +648,7 @@ public final class r extends q { if (this.t == null) { this.t = new c(); } - this.f2886s++; + this.f2885s++; c cVar = this.t; cVar.j(pVar.e); cVar.j(pVar2.e - pVar.e); @@ -696,8 +696,8 @@ public final class r extends q { this.w = aVar; return aVar; } - a aVar2 = new a(this.d, true, cVar, this.f2887x); - this.f2887x = aVar2; + a aVar2 = new a(this.d, true, cVar, this.f2886x); + this.f2886x = aVar2; return aVar2; } @@ -717,7 +717,7 @@ public final class r extends q { str = str2; } int n = 33554432 | this.d.n(str); - p b = oVar.f2881c.b(); + p b = oVar.f2880c.b(); b.b = (short) (b.b | 2); p b2 = oVar.b.b(); for (p b3 = oVar.a.b(); b3 != b2; b3 = b3.l) { @@ -735,11 +735,11 @@ public final class r extends q { p pVar2 = pVar.n; pVar.n = null; pVar.b = (short) (pVar.b | 8); - int length = pVar.k.f2879c.length + pVar.i; + int length = pVar.k.f2878c.length + pVar.i; if (length > i4) { i4 = length; } - for (j jVar = pVar.m; jVar != null; jVar = jVar.f2877c) { + for (j jVar = pVar.m; jVar != null; jVar = jVar.f2876c) { p b4 = jVar.b.b(); if (pVar.k.h(this.d, b4.k, jVar.a) && b4.n == null) { b4.n = pVar2; @@ -772,14 +772,14 @@ public final class r extends q { this.j = i4; } else if (i3 == 1) { for (o oVar2 = this.m; oVar2 != null; oVar2 = oVar2.f) { - p pVar5 = oVar2.f2881c; + p pVar5 = oVar2.f2880c; p pVar6 = oVar2.b; for (p pVar7 = oVar2.a; pVar7 != pVar6; pVar7 = pVar7.l) { if ((pVar7.b & 16) == 0) { pVar7.m = new j(Integer.MAX_VALUE, pVar5, pVar7.m); } else { - j jVar2 = pVar7.m.f2877c; - jVar2.f2877c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2877c); + j jVar2 = pVar7.m.f2876c; + jVar2.f2876c = new j(Integer.MAX_VALUE, pVar5, jVar2.f2876c); } } } @@ -789,7 +789,7 @@ public final class r extends q { for (short s3 = 1; s3 <= s2; s3 = (short) (s3 + 1)) { for (p pVar8 = this.O; pVar8 != null; pVar8 = pVar8.l) { if ((pVar8.b & 16) != 0 && pVar8.j == s3) { - p pVar9 = pVar8.m.f2877c.b; + p pVar9 = pVar8.m.f2876c.b; if (pVar9.j == 0) { s2 = (short) (s2 + 1); pVar9.c(s2); @@ -799,7 +799,7 @@ public final class r extends q { } for (p pVar10 = this.O; pVar10 != null; pVar10 = pVar10.l) { if ((pVar10.b & 16) != 0) { - p pVar11 = pVar10.m.f2877c.b; + p pVar11 = pVar10.m.f2876c.b; p pVar12 = p.a; pVar11.n = pVar12; while (pVar11 != p.a) { @@ -831,7 +831,7 @@ public final class r extends q { } j jVar3 = pVar15.m; if ((pVar15.b & 16) != 0) { - jVar3 = jVar3.f2877c; + jVar3 = jVar3.f2876c; } pVar15 = pVar16; while (jVar3 != null) { @@ -842,7 +842,7 @@ public final class r extends q { pVar17.n = pVar15; pVar15 = pVar17; } - jVar3 = jVar3.f2877c; + jVar3 = jVar3.f2876c; } } this.j = i8; @@ -957,7 +957,7 @@ public final class r extends q { pVar.h = (short) this.R; v(); } else { - int i4 = this.R + f2883c[i]; + int i4 = this.R + f2882c[i]; if (i4 > this.S) { this.S = i4; } @@ -1083,17 +1083,17 @@ public final class r extends q { public void y(c cVar) { int i; - boolean z2 = this.d.f2893c < 49; + boolean z2 = this.d.f2892c < 49; cVar.j((~(z2 ? 4096 : 0)) & this.e); cVar.j(this.f); cVar.j(this.h); - int i2 = this.f2884a0; + int i2 = this.f2883a0; if (i2 != 0) { - cVar.h(this.d.b.a, i2, this.f2885b0); + cVar.h(this.d.b.a, i2, this.f2884b0); return; } int i3 = this.l.b > 0 ? 1 : 0; - if (this.f2888y > 0) { + if (this.f2887y > 0) { i3++; } int i4 = this.e; @@ -1170,7 +1170,7 @@ public final class r extends q { i8 += aVar.a("RuntimeVisibleTypeAnnotations"); i++; } - a aVar2 = this.f2887x; + a aVar2 = this.f2886x; if (aVar2 != null) { i8 += aVar2.a("RuntimeInvisibleTypeAnnotations"); i++; @@ -1190,14 +1190,14 @@ public final class r extends q { while (oVar2 != null) { cVar.j(oVar2.a.e); cVar.j(oVar2.b.e); - cVar.j(oVar2.f2881c.e); + cVar.j(oVar2.f2880c.e); cVar.j(oVar2.d); oVar2 = oVar2.f; } cVar.j(i); if (this.v != null) { v vVar = this.d; - cVar.j(vVar.l(vVar.f2893c >= 50 ? "StackMapTable" : "StackMap")); + cVar.j(vVar.l(vVar.f2892c >= 50 ? "StackMapTable" : "StackMap")); cVar.i(this.v.b + 2); cVar.j(this.u); c cVar7 = this.v; @@ -1220,7 +1220,7 @@ public final class r extends q { if (this.t != null) { cVar.j(this.d.l("LocalVariableTypeTable")); cVar.i(this.t.b + 2); - cVar.j(this.f2886s); + cVar.j(this.f2885s); c cVar10 = this.t; cVar.h(cVar10.a, 0, cVar10.b); } @@ -1228,16 +1228,16 @@ public final class r extends q { if (aVar3 != null) { aVar3.c(this.d.l("RuntimeVisibleTypeAnnotations"), cVar); } - a aVar4 = this.f2887x; + a aVar4 = this.f2886x; if (aVar4 != null) { aVar4.c(this.d.l("RuntimeInvisibleTypeAnnotations"), cVar); } } - if (this.f2888y > 0) { + if (this.f2887y > 0) { cVar.j(this.d.l("Exceptions")); - cVar.i((this.f2888y * 2) + 2); - cVar.j(this.f2888y); - for (int i10 : this.f2889z) { + cVar.i((this.f2887y * 2) + 2); + cVar.j(this.f2887y); + for (int i10 : this.f2888z) { cVar.j(i10); } } @@ -1318,7 +1318,7 @@ public final class r extends q { int i = iArr2[1]; int i2 = iArr2[2]; int i3 = 0; - if (this.d.f2893c < 50) { + if (this.d.f2892c < 50) { c cVar = this.v; cVar.j(iArr2[0]); cVar.j(i); diff --git a/app/src/main/java/h0/a/a/s.java b/app/src/main/java/h0/a/a/s.java index 0abf1b635d..2a6810f034 100644 --- a/app/src/main/java/h0/a/a/s.java +++ b/app/src/main/java/h0/a/a/s.java @@ -5,7 +5,7 @@ public final class s { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f2890c; + public final int f2889c; public final int d; public int e; public final c f = new c(); @@ -24,7 +24,7 @@ public final class s { public s(v vVar, int i, int i2, int i3) { this.a = vVar; this.b = i; - this.f2890c = i2; + this.f2889c = i2; this.d = i3; } } diff --git a/app/src/main/java/h0/a/a/t.java b/app/src/main/java/h0/a/a/t.java index 77ed4e477f..19e0cf19f3 100644 --- a/app/src/main/java/h0/a/a/t.java +++ b/app/src/main/java/h0/a/a/t.java @@ -5,7 +5,7 @@ public interface t { public static final Integer b = 1; /* renamed from: c reason: collision with root package name */ - public static final Integer f2891c = 2; + public static final Integer f2890c = 2; public static final Integer d = 3; public static final Integer e = 4; public static final Integer f = 5; diff --git a/app/src/main/java/h0/a/a/u.java b/app/src/main/java/h0/a/a/u.java index 9537f3dc21..037ccf97b9 100644 --- a/app/src/main/java/h0/a/a/u.java +++ b/app/src/main/java/h0/a/a/u.java @@ -5,7 +5,7 @@ public abstract class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2892c; + public final String f2891c; public final String d; public final String e; public final long f; @@ -14,7 +14,7 @@ public abstract class u { public u(int i, int i2, String str, String str2, String str3, long j) { this.a = i; this.b = i2; - this.f2892c = str; + this.f2891c = str; this.d = str2; this.e = str3; this.f = j; diff --git a/app/src/main/java/h0/a/a/v.java b/app/src/main/java/h0/a/a/v.java index ba7916a7e6..5bb805e29f 100644 --- a/app/src/main/java/h0/a/a/v.java +++ b/app/src/main/java/h0/a/a/v.java @@ -5,7 +5,7 @@ public final class v { public final d b = null; /* renamed from: c reason: collision with root package name */ - public int f2893c; + public int f2892c; public String d; public int e; public a[] f = new a[256]; @@ -78,7 +78,7 @@ public final class v { b(obj); } int i = cVar.b; - cVar.j(i(nVar.a, nVar.b, nVar.f2880c, nVar.d, nVar.e).a); + cVar.j(i(nVar.a, nVar.b, nVar.f2879c, nVar.d, nVar.e).a); cVar.j(objArr.length); for (Object obj2 : objArr) { cVar.j(b(obj2).a); @@ -153,10 +153,10 @@ public final class v { return i == 10 ? c(wVar.g()) : i == 11 ? m(16, wVar.d()) : c(wVar.d()); } else if (obj instanceof n) { n nVar = (n) obj; - return i(nVar.a, nVar.b, nVar.f2880c, nVar.d, nVar.e); + return i(nVar.a, nVar.b, nVar.f2879c, nVar.d, nVar.e); } else if (obj instanceof g) { g gVar = (g) obj; - return d(17, gVar.a, gVar.b, a(gVar.f2874c, gVar.d).a); + return d(17, gVar.a, gVar.b, a(gVar.f2873c, gVar.d).a); } else { throw new IllegalArgumentException(c.d.b.a.a.t("value ", obj)); } @@ -244,7 +244,7 @@ public final class v { public final a h(int i, String str, String str2, String str3) { int t = t(i, str, str2, str3); for (a q = q(t); q != null; q = q.i) { - if (q.b == i && q.h == t && q.f2892c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == i && q.h == t && q.f2891c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } @@ -259,7 +259,7 @@ public final class v { public u i(int i, String str, String str2, String str3, boolean z2) { int u = u(15, str, str2, str3, i); for (a q = q(u); q != null; q = q.i) { - if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2892c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { + if (q.b == 15 && q.h == u && q.f == ((long) i) && q.f2891c.equals(str) && q.d.equals(str2) && q.e.equals(str3)) { return q; } } diff --git a/app/src/main/java/h0/a/a/w.java b/app/src/main/java/h0/a/a/w.java index 37928f3331..3af346035e 100644 --- a/app/src/main/java/h0/a/a/w.java +++ b/app/src/main/java/h0/a/a/w.java @@ -9,7 +9,7 @@ public final class w { public static final w b = new w(1, "VZCBSIFJD", 1, 2); /* renamed from: c reason: collision with root package name */ - public static final w f2894c = new w(2, "VZCBSIFJD", 2, 3); + public static final w f2893c = new w(2, "VZCBSIFJD", 2, 3); public static final w d = new w(3, "VZCBSIFJD", 3, 4); public static final w e = new w(4, "VZCBSIFJD", 4, 5); public static final w f = new w(5, "VZCBSIFJD", 5, 6); @@ -157,7 +157,7 @@ public final class w { return d; } if (cls == Character.TYPE) { - return f2894c; + return f2893c; } if (cls == Short.TYPE) { return e; @@ -208,7 +208,7 @@ public final class w { case 'B': return d; case 'C': - return f2894c; + return f2893c; case 'D': return i; default: diff --git a/app/src/main/java/h0/b/a/b/b.java b/app/src/main/java/h0/b/a/b/b.java index 50fab19417..e3c49636f1 100644 --- a/app/src/main/java/h0/b/a/b/b.java +++ b/app/src/main/java/h0/b/a/b/b.java @@ -11,7 +11,7 @@ public class b implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Integer f2895c; + public final Integer f2894c; public b(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class b implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2895c = (Integer) declaredMethod2.invoke(null, Object.class); + this.f2894c = (Integer) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class b implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2895c)); + return cls.cast(this.b.invoke(null, cls, this.f2894c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/b/c.java b/app/src/main/java/h0/b/a/b/c.java index 3fcb9b799a..cf6bd9a1fd 100644 --- a/app/src/main/java/h0/b/a/b/c.java +++ b/app/src/main/java/h0/b/a/b/c.java @@ -11,7 +11,7 @@ public class c implements a { public final Method b; /* renamed from: c reason: collision with root package name */ - public final Long f2896c; + public final Long f2895c; public c(Class cls) { this.a = cls; @@ -22,7 +22,7 @@ public class c implements a { try { Method declaredMethod2 = ObjectStreamClass.class.getDeclaredMethod("getConstructorId", Class.class); declaredMethod2.setAccessible(true); - this.f2896c = (Long) declaredMethod2.invoke(null, Object.class); + this.f2895c = (Long) declaredMethod2.invoke(null, Object.class); } catch (RuntimeException e) { throw new ObjenesisException(e); } catch (NoSuchMethodException e2) { @@ -43,7 +43,7 @@ public class c implements a { public T newInstance() { try { Class cls = this.a; - return cls.cast(this.b.invoke(null, cls, this.f2896c)); + return cls.cast(this.b.invoke(null, cls, this.f2895c)); } catch (Exception e) { throw new ObjenesisException(e); } diff --git a/app/src/main/java/h0/b/a/d/a.java b/app/src/main/java/h0/b/a/d/a.java index 18a82d95c9..41d3dc6c0f 100644 --- a/app/src/main/java/h0/b/a/d/a.java +++ b/app/src/main/java/h0/b/a/d/a.java @@ -11,7 +11,7 @@ public class a extends b { @Override // h0.b.a.a public T newInstance() { try { - Class cls = this.f2897c; + Class cls = this.f2896c; return cls.cast(b.a.invoke(b.b, cls, Object.class)); } catch (RuntimeException e) { throw new ObjenesisException(e); diff --git a/app/src/main/java/h0/b/a/d/b.java b/app/src/main/java/h0/b/a/d/b.java index f12c7779a0..ea8847fcfc 100644 --- a/app/src/main/java/h0/b/a/d/b.java +++ b/app/src/main/java/h0/b/a/d/b.java @@ -10,14 +10,14 @@ public abstract class b implements h0.b.a.a { public static ObjectInputStream b; /* renamed from: c reason: collision with root package name */ - public final Class f2897c; + public final Class f2896c; /* compiled from: GCJInstantiatorBase */ public static class a extends ObjectInputStream { } public b(Class cls) { - this.f2897c = cls; + this.f2896c = cls; if (a == null) { try { Method declaredMethod = ObjectInputStream.class.getDeclaredMethod("newObject", Class.class, Class.class); diff --git a/app/src/main/java/h0/b/b/b.java b/app/src/main/java/h0/b/b/b.java index 0cf124f2d6..7f5e7d6d3b 100644 --- a/app/src/main/java/h0/b/b/b.java +++ b/app/src/main/java/h0/b/b/b.java @@ -7,7 +7,7 @@ public final class b { public static final int b = a(); /* renamed from: c reason: collision with root package name */ - public static final boolean f2898c; + public static final boolean f2897c; public static final String d = System.getProperty("com.google.appengine.runtime.version"); static { @@ -21,7 +21,7 @@ public final class b { if (!(a() == 0 || (property = System.getProperty("java.boot.class.path")) == null || !property.toLowerCase().contains("core-oj.jar"))) { z2 = true; } - f2898c = z2; + f2897c = z2; } public static int a() { diff --git a/app/src/main/java/h0/b/b/c.java b/app/src/main/java/h0/b/b/c.java index b642a756df..0ad224bdb6 100644 --- a/app/src/main/java/h0/b/b/c.java +++ b/app/src/main/java/h0/b/b/c.java @@ -12,7 +12,7 @@ public class c implements a { } else if (!b.b("Dalvik")) { return b.b("BEA") ? new h0.b.a.f.a(cls) : b.b("GNU libgcj") ? new h0.b.a.d.a(cls) : b.b("PERC") ? new h0.b.a.e.a(cls) : new h0.b.a.f.b(cls); } else { - if (b.f2898c) { + if (b.f2897c) { return new h0.b.a.f.b(cls); } int i = b.b; diff --git a/app/src/main/java/i0/d0/a/f.java b/app/src/main/java/i0/d0/a/f.java index 7b52b76af2..83e531831b 100644 --- a/app/src/main/java/i0/d0/a/f.java +++ b/app/src/main/java/i0/d0/a/f.java @@ -15,14 +15,14 @@ public final class f implements e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f2899c; + public final boolean f2898c; public final boolean d; public final boolean e; public f(Type type, Scheduler scheduler, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6) { this.a = type; this.b = z3; - this.f2899c = z4; + this.f2898c = z4; this.d = z5; this.e = z6; } @@ -41,7 +41,7 @@ public final class f implements e { if (this.b) { aVar = new e(cVar); } else { - if (this.f2899c) { + if (this.f2898c) { aVar = new a(cVar); } Observable observable = new Observable(l.a(cVar)); diff --git a/app/src/main/java/i0/e0/a/b.java b/app/src/main/java/i0/e0/a/b.java index f68f49096a..1dc9e537c9 100644 --- a/app/src/main/java/i0/e0/a/b.java +++ b/app/src/main/java/i0/e0/a/b.java @@ -18,15 +18,15 @@ public final class b implements h { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Gson f2900c; + public final Gson f2899c; public final TypeAdapter d; static { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; } public b(Gson gson, TypeAdapter typeAdapter) { - this.f2900c = gson; + this.f2899c = gson; this.d = typeAdapter; } @@ -34,7 +34,7 @@ public final class b implements h { @Override // i0.h public RequestBody convert(Object obj) throws IOException { e eVar = new e(); - JsonWriter l = this.f2900c.l(new OutputStreamWriter(new f(eVar), b)); + JsonWriter l = this.f2899c.l(new OutputStreamWriter(new f(eVar), b)); this.d.write(l, obj); l.close(); return RequestBody.create(a, eVar.x()); diff --git a/app/src/main/java/i0/e0/b/a.java b/app/src/main/java/i0/e0/b/a.java index d3832bef21..12b98a42ef 100644 --- a/app/src/main/java/i0/e0/b/a.java +++ b/app/src/main/java/i0/e0/b/a.java @@ -10,7 +10,7 @@ public final class a implements h { public static final MediaType b = MediaType.a.a("text/plain; charset=UTF-8"); static { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; } /* Return type fixed from 'java.lang.Object' to match base method */ diff --git a/app/src/main/java/i0/j.java b/app/src/main/java/i0/j.java index 17c113e112..56867e16e9 100644 --- a/app/src/main/java/i0/j.java +++ b/app/src/main/java/i0/j.java @@ -11,7 +11,7 @@ public abstract class j extends z { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final h f2901c; + public final h f2900c; /* compiled from: HttpServiceMethod */ public static final class a extends j { @@ -87,12 +87,12 @@ public abstract class j extends z { public j(w wVar, e.a aVar, h hVar) { this.a = wVar; this.b = aVar; - this.f2901c = hVar; + this.f2900c = hVar; } @Override // i0.z public final ReturnT a(Object[] objArr) { - return c(new p(this.a, objArr, this.b, this.f2901c), objArr); + return c(new p(this.a, objArr, this.b, this.f2900c), objArr); } public abstract ReturnT c(d dVar, Object[] objArr); diff --git a/app/src/main/java/i0/p.java b/app/src/main/java/i0/p.java index ffd9900d70..0a7e7b3072 100644 --- a/app/src/main/java/i0/p.java +++ b/app/src/main/java/i0/p.java @@ -200,7 +200,7 @@ public final class p implements d { t[] tVarArr = wVar2.j; int length = objArr.length; if (length == tVarArr.length) { - v vVar = new v(wVar2.f2913c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); + v vVar = new v(wVar2.f2912c, wVar2.b, wVar2.d, wVar2.e, wVar2.f, wVar2.g, wVar2.h, wVar2.i); if (wVar2.k) { length--; } @@ -255,8 +255,8 @@ public final class p implements d { aVar6.g(wVar); Headers c2 = vVar.h.c(); m.checkParameterIsNotNull(c2, "headers"); - aVar6.f2948c = c2.e(); - aVar6.c(vVar.f2912c, aVar5); + aVar6.f2947c = c2.e(); + aVar6.c(vVar.f2911c, aVar5); aVar6.e(k.class, new k(wVar2.a, arrayList)); e b2 = aVar.b(aVar6.a()); Objects.requireNonNull(b2, "Call.Factory returned null."); @@ -360,7 +360,7 @@ public final class p implements d { Response response2 = response.p; Response response3 = response.q; Response response4 = response.r; - long j = response.f2950s; + long j = response.f2949s; long j2 = response.t; f0.e0.g.c cVar = response.u; c cVar2 = new c(responseBody.b(), responseBody.a()); diff --git a/app/src/main/java/i0/t.java b/app/src/main/java/i0/t.java index ceddd8b44b..432efaa630 100644 --- a/app/src/main/java/i0/t.java +++ b/app/src/main/java/i0/t.java @@ -16,19 +16,19 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2902c; + public final h f2901c; public a(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2902c = hVar; + this.f2901c = hVar; } @Override // i0.t public void a(v vVar, T t) { if (t != null) { try { - vVar.m = this.f2902c.convert(t); + vVar.m = this.f2901c.convert(t); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -46,20 +46,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2903c; + public final boolean f2902c; public b(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2903c = z2; + this.f2902c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.a(this.a, convert, this.f2903c); + vVar.a(this.a, convert, this.f2902c); } } } @@ -70,13 +70,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2904c; + public final h f2903c; public final boolean d; public c(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2904c = hVar; + this.f2903c = hVar; this.d = z2; } @@ -91,13 +91,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2904c.convert(value); + String str2 = (String) this.f2903c.convert(value); if (str2 != null) { vVar.a(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2904c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Field map value '" + value + "' converted to null by " + this.f2903c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Field map contained null value for key '", str, "'."), new Object[0]); @@ -138,12 +138,12 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2905c; + public final h f2904c; public e(Method method, int i, h hVar) { this.a = method; this.b = i; - this.f2905c = hVar; + this.f2904c = hVar; } /* JADX DEBUG: Multi-variable search result rejected for r3v1, resolved type: i0.h */ @@ -157,7 +157,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.b(str, (String) this.f2905c.convert(value)); + vVar.b(str, (String) this.f2904c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Header map contained null value for key '", str, "'."), new Object[0]); } @@ -205,13 +205,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final Headers f2906c; + public final Headers f2905c; public final h d; public g(Method method, int i, Headers headers, h hVar) { this.a = method; this.b = i; - this.f2906c = headers; + this.f2905c = headers; this.d = hVar; } @@ -219,7 +219,7 @@ public abstract class t { public void a(v vVar, T t) { if (t != null) { try { - vVar.c(this.f2906c, this.d.convert(t)); + vVar.c(this.f2905c, this.d.convert(t)); } catch (IOException e) { Method method = this.a; int i = this.b; @@ -235,13 +235,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2907c; + public final h f2906c; public final String d; public h(Method method, int i, h hVar, String str) { this.a = method; this.b = i; - this.f2907c = hVar; + this.f2906c = hVar; this.d = str; } @@ -256,7 +256,7 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2907c.convert(value)); + vVar.c(Headers.i.c("Content-Disposition", c.d.b.a.a.v("form-data; name=\"", str, "\""), "Content-Transfer-Encoding", this.d), (RequestBody) this.f2906c.convert(value)); } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Part map contained null value for key '", str, "'."), new Object[0]); } @@ -276,7 +276,7 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f2908c; + public final String f2907c; public final h d; public final boolean e; @@ -284,7 +284,7 @@ public abstract class t { this.a = method; this.b = i; Objects.requireNonNull(str, "name == null"); - this.f2908c = str; + this.f2907c = str; this.d = hVar; this.e = z2; } @@ -295,7 +295,7 @@ public abstract class t { int i; int i2; if (t != null) { - String str2 = this.f2908c; + String str2 = this.f2907c; String convert = this.d.convert(t); boolean z2 = this.e; if (vVar.e != null) { @@ -351,7 +351,7 @@ public abstract class t { } throw new AssertionError(); } - throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2908c, "\" value must not be null."), new Object[0]); + throw c0.l(this.a, this.b, c.d.b.a.a.H(c.d.b.a.a.P("Path parameter \""), this.f2907c, "\" value must not be null."), new Object[0]); } } @@ -361,20 +361,20 @@ public abstract class t { public final h b; /* renamed from: c reason: collision with root package name */ - public final boolean f2909c; + public final boolean f2908c; public j(String str, h hVar, boolean z2) { Objects.requireNonNull(str, "name == null"); this.a = str; this.b = hVar; - this.f2909c = z2; + this.f2908c = z2; } @Override // i0.t public void a(v vVar, T t) throws IOException { String convert; if (t != null && (convert = this.b.convert(t)) != null) { - vVar.d(this.a, convert, this.f2909c); + vVar.d(this.a, convert, this.f2908c); } } } @@ -385,13 +385,13 @@ public abstract class t { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f2910c; + public final h f2909c; public final boolean d; public k(Method method, int i, h hVar, boolean z2) { this.a = method; this.b = i; - this.f2910c = hVar; + this.f2909c = hVar; this.d = z2; } @@ -406,13 +406,13 @@ public abstract class t { if (str != null) { Object value = entry.getValue(); if (value != null) { - String str2 = (String) this.f2910c.convert(value); + String str2 = (String) this.f2909c.convert(value); if (str2 != null) { vVar.d(str, str2, this.d); } else { Method method = this.a; int i = this.b; - throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2910c.getClass().getName() + " for key '" + str + "'.", new Object[0]); + throw c0.l(method, i, "Query map value '" + value + "' converted to null by " + this.f2909c.getClass().getName() + " for key '" + str + "'.", new Object[0]); } } else { throw c0.l(this.a, this.b, c.d.b.a.a.v("Query map contained null value for key '", str, "'."), new Object[0]); diff --git a/app/src/main/java/i0/u.java b/app/src/main/java/i0/u.java index a17ed16228..d8f1018b28 100644 --- a/app/src/main/java/i0/u.java +++ b/app/src/main/java/i0/u.java @@ -14,7 +14,7 @@ public class u { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final Constructor f2911c; + public final Constructor f2910c; /* compiled from: Platform */ public static final class a extends u { @@ -59,7 +59,7 @@ public class u { } catch (NoClassDefFoundError | NoSuchMethodException unused) { } } - this.f2911c = constructor; + this.f2910c = constructor; } public Executor a() { @@ -68,7 +68,7 @@ public class u { @IgnoreJRERequirement public Object b(Method method, Class cls, Object obj, Object... objArr) throws Throwable { - Constructor constructor = this.f2911c; + Constructor constructor = this.f2910c; return (constructor != null ? constructor.newInstance(cls, -1) : MethodHandles.lookup()).unreflectSpecial(method, cls).bindTo(obj).invokeWithArguments(objArr); } } diff --git a/app/src/main/java/i0/v.java b/app/src/main/java/i0/v.java index afe5b8dc67..628c77477b 100644 --- a/app/src/main/java/i0/v.java +++ b/app/src/main/java/i0/v.java @@ -21,7 +21,7 @@ public final class v { public static final Pattern b = Pattern.compile("(.*/)?(\\.|%2e|%2E){1,2}(/.*)?"); /* renamed from: c reason: collision with root package name */ - public final String f2912c; + public final String f2911c; public final w d; public String e; public w.a f; @@ -60,7 +60,7 @@ public final class v { } public v(String str, w wVar, String str2, Headers headers, MediaType mediaType, boolean z2, boolean z3, boolean z4) { - this.f2912c = str; + this.f2911c = str; this.d = wVar; this.e = str2; this.i = mediaType; @@ -87,8 +87,8 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list = aVar.a; w.b bVar = w.b; - list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2850c, 83)); - aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2850c, 83)); + list.add(w.b.a(bVar, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2849c, 83)); + aVar.b.add(w.b.a(bVar, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", true, false, true, false, aVar.f2849c, 83)); return; } u.a aVar2 = this.l; @@ -97,14 +97,14 @@ public final class v { m.checkParameterIsNotNull(str2, "value"); List list2 = aVar2.a; w.b bVar2 = w.b; - list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2850c, 91)); - aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2850c, 91)); + list2.add(w.b.a(bVar2, str, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2849c, 91)); + aVar2.b.add(w.b.a(bVar2, str2, 0, 0, " \"':;<=>@[]^`{}|/\\?#&!$(),~", false, false, true, false, aVar2.f2849c, 91)); } public void b(String str, String str2) { if ("Content-Type".equalsIgnoreCase(str)) { try { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; this.i = MediaType.a.a(str2); } catch (IllegalArgumentException e) { throw new IllegalArgumentException(c.d.b.a.a.u("Malformed content type: ", str2), e); diff --git a/app/src/main/java/i0/w.java b/app/src/main/java/i0/w.java index 259b3dd835..3a0300ebf9 100644 --- a/app/src/main/java/i0/w.java +++ b/app/src/main/java/i0/w.java @@ -15,7 +15,7 @@ public final class w { public final f0.w b; /* renamed from: c reason: collision with root package name */ - public final String f2913c; + public final String f2912c; public final String d; public final Headers e; public final MediaType f; @@ -31,7 +31,7 @@ public final class w { public static final Pattern b = Pattern.compile("[a-zA-Z][a-zA-Z0-9_-]*"); /* renamed from: c reason: collision with root package name */ - public final y f2914c; + public final y f2913c; public final Method d; public final Annotation[] e; public final Annotation[][] f; @@ -49,20 +49,20 @@ public final class w { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2915s; + public boolean f2914s; public String t; public Headers u; public MediaType v; public Set w; /* renamed from: x reason: collision with root package name */ - public t[] f2916x; + public t[] f2915x; /* renamed from: y reason: collision with root package name */ - public boolean f2917y; + public boolean f2916y; public a(y yVar, Method method) { - this.f2914c = yVar; + this.f2913c = yVar; this.d = method; this.e = method.getAnnotations(); this.g = method.getGenericParameterTypes(); @@ -109,15 +109,15 @@ public final class w { public w(a aVar) { this.a = aVar.d; - this.b = aVar.f2914c.f2919c; - this.f2913c = aVar.p; + this.b = aVar.f2913c.f2918c; + this.f2912c = aVar.p; this.d = aVar.t; this.e = aVar.u; this.f = aVar.v; this.g = aVar.q; this.h = aVar.r; - this.i = aVar.f2915s; - this.j = aVar.f2916x; - this.k = aVar.f2917y; + this.i = aVar.f2914s; + this.j = aVar.f2915x; + this.k = aVar.f2916y; } } diff --git a/app/src/main/java/i0/x.java b/app/src/main/java/i0/x.java index 63519d1b33..69a7683410 100644 --- a/app/src/main/java/i0/x.java +++ b/app/src/main/java/i0/x.java @@ -8,12 +8,12 @@ public class x implements InvocationHandler { public final Object[] b = new Object[0]; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Class f2918c; + public final /* synthetic */ Class f2917c; public final /* synthetic */ y d; public x(y yVar, Class cls) { this.d = yVar; - this.f2918c = cls; + this.f2917c = cls; } @Override // java.lang.reflect.InvocationHandler @@ -24,6 +24,6 @@ public class x implements InvocationHandler { if (objArr == null) { objArr = this.b; } - return this.a.b && method.isDefault() ? this.a.b(method, this.f2918c, obj, objArr) : this.d.b(method).a(objArr); + return this.a.b && method.isDefault() ? this.a.b(method, this.f2917c, obj, objArr) : this.d.b(method).a(objArr); } } diff --git a/app/src/main/java/i0/y.java b/app/src/main/java/i0/y.java index 1476a23b8c..e9357ac414 100644 --- a/app/src/main/java/i0/y.java +++ b/app/src/main/java/i0/y.java @@ -21,14 +21,14 @@ public final class y { public final e.a b; /* renamed from: c reason: collision with root package name */ - public final w f2919c; + public final w f2918c; public final List d; public final List e; public final boolean f; public y(e.a aVar, w wVar, List list, List list2, Executor executor, boolean z2) { this.b = aVar; - this.f2919c = wVar; + this.f2918c = wVar; this.d = list; this.e = list2; this.f = z2; diff --git a/app/src/main/java/i0/z.java b/app/src/main/java/i0/z.java index 4ce8e6dc5a..2e97174fc1 100644 --- a/app/src/main/java/i0/z.java +++ b/app/src/main/java/i0/z.java @@ -107,13 +107,13 @@ public abstract class z { } } else if (annotation instanceof l) { if (!aVar.r) { - aVar.f2915s = true; + aVar.f2914s = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); } } else if (!(annotation instanceof e)) { continue; - } else if (!aVar.f2915s) { + } else if (!aVar.f2914s) { aVar.r = true; } else { throw c0.j(aVar.d, "Only one encoding annotation is allowed.", new Object[0]); @@ -121,18 +121,18 @@ public abstract class z { } if (aVar.p != null) { if (!aVar.q) { - if (aVar.f2915s) { + if (aVar.f2914s) { throw c0.j(aVar.d, "Multipart can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } else if (aVar.r) { throw c0.j(aVar.d, "FormUrlEncoded can only be specified on HTTP methods with request body (e.g., @POST).", new Object[0]); } } int length = aVar.f.length; - aVar.f2916x = new t[length]; + aVar.f2915x = new t[length]; int i7 = length - 1; int i8 = 0; while (i8 < length) { - t[] tVarArr = aVar.f2916x; + t[] tVarArr = aVar.f2915x; Type type2 = aVar.g[i8]; Annotation[] annotationArr2 = aVar.f[i8]; boolean z3 = i8 == i7; @@ -188,7 +188,7 @@ public abstract class z { } else if (aVar.w.contains(value2)) { i3 = i9; i6 = length2; - tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2914c.e(type2, annotationArr2), sVar.encoded()); + tVar3 = new t.i<>(aVar.d, i8, value2, aVar.f2913c.e(type2, annotationArr2), sVar.encoded()); } else { throw c0.l(aVar.d, i8, "URL \"%s\" does not contain \"{%s}\".", aVar.t, value2); } @@ -207,14 +207,14 @@ public abstract class z { aVar.l = true; if (Iterable.class.isAssignableFrom(f)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.j(value3, aVar.f2914c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); + tVar3 = new r(new t.j(value3, aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded)); } else { throw c0.l(aVar.d, i8, a.k(f, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f.isArray()) { - tVar3 = new s(new t.j(value3, aVar.f2914c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); + tVar3 = new s(new t.j(value3, aVar.f2913c.e(w.a.a(f.getComponentType()), annotationArr2), encoded)); } else { - tVar4 = new t.j<>(value3, aVar.f2914c.e(type2, annotationArr2), encoded); + tVar4 = new t.j<>(value3, aVar.f2913c.e(type2, annotationArr2), encoded); } } else { if (annotation2 instanceof v) { @@ -224,14 +224,14 @@ public abstract class z { aVar.m = true; if (Iterable.class.isAssignableFrom(f2)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.l(aVar.f2914c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); + tVar3 = new r(new t.l(aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded2)); } else { throw c0.l(aVar.d, i8, a.k(f2, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f2.isArray()) { - tVar3 = new s(new t.l(aVar.f2914c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); + tVar3 = new s(new t.l(aVar.f2913c.e(w.a.a(f2.getComponentType()), annotationArr2), encoded2)); } else { - cVar = new t.l<>(aVar.f2914c.e(type2, annotationArr2), encoded2); + cVar = new t.l<>(aVar.f2913c.e(type2, annotationArr2), encoded2); } } else if (annotation2 instanceof u) { aVar.c(i8, type2); @@ -243,7 +243,7 @@ public abstract class z { ParameterizedType parameterizedType = (ParameterizedType) g; Type e2 = c0.e(0, parameterizedType); if (String.class == e2) { - cVar = new t.k<>(aVar.d, i8, aVar.f2914c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); + cVar = new t.k<>(aVar.d, i8, aVar.f2913c.e(c0.e(1, parameterizedType), annotationArr2), ((u) annotation2).encoded()); } else { throw c0.l(aVar.d, i8, a.w("@QueryMap keys must be of type String: ", e2), new Object[0]); } @@ -259,14 +259,14 @@ public abstract class z { Class f4 = c0.f(type2); if (Iterable.class.isAssignableFrom(f4)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.d(value4, aVar.f2914c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); + tVar3 = new r(new t.d(value4, aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2))); } else { throw c0.l(aVar.d, i8, a.k(f4, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f4.isArray()) { - tVar3 = new s(new t.d(value4, aVar.f2914c.e(w.a.a(f4.getComponentType()), annotationArr2))); + tVar3 = new s(new t.d(value4, aVar.f2913c.e(w.a.a(f4.getComponentType()), annotationArr2))); } else { - cVar = new t.d<>(value4, aVar.f2914c.e(type2, annotationArr2)); + cVar = new t.d<>(value4, aVar.f2913c.e(type2, annotationArr2)); } } else { if (annotation2 instanceof j) { @@ -281,7 +281,7 @@ public abstract class z { ParameterizedType parameterizedType2 = (ParameterizedType) g2; Type e3 = c0.e(0, parameterizedType2); if (String.class == e3) { - tVar5 = new t.e<>(aVar.d, i8, aVar.f2914c.e(c0.e(1, parameterizedType2), annotationArr2)); + tVar5 = new t.e<>(aVar.d, i8, aVar.f2913c.e(c0.e(1, parameterizedType2), annotationArr2)); } else { throw c0.l(aVar.d, i8, a.w("@HeaderMap keys must be of type String: ", e3), new Object[0]); } @@ -302,14 +302,14 @@ public abstract class z { Class f6 = c0.f(type2); if (Iterable.class.isAssignableFrom(f6)) { if (type2 instanceof ParameterizedType) { - tVar3 = new r(new t.b(value5, aVar.f2914c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); + tVar3 = new r(new t.b(value5, aVar.f2913c.e(c0.e(0, (ParameterizedType) type2), annotationArr2), encoded3)); } else { throw c0.l(aVar.d, i8, a.k(f6, new StringBuilder(), " must include generic type (e.g., ", ")"), new Object[0]); } } else if (f6.isArray()) { - tVar3 = new s(new t.b(value5, aVar.f2914c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); + tVar3 = new s(new t.b(value5, aVar.f2913c.e(w.a.a(f6.getComponentType()), annotationArr2), encoded3)); } else { - tVar4 = new t.b<>(value5, aVar.f2914c.e(type2, annotationArr2), encoded3); + tVar4 = new t.b<>(value5, aVar.f2913c.e(type2, annotationArr2), encoded3); } } else { throw c0.l(aVar.d, i8, "@Field parameters can only be used with form encoding.", new Object[0]); @@ -324,7 +324,7 @@ public abstract class z { ParameterizedType parameterizedType3 = (ParameterizedType) g3; Type e4 = c0.e(0, parameterizedType3); if (String.class == e4) { - h e5 = aVar.f2914c.e(c0.e(1, parameterizedType3), annotationArr2); + h e5 = aVar.f2913c.e(c0.e(1, parameterizedType3), annotationArr2); aVar.h = true; cVar = new t.c<>(aVar.d, i8, e5, ((d) annotation2).encoded()); } else { @@ -341,7 +341,7 @@ public abstract class z { } } else if (annotation2 instanceof q) { aVar.c(i8, type2); - if (aVar.f2915s) { + if (aVar.f2914s) { q qVar = (q) annotation2; aVar.i = true; String value6 = qVar.value(); @@ -353,7 +353,7 @@ public abstract class z { if (type2 instanceof ParameterizedType) { Type e6 = c0.e(0, (ParameterizedType) type2); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e6))) { - tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2914c.c(e6, annotationArr2, aVar.e))); + tVar2 = new r(new t.g(aVar.d, i8, c2, aVar.f2913c.c(e6, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } @@ -363,12 +363,12 @@ public abstract class z { } else if (f8.isArray()) { Class a = w.a.a(f8.getComponentType()); if (!MultipartBody.Part.class.isAssignableFrom(a)) { - tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2914c.c(a, annotationArr2, aVar.e))); + tVar2 = new s(new t.g(aVar.d, i8, c2, aVar.f2913c.c(a, annotationArr2, aVar.e))); } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); } } else if (!MultipartBody.Part.class.isAssignableFrom(f8)) { - tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2914c.c(type2, annotationArr2, aVar.e)); + tVar3 = new t.g<>(aVar.d, i8, c2, aVar.f2913c.c(type2, annotationArr2, aVar.e)); tVar2 = tVar3; } else { throw c0.l(aVar.d, i8, "@Part parameters using the MultipartBody.Part must not include a part name in the annotation.", new Object[0]); @@ -399,7 +399,7 @@ public abstract class z { i4 = i6; if (annotation2 instanceof r) { aVar.c(i8, type2); - if (aVar.f2915s) { + if (aVar.f2914s) { aVar.i = true; Class f9 = c0.f(type2); if (Map.class.isAssignableFrom(f9)) { @@ -410,7 +410,7 @@ public abstract class z { if (String.class == e7) { Type e8 = c0.e(1, parameterizedType4); if (!MultipartBody.Part.class.isAssignableFrom(c0.f(e8))) { - tVar2 = new t.h<>(aVar.d, i8, aVar.f2914c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); + tVar2 = new t.h<>(aVar.d, i8, aVar.f2913c.c(e8, annotationArr2, aVar.e), ((r) annotation2).encoding()); } else { throw c0.l(aVar.d, i8, "@PartMap values cannot be MultipartBody.Part. Use @Part List or a different value type instead.", new Object[0]); } @@ -428,11 +428,11 @@ public abstract class z { } } else if (annotation2 instanceof i0.f0.a) { aVar.c(i8, type2); - if (aVar.r || aVar.f2915s) { + if (aVar.r || aVar.f2914s) { throw c0.l(aVar.d, i8, "@Body parameters cannot be used with form or multi-part encoding.", new Object[0]); } else if (!aVar.j) { try { - h c3 = aVar.f2914c.c(type2, annotationArr2, aVar.e); + h c3 = aVar.f2913c.c(type2, annotationArr2, aVar.e); aVar.j = true; tVar2 = new t.a<>(aVar.d, i8, c3); } catch (RuntimeException e9) { @@ -445,7 +445,7 @@ public abstract class z { aVar.c(i8, type2); Class f10 = c0.f(type2); for (int i10 = i8 - 1; i10 >= 0; i10--) { - t tVar7 = aVar.f2916x[i10]; + t tVar7 = aVar.f2915x[i10]; if ((tVar7 instanceof t.o) && ((t.o) tVar7).a.equals(f10)) { Method method2 = aVar.d; StringBuilder P = a.P("@Tag type "); @@ -496,7 +496,7 @@ public abstract class z { if (z3) { try { if (c0.f(type2) == Continuation.class) { - aVar.f2917y = true; + aVar.f2916y = true; tVar = null; } } catch (NoClassDefFoundError unused) { @@ -511,11 +511,11 @@ public abstract class z { } if (aVar.t != null || aVar.o) { boolean z4 = aVar.r; - if (!z4 && !aVar.f2915s && !aVar.q && aVar.j) { + if (!z4 && !aVar.f2914s && !aVar.q && aVar.j) { throw c0.j(aVar.d, "Non-body HTTP method cannot contain @Body.", new Object[0]); } else if (z4 && !aVar.h) { throw c0.j(aVar.d, "Form-encoded method must contain at least one @Field.", new Object[0]); - } else if (!aVar.f2915s || aVar.i) { + } else if (!aVar.f2914s || aVar.i) { w wVar = new w(aVar); Type genericReturnType = method.getGenericReturnType(); if (c0.h(genericReturnType)) { @@ -556,7 +556,7 @@ public abstract class z { throw c0.j(method, P2.toString(), new Object[0]); } else if (a3 == Response.class) { throw c0.j(method, "Response must include generic type (e.g., Response)", new Object[0]); - } else if (!wVar.f2913c.equals("HEAD") || Void.class.equals(a3)) { + } else if (!wVar.f2912c.equals("HEAD") || Void.class.equals(a3)) { try { h d = yVar.d(a3, method.getAnnotations()); e.a aVar3 = yVar.b; diff --git a/app/src/main/java/j0/f.java b/app/src/main/java/j0/f.java index d750780b7e..2ba6347706 100644 --- a/app/src/main/java/j0/f.java +++ b/app/src/main/java/j0/f.java @@ -5,7 +5,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public final Throwable f2920c; + public final Throwable f2919c; public final T d; /* compiled from: Notification */ @@ -17,12 +17,12 @@ public final class f { public f(a aVar, T t, Throwable th) { this.d = t; - this.f2920c = th; + this.f2919c = th; this.b = aVar; } public boolean a() { - return (this.b == a.OnError) && this.f2920c != null; + return (this.b == a.OnError) && this.f2919c != null; } public boolean b() { @@ -48,8 +48,8 @@ public final class f { if (t != t2 && (t == null || !t.equals(t2))) { return false; } - Throwable th = this.f2920c; - Throwable th2 = fVar.f2920c; + Throwable th = this.f2919c; + Throwable th2 = fVar.f2919c; return th == th2 || (th != null && th.equals(th2)); } @@ -58,7 +58,7 @@ public final class f { if (b()) { hashCode = (hashCode * 31) + this.d.hashCode(); } - return a() ? (hashCode * 31) + this.f2920c.hashCode() : hashCode; + return a() ? (hashCode * 31) + this.f2919c.hashCode() : hashCode; } public String toString() { @@ -73,7 +73,7 @@ public final class f { } if (a()) { sb.append(' '); - sb.append(this.f2920c.getMessage()); + sb.append(this.f2919c.getMessage()); } sb.append(']'); return sb.toString(); diff --git a/app/src/main/java/j0/h.java b/app/src/main/java/j0/h.java index ef72b275a5..d23ecc7544 100644 --- a/app/src/main/java/j0/h.java +++ b/app/src/main/java/j0/h.java @@ -12,7 +12,7 @@ public class h { } public h(a aVar) { - b bVar = l.f2938c; + b bVar = l.f2937c; this.a = bVar != null ? bVar.call(aVar) : aVar; } } diff --git a/app/src/main/java/j0/l/a/j1.java b/app/src/main/java/j0/l/a/j1.java index 194ea3c75e..8f9541d86d 100644 --- a/app/src/main/java/j0/l/a/j1.java +++ b/app/src/main/java/j0/l/a/j1.java @@ -308,14 +308,14 @@ public final class j1 extends j0.m.c implements Subscription { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2921s; + public boolean f2920s; public long t; public long u; public volatile Producer v; public List> w; /* renamed from: x reason: collision with root package name */ - public boolean f2922x; + public boolean f2921x; public f(e eVar) { this.j = eVar; @@ -373,9 +373,9 @@ public final class j1 extends j0.m.c implements Subscription { } list2.add(cVar); } else { - this.f2922x = true; + this.f2921x = true; } - this.f2921s = true; + this.f2920s = true; return; } this.r = true; @@ -396,15 +396,15 @@ public final class j1 extends j0.m.c implements Subscription { b(j, j3); while (!isUnsubscribed()) { synchronized (this) { - if (!this.f2921s) { + if (!this.f2920s) { this.r = false; return; } - this.f2921s = false; + this.f2920s = false; list = this.w; this.w = null; - z2 = this.f2922x; - this.f2922x = false; + z2 = this.f2921x; + this.f2921x = false; } long j5 = this.t; if (list != null) { diff --git a/app/src/main/java/j0/l/a/p0.java b/app/src/main/java/j0/l/a/p0.java index aa5080fd0d..e9913b7e8c 100644 --- a/app/src/main/java/j0/l/a/p0.java +++ b/app/src/main/java/j0/l/a/p0.java @@ -33,11 +33,11 @@ public class p0 extends Subscriber { SerializedSubscriber serializedSubscriber = p0Var.m; Subscriber subscriber = p0Var.j; synchronized (aVar) { - if (!aVar.e && aVar.f2923c) { + if (!aVar.e && aVar.f2922c) { if (i == aVar.a) { t = aVar.b; aVar.b = null; - aVar.f2923c = false; + aVar.f2922c = false; aVar.e = true; } } @@ -79,9 +79,9 @@ public class p0 extends Subscriber { return; } t = aVar.b; - z2 = aVar.f2923c; + z2 = aVar.f2922c; aVar.b = null; - aVar.f2923c = false; + aVar.f2922c = false; aVar.e = true; } if (z2) { @@ -103,7 +103,7 @@ public class p0 extends Subscriber { synchronized (aVar) { aVar.a++; aVar.b = null; - aVar.f2923c = false; + aVar.f2922c = false; } } @@ -113,7 +113,7 @@ public class p0 extends Subscriber { q0.a aVar = this.i; synchronized (aVar) { aVar.b = t; - aVar.f2923c = true; + aVar.f2922c = true; i = aVar.a + 1; aVar.a = i; } diff --git a/app/src/main/java/j0/l/a/q0.java b/app/src/main/java/j0/l/a/q0.java index 918586a4e3..73041a7549 100644 --- a/app/src/main/java/j0/l/a/q0.java +++ b/app/src/main/java/j0/l/a/q0.java @@ -18,7 +18,7 @@ public final class q0 implements Observable.b { public T b; /* renamed from: c reason: collision with root package name */ - public boolean f2923c; + public boolean f2922c; public boolean d; public boolean e; } diff --git a/app/src/main/java/j0/l/a/u.java b/app/src/main/java/j0/l/a/u.java index 985b05a890..4874c948a0 100644 --- a/app/src/main/java/j0/l/a/u.java +++ b/app/src/main/java/j0/l/a/u.java @@ -38,7 +38,7 @@ public class u extends Subscriber> { if (!z2 || !this.j.i.l) { this.i.onNext(fVar); } else { - this.i.onError(fVar.f2920c); + this.i.onError(fVar.f2919c); } } else { this.i.onCompleted(); diff --git a/app/src/main/java/j0/l/a/x0.java b/app/src/main/java/j0/l/a/x0.java index 3509ca500c..d50f132133 100644 --- a/app/src/main/java/j0/l/a/x0.java +++ b/app/src/main/java/j0/l/a/x0.java @@ -112,11 +112,11 @@ public final class x0 implements Observable.b> { } a(1); synchronized (eVar) { - if (!eVar.f2924s) { + if (!eVar.f2923s) { eVar.r = false; return; } - eVar.f2924s = false; + eVar.f2923s = false; eVar.c(); return; } @@ -181,31 +181,31 @@ public final class x0 implements Observable.b> { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f2924s; + public boolean f2923s; public final Object t = new Object(); public volatile c[] u = i; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public int f2925x; + public int f2924x; /* renamed from: y reason: collision with root package name */ - public final int f2926y; + public final int f2925y; /* renamed from: z reason: collision with root package name */ - public int f2927z; + public int f2926z; public e(Subscriber subscriber, boolean z2, int i2) { this.j = subscriber; this.k = z2; this.l = i2; if (i2 == Integer.MAX_VALUE) { - this.f2926y = Integer.MAX_VALUE; + this.f2925y = Integer.MAX_VALUE; request(RecyclerView.FOREVER_NS); return; } - this.f2926y = Math.max(1, i2 >> 1); + this.f2925y = Math.max(1, i2 >> 1); request((long) i2); } @@ -228,7 +228,7 @@ public final class x0 implements Observable.b> { public void b() { synchronized (this) { if (this.r) { - this.f2924s = true; + this.f2923s = true; return; } this.r = true; @@ -325,7 +325,7 @@ public final class x0 implements Observable.b> { if (!z5 || ((queue2 != null && !queue2.isEmpty()) || length != 0)) { if (length > 0) { long j4 = this.w; - int i6 = this.f2925x; + int i6 = this.f2924x; if (length <= i6 || cVarArr[i6].k != j4) { if (length <= i6) { i6 = 0; @@ -336,7 +336,7 @@ public final class x0 implements Observable.b> { i6 = 0; } } - this.f2925x = i6; + this.f2924x = i6; this.w = cVarArr[i6].k; } int i8 = 0; @@ -414,7 +414,7 @@ public final class x0 implements Observable.b> { return; } } - this.f2925x = i6; + this.f2924x = i6; this.w = cVarArr[i6].k; } else { subscriber2 = subscriber; @@ -426,7 +426,7 @@ public final class x0 implements Observable.b> { if (!z3) { synchronized (this) { try { - if (!this.f2924s) { + if (!this.f2923s) { try { this.r = false; return; @@ -443,7 +443,7 @@ public final class x0 implements Observable.b> { throw th2; } } else { - this.f2924s = false; + this.f2923s = false; } } catch (Throwable th8) { th2 = th8; @@ -593,13 +593,13 @@ public final class x0 implements Observable.b> { if (observable != null) { z2 = true; if (observable == c.j) { - int i2 = this.f2927z + 1; - if (i2 == this.f2926y) { - this.f2927z = 0; + int i2 = this.f2926z + 1; + if (i2 == this.f2925y) { + this.f2926z = 0; request((long) i2); return; } - this.f2927z = i2; + this.f2926z = i2; return; } else if (observable instanceof j) { T t = ((j) observable).k; @@ -628,19 +628,19 @@ public final class x0 implements Observable.b> { if (j != RecyclerView.FOREVER_NS) { this.m.a(1); } - int i3 = this.f2927z + 1; - if (i3 == this.f2926y) { - this.f2927z = 0; + int i3 = this.f2926z + 1; + if (i3 == this.f2925y) { + this.f2926z = 0; request((long) i3); } else { - this.f2927z = i3; + this.f2926z = i3; } synchronized (this) { - if (!this.f2924s) { + if (!this.f2923s) { this.r = false; return; } - this.f2924s = false; + this.f2923s = false; c(); return; } diff --git a/app/src/main/java/j0/l/a/y1.java b/app/src/main/java/j0/l/a/y1.java index 02679f0e12..0037b43522 100644 --- a/app/src/main/java/j0/l/a/y1.java +++ b/app/src/main/java/j0/l/a/y1.java @@ -108,7 +108,7 @@ public final class y1 implements Observable.b> { public Producer r; /* renamed from: s reason: collision with root package name */ - public volatile boolean f2928s; + public volatile boolean f2927s; public Throwable t; public boolean u; @@ -167,7 +167,7 @@ public final class y1 implements Observable.b> { Subscriber subscriber = this.j; long j2 = j; Throwable th4 = th; - boolean z3 = this.f2928s; + boolean z3 = this.f2927s; while (true) { long j3 = 0; while (true) { @@ -192,7 +192,7 @@ public final class y1 implements Observable.b> { return; } } - if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2928s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { + if (i2 != 0 || (!subscriber.isUnsubscribed() && !a(this.f2927s, z2, th4, eVar, subscriber, eVar.isEmpty()))) { synchronized (this) { long j4 = this.q; if (j4 != RecyclerView.FOREVER_NS) { @@ -205,7 +205,7 @@ public final class y1 implements Observable.b> { return; } this.p = false; - z3 = this.f2928s; + z3 = this.f2927s; z2 = this.u; th4 = this.t; if (!(th4 == null || th4 == (th2 = i) || this.l)) { @@ -237,7 +237,7 @@ public final class y1 implements Observable.b> { @Override // j0.g public void onCompleted() { - this.f2928s = true; + this.f2927s = true; b(); } @@ -248,7 +248,7 @@ public final class y1 implements Observable.b> { c2 = c(th); } if (c2) { - this.f2928s = true; + this.f2927s = true; b(); return; } diff --git a/app/src/main/java/j0/l/c/a.java b/app/src/main/java/j0/l/c/a.java index 63d9bd4723..b11361fcd2 100644 --- a/app/src/main/java/j0/l/c/a.java +++ b/app/src/main/java/j0/l/c/a.java @@ -23,7 +23,7 @@ public final class a extends Scheduler implements k { public static final TimeUnit b = TimeUnit.SECONDS; /* renamed from: c reason: collision with root package name */ - public static final c f2929c; + public static final c f2928c; public static final C0328a d; public final ThreadFactory e; public final AtomicReference f; @@ -35,7 +35,7 @@ public final class a extends Scheduler implements k { public final long b; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue f2930c; + public final ConcurrentLinkedQueue f2929c; public final CompositeSubscription d; public final ScheduledExecutorService e; public final Future f; @@ -66,15 +66,15 @@ public final class a extends Scheduler implements k { @Override // java.lang.Runnable public void run() { C0328a aVar = C0328a.this; - if (!aVar.f2930c.isEmpty()) { + if (!aVar.f2929c.isEmpty()) { long nanoTime = System.nanoTime(); - Iterator it = aVar.f2930c.iterator(); + Iterator it = aVar.f2929c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.q > nanoTime) { return; } - if (aVar.f2930c.remove(next)) { + if (aVar.f2929c.remove(next)) { aVar.d.c(next); } } @@ -87,7 +87,7 @@ public final class a extends Scheduler implements k { this.a = threadFactory; long nanos = timeUnit != null ? timeUnit.toNanos(j) : 0; this.b = nanos; - this.f2930c = new ConcurrentLinkedQueue<>(); + this.f2929c = new ConcurrentLinkedQueue<>(); this.d = new CompositeSubscription(); ScheduledExecutorService scheduledExecutorService = null; if (timeUnit != null) { @@ -147,15 +147,15 @@ public final class a extends Scheduler implements k { this.j = aVar; this.l = new AtomicBoolean(); if (aVar.d.j) { - cVar = a.f2929c; + cVar = a.f2928c; } else { while (true) { - if (aVar.f2930c.isEmpty()) { + if (aVar.f2929c.isEmpty()) { cVar2 = new c(aVar.a); aVar.d.a(cVar2); break; } - cVar2 = aVar.f2930c.poll(); + cVar2 = aVar.f2929c.poll(); if (cVar2 != null) { break; } @@ -187,7 +187,7 @@ public final class a extends Scheduler implements k { c cVar = this.k; Objects.requireNonNull(aVar); cVar.q = System.nanoTime() + aVar.b; - aVar.f2930c.offer(cVar); + aVar.f2929c.offer(cVar); } @Override // rx.Subscription @@ -215,7 +215,7 @@ public final class a extends Scheduler implements k { static { c cVar = new c(i.i); - f2929c = cVar; + f2928c = cVar; cVar.unsubscribe(); C0328a aVar = new C0328a(null, 0, null); d = aVar; diff --git a/app/src/main/java/j0/l/c/b.java b/app/src/main/java/j0/l/c/b.java index 9cf3c405f6..5d804042a0 100644 --- a/app/src/main/java/j0/l/c/b.java +++ b/app/src/main/java/j0/l/c/b.java @@ -17,7 +17,7 @@ public final class b extends Scheduler implements k { public static final c b; /* renamed from: c reason: collision with root package name */ - public static final C0333b f2931c = new C0333b(null, 0); + public static final C0333b f2930c = new C0333b(null, 0); public final ThreadFactory d; public final AtomicReference e; @@ -119,7 +119,7 @@ public final class b extends Scheduler implements k { public final c[] b; /* renamed from: c reason: collision with root package name */ - public long f2932c; + public long f2931c; public C0333b(ThreadFactory threadFactory, int i) { this.a = i; @@ -135,8 +135,8 @@ public final class b extends Scheduler implements k { return b.b; } c[] cVarArr = this.b; - long j = this.f2932c; - this.f2932c = 1 + j; + long j = this.f2931c; + this.f2931c = 1 + j; return cVarArr[(int) (j % ((long) i))]; } } @@ -162,7 +162,7 @@ public final class b extends Scheduler implements k { public b(ThreadFactory threadFactory) { this.d = threadFactory; - C0333b bVar = f2931c; + C0333b bVar = f2930c; AtomicReference atomicReference = new AtomicReference<>(bVar); this.e = atomicReference; C0333b bVar2 = new C0333b(threadFactory, a); @@ -184,7 +184,7 @@ public final class b extends Scheduler implements k { C0333b bVar2; do { bVar = this.e.get(); - bVar2 = f2931c; + bVar2 = f2930c; if (bVar == bVar2) { return; } diff --git a/app/src/main/java/j0/l/c/c.java b/app/src/main/java/j0/l/c/c.java index 9dd943f9b7..d7619e2aef 100644 --- a/app/src/main/java/j0/l/c/c.java +++ b/app/src/main/java/j0/l/c/c.java @@ -65,7 +65,7 @@ public final class c extends Scheduler { public a(Executor executor) { ScheduledExecutorService scheduledExecutorService; this.i = executor; - ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2933c.e.get(); + ScheduledExecutorService[] scheduledExecutorServiceArr = d.f2932c.e.get(); if (scheduledExecutorServiceArr == d.a) { scheduledExecutorService = d.b; } else { diff --git a/app/src/main/java/j0/l/c/d.java b/app/src/main/java/j0/l/c/d.java index f13590182c..58221ea87e 100644 --- a/app/src/main/java/j0/l/c/d.java +++ b/app/src/main/java/j0/l/c/d.java @@ -10,7 +10,7 @@ public final class d implements k { public static final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public static final d f2933c = new d(); + public static final d f2932c = new d(); public static int d; public final AtomicReference e = new AtomicReference<>(a); diff --git a/app/src/main/java/j0/l/c/j.java b/app/src/main/java/j0/l/c/j.java index bc8bb9213e..70bd022358 100644 --- a/app/src/main/java/j0/l/c/j.java +++ b/app/src/main/java/j0/l/c/j.java @@ -45,16 +45,16 @@ public final class j extends AtomicReference implements Runnable, Subscr public final SubscriptionList parent; /* renamed from: s reason: collision with root package name */ - public final j f2934s; + public final j f2933s; public b(j jVar, SubscriptionList subscriptionList) { - this.f2934s = jVar; + this.f2933s = jVar; this.parent = subscriptionList; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2934s.cancel.j; + return this.f2933s.cancel.j; } @Override // rx.Subscription @@ -62,7 +62,7 @@ public final class j extends AtomicReference implements Runnable, Subscr boolean remove; if (compareAndSet(false, true)) { SubscriptionList subscriptionList = this.parent; - j jVar = this.f2934s; + j jVar = this.f2933s; if (!subscriptionList.j) { synchronized (subscriptionList) { List list = subscriptionList.i; @@ -87,22 +87,22 @@ public final class j extends AtomicReference implements Runnable, Subscr public final CompositeSubscription parent; /* renamed from: s reason: collision with root package name */ - public final j f2935s; + public final j f2934s; public c(j jVar, CompositeSubscription compositeSubscription) { - this.f2935s = jVar; + this.f2934s = jVar; this.parent = compositeSubscription; } @Override // rx.Subscription public boolean isUnsubscribed() { - return this.f2935s.cancel.j; + return this.f2934s.cancel.j; } @Override // rx.Subscription public void unsubscribe() { if (compareAndSet(false, true)) { - this.parent.c(this.f2935s); + this.parent.c(this.f2934s); } } } diff --git a/app/src/main/java/j0/l/e/e.java b/app/src/main/java/j0/l/e/e.java index 76507ee61c..c66f7d32cc 100644 --- a/app/src/main/java/j0/l/e/e.java +++ b/app/src/main/java/j0/l/e/e.java @@ -27,7 +27,7 @@ public enum e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public Throwable call(f fVar) { - return fVar.f2920c; + return fVar.f2919c; } } diff --git a/app/src/main/java/j0/l/e/f.java b/app/src/main/java/j0/l/e/f.java index 3c795434c2..84b1a9db18 100644 --- a/app/src/main/java/j0/l/e/f.java +++ b/app/src/main/java/j0/l/e/f.java @@ -7,13 +7,13 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public int f2936c; + public int f2935c; public T[] d; public f() { int N = a.N(16); this.a = N - 1; - this.f2936c = (int) (((float) N) * 0.75f); + this.f2935c = (int) (((float) N) * 0.75f); this.d = (T[]) new Object[N]; } @@ -43,7 +43,7 @@ public final class f { tArr[b] = t; int i2 = this.b + 1; this.b = i2; - if (i2 >= this.f2936c) { + if (i2 >= this.f2935c) { T[] tArr2 = this.d; int length = tArr2.length; int i3 = length << 1; @@ -67,7 +67,7 @@ public final class f { i2 = i5; } this.a = i4; - this.f2936c = (int) (((float) i3) * 0.75f); + this.f2935c = (int) (((float) i3) * 0.75f); this.d = tArr3; } return true; diff --git a/app/src/main/java/j0/l/e/n/t.java b/app/src/main/java/j0/l/e/n/t.java index 1a4c492c3f..9735f51c57 100644 --- a/app/src/main/java/j0/l/e/n/t.java +++ b/app/src/main/java/j0/l/e/n/t.java @@ -12,16 +12,16 @@ public class t extends v { public static final long r; /* renamed from: s reason: collision with root package name */ - public static final int f2937s; + public static final int f2936s; public static final Object t = new Object(); static { Unsafe unsafe = y.a; int arrayIndexScale = unsafe.arrayIndexScale(Object[].class); if (4 == arrayIndexScale) { - f2937s = 2; + f2936s = 2; } else if (8 == arrayIndexScale) { - f2937s = 3; + f2936s = 3; } else { throw new IllegalStateException("Unknown pointer size"); } @@ -56,7 +56,7 @@ public class t extends v { } public static long c(long j) { - return r + (j << f2937s); + return r + (j << f2936s); } public static long d(long j, long j2) { diff --git a/app/src/main/java/j0/o/l.java b/app/src/main/java/j0/o/l.java index 4f6285a844..abd1f29b04 100644 --- a/app/src/main/java/j0/o/l.java +++ b/app/src/main/java/j0/o/l.java @@ -16,7 +16,7 @@ public final class l { public static volatile b b = new c(); /* renamed from: c reason: collision with root package name */ - public static volatile b f2938c = new d(); + public static volatile b f2937c = new d(); public static volatile b d = new e(); public static volatile Func2 e = new g(); public static volatile b f = new i(); diff --git a/app/src/main/java/j0/o/o.java b/app/src/main/java/j0/o/o.java index 9624a98f65..37c589b402 100644 --- a/app/src/main/java/j0/o/o.java +++ b/app/src/main/java/j0/o/o.java @@ -10,7 +10,7 @@ public class o { public static final b b = new a(); /* renamed from: c reason: collision with root package name */ - public final AtomicReference f2939c = new AtomicReference<>(); + public final AtomicReference f2938c = new AtomicReference<>(); public final AtomicReference d = new AtomicReference<>(); public final AtomicReference e = new AtomicReference<>(); public final AtomicReference f = new AtomicReference<>(); @@ -88,15 +88,15 @@ public class o { } public b b() { - if (this.f2939c.get() == null) { + if (this.f2938c.get() == null) { Object d = d(b.class, g()); if (d == null) { - this.f2939c.compareAndSet(null, b); + this.f2938c.compareAndSet(null, b); } else { - this.f2939c.compareAndSet(null, (b) d); + this.f2938c.compareAndSet(null, (b) d); } } - return this.f2939c.get(); + return this.f2938c.get(); } public m c() { diff --git a/app/src/main/java/j0/p/a.java b/app/src/main/java/j0/p/a.java index 09321446e6..c89fc5da72 100644 --- a/app/src/main/java/j0/p/a.java +++ b/app/src/main/java/j0/p/a.java @@ -14,7 +14,7 @@ public final class a { public final Scheduler b = new b(new i("RxComputationScheduler-")); /* renamed from: c reason: collision with root package name */ - public final Scheduler f2940c = new j0.l.c.a(new i("RxIoScheduler-")); + public final Scheduler f2939c = new j0.l.c.a(new i("RxIoScheduler-")); public final Scheduler d = new f(new i("RxNewThreadScheduler-")); public a() { @@ -41,7 +41,7 @@ public final class a { if (scheduler instanceof k) { ((k) scheduler).shutdown(); } - Scheduler scheduler2 = aVar2.f2940c; + Scheduler scheduler2 = aVar2.f2939c; if (scheduler2 instanceof k) { ((k) scheduler2).shutdown(); } @@ -54,6 +54,6 @@ public final class a { } public static Scheduler c() { - return b().f2940c; + return b().f2939c; } } diff --git a/app/src/main/java/j0/q/a.java b/app/src/main/java/j0/q/a.java index 2eb389b220..43e89a9ef0 100644 --- a/app/src/main/java/j0/q/a.java +++ b/app/src/main/java/j0/q/a.java @@ -65,7 +65,7 @@ public final class a extends Subject { public volatile C0339a b; /* renamed from: c reason: collision with root package name */ - public C0339a f2941c; + public C0339a f2940c; public int d; public volatile boolean e; public Throwable f; @@ -84,7 +84,7 @@ public final class a extends Subject { public c(int i) { this.a = i; C0339a aVar = new C0339a<>(null); - this.f2941c = aVar; + this.f2940c = aVar; this.b = aVar; } @@ -276,8 +276,8 @@ public final class a extends Subject { c cVar = (c) aVar; Objects.requireNonNull(cVar); c.C0339a aVar2 = new c.C0339a<>(t); - cVar.f2941c.set(aVar2); - cVar.f2941c = aVar2; + cVar.f2940c.set(aVar2); + cVar.f2940c = aVar2; int i2 = cVar.d; if (i2 == cVar.a) { cVar.b = cVar.b.get(); diff --git a/app/src/main/java/j0/q/c.java b/app/src/main/java/j0/q/c.java index 3d47cbfe90..07838fb9f5 100644 --- a/app/src/main/java/j0/q/c.java +++ b/app/src/main/java/j0/q/c.java @@ -24,7 +24,7 @@ public final class c extends AtomicReference> implements Observable.a public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f2942c; + public static final a f2941c; public final boolean d; public final b[] e; @@ -32,7 +32,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = new b[0]; a = bVarArr; b = new a(true, bVarArr); - f2942c = new a(false, bVarArr); + f2941c = new a(false, bVarArr); } public a(boolean z2, b[] bVarArr) { @@ -87,7 +87,7 @@ public final class c extends AtomicReference> implements Observable.a } public c() { - super(a.f2942c); + super(a.f2941c); a.C0322a aVar = j0.k.a.a; this.onStart = aVar; this.onAdded = aVar; @@ -103,7 +103,7 @@ public final class c extends AtomicReference> implements Observable.a b[] bVarArr = aVar.e; int length = bVarArr.length; if (length == 1 && bVarArr[0] == bVar) { - aVar2 = a.f2942c; + aVar2 = a.f2941c; } else { if (length != 0) { int i = length - 1; @@ -122,7 +122,7 @@ public final class c extends AtomicReference> implements Observable.a } i2++; } else if (i3 == 0) { - aVar2 = a.f2942c; + aVar2 = a.f2941c; } else { if (i3 < i) { b[] bVarArr3 = new b[i3]; diff --git a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java index fccb01a647..d58cf7b3d1 100644 --- a/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java +++ b/app/src/main/java/kotlin/reflect/jvm/internal/impl/protobuf/CodedOutputStream.java @@ -13,7 +13,7 @@ public final class CodedOutputStream { public final int b; /* renamed from: c reason: collision with root package name */ - public int f2943c; + public int f2942c; public int d = 0; public final OutputStream e; @@ -26,7 +26,7 @@ public final class CodedOutputStream { public CodedOutputStream(OutputStream outputStream, byte[] bArr) { this.e = outputStream; this.a = bArr; - this.f2943c = 0; + this.f2942c = 0; this.b = bArr.length; } @@ -212,8 +212,8 @@ public final class CodedOutputStream { public final void a() throws IOException { OutputStream outputStream = this.e; if (outputStream != null) { - outputStream.write(this.a, 0, this.f2943c); - this.f2943c = 0; + outputStream.write(this.a, 0, this.f2942c); + this.f2942c = 0; return; } throw new OutOfSpaceException(); @@ -329,12 +329,12 @@ public final class CodedOutputStream { } public void writeRawByte(byte b) throws IOException { - if (this.f2943c == this.b) { + if (this.f2942c == this.b) { a(); } byte[] bArr = this.a; - int i = this.f2943c; - this.f2943c = i + 1; + int i = this.f2942c; + this.f2942c = i + 1; bArr[i] = b; this.d++; } @@ -349,10 +349,10 @@ public final class CodedOutputStream { public void writeRawBytes(c cVar, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2943c; + int i4 = this.f2942c; if (i3 - i4 >= i2) { cVar.copyTo(this.a, i, i4, i2); - this.f2943c += i2; + this.f2942c += i2; this.d += i2; return; } @@ -360,12 +360,12 @@ public final class CodedOutputStream { cVar.copyTo(this.a, i, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2943c = this.b; + this.f2942c = this.b; this.d += i5; a(); if (i7 <= this.b) { cVar.copyTo(this.a, i6, 0, i7); - this.f2943c = i7; + this.f2942c = i7; } else { OutputStream outputStream = this.e; if (i6 < 0) { @@ -390,10 +390,10 @@ public final class CodedOutputStream { public void writeRawBytes(byte[] bArr, int i, int i2) throws IOException { int i3 = this.b; - int i4 = this.f2943c; + int i4 = this.f2942c; if (i3 - i4 >= i2) { System.arraycopy(bArr, i, this.a, i4, i2); - this.f2943c += i2; + this.f2942c += i2; this.d += i2; return; } @@ -401,12 +401,12 @@ public final class CodedOutputStream { System.arraycopy(bArr, i, this.a, i4, i5); int i6 = i + i5; int i7 = i2 - i5; - this.f2943c = this.b; + this.f2942c = this.b; this.d += i5; a(); if (i7 <= this.b) { System.arraycopy(bArr, i6, this.a, 0, i7); - this.f2943c = i7; + this.f2942c = i7; } else { this.e.write(bArr, i6, i7); } diff --git a/app/src/main/java/okhttp3/MediaType.java b/app/src/main/java/okhttp3/MediaType.java index feeaedcc19..df1317fd15 100644 --- a/app/src/main/java/okhttp3/MediaType.java +++ b/app/src/main/java/okhttp3/MediaType.java @@ -19,7 +19,7 @@ public final class MediaType { public static final Pattern b = Pattern.compile(";\\s*(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)=(?:([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)|\"([^\"]*)\"))?"); /* renamed from: c reason: collision with root package name */ - public static final a f2944c = null; + public static final a f2943c = null; public final String d; public final String e; public final String f; diff --git a/app/src/main/java/okhttp3/MultipartBody.java b/app/src/main/java/okhttp3/MultipartBody.java index ad8827369c..e5ad68f6c6 100644 --- a/app/src/main/java/okhttp3/MultipartBody.java +++ b/app/src/main/java/okhttp3/MultipartBody.java @@ -21,7 +21,7 @@ public final class MultipartBody extends RequestBody { public static final MediaType b = MediaType.a.a(ShareTarget.ENCODING_TYPE_MULTIPART); /* renamed from: c reason: collision with root package name */ - public static final byte[] f2945c = {(byte) 58, (byte) 32}; + public static final byte[] f2944c = {(byte) 58, (byte) 32}; public static final byte[] d = {(byte) 13, (byte) 10}; public static final byte[] e; public static final b f = new b(null); @@ -99,7 +99,7 @@ public final class MultipartBody extends RequestBody { public MediaType b = MultipartBody.a; /* renamed from: c reason: collision with root package name */ - public final List f2946c = new ArrayList(); + public final List f2945c = new ArrayList(); public a() { String uuid = UUID.randomUUID().toString(); @@ -110,13 +110,13 @@ public final class MultipartBody extends RequestBody { public final a a(Part part) { m.checkParameterIsNotNull(part, "part"); - this.f2946c.add(part); + this.f2945c.add(part); return this; } public final MultipartBody b() { - if (!this.f2946c.isEmpty()) { - return new MultipartBody(this.a, this.b, c.z(this.f2946c)); + if (!this.f2945c.isEmpty()) { + return new MultipartBody(this.a, this.b, c.z(this.f2945c)); } throw new IllegalStateException("Multipart body must have at least one part.".toString()); } @@ -158,7 +158,7 @@ public final class MultipartBody extends RequestBody { } static { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; MediaType.a.a("multipart/alternative"); MediaType.a.a("multipart/digest"); MediaType.a.a("multipart/parallel"); @@ -173,7 +173,7 @@ public final class MultipartBody extends RequestBody { this.i = byteString; this.j = mediaType; this.k = list; - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; this.g = MediaType.a.a(mediaType + "; boundary=" + byteString.q()); } @@ -204,7 +204,7 @@ public final class MultipartBody extends RequestBody { if (headers != null) { int size2 = headers.size(); for (int i2 = 0; i2 < size2; i2++) { - bufferedSink.J(headers.d(i2)).write(f2945c).J(headers.g(i2)).write(d); + bufferedSink.J(headers.d(i2)).write(f2944c).J(headers.g(i2)).write(d); } } MediaType contentType = requestBody.contentType(); diff --git a/app/src/main/java/okhttp3/Request.java b/app/src/main/java/okhttp3/Request.java index 853b00053f..cde54542e2 100644 --- a/app/src/main/java/okhttp3/Request.java +++ b/app/src/main/java/okhttp3/Request.java @@ -23,7 +23,7 @@ public final class Request { public final w b; /* renamed from: c reason: collision with root package name */ - public final String f2947c; + public final String f2946c; public final Headers d; public final RequestBody e; public final Map, Object> f; @@ -34,24 +34,24 @@ public final class Request { public String b; /* renamed from: c reason: collision with root package name */ - public Headers.a f2948c; + public Headers.a f2947c; public RequestBody d; public Map, Object> e; public a() { this.e = new LinkedHashMap(); this.b = ShareTarget.METHOD_GET; - this.f2948c = new Headers.a(); + this.f2947c = new Headers.a(); } public a(Request request) { m.checkParameterIsNotNull(request, "request"); this.e = new LinkedHashMap(); this.a = request.b; - this.b = request.f2947c; + this.b = request.f2946c; this.d = request.e; this.e = request.f.isEmpty() ? new LinkedHashMap<>() : h0.toMutableMap(request.f); - this.f2948c = request.d.e(); + this.f2947c = request.d.e(); } public Request a() { @@ -59,7 +59,7 @@ public final class Request { w wVar = this.a; if (wVar != null) { String str = this.b; - Headers c2 = this.f2948c.c(); + Headers c2 = this.f2947c.c(); RequestBody requestBody = this.d; Map, Object> map2 = this.e; byte[] bArr = c.a; @@ -78,7 +78,7 @@ public final class Request { public a b(String str, String str2) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); - Headers.a aVar = this.f2948c; + Headers.a aVar = this.f2947c; Objects.requireNonNull(aVar); m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); m.checkParameterIsNotNull(str2, "value"); @@ -114,7 +114,7 @@ public final class Request { public a d(String str) { m.checkParameterIsNotNull(str, ModelAuditLogEntry.CHANGE_KEY_NAME); - this.f2948c.d(str); + this.f2947c.d(str); return this; } @@ -171,7 +171,7 @@ public final class Request { m.checkParameterIsNotNull(headers, "headers"); m.checkParameterIsNotNull(map, ModelAuditLogEntry.CHANGE_KEY_TAGS); this.b = wVar; - this.f2947c = str; + this.f2946c = str; this.d = headers; this.e = requestBody; this.f = map; @@ -194,7 +194,7 @@ public final class Request { public String toString() { StringBuilder P = c.d.b.a.a.P("Request{method="); - P.append(this.f2947c); + P.append(this.f2946c); P.append(", url="); P.append(this.b); if (this.d.size() != 0) { diff --git a/app/src/main/java/okhttp3/RequestBody.java b/app/src/main/java/okhttp3/RequestBody.java index 480fd081dd..d5dd3dc421 100644 --- a/app/src/main/java/okhttp3/RequestBody.java +++ b/app/src/main/java/okhttp3/RequestBody.java @@ -26,19 +26,19 @@ public abstract class RequestBody { public final /* synthetic */ MediaType b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f2949c; + public final /* synthetic */ int f2948c; public final /* synthetic */ int d; public a(byte[] bArr, MediaType mediaType, int i, int i2) { this.a = bArr; this.b = mediaType; - this.f2949c = i; + this.f2948c = i; this.d = i2; } @Override // okhttp3.RequestBody public long contentLength() { - return (long) this.f2949c; + return (long) this.f2948c; } @Override // okhttp3.RequestBody @@ -49,7 +49,7 @@ public abstract class RequestBody { @Override // okhttp3.RequestBody public void writeTo(BufferedSink bufferedSink) { m.checkParameterIsNotNull(bufferedSink, "sink"); - bufferedSink.write(this.a, this.d, this.f2949c); + bufferedSink.write(this.a, this.d, this.f2948c); } } @@ -91,7 +91,7 @@ public abstract class RequestBody { Pattern pattern = MediaType.a; Charset a2 = mediaType.a(null); if (a2 == null) { - MediaType.a aVar = MediaType.f2944c; + MediaType.a aVar = MediaType.f2943c; mediaType = MediaType.a.b(mediaType + "; charset=utf-8"); } else { charset = a2; diff --git a/app/src/main/java/okhttp3/Response.java b/app/src/main/java/okhttp3/Response.java index 81693c0bba..401d6d5709 100644 --- a/app/src/main/java/okhttp3/Response.java +++ b/app/src/main/java/okhttp3/Response.java @@ -22,7 +22,7 @@ public final class Response implements Closeable { public final Response r; /* renamed from: s reason: collision with root package name */ - public final long f2950s; + public final long f2949s; public final long t; public final c u; @@ -32,7 +32,7 @@ public final class Response implements Closeable { public y b; /* renamed from: c reason: collision with root package name */ - public int f2951c; + public int f2950c; public String d; public v e; public Headers.a f; @@ -45,16 +45,16 @@ public final class Response implements Closeable { public c m; public a() { - this.f2951c = -1; + this.f2950c = -1; this.f = new Headers.a(); } public a(Response response) { m.checkParameterIsNotNull(response, "response"); - this.f2951c = -1; + this.f2950c = -1; this.a = response.i; this.b = response.j; - this.f2951c = response.l; + this.f2950c = response.l; this.d = response.k; this.e = response.m; this.f = response.n.e(); @@ -62,13 +62,13 @@ public final class Response implements Closeable { this.h = response.p; this.i = response.q; this.j = response.r; - this.k = response.f2950s; + this.k = response.f2949s; this.l = response.t; this.m = response.u; } public Response a() { - int i = this.f2951c; + int i = this.f2950c; if (i >= 0) { Request request = this.a; if (request != null) { @@ -85,7 +85,7 @@ public final class Response implements Closeable { throw new IllegalStateException("request == null".toString()); } StringBuilder P = c.d.b.a.a.P("code < 0: "); - P.append(this.f2951c); + P.append(this.f2950c); throw new IllegalStateException(P.toString().toString()); } @@ -157,7 +157,7 @@ public final class Response implements Closeable { this.p = response; this.q = response2; this.r = response3; - this.f2950s = j; + this.f2949s = j; this.t = j2; this.u = cVar; } diff --git a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java index 51be6cae89..bd4bb5110e 100644 --- a/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java +++ b/app/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java @@ -28,7 +28,7 @@ public final class PublicSuffixDatabase { public static final List b = m.listOf("*"); /* renamed from: c reason: collision with root package name */ - public static final PublicSuffixDatabase f2952c = new PublicSuffixDatabase(); + public static final PublicSuffixDatabase f2951c = new PublicSuffixDatabase(); public static final a d = new a(null); public final AtomicBoolean e = new AtomicBoolean(false); public final CountDownLatch f = new CountDownLatch(1); @@ -153,7 +153,7 @@ public final class PublicSuffixDatabase { Thread.interrupted(); z2 = true; } catch (IOException e) { - h.a aVar = h.f2827c; + h.a aVar = h.f2826c; h.a.i("Failed to read public suffix list", 5, e); if (z2) { Thread.currentThread().interrupt(); diff --git a/app/src/main/java/org/webrtc/DataChannel.java b/app/src/main/java/org/webrtc/DataChannel.java index d680468131..61b47aff75 100644 --- a/app/src/main/java/org/webrtc/DataChannel.java +++ b/app/src/main/java/org/webrtc/DataChannel.java @@ -19,7 +19,7 @@ public class DataChannel { public static class Init { /* renamed from: id reason: collision with root package name */ - public int f2953id = -1; + public int f2952id = -1; public int maxRetransmitTimeMs = -1; public int maxRetransmits = -1; public boolean negotiated; @@ -28,7 +28,7 @@ public class DataChannel { @CalledByNative("Init") public int getId() { - return this.f2953id; + return this.f2952id; } @CalledByNative("Init") diff --git a/app/src/main/java/org/webrtc/RTCStats.java b/app/src/main/java/org/webrtc/RTCStats.java index d8f1b400fa..ad8df61e08 100644 --- a/app/src/main/java/org/webrtc/RTCStats.java +++ b/app/src/main/java/org/webrtc/RTCStats.java @@ -5,7 +5,7 @@ import java.util.Map; public class RTCStats { /* renamed from: id reason: collision with root package name */ - private final String f2954id; + private final String f2953id; private final Map members; private final long timestampUs; private final String type; @@ -13,7 +13,7 @@ public class RTCStats { public RTCStats(long j, String str, String str2, Map map) { this.timestampUs = j; this.type = str; - this.f2954id = str2; + this.f2953id = str2; this.members = map; } @@ -43,7 +43,7 @@ public class RTCStats { } public String getId() { - return this.f2954id; + return this.f2953id; } public Map getMembers() { @@ -64,7 +64,7 @@ public class RTCStats { P.append(", type: "); P.append(this.type); P.append(", id: "); - P.append(this.f2954id); + P.append(this.f2953id); for (Map.Entry entry : this.members.entrySet()) { P.append(", "); P.append(entry.getKey()); diff --git a/app/src/main/java/org/webrtc/RtpParameters.java b/app/src/main/java/org/webrtc/RtpParameters.java index fa944e918d..de7e17afeb 100644 --- a/app/src/main/java/org/webrtc/RtpParameters.java +++ b/app/src/main/java/org/webrtc/RtpParameters.java @@ -173,13 +173,13 @@ public class RtpParameters { private final boolean encrypted; /* renamed from: id reason: collision with root package name */ - private final int f2955id; + private final int f2954id; private final String uri; @CalledByNative("HeaderExtension") public HeaderExtension(String str, int i, boolean z2) { this.uri = str; - this.f2955id = i; + this.f2954id = i; this.encrypted = z2; } @@ -190,7 +190,7 @@ public class RtpParameters { @CalledByNative("HeaderExtension") public int getId() { - return this.f2955id; + return this.f2954id; } @CalledByNative("HeaderExtension") diff --git a/app/src/main/java/org/webrtc/StatsReport.java b/app/src/main/java/org/webrtc/StatsReport.java index 218741df9a..7b5d03c9ac 100644 --- a/app/src/main/java/org/webrtc/StatsReport.java +++ b/app/src/main/java/org/webrtc/StatsReport.java @@ -4,7 +4,7 @@ import c.d.b.a.a; public class StatsReport { /* renamed from: id reason: collision with root package name */ - public final String f2956id; + public final String f2955id; public final double timestamp; public final String type; public final Value[] values; @@ -29,7 +29,7 @@ public class StatsReport { @CalledByNative public StatsReport(String str, String str2, double d, Value[] valueArr) { - this.f2956id = str; + this.f2955id = str; this.type = str2; this.timestamp = d; this.values = valueArr; @@ -37,7 +37,7 @@ public class StatsReport { public String toString() { StringBuilder P = a.P("id: "); - P.append(this.f2956id); + P.append(this.f2955id); P.append(", type: "); P.append(this.type); P.append(", timestamp: "); diff --git a/app/src/main/java/org/webrtc/TextureBufferImpl.java b/app/src/main/java/org/webrtc/TextureBufferImpl.java index fbb8cbcaf1..2ae07fea35 100644 --- a/app/src/main/java/org/webrtc/TextureBufferImpl.java +++ b/app/src/main/java/org/webrtc/TextureBufferImpl.java @@ -10,7 +10,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { private final int height; /* renamed from: id reason: collision with root package name */ - private final int f2957id; + private final int f2956id; private final RefCountDelegate refCountDelegate; private final RefCountMonitor refCountMonitor; private final Handler toI420Handler; @@ -81,7 +81,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { this.width = i3; this.height = i4; this.type = type; - this.f2957id = i5; + this.f2956id = i5; this.transformMatrix = matrix; this.toI420Handler = handler; this.yuvConverter = yuvConverter; @@ -105,7 +105,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { Matrix matrix2 = new Matrix(this.transformMatrix); matrix2.preConcat(matrix); retain(); - return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2957id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); + return new TextureBufferImpl(i, i2, i3, i4, this.type, this.f2956id, matrix2, this.toI420Handler, this.yuvConverter, new AnonymousClass2()); } public /* synthetic */ VideoFrame.I420Buffer a() { @@ -132,7 +132,7 @@ public class TextureBufferImpl implements VideoFrame.TextureBuffer { @Override // org.webrtc.VideoFrame.TextureBuffer public int getTextureId() { - return this.f2957id; + return this.f2956id; } public Handler getToI420Handler() { diff --git a/app/src/main/java/retrofit2/Response.java b/app/src/main/java/retrofit2/Response.java index 61bdf5a157..46f5bb4d3c 100644 --- a/app/src/main/java/retrofit2/Response.java +++ b/app/src/main/java/retrofit2/Response.java @@ -6,12 +6,12 @@ public final class Response { public final T b; /* renamed from: c reason: collision with root package name */ - public final ResponseBody f2958c; + public final ResponseBody f2957c; public Response(okhttp3.Response response, T t, ResponseBody responseBody) { this.a = response; this.b = t; - this.f2958c = responseBody; + this.f2957c = responseBody; } public static Response b(T t, okhttp3.Response response) { diff --git a/app/src/main/java/s/a/a/a.java b/app/src/main/java/s/a/a/a.java index bda1183a40..a1a19430db 100644 --- a/app/src/main/java/s/a/a/a.java +++ b/app/src/main/java/s/a/a/a.java @@ -12,7 +12,7 @@ public final class a { public static final Function2 b = b.i; /* renamed from: c reason: collision with root package name */ - public static final Function2, CoroutineContext.Element, s1> f2959c = c.i; + public static final Function2, CoroutineContext.Element, s1> f2958c = c.i; public static final Function2 d = C0342a.j; public static final Function2 e = C0342a.i; @@ -38,7 +38,7 @@ public final class a { x xVar2 = xVar; CoroutineContext.Element element2 = element; if (element2 instanceof s1) { - CoroutineContext coroutineContext = xVar2.f2963c; + CoroutineContext coroutineContext = xVar2.f2962c; Object[] objArr = xVar2.a; int i3 = xVar2.b; xVar2.b = i3 + 1; @@ -49,7 +49,7 @@ public final class a { x xVar3 = xVar; CoroutineContext.Element element3 = element; if (element3 instanceof s1) { - Object C = ((s1) element3).C(xVar3.f2963c); + Object C = ((s1) element3).C(xVar3.f2962c); Object[] objArr2 = xVar3.a; int i4 = xVar3.b; xVar3.b = i4 + 1; @@ -117,7 +117,7 @@ public final class a { coroutineContext.fold(obj, e); return; } - Object fold = coroutineContext.fold(null, f2959c); + Object fold = coroutineContext.fold(null, f2958c); Objects.requireNonNull(fold, "null cannot be cast to non-null type kotlinx.coroutines.ThreadContextElement"); ((s1) fold).x(coroutineContext, obj); } diff --git a/app/src/main/java/s/a/a/b.java b/app/src/main/java/s/a/a/b.java index be5e68094b..d1aff3a04d 100644 --- a/app/src/main/java/s/a/a/b.java +++ b/app/src/main/java/s/a/a/b.java @@ -5,5 +5,5 @@ public class b { public int b; /* renamed from: c reason: collision with root package name */ - public int f2960c; + public int f2959c; } diff --git a/app/src/main/java/s/a/a/k.java b/app/src/main/java/s/a/a/k.java index 27f1ece323..a1783eea91 100644 --- a/app/src/main/java/s/a/a/k.java +++ b/app/src/main/java/s/a/a/k.java @@ -18,10 +18,10 @@ public class k { public k b; /* renamed from: c reason: collision with root package name */ - public final k f2961c; + public final k f2960c; public a(k kVar) { - this.f2961c = kVar; + this.f2960c = kVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @@ -29,9 +29,9 @@ public class k { public void b(k kVar, Object obj) { k kVar2 = kVar; boolean z2 = obj == null; - k kVar3 = z2 ? this.f2961c : this.b; + k kVar3 = z2 ? this.f2960c : this.b; if (kVar3 != null && k.i.compareAndSet(kVar2, this, kVar3) && z2) { - k kVar4 = this.f2961c; + k kVar4 = this.f2960c; k kVar5 = this.b; m.checkNotNull(kVar5); kVar4.g(kVar5); diff --git a/app/src/main/java/s/a/a/l.java b/app/src/main/java/s/a/a/l.java index 6d3e853796..6e719d98a0 100644 --- a/app/src/main/java/s/a/a/l.java +++ b/app/src/main/java/s/a/a/l.java @@ -45,7 +45,7 @@ public class l { while (true) { m mVar = (m) this._cur; E e = (E) mVar.e(); - if (e != m.f2962c) { + if (e != m.f2961c) { return e; } a.compareAndSet(this, mVar, mVar.d()); diff --git a/app/src/main/java/s/a/a/m.java b/app/src/main/java/s/a/a/m.java index 5ae181f348..d9c9e6cd95 100644 --- a/app/src/main/java/s/a/a/m.java +++ b/app/src/main/java/s/a/a/m.java @@ -10,7 +10,7 @@ public final class m { public static final AtomicLongFieldUpdater b = AtomicLongFieldUpdater.newUpdater(m.class, "_state"); /* renamed from: c reason: collision with root package name */ - public static final t f2962c = new t("REMOVE_FROZEN"); + public static final t f2961c = new t("REMOVE_FROZEN"); public static final a d = new a(null); public volatile Object _next = null; public volatile long _state = 0; @@ -156,7 +156,7 @@ public final class m { while (true) { long j = this._state; if ((j & 1152921504606846976L) != 0) { - return f2962c; + return f2961c; } int i = (int) ((j & 1073741823) >> 0); int i2 = this.e; diff --git a/app/src/main/java/s/a/a/x.java b/app/src/main/java/s/a/a/x.java index 91696da09f..f71ee66c4f 100644 --- a/app/src/main/java/s/a/a/x.java +++ b/app/src/main/java/s/a/a/x.java @@ -7,10 +7,10 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public final CoroutineContext f2963c; + public final CoroutineContext f2962c; public x(CoroutineContext coroutineContext, int i) { - this.f2963c = coroutineContext; + this.f2962c = coroutineContext; this.a = new Object[i]; } } diff --git a/app/src/main/java/s/a/b2/a.java b/app/src/main/java/s/a/b2/a.java index d55bb2942e..71fcd4f6a5 100644 --- a/app/src/main/java/s/a/b2/a.java +++ b/app/src/main/java/s/a/b2/a.java @@ -34,7 +34,7 @@ public final class a implements Executor, Closeable { public final long r; /* renamed from: s reason: collision with root package name */ - public final String f2964s; + public final String f2963s; /* compiled from: CoroutineScheduler.kt */ /* renamed from: s.a.b2.a$a reason: collision with other inner class name */ @@ -142,7 +142,7 @@ public final class a implements Executor, Closeable { public final void d(int i2) { StringBuilder sb = new StringBuilder(); - sb.append(a.this.f2964s); + sb.append(a.this.f2963s); sb.append("-worker-"); sb.append(i2 == 0 ? "TERMINATED" : String.valueOf(i2)); setName(sb.toString()); @@ -332,7 +332,7 @@ public final class a implements Executor, Closeable { this.p = i2; this.q = i3; this.r = j2; - this.f2964s = str; + this.f2963s = str; if (i2 >= 1) { if (i3 >= i2) { if (i3 <= 2097150) { @@ -502,7 +502,7 @@ public final class a implements Executor, Closeable { } if (hVar != null) { if (!(hVar.j.s() == 1 ? this.n.a(hVar) : this.m.a(hVar))) { - throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2964s, " was terminated")); + throw new RejectedExecutionException(c.d.b.a.a.H(new StringBuilder(), this.f2963s, " was terminated")); } } if (!z2 || c2 == null) { @@ -614,7 +614,7 @@ public final class a implements Executor, Closeable { } } long j2 = this.controlState; - return this.f2964s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; + return this.f2963s + MentionUtilsKt.MENTIONS_CHAR + c.q.a.k.a.u(this) + "[Pool Size {core = " + this.p + ", max = " + this.q + "}, Worker States {CPU = " + i2 + ", blocking = " + i3 + ", parked = " + i4 + ", dormant = " + i5 + ", terminated = " + i6 + "}, running workers queues = " + arrayList + ", global CPU queue size = " + this.m.c() + ", global blocking queue size = " + this.n.c() + ", Control State {created workers= " + ((int) (2097151 & j2)) + ", blocking tasks = " + ((int) ((4398044413952L & j2) >> 21)) + ", CPUs acquired = " + (this.p - ((int) ((9223367638808264704L & j2) >> 42))) + "}]"; } public final boolean w() { diff --git a/app/src/main/java/s/a/b2/c.java b/app/src/main/java/s/a/b2/c.java index ea55dd52ef..b46aa175e6 100644 --- a/app/src/main/java/s/a/b2/c.java +++ b/app/src/main/java/s/a/b2/c.java @@ -14,7 +14,7 @@ public class c extends ExecutorCoroutineDispatcher { public c(int i, int i2, String str, int i3) { i = (i3 & 1) != 0 ? k.b : i; - i2 = (i3 & 2) != 0 ? k.f2965c : i2; + i2 = (i3 & 2) != 0 ? k.f2964c : i2; String str2 = (i3 & 4) != 0 ? "DefaultDispatcher" : null; long j = k.d; this.j = i; diff --git a/app/src/main/java/s/a/b2/k.java b/app/src/main/java/s/a/b2/k.java index bc526747bd..e566eb81e9 100644 --- a/app/src/main/java/s/a/b2/k.java +++ b/app/src/main/java/s/a/b2/k.java @@ -10,7 +10,7 @@ public final class k { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2965c; + public static final int f2964c; public static final long d = TimeUnit.SECONDS.toNanos(a.Y("kotlinx.coroutines.scheduler.keep.alive.sec", 60, 0, 0, 12, null)); public static l e = f.a; @@ -19,6 +19,6 @@ public final class k { int i = u.a; int X = a.X("kotlinx.coroutines.scheduler.core.pool.size", f.coerceAtLeast(i, 2), 1, 0, 8, null); b = X; - f2965c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); + f2964c = a.X("kotlinx.coroutines.scheduler.max.pool.size", f.coerceIn(i * 128, X, 2097150), 0, 2097150, 4, null); } } diff --git a/app/src/main/java/s/a/b2/m.java b/app/src/main/java/s/a/b2/m.java index bb40242ef1..931bc13fdc 100644 --- a/app/src/main/java/s/a/b2/m.java +++ b/app/src/main/java/s/a/b2/m.java @@ -9,7 +9,7 @@ public final class m { public static final AtomicIntegerFieldUpdater b = AtomicIntegerFieldUpdater.newUpdater(m.class, "producerIndex"); /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2966c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); + public static final AtomicIntegerFieldUpdater f2965c = AtomicIntegerFieldUpdater.newUpdater(m.class, "consumerIndex"); public static final AtomicIntegerFieldUpdater d = AtomicIntegerFieldUpdater.newUpdater(m.class, "blockingTasksInBuffer"); public volatile int blockingTasksInBuffer = 0; public volatile int consumerIndex = 0; @@ -69,7 +69,7 @@ public final class m { return null; } int i2 = i & 127; - if (f2966c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { + if (f2965c.compareAndSet(this, i, i + 1) && (andSet = this.e.getAndSet(i2, null)) != null) { boolean z2 = true; if (andSet.j.s() != 1) { z2 = false; diff --git a/app/src/main/java/s/a/g1.java b/app/src/main/java/s/a/g1.java index 84e89d0cb2..23f4fcfba5 100644 --- a/app/src/main/java/s/a/g1.java +++ b/app/src/main/java/s/a/g1.java @@ -408,7 +408,7 @@ public class g1 implements Job, q, o1 { } throw new IllegalStateException(str, th); } - } while (V == h1.f2967c); + } while (V == h1.f2966c); return V; } @@ -529,12 +529,12 @@ public class g1 implements Job, q, o1 { Q(obj2); u(y0Var, obj2); } - return z2 ? obj2 : h1.f2967c; + return z2 ? obj2 : h1.f2966c; } y0 y0Var2 = (y0) obj; l1 E = E(y0Var2); if (E == null) { - return h1.f2967c; + return h1.f2966c; } p pVar = null; b bVar = (b) (!(y0Var2 instanceof b) ? null : y0Var2); @@ -557,7 +557,7 @@ public class g1 implements Job, q, o1 { th = null; } } else { - return h1.f2967c; + return h1.f2966c; } } if (th != null) { @@ -724,7 +724,7 @@ public class g1 implements Job, q, o1 { Object F = F(); if ((F instanceof y0) && (!(F instanceof b) || ((b) F)._isCompleting == 0)) { tVar2 = V(F, new v(v(obj), false, 2)); - if (tVar2 != h1.f2967c) { + if (tVar2 != h1.f2966c) { break; } } else { @@ -767,7 +767,7 @@ public class g1 implements Job, q, o1 { } else { Object V = V(F2, new v(th2, false, 2)); if (V != h1.a) { - if (V != h1.f2967c) { + if (V != h1.f2966c) { tVar2 = V; break; } diff --git a/app/src/main/java/s/a/h1.java b/app/src/main/java/s/a/h1.java index a3b5d71eef..8689c0049c 100644 --- a/app/src/main/java/s/a/h1.java +++ b/app/src/main/java/s/a/h1.java @@ -7,7 +7,7 @@ public final class h1 { public static final t b = new t("COMPLETING_WAITING_CHILDREN"); /* renamed from: c reason: collision with root package name */ - public static final t f2967c = new t("COMPLETING_RETRY"); + public static final t f2966c = new t("COMPLETING_RETRY"); public static final t d = new t("TOO_LATE_TO_CANCEL"); public static final t e = new t("SEALED"); public static final o0 f = new o0(false); diff --git a/app/src/main/java/s/a/k.java b/app/src/main/java/s/a/k.java index bf79449dde..0e3cd81baf 100644 --- a/app/src/main/java/s/a/k.java +++ b/app/src/main/java/s/a/k.java @@ -125,7 +125,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (iVar != null) { p(iVar, th); } - Function1 function1 = uVar.f2969c; + Function1 function1 = uVar.f2968c; if (function1 != null) { q(function1, th); return; @@ -457,7 +457,7 @@ public class k extends i0 implements CancellableContinuation, Coroutine if (obj2 instanceof m) { m mVar = (m) obj2; Objects.requireNonNull(mVar); - if (m.f2968c.compareAndSet(mVar, 0, 1)) { + if (m.f2967c.compareAndSet(mVar, 0, 1)) { if (function1 != null) { q(function1, mVar.b); return; diff --git a/app/src/main/java/s/a/m.java b/app/src/main/java/s/a/m.java index 3cbaf6fc2e..c4c9aee36a 100644 --- a/app/src/main/java/s/a/m.java +++ b/app/src/main/java/s/a/m.java @@ -7,7 +7,7 @@ import kotlin.coroutines.Continuation; public final class m extends v { /* renamed from: c reason: collision with root package name */ - public static final AtomicIntegerFieldUpdater f2968c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); + public static final AtomicIntegerFieldUpdater f2967c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed"); public volatile int _resumed; /* JADX WARNING: Illegal instructions before constructor call */ diff --git a/app/src/main/java/s/a/p0.java b/app/src/main/java/s/a/p0.java index 0e34fa0ebf..0e2135c2e0 100644 --- a/app/src/main/java/s/a/p0.java +++ b/app/src/main/java/s/a/p0.java @@ -33,10 +33,10 @@ public abstract class p0 extends CoroutineDispatcher { this.k = bVar; } Object[] objArr = bVar.a; - int i = bVar.f2960c; + int i = bVar.f2959c; objArr[i] = i0Var; int length = (objArr.length - 1) & (i + 1); - bVar.f2960c = length; + bVar.f2959c = length; int i2 = bVar.b; if (length == i2) { int length2 = objArr.length; @@ -48,7 +48,7 @@ public abstract class p0 extends CoroutineDispatcher { j.copyInto$default(objArr3, objArr2, length3 - i3, 0, i3, 4, (Object) null); bVar.a = objArr2; bVar.b = 0; - bVar.f2960c = length2; + bVar.f2959c = length2; } } @@ -70,7 +70,7 @@ public abstract class p0 extends CoroutineDispatcher { if (bVar != null) { int i = bVar.b; i0 i0Var = null; - if (i != bVar.f2960c) { + if (i != bVar.f2959c) { ?? r3 = bVar.a; ?? r6 = r3[i]; r3[i] = 0; diff --git a/app/src/main/java/s/a/q0.java b/app/src/main/java/s/a/q0.java index 4413dc8827..98cbe79df8 100644 --- a/app/src/main/java/s/a/q0.java +++ b/app/src/main/java/s/a/q0.java @@ -195,7 +195,7 @@ public abstract class q0 extends r0 implements g0 { public boolean U() { s.a.a.b> bVar = this.k; - if (!(bVar == null || bVar.b == bVar.f2960c)) { + if (!(bVar == null || bVar.b == bVar.f2959c)) { return false; } d dVar = (d) this._delayed; @@ -252,7 +252,7 @@ public abstract class q0 extends r0 implements g0 { } else { m mVar = (m) obj; Object e = mVar.e(); - if (e != m.f2962c) { + if (e != m.f2961c) { runnable = (Runnable) e; break; } @@ -268,7 +268,7 @@ public abstract class q0 extends r0 implements g0 { } s.a.a.b> bVar = this.k; if (bVar != null) { - if (bVar.b != bVar.f2960c) { + if (bVar.b != bVar.f2959c) { z2 = false; } if (!z2) { diff --git a/app/src/main/java/s/a/u.java b/app/src/main/java/s/a/u.java index 0d43b9d6d9..ee54c2b718 100644 --- a/app/src/main/java/s/a/u.java +++ b/app/src/main/java/s/a/u.java @@ -11,7 +11,7 @@ public final class u { public final i b; /* renamed from: c reason: collision with root package name */ - public final Function1 f2969c; + public final Function1 f2968c; public final Object d; public final Throwable e; @@ -20,7 +20,7 @@ public final class u { public u(Object obj, i iVar, Function1 function1, Object obj2, Throwable th) { this.a = obj; this.b = iVar; - this.f2969c = function1; + this.f2968c = function1; this.d = obj2; this.e = th; } @@ -32,7 +32,7 @@ public final class u { th = (i & 16) != 0 ? null : th; this.a = obj; this.b = iVar; - this.f2969c = function1; + this.f2968c = function1; this.d = obj2; this.e = th; } @@ -43,7 +43,7 @@ public final class u { if ((i & 2) != 0) { iVar = uVar.b; } - Function1 function12 = (i & 4) != 0 ? uVar.f2969c : null; + Function1 function12 = (i & 4) != 0 ? uVar.f2968c : null; if ((i & 8) != 0) { obj3 = uVar.d; } @@ -62,7 +62,7 @@ public final class u { return false; } u uVar = (u) obj; - return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2969c, uVar.f2969c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); + return m.areEqual(this.a, uVar.a) && m.areEqual(this.b, uVar.b) && m.areEqual(this.f2968c, uVar.f2968c) && m.areEqual(this.d, uVar.d) && m.areEqual(this.e, uVar.e); } public int hashCode() { @@ -71,7 +71,7 @@ public final class u { int hashCode = (obj != null ? obj.hashCode() : 0) * 31; i iVar = this.b; int hashCode2 = (hashCode + (iVar != null ? iVar.hashCode() : 0)) * 31; - Function1 function1 = this.f2969c; + Function1 function1 = this.f2968c; int hashCode3 = (hashCode2 + (function1 != null ? function1.hashCode() : 0)) * 31; Object obj2 = this.d; int hashCode4 = (hashCode3 + (obj2 != null ? obj2.hashCode() : 0)) * 31; @@ -88,7 +88,7 @@ public final class u { P.append(", cancelHandler="); P.append(this.b); P.append(", onCancellation="); - P.append(this.f2969c); + P.append(this.f2968c); P.append(", idempotentResume="); P.append(this.d); P.append(", cancelCause="); diff --git a/app/src/main/java/s/a/z1/b.java b/app/src/main/java/s/a/z1/b.java index 2947620796..2d1c1a990a 100644 --- a/app/src/main/java/s/a/z1/b.java +++ b/app/src/main/java/s/a/z1/b.java @@ -7,6 +7,6 @@ public final class b { public static final t b = new t("OFFER_SUCCESS"); /* renamed from: c reason: collision with root package name */ - public static final t f2970c = new t("OFFER_FAILED"); + public static final t f2969c = new t("OFFER_FAILED"); public static final t d = new t("POLL_FAILED"); } diff --git a/app/src/main/java/s/a/z1/c.java b/app/src/main/java/s/a/z1/c.java index d2429a714c..c35f65f9a1 100644 --- a/app/src/main/java/s/a/z1/c.java +++ b/app/src/main/java/s/a/z1/c.java @@ -100,7 +100,7 @@ public abstract class c implements l { if (e2 == b.b) { return true; } - if (e2 == b.f2970c) { + if (e2 == b.f2969c) { f b = b(); if (b == null) { return false; diff --git a/app/src/main/java/s/a/z1/g.java b/app/src/main/java/s/a/z1/g.java index bb90de1be0..a8afbefd0e 100644 --- a/app/src/main/java/s/a/z1/g.java +++ b/app/src/main/java/s/a/z1/g.java @@ -11,7 +11,7 @@ import s.a.a.t; public class g extends a { /* renamed from: c reason: collision with root package name */ - public final ReentrantLock f2971c = new ReentrantLock(); + public final ReentrantLock f2970c = new ReentrantLock(); public Object d = b.a; public g(Function1 function1) { @@ -30,7 +30,7 @@ public class g extends a { public Object e(E e) { Function1 function1; j j; - ReentrantLock reentrantLock = this.f2971c; + ReentrantLock reentrantLock = this.f2970c; reentrantLock.lock(); try { f b = b(); @@ -74,7 +74,7 @@ public class g extends a { @Override // s.a.z1.a public boolean f(h hVar) { - ReentrantLock reentrantLock = this.f2971c; + ReentrantLock reentrantLock = this.f2970c; reentrantLock.lock(); try { return super.f(hVar); @@ -95,7 +95,7 @@ public class g extends a { @Override // s.a.z1.a public Object i() { - ReentrantLock reentrantLock = this.f2971c; + ReentrantLock reentrantLock = this.f2970c; reentrantLock.lock(); try { Object obj = this.d; diff --git a/app/src/main/java/z/a.java b/app/src/main/java/z/a.java index 3918cf56a2..9bb8599a16 100644 --- a/app/src/main/java/z/a.java +++ b/app/src/main/java/z/a.java @@ -9,7 +9,7 @@ public final class a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f2972c; + public static final int f2971c; public static final int d; public final Executor e = new b(null); @@ -27,7 +27,7 @@ public final class a { static { int availableProcessors = Runtime.getRuntime().availableProcessors(); b = availableProcessors; - f2972c = availableProcessors + 1; + f2971c = availableProcessors + 1; d = (availableProcessors * 2) + 1; } } diff --git a/app/src/main/java/z/b.java b/app/src/main/java/z/b.java index 6dd491e8e2..fb470706eb 100644 --- a/app/src/main/java/z/b.java +++ b/app/src/main/java/z/b.java @@ -13,7 +13,7 @@ public final class b { public final ExecutorService b; /* renamed from: c reason: collision with root package name */ - public final Executor f2973c; + public final Executor f2972c; /* compiled from: BoltsExecutors */ /* renamed from: z.b$b reason: collision with other inner class name */ @@ -66,12 +66,12 @@ public final class b { threadPoolExecutor = Executors.newCachedThreadPool(); } else { a aVar = a.a; - ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2972c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); + ThreadPoolExecutor threadPoolExecutor2 = new ThreadPoolExecutor(a.f2971c, a.d, 1, TimeUnit.SECONDS, new LinkedBlockingQueue()); threadPoolExecutor2.allowCoreThreadTimeOut(true); threadPoolExecutor = threadPoolExecutor2; } this.b = threadPoolExecutor; Executors.newSingleThreadScheduledExecutor(); - this.f2973c = new ExecutorC0362b(null); + this.f2972c = new ExecutorC0362b(null); } } diff --git a/app/src/main/java/z/d.java b/app/src/main/java/z/d.java index 6e24e470d1..1da04b18d1 100644 --- a/app/src/main/java/z/d.java +++ b/app/src/main/java/z/d.java @@ -8,12 +8,12 @@ public class d implements c { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f2974c; + public final /* synthetic */ Executor f2973c; public d(g gVar, h hVar, c cVar, Executor executor) { this.a = hVar; this.b = cVar; - this.f2974c = executor; + this.f2973c = executor; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -22,7 +22,7 @@ public class d implements c { h hVar = this.a; c cVar = this.b; try { - this.f2974c.execute(new e(hVar, cVar, gVar)); + this.f2973c.execute(new e(hVar, cVar, gVar)); return null; } catch (Exception e) { hVar.b(new ExecutorException(e)); diff --git a/app/src/main/java/z/g.java b/app/src/main/java/z/g.java index 637f61c3ee..e75e5bfafb 100644 --- a/app/src/main/java/z/g.java +++ b/app/src/main/java/z/g.java @@ -12,7 +12,7 @@ public class g { public static g b = new g<>((Object) null); /* renamed from: c reason: collision with root package name */ - public static g f2975c = new g<>(Boolean.TRUE); + public static g f2974c = new g<>(Boolean.TRUE); public static g d = new g<>(Boolean.FALSE); public final Object e = new Object(); public boolean f; @@ -25,7 +25,7 @@ public class g { static { b bVar = b.a; ExecutorService executorService = bVar.b; - a = bVar.f2973c; + a = bVar.f2972c; Executor executor = a.a.e; new g(true); } diff --git a/app/src/main/res/layout-v22/pile_item_overflow_view.xml b/app/src/main/res/layout-v22/pile_item_overflow_view.xml index 26938d9916..ad672c774b 100644 --- a/app/src/main/res/layout-v22/pile_item_overflow_view.xml +++ b/app/src/main/res/layout-v22/pile_item_overflow_view.xml @@ -1,4 +1,4 @@ - + diff --git a/app/src/main/res/layout-v22/widget_chat_list_adapter_item_invite.xml b/app/src/main/res/layout-v22/widget_chat_list_adapter_item_invite.xml index 44aeea16bd..44bfb54a4d 100644 --- a/app/src/main/res/layout-v22/widget_chat_list_adapter_item_invite.xml +++ b/app/src/main/res/layout-v22/widget_chat_list_adapter_item_invite.xml @@ -6,7 +6,7 @@ - + diff --git a/app/src/main/res/layout-v22/widget_guild_invite_info.xml b/app/src/main/res/layout-v22/widget_guild_invite_info.xml deleted file mode 100644 index 353afbfbbf..0000000000 --- a/app/src/main/res/layout-v22/widget_guild_invite_info.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-v22/widget_guild_invite_info_view.xml b/app/src/main/res/layout-v22/widget_guild_invite_info_view.xml new file mode 100644 index 0000000000..5dd92ce4e8 --- /dev/null +++ b/app/src/main/res/layout-v22/widget_guild_invite_info_view.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout-v22/widget_guild_invite_page.xml b/app/src/main/res/layout-v22/widget_guild_invite_page.xml new file mode 100644 index 0000000000..bda11acbff --- /dev/null +++ b/app/src/main/res/layout-v22/widget_guild_invite_page.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-v22/widget_guild_scheduled_event_list_bottom_sheet.xml b/app/src/main/res/layout-v22/widget_guild_scheduled_event_list_bottom_sheet.xml index 4ea3832cb2..3b03989cfa 100644 --- a/app/src/main/res/layout-v22/widget_guild_scheduled_event_list_bottom_sheet.xml +++ b/app/src/main/res/layout-v22/widget_guild_scheduled_event_list_bottom_sheet.xml @@ -2,7 +2,7 @@ - + diff --git a/app/src/main/res/layout-w600dp/widget_guild_invite.xml b/app/src/main/res/layout-w600dp/widget_guild_invite.xml deleted file mode 100644 index 5dc8378733..0000000000 --- a/app/src/main/res/layout-w600dp/widget_guild_invite.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-w600dp/widget_guild_invite_info.xml b/app/src/main/res/layout-w600dp/widget_guild_invite_info.xml deleted file mode 100644 index 86799f7b66..0000000000 --- a/app/src/main/res/layout-w600dp/widget_guild_invite_info.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/pile_item_overflow_view.xml b/app/src/main/res/layout/pile_item_overflow_view.xml index 62f9e44f10..418c65fe42 100644 --- a/app/src/main/res/layout/pile_item_overflow_view.xml +++ b/app/src/main/res/layout/pile_item_overflow_view.xml @@ -1,4 +1,4 @@ - + diff --git a/app/src/main/res/layout/view_code_verification_text.xml b/app/src/main/res/layout/view_code_verification_text.xml index f5ff8064ee..27f3677057 100644 --- a/app/src/main/res/layout/view_code_verification_text.xml +++ b/app/src/main/res/layout/view_code_verification_text.xml @@ -1,2 +1,2 @@ - + diff --git a/app/src/main/res/layout/view_guild.xml b/app/src/main/res/layout/view_guild.xml index 2cad0e7002..82541f001a 100644 --- a/app/src/main/res/layout/view_guild.xml +++ b/app/src/main/res/layout/view_guild.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/res/layout/view_pile_item.xml b/app/src/main/res/layout/view_pile_item.xml index 509e8385f8..cb78dccc24 100644 --- a/app/src/main/res/layout/view_pile_item.xml +++ b/app/src/main/res/layout/view_pile_item.xml @@ -2,4 +2,5 @@ + diff --git a/app/src/main/res/layout/view_server_discovery_item.xml b/app/src/main/res/layout/view_server_discovery_item.xml index 93c33b53f2..b8ee592ee7 100644 --- a/app/src/main/res/layout/view_server_discovery_item.xml +++ b/app/src/main/res/layout/view_server_discovery_item.xml @@ -5,7 +5,7 @@ - + diff --git a/app/src/main/res/layout/view_server_member_count.xml b/app/src/main/res/layout/view_server_member_count.xml index d2d15e9009..1fbdd0717a 100644 --- a/app/src/main/res/layout/view_server_member_count.xml +++ b/app/src/main/res/layout/view_server_member_count.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/res/layout/widget_chat_list_adapter_item_invite.xml b/app/src/main/res/layout/widget_chat_list_adapter_item_invite.xml index c4e78ae4bb..49d6b9846f 100644 --- a/app/src/main/res/layout/widget_chat_list_adapter_item_invite.xml +++ b/app/src/main/res/layout/widget_chat_list_adapter_item_invite.xml @@ -6,7 +6,7 @@ - + diff --git a/app/src/main/res/layout/widget_chat_list_adapter_item_private_channel_start.xml b/app/src/main/res/layout/widget_chat_list_adapter_item_private_channel_start.xml index bd3b54addb..7b6725123f 100644 --- a/app/src/main/res/layout/widget_chat_list_adapter_item_private_channel_start.xml +++ b/app/src/main/res/layout/widget_chat_list_adapter_item_private_channel_start.xml @@ -1,6 +1,10 @@ - + + + + + diff --git a/app/src/main/res/layout/widget_guild_invite.xml b/app/src/main/res/layout/widget_guild_invite.xml deleted file mode 100644 index b0d27c2697..0000000000 --- a/app/src/main/res/layout/widget_guild_invite.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/widget_guild_invite_info.xml b/app/src/main/res/layout/widget_guild_invite_info.xml deleted file mode 100644 index 1d222adaea..0000000000 --- a/app/src/main/res/layout/widget_guild_invite_info.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/widget_guild_invite_info_view.xml b/app/src/main/res/layout/widget_guild_invite_info_view.xml new file mode 100644 index 0000000000..846c4cda4d --- /dev/null +++ b/app/src/main/res/layout/widget_guild_invite_info_view.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/app/src/main/res/layout/widget_guild_invite_page.xml b/app/src/main/res/layout/widget_guild_invite_page.xml new file mode 100644 index 0000000000..9d713faa14 --- /dev/null +++ b/app/src/main/res/layout/widget_guild_invite_page.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/widget_guild_scheduled_event_list_bottom_sheet.xml b/app/src/main/res/layout/widget_guild_scheduled_event_list_bottom_sheet.xml index c1478babbe..f02a2375d0 100644 --- a/app/src/main/res/layout/widget_guild_scheduled_event_list_bottom_sheet.xml +++ b/app/src/main/res/layout/widget_guild_scheduled_event_list_bottom_sheet.xml @@ -2,7 +2,7 @@ - + diff --git a/app/src/main/res/values-ar-rXB/strings.xml b/app/src/main/res/values-ar-rXB/strings.xml index a71800ab62..674299792a 100644 --- a/app/src/main/res/values-ar-rXB/strings.xml +++ b/app/src/main/res/values-ar-rXB/strings.xml @@ -272,6 +272,7 @@ ‏‮Allow‬‏ ‏‮Allow‬‏ ‏‮Direct‬‏ ‏‮Messages‬‏ ‏‮Anyone‬‏ ‏‮in‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮can‬‏ ‏‮message‬‏ ‏‮you‬‏ + ‏‮Anyone‬‏ ‏‮in‬‏ ‏‮the‬‏ ‏‮Hub‬‏ ‏‮can‬‏ ‏‮message‬‏ ‏‮you‬‏ ‏‮Allow‬‏ ‏‮direct‬‏ ‏‮messages‬‏ ‏‮from‬‏ ‏‮Hub‬‏ ‏‮members.‬‏ ‏‮Allow‬‏ ‏‮direct‬‏ ‏‮messages‬‏ ‏‮from‬‏ ‏‮server‬‏ ‏‮members.‬‏ ‏‮Allow‬‏ ‏‮playback‬‏ ‏‮and‬‏ ‏‮usage‬‏ ‏‮of‬‏ ‏‮/tts‬‏ ‏‮command‬‏ @@ -5691,8 +5692,8 @@ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮drag‬‏ ‏‮other‬‏ ‏‮members‬‏ ‏‮out‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮They‬‏ ‏‮can‬‏ ‏‮only‬‏ ‏‮move‬‏ ‏‮members‬‏ ‏‮between‬‏ ‏‮channels‬‏ ‏‮both‬‏ ‏‮they‬‏ ‏‮and‬‏ ‏‮the‬‏ ‏‮member‬‏ ‏‮they‬‏ ‏‮are‬‏ ‏‮moving‬‏ ‏‮have‬‏ ‏‮access.‬‏ ‏‮Move‬‏ ‏‮To‬‏ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮moved‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮selected‬‏ ‏‮channel.‬‏ - ‏‮Alert‬‏ ‏‮Cleared‬‏ - ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ + ‏‮Alert‬‏ ‏‮Cleared‬‏ + ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ ‏‮New‬‏ ‏‮notification‬‏ ‏‮Remove‬‏ ‏‮%1$s‬‏ ‏‮More‬‏ ‏‮than‬‏ %1$d ‏‮new‬‏ ‏‮notifications‬‏ @@ -7514,6 +7515,9 @@ ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮talk‬‏ ‏‮in‬‏ ‏‮these‬‏ ‏‮voice‬‏ ‏‮channels.‬‏ ‏‮If‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮is‬‏ ‏‮disabled,‬‏ ‏‮members‬‏ ‏‮are‬‏ ‏‮default‬‏ ‏‮muted‬‏ ‏‮until‬‏ ‏‮somebody‬‏ ‏‮with‬‏ ‏‮the‬‏ ‏‮“Mute‬‏ ‏‮Members”‬‏ ‏‮permission‬‏ ‏‮un-mutes‬‏ ‏‮them.‬‏ ‏‮Allow‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮be‬‏ ‏‮Speakers‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮talk‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮voice‬‏ ‏‮channel.‬‏ ‏‮If‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮is‬‏ ‏‮disabled,‬‏ ‏‮members‬‏ ‏‮are‬‏ ‏‮default‬‏ ‏‮muted‬‏ ‏‮until‬‏ ‏‮somebody‬‏ ‏‮with‬‏ ‏‮the‬‏ ‏‮“Mute‬‏ ‏‮Members”‬‏ ‏‮permission‬‏ ‏‮un-mutes‬‏ ‏‮them.‬‏ + ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮launch‬‏ ‏‮an‬‏ ‏‮activity‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮server.‬‏ + ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮launch‬‏ ‏‮an‬‏ ‏‮activity‬‏ ‏‮in‬‏ ‏‮these‬‏ ‏‮voice‬‏ ‏‮channels.‬‏ + ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮launch‬‏ ‏‮an‬‏ ‏‮activity‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮voice‬‏ ‏‮channel.‬‏ ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮share‬‏ ‏‮their‬‏ ‏‮video,‬‏ ‏‮screen‬‏ ‏‮share,‬‏ ‏‮or‬‏ ‏‮stream‬‏ ‏‮a‬‏ ‏‮game‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮server.‬‏ ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮share‬‏ ‏‮their‬‏ ‏‮video,‬‏ ‏‮screen‬‏ ‏‮share,‬‏ ‏‮or‬‏ ‏‮stream‬‏ ‏‮a‬‏ ‏‮game‬‏ ‏‮in‬‏ ‏‮these‬‏ ‏‮voice‬‏ ‏‮channels.‬‏ ‏‮Allows‬‏ ‏‮members‬‏ ‏‮to‬‏ ‏‮share‬‏ ‏‮their‬‏ ‏‮video,‬‏ ‏‮screen‬‏ ‏‮share,‬‏ ‏‮or‬‏ ‏‮stream‬‏ ‏‮a‬‏ ‏‮game‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮voice‬‏ ‏‮channel.‬‏ @@ -8137,6 +8141,7 @@ ‏‮Stage‬‏ ‏‮Channel‬‏ ‏‮Start‬‏ ‏‮Start‬‏ ‏‮Call‬‏ + ‏‮Start‬‏ ‏‮Activities‬‏ ‏‮Start‬‏ ‏‮Event‬‏ ‏‮You‬‏ ‏‮are‬‏ ‏‮about‬‏ ‏‮to‬‏ ‏‮start‬‏ ‏‮this‬‏ ‏‮$[**!!‬‏‏‮{privacyLevel}‬‏‏‮!!**](privacyLevelHook)‬‏ ‏‮event‬‏ ‏‮You‬‏ ‏‮are‬‏ ‏‮about‬‏ ‏‮to‬‏ ‏‮start‬‏ ‏‮this‬‏ ‏‮event‬‏ @@ -8990,6 +8995,7 @@ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮unblocked.‬‏ ‏‮User‬‏ ‏‮Info‬‏ ‏‮User‬‏ ‏‮Management‬‏ + ‏‮User‬‏ ‏‮Actions‬‏ ‏‮About‬‏ ‏‮Me‬‏ ‏‮Set‬‏ ‏‮a‬‏ ‏‮Server‬‏ ‏‮Avatar‬‏ ‏‮Set‬‏ ‏‮a‬‏ ‏‮Server‬‏ ‏‮Nickname‬‏ ‏‮and‬‏ ‏‮Avatar‬‏ diff --git a/app/src/main/res/values-en-rXA/strings.xml b/app/src/main/res/values-en-rXA/strings.xml index 9b1eefe8c8..bbfae687ba 100644 --- a/app/src/main/res/values-en-rXA/strings.xml +++ b/app/src/main/res/values-en-rXA/strings.xml @@ -272,6 +272,7 @@ [Åļļöŵ one] [Åļļöŵ Ðîŕéçţ Ḿéššåĝéš one two three] [Åñýöñé îñ ţĥé šéŕVéŕ çåñ ḿéššåĝé ýöû one two three four five] + [Åñýöñé îñ ţĥé Ĥûɓ çåñ ḿéššåĝé ýöû one two three four] [Åļļöŵ ðîŕéçţ ḿéššåĝéš ƒŕöḿ Ĥûɓ ḿéḿɓéŕš. one two three four five] [Åļļöŵ ðîŕéçţ ḿéššåĝéš ƒŕöḿ šéŕVéŕ ḿéḿɓéŕš. one two three four five] [Åļļöŵ þļåýɓåçķ åñð ûšåĝé öƒ /ţţš çöḿḿåñð one two three four five] @@ -5691,8 +5692,8 @@ [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [ḾöVé Ţö one two] [Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five] - [Åļéŕţ Çļéåŕéð one two] - [Ñö Åļéŕţ Šĥöŵîñĝ one two three] + [Åļéŕţ Çļéåŕéð one two] + [Ñö Åļéŕţ Šĥöŵîñĝ one two three] [Ñéŵ ñöţîƒîçåţîöñ one two three] [ŔéḿöVé »%1$s« one two] [Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four] @@ -7514,6 +7515,9 @@ [Åļļöŵš ḿéḿɓéŕš ţö ţåļķ îñ ţĥéšé Vöîçé çĥåññéļš. ΃ ţĥîš þéŕḿîššîöñ îš ðîšåɓļéð, ḿéḿɓéŕš åŕé ðéƒåûļţ ḿûţéð ûñţîļ šöḿéɓöðý ŵîţĥ ţĥé “Ḿûţé Ḿéḿɓéŕš” þéŕḿîššîöñ ûñ-ḿûţéš ţĥéḿ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten] [Åļļöŵ ḿéḿɓéŕš ţö ɓé Šþéåķéŕš îñ ţĥîš çĥåññéļ. one two three four five] [Åļļöŵš ḿéḿɓéŕš ţö ţåļķ îñ ţĥîš Vöîçé çĥåññéļ. ΃ ţĥîš þéŕḿîššîöñ îš ðîšåɓļéð, ḿéḿɓéŕš åŕé ðéƒåûļţ ḿûţéð ûñţîļ šöḿéɓöðý ŵîţĥ ţĥé “Ḿûţé Ḿéḿɓéŕš” þéŕḿîššîöñ ûñ-ḿûţéš ţĥéḿ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three four five six seven eight nine ten] + [Åļļöŵš ḿéḿɓéŕš ţö ļåûñçĥ åñ åçţîVîţý îñ ţĥîš šéŕVéŕ. one two three four five six] + [Åļļöŵš ḿéḿɓéŕš ţö ļåûñçĥ åñ åçţîVîţý îñ ţĥéšé Vöîçé çĥåññéļš. one two three four five six seven] + [Åļļöŵš ḿéḿɓéŕš ţö ļåûñçĥ åñ åçţîVîţý îñ ţĥîš Vöîçé çĥåññéļ. one two three four five six seven] [Åļļöŵš ḿéḿɓéŕš ţö šĥåŕé ţĥéîŕ Vîðéö, šçŕééñ šĥåŕé, öŕ šţŕéåḿ å ĝåḿé îñ ţĥîš šéŕVéŕ. one two three four five six seven eight nine] [Åļļöŵš ḿéḿɓéŕš ţö šĥåŕé ţĥéîŕ Vîðéö, šçŕééñ šĥåŕé, öŕ šţŕéåḿ å ĝåḿé îñ ţĥéšé Vöîçé çĥåññéļš. one two three four five six seven eight nine ten] [Åļļöŵš ḿéḿɓéŕš ţö šĥåŕé ţĥéîŕ Vîðéö, šçŕééñ šĥåŕé, öŕ šţŕéåḿ å ĝåḿé îñ ţĥîš Vöîçé çĥåññéļ. one two three four five six seven eight nine ten] @@ -8137,6 +8141,7 @@ [Šţåĝé Çĥåññéļ one two] [Šţåŕţ one] [Šţåŕţ Çåļļ one two] + [Šţåŕţ ÅçţîVîţîéš one two three] [Šţåŕţ ÉVéñţ one two] [Ýöû åŕé åɓöûţ ţö šţåŕţ ţĥîš €[**¡¡»{privacyLevel}«¡¡**](þŕîVåçýĻéVéļĤööķ) éVéñţ one two three four five six seven] [Ýöû åŕé åɓöûţ ţö šţåŕţ ţĥîš éVéñţ one two three four] @@ -8990,6 +8995,7 @@ [Ûšéŕ ĥåš ɓééñ ûñɓļöçķéð. one two three] [Ûšéŕ Îñƒö one two] [Ûšéŕ Ḿåñåĝéḿéñţ one two three] + [Ûšéŕ Åçţîöñš one two] [Åɓöûţ Ḿé one two] [Šéţ å ŠéŕVéŕ ÅVåţåŕ one two three] [Šéţ å ŠéŕVéŕ Ñîçķñåḿé åñð ÅVåţåŕ one two three four] diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 3a75a24c0d..632fff760e 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -3023,10 +3023,14 @@ + + + + diff --git a/app/src/main/res/values/public.xml b/app/src/main/res/values/public.xml index 053eef9682..0808bdf91a 100644 --- a/app/src/main/res/values/public.xml +++ b/app/src/main/res/values/public.xml @@ -1400,515 +1400,517 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6800,2565 +6802,2560 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -10101,8 +10098,8 @@ - - + + @@ -14632,9236 +14629,9242 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b1e9c2dd70..761ee35cbf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -272,6 +272,7 @@ Allow Allow Direct Messages Anyone in the server can message you + Anyone in the Hub can message you Allow direct messages from Hub members. Allow direct messages from server members. Allow playback and usage of /tts command @@ -1414,7 +1415,7 @@ Select a color Transparency Use Default - 10f2b555f6754f7898f4222e47500b6c + 5a320c9026cb4bbabf8a037787e7831d Coming Soon Slash command application {applicationName} {applicationName} application @@ -5710,8 +5711,8 @@ Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access. Move To User has been moved to the selected channel. - Alert Cleared - No Alert Showing + Alert Cleared + No Alert Showing New notification Remove %1$s More than %1$d new notifications @@ -7541,6 +7542,9 @@ Allows members to talk in these voice channels. If this permission is disabled, members are default muted until somebody with the “Mute Members” permission un-mutes them. Allow members to be Speakers in this channel. Allows members to talk in this voice channel. If this permission is disabled, members are default muted until somebody with the “Mute Members” permission un-mutes them. + Allows members to launch an activity in this server. + Allows members to launch an activity in these voice channels. + Allows members to launch an activity in this voice channel. Allows members to share their video, screen share, or stream a game in this server. Allows members to share their video, screen share, or stream a game in these voice channels. Allows members to share their video, screen share, or stream a game in this voice channel. @@ -8164,6 +8168,7 @@ Stage Channel Start Start Call + Start Activities Start Event You are about to start this $[**!!{privacyLevel}!!**](privacyLevelHook) event You are about to start this event @@ -9019,6 +9024,7 @@ User has been unblocked. User Info User Management + User Actions About Me Set a Server Avatar Set a Server Nickname and Avatar diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9099dbb0af..05e4e18a61 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -5994,7 +5994,7 @@ 8dp 8dp -